﻿.header-menu.show::before {
  display: none;
}

.mm-outer-wrapper.list-view .megamenu-trigger {
  display: none;
}

.smart-megamenu-active .header-logo {
  display: flex;
  margin-block: 15px;
  gap: 10px;
}

  .smart-megamenu-active .header-logo a img {
    width: 200px;
    max-width: unset;
  }

.mm-outer-wrapper.list-view .megamenu-trigger {
  display: none;
}

@keyframes slide-down {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .top-menu-wrap {
    display: flex;
    justify-content: center;
  }

  .mm-outer-wrapper.list-view .megamenu-trigger {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 250px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.1) url(../images/menu-icon.svg) no-repeat left 20px center;
    padding: 12px 20px;
    padding-left: 50px;
    line-height: 15px;
    cursor: pointer;
  }

  .mm-outer-wrapper.list-view {
    position: relative;
  }

    .mm-outer-wrapper.list-view .mobile-menu-head {
      display: none;
    }

    .mm-outer-wrapper.list-view .mm-navbar {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 250px;
      animation: slide-up 0.3s linear;
    }

      .mm-outer-wrapper.list-view .mm-navbar:hover {
        display: block;
      }

      .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li {
        background: var(--primary-green_light);
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
        padding-right: 10px;
        transition: all 0.3s linear;
      }

        .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li:hover {
          background: var(--white);
        }

        .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > a {
          display: flex;
          align-items: center;
          font-size: 14px;
          line-height: 1;
          font-weight: 600;
          padding: 12px 10px;
          width: 100%;
        }

          .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > a img {
            margin-right: 16px;
          }

        .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li .sublist-toggle {
          margin-left: auto;
          font-weight: bold;
          color: var(--primary-green);
        }

        .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist {
          display: none;
          position: absolute;
          left: 100%;
          top: 0;
          padding: 15px;
          background: var(--white);
          min-height: 350px;
          animation: slide-up 0.4s linear;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: flex-start;
          border-radius: 0 5px 5px 0;
          box-shadow: 0px 5px 8px 0px rgba(153, 153, 153, 0.3);
        }

          .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist .sublist-toggle {
            display: none;
          }
}

@media (max-width: 1199px) {
  .smart-megamenu-active .header-menu {
    background: var(--white);
  }

  .header-menu ul.nav-menu li > a span.category-name {
    margin-top: 0 !important;
  }

  .smart-megamenu-active .header-menu .container {
    padding: 0;
  }

  .smart-megamenu-active .header-menu .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    z-index: 0;
    animation: fade-in-overlay 0.3s linear;
    display: none;
    filter: brightness(50%);
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
  }

    .smart-megamenu-active .header-menu .menu-overlay.show {
      display: block;
      top: 70px;
    }

  .smart-megamenu-active .header-menu .navbar {
    height: 100vh;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
    background: var(--white);
    box-shadow: 0px 5px 8px 0px rgba(153, 153, 153, 0.3);
  }

  .smart-megamenu-active .header-menu::before {
    display: none;
  }

  .smart-megamenu-active .header-menu .mobile-menu-close {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    color: var(--white);
    background: var(--primary-green_dark);
    display: block;
    padding: 10px;
  }

  .smart-megamenu-active .header-menu .nav-menu {
    max-height: 100%;
    overflow: auto;
  }

    .smart-megamenu-active .header-menu .nav-menu li {
      background: var(--primary-green_light);
      border-bottom: 1px solid #ddd;
      display: flex;
      align-items: center;
      transition: all 0.3s linear;
    }

      .smart-megamenu-active .header-menu .nav-menu li:hover {
        background: var(--white);
      }

      .smart-megamenu-active .header-menu .nav-menu li > a {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        padding: 19px 10px;
        width: 100%;
      }

        .smart-megamenu-active .header-menu .nav-menu li > a img {
          margin-right: 16px;
        }

    .smart-megamenu-active .header-menu .nav-menu .sublist-toggle {
      margin-left: auto;
      font-weight: bold;
      color: var(--primary-green);
      display: block;
      height: 100%;
      padding: 10px 0px;
    }

    .smart-megamenu-active .header-menu .nav-menu .sublist {
      position: fixed;
      top: 0;
      left: -300px;
      height: 100%;
      z-index: 100;
      background: var(--white);
      box-shadow: 0px 5px 8px rgba(153, 153, 153, 0.3);
      width: 286px;
      overflow: auto;
      transition: all 0.3s;
    }

      .smart-megamenu-active .header-menu .nav-menu .sublist .parent-back-link {
        font-weight: 600;
        color: var(--primary-green);
        padding: 12px 10px;
        background: var(--white);
      }

        .smart-megamenu-active .header-menu .nav-menu .sublist .parent-back-link .parent-link-name {
          font-size: 14px;
          line-height: 1;
          display: flex;
          align-items: center;
          width: 100%;
        }

          .smart-megamenu-active .header-menu .nav-menu .sublist .parent-back-link .parent-link-name img {
            margin-right: 10px;
            width: 20px;
            height: auto;
          }

        .smart-megamenu-active .header-menu .nav-menu .sublist .parent-back-link .icon {
          font-weight: 600;
          margin-right: 10px;
        }

      .smart-megamenu-active .header-menu .nav-menu .sublist.show {
        left: -5px;
      }
}


