/* new color */
:root {
--primary-color: #6cbe99 !important;
--cor_primaria:#6cbe99;
--cor_secundaria:#8b4f9a;
--cor_cabecalho: #fdfaff;
--icones_cabecalho: #8b4f9a;
--icones_cabecalho_hover: #8b4f9a;
--icones_texto_cabecalho: #222;
--cor_menu: #6cbe99;
--texto_menu: #ffffff;
--botao: #242424;
--texto_botao: #ffffff;
--botao_hover:#6cbe99;
--texto_botao_hover: white;
--botao_comprar: #4CAF50;
--texto_botao_comprar: #fff;
--footer: #6cbe99;
--texto_footer: #ffffff;
--txt-global:#3b3e38;
--color-in-bg-dark: #fff;
}


.menu.superior .titulo {
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
}


.listagem-item .acoes-produto .botao.principal {
    opacity: .95;
    background: #6cbe99 !important;
}

.listagem-item .acoes-produto .botao.principal:hover {
    color: var(--texto_botao_hover);
    background: #5dcdcf !important;
}


.bandeiras-produto {
    position: absolute;
    top: 10px;
    left: 45px;
}

span.fundo-principal.bandeira-promocao {
    background: #d93737;
}

.featuredProducts {
    
    background: #d93737;
    
}


/********** PAGINA PRODUTO **********/


.at-share-btn-elements {
    position: relative;
    bottom: 16px;
    display: none;
}

.produto .principal .botao.principal.grande:hover {
    background: #5bdb61;
    width: auto !important;
}


/******** PAGINA BUSCA ***********/


.pagina-busca .listagem ul[data-produtos-linha="4"] li, 
.pagina-categoria .listagem ul[data-produtos-linha="4"] li {
width: calc(100% / 4) !important;
}
@media(max-width:769px){
.pagina-busca .listagem ul[data-produtos-linha="4"] li, .pagina-categoria .listagem ul[data-produtos-linha="4"] li {
width: calc(100% / 2) !important;
}
}


/******** RODAPE ***********/


@media (max-width: 767px) {
    
.bandeiras-produto {
    position: absolute;
    top: 10px;
    left: 5px;
}

.news-rodape .newsletter .botao {
    background:#8b4f9a;
}

#rodape .links-rodape ul li a, div.contato a {
    font-size: 18.6px!important;
    color: #2a2a2a !important;
}

}

@media screen and (max-width: 1024px) {
.produto .nome-produto {
    font-size: 27px;
    line-height: 30px;
}
}


#rodape > div.assinatura-rodape > div {
    padding:0;
}

#rodape > div.pagamento-selos > div {
    padding:0;
}

#rodape .atd-rodape,.news-rodape .newsletter .botao:before {
    background: #9f99cd;
}

#rodape .atd-rodape:hover, .news-rodape .newsletter .botao:hover:before {
    color: var(--texto_botao_hover);
    background: #5dcdcf;
    opacity: .8;
}


#rodape > div.assinatura-rodape > div > div > div.design-fox {
    
    display: none;
    
}

#rodape > div.assinatura-rodape > div > div > a > img {
    
    width: 100px;
    
}

.logomvvv {
    margin-top:10px;
    width: 90px;
}


#rodape > div.assinatura-rodape > div > div > div.design-fox > a > img {
    display: none;
}

#rodape .institucional, #rodape .pagamento-selos {
    padding: 0;
}

.caixa-sombreada i {
    display: inline-block !important;
}
