#rodape .assinatura p, #rodape .assinatura-rodape span {
font-size: 10px;
color: #4e4e4e;
line-height: 20px;
}

#rodape .assinatura p:after {
content: "Avenida Sete de Setembro, 462 - Centro, Diadema - SP, 09912-010";
display: block;
line-height: 12px;
font-size: 10px;
color: #4e4e4e;
}

.listagem-item.indisponivel, .listagem.com-caixa .listagem-item.indisponivel {
    background: #fff;
}

.listagem-item.indisponivel .imagem-produto img {
    opacity: 1;
}

.listagem-item.indisponivel .info-produto .nome-produto {
    opacity: 1;
}

.listagem-item.indisponivel .imagem-produto img {
    filter: none !important;
}

:root {
		--cor_primaria: #FF8C00;
		--cor_secundaria: #444;
		--cor_botao: #FF8C00;
		--cor_botao_hover: #444;
		--cor_texto_botao: #fff;
		--cor_texto_botao_hover: #fff;
		--cor_botao_comprar: #FF8C00;
		--pre_cabecalho: #FF8C00;
    --cor_texto_pre_cabecalho: #fff;
		--cor_cabecalho: #ffffff;
		--cor_icones: #FF8C00;
		--cor_icones_hover: #444;
		--cor_texto_icones: #333333;
		--cor_menu: #333333;
		--cor_texto_menu: #fff;
		--cor_newsletter: #FF8C00;
		--cor_footer: #ffffff;
		--cor_texto_footer: #333333;
		--cor_tag_frete_gratis: #444;
		--texto_global: #333333;
		--texto_background:#ffffff;
}