
/* cor da descrição dentro da pag dos produtos*/
body .abas-custom .tab-content {
	background-color: #000000 !important;
	box-shadow: none !important;
	color: #ffffff !important;
}

body .abas-custom .tab-content,
body .abas-custom .tab-content p,
body .abas-custom .tab-content span,
body .abas-custom .tab-content li,
body .abas-custom .tab-content strong,
body .abas-custom .tab-content b {
	color: #ffffff !important;
}

#descricao,
#descricao p,
#descricao span,
#descricao li,
#descricao strong,
#descricao b {
	color: #ffffff !important;
}

div #descricao.tab-pane.active p,
div #descricao.tab-pane.active span,
div #descricao.tab-pane.active strong,
div #descricao.tab-pane.active li {
	color: #ffffff !important;
}

:root {
		--cor_primaria: #1b1b1b;
		--cor_secundaria: #444;
		--cor_botao: #fef013;
		--cor_botao_hover: #fef013;
		--cor_texto_botao: #1b1b1b;
		--cor_texto_botao_hover: #1b1b1b;
		--cor_botao_comprar: #31b15f;
		--pre_cabecalho: #1b1b1b;
        --cor_texto_pre_cabecalho: #fff;
		--cor_cabecalho: #1b1b1b;
		--cor_icones: #fef013;
		--cor_icones_hover: #444;
		--cor_texto_icones: #fef013;
		--cor_menu: #1b1b1b;
		--cor_texto_menu: #fef013;
		--cor_newsletter: #1b1b1b;
		--cor_footer: #1b1b1b;
		--cor_texto_footer: #fef013;
		--cor_tag_frete_gratis: #444;
		--texto_global:#fef013;
		--texto_background:#ffffff;
}
.carrinho>a span.titulo {
    display: none !important;
}

[data-theme="dark"] #rodape > div:last-child p {
    color: var(--cor_texto_footer) !important;
}