
.popover-content{
font-size:0;
}
.popover-content::before{
content: "Selecione uma opção";
font-size: 9pt !important;
}


.listagem-item .acoes-produto .botao.principal{
	font-size: 0px!important;
	background:#ddaa25;
	/*color:#000000;*/
	
}

.listagem-item .acoes-produto .botao.principal:after{
	content: 'COMPRAR';
    font-size: 15px;
    /*color: #000000!important;*/
}

/* COR DO FUNDO DO CARROSSEL DAS CATEGORIAS*/
.carrossel-departamentos li img {
    background: white;
}