/* ---------- HEADER ---------- */
.site-header {
  /* background: rgba(1, 38, 70, 0.6); */
 background-color: rgb(255 255 255 / 55%) !important;
  color: #fff;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;

}

/* ---------- DESKTOP HEADER ---------- */
.d-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.site-header .logo a,
.site-header .navbar-nav a,
.site-header .header-icons a {
 color:#022646;
  font-weight: 500;
  text-decoration: none;
}

.header-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.site-header .header-icons a.image-icon:hover {
  color: #022646  !important;
}

/* .cart-count {
  background: #00aaff;
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
  border-radius: 50%;
  margin-left: 2px;
  width: 18px;
  height: 18px;
  justify-content: center;
} */

/* ---------- RESPONSIVE ---------- */
.d-mobile {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.menu-toggle {
  font-size: 28px;
  color: #022646;
  cursor: pointer;
  display: none;
}

.mobile-nav {
  display: none;
  height: calc(100vh - 66px);
}

/* ---------- MOBILE HEADER ---------- */
@media (max-width: 1200px) {
  /* .d-desktop {
    display: none;
  }

  .d-mobile {
    display: flex;
  } */

  body {
    padding-top: 60px;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    /* background: rgba(1, 38, 70, 0.6); */
     /* background-color: rgb(255, 255, 255); */
    z-index: 10000;
	
  }

  .header-bottom {
    display: flex;
    justify-content: center;
    /* gap: 20px; */
    width: 100%;
    margin-top: 60px;
  }

  .header-bottom a {
    font-size: 18px;
    color: #fff;
  }

  .main-nav.mobile-nav {
    position: absolute;
    top: 66px;
    left: -300px;
    width: 100%;
    max-width: 300px;
    height: calc(100vh - 66px);
    flex-direction: column;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;

    /* For animation */
    opacity: 0;
    /* visibility: hidden; */
    transition: left 0.9s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1);
    /* delay visibility toggle */
  }

  .main-nav.mobile-nav.active {
    left: 0;
    opacity: 1;
    /* visibility: visible; */
  }

  .menu-toggle {
    display: block;
  }

  .mega-menu-toggle {
    display: none !important;
  }

  /* Mobile Mega Menu fix: ensure plugin applies */
  .main-nav.mobile-nav .mega-menu {
    width: 100%;
  }

  .cart-count {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 16px;
    justify-content: center;
    align-items: center;
    top: -4px;
    right: -7px;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu {
    a.mega-menu-link {
      padding-left: 10px;
    }

    .mega-current-menu-item>a.mega-menu-link {
      font-weight: 600;
    }
  }
	

}

/* ---------- FULLSCREEN SEARCH ---------- */
.fullscreen-search {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fullscreen-search.active {
  display: flex;
}

.fullscreen-search form {
  display: flex;
  width: 90%;
  max-width: 500px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}

.fullscreen-search input {
  border: none;
  flex: 1;
  padding: 14px 18px;
  font-size: 16px;
  outline: none;
}

.fullscreen-search button {
  background: #00aaff;
  border: none;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.close-search {
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-size: 16px;
  text-transform: capitalize;
}


.site-header .d-desktop {
  display: none;
  padding: 22px 20px;
  justify-content: space-between;
  align-items: center;
}

.wpml-ls-statics-shortcode_actions {
  max-width: 125px;
  background: transparent;
  border: 0;
}

.d-mobile .wpml-ls-statics-shortcode_actions {
  border-right: 1px solid #ffffff;
  padding-right: 15px;
  max-width: 180px;
  flex: 1;
}

.d-mobile .wpml-ls-statics-shortcode_actions .wpml-ls-flag+span {
  font-size: 16px;
  line-height: 16px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-native {
  font-size: 12px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
  padding-left: 0;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  color: #ffffff;
  font-size: 12px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-flag+span {
  color: #ffffff;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-flag+span {
  color: #000000;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
  background: transparent;
  border: 0;
  padding-right: 5px;
  display: flex;
  align-items: center;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:focus,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:hover,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover>a {
  background: rgba(0, 0, 0, 0.3);
}


/* .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #ffffff;
} */

#alg_currency_selector .alg_currency_select {
  background: transparent;
  border: 0 none;
  color: #ffffff;
  font-size: 14px;
}

#alg_currency_selector .alg_currency_select:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#alg_currency_selector .alg_currency_select:hover option {
  background-color: #ffffff;
}

#alg_currency_selector .alg_currency_select option:hover {
  background: #eeeeee;
}

#alg_currency_selector .alg_currency_select option {
  color: #000000;
}

#alg_currency_selector .alg_currency_select:focus-visible {
  outline: none;
}

.theme-cart-icon-wrapper .theme-cart-count {
  background: #0078CC;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative;
  top:0;
  right: 0; */
  margin-left: 1px;
  font-size: 11px;
  line-height: 17px;
  top: -13px;
  text-align: center;
  margin-left: 0;
  padding: 0;
  right: -7px;
  position: absolute;
  font-weight: 400;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.d-desktop #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item a.mega-menu-link {
  font-weight: 400;
}

.d-desktop #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item a.mega-menu-link::before,
.d-desktop #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current_page_item a.mega-menu-link::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: #ffffff;
  /* accent color */
  transform: translateX(-50%) scaleX(0);
  /* start collapsed */
  transform-origin: center;
  transition: transform 0.3s ease;
  width: calc(100% - 20px);
}

