/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}

/* WHATSAPP FIXO */
.whatsapp-fale {
position: fixed;
bottom:-45px;
left:1107px;
z-index: 999;
}
#cabecalho{height:auto;background:#e5e5e5;}
#cabecalho .conteiner{padding-top:10px;padding-bottom:10px}
#cabecalho>.conteiner:before{background:rgba(0,0,0,.1);display:none;height:100px}
.my_account>a{color:#000}
.wishlist a{color:#000}
.productTracking a{color:#000}
.dropHelp p{color:#000}
.carrinho .qtd-carrinho{color:#000}
.carrinho{border:1.2px solid #777}
#cabecalho .carrinho:after{color:#777}
body.fixed #cabecalho{box-shadow:0 0 10px rgba(0,0,0,.6);height:105px}
.pagina-pagina .secao-banners{display:none!important}
.pagina-produto .secao-banners{display:none!important}
.pagina-produto #cabecalho{margin-bottom:20px}
#rodape .lista-redes i{font-size:22px}
#rodape .pagamento-selos .pagamento>ul{display:inline-block;text-align:left;width:auto;}
#rodape .pagamento-selos .pagamento>ul li{margin:0 10px;}
.links-rodape-paginas ul li a{text-transform:uppercase!important}
.produto .principal .botao.principal.grande{background:#2ecc71}
.btnWhatsApp2{
    background: var(--primary-color);
    color: var(--txt-in-bg);
    border: 1px solid var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all .1s ease-in-out;
	padding:5px 15px; border-radius:10px;
	font-size:18px;
        
}
.btnWhatsApp2:hover{
	background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: all .1s ease-in-out;
}

@media screen and (min-width: 769px){
    .logo a img {max-width:100%;margin:0}
}
:root {--primary-color:#036755;}