/*
Generated time: April 20, 2023 03:30
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.mega-menu {
    position: static
}

.mega-menu__content {
    background-color: rgb(var(--color-background));
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    left: 0;
    overflow-y: auto;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -3;
    transition: .3s
}

.mega-menu_level1:hover .mega-menu__content {
    opacity: 1;
    transform: translateY(0);
    z-index: 1
}

.shopify-section-header-sticky .mega-menu__content {
    max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem)
}

.header-wrapper--border-bottom .mega-menu__content {
    border-top: 0
}

.js .mega-menu__content {
    opacity: 0;
    transform: translateY(-1.5rem)
}

.mega-menu__list {
    display: grid;
    gap: 2.4rem 4rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    list-style: none
}

.mega-menu__link {
    color: rgba(var(--color-foreground), .75);
    display: block;
    font-size: 1.3rem;
    line-height: calc(1 + .3 / var(--font-body-scale));
    padding-bottom: .6rem;
    padding-top: .6rem;
    text-decoration: none;
    transition: text-decoration var(--duration-short) ease;
    word-wrap: break-word
}

.mega-menu__link--level-2 {
    font-size: 1.4rem
}

.mega-menu__link--level-2:not(:only-child) {
    margin-bottom: .8rem
}

.header--top-center .mega-menu__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0
}

.header--top-center .mega-menu__list>li {
    width: 16%;
    padding-right: 2.4rem
}

.mega-menu__link--active,
.mega-menu__link:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline
}

.mega-menu__link--active:hover {
    text-decoration-thickness: 0.2rem
}

.mega-menu .mega-menu__list--condensed {
    display: block
}

.mega-menu__list--condensed .mega-menu__link {
    font-weight: 400
}
/*  */
.mega-menu__list{
    display: flex;
    flex-direction: column;
    width: 25%;
    gap: 1rem;
    padding: 0 1rem;
  }
  .mega-menu__list .list-unstyled{
    display: none;
  }
  .mega-menu-product_content{
    display: flex;
    gap: 5%;
  }
  .mega-menu-product_link{
    display: flex;
    flex-direction: column;
  }
  .mega-menu__content{
    padding: 3rem 20px 2.4rem;
  }
  .mega-menu__container{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .mega-menu-product-container{
    width: 70%;
  }
  .mega-menu-product-container .mega-menu-product_title{
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .mega-menu-product_item{
    width: calc(25% - 15px);
    max-width: 125px;
  }
  .mega-menu-product_item a{
    text-decoration: none;
  }
  .mega-menu__link{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .mega-menu__item-level-2>a{
    font-size: 16px;
    color: #000;
  }
  .mega-menu__item-level-3{
    padding: 0 10px;
    font-size: 14px;
  }
  .mega-menu__item-level-3>a{
    font-size: 14px;
  }
  .mega-menu__item-level-2 .mega-menu__link--level-2 svg{
    transition: .3s;
  }
  .mega-menu__item-level-2.is-active .mega-menu__link--level-2 svg{
    transform: rotate(-180deg);
  }
  .mega-menu__container li.active>.mega-menu__link{
    color: #1010D4 !important;
  }
  .mega-menu__link:hover{
    text-decoration: none !important;
  }
  .mega-menu-product_view{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .mega-menu-product_view a{
    display: inline-block;
    padding: 5px 20px;
    margin-right: 12%;
    border-radius: 30px;
    border: 1px solid #1010D4;
    color: #1010D4 !important;
    text-decoration: none;
  }
  .mega-menu-product_link .image-container{
    position: relative;
    padding-bottom: 100%;
  }
  .mega-menu-product_link .image-container img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .mega-menu.support{
    position: relative;
  }
  .support .mega-menu__content{
    right: unset;
    min-width: 200px;
    padding: 3rem 10px 2.4rem;
  }
 .support .mega-menu-product-container{
   display: none;
 }
 .support .mega-menu__list{
   max-width: 100%;
   width: 100%;
 }
  @media (max-width: 1150px) {
    .header_othernormal .search__button .icon, .header__icon .icon{
        width: 20px;
        height: 20px;
    }
    .header__inline-menu{
        display: none;
    }
    .header__heading, .header__heading-link{
        text-align: center;
    }
    .header-wrapper .header__icon{
        margin-left: 2vw;
    }
    header header-drawer{
      display: block;
    }
    .header__heading{
      justify-self: center;
    }
    .header.header--middle-left{
      grid-template-areas: 'left-icon heading icons';
      grid-template-columns: 1fr 2fr 1fr;
    }
  }
  @media (min-width: 990px) {
    .header__menu-item{
        padding: 1.2vw 1.4vw;
    }
    .header--middle-left{
        grid-template-columns: auto auto 0.8fr;
    }
  }
  @media (min-width:1300px) {
    .header__menu-item{
        padding: 1vw 0.9vw;
    }
    .mega-menu-product_view a{
      font-size: 16px;
    }
  }
  @media (min-width:1921px) {
    .mega-menu__container{
        max-width: 1500px;
    }
    .mega-menu-product_item{
        width: 23%;
        min-width: 200px;
    }
    .mega-menu-product_content{
        gap: 2%;
    }
    .mega-menu-product_view a{
    margin-right: 18%;
    }
  }
  @media (max-width:1300px) {
    .header.page-width{
        max-width: 92%;
    }
  }
  .header-wrapper.header_indexover{
    background: #fff;
  }
  .header-wrapper.header_indexover .link--text, .header-wrapper.header_indexover .MegaMenu_products_con summary a, .header-wrapper.header_indexover header-menu summary.link{
    color: #000;
  }
  .header-wrapper.header_indexover .header-logo_cs{
    opacity: 1;
  }
  .header-wrapper.header_indexover .header__icon, .header-wrapper.header_indexover .icon-search{
    color: #000;
  }
  .header_indexover #Search-withoutmodol{
    border: 1px solid #000;
    color: #000;
  }
  .header_indexover.header-wrapper.fix-headers #Search-withoutmodol{
    border: 1px solid #000;
}