#mobileNav {
  *zoom: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 50; }
  #mobileNav:before, #mobileNav:after {
    content: " ";
    display: table; }
  #mobileNav:after {
    clear: both; }
  #mobileNav .menuIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.6s, padding-top 0.4s;
    display: block;
    height: 60px;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px; }
    #mobileNav .menuIcon span {
      transition: all 0.4s;
      position: relative;
      border-radius: 10px;
      display: block;
      height: 3px;
      width: 30px;
      background: #fff;
      margin-bottom: 6px; }
      #mobileNav .menuIcon span.x3 {
        margin: 0; }
    #mobileNav .menuIcon.leftMenuIcon {
      left: 0; }
    #mobileNav .menuIcon.rightMenuIcon {
      right: 0; }
  #mobileNav .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #mobileNav .logo img {
      height: 50px;
      display: block; }
  #mobileNav > .right {
    float: right;
    margin-right: 10px; }
  #mobileNav .icon {
    *zoom: 1;
    float: left;
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center; }
    #mobileNav .icon:before, #mobileNav .icon:after {
      content: " ";
      display: table; }
    #mobileNav .icon:after {
      clear: both; }
    #mobileNav .icon.mobileCart .productCountWrapper {
      font-size: 70%; }
  html.menuOpen #mobileNav .menuIcon span {
    margin: 0;
    transform-origin: center;
    width: 35px; }
    html.menuOpen #mobileNav .menuIcon span.x1 {
      transform: rotate(-40deg);
      bottom: -9px; }
    html.menuOpen #mobileNav .menuIcon span.x2 {
      opacity: 0; }
    html.menuOpen #mobileNav .menuIcon span.x3 {
      transform: rotate(40deg);
      bottom: -3px; }
    html.menuOpen #mobileNav .menuIcon span.ring {
      opacity: 1; }

@media all and (max-width: 1024px) {
  #mobileNav {
    display: block; }
  .subPage {
    margin-top: 60px; }
    .subPage h1, .subPage h2 {
      font-size: 26px; }
  .header {
    height: 0;
    transition: all 0.3s; }
    .header .mainMenu {
      transition: all 0.3s;
      display: block;
      position: fixed;
      top: 50%;
      left: 50%;
      bottom: auto;
      right: auto;
      transform: translate(-50%, -50%);
      z-index: 100;
      background: #000;
      max-width: 90%;
      min-width: 300px;
      padding: 40px;
      border-radius: 5px;
      box-sizing: border-box;
      visibility: hidden;
      opacity: 0; }
      .header .mainMenu ul.dropDown li {
        display: block;
        margin: 0 0 10px 0; }
        .header .mainMenu ul.dropDown li a {
          padding-bottom: 10px; }
      html.menuOpen .header .mainMenu {
        visibility: visible;
        opacity: 1; }
  html.menuOpen .contentWrapper,
  html.menuOpen .footer {
    opacity: 0.4; }
  .socialMedia {
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 1000;
    background: none; } }

@media all and (max-width: 768px) {
  .socialMedia {
    font-size: 24px;
    padding: 5px 10px; }
    .socialMedia a + a {
      margin-left: 15px; } }

@media all and (max-width: 768px) {
  html {
    -webkit-overflow-scrolling: touch; }
    html.productLayersOpened {
      overflow: hidden; }
  .productsWrapper {
    position: static; }
  .productLayers {
    transform: none !important;
    position: fixed;
    top: 0;
    height: 100%;
    padding: 60px 0 0 0; }
    .productLayers ul.nav {
      top: 80px; }
    .productLayers .layer {
      padding: 130px 20px 40px 20px;
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }
      .productLayers .layer .name {
        font-size: 11vw; }
      .productLayers .layer .productImage {
        padding-bottom: 0; }
        .productLayers .layer .productImage img {
          position: static;
          width: 90%;
          margin: auto;
          display: block; }
      .productLayers .layer .productContent {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .productLayers .layer .productContent .leftSide,
        .productLayers .layer .productContent .rightSide {
          width: 100%;
          margin: 20px 0 0 0; }
        .productLayers .layer .productContent .rightSide {
          min-width: 0;
          max-width: none;
          max-width: initial;
          -ms-flex: initial;
              flex: initial;
          margin-top: 60px; }
  .products .product {
    width: 100%; }
  .products .productImage {
    padding-bottom: 0;
    margin-bottom: 40px; }
    .products .productImage img {
      position: static;
      width: 80%; }
  section.findUs {
    z-index: 3; } }
