@media only screen and (min-width: 1025px) {
  .static-menu {
    padding-left: 256px;
    position: relative; }
    .static-menu .main-wrapper {
      padding-top: 0 !important; }
    .static-menu .vc_row:not([data-vc-stretch-content="true"]) {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .static-menu .vc_row[data-vc-full-width] {
      max-width: calc(100% + 30px) !important;
      left: 0 !important; }
    .static-menu #footer {
      max-width: calc(100% - 254px);
      left: 254px; }

  .header_top_bg {
    padding-bottom: 0;
    position: relative;
    z-index: auto;
    background-color: var(--light-color); }
    .header_top_bg .col-12 {
      min-height: 0; }

  header {
    position: fixed;
    top: 0;
    max-width: 290px;
    left: 0;
    width: 100%;
    margin: auto;
    display: table;
    padding: 0;
    z-index: 999;
    text-align: center; }
    header .logo {
      position: absolute;
      z-index: 9999;
      left: 0;
      width: 100%;
      top: 0;
      text-align: left;
      padding: 40px 0 20px 45px;
      text-decoration: none;
      display: block;
      max-width: 256px; }
      header .logo span {
        vertical-align: middle;
        text-align: left;
        font-weight: 700;
        display: inline-block;
        letter-spacing: 5px;
        white-space: nowrap;
        color: var(--light-color);
        font-size: 20px;
        line-height: 1; }
      header .logo .logo-mobile {
        display: none !important; }
    header #topmenu {
      display: table;
      background-position: center;
      background-size: cover;
      background-color: var(--black-color);
      box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.12);
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 256px;
      padding: 50px 0;
      margin-left: 0;
      vertical-align: top;
      border-right: none;
      text-align: right;
      box-sizing: border-box;
      outline: 0;
      z-index: 101;
      backface-visibility: hidden;
      -webkit-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
      header #topmenu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); }
      header #topmenu ul.menu {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 100;
        overflow-y: visible;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        list-style: none;
        margin: 0;
        padding: 0; }
        header #topmenu ul.menu li {
          padding: 7px 20px 7px 45px;
          position: static;
          text-align: left;
          display: block; }
          header #topmenu ul.menu li i {
            display: none; }
          header #topmenu ul.menu li a {
            text-align: left;
            color: var(--light-color);
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 2.4px;
            display: inline-block;
            margin: 0;
            width: auto;
            cursor: pointer;
            line-height: 2;
            padding: 0 2px 0 0;
            -webkit-transition: all 450ms ease;
            -moz-transition: all 450ms ease;
            -ms-transition: all 450ms ease;
            -o-transition: all 450ms ease;
            transition: all 450ms ease; }
          header #topmenu ul.menu li li {
            padding: 5px 40px; }
            header #topmenu ul.menu li li a {
              line-height: 1.3; }
        header #topmenu ul.menu a:hover,
        header #topmenu ul.menu li:not(.menu-item-has-children).active > a,
        header #topmenu ul.menu .current-menu-parent > a,
        header #topmenu ul.menu .current-menu-item > a,
        header #topmenu ul.menu .current-menu-ancestor > a {
          color: var(--main-color); }
        header #topmenu ul.menu ul {
          position: absolute;
          z-index: 999;
          min-width: 250px;
          display: none;
          box-sizing: border-box;
          padding: 10px 0;
          margin-left: 0;
          left: 100%;
          top: 50%;
          background-color: var(--black-color);
          width: 100%;
          max-height: 100vh;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.12); }
          header #topmenu ul.menu ul li {
            margin-bottom: 5px; }
    header .f-right {
      display: table-cell;
      white-space: nowrap;
      min-width: 150px;
      position: absolute;
      bottom: 40px;
      z-index: 2;
      text-align: left;
      left: 0;
      width: 100%;
      padding: 0 45px; }
      header .f-right .copy {
        position: relative;
        text-transform: none;
        font-size: 15px;
        line-height: 1.57;
        color: var(--light-color);
        margin-top: 15px;
        white-space: normal;
        margin-left: 0; }
        header .f-right .copy a {
          text-decoration: none;
          color: var(--main-color);
          font-weight: 400; }
          header .f-right .copy a:hover {
            color: var(--light-color);
            opacity: 1; }

  .mini-cart-wrapper,
  .mob-nav-close,
  .mob-nav {
    display: none; } }

/*# sourceMappingURL=menu-static_aside.css.map */
