:root {
		--cor_primaria: #1b1b1b;
		--cor_secundaria: #444;
		--cor_botao: #1b1b1b;
		--cor_botao_hover: #444;
		--cor_texto_botao: #fff;
		--cor_texto_botao_hover: #fff;
		--cor_botao_comprar: #31b15f;
		--pre_cabecalho: #1b1b1b;
        --cor_texto_pre_cabecalho: #fff;
		--cor_cabecalho: #fff;
		--cor_icones: #1b1b1b;
		--cor_icones_hover: #444;
		--cor_texto_icones: #1b1b1b;
		--cor_menu: #fff;
		--cor_texto_menu: #1b1b1b;
		--cor_newsletter: #fff;
		--cor_footer: #fff;
		--cor_texto_footer: #1b1b1b;
		--cor_tag_frete_gratis: #444;
		--texto_global: #1b1b1b;
		--texto_background:#1b1b1b;
}


.component{
    background-color: #bfb1ac !important;
}

#rodape .sobre-loja-rodape a img {
    height:auto;
}

.listagem .span4 .imagem-produto, .listagem .produtos-carrossel[data-produtos-linha="3"] .imagem-produto{
    height:416px;
}


@media (max-width: 1024px) {
.listagem .span4 .imagem-produto, .listagem .produtos-carrossel[data-produtos-linha="3"] .imagem-produto {
    height: auto;
}
}


@media (max-width: 768px){
div#box-slide .titulo-categoria strong {
    font-size: 19px !important;
    color: #1b1b1b !important;
}
}

@media (max-width: 768px){
div#box-slide {
    margin-top:0 !important;
}
}


.breadcrumbs ul li:last-child a {
    color: #ffffff !important;
}


/*
.busca-mobile .busca input {
    background-color: #b3b3b3 !important;
}

*/