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-top{
     display:none;
}
ul#nav-root>li>a {

    color: #000;
    font-weight: bold;
}
.header-bottom {
    background: #fff;
}
header.is-tablet-mobile .header-search-full {
    background: #ffffff;
    padding: 10px;
    transition: all .3s ease;
}
.header-top {
    background: #ffffff;
    color: var(--text-white);
    font-size: .75em;
}