@media (min-width: 1200px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) and (min-width: 1200px) {
}

@media (min-width: 1200px) and (min-width: 1600px) {
}

@media (min-width: 1200px) {
  .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist > li {
    width: 33.33%;
  }

  .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist > li {
    width: 25%;
  }

    .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist > li > a {
      font-size: 14px;
      line-height: 22px;
      font-weight: 600;
      color: var(--primary-green);
      margin-bottom: 5px;
      display: block;
    }

  .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist .sublist {
    margin: 5px 0;
  }

    .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist .sublist a {
      display: block;
      color: var(--black);
      font-size: 14px;
      line-height: 22px;
      text-transform: capitalize;
      font-weight: 400;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist {
    width: calc(var(--lg-container) - 250px);
  }
}

@media (min-width: 1200px) and (min-width: 1600px) {
  .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist {
    width: calc(var(--xl-container) - 250px);
  }
}

@media (min-width: 1200px) {
  .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li:hover > .sublist {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 1200px) {
  .mm-outer-wrapper.list-view .megamenu-trigger:hover ~ .mm-navbar {
    display: block;
  }
}

.mm-outer-wrapper.grid-view .nav-menu > li:last-child a {
  background: var(--primary-color);
  padding: 10px;
  border-radius: 10px !important;
  font-size: 18px !important;
  border-color: transparent !important;
  padding: 12px !important;
  padding-block: 14px !important;
  cursor: pointer !important;
  color: white !important;
  font-family: 'GoldplaySemibold',sans-serif !important;
  transition: background all 0.3s ease !important;
}

  .mm-outer-wrapper.grid-view .nav-menu > li:last-child a:hover {
    background: var(--secondary-color) !important;
  }

@media(max-width: 1199px) {
  .mm-outer-wrapper.grid-view .nav-menu > li:last-child {
    width: 90%;
    margin: auto;
  }

    .mm-outer-wrapper.grid-view .nav-menu > li:last-child a {
    }
}

@media(max-width: 1199px) {
  .mm-outer-wrapper.grid-view .nav-menu > li:last-child a {
    padding-block: 17px !important;
  }
}

@media (min-width: 1200px) {
  .mm-outer-wrapper.grid-view {
    /*position: relative;*/
  }

    .mm-outer-wrapper.grid-view .mobile-menu-head {
      display: none;
    }

    .mm-outer-wrapper.grid-view .nav-menu {
      margin-left: -15px;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      justify-content: flex-end;
    }

      .mm-outer-wrapper.grid-view .nav-menu > li {
        display: inline-block;
      }

        .mm-outer-wrapper.grid-view .nav-menu > li > a {
          display: flex;
          justify-content: center;
          align-items: flex-end;
          color: #000000;
          font-size: 11px;
          font-weight: bold;
          line-height: 16px;
          padding: 23px 10px;
          text-transform: uppercase;
          letter-spacing: .01em;
          transition: padding .4s ease;
        }

  .header.sticked-up .mm-outer-wrapper.grid-view .nav-menu > li > a {
    padding: 10px 10px;
  }

  .mm-outer-wrapper.grid-view .nav-menu > li > a:hover {
    color: var(--primary-color);
  }

  .mm-outer-wrapper.grid-view .nav-menu > li > a img {
    display: none;
  }

  .mm-outer-wrapper.grid-view .nav-menu > li .sublist-toggle {
    display: none;
  }

  .mm-outer-wrapper.grid-view .nav-menu > li > .sublist {
    position: absolute;
    top: 100%;
    padding: 15px;
    background: #ffffff;
    min-height: 350px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 0 0 5px 5px;
    left: 50%;
    box-shadow: 0px 4px 7px 8px #4635350d;
    transform: translate(-50%, 30px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: flex;
  }

  .mm-outer-wrapper.grid-view .nav-menu > li:last-child a {
    font-size: .9vw !important;
  }

  .mm-outer-wrapper.grid-view .nav-menu > li > .sublist .sublist-toggle {
    display: none;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .mm-outer-wrapper.grid-view .nav-menu > li > .sublist > li {
    width: 33.33%;
  }
}

@media (min-width: 1200px) and (min-width: 1600px) {
  .mm-outer-wrapper.grid-view .nav-menu > li > .sublist > li {
    width: 33.33%;
  }
}

@media (min-width: 1600px) {
  .mm-outer-wrapper.grid-view .nav-menu > li > a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #000000;
    font-size: .8vw;
    font-weight: bold;
    line-height: 16px;
    padding: 23px 22px;
    text-transform: uppercase;
    letter-spacing: .01em;
  }

  .header.sticked-up .mm-outer-wrapper.grid-view .nav-menu > li > a {
    padding: 10px 22px;
  }
}

@media (min-width: 1200px) {
  .mm-outer-wrapper.grid-view .nav-menu > li > .sublist > li > a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .mm-outer-wrapper.grid-view .nav-menu > li > .sublist .sublist {
    margin: 5px 0;
  }

    .mm-outer-wrapper.grid-view .nav-menu > li > .sublist .sublist a {
      display: block;
      color: #797482;
      font-size: 14px;
      line-height: 22px;
      text-transform: capitalize;
      font-weight: normal;
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .mm-outer-wrapper.grid-view .nav-menu > li > .sublist {
    width: var(--lg-container);
  }
}

@media (min-width: 1200px) {
  .mm-outer-wrapper.grid-view .nav-menu > li:hover > .sublist {
    display: flex;
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 1200px) {
  .megamenu-right .mm-outer-wrapper.list-view .mm-navbar .nav-menu > li > .sublist {
    left: auto;
    right: 100%;
  }

  .megamenu-right .mm-outer-wrapper.grid-view .nav-menu > li > .sublist {
    left: auto;
    right: 0;
  }

  .header-menu .mobile,
  .header-menu .menu-toggle,
  .header-menu .parent-back-link,
  .header-menu .close-topmenu {
    display: none !important;
  }
}

.megamenu-left {
  width: 100%;
}


.header-menu .has-children a img {
  width: 100%;
  height: 100%;
}

.header-menu ul.nav-menu li > a span.category-name {
  display: block;
  margin-top: 10px;
}

.mm-outer-wrapper.grid-view .nav-menu > li > .sublist .sublist a {
  padding-top: 5px;
}


@media (min-width: 1200px) {
  .top-menu-wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .smart-megamenu-active .header {
    position: sticky;
    top: 0;
    z-index: 10;
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-inline: 30px;
    background: #fff;
  }

  select#customerlanguage {
    width: 100%;
    font-size: 18px;
  }

  .language-selector {
    padding-inline: 10px;
    padding-right: 28px;
  }

  select#customerlanguage option {
    font-size: 18px;
  }

  .smart-megamenu-active .header-upper {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    background: #fff;
    padding-inline: 0;
    height: 50px;
    padding-block: 35px;
    color: var(--black);
  }

  .smart-megamenu-active .header-menu {
    background: var(--white);
  }

    .smart-megamenu-active .header-menu .container {
      padding: 0;
    }

    .smart-megamenu-active .header-menu .menu-overlay {
      position: fixed;
      top: 50px;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      z-index: 0;
      animation: fade-in-overlay 0.3s linear;
      display: none;
      filter: brightness(50%);
    }

      .smart-megamenu-active .header-menu .menu-overlay.show {
        display: block;
      }

    .smart-megamenu-active .header-menu .navbar {
      height: 100vh;
      position: relative;
      z-index: 2;
      background: var(--white);
      box-shadow: 0px 5px 8px 0px rgba(153, 153, 153, 0.3);
    }

    .smart-megamenu-active .header-menu::before {
      display: none;
    }

    .smart-megamenu-active .header-menu .mobile-menu-close {
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 10;
      color: var(--white);
      display: none;
      padding: 10px;
    }

    .smart-megamenu-active .header-menu .nav-menu {
      max-height: 100%;
      overflow-x: hidden;
    }

      .smart-megamenu-active .header-menu .nav-menu li {
        border-bottom: none;
        align-items: center;
        transition: all 0.3s linear;
        position: relative;
        display: flex;
        flex-direction: column;
      }

        .smart-megamenu-active .header-menu .nav-menu li:hover {
          background: var(--white);
        }

        .smart-megamenu-active .header-menu .nav-menu li > a {
          display: flex;
          align-items: center;
          font-size: 18px;
          line-height: 1;
          font-weight: bold;
          padding: 10px 20px;
          width: 100%;
          background: #fff;
          margin-block: 15px;
          justify-content: center;
        }

          .smart-megamenu-active .header-menu .nav-menu li > a img {
            margin-right: 16px;
          }

      .smart-megamenu-active .header-menu .nav-menu .sublist-toggle {
        margin-left: auto;
        font-weight: bold;
        color: var(--primary-green);
        display: block;
        height: 100%;
        padding: 10px 7px;
      }

      .smart-megamenu-active .header-menu .nav-menu .sublist {
        position: absolute;
        top: 0;
        left: -300px;
        height: 100%;
        z-index: 100;
        background: var(--white);
        box-shadow: none;
        border-left: 1px solid #D9D9D9;
        width: 286px;
        overflow: auto;
        transition: all 0.3s;
      }

        .smart-megamenu-active .header-menu .nav-menu .sublist img {
          display: none;
        }

        .smart-megamenu-active .header-menu .nav-menu .sublist .parent-back-link {
          font-weight: 600;
          color: var(--primary-green);
          padding: 12px 10px;
          background: var(--white);
          display: none;
        }

          .smart-megamenu-active .header-menu .nav-menu .sublist .parent-back-link .parent-link-name {
            font-size: 14px;
            line-height: 1;
            display: flex;
            align-items: center;
            width: 100%;
          }

            .smart-megamenu-active .header-menu .nav-menu .sublist .parent-back-link .parent-link-name img {
              margin-right: 10px;
              width: 20px;
              height: auto;
            }

          .smart-megamenu-active .header-menu .nav-menu .sublist .parent-back-link .icon {
            font-weight: 600;
            margin-right: 10px;
          }

        .smart-megamenu-active .header-menu .nav-menu .sublist.show {
          left: 8px;
          display: inline-block;
          position: relative;
        }

      .smart-megamenu-active .header-menu .nav-menu .header-selectors-wrapper {
        justify-content: space-around;
        background: #EFEFEF;
      }

        .smart-megamenu-active .header-menu .nav-menu .header-selectors-wrapper select {
          background: #EFEFEF;
        }
}

@media (min-width: 1200px) {
  .mm-outer-wrapper.list-view .megamenu-trigger {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 250px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.1) url(../../../../../../Presentation/Nop.Web/Themes/DownTown/Content/Sass/plugins/images/menu-icon.svg) no-repeat left 20px center;
    padding: 12px 20px;
    padding-left: 50px;
    line-height: 15px;
    cursor: pointer;
  }
}

@media (min-width: 1200px) {
  .smart-megamenu-active .mobile-nav-toggle {
    display: none;
  }
}

@media (min-width: 1199px) {
  .smart-megamenu-active .sublist {
    display: block;
  }
}

@media (min-width: 1199px) {
  .smart-megamenu-active .header-menu ul.nav-menu li > a span.category-name {
    margin-top: 0;
  }
}

@media (min-width: 1199px) {
  .smart-megamenu-active .header-menu-middle {
    min-width: unset;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .smart-megamenu-active .header-logo a img {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .smart-megamenu-active .header-logo a img {
    width: 200px;
  }
}

.smart-megamenu-active .header-upper:after {
  display: none;
}

@media (max-width: 768px) {
  .smart-megamenu-active .header-upper .header-menu-right .header-links > ul > li {
    margin: 0 0px;
    width: 40px;
  }

  .smart-megamenu-active .header-upper .header-menu-right .header-links li {
    margin: 0 0px;
  }

    .smart-megamenu-active .header-upper .header-menu-right .header-links li .icon:before {
      font-size: 20px !important;
    }

  .smart-megamenu-active .header-upper .header-menu-right .header-links #topcartlink a {
    margin: 0 0px;
    margin-left: 5px;
  }
}


.mobile-nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  gap: 3px;
  z-index: 1001;
}

  .mobile-nav-toggle .bar {
    width: 15px;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
    transform-origin: center;
  }

  /* Transform into "X" when .close is added */
  .mobile-nav-toggle.close .bar:nth-child(1) {
    transform: rotate(45deg) translate(2px,2px);
  }

  .mobile-nav-toggle.close .bar:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle.close .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px,-5px);
  }


