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-middle {
    background: #fff;
    padding: 4px 0;
    transition: all 0.3s ease-in-out;
}

.header-bottom ul#nav-root>li>a {
    padding: 11px 25px;
    display: flex;
    font-weight: 400;
    position: relative;
    text-align: center;
    align-items: center;
    font-size: 1em;
    letter-spacing: 0.3px;
    color: #ce8c00;
    border-radius: 3px;
    z-index: 3;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

header.is-tablet-mobile .header-middle {
    padding: 2px 0;
}