div#main-area div.produto div.main-produto .area-buy-product button.button {
    background: #00a441;
    border-color: #00a441;
}

div#main-area div.produto div.main-produto .area-buy-product button.button:hover {
    background: #008b37;
    border-color: #008b37;
}


/*alterar cor do header do atacado*/

.header-top {
    background: #dabba5;
}


/*mudar as cores do header mobile*/

header.is-tablet-mobile .header-search-full {
    background: #dabba5;
}
.menu-button .icon-menu, .menu-button .icon-menu:after, .menu-button .icon-menu:before {
    background: #dabba5;
}
.cart-01 .carrinho-ctn:hover .item-ctn {
    color: #dabba5;
}
.cart-01 .carrinho-ctn .icon-top #icon-cart .fil0 {
    fill: #dabba5;
}
.carrinho-ctn .item-ctn {
    color: #dabba5;
}