:root {
  /* --clr-primary:#00c2ff;
    --bg-primary:#00c2ff; */
  --clr-primary: #0d6efd;
  --bg-primary: #0d6efd;
  --bg-primary-light: #d7e5fa;
}

/* global style start   */
body {
  font-family: 'Figtree', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* scroll  */

.g-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.g-scroll::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: #F5F5F5;
}

.g-scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

/* === */


.g-scrolls::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.g-scrolls::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #F5F5F5;
}

.g-scrolls::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}







nav.menu.g-scroll {
    overflow-x: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.menu-main {
  width: max-content;
}


.sec-head>h1 {
  font-size: 30px;
  font-weight: 700;
}

.sec-head>h1>span {
  color: var(--clr-primary);
}


/* global style end   */

/* top-banner code  start*/

.banner-txt-wrapper {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10%;
  color: white;
}

.banner-slider-top .swiper-pagination-bullet-active {

  width: 30px;
  border-radius: 4px;
  background: white !important;
}

.banner-slider-top .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background: white !important;
  opacity: 1;
}

.banner-slider-top .swiper-button-prev:after,
.banner-slider-top .swiper-rtl .banner-slider-top .swiper-button-next:after {
  content: 'prev';
  font-size: 21px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.645);
  padding: 7px 10px;
  border-radius: 6px;
  /* border: 1px solid lightgray; */
}

.banner-slider-top .swiper-button-next:after,
.banner-slider-top .swiper-rtl .banner-slider-top .swiper-button-prev:after {
  content: 'next';
  font-size: 21px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.645);
  padding: 7px 10px;
  border-radius: 6px;
  /* border: 1px solid lightgray; */
}

.banner-right-img {
  min-width: 100%;
  min-height: 100%;
  /* border-radius: 12px !important; */
  overflow: hidden;
}

.banner-right-img>img {}

.banner-image>img {
  /* min-height: 256px !important; */
  /* object-fit: cover; */
  /* height: auto; */
  width: 100%;
  /* border-radius: 12px; */
  display: block;
  max-width: 100%; 
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.banner-slider-top .swiper-slide {
  padding-left: 0px;
  padding-right: 0px;
}

.banner-image {
  border-radius: 36px;
}

/* top-banner code  end*/



/* top category slider start  */

.category-slider-top .swiper-button-prev:after,
.category-slider-top .swiper-rtl .category-slider-top .swiper-button-next:after {
  content: 'prev';
  font-size: 21px;
  font-weight: bold;
  background: white;
  padding: 7px 10px;
  border-radius: 6px;
  border: 1px solid lightgray;
}

.category-slider-top .swiper-button-next:after,
.category-slider-top .swiper-rtl .category-slider-top .swiper-button-prev:after {
  content: 'next';
  font-size: 21px;
  font-weight: bold;
  background: white;
  padding: 7px 10px;
  border-radius: 6px;
  border: 1px solid lightgray;
}

/* 
 .swiper {
            width: 100%;
            height: 100%;
            padding: 20px 10px 40px;
        } */


.swiper-slide a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.top-cat-cards {
  text-align: center;

  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: none;
  margin: 15px 0px;
}

.card.top-cat-cards:hover img {
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card.top-cat-cards>img {
    border-radius: 50%;
  border: 1px solid #ececec;
  max-width: 104px !important;
  min-width: 104px;
  min-height: 104px;
  max-height: 104px;
  background: transparent;
      transition: 
ease 0.5s;
}

@media screen and (max-width:1300px) {
  .card.top-cat-cards>img {
    /* height: 104px !important; */
    /* width: 104px !important; */
    max-width: 80px !important;
    min-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }
}

@media screen and (max-width:425px) {
  .card.top-cat-cards>img {
    min-width: 60px !important;
    min-height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
  }
}

@media screen and (max-width:375px) {
  .card.top-cat-cards>img {
    min-width: 50px !important;
    min-height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }
}

border-radius: 50%;
border-width: 1px;
border-style: solid;
border-color: lightgray;
border-image: initial;
}




.top-cat-cards .card-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  font-size: 30px;
}


