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;
}

.footer-middle .contato .logo img,
.footer-middle .contato .logo svg {
width: auto;
}

/* HEADER - cores menu */

ul#nav-root>li:hover>a {
    color: #ffffff;
}

.header-bottom, .header-top {
    background: #000000;
}

ul#nav-root>li>a {
    font-weight: bold;
    color: #fff;
}