:root {
    --cor_primaria: #111;
    --cor_secundaria: #111;
    --cor_botao: #111;
    --cor_botao_hover: #4a4a4a;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #000000;
    --pre_cabecalho: #111;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #000;
    --cor_icones: #fff;
    --cor_icones_hover: #404040;
    --cor_texto_icones: #fff;
    --cor_menu: #fff;
    --cor_texto_menu: #111;
    --cor_newsletter: #111;
    --cor_texto_newsletter: #fff;
    --cor_footer: #fff;
    --cor_texto_footer: #111;
    --texto_global: #111;
    --cor_clara: #fff;
    --cor_escura: #111;
    --texto_background: #fff;
    --texto_bg_escuro: #222;
    --texto_bg_claro: #222;
}
 
 .carrinho>a span.titulo {display: none !important;}
 
 @media (max-width: 767px) {
    .pagina-inicial .desconto-a-vista {
        font-size: .700rem !important;
    }
    .preco-produto .desconto-a-vista:after{
        content: '' !Important;
    }
}   