.top-cat-cards .card-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    display: inline-block;
    font-weight: 900;
    font-size: clamp(1rem, 1.5vw, 0.2rem);
    /* white-space: nowrap; */
}

.women-fashion-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  /* padding-top: 10px !important; */
  bottom: -25px;
}

/* .card-discount {
            font-size: 16px;
            font-weight: 500;
            color: #e53935;
        } */

/* .swiper-button-next, .swiper-button-prev {
            color: #1976d2;
            background-color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        } */

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-pagination-bullet {
  background-color: #1976d2;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 768px) {
  /* .swiper-slide {
    padding: 20px 10px;
  } */

  .card-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .card-title {
    font-size: 16px;
  }

  .card-discount {
    font-size: 14px;
  }
}

.reasons-slider-home {
  height: max-content;
}

/* top category slider start  */


.ec-rec-card .swiper-button-prev:after,
.ec-rec-card .swiper-rtl .ec-rec-card .swiper-button-next:after {
  content: 'prev';
  font-size: 21px;
  font-weight: bold;
  background: white;
  padding: 7px 10px;
  border-radius: 6px;
  border: 1px solid lightgray;
}

.ec-rec-card .swiper-button-next:after,
.ec-rec-card .swiper-rtl .ec-rec-card .swiper-button-prev:after {
  content: 'next';
  font-size: 21px;
  font-weight: bold;
  background: white;
  padding: 7px 10px;
  border-radius: 6px;
  border: 1px solid lightgray;
}

.ec-rec-card .product-card {
  /* border: 1px solid #e0e0e0; */
  /* border-radius: 12px; */
  /* overflow: hidden; */
  /* transition: box-shadow 0.3s; */
  /* position: relative; */
  /* transition: ease 0.7s; */
  border-radius: 12px;
  transition: ease 0.7s;
  overflow: hidden;
}

.ec-rec-card .product-card:hover {
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  /* transform: translateY(-5px);
       transition: ease 0.7s;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
            border: 2px solid  var(--clr-primary); */
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  /* border: 2px solid var(--clr-primary); */

}

.ec-rec-card .best-seller-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #404553;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  z-index: 9;
}

.ec-rec-card .wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 9;
}

.ec-rec-card .cart-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 9;
}



.ec-rec-card .product-image {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
  border-radius: 12px;
} 

.ec-rec-card .product-image img {
  max-width: 100%;
  height: auto;
}

.ec-rec-card .product-details {
  padding: 12px 6px;
  min-height: 184px;
}
.ec-rec-card .cart-icon i.fa-cart-plus {
    font-size: 15px !important;
} 
.ec-rec-card .product-title {
    font-size: 0.92rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    font-size: 14px;
    height: 57px;
    line-height: 18px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-decoration: none;
}
 .ec-rec-card .product-card a {
    text-decoration: none;
}
.ec-rec-card .rating {
  font-size: 0.85rem;
  color: #666;
}

.ec-rec-card .rating .bi-star-fill {
  color: #2ecc71;
}

.ec-rec-card .price {
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
}

.ec-rec-card .old-price {
  text-decoration: line-through;
  color: #888;
  font-weight: 400;
  margin-left: 5px;
  font-size: 0.9rem;
}

.ec-rec-card .discount {
  color: #2ecc71;
  font-weight: 500;
  font-size: 0.9rem;
  margin-left: 5px;
}

.ec-rec-card .selling-fast {
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 5px;
}

.ec-rec-card .bottom-btn {
  background-color: var(--bg-primary);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  border: none;
  border-radius: 0 12px 12px 12px;
  padding: 8px 20px;
  width: 100%;
  left: -5px;
  top: -7px;
}

.g-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  color: white;
  border: 1px solid var(--bg-primary);
  border-radius: 14px;
  background: var(--bg-primary);
  /* opacity: 0; */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  /* pointer-events: none; */
  transition: .1s ease-in-out;
  cursor: pointer;
}

.ec-rec-card img.nudgeIcon {
  width: 14px;
  height: auto;
}

.ec-rec-card button.bottom-btn:before {
  content: "";
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 0;
  -webkit-border-end: 4px solid #404553;
  border-inline-end: 4px solid #404553;
  -webkit-border-before: 4px solid rgba(0, 0, 0, 0);
  border-block-start: 4px solid rgba(0, 0, 0, 0);

}

