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

/* Input */

input#search::placeholder {
    color: white;
}
header.is-tablet-mobile .header-search-full .search-area input {
    color: #ffffff;
}
header.is-tablet-mobile .header-search-full .search-area {
    border: 1px solid #fff;
}
header.is-tablet-mobile .header-search-full .search-area button svg path {
    fill: #ffffff;
}



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

ul.product-list li .btn-comprar-vitrine:hover {
    background: #973816;
}