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.is-tablet-mobile .header-middle .logo {
    max-width: 35%;
}

.header-bottom {
    background: #000000;
}

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

.header-bottom ul#nav-root>li:hover>a {
    background: #474747;
}

.aviso-importante-header .container {
    font-size: 1.05rem;
    font-weight: bold;
}