.rec-seller-slider .swiper-button-next:after,
.rec-seller-slider .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  background: #151515;
  padding: 9px;
  border-radius: 5px;
  color: white;
}


.ec-rec-card .swiper-button-prev-main {
  background: rgb(255, 255, 255);
  border: 1px solid lightgray;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.ec-rec-card .swiper-button-next-main {
  background: rgb(255, 255, 255);
  border: 1px solid lightgray;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

/* .ec-rec-card .swiper-button-next-inner,
.ec-rec-card .swiper-button-prev-inner {
  background: rgb(255, 255, 255);
  border: 1px solid lightgray;
  width: 30px;
  height: 30px;
} */
.ec-rec-card .product-card:hover .swiper-button-next-inner,
.ec-rec-card .product-card:hover .swiper-button-prev-inner {
  display: block;

}

.ec-rec-card .swiper-button-prev-inner {
    background: rgb(0 0 0 / 36%);
    /* border: 1px solid lightgray; */
    width: 20px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 4px 4px 0px;
    color: white;
    display: none;
    transition: ease 1s;
}
.ec-rec-card .swiper-button-next-inner {
      background: rgb(0 0 0 / 36%);
  /* border: 1px solid lightgray; */
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
      border-radius: 4px 0px 0px 4px;
  color: rgb(255, 255, 255);
  display: none;
  transition: ease 1s;

}

.ec-rec-card .cart-icon .add-to-cart-form {
    position: relative;
    left: 15px;
}
.ec-rec-card .card-offer-wrap {
    padding: 8px 15px;
}
.ec-rec-card img.card-offer {
    height: 17px;
    width: auto;
}

/* women fashion start */



.ec-women-fashion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.95);
}

.ec-women-fashion-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(1deg, black, transparent);
  padding: 11px 20px;
  border-radius: 20px 20px 0 0;
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
}

.ec-women-fashion-card .tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #4caf50;
  color: white;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 30px;
}

/* .ec-women-fashion-card .title {
      font-size: 20px;
      font-weight: 700;
      color: #222;
      margin-bottom: 8px;
    }

    .ec-women-fashion-card .desc {
      font-size: 14px;
      color: #666;
      margin-bottom: 12px;
      line-height: 1.6;
    } */

.ec-women-fashion-card .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ec-women-fashion-card .price {

  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  font-size: clamp(0.8rem, 1.5vw, 1.2rem);
  white-space: nowrap;
}

.ec-women-fashion-card .buy-btn {
  background-color: #ffffff;
  color: #000000;
  padding: 8px 18px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 10px;
  font-weight: 600;
}
.ec-rec-card .bottom-btn .a {
    text-align: left;
}
.buy-btn:hover {
  background-color: #000000;
  color: white;
}



/* header code  */
.sidebar-navigation .form-control {
    font-size: 14px;
}
.search-wrapper {
  max-width: 700px;
  margin: auto;
  position: relative;
}

.search-wrapper span.search-icon i.fa.fa-search {
  color: grey;
}

.search-wrapper .search-box {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 0 50px 0 41px;
  font-size: 15px;
}

.search-wrapper .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 50px;
  background: #0d6efd;
  color: #fff;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.3s;
}

.search-wrapper .search-btn:hover {
  background: #0b5ed7;
}

.search-wrapper .suggestions-list {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}

.search-wrapper .suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
}

.search-wrapper .suggestion-item:hover {
  background: #f2f4f7;
}

.search-wrapper .suggestion-item i {
  color: #6c757d;
  font-size: 15px;
}

.search-wrapper span.search-icon {
  position: absolute;
  top: 10px;
  left: 15px;
}

@media (max-width: 576px) {
  .search-wrapper .search-box {
    height: 40px;
    font-size: 14px;
  }

  .search-wrapper .search-btn {
    height: 40px;
    width: 45px;
  }
}

.navbar-tool-icon-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2.625rem;
  text-align: center;
  background: var(--bg-primary-light);
  gap: 7px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.my-acc.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  display: none;
  margin-top: 0.5rem;
  /* transition: all 0.15s ease-in-out; */
}

