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

span.nome-fantasia {
    display: none;
}

/* HEADER */

ul#nav-root>li ul.menu-level-2>li>a {
    font-size: .875em;
    font-weight: normal;
    color: var(--text-primary-color);
}

.minha-conta {
    position: relative;
    align-items: center;
    top: -2px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 5px;
}

.minha-conta {
    position: relative;
    align-items: center;
    top: -2px;
    padding: 6px 12px 3px 12px;
    border: 0;
    border-radius: 5px;
}

.header-search-full {
    width: 100%;
    background: #ffffff;
    padding: 3px;
}

@media(min-width: 1024px) {
    li.menu-list-48.not-has-childs.capsula-i-depaysement.item-menu-capsula-i-depaysement {
        width: 100% !important;
    }

    ul.menu-child-52.menu-level-2 {
        display: flex !important;
        flex-direction: column !important;
    }

    ul#nav-root>li ul.menu-level-2>li:nth-child(odd) {
        float: left;
        display: contents;
    }

    ul.menu-child-47.menu-level-2 {
        display: flex;
        flex-direction: column;
        width: 150px !important;
    }
}

/* FOOTER */

.footer-top h4 {
    font-size: 1em;
    font-weight: bold;
    text-transform: unset;
}

.footer-about .informacao-empresa p {
    font-size: .65em;
    color: #9d9b9b;
    text-align: center;
}

.footer-top .news-footer form button {
    width: 20%;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: .875em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 10px 10px 0;
}

.footer-middle {
    padding: 50px 4% 30px;
    background: #ffffff;
    width: 100%;
}

.footer-middle .section-title {
    color: var(--icon-fill-base);
    font-size: 1em;
    text-transform: inherit;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.footer-middle .contato .item-atendimento .text {
    color: var(--text-secondary-color);
    text-transform: lowercase;
    font-size: small;
    font-weight: normal;
}

.footer-middle ul li a {
    display: block;
    font-size: .75em;
    line-height: 15px;
    color: var(--text-secondary-color);
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-weight: 200;
    text-transform: uppercase;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

footer {
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
}