@media (max-width: 1199px) {
  .smart-megamenu-active .header-logo {
    display: flex;
    margin-block: 15px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .header-menu-left {
    width: 100%;
  }

  .smart-megamenu-active .header-menu-middle {
    min-width: unset;
  }

  .smart-megamenu-active .mobile-nav-toggle {
    border: none;
    background: #fff;
    align-items: center;
    display: flex;
    min-width: 25px;
  }

    .smart-megamenu-active .mobile-nav-toggle .icon-nav {
      background: url(/Themes/DownTown/Content/images/mobile-menu.svg) no-repeat;
      width: 25px;
      height: 16px;
      display: inline-block;
      border: none;
    }

    .smart-megamenu-active .mobile-nav-toggle.close .icon-nav {
      background: url(/Themes/DownTown/Content/images/mobile-cross.svg) no-repeat;
      width: 13px;
      height: 13px;
      animation: rotate 0.5s forwards;
    }

  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(90deg);
    }
  }

  .smart-megamenu-active .header-menu {
    position: fixed;
    top: 70px;
    right: -400px;
    height: 100%;
    z-index: 100;
    background: var(--white);
    box-shadow: 0 5px 8px rgba(153, 153, 153, 0.3);
    width: 325px;
    transition: all 0.3s;
    padding-top: 0;
  }

    .smart-megamenu-active .header-menu.show {
      right: 0;
    }

    .smart-megamenu-active .header-menu .mm-navbar {
      top: 0px;
    }

    .smart-megamenu-active .header-menu .nav-menu {
      display: flex;
      flex-direction: column;
    }

      .smart-megamenu-active .header-menu .nav-menu > li > a > span {
        text-transform: uppercase;
      }

      .smart-megamenu-active .header-menu .nav-menu .sublist li a {
        color: #797482;
      }

      .smart-megamenu-active .header-menu .nav-menu li {
        background: #fff;
      }

      .smart-megamenu-active .header-menu .nav-menu .has-children {
        position: relative;
      }

        .smart-megamenu-active .header-menu .nav-menu .has-children > a {
          color: #000;
        }

        .smart-megamenu-active .header-menu .nav-menu .has-children .sublist-toggle {
          height: auto;
          border: none;
        }

          .smart-megamenu-active .header-menu .nav-menu .has-children .sublist-toggle::after {
            content: "\e908";
            font-family: 'icomoon';
            font-size: 12px;
            font-weight: 400;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--black);
          }

          .smart-megamenu-active .header-menu .nav-menu .has-children .sublist-toggle.show {
            animation: rotate 0.3s linear forwards;
          }

      .smart-megamenu-active .header-menu .nav-menu .sublist-toggle {
        top: 11px;
      }

  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(90deg);
    }
  }

  .smart-megamenu-active .header-menu .nav-menu .sublist {
    width: calc(100% - 16px);
    transition: all 0s;
    overflow: hidden;
  }

    .smart-megamenu-active .header-menu .nav-menu .sublist img {
      display: none;
    }
}
