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-bottom .pattern-svg {
    display: none;
}

.header-bottom {
    background: #1d2549;
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 12px 16px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 12px 16px 0px rgb(0 0 0 / 8%);
    transition: all 0.4s ease-in-out;
}

.header-bottom ul#nav-root>li>a {
    padding: 8px 25px;
    display: flex;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    position: relative;
    text-align: center;
    align-items: center;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}