:root{
    --cor-base: #000000;
    --cor-base-light: #868686;
    --cor-secundaria: #000000;
}
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*/
.footer-top .icon{
  border-color: #000;
}

/*Vitrine*/

.tipo-vitrine-04 .product-name{
    height: 68px;
}

@media (max-width: 600px){
    .tipo-vitrine-04 .product-name{
        height: 73px;
}
}