
.row-fluid.banner.hidden-phone {
	text-align: center;
}

.row-fluid.banner.hidden-phone {
	text-align: center;
}


#listagemProdutos{
    max-width: 1200px;
    margin: auto
}

/* Centralizar os itens do menu */
#cabecalho > 
.conteiner > .menu.superior { text-align: center; }
#cabecalho >
.conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }

/* ajuste dos banners alinhados */
.span12.banner.tarja { margin: 20px 0 } 
   
/* espacamento entre o Titulo e conteúdo do rodape */
#rodape .institucional .titulo{
    margin: 0px; 
    padding: 15px 0px;
    text-align: center;
    
}

/* CENTRALIZAR O TÍTULO DE: SOBRE A LOJA */ 
#rodape .sobre-loja-rodape .titulo { text-align: left}



/* Oculta a coluna das redes sociais */
#rodape .redes-sociais{
display:none;
}

/* alinhamento de coluna */
#rodape .institucional {
    		padding: 0 0 10px 0;
    	}

/* propriedades da área que exibe as redes sociais */
#rodape .redes-sociais{
    top: -20px;
    text-align: center;
    height: 350px; /* Se necessitar que se ajuste ao conteúdo, mude esse valor para 'fit-content' */}

/* Texto "SOCIAL" */
#rodape .redes-sociais .titulo{
    color: white;
    text-align: center;
}

/* remove exibição dos icones das redes sociais na área destinada para */
#rodape .redes-sociais .lista-redes{
    display: none;
}

/* Alinhamento geral do conteudo do rodapé */

#rodape .institucional > .conteiner > .row-fluid > .span9 {
  width: 90%}
  
  
/*TIRAR LINHAS RODAPE*/
.gateways-rodape li:nth-child(odd) {
border-right: none;
}
.gateways-rodape li:nth-child(2) {
border-left: none;
}
.gateways-rodape li:nth-child(odd) {
border-right: none;
}


/*  CENTRALIZAR O CONTEUDO DO RODAPÉ*/
#rodape .institucional .titulo, 
    .span4.links-rodape.links-rodape-categorias, 
    .span4.sobre-loja-rodape,
    .span4.links-rodape.links-rodape-paginas,
    .institucional.fundo-secundario .span12.visible-phone {
        text-align: center;
    }


/* RELACIONADO AOS PRODUTOS */

.listagem .listagem-item{text-align:center}

/*Aproveitei e aumentei o tamanho do texto do preço: (caso queira usar)*/
.listagem-linha .preco-produto{font-size:20px} .listagem-linha .preco-produto .preco-parcela{font-size:14px}

/*Para remover as linhas pontilhadas, as verticais adicione este código:*/
.listagem .listagem-linha li{border:none}

/*Para remover a linha horizontal:*/
.listagem .listagem-linha {border:none}
