:root {
	--cor_primaria: #000000;
	--cor_secundaria: #000000;
	--cor_botao: #d9b5b4;
	--cor_botao_hover: #a87b80;
	--cor_texto_botao: #f6e9e0;
	--cor_texto_botao_hover: #f6f4f1;
	--cor_botao_comprar: #a87b80;
	--pre_cabecalho: #a87b80;
	--cor_texto_pre_cabecalho: #f6f4f1;
	--cor_cabecalho: #f6f4f1;
	--cor_icones: #406466;
	--cor_icones_hover: #9bbabd;
	--cor_texto_icones: #406466;
	--cor_menu: #f6f4f1;
	--cor_texto_menu: #406466;
    --cor_footer: #f6e9e0;
    --cor_texto_footer: #000000;
	--cor_tag_frete_gratis: #406466;
	--texto_global: #000000;
	--cor_newsletter: #a87b80;
	--texto_background: #d9b5b4;}

@media (max-width: 768px){
.cart-mobile strong.qtd-carrinho.titulo.cor-secundaria {
position: absolute !Important;
   }
}

@media (max-width: 768px) {
.pagina-carrinho .menu-wrapper.span6.hidden-phone > *{
display:none !Important;
   }
}