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


/* Tamanho Menu */

.header-bottom ul#nav-root>li>.container-menu .menu-level-2>li {
    width: 100% !important;
}
.header-bottom ul#nav-root>li>.container-menu {
    max-width: 200px !important;
}

ul.product-list li .btn-comprar-vitrine {
background: #000
}