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-top {
    background: #192413;
}

.header-top .header-info .text {
    color: #fff;
}

.header-top .header-social li svg {
    fill: #ffffff;
}

header.is-tablet-mobile .header-search-full .search-area {
    background: #ffffff;
}

.header-bottom ul#nav-root>li:hover {
    background: #ffffff !important;
}

.header-bottom ul#nav-root>li:hover>a {
    color: #182513 !important;
}

.header-top {
    display: flex;
}

.pisca {
    text-decoration: underline;
    color: #fff;
    animation-name: pisca;
    animation-duration: 0.9s !important;
    animation-iteration-count:infinite;
    margin-left: 10px;
    margin-right: 10px;
}

/* FOOTER */

.footer-middle {
    background: #ffffff;;
}

#main-area .informacoes-loja p {
    color: #172411;
}

#main-area .informacoes-loja h1 {
    color: #182513;
}

#main-area .avaliacoes-loja .nota-geral {
    color: #182513;
}