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-top {
    background: #e73c20;
}

.header-middle .box-user .txt-user {
    color: #e73c20;
}

.header-middle .search-area #frm-search button svg path, .header-middle .search-area #frm-search button img path,
.header-middle .box-user .icon-user svg path, .header-middle .box-user .icon-user img path {
    fill: #e73c20;
}

/* FOOTER */

.footer-middle {
    background: #ffffff;
}

.footer-about {
    background: #000000;
}

.footer-about_infoempresa {
    color: #fff;
}