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 */

:root {
    --cor-bordas: #fffdfd !important;
}

.footer-about,
.header-middle,
.header-top,
header.is-tablet-mobile .header-menu-button-ctn>a  {
    background:  #ab2a25;
}

.login-cadastro a {
    color: #ffffff;
}

.login-cadastro .icon-user svg,
.search-area button svg path,
.carrinho-ctn>a .icon svg path  {
    fill: #ffffff;
}

body > header > div.header-top > div > ul > li:nth-child(4) > img {
    filter: invert(1);
}

.menu-button .icon-menu, .menu-button .icon-menu:before, .menu-button .icon-menu:after {
    background: #ffffff;
}