:root {
		--cor_primaria: #000000;
		--cor_secundaria: #494848;
		--cor_botao: #000000;
		--cor_botao_hover: #c13e3e;
		--cor_texto_botao: #ffffff;
		--cor_texto_botao_hover: #ffffff;
		--cor_botao_comprar: #6fce72;
		--pre_cabecalho: #c13e3e;
        --cor_texto_pre_cabecalho: #ffffff;
		--cor_cabecalho: #000000;
		--cor_icones: #ffffff;
		--cor_icones_hover: #ffffff;
		--cor_texto_icones: #ffffff;
		--cor_menu: #000000;
		--cor_texto_menu: #ffffff;
		--cor_newsletter: #c13e3e;
		--cor_footer: #000000;
		--cor_texto_footer: #ffffff;
		--cor_tag_frete_gratis: #6fce72;
		--texto_global: #000000;
		--texto_background:#525151;
}

.carrinho>a span.titulo {
    display: none !important;
}
#rodape .sobre-loja-rodape img {
    background-color: unset !important;
}

#tarja-slide .icon svg{
    color:var(--cor_primaria);
}

@media (min-width: 768px) {
.rodape-endereco .onde-estamos *{
       color: #FFF;
 }
}
@media (max-width: 767px) {
#rodape p{
            color: var(--texto_global);
 }
}