:root {
  --c1: #111;
  --c2: #555;
  --c3: #929090;
  --c5: #2f1770;
  --bg: #9fd7fa;
  --c4: #fbfbeb;
  --w: #fff;
}

@font-face {
  font-family: 'cinzel';
  src: url('../cinzel/Cinzel-SemiBold.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'inter';
  src: url('../Inter_28pt-Regular.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: url('../montserrat/Montserrat-Regular.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'lora';
  src: url('../lora/Lora-SemiBold.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'lora';
  src: url(../Lato/Lato-Regular.ttf);
}

@font-face {
  font-family: 'gantari';
  src: url(../Gantari/Gantari-Regular.ttf);
}

.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.c5 {
  color: var(--c5) !important;
}

.bg {
  background-color: var(--bg);
}

.bg-c1 {
  background-color: var(--c1);
}

.bg-w {
  background-color: var(--w);
}

/* .c5{
  color: var(--c5) !important;
} */
.w {
  color: #fff !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

body.no-scroll {
  overflow: hidden !important;
  position: fixed;
  /* Prevent any scrolling */
  width: 100%;
  /* Ensure width does not change */
}

.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.custom-overlay.active {
  display: block;
}

.custom-overlay-desk-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.custom-overlay-desk-view.active {
  display: block;
}

.hf {
  font-family: 'cinzel', sans-serif !important;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-border {
  height: 3px;
  background-color: var(--c1);
  display: inline-block;
  transform: none !important;
  transition-duration: .8s !important;
  transition-timing-function: ease !important;
  transition-property: width !important;
  transition-delay: .4s !important;
  width: 36px;
  opacity: 1 !important;
  text-align: center;
  margin-bottom: 10px !important;
}


html {
  width: 100vw !important;
  overflow-x: hidden !important;
  font-family: "gantari", serif !important;
}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: "gantari", serif !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
label {
  font-family: "montserrat", sans-serif;
  font-weight: 800 !important;
}

* {
  box-sizing: border-box;
}

/* top first section */

.first-top {
  background-color: var(--c1);

  /* border-bottom: 1px solid var(--c1); */
  /* position: relative; */
}

.first-top p {
  font-size: 13px !important;
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}



.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  transition: all .5s;
  /* background-color: var(--c1); */
  /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
  /* border-bottom: 2px solid var(--c1); */
  border: 1px solid #dee2e6;

}

.logo {
  width: 130px;
}

.newnav .logo {
  height: 80px;
  position: static !important;
  transform: translateX(0%);
  top: unset !important;
  object-fit: contain !important;
  /* height: 22px; */
}

.logo2 {
  width: 110px;
  /* height: 60px; */
}

.logo1 {
  /* width: 180px; */
  height: 22px;
}

.logo3 {
  /* width: 180px; */
  height: 22px;
}

.nav-menus {
  display: flex !important;
  align-items: start !important;
  justify-content: start !important;

}


.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* animation: mymove .5s ; */
  border-bottom: 1px solid var(--c2);
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: black !important;
}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.nav-item {
  padding: 0px 20px;
  font-family: 'gantari', sans-serif;
  font-weight: bold !important;
}

.nav-link {
  font-family: 'gantari', sans-serif;
  font-weight: bold !important;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 14px 0 !important;
  color: #000 !important;
  letter-spacing: 1px;
}

.menu-title {
  font-size: 12px;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  color: #000 !important;
  font-weight: medium !important;

}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 35px;
}

.icon-div1 img {
  width: 42px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}


.offcanvas {
  width: 80% !important;
}

/* .navbar .dropdown{
padding-left: 0% !important;
padding-right: 0% !important;
} */
.dropdown-item {
  white-space: unset !important;
  font-size: 16px;

  /* border-bottom: 1px solid var(--c1) !important;
min-height: 56px; */
}

.dropdown-menu {
  top: 105% !important;
}

.dropdown-menu {
  border-top: 2px solid #b3b3b3 !important;
  box-shadow: unset !important;
  overflow: hidden;
  border-radius: 4px !important;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-8%);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* top count of the navbar (top of like and cart icon) */
/* .btn .badge {
  position: relative;
  top: 7px !important;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 75% !important;
  font-size: 4px !important;
} */

.badge {
  font-size: 10px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.dropdown-item {
  background-color: unset !important;
  transition: all .5s;
  font-size: 13px;
  color: rgb(96, 96, 96) !important;
  font-family: 'gantari', sans-serif;
  font-weight: bold !important;
  /* height: 30px; */
  display: flex !important;
  align-items: center;
  padding: 7px !important;
  border-radius: 2px !important;
}

.dropdown-item i {
  margin-right: 6px;

}

.dropdown-item:hover {
  color: var(--c1) !important;
  transform: translateX(10px);
  transition: all .5s;
  background-color: #d1d1d1 !important;
}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.btn-search {
  background-color: var(--c2) !important;

}

.nav-gift {
  width: 20px;
}

.btn-log {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.mob-s-nav .ab-lgo-bx {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}

/* -----------  */

/* General Dropdown Menu Styling */
.dropdown-menu {
  width: auto;
  /* Adjust width dynamically */
  min-width: 13rem;
  /* Maintain a base width */
  padding: 1rem;
  /* Add padding for better spacing */
}

/* Mega Submenu Styling */
.mega-submenu {
  position: absolute;
  /* Position relative to parent */
  left: 100%;
  /* Align to the right of parent */
  top: 0;
  min-width: 25rem;
  /* Set minimum width */
  z-index: 1000;
  /* Ensure it's above other elements */
}

.mega-menu ul {
  width: 100% !important;
  list-style: none;
  padding-left: 0 !important;
}

/* Mega Menu Parent Styling */
.ktm-mega-menu {
  position: relative;
  /* Needed for child positioning */
}

/* Mega Menu Styling */
.mega-menu {
  position: absolute;
  /* Ensure proper alignment under parent */
  left: 50%;
  /* Start from the center of the parent */
  transform: translateX(-50%);
  /* Truly center the menu */
  top: 100%;
  /* Place directly below the parent */
  width: 40vw !important;
  /* Adjust width for responsiveness */
  max-width: 1200px;
  /* Optional: Limit the width */
  padding: 1.5rem;
  /* Add padding for spacing */
  background-color: #fff;
  /* White background for visibility */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Add subtle shadow */
  border-radius: 5px;
  /* Rounded corners for smoother design */
  display: none;
  /* Hidden by default */
  z-index: 1050;
  /* Higher z-index for visibility */
}

/* Show the Mega Menu on Hover */
.ktm-mega-menu:hover .mega-menu {
  display: block;
  /* Display the menu */
}

/* Dropdown Menu Items */
.dropdown-menu li {
  position: relative;
  /* For submenu positioning */
}


/* Show Submenu on Hover */
.dropdown-menu>li:hover>.submenu {
  display: block;
  /* Show submenu */
}

/* Show Dropdown Menu on Hover */
.dropdown:hover>.dropdown-menu {
  display: block;
  /* Show dropdown */
}

/* Additional Styling for Responsiveness */
@media (max-width: 768px) {
  .mega-menu {
    width: 100%;
    /* Full width for smaller screens */
    left: 0;
    /* Align to the left */
    transform: none;
    /* Remove centering */
    border-radius: 0;
    /* Remove rounded corners */
  }
}


/* ----- dropdown ----- / */

.toggle-icon {
  transition: transform 0.3s ease !important;
}

.dropdown-menu.show .toggle-icon {
  transform: rotate(180deg) !important;
  /* Rotating the icon */
}


/* #offcanvasNavbar .dropdown-toggle::after {
  display: none !important;
} */


/* hero */


/* hero */

.navs-round {
  background-color: #0a0a0a !important;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #2b2626 !important;
  /* color: #000 !important; */
  /* color: #776969 !important; */
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navs-round i {
  color: #FFF !important;
}

.mob-baner {
  display: none !important;
}

.desk-baner {
  display: block;
}

.hero-crd {
  width: 100%;
}

.hero-crd img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.hero {
  /* height: 80vh; */
  overflow: hidden;
}

.hero-slider {
  height: 100% !important;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.phn {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.grow {
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.f-logo {
  width: 50%;
}

.full-so {
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}

.soc-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--c1); */
}

.soc-icon {
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.foot-arrow {
  width: 13px;
}

.foot-p {
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}

.foot-p:hover {
  transform: translateX(5%);
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

/* ----------------- */
.cart-bar {
  display: flex;
  justify-content: space-between;
  /* position: fixed;
  bottom: 0;
  left: 0; */
  width: 100%;
  /* background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 10px;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1); */
}

.cart-bar-button {
  background-color: #f6f6f6 !important;
  border-radius: 0% !important;
  /* color: #fff !important; */
  font-size: 16px !important;
}

.in-dec-sec {
  width: 45%;
  align-items: center;
}

.cart-wth {
  width: 33.3% !important;
  text-align: center !important;
}

.n-cart-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 0% !important;
}

#quantity {
  font-size: 16px;
}



.icon-div i {
  font-size: 19px;
}

/* botom bar */
.botom-bar {
  position: fixed;
  z-index: 10;
  bottom: -1%;
  left: 0%;
  background-color: var(--w);
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}

.botom-p {
  font-size: 12px;
  font-weight: 400;
}



.con-div {
  position: relative;
}

.btn-c1 {
  font-weight: 500 !important;
  background-color: var(--c1) !important;
  color: #fff !important;
  border: 1px solid var(--c1) !important;
}

.btn-c1-in {
  background-color: var(--w) !important;
  color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
}

.btn-c1-in:hover {
  border: 1px solid var(--c1) !important;
  transition: transform .2s ease-in-out;
  color: var(--w) !important;
  background-color: var(--c1) !important;
}

.card-box {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;

}

.con-div:hover .dot {

  transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
}

.quote {
  width: 60% !important;
}

.menu {
  width: 30px;
}

.offcanvas {
  width: 30% !important;
}


@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.animate__bounceIn {
  animation-name: bounceIn;
  animation-duration: 1s;
}



/* //////////////////// bannner ///////////////// */

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #0000008c !important;
  /* Change this to the color you want */
}

.carousel-indicators .active {
  background-color: var(--c1) !important;
  /* Change this to the color you want for the active indicator */
}

/* ------------- banner --------------  */
.btn-c2 {
  font-weight: 500 !important;
  background-color: var(--w) !important;
  border: 1px solid #000 !important;
  color: #000 !important;

}

.btn-active {
  background-color: #fff !important;
  color: var(--c1) !important;
}

.btn-coll {
  background-color: #cfcfcf;
  color: #000 !important;
  /* width: 150px; */
  padding: 14px 0 !important;
  border: 0px;
  font-size: 14px !important;
  font-weight: normal !important;
}

.off-btn .active {
  background-color: #fff !important;

}

.bg-f6 {
  background-color: #f6f6f6 !important;
}

.btn-top {
  background-color: var(--c1);
  border: 1px solid var(--c2) !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  color: var(--w);
  width: 100px !important;
  padding: 10px 0 !important;
  font-size: 12px;
  font-family: 'montserrat', sans-serif;
}

.mobile-top-nav {
  font-family: 'montserrat', sans-serif;
}

.btn-top:hover {
  background-color: var(--w) !important;
  color: var(--c1) !important;
}

.gen-active {
  border-bottom: 3px solid var(--c1);
}

.btn-wa {
  background-color: var(--w) !important;
  border: 1px solid #25D366;
  color: var(--c5);
}

.con-div:hover .dot1 {

  transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
}

.icon-div i {
  font-size: 19px;
}

.icon-div img {
  width: 22px;
}


/* ----------- side bar  ------------ */
.side-op {
  position: fixed;
  bottom: 2%;
  z-index: 50;
}

.sopp {
  /* height: 55px; */
  width: 100%;
  /* border-radius: 50%; */
  /* background-color: #111 !important; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.sopp i {
  font-size: 40px;
}



@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.sidebar {
  width: 350px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  /* Initially hidden */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidebar.open {
  transform: translateX(0);
  /* Show sidebar when open */
}

/* .side-top {
  background-color: #FCE8E9;
} */

.closex-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #111;
}

.remove-tn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.products-section {
  flex: 1;
  min-height: 55%;
  max-height: 70%;
  overflow-y: auto;
  /* padding: 10px; */
  background-color: #fff;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #eee;
}

.summary-section {
  flex: 1;
  padding: 15px;
  /* background-color: #f1f1f1; */
  border-top: 1px solid #ddd;
  text-align: center;
}

.confirm-btn {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background-color: var(--c1);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transform: all .5s;
}

.confirm-btn:hover {
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  transform: all .5s;
}

.min-order {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.side-in-p {
  font-size: 13px;
}

.slid-input {
  width: 60px;
  border-radius: 3px;
  border: 1px solid #8f8d8d !important;
  outline: none;
  /* height: 60px; */
}


/* ---------  */

.bg-chose {
  /* background-color: #aeacb7; */
  background-color: #e6e6e6 !important;
}





/* product design */

.pro-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  position: relative;
  overflow: hidden !important;
  /* border: 1px solid #dee2e6; */
  /* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}

.pro-img1 {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
}

.pro-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.other-img {
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: all .5s;
  /* border-radius: 0.375rem !important; */
  overflow: hidden !important;
}

.pro-img1:hover .other-img {
  opacity: 1;
  transition: all .5s;
  /* border-radius: 1rem !important; */
  overflow: hidden !important;
}



.pro-img2 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.pro-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.pro-img2:hover .other-img {
  opacity: 1;
  transition: all .5s;
  /* border-radius: 1rem !important; */
  overflow: hidden !important;
}


.pro-img {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.other-img {
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: all .5s;
  /* border-radius: 0.375rem !important; */
  overflow: hidden !important;
}

.pro-img:hover .other-img {
  opacity: 1;
  transition: all .5s;
  /* border-radius: 0.375rem !important; */
  overflow: hidden !important;
}

.pro-text {
  width: 100%;
  /* text-align: center; */
  /* border-top: 1px solid var(--c1); */
}

.name {
  font-size: 14px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
  color: #4f4f4f !important;
}

.name3 {
  font-size: 15px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}

.name1 {
  font-size: 13px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
  color: #4f4f4f !important;
}


.name2 {
  font-size: 13px !important;
  /* display: -webkit-box; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}

.pro-text p {
  font-size: 14px;
}

.stock-bx {
  position: absolute;
  left: 3%;
  top: 2%;
  z-index: 4;
  background-color: var(--c1);
  /* border-radius: 5px; */
}

.stock-bx p {
  font-size: 12px;
  color: #FFF;
}


.best-sel {
  position: absolute;
  right: 1%;
  top: 1%;
  z-index: 4;
  background-color: var(--c1);
  /* border-radius: 5px; */
}

.best-sel p {
  font-size: 12px;
  color: #FFF;
}

.rat-card {
  position: absolute;
  right: 1.5%;
  top: 9%;
  z-index: 4;
  background-color: var(--c1);
  /* border-radius: 5px; */
}

.rat-card p {
  font-size: 12px;
  color: #FFF;
}

.pro-cart-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 1%;
  top: 1%;
}

.pcb-btn {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background-color: #01010139 !important;
  color: var(--c1) !important;
}

.out-of-stock {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3 !important;
  top: 0%;
  left: 0%;
  /* opacity: 2; */
  background-color: #e9e5e59f !important;
  cursor: not-allowed;
}

/*new */
.tooltip {
  --bs-tooltip-font-size: 12px !important;
}

.main-size-btn {
  font-size: 12px !important;
}



.s-btn {
  background-color: #f6f6f6;
  border: 1px solid #dee2e6 !important;
  /* border-radius: 50% !important; */

  /* Set height equal to width */
  display: flex;
  /* Ensures proper alignment if there's content inside */
  align-items: center;
  /* Centers content vertically */
  justify-content: center;
  /* Centers content horizontally */
  overflow: hidden !important;
}

.s-btn-modal {
  background-color: #f6f6f6 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 50% !important;
  width: 40px;
  /* Set width */
  height: 40px;
  /* Set height equal to width */
  display: flex;
  /* Ensures proper alignment if there's content inside */
  align-items: center;
  /* Centers content vertically */
  justify-content: center;
  /* Centers content horizontally */
  overflow: hidden !important;
}

.col-btn {
  background-color: #f6f6f6 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 5% !important;
  width: 70px;
  height: 70px;
  overflow: hidden !important;
}

.col-btn img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


.col-btn:hover {
  border: 1px solid var(--c1) !important;
}

.col-btn:focus {
  background-color: var(--c1) !important;
  color: var(--w) !important;
  border: 1.5px solid var(--c1) !important;

}


.col-btn-pro {
  background-color: #f6f6f6 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 2% !important;
  width: 70px;
  /* Set width */
  height: 70px;
  /* Set height equal to width */
  overflow: hidden !important;
}

.col-btn-pro img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


.col-btn-pro:hover {
  border: 2px solid var(--c2) !important;
}

.col-btn-pro:focus {
  background-color: var(--c2) !important;
  color: var(--w) !important;
  border: 2px solid var(--c2) !important;
}


.col-btn-pro-cactive {
  border: 2px solid var(--c2) !important;
  color: var(--w) !important;
}

.s-btn-modal {
  background-color: #f6f6f6;
  border: 1px solid #dee2e6 !important;
  font-size: 14px !important;
}

.s-btn-modal:hover {
  border: 1px solid var(--c2) !important;
}

.s-btn-modal:focus {
  background-color: var(--c2) !important;
  color: var(--w) !important;
}

.s-btn-modal-cactive {
  background-color: var(--c2) !important;
  color: var(--w) !important;
}


.s-btn {
  background-color: #f6f6f6;
  border: 1px solid #dee2e6 !important;
  font-size: 15px !important;
}

.s-btn:hover {
  border: 1px solid var(--c2) !important;
}

/* .s-btn:focus {
  background-color: var(--c2) !important;
  color: var(--w) !important;
} */

.s-btn-cactive {
  background-color: var(--c1) !important;
  color: var(--w) !important;
}

.c-btn {
  border-radius: 100% !important;
  height: 60px !important;
  width: 60px !important;
  border-radius: 50% !important;
}

.c-btn:hover {
  border: 1px solid var(--c1) !important;

}

.c-btn:focus {
  border: 2px solid var(--c1) !important;
}

.c-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 50% !important;

}

.c-btn {
  border-radius: 100% !important;
  min-height: 37px !important;
  min-width: 37px !important;
}

.c-btn:hover {
  border: 1px solid var(--c1) !important;

}

.c-btn:focus {
  border: 2px solid var(--c1) !important;
}


.pointer-cur {
  cursor: pointer;
}


/* Sidebar styles */
.sidebar {
  width: 350px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* Show sidebar */
.body-sidebar-open .sidebar {
  transform: translateX(0);
}

/* Backdrop */
.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5) !important;
  /* Semi-transparent black */
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show backdrop when sidebar is open */
.body-sidebar-open .sidebar-backdrop {
  opacity: 1;
  visibility: visible;
}

.body-sidebar-open {
  height: 100vh !important;
  width: 100% !important;
  overflow: hidden !important;
}



/* prodect dis */
.txt-small {
  font-size: 14px;
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qty-input {
  width: 70px;
}

.pro-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 13px !important;
  border-radius: 0% !important;
}

.whats-app-bx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.whats-app img {
  width: 40px;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.pro-btn-box {
  display: flex;
}

.main-qty-bx {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

}

.wish-qty-bx {
  max-width: 30px !important;
}

.cqty {
  height: 30px !important;
}

.cqty1 {
  height: 40px !important;
}

.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  color: #fff !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Remove the spinner controls for all number inputs */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


/* wish list page */
.main-qty-bx {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100px;
}

.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  color: hsl(0, 0%, 0%) !important;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0% !important;
}

.wish-qty-btn1 {
  /* background-color: var(--c1) !important; */
  color: hsl(0, 0%, 0%) !important;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0% !important;
}

.form-outline input {
  border-radius: 0% !important;
  width: 60px;
  height: 40px;
}

/* **************categories *************** */
.carg-box {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.cat-over-img {
  width: 100%;
  height: 280px;
  object-fit: contain;

}

:root {
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --b1: rgba(168, 239, 255, 1);
  --b2: rgba(168, 239, 255, 0.1);
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

.name-card {
  width: 100%;
  height: 135px;
  background-color: var(--c2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* transform: translateY(-90%); */
  z-index: -1;
  position: absolute;
  bottom: 5%;
}

.carg-box:hover .name-card {
  border: 0.15rem solid;
  border-image: conic-gradient(from var(--angle), var(--c2), var(--b1) 0.1turn, var(--b1) 0.15turn, var(--c2) 0.25turn) 30;
  animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}

.ss {
  width: 90px !important;
  /* height: 70px !important; */
  /* object-fit: cover; */
}

.top-sli {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100% !important; */
  height: 500px !important;

}

.top-sli img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* .small-sli-box{
display: flex;
      align-items: center;
      justify-content: center;
      background-color: aqua;
} */
.small-sli {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 150px !important;
  height: 100px !important;
}

.small-sli img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.swip-btn {
  background-color: black !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #FFF;

}

.new-top-fix {
  position: relative;
}

.slides-new {
  max-height: calc(110vh - 100px);
  /* overflow: auto; */
  position: sticky;
  overflow: hidden;
  top: 50px;
  transition: top 0.5s ease-out 0s;
  vertical-align: baseline;
  scroll-behavior: smooth;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;

}

/* prodect dis */
.txt-small {
  font-size: 14px;
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qty-input {
  width: 70px;
}

.pro-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 13px !important;
  border-radius: 0% !important;
}

.whats-app-bx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.whats-app img {
  width: 40px;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.pro-btn-box {
  display: flex;
}

.main-qty-bx {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

}



body.modal-open,
html.modal-open {
  overflow: hidden !important;
  height: 100%;
}

.offcanvas-backdrop {
  z-index: 1040 !important;
}

.modal-backdrop {
  z-index: unset !important;
}




.modal-content {
  background-color: #e19b9d66 !important;
}

.wishlistcon {
  /* background-image: url(../images/f67569c7e35d1e704c4cbe03f1a3714f.jpg); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  background-color: #fff;
  min-height: 300px !important;

}

.modal-con {
  height: 250px !important;
  width: 100% !important;
}

.modal-con1 {
  height: 135px;
  width: 40% !important;
}

.modal-con2 {
  height: 150px;
  width: 170px !important;
}

.modal-con-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.modal-con3 {
  height: 180px;
  width: 170px !important;
}





/* .btn-grad {
  background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%)
} */

.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  background-size: 200% auto;
  background-color: #000;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  font-weight: 500 !important;
  display: block;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}




.btn-grad2 {
  background-image: linear-gradient(to right, #D31027 0%, #EA384D 51%, #D31027 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  display: block;
  width: 50% !important;
}

.btn-grad2:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.cart-p {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: bold;
}

.cart-p span {
  font-size: 12px !important;
  font-weight: normal;
  color: #a4a4a4 !important;
}

.cart-ps {
  font-size: 13px !important;
}

.suc-font {
  font-size: 13px !important;
  color: #00b53a;
}

.btn-grad1 {
  background-image: linear-gradient(to right, #232526 0%, #414345 51%, #232526 100%);
  min-width: 150px !important;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  display: block;
}

.btn-grad1:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


/* .no-scroll {
  overflow: hidden !important;
} */
.products-section::-webkit-scrollbar {
  width: 10px !important;
  padding-left: 20px !important;
}

.products-section::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}

.products-section::-webkit-scrollbar-thumb {
  background: #FFA2AE !important;
  border-radius: 10px;
}

.products-section::-webkit-scrollbar-thumb:hover {
  background: var(--c1) !important;
}

.products-section {
  overflow: auto;
  /* cursor: grab; */
}

.products-section:active {
  /* cursor: grabbing; */
}



/* ------- address ---  */

.address-checkout {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
  text-transform: capitalize;
}


.def-bx {
  background-color: green;
  color: #fff;
  border-radius: 7%;
}

.adress-card {
  background-color: #fff;
  /* border-radius: 5%; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.def-div {
  min-height: 50px;
}

.profile-new {
  height: 120px;
  width: 120px;
  background-color: var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.cur-poin {
  cursor: pointer;
}

.slider__image img {
  cursor: zoom-in !important;
  /* Change cursor to zoom-in on hover */
}

/* ------- login---------------- */

.log-in-img {
  height: 170px;
  width: 100%;
}


/* From Uiverse.io by vinodjangid07 */
.cartBtn1 {
  /* width: 1; */
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: white;
  font-weight: 500;
  position: relative;
  background-color: rgb(29, 29, 29);
  box-shadow: 0 20px 30px -7px rgba(27, 27, 27, 0.219);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px !important;
}

.cart1 {
  z-index: 2;
}




.cartBtn1:active {
  transform: scale(0.96);
}



.cartBtn1:hover .product1 {
  animation: slide-in-top1 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top1 {
  0% {
    transform: translateY(-30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0) rotate(-90deg);
    opacity: 1;
  }
}

.cartBtn1:hover .cart1 {
  animation: slide-in-left1 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left1 {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.product1 {
  position: absolute;
  width: 12px;
  font-size: 10px;
  border-radius: 3px;
  content: "";
  left: 16%;
  bottom: 50%;
  opacity: 0;
  z-index: 1;
  fill: rgb(211, 211, 211);
}


/* Custom styling for the heart button */
.wishlist-btn i {
  /* color: #ff6b81; Color for the heart */
  font-size: 18px;
  /* Size of the heart icon */
}

/* .wishlist-btn:hover i {
  color: #ff4757; 
} */


/* From Uiverse.io by vinodjangid07 */
.cartBtn {
  /* width: 1; */
  font-size: 15px;
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #000;
  font-weight: 500;
  position: relative;
  background-color: transparent;
  /* border: 1px solid #3c3c3c; */
  /* box-shadow: 0 20px 30px -7px rgba(27, 27, 27, 0.219); */
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.cartBtn:hover {
  color: var(--c1);
}





.cart {
  z-index: 2;
}

.cartBtn:active {
  transform: scale(0.96);
}

.product {
  position: absolute;
  width: 12px;
  font-size: 10px;
  border-radius: 3px;
  content: "";
  left: 16%;
  bottom: 50%;
  opacity: 0;
  z-index: 1;
  fill: rgb(211, 211, 211);
}

.fill {
  object-fit: contain;
  /* height: 90vh; */
  object-position: left center !important;
}

.carousel-indicators {
  position: relative !important;
}

/* Modal backdrop (covers the entire screen) */
.custom-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black for backdrop */
  z-index: 1040;
}

/* Add background color outside the modal */
body.custom-modal-open {
  background-color: rgba(0, 0, 0, 0.4);
  /* Darken the body background when modal is active */
  overflow: hidden;
  /* Prevent body scrolling when modal is open */
}

/* Base styles for the modal */
.custom-bottom-modal {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(255, 255, 255, 1) !important;
  /* White modal background */
  overflow: hidden;
  z-index: 1050;
  /* Above the backdrop */
}

/* Modal content */
.custom-bottom-modal-content {
  background-color: white;
  padding: 20px;
  height: 100%;
  position: relative;
}

/* Close button */
.custom-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: black;
  cursor: pointer;
}

/* Slide-up animation for bottom view */
.custom-bottom-modal.active {
  display: block;
  animation: slideUp 0.4s ease-out;
}

/* Show the backdrop when modal is active */
.custom-modal-backdrop.active {
  display: block;
}




/* Animation for sliding up */
@keyframes slideUp {
  from {
    bottom: -30%;
  }

  to {
    bottom: 0;
  }
}

.mod-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}


.mod-font {
  font-size: 30px !important;
}

/* Mobile view: modal appears at the bottom */
@media (max-width: 768px) {
  .custom-bottom-modal {
    bottom: 0;
    min-height: 55%;
    height: unset;
  }

  .mod-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .mod-font {
    font-size: 14px !important;
  }
}

/* Desktop view: modal appears at the center */
@media (min-width: 769px) {
  .custom-bottom-modal {
    top: 50%;
    left: 50%;
    height: auto;
    width: 50%;
    transform: translate(-50%, -50%);
  }

  /* Center animation */
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translate(-50%, -60%);
    }

    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
}


/* For mobile view - show the zoom-in icon on tap */
@media (max-width: 768px) {
  .slider__image {
    cursor: pointer;
    /* Make the images tappable */
  }
}


.brn-cart {
  width: 45px;
  height: 45px;
  background-color: #f6f6f6;
  color: #000;
  font-size: 20px;
  border-radius: 50%;
  border: none;
  transition: background-color 0.3s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.brn-cart:hover {
  background-color: #000;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wishlist-btn {
  background-color: transparent;
}

.wishlist-btn1 {
  background-color: transparent;
  padding: 13px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border: 2px solid #1b1b1b;
}

.mod-main-img {
  position: relative;
}

.btn-add {
  border: .5px solid #323935;
  background: #00f092 !important;
  box-shadow: 3px 3px 0 0 #fbb606;
  color: #222527;
  padding: 13px !important;
}

/* Custom width for the off-canvas */
#offcanvasRight {
  width: 90% !important;
  /* Set your desired width */
}

/* Adjust for larger screens if needed */
@media (min-width: 992px) {
  #offcanvasRight {
    width: 35% !important;
    /* Wider on large screens */
  }
}


/* for chat bot */

/* Popover container custom width */



.side-op1 {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 50;
}

.sopp1 {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  /* background-color: #fff200; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp1 i {
  font-size: 30px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.chat-window {
  max-height: 250px;
  overflow-y: auto;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.message {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 5px;
  max-width: 80%;
}

.bot-message {
  background-color: #e0e0e0;
  text-align: left;
}

.user-message {
  background-color: #007bff;
  color: white;
  text-align: right;
  margin-left: auto;
}



/* Popover container custom width */
.popover {
  min-width: 360px !important;
  padding: 0 !important;
  margin-right: 50px !important;
  /* background: linear-gradient(180deg, #111111 0%, #dddddd 100%); */
  overflow: hidden !important;
}

/* Custom popover height */
.popover-body {
  /* height: 100% !important;  */
  overflow-y: hidden;
  margin: 0 !important;
  padding: 0 !important;
  /* Remove padding to eliminate extra space */
  display: flex;
  flex-direction: column;
  /* Use flexbox to center elements */
  justify-content: end;
  /* Center vertically */
  /* width: 100% !important; */
  align-items: center;
  /* Center horizontally */
}

.popover-con {
  width: 100%;

}

.modal-backdrop.show {
  opacity: 0 !important;
}

/* width */
.messages::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.messages::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.messages::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 10px;
}

/* Handle on hover */
.messages::-webkit-scrollbar-thumb:hover {
  background: var(--c1);
}

/* Custom styling for the chat-box */

.title-bot {
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
  overflow: hidden;
}

.btn-grad1 {
  border-radius: 0 0 10px 0 !important;
  background-color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
}

.btn-bot {
  border-radius: 0 10px 10px 0px !important;
  border: 1px solid #dc3545 !important;
}

/* Ensure the input field is at the bottom */
.input-group-append {
  margin-left: 5px;
}

.chat-box {
  /* max-width: 500px; */
  margin: 50px auto;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.messages {
  height: 320px;
  overflow-y: auto;
  margin-bottom: 20px;
  /* border: 1px solid var(--c1); */
  padding: 10px;
  border-radius: 10px 10px;
  width: 359px !important;
  margin: auto;
}

.messagesmob {
  height: 100%;
  overflow-y: auto;
  margin-bottom: 20px;
  /* border: 1px solid var(--c1); */
  padding: 10px;
  border-radius: 10px 10px;
  width: 100% !important;
  margin: auto;
}

/* -------------------------  */

/* Popup container */
.popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Centers content for desktop */
}

/* Popup content */
.popup-content {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 700px;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
}

/* Close button */
.close-p {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  /* Ensure it is above other content */
  color: #fff;
}

.card-event {
  background: rgba(255, 255, 255, 0.05);
  /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px !important;
}

.owl-dot.active {
  color: #ff5722 !important;
  /* Active color */
}

.star-png {
  width: 40px !important;
  height: 40px !important;
}

/* Mobile-specific styling */
@media (max-width: 768px) {
  /* .popup-content {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
  }

  .close-p {
    top: 15px;
    right: 15px;
  } */
}


/* ----------------  */

.choose-in {
  /* background-color: var(--c1) !important; */
  border: 1px solid var(--c2) !important;
  color: #000 !important;
}

.choose-in1 {
  /* background-color: var(--c1) !important; */
  border: 1px solid var(--c2) !important;
  background-color: var(--c2) !important;


}

.two-btns {
  font-weight: normal !important;
}

.two-btns .active {
  background-color: var(--c2) !important;
  color: #fff !important;
  font-weight: normal !important;
}

.tour-detail .active {

  color: var(--c1) !important;
}


/* -----------------  */

.dis-price {
  width: 100%;
  height: 300px !important;
}

.dis-price img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



/* Swiper container setup */
.swiper {
  height: 100%;
  width: auto;
  overflow: hidden;
}

.mySwiper {
  width: 20%;
  /* Thumbnails: 20% of col-lg-6 */
  height: 500px;
  /* Set a max height */
  margin-right: 8px !important;
  cursor: pointer;
}

.mySwiper2 {
  width: 80%;
  /* Main slider: 80% of col-lg-6 */
  height: 500px;
}

/* Prevent overflow */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Styling navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;

}

/* Pagination styles */
.swiper-pagination-bullet {
  /* background: #ddd !important; Default color */
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: var(--c1) !important;
  /* Active bullet color */
  opacity: 1;
}

/* Hide thumbnails and expand the main slider on smaller screens */
@media (max-width: 768px) {
  .mySwiper {
    display: none;
    margin-right: 0px !important;
  }


  .mySwiper2 {
    width: 100%;
    /* Full width on mobile */
    height: 100%;
    /* Auto-adjust height */
  }
}

/* Hide pagination on larger screens */
@media (min-width: 769px) {
  .swiper-pagination {
    display: none;
  }
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
  /* Darker backdrop */
}


/* ------------- faq ---------------  */


.faq-us {
  position: relative;
  height: 500px;
}

.faq-img1 {

  height: 80%;
  width: 78%;
  /* object-fit: cover; */
  overflow: hidden;
  /* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.faq-img2 {
  /* object-fit: cover; */
  position: absolute;
  /* height: 40%; */
  width: 60%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 0%;
  right: 0%;

}

.faq-img3 {
  /* object-fit: cover; */
  position: absolute;
  /* height: 35%; */
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  bottom: 10%;
  left: 3%;

}


.box {
  align-self: flex-end;
  animation-duration: 3.8s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}

.bounce-3 {
  animation-name: bounce-3;
  animation-timing-function: ease;
}

@keyframes bounce-3 {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}


.box1 {
  align-self: flex-end;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}

.bounce-4 {
  animation-name: bounce-4;
  animation-timing-function: ease;
}

@keyframes bounce-4 {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}



.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;

  letter-spacing: 1px;
}

.faq-card {
  border: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 14px 14px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden !important;
}


.faq-heading1 {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;

  letter-spacing: 1px;
}

.faq-card1 {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 14px 14px;
  margin-bottom: 0px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden !important;
}

.faq-open-icon1 {
  font-size: 20px;
  position: absolute;
  top: 13px !important;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 13px !important;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details[open] .faq-open-icon1 {
  top: 18px;
  right: 24px;
}

details>summary {
  list-style: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c2);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
  color: var(--c3) !important;
  overflow: hidden !important;
}

details[open] .faq-card-spoiler1 {
  display: inline-block;
  padding-top: 14px;
  /* color: ; */
  font-size: 16px !important;
  color: black !important;
  overflow: hidden !important;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq {
  background-color: var(--c1) !important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}


.faq-img img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
}

.bulb-abt1 {
  width: 20px;
}

.bulb-abt2 {
  width: 40px;
}


.kidskey {
  width: 70%;
}

.kidskey ul {
  list-style: none !important;
}

.kidskey p {
  padding: 0 !important;
  font-size: 11px !important;
}

.kidskey1 {
  /* width: 100% !important; */
}

.kidskey1 ul {
  list-style: none !important;
}

.kidskey1 p {
  padding: 0 !important;
  /* font-size: 15px !important; */
}

.btn-c3 {
  border-radius: 6px;
  background-color: #d0ba9873;
  /* background-color: #f6f6f6; */
  /* border: 1px solid #d1d0d0; */
}

.ls3 {
  letter-spacing: 3px !important;
}

.view-all {
  border: 1px solid #d2d2d2 !important;
  background-color: #FFF !important;
  color: #000;
  border-radius: 100px;
  width: 200px;
  font-weight: 600;
}

.view-all:hover {
  border: 1px solid #d2d2d2 !important;
  background-color: #000 !important;
  color: #FFF;
  border-radius: 100px;
  width: 200px;
  font-weight: 600;
}

.s-btn {
  border: 1px solid var(--c1) !important;
}

.s-btn:hover {
  border: 1px solid var(--c1)black !important;
  background-color: var(--c1) !important;
  color: #fff !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

button.btn.m-2.s-btn.selected {
  border: 1px solid var(--c1) !important;
  background-color: var(--c1) !important;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.chart-btn {
  background-color: #f6f6f6 !important;
}

.chart-btn:hover {
  background-color: #f6f6f6 !important;
  opacity: 0.8 !important;
}


/* From Uiverse.io by Siyu1017 */
.tooltip-container {
  position: relative;
  transition: all 0.2s;
  font-size: 17px;
  padding: 1rem 0;
  width: 100% !important;
  border: 1px solid #000 !important;
  /* background-color: #f6f6f6 !important; */
  background-color: #000 !important;
  --color: #fff;
  --tooltip-bg: #303030;
  --tooltip-color: #fff;
  --margin: 0.5rem;
}

.wislist-container {
  position: relative;
  transition: all 0.2s;
  font-size: 17px;
  padding: 1rem 0;
  width: 100% !important;
  border: 1px solid #000 !important;
  background-color: #f6f6f6 !important;
  --color: #fff;
  --tooltip-bg: #303030;
  --tooltip-color: #fff;
  --margin: 0.5rem;
}

.text {
  z-index: 9;
  height: 100%;
  color: #FFF;
  padding: 0.7em 1.8em;
  cursor: pointer;
}

.p-n-like {
  font-size: 18px;
  color: var(--red);
}

.red-color {
  color: red !important;
  font-size: 18px !important;
}

.text-wishlist {
  z-index: 9;
  height: 100%;
  color: #000;
  padding: 0.7em 1.8em;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  top: calc(-1 * var(--margin));
  left: 50%;
  transform: translateX(-50%) translateY(0%) scale(0);
  padding: 0.3em 0.6em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  background: var(--tooltip-bg);
  color: var(--tooltip-color);
  border-radius: 0.2rem;
  z-index: 99999;
}

.tooltip::before {
  position: absolute;
  content: "";
  height: 0.6em;
  width: 0.6em;
  bottom: -0.2em;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  background: var(--tooltip-bg);
  border-bottom-right-radius: 0.175rem;
}

.tooltip-container:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-100%) scale(1);
}

.pincode {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: translate(0, 5px);
  transition: all 0.3s;
}

.pincode:hover {
  transform: translate(0);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


.voucher-btn {
  background-color: #303030 !important;
  color: #fff !important;
}

.delivery-default {
  color: red !important;
}

.form-control:focus {
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}


.btn-3 {
  border: 1px solid #d2d2d2 !important;
  background-color: transparent !important;
}

.btn-3:hover {
  border: 1px solid black !important;
  background-color: transparent !important;
}



.detai-i i {
  font-size: 40px;
}


/* Modal Content */

.wishlist-modal {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.wishlist-modal-content {
  background: white;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Modal Header */
.wishlist-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* Close Button */
.wishlist-close-btn {
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 3%;
}

.whislist-img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

/* Hide background scroll when modal is open */
body.wishlist-modal-open {
  overflow: hidden;
}

/* Hidden Step */
.wishlist-hidden {
  display: none;
}

/* Button Styles */
.wishlist-btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.wishlist-btn-success {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

/* --------------  */

/* --------- contact us form -----------  */

.bg-c1 {
  background-color: var(--c1);
}


.cont-img {
  height: 450px;
  width: 100%;
  position: relative !important;
  overflow: hidden !important;
  background-color: #000 !important;
}


.cont-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  overflow: hidden !important;
}

.bottom-Center1 {
  position: absolute;
  bottom: 0%;
  right: -20%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 52%, #e6e6e6 68%);
}

.slider-container {
  width: 270px;
  height: 90px;
  overflow: hidden;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.slider-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.slider-content div {
  height: 95px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-trans {
  -webkit-text-stroke: 1px #fff !important;
  color: transparent;
  /* font-size: clamp(14px, -0.875rem + 8.333vw, 20px); */
}

.sm-text {
  font-size: 2rem !important;
}

.ss-text {
  font-size: 1.5rem !important;
}

.smm-text {
  font-size: 2.5rem !important;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /* Adjust the margin as needed */
}

.active>.page-link,
.page-link.active {
  color: #FFF !important;
  background-color: var(--c1) !important;
  border-color: var(--c1) !important;
}

.page-link {
  color: var(--c1) !important;
}


/* ---------------  */

.footer {
  background-color: #f9f9f9f8;
  position: relative;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000000;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* ----- btnnew- -------  */
.btn-new1 {
  background: #000 !important;
  border: none !important;
  display: inline-block !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff !important;
  transform: skew(0deg);
  border: 1px solid #000 !important;
  ;
}

.btn-new1::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(255, 255, 255);
  opacity: 0;
  z-index: -1;
  transition: all 0.8s;

}

.btn-new1:hover {
  color: #000 !important;
}

.btn-new1:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.btn-new2 {
  background: #fff !important;
  border: none !important;
  display: inline-block !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(0deg);
  border: 1px solid #000 !important;

}

.btn-new2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.8s;
}

.btn-new2:hover {
  color: #fff !important;
}

.btn-new2:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}



/* -------------------  */



.filter-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.right-content {
  /* overflow-y: scroll;
  scroll-behavior: smooth; */
  /* height: 100vh; */
  vertical-align: baseline;
  scroll-behavior: smooth;
}

.form-check-label {
  font-size: 13px;
}

.all-items {
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.left-filter::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.left-filter {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* filter for mobile */
.sile-filter-mobile {
  display: none;
}

.filter-mobile {
  display: none;
}

/* .top-2{
  margin-top: 10%;
  } */
.filter-color .clr-btn {
  width: 30px;
  height: 30px;
}

.filter-mobile-box {
  display: none;
}

.form-check-input {
  border: 2px solid var(--c1);

  /* border-color: 3px solid var(--c1) !important; */
}

.form-check-input:checked {
  background-color: var(--c1) !important;
  border-color: var(--c1) !important;

}

.form-check-input:focus {
  border-color: var(--c1) !important;
  outline: 0;
  box-shadow: unset !important;
}


.mob-cat-form .form-check-label {
  font-size: 17px;
}

.form-check-input {
  border: 2px solid var(--c1);

  /* border-color: 3px solid var(--c1) !important; */
}

.form-check-input:checked {
  background-color: var(--c1) !important;
  border-color: var(--c1) !important;

}

.form-check-input:focus {
  border-color: var(--c1) !important;
  outline: 0;
  box-shadow: unset !important;
}

/* -----------  */

.cat-img {
  width: 100%;
  height: 280px;
  overflow: hidden !important;
}

.cat-img:hover .cat-img1 {
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
}

.cat-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease-in-out;

}

/* --------------  */

.cat-mob-img {
  width: 100%;
  height: 200px;
  overflow: hidden !important;
}

.cat-mob-img:hover .cat-mob-img1 {
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
}

.cat-mob-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease-in-out;

}


/* --------------  */

.shot-by-img {
  width: 100%;
  height: 400px;
  overflow: hidden !important;
}


.shot-by-img1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease-in-out;

}


/* --------------  */

.insta-influ {
  width: 100%;
  height: 430px;
  overflow: hidden !important;
}


.insta-influ1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;

}


.footer-collection-title {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #EFECECBF;
  text-transform: uppercase !important;
  border-bottom: 2px solid transparent;
  /* Initially transparent */
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover Effect - Border appears only on the hovered title */
.footer-collection-title:hover {
  border-bottom: 2px solid var(--c1);
  color: #333;
}

.bot-border {
  border-bottom: 1px solid var(--c3);
  padding-bottom: 1px !important;
}


.foot-email .form-control {
  background-color: transparent !important;
  border: 1px solid var(--c2) !important;
  color: var(--c2) !important;
  border-right: 0px !important;
  height: 45px !important;
}

.foot-email ::placeholder {
  color: var(--c2) !important;
}

.btn-trans {
  background-color: transparent;
  border: 1px solid var(--c2) !important;
  border-left: 0px !important;
  color: var(--c2);
  cursor: pointer;
}

/* ----------- small banner ----------------  */

.other-hero7 {
  /* background-color: rgba(0, 0, 0, 0.648); */
  position: relative;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-hero7::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/small-ban.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


.ban-main-con {
  width: 100%;
  height: 100%;
  background-color: #fffffffd;
  color: var(--c1);
  text-align: center;
}

.border-ban {
  border: 1px solid var(--c1) !important;
}


/* Custom Select Container */
.custom-select {
  position: relative;
  width: 100%;
}

/* Styled Select Button */
.select-btn {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* Selected Image */
.select-btn .selected-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 3px;
  display: none;
  /* Initially hidden */
}

/* Dropdown Arrow */
.arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is active */
.select-btn.active .arrow {
  transform: rotate(180deg);
}

.select-dropdown {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  border-radius: 8px;
  z-index: 100;
  margin-top: 5px !important;

  /* Remove scrolling */
  max-height: 200px;
  overflow-y: scroll;
}

.select-dropdown div {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.select-dropdown div:hover {
  background: #f0f0f0;
}

.select-dropdown img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 3px;
}


/* Size Select Container */
.size-select {
  position: relative;
  width: 100%;
}

/* Size Select Button */
.size-btn {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

}

/* Dropdown Arrow */
.size-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is active */
.size-btn.active .size-arrow {
  transform: rotate(180deg);
}

/* Size Dropdown List */
.size-dropdown {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
}

.size-dropdown div {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.size-dropdown div:hover {
  background: #f0f0f0;
}

.selected-option {

  font-weight: bold;
}

/* Highlight selected item inside dropdown */
.active-option {

  font-weight: bold;
}

.wishlist-img {
  width: 320px;
  height: 100%;

}

/* Sort Modal List Item Styles */
#sortModalBottom .modal-content ul li {
  font-size: 1.1rem;
  cursor: pointer;
}

#sortModalBottom .modal-content ul li:hover {
  background-color: #f8f9fa;
}

/* Modal Content Background */
#sortModalBottom .modal-content {
  background-color: #fff !important;
}

/* Bottom Modal Positioning */
#sortModalBottom .modal-bottom {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal-bottom .modal-content {
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}

/* Backdrop Styling (GLOBAL — outside modal) */
.modal-backdrop.show {
  opacity: 0.5 !important;
  background-color: #000 !important;
}

.selected-category-badge {
  display: inline-flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.remove-category {
  cursor: pointer;
  margin-left: 5px;
  font-weight: bold;
  color: red;
}

.remove-category:hover {
  color: darkred;
}

.empty-cart-wrapper {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-cart-img {
  max-height: 200px;
  object-fit: contain;
}

.coming-soon-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon-img {
  max-width: 100%;
  height: 180px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.collection-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
}

.collection-p {
  font-size: 1.2rem;
  color: #666;
}

.highlight {
  color: #e91e63;
  font-weight: bold;
}


/* ------- account page ----- */
/* my account page */
.profile-img-box {
  width: 200px;
  height: 200px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option-div {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  color: #000 !important;
}

.head-option {
  font-weight: 600;
  /* color: #434343; */
  font-size: 16px;
  text-transform: capitalize;
  margin-left: 10px;
  font-style: normal;
  line-height: 19px;
  color: #070707;

}

.border-last {
  border-right: 1px solid #c4c0c0;
}

.order-new-img {
  width: 100%;
  /* height: 180px; */
  object-fit: cover;
}


.timeline {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #4CAF50;
}

.event {
  position: relative;
  margin-bottom: 30px;
  /* padding-left: 30px; */
}

.event:last-child {
  margin-bottom: 0;
}

.event::before {
  content: "✔";
  color: white;
  background-color: #4CAF50;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  left: -31px;
  top: 0;
}


.event1 {
  position: relative;
  margin-bottom: 30px;
  /* padding-left: 30px; */
}

.event1::before {
  content: "✘";
  color: white;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  left: -31px;
  top: 0;
}

.event p {
  margin: 0;
  font-size: 16px;
}

.log-in-img1 {
  height: 350px;
  width: 100%;
  object-fit: contain;
}

.order-error {
  width: 100%;
  height: 250px;
  object-fit: contain !important;
}


.btn-trans {
  background-color: transparent;
  border: 1px solid #fff !important;
  border-left: 0px !important;
  color: #fff;
  cursor: pointer;
}

.text-foot {
  line-height: 35px !important;
  font-size: 12px !important;
}

/* 
.collection-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.collection-card.animated {
  opacity: 1;
  transform: translateY(0);
} */

.gift-ideas .owl-item {
  margin-right: 7px !important;
  /* Force override */
}


.price-details-wrapper {
  position: sticky;
  top: 20px;
  /* Adjust based on your navbar height */
  z-index: 1000;
  height: auto;
  min-height: 80vh;
  /* Prevent it from taking too much space */
  overflow-y: auto;
  /* Scroll inside if content is large */
}

.card-checkout {
  z-index: 1;
  background-color: #f6f6f6 !important;
}

.check-pro-img {
  width: 70px;
  height: 90px;
  overflow: hidden;
}

.check-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.check-dis .form-control {
  background-color: #fff !important;
  border: 1px solid #b2b2b2 !important;
  color: #000 !important;
  border-radius: 5px 0px 0px 5px !important;
  height: 45px !important;
}

.check-dis ::placeholder {
  color: var(--c3) !important;
}


.btn-trans1 {
  background-color: #fff !important;
  border: 1px solid #b2b2b2 !important;
  border-radius: 0px 5px 5px 0px !important;
  border-left: 0px !important;
  color: #000;
  cursor: pointer;
}

.form-check-input {
  border: 2px solid black;

  /* border-color: 3px solid var(--c1) !important; */
}

.form-check-input:checked {
  background-color: black !important;
  border-color: black !important;

}

.form-check-input:focus {
  border-color: black !important;
  outline: 0;
  box-shadow: unset !important;
}

.accordion-button:focus {
  /* border: none !important; */
  box-shadow: none !important;
}

.accordion-button {
  color: #000 !important;
  background-color: #fff !important;
}

.accordion-button:focus {
  /* border: none !important; */
  box-shadow: none !important;
}


.money-in {
  height: 50px;
}

.cash-pay-lab {
  background-color: #f0f7ec;
  color: green;
  width: 98%;
}

.new-cart-box {
  font-size: 14px;
}

.upi {
  width: 30px;
}

.img-divs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  /* min-height: 60px; */
  height: 60px;
  background-color: #fff;
}

.img-divs img {
  width: 94%;
  height: 90%;
  object-fit: contain;
}

.upi-in {
  background-color: #effaf9;
  border-radius: 8px;
}

.accordion-collapse {
  transition: height 0.35s ease;
  overflow: hidden;
  /* Ensure no overflow during transition */
}

.accordion-collapse.collapsing {
  height: 0;
  /* Ensure collapsing height is set to 0 */
}

.pay-choose-btn {
  background-color: #f5c443 !important;
  color: #000 !important;
  letter-spacing: 1px;
}

.modal-cn-btn {
  background-color: #f5c443 !important;
  color: #000 !important;
}

.btn-modal-btn-1 {
  position: unset !important;

}

.pay-confirm-modal {
  width: unset;
  min-width: 75%;
}

.check-num {
  background-color: var(--c6) !important;
  color: #fff !important;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: 4px;
  z-index: 5;
  font-size: 14px !important;
  height: 19px;
  width: 19px;
  border: none;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-bottom {
  border-bottom: 1.5px solid var(--c6);
}

.side-bar-img {
  width: 50%;
  height: 50%;
  object-fit: contain !important;
  ;
}

.hov-bor:hover .hov-bor1 {
  border-bottom: 2px solid var(--c6);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  border-color: #FFF !important;
}

.color-thumbnails {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.color-thumb {
  width: 40px;
  height: 40px;
  border-radius: 10%;
  border: 1px solid grey;
  object-fit: cover;
  /* fills the box without distortion */
  background-color: #f8f8f8;
  /* fallback bg */
  transition: transform 0.2s ease;
  cursor: pointer;
}

.color-thumb:hover {
  transform: scale(1.05);
  border-color: #000;
}

.small-text {
  font-size: 13px;
  color: #333;
}


/* --------------------------------------make it responsive------------------------ */
@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    height: 60px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 18%;
  }
}

@media screen and (max-width:1025px) {

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .offcanvas {
    width: 50% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }
}

@media screen and (max-width:1200px) {}

@media screen and (min-width: 960px) and (max-width: 1030px) {}


@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {

  body {

    overflow-x: hidden !important;

  }

  .navbar-nav .dropdown-menu {
    width: 100% !important;
  }

  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    /* color: var(--c3) !important; */
    font-size: 13px !important;
    font-weight: bold !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .nav-pills .nav-link {
    border-bottom: 1px solid var(--c2) !important;
  }

  .offcanvas {
    width: 70% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--w) !important;
    border: 1px solid #dee2e6 !important;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    /* border-bottom: unset !important; */

  }

  .nav-item {
    /* border-bottom: 1px solid var(--c1); */
    /* min-height: 56px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover {
    color: var(--c1);
  }

  /* hero section */
  .hero {
    min-height: 60vh;
  }


  /* mobile filter option */
  .left-filter {

    display: none !important;
  }

  .filter-mobile {
    display: block;
  }

  .sile-filter-mobile {
    width: 100%;
    /* min-height: 150vh; */
    position: fixed;
    z-index: 1210;
    display: block;
    /* background-color: aqua; */
    background-color: #fff;
    transition: all 1s;
    top: 0% !important;
    bottom: 0% !important;
    left: -110%;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    scroll-behavior: smooth;

  }

  .filter-box {
    overflow-y: scroll;
    /* background-color: aqua; */
  }

  .filter-open {
    font-size: 18px !important;
    letter-spacing: 1px !important;
    border: 1px solid var(--c1) !important;
    background-color: #f6f6f6 !important;
  }

  .sile-filter-mobile-footer {
    position: absolute;
    bottom: 5;
    width: 100%;
    /* height: 50px; */
    background-color: #F6F6F6 !important;
    text-align: center;

  }

  .logo {
    /* width: 120px; */
    height: 70px;
    position: static;

    /* transform: translateX(0%); */
    /* left: 50%; */
    transform: translate(0);
    /* transform: translateX(-30%); */
  }

  .coming-soon-img {
    height: 160px;
  }

  /* my account page */
  .bo-bot {
    border-bottom: 1px solid #d5d5d5;
  }

  .under-profile {
    background-color: #FFF;
    border-radius: 20px 20px 0px 0px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    flex-direction: column;
  }

  .option-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .border-last {
    border-right: unset;
  }

  .mob-bg {
    background-color: #f6f6f6;
  }

  .order-new-img {
    width: 100%;
    /* height: 350px; */
    object-fit: cover;
  }
}

@media screen and (max-width:720px) {
  .stock-bx {
    position: absolute;
    left: 5%;
    top: 3.5%;
    z-index: 2;
    background-color: var(--c2);
    /* border-radius: 5px; */
  }

  .stock-bx p {
    font-size: 8px !important;
    color: #FFF;
  }

  .name {
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0%;
  }

  .cart-p {
    font-size: 17px !important;
    font-weight: bold;
  }

  .cart-p span {
    font-size: 15px !important;
    font-weight: normal;
    color: #a4a4a4 !important;
  }

  .cart-ps {
    font-size: 12px !important;
  }

  .suc-font {
    font-size: 10px !important;
    color: #00b53a;
  }

  .pro-name {
    font-size: 14px !important;
  }

  .logo {
    /* width: 120px; */
    height: 50px;
    position: static;

    /* transform: translateX(0%); */
    /* left: 50%; */
    transform: translate(0);
    /* transform: translateX(-30%); */
  }

  .newnav .logo {
    height: 70px;
    position: static !important;
    transform: translateX(0%);
    top: unset !important;
    object-fit: contain !important;
    /* height: 22px; */
  }



}

@media screen and (max-width:660px) {
  .custom-bottom-modal {
    bottom: 0;
    min-height: unset;
    height: unset;
  }

  .offcanvas {
    width: 90% !important;
  }

  .menu {
    width: 32px;
  }

  .swiper-pagination {
    /* display: none; */
    position: unset !important;
  }

  .nav-item {
    padding: 7px 10px;
    width: 100%;
  }

  .logo1 {
    height: 20px;
  }

  /* hero section */
  .hero {
    min-height: 50vh;
  }

  .hero-f {
    font-size: 25px;
  }

  .side-op {
    position: fixed;
    bottom: 0%;
    right: 0%;
    z-index: 20;
    /* background-color: #333; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    width: 100%;
  }



  .sopp i {
    font-size: 30px;
  }

  .pro-acc {
    overflow: hidden !important;
  }

  .prof-row {
    overflow-x: scroll !important;
    width: 90% !important;
  }

  .fill {
    object-fit: contain;
    height: 100% !important;
    object-position: center !important;

  }

  .modal-con {
    height: 150px !important;
    width: 100%;
  }


  .kidskey1 p {
    padding: 0 !important;
    font-size: 11px !important;
  }

  .bulb-abt2 {
    width: 30px !important;
  }

  /* ///////////////////// */

  .acc-card {
    position: relative;
    height: 200px;
    width: 100%;
    transition: all .5s;
    background-image: fill 0 linear-gradient(#0001, #000);
    overflow: hidden;
    border-radius: 10px;
    filter: brightness(80%);

  }


  .pro-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
  }

  .pro-img1 {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
  }


  .c-wrapper {
    max-width: 150px;
    /* Smaller size for tablets */
  }

  .small-ban {
    width: 100%;
    height: 380px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
  }

  .big-ban {
    width: 100%;
    height: 380px !important;
  }

  .big-ban img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }

  .full1-img-div {
    width: 100%;
    height: 100%;
  }


  .wrap-txt {
    font-size: 12px;

  }

  /* Sidebar styles */
  .sidebar {
    width: 90% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    /* Must be above the backdrop */
    transition: transform 0.3s ease;
    transform: translateX(100%);
    /* Initially hidden */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  /* Sidebar open state */
  .body-sidebar-open .sidebar {
    transform: translateX(0);
  }

  /* Sidebar backdrop styles */
  .sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 1040 !important;
    /* Below the sidebar but above content */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  /* Show backdrop when sidebar is open */
  .body-sidebar-open .sidebar-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .popover {
    display: none !important;
  }

  .profile-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 2rem 2rem 20px 20px !important;
  }


  .best-sel {
    position: absolute;
    right: 1.5%;
    top: 1%;
    z-index: 4;
    /* background-color: var(--c1); */
    /* border-radius: 5px; */
  }

  .best-sel p {
    font-size: 9px;
    color: #FFF;
  }

  .rat-card {
    position: absolute;
    right: 1.5%;
    top: 12%;
    z-index: 4;
    background-color: var(--c1);
    /* border-radius: 5px; */
  }

  .rat-card p {
    font-size: 9px;
    color: #FFF;
  }

  .cartBtn {
    /* width: 1; */
    font-size: 13px;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #000;

    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
  }

  .video-slide {
    width: 100%;
    height: 270px !important;
    overflow: hidden;
    border-radius: 0.375rem !important;
    /* position: relative; */
    /* border: 1px solid var(--c1) !important; */
  }

  .video-absoul img {
    width: 34px !important;
    height: 34px !important;
    object-fit: cover;
  }


  .dis-price {
    width: 100%;
    height: 120px !important;
  }


  .bottom-Center1 {
    position: absolute;
    bottom: -8%;
    right: 0%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, #e6e6e6 79%);
    border: 0;
  }

  .cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: unset;
    overflow: hidden !important;
  }

  .smm-text {
    font-size: 1.1rem !important;
  }

  .sm-text {
    font-size: 1.5rem !important;
  }

  .ss-text {
    font-size: 1rem !important;
  }

  .slider-container {
    width: 200px !important;
  }

  .shot-by-img {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
  }


  .insta-influ {
    width: 100%;
    height: 270px;
    overflow: hidden !important;
  }


  .select-btn {
    background: #fff;
    padding: 7px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }


  .size-btn {
    background: #fff;
    padding: 7px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }

  .order-error {
    width: 100%;
    height: 150px;
    object-fit: contain !important;
  }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {



  /*  our product */
  /* in slider */
  .sli-brand {
    font-size: 18px;
  }

  .sli-brand-name {
    font-size: 20px;
  }

  .sli-price {
    font-size: 17px;
  }

  .sli-p {
    font-size: 12px;
  }

  .first-top p {
    font-size: 11px;
  }


}

@media screen and (max-width:365px) {
  .f-con-txt button {
    margin-left: unset !important;
    margin-top: 8px;
  }

  .smal-text {
    font-size: 18px !important;
  }


  .cartBtn {
    /* width: 1; */
    font-size: 11px;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #000;

    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
  }



}

@media screen and (max-width:320px) {
  /* /////////////////////////////counter//////////////////////////////////////////////// */


  /* hero section */
  .hero {
    min-height: 60vh;
  }

  .hero-f {
    font-size: 20px;
  }

}

@media screen and (min-width:321px) and (max-width:425px) {}



/* ------------  */

.return-card {
  /* background-color: #f0f0f0; */
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}


.lightbox-trigger {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px;
  padding: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 13px;
  text-decoration: none;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
  /* Ensures the click works on mobile */
}

.lightbox-trigger:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width:660px) {
  .lightbox-trigger {
    position: absolute;
    top: 10px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px;
    padding: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
    /* Ensures the click works on mobile */
  }
}


/* cart_body */
.cart_parent .title {
  margin-bottom: 5vh;
}

.cart_parent .card {
  margin: auto;
  border-radius: 1rem;
  border: transparent;
}

@media(max-width:767px) {
  .cart_parent .card {
    margin: 3vh auto;
  }
}

.cart_parent .cart {
  background-color: #ffffff;
  padding: 4vh 5vh;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}

.cart_parent .close {
  cursor: pointer;
}

@media(max-width:767px) {
  .cart_parent .cart {
    padding: 30px 10px;
    border-bottom-left-radius: unset;
    border-top-right-radius: 1rem;
  }

  .cart-info {
    max-width: 180px;
    /* or whatever width fits next to the image */
  }

  .cart-name {
    font-size: 14px;
  }

  .cart-value {
    font-size: 13px;
  }
}

.cart_parent .summary {
  border: 1px solid #d3d3d3;
  background-color: #f2f2f2;
  border-top-right-radius: 1rem;
  /* border-bottom-right-radius: 1rem; */
  padding: 4vh;
  color: rgb(65, 65, 65);
}

@media(max-width:767px) {
  .cart_parent .summary {
    border-top-right-radius: unset;
    border-bottom-left-radius: 1rem;
    padding: 2vh;
  }

  .cart_parent .title {
    margin-bottom: 2vh;
  }
}

.cart_parent .summary .col-2 {
  padding: 0;
}

.cart_parent .summary .col-10 {
  padding: 0;
}

.cart_parent .row {
  margin: 0;
}

.cart_parent .title b {
  font-size: 1.5rem;
}

.cart_parent .main {
  margin: 0;
  padding: 2vh 0;
  width: 100%;
}

.cart_parent .col-2,
.cart_parent .col {
  padding: 0 1vh;
}

.cart_parent a {
  padding: 0 1vh;
}

.cart_parent .close {
  margin-left: auto;
  font-size: 0.7rem;
}

.cart_parent img {
  width: 3.5rem;
}

.cart_parent .back-to-shop {
  margin-top: 4.5rem;
}

.cart_parent h5 {
  margin-top: 4vh;
}

.cart_parent hr {
  margin-top: 1.25rem;
}

.cart_parent form {
  padding: 2vh 0;
}

.cart_parent select {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1.5vh 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
}

.cart_parent input {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
}

.coupon-input input {
  margin-bottom: 2vh;
}

.cart_parent input:focus::-webkit-input-placeholder {
  color: transparent;
}

.cart_parent .btn {
  background-color: #000;
  border-color: #000;
  color: white;
  width: 100%;
  font-size: 0.7rem;
  margin-top: 4vh;
  padding: 1vh;
  border-radius: 0;
}

.coupon-input .btn {
  margin-top: unset;
  padding: 1vh;
}

.cart_parent .btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none;
}

.cart_parent .btn:hover {
  color: white;
}

.cart_parent a {
  color: black;
}

.cart_parent a:hover {
  color: black;
  text-decoration: none;
}

.cart_parent #code {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
}


/*--------------------- new cart page --------------- */
.new-cart-box {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* border-left: 1px solid ; */
}

.check-out-cart .new-cart-box {
  width: 100%;
  background-color: #fff;
  box-shadow: unset !important;
}

.cart-sm-p {
  font-size: 13px;
  word-spacing: 2px;
}

.green {
  color: rgb(21, 170, 21) !important;
}

.voucher-icon-img {
  height: 30px;
}

.voucher-btn {
  background-color: #000 !important;
  color: #fff !important;
  outline: unset !important;
  border: unset !important;
}

.bg-vocher {
  background-color: #cccdcb !important;
}

/* Custom styles for the sidebar */
#sidebarcode {
  position: fixed;
  right: -390px;
  top: 0;
  height: 100%;
  width: 390px;
  background-color: #ffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: scroll;
}

#sidebarcode::-webkit-scrollbar {
  width: 5px;
}

#sidebarcode::-webkit-scrollbar-track {
  background: #f3f2f2;
}

#sidebarcode.active {
  right: 0;
}

.sidebar-header {
  /* padding: 15px; */
  background: #f6f6f6;
  /* color: white; */
  /* text-align: center; */
  position: relative;
}

.sidebar-content {
  padding: 15px;
}

/* Backdrop styling */
.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  /* hidden by default */
}

