/* 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; }

/*Fundo transparente e borda da busca*/ .busca { position: relative; padding: 5px; background-color: transparent;}
.busca { border-width: 0px; border-style: solid; border-color: rgba(0,0,0,0.12); position: relative; }

/*Aumentar texto Bem vindo*/ #cabecalho .bem-vindo { color: #000000; font-size: 14px; margin-left: 5px;}

/*Fundo e cor  rodape*/#rodape .institucional, #rodape .pagamento-selos  {color: #000000; background-color: #e6e4e4; }
#rodape .titulo {padding: 0;margin-bottom: 10px;border: none;color: #000000;}
.gateways-rodape {
background: #e6e4e4;
border: none;
width: 50%;
color: #000000;
}
.gateways-rodape, .gateways-rodape  {
padding: 5px;
}

/* Remover “listra branca” do rodapé */
#rodape .institucional, #rodape .pagamento-selos {
background-image: url();
}

/*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;}

.conteiner-principal .conteiner {box-shadow:none;}

.carrinho {border-width: 0px;border-style: solid;border-color: rgba(0,0,0,0.12);position: relative;}

/* Alterar carrinho vazio para numero */
.carrinho >a span {
display: none!important;
}
.carrinho >a >strong {
display: inline-block!important;
}

/* Alterar visual do bloco redes sociais */
.redes-sociais{border-top: 0;position: relative!important;padding-bottom: 10px!important;}
#rodape.redes-sociais.borda-principal {background: none !important;}

/* WHATSAPP FIXO */
.whatsapp-fixo {position: fixed;bottom:10px;left:10px;z-index: 999;}

.menu .titulo {display: inline-block;white-space: normal;font-size: 13px;}

.menu.superior .titulo{   font-weight: bold;}

.fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
color: #000000;}

/*Remover espacos entre blocos na home*/
.banner.cheio+.row-fluid {    margin-top: 0px;}
.conteiner-principal .conteiner {    padding: 0px 20px;}
.g_ .g_title, 
.g_ .listagem .titulo-categoria, 
.g_ .pagina-pagina h1.titulo {    margin: 0;}
.listagem .titulo-categoria strong {    margin: 0;}
.listagem .listagem-linha:first-child {    padding: 0;}
.g_ #rodape .institucional {    padding: 0;}
.g_ #rodape .pagamento-selos {    padding: 0;}
.g_ #rodape>div:last-child {    padding: 0;}
.g_ .pagina-categoria .listagem-linha .row-fluid>li, 
.g_ .pagina-inicial .listagem-linha>ul>li {    margin-bottom: 0;}
.g_ .listagem .listagem-item .add-wishlist {    top: 0;}
.g_ .listagem .bandeiras-produto {    top: 0;}
.listagem .span4 .imagem-produto, 
.listagem .produtos-carrossel[data-produtos-linha="3"] .imagem-produto {    height: 260px!important;}
.listagem .produtos-carrossel .listagem-linha li .listagem-item {    height: 310px!important;}

/*Trocar coluna sobre com conteudo*/
@media (min-width: 768px) {  #rodape .institucional .row-fluid {    display: flex;  }
#rodape .institucional .links-rodape-paginas {    order: 1;  }}

/*Tirar paginas extras do rodape*/#rodape .institucional .links-rodape-paginas {display:none !important;}