.dropdown.show .dropdown-menu {
  display: block;
}

nav.navbar {
  background: var(--bg-primary);
}


.navbar .dropdown.show .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}


.navbar ul.list-unstyled>li>a {
  padding-left: 0px !important;
}

.navbar .dropdown-menu {
  max-height: calc(100vh - 158px);
  overflow: auto;
}

.navbar a.nav-link.dropdown-toggle {
  color: white;
}



.dropdown-toggle::after {
  display: none;
}


.bottom-headers {
  background: var(--bg-primary);
}

.head-righr-wrap {
  background: var(--bg-primary);
}


.header .v-center {
  align-items: center;
}

.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header a {
  text-decoration: none;
  line-height: 30px !important; 
  font-size: 14px;
} 
.header .menu>ul>li .sub-menu.mega-menu-column-4 .list-item .title a {
    line-height: 20px !important;
}
/* header */
.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  /* padding: 15px 0px; */
}
header.header.scrolled {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999999;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: myAnim 0.6s ease 0s 1 normal forwards;
}
.header .item-left {
  /* flex: 0 0 17%; */
  width: fit-content;
}

.header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

.header .item-center {
  /* flex: 0 0 66%; */
  width: 100%;
}

.header .item-right {
  /* flex: 0 0 17%; */
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}

.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
}

.header .menu>ul>li {
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
}

.header .menu>ul>li>a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.2s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media(min-width: 992px) {
  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: space-between;
  }
}

.header .menu>ul>li .sub-menu>ul>li {
  line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
  line-height: 1;
  display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
  /* max-width: 1100px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 .list-item {
  flex: 0 0 25%;
  padding: 0 10px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 .list-item .title {
  font-size: 16px;
  color: var(--bg-primary);
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 .list-item.text-center .title {
  text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
  color: rgb(136, 166, 255);
}

.login-header i {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2.625rem;
  text-align: center;
  background: var(--bg-primary-light);
  gap: 7px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.login-header>img {
  position: relative;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 2.625rem;
  text-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  background: var(--bg-primary-light);
  gap: 7px;
  /* background: aquamarine; */
  padding: 8px;
}

.login-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

a.navbar-tool-text.cart-link2 {
  width: 62px;
  text-align: left;
}

a.navbar-tool-icon-box.cart-link1 i {
  color: #666666;
}

a.navbar-tool-text.cart-link2>span {
  color: black;
  font-weight: 600;
}

a.navbar-tool-text.cart-link2>small {
  color: black;
  font-weight: 500;
}

.login-header:focus {
  outline: none;
}

.login-dd {
  top: 43px !important;
}

.widget-cart-top {
  background: #e9f3ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  gap: 8px;
  margin-bottom: 15px;
}

.media {
  display: flex;
  align-items: center;
}

.__quantity .cart-qty-btn {
  width: 2rem;
  height: 2rem;
  /* font-size: 0.85rem; */
  /* position: absolute; */
  z-index: 1;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  /* left: 0; */
  flex-direction: column;
}

.__quantity {
  display: flex;
  flex-direction: column;
  width: 30px;
  border: 1px solid #a8a8a8 !important;
  border-radius: 20px;
}

.__quantity .quantity__plus,
.__quantity .quantity__minus {
  font-size: 12px;
}

.quantity__qty.cart-qty-input {
  border: none !important;
}

.media-body {
  gap: 14px;
}

.widget-cart .__h-20rem {
  min-height: 180px;
  height: max-content;
}

.cart_total_amount-wrapper>.font-size-sm span:first-child {
  font-size: 14px;
}

.cart_total_amount-wrapper>.font-size-sm span:first-child {
  font-size: 14px;
}

.cart_total_amount-wrapper>.font-size-sm span:last-child {
  color: rgb(0 104 255);
  font-weight: bold;
}

@media (min-width: 768px) {
  .cart-dropdown .widget-cart-item .media {
    align-items: center;
    /* gap: 5px; */
  }
}

/* banner section */
.banner-section {
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}


/* reasone section  */

.reason-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  background-color: #f8f9fa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid lightgray;
}

