 /* ----------- hide .com's stuff  ----------- */
 .smartbanner, .folder, .exp-header-search-wrap {display: none;}
 .header_banner, .page_header-language_switch {display: none !important;}
 /* .page_header {    
 top: 0;
 position: absolute !important;
 background: transparent;
 box-shadow: none;
 z-index: 200;
 visibility: hidden;
 } */
 .page_header {
     z-index: 900;
 }
 body.opened .page_header {
     z-index: 2;
 }
 .page_header > * {
 /* display: none; */
 /* visibility: hidden; */
 }
 .page_header-logo, .page_header-nav, .page_header-notification, .page_header-wishlist, .page_header-menu_list, .page_header-burger_menu, .page_header-search, .js-simple-search-trigger {
     display: none !important;
 }
 
 .page_header-inner {
     background-color: transparent;
     position: fixed;
     width: auto;
     top: 29px;
     right: 0;
     justify-content: flex-end;
     display: flex;
     margin: 0 !important;
     /* margin: 0 !important; */
     padding-right: 31px;
     padding-left: 0;
     transition: all 0.5s ease;
 }
 body.scroll .page_header-inner  {
     top: 29px;
 }
 body.scroll .icon.header_search-icon,
 body.scroll .minicart-icon.icon,
 body.scroll .header_account-icon,
 body.scroll .header_account-icon--dot {
     color: #fb8b23;
 }
 body:not(.scroll) .icon.header_search-icon,
 body:not(.scroll) .minicart-icon.icon,
 body:not(.scroll) .header_account-icon,
 body:not(.scroll) .header_account-icon--dot {
     color: #fff;
     transition: all 0.2s ease;
 }
 .page_header-search {
     margin-right: 0px;
 }

 /* end */

 /* website icons */
 .icon.header_search-icon--desktop, .icon.header_search-icon--mobile {
     width: 14px;
     height: 14px;
 }
 .minicart-quantity {
     top: calc(50% + 2px);
     width: 14px;
     height: 14px;
     border: 1px solid #fff;
 }
 .header_account {
     width: 18px;
 }
 .header_account-icon, .minicart-icon.icon {
     width: 16px;
     height: 16px;
 }
 body.modal-open #menuBtn {
     z-index: 1;
 }
 /* end webiste icons */

 /* ----------- Menu  ----------- */

 .scroll-wrapper {
     position: relative;
     overflow-y: auto;
 }
 
 .menu-container {

    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /* transition: max-height 0.5s ease-in-out; */
    padding: 10px 25px 10px 30px;
    /* transition: all 0.5s ease; */
    margin: 0;

    position: fixed; 
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition:  background-color 0.3s ease, transform .35s ease;
 }

 body:not(.opened) .menu-container.hide-menu {
    transform: translateY(-100%);
    backdrop-filter: none;
}

.menu-container.show-menu {
    transform: translateY(0);
    backdrop-filter: blur(3px);
}
.menu-container.top-menu {
    background: transparent;
    backdrop-filter: none;
}
body.opened .menu-container.show-menu {
    backdrop-filter: none;
}

 body.scroll .menu-container {
     /* align-items: center; */
 }
 .banner-section {
     /* margin-top: -4em; */
 }
 /* .blog-post .menu-container {
     position: absolute; 
     max-width: 100%;
     top: 0%;
     left: 0;
     right: 0;
     width: 100%;
     box-sizing: border-box;
     z-index: 20;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
 }
  */
 body.scroll .blog-post .menu-container {
     background-color: transparent;
     padding-top: 0px;
     padding-bottom: 20px;
     top: 0;
 }
 body.scroll .blog-post .menu-container.black {
     background-color: #000;
 }

body.scroll .blog-post .menu-container {
    /* top: 5%; */
}
 /* .menu-container.sticky {
     background-color: #000;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 99999
 
 } */
.top-right-menu ul, .footer-menu ul {
    list-style: none;
    text-align: left;
    display: flex;
}

.top-right-menu ul li {

}

/* ----------- side menu text ----------- */

