/* shopping category sticky start */
.mstore-shopping-categories-tabs.raragit-desktop-category-sticky {
  position: fixed;
  top: var(--raragit-category-sticky-top, 0);
  left: 0;
  z-index: 10060;
  width: 100vw !important;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  background: #ecefef;
  box-shadow: 0 8px 14px -12px rgba(0, 0, 0, 0.45);
}

@media only screen and (min-width: 993px) {
  .mstore-shopping-categories-tabs.raragit-desktop-category-sticky {
    justify-content: center !important;
  }
}

@media only screen and (max-width: 992px) {
  .mstore-shopping-categories-tabs.raragit-desktop-category-sticky {
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
  }
}
/* shopping category sticky end */

/* shopping category stacking context start */
body.single-product:has(.mstore-shopping-categories-tabs.raragit-desktop-category-sticky) .page-wrapper {
  z-index: auto;
}

body.single-product #header:has(.et_b_header-menu li:hover > .nav-sublist-dropdown),
body.single-product #header:has(.et_b_header-menu li.menu-open-by-click.opened > .nav-sublist-dropdown),
body.single-product #header:has(.et_b_header-cart.et-content-shown),
body.single-product #header:has(.et_b_header-cart > .et-mini-content.active) {
  z-index: 10070 !important;
}
/* shopping category stacking context end */
