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

/* Cores Gerais Header */

.header-middle {
    background: #012c3d;
}

.header-bottom {
    background: #012c3d;
}

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

ul#nav-root>li:hover>a {
    background: #3395bb;
}

.carrinho-container .login-area .icon-user svg path {
    fill: #ffffff;
}

.carrinho-container .login-area a {
    color: #ffffff;
}

.carrinho-ctn>a svg path {
    fill: #ffffff;
}

.social-pesquisa-container .social-area li .icon svg path {
    fill: #ffffff;
}

.search-area #search {
    background: #012c3d;
}

.footer-top {
    background: #012c3d;
}

.carrinho-ctn .item-ctn {
    background: #000;
}

.search-area button svg path {
    fill: #ffffff;
}

.header-top {
    background: #000000;
}

@media (min-width: 800px)
.carrinho-ctn:hover {
    background: #012c3d;
}