/*
  mobile-0 - Misc
  mobile-1 - Header
  mobile-2 - Call To Action Phone
  mobile-3 - Slider
  mobile-4 - Homepage Destaques
  mobile-5 - Footer
  mobile-6 - Loja
  mobile-7 - Carrinho
  mobile-8 - Produto
  mobile-9 - Produto Individual
  mobile-10 - Area Pessoal
  mobile-11 - Encomendas
  mobile-12 - Produto Modal
  mobile-13 - Caminho
  mobile-14 - Pesquisa
  mobile-15 - TopBar
  mobile-16 - Homepage Marcas
  mobile-17 - Contactos
  mobile-18 - Sidebar
*/

@media only screen and (max-width: 990px) {
  /* mobile-0 - Misc */
  .mobile-hide{
    display: none !important;
  }

  .desktop-hide{
    display: block !important;
  }

  .recaptcha-mobile{
    margin-bottom: 20px !important;
    display: inline-block !important;
  }

  br{
     display:block !important;
  }

  /* mobile-1 - Header */
  .mega-menu{
    border: 0px !important;
  }

  .mega-menu > li{
    border: 0px !important;
  }

  .mega-menu > li > ul > li{
    border: 0px !important;
    margin: 5px 0px;
  }

  .header-mobile{
    position: fixed !important;
    width: 100%;
    height: 55px;
    background-color:  #FFF;
    z-index: 999;
    margin-top: -10px;
    top: 0px;
  }

  	nav.nav-centered.outOfSight .logo{
    display: block !important;
  }


  .nav-mobile{
    box-shadow: 0px 2px 10px rgba(204, 204, 204, 0.5);
    position: absolute !important;
    width: 100%;
    background-color:  #FFF;
    text-align: right !important;
    border-bottom: 0px  !important;
    top: 8px;
  }

  .nav-menu-mobile > *{
    text-align: center !important;
  }

  .nav-mobile.nav-open{
    box-shadow: 0px 2px 10px rgba(204, 204, 204, 0.5)
  }

  .nav-menu-mobile li{
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  }

  .pesquisa-mobile{
    padding: 0px !important;
  }

  .logo-mobile{
    width: 80%;
    position: absolute !important;
    text-align: left;
    z-index: 1;
  }

  .logo-mobile img{
    margin-top: 16px !important;
    margin-left: 10px !important;
  }

  /* mobile-2 - Call To Action Phone */
  .calltoaction_phone-mobile{
    display: none !important;
  }

  .calltoaction-mobile{
    background-color: #EF6430;
    color: #FFF !important;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Advent Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .calltoaction-mobile > a > p {
    color: #FFF !important;
    margin-bottom: 0px !important;
    font-size: 16px;
  }

  /* mobile-3 - Slider */
  .slider-texto-mobile{
    font-size: 32px !important;
  }

  /* mobile-4 - Homepage Destaques */
  .homepage-destaque-logo-mobile{
    text-align: center !important;
    position: relative !important;
    width: 250px;
    margin-left: auto !important;
    left: auto !important;
  }

  /* mobile-5 - Footer */
  .footer-mobile{
    padding-top: 40px !important;
  }

  .footer-box-mobile{
    text-align: center !important;
  }

  .menu-inferior-mobile a{
    width: 100%;
  }

  .mobile-copyright{
    text-align: center !important;
  }

  /* mobile-6 - Loja */

  /* mobile-7 - Carrinho */
  .botao-carrinho-mobile{
    float: right !important;
    margin-right: 20px !important;
  }

  .alterar-quantidade-produto-mobile{
    width: 100% !important;
  }

  /* mobile-8 - Produto */
  .calltoaction-produtos-ttitulo{
    text-align: center;
  }
  .produtoSection{
    margin-bottom: -40px !important;
    padding-bottom: 0px;
  }
  .produto-slide li img{
    width: 100% !important;
  }
  .produto-slide-mobile li img{
    height: auto !important;
  }
  .tamanhoForm-produto-mobile{
    width: 100% !important;
  }
  .addForm-produto-mobile > input{
    width: 50% !important;
    float: left;
  }
  .produtoTabs-mobile li{
    width: 100% !important;
  }

  /* mobile-9 - Produto Individual */
  .produto-individual-box-mobile{
    height: 260px !important;
    width: 50%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .produto-individual-box-mobile img{
    height: 150px !important;
    width: auto !important;
  }

  /* mobile-10 - Area Pessoal */
  .area-pessoal-nav-mobile a:before {
  content: "\A";
  white-space: pre;
  }

  /* mobile-11 - Encomendas */
  .encomenda-info-mobile{
    width: 50%;
    float: left;
  }

  /* mobile-12 - Produto Modal */
  .botao-continuarcomprar-modal-mobile{
    margin-bottom: 20px !important;
  }

  .produtoModal-box{
    width: 50%;
    float: left;
  }

  /* mobile-13 - Caminho */
  ol.caminho-lista-mobile{
    bottom: 0px !important;
    top: auto !important;
    margin-top: 0px !important;
  }
  .caminho-lista:before{
    bottom: -4px !important;
  }

  /* mobile-14 - Pesquisa */
  #pesquisa-modal-box{
    width: 300px !important;
  }

  /* mobile-15 - TopBar */
  #topbar{
    padding-bottom: 15px !important;
  }
  /* mobile-16 - Homepage Marcas */

  /* mobile-17 - Contactos */
  .formularioContactos{
    margin-top: 28px !important;
  }

  /* mobile-18 - Sidebar */
  .mobile-categorias{
    display: none;
  }

}
