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


/* CORES HEADER DESKTOP */

.header-bottom {
    background: none;
}

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

ul#nav-root>li>.container-menu .menu-level-2>li>a {
    text-transform: capitalize;
}
.header-top{
    background-color: #F0A103;
}
ul#nav-root>li>a {
    padding: 3px 7px !important;

}