.d-desktop #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover::before,
.d-desktop #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current_page_item a.mega-menu-link::before {
  transform: translateX(-50%) scaleX(1);
  /* expand from center */
}

.d-desktop #mega-menu-wrap-main-menu .mega-menu-item .mega-sub-menu {
  margin-top: 3px;
}

.d-mobile .hamburger {
  /* display: none; */
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

/* .d-mobile .hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
  display:block;
} */


/* Base hamburger lines */
.d-mobile .hamburger {
  cursor: pointer;
  width: 25px;
  height: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
  position: relative;
  z-index: 10001;
  /* ensure above nav */
}

.d-mobile .hamburger span {
  width: 25px;
  height: 3px;
  background: #022646;
  border-radius: 2px;
  transition: all 0.4s ease;
  display: block;
  transform-origin: center;
}

/* When active (menu open) */
.d-mobile .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(12px);
}

.d-mobile .hamburger.active span:nth-child(2) {
  opacity: 0;
}

.d-mobile .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-12px);
}


.site-header .container {
  padding: 0;
  max-width: 100%;
}

.site-header .d-mobile .header-top {
  position: relative;
  justify-content: flex-start;
  padding: 15px 20px;
}

.site-header .d-mobile .header-top .logo {
  margin-left: 15px;
}

.site-header .d-mobile .header-top .custom-logo {
  width: 130px;
}

.site-header .d-mobile .header-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin-top: 0;
  height: 58px;
}



.site-header .d-mobile .header-bottom #alg_currency_selector {
  max-width: 180px;
  width: 50%;
  padding-left: 15px;
  flex: 1;
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu {
  text-align: left;
  padding: 0px;
  flex-direction: column;
  display: flex;
}

.site-header .d-mobile .main-nav #mega-menu-wrap-main-menu {
  height: 100%;
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
  position: relative;
  /* max-height: 0; */
  overflow: hidden;
  background: transparent;
  /* transition: max-height 0.5s ease; */
  height: 0;
  transition: height 0.5s ease;
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
  /* max-height:800px; */
  margin-top: 10px;
  overflow-y: visible;
  height: auto;
  /* overflow-y: auto;  */
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li {
  padding: 5px 0 5px 10px;
}

.site-header .d-mobile #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu {
  left: -100%;
  visibility: hidden;
  top: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  ;

  transition: left 200ms ease;
}

