:root {
    --cor_primaria: #000000;
    --cor_secundaria: #FF4100;
    --cor_botao: #FF4100;
    --cor_botao_hover: #000000;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #5bbf5f;
    --cor_tag_frete: #41a017;
    --pre_cabecalho: #000000;
    --cor_texto_pre_cabecalho: #FF4100;
    --cor_cabecalho: #000000;
    --cor_icones: #fff;
    --cor_icones_hover: #575455;
    --cor_texto_icones: #fff;
    --cor_menu: #000000;
    --cor_texto_menu: #fff;
    --cor_newsletter: #000000;
    --cor_texto_newsletter: #fff;
    --cor_footer: #fff;
    --cor_texto_footer: #575455;
    --texto_global:#000000;
    --cor_clara:#fff;
    --cor_escura:#FF4100;
    --texto_background:#fff;
    --texto_bg_escuro:#282828;
    --texto_bg_claro:#282828;
}

@media (min-width:768px){
    #corpo {
    padding-top: 160px !important;
}
}

.carrinho.vazio>a span{
    display: none !important;
}
