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

ul#nav-root>li>a {
    color: #ffffff;
}

ul.header-info {
    padding-right: 339px;
}

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

.header-bottom,
.header-top,
.header-middle {
    background: #000000;
}

.header-bottom ul#nav-root>li>a {
    color: #f7f7f7 !important;
}

.header-middle .carrinho-ctn {
    background: white !important;
}

.header-top .header-info .text {
    color: #fff8f8;
}

.header-middle .login-area {
    background: white;
}

.header-bottom {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

/* FOOTER */

.footer-middle {
    background: #000000;
}

.footer-about .informacao-empresa p {
    color: #ffffff;
}

.footer-about {
    background: #000;
}

.footer-middle h3.section-title {
    color: #ffffff;
}