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;
}

/* HEADER */

header.fixed {
    background: #eee823;
}

.menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee823;
}

.header-search-full .search-area input, form#frm-search {
    background: white;
}

header.is-tablet-mobile .menu-button {
    background: #eee823;
}