.site-header .mobile-nav.active #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu {
  left: 0;
  visibility: visible;
  max-width: 300px;
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item {
  /* padding-left: 20px;
  padding-right: 35px;  */
  position: relative;
  padding: 6px 0 6px 20px;
}

/* .site-header .d-mobile 
#mega-menu-wrap-main-menu 
#mega-menu-main-menu 
> li.mega-menu-item-has-children::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
} */

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link,
.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
  color: #000000;
  position: static;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
  font-weight: 500;
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu>li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link {
  font-weight: 600;
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a .mega-indicator,
.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item li.mega-menu-item>a.mega-menu-link>span.mega-indicator {
  position: absolute;
  right: 20px;
  top: 23px;
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item li.mega-menu-item>a.mega-menu-link>span.mega-indicator {
  top: 18px;
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-toggle-on .mega-indicator::after,
.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item li.mega-menu-item.mega-toggle-on>a.mega-menu-link>span.mega-indicator::after {
  transform: translateY(-50%) rotate(135deg);
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a span.mega-indicator::after,
.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
  /* position: absolute;
  right: 15px; */
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
  font-family: unset;
}

.site-header .d-mobile #mega-menu-wrap-main-menu .mega-menu-toggle {
  display: none;
}

.site-header .d-mobile #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
  border-bottom: 1px solid #000000;
}

@media (min-width: 1201px) {
  .site-header .d-desktop {
    display: flex;
  }

  .site-header .d-mobile {
    display: none;
  }

  .site-header .container {
    max-width: 1980px;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 3px;
    padding-left: 0;
    padding-right: 0;
    -moz-shadow: 0 1px 4px rgba(1, 38, 70, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(1, 38, 70, 0.1);
    box-shadow: 0 1px 4px rgba(1, 38, 70, 0.1);
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li {
    padding-left: 3px;
    padding-right: 3px;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout>ul.mega-sub-menu li ul.mega-sub-menu {
    z-index: 998;
    margin: -1px;
    -moz-shadow: 3px 1px 4px rgba(1, 38, 70, 0.1);
    -webkit-box-shadow: 3px 1px 4px rgba(1, 38, 70, 0.1);
    box-shadow: 3px 1px 4px rgba(1, 38, 70, 0.1);
  }

}

body.menu-blur-active {
  overflow-y: hidden;
  /* prevent background scroll if desired */
}

body.menu-blur-active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.3);
  /* optional dim overlay */
  z-index: 999;
  /* below your menu, but above the rest of the page */
  transition: all 0.3s ease;
  pointer-events: none;
  /* allow menu interactions */
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 15px;
}

@media (min-width: 1260px) {
  .site-header .container {
    max-width: 1240px;
    padding-left: 0;
    padding-right: 0;
  }

  .site-header .d-desktop {
    padding-left: 0;
    padding-right: 0;
  }

}

@media only screen and (min-width: 1201px) {
  .d-desktop #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: calc(100% + 3px);
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    font-size: 20px;
  }
}

@media (max-width: 1270px) {
  .site-header {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .site-header .d-mobile .header-bottom #alg_currency_selector {
    text-align: center;
  }
}



.carousel {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}

.carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  object-position: center center;
  /* 👈 centers the visible portion */
  height: 100%;
  width: 100%;
  display: block;
  /* avoids inline spacing issues */
}

.carousel .carousel-inner .carousel-item .carousel-caption {
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	color:#022646;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	color:#022646 !important;
	font-weight: 500 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus{
	color:#022646;
	/* border-color: #022646; */
}

.d-desktop #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item > a.mega-menu-link::before, 
.d-desktop #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current_page_item > a.mega-menu-link::before{
	background: #022646;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-flag+span {
	color:#022646;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	color:#022646;
}
#alg_currency_selector .alg_currency_select {
	color:#022646;
}