.nav-item a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #000;
    font-family: "arial", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    transition: all 0.3s ease;
  
}
.sidemenu-top-text a:hover, .nav-item a:hover h3, 
.nav-item a:hover .nav-title {
    color: #7a7a7a;
}
.nav-item h3 {
    text-transform: initial;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}
.nav-item .nav-subtitle {
    font-size: 0.7rem;
    line-height: 1.2;
}
.nav-number {
    font-size: 1rem;
    padding-bottom: 0px;
}
.nav-subline h3 {
    font-size: 1.1rem;
}
.nav-image {
    position:absolute;
    right: 0;
    top: 0;

    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    width: 15%;
    /* padding-bottom: 10px; */
}
.nav-image img {
    width: 100%;
}

/* .whitebg .show-menu .top-right-menu ul li a */
.top-right-menu ul li a {
    position: relative;
    color: #000;
}
/* Black menu */
.whitebg .menu-container .top-right-menu ul li a, .whitebg .menu-container .top-right-menu ul li p  {
    color: #fff;
}
.whitebg .menu-container .top-right-menu ul li p {
    opacity: 0.35;
}
.whitebg .menu-container.show-menu:not(.top-menu) .top-right-menu ul li a,
.whitebg .menu-container.show-menu:not(.top-menu) .top-right-menu ul li p {
    color: #000;
}
.whitebg .black-header .menu-container.show-menu:not(.top-menu) .top-right-menu ul li a {
    color: #fff;
}
.black-header #sideNav {
    background: #000000;
    color: #ffffff;
}
.black-header .nav-con, .black-header .sidemenu-top-text a {
    color: #ffffff;
}
.black-header .nav-item a:hover .nav-title,
.black-header .sidemenu-top-text a:hover {
    color: #bfbfbf;
}
.whitebg .black-header .menu-container.show-menu:not(.top-menu) .top-right-menu ul li > a:hover::after, 
.whitebg .black-header.menu-container.show-menu:not(.top-menu) .top-right-menu ul li.active > a::after {
    background: #ffffff;
}
/* end */

/* .top-right-menu ul li a:hover,  .top-right-menu ul li.active a {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
} */

.top-right-menu ul li > a::after {
    content: "";
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.3s;

}

.top-right-menu ul li > a:hover::after, .top-right-menu ul li.active > a::after {
    width: 100%;
    background: #000000;
}
.whitebg .top-right-menu ul li > a:hover::after, .whitebg .top-right-menu ul li.active > a::after {
    background: #FFFFFF;
}

.whitebg .menu-container.show-menu:not(.top-menu) .top-right-menu ul li > a:hover::after, 
.whitebg .menu-container.show-menu:not(.top-menu) .top-right-menu ul li.active > a::after {
    background: #000000;
}
body.opened .top-right-menu {
    visibility: hidden;
    pointer-events: none
}
 .lockup-img {
    width: 100%;
    max-width: 220px;
    transition: all 0.5s ease-in-out;
    height: 55px;
    fill: currentColor;
    /* -webkit-transition : -webkit-filter 500ms linear */
 }

 .menu-logo {
     z-index: 9;
 }
 body.opened .menu-logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
 }
 /* space btw logo and sidemenu */
 .menu-logo::after {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0px;
     height: 25px;
 }

 /* ----------- burger side menu  ----------- */

 #topNav.active {
     right: 0;
     opacity: 1;
     z-index: 4;
 }
 .lockupimg {
     width: 180px;
 }
 /* ----------- side menu ----------- */

 #sideNav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: auto;
    transform: translateX(100%);
    display: flex;
    align-items: center;
  
    /* opacity: 0; */
    background-color: #fff;
    transition: 0.5s;
    width: 100%;
    height: 100%;
 
 }
 body.opened .menu-open #sideNav {
    transform: translateX(0);
    /* opacity: 1; */
 }
 .menu-wrapper {
    width: 100%;
    height: 100%;
    padding: 100px 2.2rem;
 }
 .side-menu ul {
     list-style: none;
 }
 .side-menu ul li {
     padding-bottom: 0;
     line-height: 1.35;
     text-transform: uppercase;
 }
 .side-menu ul li .nav-text {
    font-family: "arial", sans-serif;
     font-weight: 600;
     letter-spacing: 0;
 }
 .side-menu ul li .nav-text {
     color: #fff;
     font-size: 1.1rem;
     opacity: 0.6;
     letter-spacing: 0.3px;
     /* mix-blend-mode: difference;  */
 }
 .side-menu ul li:hover .nav-text {
     /* color: #fb8b23; */
 }
 .side-menu ul li p.nav-text, .submenu li span.sub-text {
     opacity: 0.35;
 }

 body.scroll .side-menu ul li a:hover {
     opacity: 1;
 }


 .side-menu ul li.active > a,
 body.scroll .whitebg .side-menu ul li.active > a {
     opacity: 1;
 }

