.banner-tarja {
    display: flex;
    justify-content: center;
   /* border-top: 5px solid #DDAE42!important; teste retirada de borda*/
}


.banners-vantagens {
    border-bottom: 0px solid #90909038;
}


.rodape-sobre .logo {
    width: 400px !important;
    max-width: 400px !important;
}

.resumo-flutuante {
    border: 1px solid #eee!important;
    transition: box-shadow .2s;
    border-radius: 15px;
    box-shadow: none;
}


.resumo-flutuante .resumo-flutuante-close {
    background: transparent;
}


.resumo-flutuante.flutuante-open {
    display: none;
}

.listagem .listagem-item .bandeira-desejos {
    opacity: 1;
}


.buy-whatsapp-list {
    top: 55px !important;
}

.info-principal-produto .nome-produto {
    font-size: 30px !important;
    font-weight: bold !important;
}



/* vitrine de produtos - páginas categorias */

/*.listagem .vitrine-normal .listagem-item {
    width: 23.8% !important; CÓDIGO RESPONSÁVEL PELO LAYOUT QUEBRADO NA PÁGINA DE PRODUTOS 
}*/

.listagem .vitrine-normal {
    width: 105% !important;
}

@media (max-width: 991px) {
/*	.pagina-categoria-busca .secao-principal .conteudo .listagem .listagem-item {
		width: 48.4% !important;
	}CÓDIGO RESPONSÁVEL PELO LAYOUT QUEBRADO NA PÁGINA DE PRODUTOS*/

	.listagem .vitrine-normal {
		width: 100% !important;
	}
}



