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

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

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

.footer-middle {
    background: #fef9ef;
}

.footer-middle .informacoes, .footer-middle .institucional, .footer-middle .selos-seguranca, .footer-middle .formas-pagto-contato {
    width: 22%;
}

.footer-middle h3.section-title.accordion {
    background: #d99fa6;
    border: 1px solid #d99fa6;
}