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-top {
    display: none;
}

.header-middle {
    background: #2e2e2e;
}

span.menu-text {
    color: white;
}

.box-search-cart .txt-search {
    color: #ffffff;
}

.header-middle .login-area .login>a {
    color: #ffffff;
}

ul#nav-root {
    width: 750px;
    height: 90px;
}

header.is-tablet-mobile .header-menu-button-ctn>a {
    background: #2e2e2e;
}

ul#nav-root>li .menu-level-2 {
    background: #2e2e2e;
}

.tipo-vitrine-03 .price-product .primary-price .valor-big {
    color: #00a441;
}