/* COLOR VARIABLES
============================================= */
/* COLORS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
.navMobile {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1023px) {
  .searchMobile {
    display: block;
  }
  /*

      #searchForm {
          position: absolute;
          width: 500px;
          height: 50px;
          background: #E2E6EB;
          right: 0;
          opacity: 0;
          pointer-events: none;
          transition: all .25s ease-in-out;
          -ms-transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          -webkit-transition: all .25s ease-in-out;
          -webkit-border-bottom-right-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          -moz-border-radius-bottomleft: 5px;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          border-radius: 20px;

          top: 300px;
          z-index: 99999;
          left: -10px;
          width: 100vw;
      }

      #inSearchForm input {
          width: calc(100% - 90px);
      }

  */
  .searchMobile {
    display: block;
  }
}
@media all and (max-width: 568px) {
  .navMobile .twelve a.shop-menu-mobile {
    padding: 6px 30px;
  }
}
@media all and (max-width: 480px) {
  .menu {
    /*top: 70px;*/
  }
}

/*# sourceMappingURL=menuMobile.css.map */