.sidebar-backdrop.active {
  display: block;
}

/* Prevent scrolling on body when sidebar is open */
body.no-scroll {
  overflow: hidden;
}

.close-btn {
  /* position: absolute;
  top: 10px;
  right: 10px; */
  background: transparent;
  border: none;
  /* color: white; */
  font-size: 30px;
}

.code-card {
  width: 100%;
  background-color: #FFFF;
  border-top: 2px solid var(--c1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.in-code-card {
  width: 100%;
}

.code-card-ion {
  width: 25px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.apply-btn-side-bar {
  border: unset;
  outline: unset;
  background-color: #dbdbdb;
  /* color: #FFFFFF; */
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  border-radius: 3px;
}

.flat-p {
  font-size: 12px;
}

.details-box {
  display: none;
  margin-top: 10px;
  width: 100%;
  background-color: #f6f6f6;
}

.dis-li {
  font-size: 12px;
}

.invalid-feedback {
  display: none;
}

.sp {
  font-size: 13px;
}

.pop-voucher {
  width: 400px !important;
}

.pop-voucher-img {
  width: 60px;
}

.pop-line {
  width: 100%;
  height: 1px;
  background-color: var(--c1);
}

.after-pop {
  display: none;
}

hr {
  color: #aeaeae !important;
}

.brand-banner {
  background-color: #e10600;
  /* Bright red */
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 2rem;
}

.customers-text {
  font-size: 1.5rem;
}

.customers-text strong {
  font-family: 'Campton-Medium';
}

.brand-subheading {
  font-size: 3rem;
  margin-bottom: 0;
}

@media screen and (max-width:920px) {
  .brand-banner {
    font-size: 1.2rem;
  }

  .brand-subheading {
    font-size: 1.5rem;
  }
}

.prepaid-banner {
  background-color: #eefaee;
  padding: 8px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.prepaid-banners {
  background-color: #eefaee;
  padding: 8px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  font-size: 15px;
  font-weight: bold;
}

.prepaid-banners img {
  height: 30px;
  margin-left: 8px;
}

.coupon-box {
  border: 1px solid #fff0f0;
  background-color: #fff0f0;
  border-radius: 10px;
  padding: 12px 16px;
}

.coupon-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.coupon-left img {
  width: 20px;
  height: 20px;
}

.coupon-left b {
  font-weight: 700;
  color: #222;
}

.coupon-code {
  color: #00a69c;
  /* teal */
  font-weight: 700;
  font-size: 16px;
}

.coupon-footer {
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 10px;
}

.apply-text {
  color: #999;
  font-size: 14px;
}

.show-offers {
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

/* Payment Box */
.payment-box {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 18px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Hover state for better UX */
.payment-box:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Hide radio */
.payment-box input[type="radio"] {
  display: none;
}

.payment-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  cursor: pointer;
  font-weight: bold !important;
  font-size: 15px;
  color: #000000;
  background: #fff;
  transition: all 0.3s;
}

.payment-label span {
  font-weight: 800 !important;
}

.payment-label img {
  width: 28px !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000 !important;
  --bs-btn-border-color: #000 !important;
}

/* .btn:hover {
  background-color: #000 !important;
  border-color: #000 !important;
} */

/* Selected */
.payment-box input[type="radio"]:checked+.payment-label {
  border-left: 5px solid #000;
  background: #f2f2f2;
  color: #000;
}

.checkout {
  background-color: #000;
  color: #ffffff;
}

/* Expandable content */
.upi-options,
.cod-options {
  display: none;
  padding: 15px;
  background: #FFF;
  border-top: 1px solid #eee;
  border-radius: 0 0 12px 12px;
  animation: fadeIn 0.3s ease-in-out;
}

.payment-box input[type="radio"]:checked+.payment-label+.upi-options,
.payment-box input[type="radio"]:checked+.payment-label+.cod-options {
  display: block;
}

/* UPI App Icons */

/* Icons */
.upi-icon {
  width: 50px;
  height: 50px;
  margin: 8px;
  object-fit: contain;
}

.upi-icon:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* Fade animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width:920px) {
  .upi-options, .cod-options {
    padding: 10px;
  }

  .upi-icon {
    width: 50px !important;
  }

  .upi-item {
    margin: 0;
  }
}