@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--black-color-one);
  font-size: 13px;
  line-height: 1.8;
  background-color: #fff;
}

:root {
  scroll-behavior: inherit;
  --black-color: #000000;
  --white-color: #ffffff;
  --primary-color: #213376;
  --secondary-color: #eeee22;
  --yellow-color: #ffd600;
  --black-color-one: #232729;
  --blue-color-one: #072532;
  --white-color-one: #f2f3f7;
}

.hidden {
  display: none !important;
}

/* aside#mega-menu--mobile {} */

aside#mega-menu--mobile .mega__container {
  width: 100%;
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  padding-top: var(--height-header, 10px);
  display: flex;
  flex-direction: column;
}

aside#mega-menu--mobile .mega__container[data-active-depth="1"] button {
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}

aside#mega-menu--mobile .mega__header {
  height: 60px;
  padding-inline: var(--padding-container-inline, 20px);
  background-color: white;
}

aside#mega-menu--mobile .mega__header .mega__controls {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

aside#mega-menu--mobile .mega__header .mega__controls button {
  font-family: var(--ff-sans);
  font-size: var(--fs-btn);
  text-transform: uppercase;
  letter-spacing: var(--ls-200);
  display: flex;
  align-items: center;
  gap: var(--gap-100, 4px);
  transition: var(--trans);
}

aside#mega-menu--mobile .mega__header .mega__controls button .btn__icon,
aside#mega-menu--mobile .mega__header .mega__controls button .btn__label {
  display: flex;
  pointer-events: none;
}

aside#mega-menu--mobile .mega__body {
  width: 100%;
  height: 100%;
  position: relative;
}

aside#mega-menu--mobile .mega__screen {
  padding-block: var(--padding-container-block, 50px);
  padding-inline: var(--padding-container-inline, 20px);
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  inset: 0;
  background-color: white;
  transition: var(--trans-500);
}

/* aside#mega-menu--mobile .mega__screen[data-active-menu="false"] {
  transform: translateX(100%);
} */

/* aside#mega-menu--mobile .mega__screen[data-active-menu="false"].stacked,
aside#mega-menu--mobile .mega__screen[data-active-menu="true"] {
  transform: translateX(0%);
} */

aside#mega-menu--mobile nav.navigation {
  display: flex;
  flex-direction: column;
  gap: var(--gap-300, 12px);
}

aside#mega-menu--mobile nav.navigation a.btn {
  --item-height: 24px;
  --icon-size: 12px;
  width: 100%;
  height: var(--item-height);
  padding: 0;
  background-color: transparent;
  border: 0;
  color: var(--color-text);
  justify-content: space-between;
  gap: var(--gap);
}

aside#mega-menu--mobile nav.navigation a.btn .btn__label {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

aside#mega-menu--mobile nav.navigation a.btn .btn__icon:empty {
  display: none;
  pointer-events: none;
}

aside#mega-menu--mobile nav.navigation a.btn .btn__icon {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: all;
}

aside#mega-menu--mobile nav.navigation a.btn .btn__icon svg {
  width: var(--icon-size);
  height: var(--icon-size);
  pointer-events: none;
}

/*support css update 20/9/2025*/
.smnewcategorymenu {
  min-width: 320px;
}

.smnewcategorymenu aside#mega-menu--mobile nav.navigation {
  gap: 6px;
}

.smnewcategorymenu #mega-menu--mobile nav.navigation a.btn {
  padding: 12px;
  font-size: 13px;
  color: var(--black-color-one);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-right: 110px;
  z-index: 1;
  position: relative;
  height: auto;
  pointer-events: none;
}

.smnewcategorymenu aside#mega-menu--mobile .mega__container {
  padding-top: 0;
}

.smnewcategorymenu #mega-menu--mobile .mega__screen {
  padding: 15px 10px 0 0;
  scrollbar-color: var(--primary-color) transparent;
  height: calc(100% - 210px);
}

.smnewcategorymenu #mega-menu--mobile nav.navigation a.btn .btn__icon {
  position: absolute;
  width: 100%;
  height: 22px;
  right: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #bababa;
  top: 15px;
}

.smnewcategorymenu #mega-menu--mobile nav.navigation a.btn span.btn__label {
  z-index: 999;
}

.smnewcategorymenu .mega-menu .navigation a .btn__icon svg path {
  fill: #bababa;
}

.smnewcategorymenu .prdlst-fltrbx {
  overflow: inherit;
}

.smnewcategorymenu aside#mega-menu--mobile .mega__header {
  height: auto;
}

.smnewcategorymenu #mega-menu--mobile .mega__header .mega__controls button {
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 13px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.smnewcategorymenu #mega-menu--mobile .mega__header .mega__controls button#menu-back .btn__icon {
  margin-right: 6px;
  display: inline-block;
}

.smnewcategorymenu #mega-menu--mobile .mega__header .btn__icon svg path {
  fill: #ffffff;
}

.smnewcategorymenu #mega-menu--mobile nav.navigation a.btn .btn__label {
  pointer-events: all;
}

.smnewcategorymenu #mega-menu--mobile nav.navigation a.btn:hover .btn__label {
  color: var(--primary-color);
}

.smnewcategorymenu #mega-menu--mobile nav.navigation a.btn:hover .btn__icon svg path {
  fill: var(--secondary-color);
}

.smnewcategorymenu #mega-menu--mobile nav.navigation a.btn.btn_link_parent {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  padding-left: 28px;
}

.smnewcategorymenu #mega-menu--mobile .btn_link_parent::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--secondary-color);
  border-radius: 10px;
}

.smnewcategorymenu #mega-menu--mobile .mega__screen::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.smnewcategorymenu #mega-menu--mobile .mega__screen::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

.smnewcategorymenu #mega-menu--mobile .mega__screen::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--primary-color);
}

/*support css update 20/9/2025*/
/*support css update 20/9/2025*/

.smnewcategorymenu #mega-menu--mobile .mega__screen {
  overflow-x: hidden;
}

/* aside#mega-menu--mobile .mega__screen[data-active-menu="false"] {
  transform: translateX(0%);
} */
.mega__screen.mega_screen_sub_menu {
    transform: translateX(110%);
}
.mega__screen.mega_screen_sub_menu {
    opacity: 0;
    pointer-events: none;
}
.mega__screen.mega_screen_sub_menu.stacked {
    opacity: 1;
    pointer-events: all;
}
.smnewcategorymenu #mega-menu--mobile nav.navigation a.btn{
  padding-right: 20px;
}
.smnewcategorymenu {
    min-width: 280px;
}

.mega__screen.mega_screen_sub_menu {
    box-shadow: 0 0 9px 4px #00000040;
}
.mega__screen.mega_screen_sub_menu {
    box-shadow: 0 0 19px 4px #2133765c;
}
a.btn.btn_link_child {
    display: block !important;
    text-align: left;
}
@media (max-width: 575px) {
  .smnewcategorymenu #mega-menu--mobile .mega__screen {
    height: calc(100% - 250px);
  }
}

/*support css update 20/9/2025*/
/*support css update 20/9/2025*/
@media (max-width: 479px) {
  .smnewcategorymenu {
    min-width: 240px;
  }

  .smnewcategorymenu #mega-menu--mobile nav.navigation a.btn {
    padding: 8px;
  }
}

/*support css update 20/9/2025*/