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-bottom {
    background: #151515;
}

.header-top {
    background: #c93535;
}

/* header */

footer:not(.footer-checkout) .footer-middle {
    background: url(https://magazord-public.s3.amazonaws.com/kairosfacas/img/2022/09/banner/647/untitled.jpg);
    background-position: center;
    background-size: cover;
}

footer:not(.footer-checkout) .footer-top {
    background: #c93535;
}