/* CABEÇALHO MOBILE BRANCO - Loja Integrada */
@media only screen and (max-width: 767px) {

  body #cabecalho,
  body #cabecalho .conteiner,
  body #cabecalho .conteudo-topo,
  body #cabecalho .conteudo-topo .superior,
  body #cabecalho .conteudo-topo .inferior,
  body #cabecalho .atalhos-mobile.visible-phone,
  body #cabecalho .atalhos-mobile.visible-phone.fundo-secundario,
  body #cabecalho .atalhos-mobile.visible-phone.fundo-secundario.borda-principal,
  body #cabecalho .atalhos-mobile ul,
  body #cabecalho .atalhos-mobile li,
  body #cabecalho .fundo-secundario,
  body #cabecalho .busca-mobile,
  body #cabecalho .span8.busca-mobile,
  body #cabecalho .logo,
  body #cabecalho .logo a {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
  }

  body #cabecalho .atalhos-mobile,
  body #cabecalho .atalhos-mobile li {
    border-color: #ffffff !important;
  }

  body #cabecalho .atalhos-mobile a,
  body #cabecalho .atalhos-mobile a i,
  body #cabecalho .atalhos-mobile a:before,
  body #cabecalho .icon-home:before,
  body #cabecalho .icon-user:before,
  body #cabecalho .icon-shopping-cart:before,
  body #cabecalho .icon-search:before,
  body #cabecalho a.atalho-menu,
  body #cabecalho a.atalho-menu:before {
    color: #222222 !important;
    text-shadow: none !important;
  }

  body #cabecalho .span8.busca-mobile a.atalho-menu svg g rect,
  body #cabecalho a.atalho-menu svg rect {
    fill: #222222 !important;
  }

  body #cabecalho input[type="text"],
  body #cabecalho .busca input {
    background: #ffffff !important;
    color: #222222 !important;
  }

  body #cabecalho ::placeholder {
    color: #777777 !important;
  }
}