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 menu */

a.menu-link-48.not-has-childs {
    color: white !important;
    font-weight: bolder !important;
    background: red !important;
    border: 2px solid white;
}

a.menu-link-33.not-has-childs {
   color: white !important;
    font-weight: bolder !important;
    background: red !important;
    border: 2px solid white;
}

.footer-top {
    display: none;
}