.li-whatsapp {
    display: none;
}

.banner.tarja img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	padding-bottom: 4px;
}

.sobre-loja-rodape>img {
	max-width: 100px;
}

:root {--cor_primaria: #222222;--cor_secundaria: #222222;--cor_titulos: #000000; --cor_botao: #222222;--cor_botao_hover: #decc81;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #000000;--cor_botao_comprar: #5bbf5f;--pre_cabecalho: #decc81;--cor_texto_pre_cabecalho: #000000;--cor_cabecalho: #222222;--cor_icones: #decc81;--cor_icones_hover: #ffffff;--cor_texto_icones: #decc81;--cor_menu: #222222;--cor_texto_menu: #decc81;--cor_newsletter: #222222;--cor_texto_newsletter: #decc81;--cor_footer: #ffffff;--cor_texto_footer: #333333;--texto_global: #333333;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}

.carrinho .qtd-carrinho {
	font-size: 18px;
	width: 24px;
	height: 24px;
	margin: 6px !important;
	line-height: 24.6px;
	background: var(--cor_botao);
	left: -4px;
	top: -16px;
	position: absolute;
	text-align: center;
	font-weight: 700;
	border-radius: 50px;
	color: #decc81;
}
@media (max-width: 768px) {
	.cart-mobile strong.qtd-carrinho.titulo.cor-secundaria {
		left: 24px !important;
		position: absolute !important;
		color: #decc81;
		background: var(--cor_botao);
		width: 18px;
		height: 18px;
		opacity: 1 !important;
		border-radius: 50px;
		font-size: 12px;
		text-align: center;
		line-height: 18px; }
}