
  @media (max-width: 767px) {
    #mobile_header > #themes_header_board {
      display: none !important;
    }

    #header,
    #header .headerFixed,
    #mobile_header {
      height: 62px !important;
      min-height: 62px !important;
    }

    #mobile_header > .mobile_box {
      height: 62px !important;
    }

    body.products .ly_other_2,
    body.products .ly_other_2 > .wide,
    body.products .ly_other_2 .section,
    body.products .ly_other_2 .other_wrapper {
      height: auto !important;
      min-height: 0 !important;
    }

    body.products .ly_other_2 .other_wrapper {
      padding-top: 12px !important;
      padding-bottom: 12px !important;
    }
  }
