[data-theme="dark"] {
    --cor_cabecalho: #E8E8EC;
    --pre_cabecalho: #c7fe01;
    --cor_body: #E8E8EC;
    --cor_icones: #c7fe01;
    --cor_icones_hover: #c7fe01a3;
    --cor_texto_icones: #fff;
    --cor_titulos: #67061D;
    --cor_menu: #E8E8EC;
    --cor_texto_menu: #fff;
    --cor_footer: #E8E8EC;
    --cor_texto_footer: #fff;
    --texto_global: #fff;
    --cor_fundo: #E8E8EC;
}


:root {
    --cor_primaria: #E78B10;
    --cor_secundaria: #000;
    --cor_botao: #E78B10;
    --cor_botao_hover: #E78b10;
    --cor_texto_botao: #E8E8EC;
    --cor_texto_botao_hover: #000000;
    --cor_botao_comprar: #5bbf5f;
    --pre_cabecalho: #E78B10;
    --cor_texto_pre_cabecalho: #E8E8EC;
    --cor_cabecalho: #000;
    --cor_icones: #E78B10;
    --cor_icones_hover: #E78B10;
    --cor_texto_icones: #E8E8EC;
    --cor_menu: #000;
    --cor_texto_menu: #E8E8EC;
    --cor_newsletter: #0b0b0b;
    --cor_texto_newsletter: #E8E8EC;
    --cor_footer: #E8E8EC;
    --cor_texto_footer: #000;
    --texto_global: #000;
    --cor_clara: #dc2020;
    --cor_escura: #111;
    --texto_background: #000;
    --texto_bg_escuro: #222;
    --texto_bg_claro: #222;
}
.carrinho>a span.titulo {
    display: none !important;
}

/* plugoo fix */
.li-whatsapp {
	display: none;
}

.secao-banners {
	margin-top: 55px;
}

/* fix header-space */
@media (min-width:768px){
    #corpo { 
        padding-top:10px!important 
    }
}