.reason-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.reason-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.reason-swiper-responsive .reason-card img {
  max-height: 110px;
  object-fit: contain;
}

.reason-card .reason-body {
  padding: 15px;
  background-color: #f8f9fa;
}

.reason-card .reason-body h6 {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 5px;
}

/* .reason-body p {
      color: #6c757d;
      font-size: 0.9rem;
      margin: 0;
    } */
.reason-body p {
  color: #6c757d;
  font-size: 0.9rem;
  margin: 0;
  color: #1e1e1e;
  font-size: clamp(10px, 1.5vw, 14px);
}

/* --- Middle column (Mega deals) --- */
.deal-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid lightgray;
}

.deal-card:hover {
  transform: translateY(-3px);
}

/* .deal-card .deal-badge {
      background-color: #ffcc00;
      color: #000;
      font-weight: 600;
      font-size: 0.8rem;
      padding: 5px 10px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px;
      display: inline-block;
      position: absolute;
      top: 10px;
      left: 10px;
    } */
.deal-card .deal-badge {
  background-color: #ffcc00;
  color: #000;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: clamp(9px, 1.5vw, 0.2rem);
  white-space: nowrap;
}

.deal-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  background-color: #f9f9f9;
}

.deal-card .deal-body {
  padding: 10px 15px;
}

/* .deal-card .deal-body p {
      font-size: 0.9rem;
      margin: 0;
      color: #1e1e1e;
    } */
.deal-card .deal-body p {
  font-size: 0.9rem;
  margin: 0;
  color: #1e1e1e;
  font-size: clamp(10px, 1.5vw, 14px);
  /* white-space: nowrap; */
}

.deal-card .deal-price {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}

.deal-card .deal-old {
  text-decoration: line-through;
  color: #888;
  font-size: 0.85rem;
  margin-right: 5px;
}

.deal-card .deal-cart {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #f3f3f3;
  border-radius: 50%;
  padding: 6px;
}

/* --- Right column (In focus banners) --- */
.focus-banner img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}


section.reasons-section .section-title {
  text-align: left;
}



