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 MENUS E AJUSTE NA LETRA MAIÚSCULA DOS SUB MENUS */ 

.header-bottom {
    background: #000000;
}

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

ul#nav-root>li:hover>a {
    background: #353535;
}

ul#nav-root>li>.container-menu .menu-level-2>li>a {
    text-transform: capitalize;
}