/* adc texto abaixo do texto padrão do rodape */
/*#rodape .span9.span12 p:after {
content: "Cole aqui o seu endereço.";
display: block;
}*/


/* excluir redes sociais */
/*#rodape .redes-sociais {
display:none !important;
}*/


/* checkout */
.row-fluid .offset4 {
    display: none !important;
}

/* rodape pagamento */
.gateways-rodape {
    display: none !important;
}

/* tamanho imagem produto */
.pagina-inicial #corpo .listagem .imagem-produto {
height: 245px;
}

/* mobile ver mais */
.listagem-item .acoes-produto-responsiva.visible-phone .tag-comprar {
box-shadow: 0 0 0 2px #d6d6d6; background-color: #3e4095; display: inline-block; max-width: 80px; white-space: normal; line-height: 19px;
border-radius: 5px; border-top-left-radius: 5; border-bottom-left-radius: 5; margin-left: -50px; margin-top: 142px;
}
.listagem-item .acoes-produto-responsiva.visible-phone .titulo {
font-size: 15px;
}

/* Tag black friday */
.bandeiras-produto .bandeira-promocao {animation: flash 1s infinite; background-color: #ffffff; font-size: 0; font-family: Verdana; line-height: initial; text-align: center; box-shadow: 0 0 0 1px #c22322; position: absolute; border-radius: 5px; border-top-left-radius: 5; border-bottom-left-radius: 5; }
.bandeiras-produto .bandeira-promocao:before { content: "Experimente!"; 
position: relative;
font-size: 10px; color: #c22322; display: inline-block; max-width: 85px; white-space: normal; line-height: 5px; padding: 4px 0;}

.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho { display: none; }

@keyframes flash {
  0%, 50%, 100% {
  opacity: 1;
  }
  
  25%, 75% {
  opacity: 0;
  }
    15%, 25% {
  opacity: 1;
  }
  } 

.logo a {animation: flipInY 1s;}

  @keyframes flipInY {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }
  } 


/* produto compartilhar */
.produto-compartilhar {
            display: none;
        }

/* Alterar posição do Botão ver mais imagem do produto */
.listagem-item:hover .acoes-produto {
bottom: 120px !important;
}

/* tira os pontilhados do botao detalhar */
.listagem-item .acoes-produto{
border-width: none;
border-style: none}

/* edit redes sociais */
.redes-sociais.borda-principal {
height: 0px; width: 0px; margin width: 0px; margin height: 0px; border: 0px;}

.titulo.cor-secundaria.hidden-phone {
color: #fff;
}

.lista-redes .icon-instagram {
background: #FFF; text-align: center; box-shadow: 0 0 0 2px; padding: 10px 15px; font-size: 26px; color: #7f7f7f;border-radius: 15px; margin-left: 
8px; margin-top: -5px;
}

.lista-redes .icon-facebook {
background: #FFF; text-align: center; box-shadow: 0 0 0 2px; padding: 10px 15px; font-size: 26px; color: #000;border-radius: 15px; margin-left: 
8px; margin-top: -5px;
}

.lista-redes .icon-youtube {
background: #FFF; text-align: center; box-shadow: 0 0 0 2px; padding: 10px 15px; font-size: 26px; color: #000; border-radius: 15px; margin-right: 8px; margin-top: -5px;
}

/* numero whatsapp */
.tel-whatsapp {
            color: #000; border-radius: 15px; margin-right: 26px; margin-top: 2px;
        }

/* excluir barra superior */
.barra-inicial.fundo-secundario {
            display: none;
        }


/* excluir cpf pagina */
.span9.span12 {
            display: none;
        }


/* bandeira frete gratis */
.bandeiras-produto .bandeira-frete-gratis {color: #FFF;
box-shadow: 0 0 0 1px #d6d6d6; background-color: #468847;
border-radius: 5px; border-top-left-radius: 5; border-bottom-left-radius: 5;
}



/* tamanho botao cep */
.form-inline button.btn {
	height: 30px;
	padding: 10px 15px;
	line-height: 0;}


/* tamanho botao Cód. de Segurança */
.input-append span.add-on {
	height: 8px;
	padding: 10px 10px;
	line-height: 0;}


/* tamanho simbolo Cód. de Segurança */
.add-on i.icon-question-sign {
	height: 6px;
	padding: 6px 6px;
	line-height: 0;}


/* tamanho pagina */
.conteiner-principal .conteiner { max-width: 100%;}


/* excluir secao banners */
.secao-banners {
            display: none;
        }

/* background cabecalho */
#cabecalho .conteiner {
    background-image: linear-gradient(#b63134 , white);
}

#cabecalho > .conteiner > .menu.superior .nivel-um > li { background: transparent; border-radius: 5px; border-top-left-radius: 5; border-bottom-left-radius: 5; padding: 0 12px; }

.carrinho-interno {
    top: 40px;
    border-radius: 5px;
    border-top-left-radius: 5;
    border-bottom-left-radius: 5;
}

/* menu barra */
.menu.superior {background-image: linear-gradient(#e8e8e8 , white); border-radius: 5px; border-top-left-radius: 5; border-bottom-left-radius: 5;}

/* Tirar quadradinho com seta do menu */
.menu li.com-filho>a i {display: none;}

/* menu nomes */
.menu.superior .titulo {margin: 7px 0; margin-left: 7px; margin-right: 7px; }

/* menu nomes - sub categoria */
.menu.superior .nivel-dois {top: 33px; border-radius: 5px; border-top-left-radius: 5; border-bottom-left-radius: 5;}

/* titulo categoria */
.listagem .titulo-categoria:first-child {
    margin-top: -10px;
}

/* Tirar 0 dias úteis */
.produto .cep ul li .prazo {display: none;}

/* Tirar aviso disponibilidade */
.produto .cep .aviso-disponibilidade {color:white;}

.produto .cep .aviso-disponibilidade:before { content: "* Prazo de entrega 25 à 35min após aprovação da compra."; font-size: 11px; margin-top: 5px; color:#444444;}

/* Tirar 0 dias / 1 dias uteis carrinho */
.tabela-carrinho .formas-envio .prazo {display: none;}
.formas .accordion-heading .forma-conteiner .envio-prazo-entrega {display: none;}
.formas.envio+.warning-text {display: none;}

/* tamanho logo */
.logo a {

height: 170px;

}