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

/* CORES HEADER */ 

.header-top {
    background-color: #ae6816 !important;
}

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

.header-bottom {
    background-color: #ae6816 !important;
}

ul#nav-root>li>a {
    color: #ffffff;
}

ul#nav-root>li:hover {
    background: #8d4c18;
}

.header-top .header-social li svg path {
    fill: #000000;
}
.pesquisa-cupom{
    display:none !important;
}

ul#nav-root>li>.container-menu {
	top: 100%;
}