#navbar {
    padding-inline-start: 0;
}

 /* body scroll menu */
 a:hover {
     text-decoration: none;
 }

 /* ----------- sub menu ----------- */
 .submenu {
    display: none;
    padding-left: 2em;
    margin: 10px 0 15px;
}
.sidemenu-top-text {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.4rem;

}
.sidemenu-top-text a {
    font-size: 1.2rem;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
}
/* end */

.has-sub.open > .submenu {
    display: block;
}
.submenu li {
    line-height: 1.2 !important;
} 
.submenu li .sub-text {
    color: #fff;
    font-size: 1rem;
    opacity: 0.5;
    font-weight: 600;
    letter-spacing: 0.4px;
}
body.scroll .submenu li .sub-text {
    color: #000000;
}
body.scroll .whitebg .side-menu ul li .nav-text, body.scroll .submenu li .sub-text  {
    color: #000;
    opacity: 0.35;
}
body.scroll .whitebg .side-menu ul li p.nav-text, body.scroll .submenu li span.sub-text  {
    opacity: 0.2;
}
body.scroll .whitebg .side-menu ul li:hover a.nav-text, body.scroll .submenu li:hover a   {
    color: #fb8b23;
}

.burger-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    pointer-events: auto;
    /* margin-right:3.5em; */
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.opened .burger-button {
    margin-top: 0;
    margin-right: 0
}
.right-menu {
   
}
#menuBtn {
    width: 54px;
    height: 40px;
    /* text-align: center;
    position: fixed;
    right: 3%;
    top: 30px; */
    border-radius: 3px;
    z-index: 100;
    cursor: pointer;
    background: transparent;
    transition: all 0.4s ease;
}


body.scroll .whitebg .burger-button .icon-bar, 
.whitebg .menu-open .burger-button .icon-bar, 
body.opened .whitebg .burger-button .icon-bar,
.whitebg .menu-container.show-menu:not(.top-menu) .burger-button .icon-bar {
    background: #000000;
}
.whitebg .black-header .menu-container.show-menu:not(.top-menu) .burger-button .icon-bar {
    background: #FFFFFF;
}
.burger-button .icon-bar {
    display: block;
    width: 37px;
    height: 2px;
    background: #000;
    transition: 0.3s;
}
.blackbg .burger-button .icon-bar {
    background: #000000;
}
.whitebg .burger-button .icon-bar {
    background: #FFFFFF;
}
body.scroll .whitebg .side-menu ul li p.nav-text, body.scroll .submenu li span.sub-text  {
opacity: 0.6;
}

body.opened .whitebg .side-menu ul li p.nav-text, body.opened .submenu li span.sub-text {
opacity: 0.3;
}
.menu-open .menu-container:not(.black) .burger-button .icon-bar,
body.scroll .menu-container:not(.black) .burger-button .icon-bar,
body.scroll:not(.opened) .whitebg .burger-button .icon-bar {
    background: #000000;
}
.burger-button .icon-bar + .icon-bar {
    margin-top: 5px;
}
.burger-button.close-bm .icon-bar + .icon-bar {
    margin-top: 6px;
}
.burger-button.close-bm .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}
.burger-button.close-bm .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.burger-button.close-bm .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.side-menu ul li.active > a, body.opened .whitebg .side-menu ul li.active > a {
opacity: 1;
}
/* end burger menu */

body.opened .whitebg .side-menu ul li .nav-text, body.opened .submenu li .sub-text {
    color: #000000;
    opacity: 1;
}
body.opened .whitebg .side-menu ul li.mitem  .nav-text {
opacity: 1;
}