/*responsive*/
@media(max-width: 991px) {
  .header .menu>ul>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
  }

  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
    width: fit-content;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #ffffff;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header .menu>ul>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    /* display: none; */
  }

  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .header .menu .menu-main {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.mega-menu,
  .header .menu>ul>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    margin-top: 0;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    margin-bottom: 20px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .header .menu>ul>li .sub-menu>ul>li>a,
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .header .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .header .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/* header code end  */



img.jackpot-img {
  width: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.categories-wrap {
  display: flex;
  gap: 19px;
}

footer img.footer-logo {
  max-width: 100px;
  width: 100%;
  height: auto;
}

footer form input.form-control {
  background: rgba(255, 255, 255, 0.0496078431) !important;
  border-color: rgba(255, 255, 255, 0.072745098) !important;
  color: #fff;
  height: 55px;
}

footer form {
  position: relative;
}

footer form button {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  color: black !important;

}

footer form input::placeholder {
  color: white !important;
}

button.btn.btn-light.text-primary {}

/* Responsive code  */

@media screen and (min-width:991px) {
  .ec-women-fashion-card {
    position: relative;
    width: 100%;
    max-height: 250px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    background: #fff;
  }

  .header .menu>ul>li>a>i {
    display: none;
  }

  .ec-women-fashion-card img {

    display: block;
    max-width: 100%;
    height: auto;
    user-drag: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
}

@media screen and (max-width:1100px) {
  .card.top-cat-cards>img {

    min-width: 80px;
    min-height: 80px;

  }
}

@media screen and (max-width:991px) {
  .header .menu>ul>li>a>i {
    display: none;
  }

  .ec-women-fashion-card {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: #fff;

  }

  .ec-women-fashion-card .price {
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
    font-size: clamp(0.8rem, 1.5vw, 1.2rem);
    white-space: nowrap;
  }

  .ec-women-fashion-card .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3px 10px;
    border-radius: 0px 0px 0 0;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width:768px) {

  .ec-rec-card .swiper-button-next-main,
  .ec-rec-card .swiper-button-prev-main {
    display: none;
  }

  .header .item-left {
    display: none;
  }

  .card.top-cat-cards>img {

    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;

  }

  .top-cat-cards .card-title {
    font-size: clamp(0.6, 1.5vw, 0.2rem);
  }
}

@media screen and (max-width:576px) {
  .categories-wrap {

    flex-direction: column;
  }

  .navbar-tool-icon-box {

    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;

  }

  .header a i {
    font-size: 15px !important;
  }

  .login-header>img {

    width: 36px;
    height: 36px;

  }

  a.navbar-tool-text.cart-link2 {
    width: 62px;
    text-align: left;
    font-size: 11px;
  }

  .login-header>img+span {
    display: none;
  }
}

@media screen and (max-width:425px) {
  .navbar-tool-icon-box {

    width: 35px;
    height: 35px;

  }

  .top-cat-cards .card-title {
    font-size: clamp(0.5, 1.5vw, 0.2rem);
  }
}




/* Card New Design */
.card-overlay span.offer-price {
  font-weight: 700;
  color: #404553;
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
  font-size: 15px;
}

.card-overlay a {
  background: #f7f9fe;
  border-radius: 12px;
  padding: 6px 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

.card-overlay span.offer-old {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  margin-left: 8px;
}

.card-overlay span.offer-badge {
  border-radius: 5px;
  color: #2d8e02;
  font-weight: bolder !important;
  padding: .1em .5em;
  font-size: 12px;
}

.card-overlay {
    background: #ffffff !important;
    width: 95%;
    margin: 0 auto;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    position: absolute;
    transition: ease 0.8s;
    top: calc(100% - -5%);
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

.ec-rec-card .product-card:hover .card-overlay {
  top: calc(100% - 27%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.card-overlay a .wrap img {
  height: 17px;
}

.card-overlay a span.SupermallRibbon_textCtr__8Irbh {
  font-size: 11px;
}

.card-overlay a .wrap {
  background: linear-gradient(90deg, rgb(248, 239, 22) 15%, rgba(243, 224, 10, .41) 25%, rgba(243, 224, 10, .03));
  padding: 0px 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 27px;
  gap: 5px;
}

.card-overlay a span.tag-express {
  height: 17px;
  display: flex;
}


.add-to-cart-btn:hover {
  opacity: 0;
  visibility: hidden;
}

.cart-icon:hover .quantity-control {
  opacity: 1;
  visibility: visible;
  /* transform: scale(1); */
}

.cart-icon a.add-to-cart-btn>i {
  margin-left: 31px;
}

.quantity-control {
  /* position: absolute; */
  /* top: 0; */
  /* right: 0 !important; */
  width: 139px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-primary) !important;
  color: white !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  padding: 8px 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.8);
  margin-left: -102px !important;
}

.decrease-btn {
  color: #ffffff !important;

}

.quantity-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.quantity-display {
  margin: 0 15px;
  font-size: 20px !important;
  font-weight: 600;
  color: #ffffff !important;
  min-width: 30px;
  text-align: center;
}

.increase-btn {
  color: #ffffff !important;
  background: transparent !important;
}




.cart-icon-wrapper {
  position: relative;
  display: inline-block;
}

.cart-icon-base,
.cart-icon-delete {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.25s ease;
}

.cart-icon-delete {
  opacity: 0;
  pointer-events: none;
  /* prevent accidental clicks when hidden */
}

.cart-icon-wrapper:hover .cart-icon-base {
  opacity: 0;
}

.cart-icon-wrapper:hover .cart-icon-delete {
  opacity: 1;
  pointer-events: auto;
}




/* Toast toaster notifications */
.toast {
  border-radius: 12px !important;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.toast-success {
  background-color: #10b981 !important;
  /* emerald green */
}

.toast-error {
  background-color: #ef4444 !important;
  /* red-500 */
}

.toast-warning {
  background-color: #f59e0b !important;
  /* amber-500 */
}

.toast-info {
  background-color: #3b82f6 !important;
  /* blue-500 */
}

i {
  font-family: 'Font Awesome 7 Free' !important;
}


/* shop view page  */

.quick-view {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  border-radius: 8px;
}

.product-single-hover.style--card {
  background-color: rgb(234, 240, 241);
  border-radius: 20px;
  padding: 15px;
}

.product-single-hover {
  position: relative;
  box-shadow: rgba(145, 158, 171, 0.05) 0px 8.17931px 16.3586px -2.45379px, rgba(145, 158, 171, 0.2) 0px 0px 1.63586px 0px;
  border-radius: 10px;
  overflow: hidden;
  transition: 300ms ease-in-out;
}

.product-single-hover.style--card .inline_product {
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.product-single-hover .inline_product {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(233, 243, 255);
  border-image: initial;
  transition: 300ms ease-in-out;
}

.product-single-hover .inline_product a,
.flash-deals-background-image {
  overflow: hidden;
}

.product-single-hover .inline_product img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  transition: 0.5s;
  border-radius: 10px;
}

.product-single-hover.style--card .inline_product img {
  border-radius: 0.5rem;
}

.product-single-hover.style--card .inline_product .quick-view {
  width: calc(100% - 20px);
  height: calc(100% - 17px);
  left: 10px;
  top: 10px;
  border-radius: 0.5rem;
}

.product-single-hover .quick-view {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: grid;
  cursor: pointer;
  place-items: center;
  transition: 300ms ease-in-out;
  border-radius: 8px;
}


.product-single-hover .quick-view .btn-circle {
  transform: translateY(50%) scale(0.6);
  opacity: 0;
  transition: 300ms ease-in-out;
}

.top-rated-image,
.product-single-hover .inline_product a,
.flash-deals-background-image {
  overflow: hidden;
}

.btn-circle {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background-color: rgb(255, 255, 255);
  display: grid;
  color: var(--primary-clr);
  border-radius: var(--size);
  place-items: center;
}

.product-single-hover .single-product-details {
  position: relative;
  min-height: 95px;
  padding: 10px 10px 0px;
  border-radius: 0px 0px 5px 5px;
  transition: 0.3s;
}

.tio-star.text-star,
.tio-star.text-warning {
  color: #1fdf5c !important;
}

.product-single-hover .single-product-details a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    overflow: hidden;
    color: black;
    text-decoration: none;
}

.product-single-hover .text-accent {
  font-weight: 700;
  font-size: 17px;
}

.product-single-hover .single-product-details a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  color: black;
}

/* sidebar category code  */

.cz-sidebar-header {
    display: none;
    position: relative;
    width: 100%;
    height: 3rem;
    padding: 0.25rem 1.5rem;
    background-color: #fff;
}
.__shop-page-sidebar .__cate-side-arrordion {
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    border: 1px solid #eef6ff;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 113, 220, 0.05),
        0px 2px 5px -4px rgba(27, 127, 237, 0.05);
}
.menu--caret-accordion .card-header {
    padding-block: 10px;
    align-items: center;
    gap: 7px;
    display: flex;
}
.menu--caret-accordion .card-header label {
    margin: 0;
}
.bg-white.__shop-banner-main img.__shop-page-banner {
    border-radius: 15px;
    width: 100%;
    height: auto;

}
.__rounded-10 {
    border-radius: 12px;
}
.search_form.input-group.search-form-input-group {
    height: 41px;
}

.search_form.input-group.search-form-input-group input {
    border-radius: 4px !important;
}
.max-width-500px {
    max-width: 500px;
}

.__shop-banner-main {
    position: relative;
    padding: 70px 10px 10px;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
}
.__shop-banner-main .__shop-page-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.w-90px {
    width: 90px !important;
}
.__w-100px {
    width: 100px;
}


.font-weight-bolder {
    font-weight: bolder !important;
}
.text-primary, .text-base, .active-menu {
    color: #0000fe !important;
}
.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}
/* ======== */

.sorting-item {
    border-radius: 5px;
    border: 1px solid rgba(76, 144, 236, 0.15);
    box-shadow: 0px 4px 5px rgba(20, 85, 172, 0.05);
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    /* padding: 10px; */
}

select.action-sort-shop-products-by-data {
    box-shadow: none !important;
    background: transparent;
    height: 35px;
    padding-inline-end: 15px;
    outline: none !important;
    border: none !important;
    height: 40px;
}
.sidebar-navigation {

    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    border: 1px solid #eef6ff;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 113, 220, 0.05), 0px 2px 5px -4px rgba(27, 127, 237, 0.05);
}

    .sidebar-navigation .title {
      font-size: 16px;
      font-weight: 600;
      padding: 16px 20px;
      background: #f8f9fa;
      border-bottom: 1px solid #ddd;
    }

    .sidebar-navigation .menu-list,
    .sidebar-navigation .submenu {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .sidebar-navigation .menu-item > a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #222;
      padding: 12px 0px;
      text-decoration: none;
      font-weight: 500;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .sidebar-navigation .menu-item > a:hover {
      color: #000;
    }
 
    .sidebar-navigation .toggle-icon {
      font-size: 13px;
      transition: transform 0.3s ease;
    }
 
    .sidebar-navigation .menu-item.open > a .toggle-icon {
      transform: rotate(180deg);
    }

    .sidebar-navigation .submenu {
      display: none;
     
      
      animation: dropdownFade 0.3s ease;
    }
.sidebar-navigation .submenu li.menu-item.open ul.submenu {
    padding-left: 15px;
}
    .sidebar-navigation .submenu a {
      display: flex;
      padding: 10px 0px;
      color: #444;
      font-size: 14px;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .sidebar-navigation .submenu a:hover {
      background: #f3f3f3;
    }

    @keyframes dropdownFade {
      from { opacity: 0; transform: translateY(-5px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Scrollbar Styling */
    .sidebar-navigation::-webkit-scrollbar {
      width: 6px;
    }

    .sidebar-navigation::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 10px;
    }

     .filter-topbox-wrap .filter-box {
     
      width: 100%;
  
    }
    .filter-topbox-wrap .filter-box h5 {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 1rem;
      text-align: center;
    }
    .filter-topbox-wrap .filter-box label {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
}
 .sidebar-navigation .menu-list label {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    background: transparent;
}
    .filter-topbox-wrap .filter-box input[type="number"] {
      width: 45%;
      display: inline-block;
      text-align: center;
    }
    .filter-topbox-wrap .brand-list {
      max-height: 180px;
      overflow-y: auto;
      margin-top: 0.5rem;
    }
    .filter-topbox-wrap .brand-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 4px 0;
      font-size: 0.95rem;
      color: #333;
    }
    .filter-topbox-wrap .brand-count {
      background: #f3f4f6;
      border-radius: 12px;
      padding: 2px 8px;
      font-size: 0.85rem;
      font-weight: 500;
    }
    .filter-topbox-wrap .price-btn {
      background-color: #0d6efd;
      border: none;
      color: #fff;
      border-radius: 5px;
      padding: 6px 10px;
    }
    .filter-topbox-wrap .price-btn:hover {
      background-color: #0b5ed7;
    }
    .filter-topbox-wrap .form-select, .form-control {
      border: 1px solid #cdd9ed;
      border-radius: 6px;
    }


    
    .savings-section {
      padding: 40px 0;
      text-align: center;
    }

    .savings-section h2 {
      font-weight: 700;
      margin-bottom: 30px;
    }

    .savings-section .swiper {
      width: 100%;
      margin: auto;
      overflow: hidden;
      position: relative;
    }

    .savings-section .swiper-slide {
    
    }

    .savings-section .swiper-slide:hover {
      transform: translateY(-5px);
    }

    .savings-section .savings-card {
   background: #f7f7f7;
      border-radius: 20px;
      padding: 20px;
      text-align: center;
      transition: transform 0.4s ease-in-out;
    }
  .savings-section .savings-card img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 12px;
}

    .savings-section .savings-card h5 {
      font-weight: 600;
      margin-bottom: 5px;
      font-size: 15px;
    }

    .savings-section .savings-card p {
      color: #555;
      margin-bottom: 0;
    }

    /* Custom Navigation Buttons */
    .savings-section .swiper-button-next, .savings-section .swiper-button-prev {
      background: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.15);
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .savings-section .swiper-button-next::after, .savings-section .swiper-button-prev::after {
      font-size: 18px;
      color: #333;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .savings-section .swiper-slide {
        padding: 15px;
      }
    } 