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: #fff;
color: #000;
}

.header-bottom ul#nav-root>li>a {
    color: #000;
}

.header-bottom ul#nav-root>li:hover>a {
    background: #4b4b4b;
    color: #fff
}

.ordenacao .registros-numero {
    display: none;
}

/* FOOTER */

.footer-about .informacao-empresa p {
    color: #fff;
}