.menu-wrapper .carrinho .material-symbols-outlined {
	display: block !important;
	margin: 0;
}

.menu-wrapper div {
	margin-right: 0px;
}

@media (min-width: 769px) and (max-width: 1024px) {
	#cabecalho a,
	#cabecalho .qtd-carrinho,
	#cabecalho .menu.superior strong,
	.dropHelp > p {
		font-size: calc((var(--font_size_header) / 100) * 0.675rem);
	}

	div#listagemProdutos li {
		width: calc(50%);
	}

	div#listagemProdutos li .listagem-item {
		margin-right: 1rem;
	}

	.carrinho {
		height: auto;
	}
	.carrinho a:has(i) {
		justify-content: center;
	}
	.li-whatsapp a {
		right: 30px;
	}

	.menu.superior .nivel-um > li {
		padding: 0px 0 0 14px;
	}

	.section-newsletter-home .newsletter .input-conteiner button {
		right: 0px !important;
	}
	body #cabecalho > .conteiner {
		max-width: 1020px;
	}
}

@media (max-width: 769px) {
	#rodape .row-fluid .sobre-loja-rodape.span3 {
		text-align: center;
	}
	#rodape .row-fluid .sobre-loja-rodape.span3 p {
		text-align: justify;
	}
.lateral.outras.filtro-coluna .atributo-lista ul {
    max-height: 200px;
    overflow-y: scroll;
}
}

.produto-compartilhar .a2a_s_twitter path {
    fill: revert-layer!important;
}