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

.container {
    max-width: 1420px;
}

.header-bottom {
    background: transparent;
    border-bottom: 0;
}

.header-middle {
    background: transparent;
    border-bottom: 0;
}

ul#nav-root>li>a {
    font-size: 12px;
}

ul#nav-root>li>a:hover{
    color: #000;
    background-color: #f7f7f7;
}

ul#nav-root {
    justify-content: center;
}

header.is-tablet-mobile .header-search-full {
    background: transparent;
}