/* =====================================
   REMOVER BUSCA E LUPA – MOBILE
   ===================================== */
@media (max-width: 768px) {
  li.mob-busca {
    display: none !important;
  }
}


/* =====================================
   FRETE – MENSAGEM PERSONALIZADA
   ===================================== */
div.cep ul.borda-alpha::after {
  content: "Entregas via Uber Moto em até 1 hora";
  display: block !important;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #25D366;
}


/* =====================================
   CABEÇALHO – REMOVER ATENDIMENTO
   ===================================== */
#cabecalho li.action-item.support {
  display: none !important;
}


/* =====================================
   PRODUTO – REMOVER TEXTO TÉCNICO
   ===================================== */
.aviso-disponibilidade {
  display: none !important;
}


/* =====================================
   RODAPÉ – REMOVER COLUNAS E CONTEÚDO
   Sobre a loja | Categorias | Atendimento
   Conteúdo | Selos
   ===================================== */
#rodape .conteudo,
#rodape .conteudo-rodape,
#rodape .rodape-conteudo,
#rodape .footer-content,
#rodape .footer-widgets,
#rodape .conteudo .span9,
#rodape .conteudo .span12,
.sobre-loja-rodape,
.links-rodape-categorias,
.links-rodape-atendimento,
.atendimento-rodape,
.links-rodape-paginas,
.selos,
.section-selos,
.seals,
#selos,
.footer-selos,
.footer img[alt*="Site Protegido"],
.footer img[alt*="Safe Browsing"],
.footer img[src*="ssl"],
.footer img[src*="secure"] {
  display: none !important;
}


/* =====================================
   RODAPÉ – REMOVER NEWSLETTER
   ===================================== */
.newsletter,
.newsletter-cadastro,
.section-newsletter,
#rodape .newsletter {
  display: none !important;
}


/* =====================================
   RODAPÉ – REMOVER ESPAÇOS VAZIOS
   ===================================== */
#rodape,
.institucional.fundo-secundario,
.institucional.fundo-secundario .container,
.institucional.fundo-secundario .row-fluid,
.institucional.fundo-secundario .span9,
.institucional.fundo-secundario .span12 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

.institucional.fundo-secundario .row-fluid::before,
.institucional.fundo-secundario .row-fluid::after {
  display: none !important;
  content: none !important;
}


/* =====================================
   RODAPÉ – REMOVER BLOCO INSTITUCIONAL
   SOMENTE NO MOBILE
   ===================================== */
@media (max-width: 768px) {
  .institucional.fundo-secundario {
    display: none !important;
  }
}


/* =====================================
   REMOVER BREADCRUMB
   MOBILE + DESKTOP
   ===================================== */
nav.breadcrumbs,
.breadcrumbs,
.breadcrumb,
.migalhas,
.caminho,
.caminho-navegacao {
  display: none !important;
}


/* =====================================
   AJUSTAR ESPAÇOS APÓS REMOVER BREADCRUMB
   SOMENTE NO MOBILE
   ===================================== */
@media (max-width: 768px) {
  .conteiner,
  .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}


/* =====================================
   MINI-BANNER – AJUSTE MOBILE
   ===================================== */
@media (max-width: 768px) {
  .mini-banner {
    margin-top: 60px !important;
  }
}


/* =====================================
   CENTRALIZAR IMAGENS DA PÁGINA DE CONTEÚDO
   MOBILE
   ===================================== */
@media (max-width: 768px) {
  .pagina-conteudo img {
    display: block;
    margin: 0 auto !important;
  }
}


html, body {
  height: auto !important;
  min-height: auto !important;
}


