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

/* HEADER */

header.is-tablet-mobile .header-search-full .search-area input,
input#search::placeholder {
    color: #000;
}

header.is-tablet-mobile .header-search-full .search-area button svg path,
.header-top .header-social li svg {
    fill: #000;
}

.header-top {
    background: #e74e0f;
}

.header-top .header-info .text {
    font-size: .8125em;
    color: #fff;
}

@media(max-width: 768px) {
.header-middle .logo a svg {
    height: 65px !important;
}
}