body.opened .menu-open .menu-container{
    z-index: 100;
    height: 30px;
    margin-bottom: auto;
    -webkit-transition : -webkit-filter 500ms linear
}
body.opened .whitebg .menu-open .menu-container .menu-logo,  body.opened .whitebg .menu-open .lockup-img .cls-1,
body.scroll .whitebg .menu-open .lockup-img {
    /* filter: brightness(0%); */
    /* fill: #fb8b23; */
    fill: #fff
}
body.scroll .whitebg .side-menu ul li.active > a {
color: #fff;
}


/* responsive */
 @media (max-width: 767px) {
     /* .com stuff */
     .page_header-inner {
         top: 25px;
         padding-right: 0;
         right: 42px;
     }
     body.scroll .page_header-inner { 
         top: 20px;
       
     }
     #menuBtn {
        top: 31px;
        width: 37px;
    }

     /* end */
     .menu-bar {
         width: 100%;
         display: flex;
         justify-content: center;
     }

     .menu-open {
         height: 100%;
     }
     #topNav nav ul {
         margin-top: 1rem;
         text-align: center;
         width: 100%;
         flex-direction: column;
         align-items: center;
     }
     #topNav nav ul li {
         margin-bottom: 1.2em;
         letter-spacing: 1px;
         padding-bottom: 15px;
     }

     .menu-logo {
         line-height: 0;
     }
  
     .side-menu nav ul {
         /* padding: 0 30px; */
     }
     /* .side-menu ul li a { 
         font-size: 16px;
     } */
    
 }

 @media (min-width: 768px) {
     .page_header-inner {
         top: 34px;
         padding-right: 0;
         right: 52px;
     }
     .icon.header_search-icon {
         width: 14px;
         height: 14px;
     }
     .header_account {
         width: 20px;
     }
     .header_account-icon {
         width: 16px;
         height: 16px;
     }
     .minicart-icon.icon {
         width: 17px;
         height: 17px;
     }
     .mlogo-img {
         max-width: 220px;
     }
     .menu-wrapper {
        padding: 120px 2.2rem;
     }
     .menu-container {
         padding: 20px 30px;
         align-items: flex-start;
     }
     #topNav nav ul li {
         font-size: 12px;
         font-weight: normal;
     }
   
    .top-right-menu ul li:not(:last-child) {
        margin-right: 1.2rem;
    }
     .lockup-img {
        max-width: 255px;
        height: 40px;
        /* height: 100px; */
     }
     body.scroll .lockup-img {
         max-width: 225px;
     }
     .banner-section {
         /* margin-top: -4.18em; */
     }
     .lockupimg {
         width: 280px;
     }
     .item-swiper .swiper-slide {
         padding: 2rem 1rem;
     }
     /* .slider-slide .inner-swiper.item-swiper {
         padding: 2rem 0rem;
     } */
     .nav-item h3 {
        font-size: 1.2rem;
    }
     .nav-item .nav-subtitle {
        font-size: 0.9rem;
        line-height: 1.4;
    }
     .nav-subline h3 {
        font-size: 1.2rem;
    }
     .side-menu ul li .nav-text {
        font-size: 1.1rem;
     }

     .submenu li {
        line-height: 1.3 !important;
    }  
     .submenu li .sub-text { font-size: 0.95rem; letter-spacing: 0.4px;}
     #menuBtn {
        width: 48px;
    }

     /* scroll menu */
     body.scroll .side-menu {
         /* display: none; */
         opacity: 0;
         pointer-events: none;
         /* transform: translateX(-10px); */
         transform: translateY(-30px); /* start above */
         transition: opacity 0.3s ease, transform 0.5s ease;
     }
    
    .menu-wrapper {
        padding:  70px 4.4rem;
    }
    .scroll-down { 
        bottom: 2%;
    }
    .burger-button .icon-bar {
        width: 48px;
        height: 2px;
    }
    .burger-button.close-bm .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    body.opened .burger-button {
        margin-top: 2.5em;
        margin-right: 20px;
    }
    .sidemenu-top-text a {
        font-size: 1.4rem;
    }
    .nav-image {
        width: 9%;
     }
 }
 @media (min-width: 991px) {

    .page_header-inner {
        right: 53px;
    }
     /*.blog-post:not(#landing) .menu-container {position: sticky} */
 }

 @media (min-width: 1023px) {
    #menuBtn {
        width: 54px;
    }
    .page_header-inner {
        top: 32px;
        padding-right: 0;
        right: 52px;
    }
    .menu-container {
        padding: 20px 40px;
    }

    .top-right-menu ul li:not(:last-child) {
        margin-right: 1.3rem;
    }
    .lockupimg {
        width: 300px;
    }
    .side-menu ul li {
        line-height: 1.4;
    }
    .side-menu ul li .nav-text {
        font-size: 1.4rem;
    }

    .submenu li {
        line-height: 1.2 !important;
    }  
    .submenu li .sub-text {font-size: 0.95rem; letter-spacing: 0.5px;}
    body.scroll .page_header-inner  {
        top: 23px;
    }
    .lockup-img {
        max-width: 360px;
        height: 60px;
    }
    
    body.scroll .lockup-img {
         max-width: 260px;
    }
     .nav-item:hover > .submenu {
        display: block;
    }
    .blog-post .menu-container {
        /* top: 14%; */
    }
    .menu-wrapper {
        padding:  60px 8rem;
    }
    .burger-button .icon-bar {
        width: 54px;
        height: 2px;
    }
    .burger-button.close-bm .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    body.opened .burger-button {
        margin-top: 1.5em;
    }
    .sidemenu-top-text a {
        font-size: 1.8rem;
        line-height: 1;
    }
    .nav-image {
        width: 5%;
     }
 }

 @media (min-width: 1025px) {
     .d-lg-custom {
         display: none!important;
     }
 }
 @media (min-width: 1141px) {
     .page_header-inner {
         right: 30px;
         top: 35px;
     }

     body.scroll .whitebg .side-menu {
         /* backdrop-filter: blur(5px);
         -webkit-backdrop-filter: blur(5px);
         background: rgba(255,255,255,0.33); */
     
     }
     .overlay-bg {
         background-color: rgba(255, 255, 255, 0.9);
         backdrop-filter: blur(6px);
         z-index: 0;
         opacity: 0;
         transition: opacity 0.5s ease;
     }
     .blackbg .overlay-bg {
         background-color: rgba(0, 0, 0, 0.56);
         backdrop-filter: blur(6px);
     }

     /* scroll menu */
     body.scroll.hover-open .side-menu {
         /* display: block; */
         opacity: 1;
         pointer-events: auto;
         transform: translateY(0);
     }

     body.scroll.hover-open .overlay-bg {
         z-index: 5;
         opacity: 1;
         transition: opacity 0.5s ease;
     }
     body.scroll .side-menu li {
         opacity: 0;
         transform: translateY(-30px);
         transition: opacity 0.3s cubic-bezier(.22,1,.36,1), transform 0.3s cubic-bezier(.22,1,.36,1);
         /* transition:  transform 0.5s cubic-bezier(.22,1,.36,1); */
     }
     body.scroll.hover-open .side-menu li {
         transition-delay: 0.1s;
         opacity: 1;
         transform: translateY(0);
     }
     body.scroll:not(.hover-open) .side-menu li {
         opacity: 0;
         transform: translateY(-50px);
         transition-delay: 0s;
     }
     

 }
 @media (min-width: 1280px) {
    .menu-wrapper {
        padding:  60px 9rem;
    }
     .page_header-inner {
         right: 41px;
         top: 37px;
     }
     .page_header-minicart {
         width: 30px;
         margin-right: 10px;
     }
     .header_search-desktop_icon {
         padding: 17px;
     }
     body.scroll .page_header-inner  {
         top: 23px;
         /* display: none; */
     }
   
     .mlogo-img {
         max-width: 298px;
     }
     .lockup-img {
         /* width: 450px; */
         max-width: 340px;
         transition: max-width 0.4s ease-in-out;
     }
     body.scroll .lockup-img {
         /* width: 250px; */
         max-width: 280px;
    
     }

     .top-right-menu ul li:not(:last-child) {
         margin-right: 1.7rem;
     }

 }
