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;
}
@media (max-width: 1024px) {
    /* HEADER */

    ul#nav-root > li > a {
        color: #704307;
    }

    header.is-tablet-mobile .header-search-full {
        background: #6f4308;
        padding: 10px;
    }

    /* FOOTER */

    .footer-top .item-list .item-list_text {
        background: #704308;
        color: #ffffff;
    }

    .footer-top .item-list .item-list_text:before {
        border-color: transparent transparent #704308 transparent;
    }

    .footer-middle {
        background: #ffffff;
    }

    .footer-middle .social-ctn:before {
        background: #704308;
    }
}