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

/* HEDAER */

.header-middle {
    background: #f5f5f5;
}

.header-top {
    display: none;
    background: #f5f5f5;
}

.header-bottom {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
}

a.menu-link-126.not-has-childs {
    background: black;
    color: white !important;
}

.aviso-importante-header {
    font-size: 20px !important;
    padding: 3px 0 !important;
    font-weight: bolder;
}

li.menu-list-138.not-has-childs.lancamento.item-menu-lancamento {
    background: #e4672ee8;
}

.menu-link-138 {
    color: #000 !important;
}

li.menu-list-154.not-has-childs.atacado.item-menu-atacado {
    font-weight: bold;
    background: black;
}

li.menu-list-154.not-has-childs.atacado.item-menu-atacado .menu-text {
    color: aliceblue !important;
}

@media(max-width: 540px) {
    .aviso-importante-header {
        font-size: 12px !important;
    }
}

/* FOOTER */

.footer-middle {
    background: #f5f5f5;
}

.footer-middle h3.section-title {
    font-size: 1em;
    color: black;
}

.footer-middle .social-ctn .social li:hover svg {
    fill: #e36d23 !important;
}

a.menu-link-160.not-has-childs {
    background: #F00;
    color: #FFF !important;
}