:root {
  --c1: #de733a;
  --c2: #2a2a2a;
  --c3: #929090;
  --c5: #2f1770;
  --bg: #9fd7fa;
  --c4: #fbfbeb;
  --w: #fff;

}

@font-face {
  font-family: oswald-variablefont;
  src: url(../Oswald-VariableFont_wght.ttf);
}

@font-face {
  font-family: Merriweather;
  src: url(../Merriweather/Merriweather-BlackItalic.ttf);
}

@font-face {
  font-family: Nunito;
  src: url(../Nunito-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: Mulish;
  src: url(../Mulish-VariableFont_wght.ttf);
}

@font-face {
  font-family: Laro-regular;
  src: url(../Lato/Lato-Regular.ttf);
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.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;
}

.heading {
  font-size: 30px;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--c1) !important;
  /* background: linear-gradient(63deg, #fe517e, #fff700);
  -webkit-background-clip: text;
  color: transparent; */
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

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;
}

@font-face {
  font-family: Assistant;
  src: url(../Assistant-Regular.ttf);
}

@font-face {
  font-family: dan-script;
  src: url(../DancingScript-Variable.ttf);
}

@font-face {
  font-family: inter-reg;
  src: url(../Inter-Regular.otf);
}



.hf {
  /* font-family:  futura-light !important; */
  /* font-family: oswald-variablefont !important; */
  font-family: Merriweather !important;
  font-weight: 900 !important;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  /* font-family: futura !important; */
  font-family: 'Mulish' !important;


  /* overflow-x: hidden !important; */
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: #fbf4ea !important;
}

/* width */
body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #fbf4ea;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--c1);
}

/* Handle on hover */
/* body::-webkit-scrollbar-thumb:hover {
  background: #555; 
} */

/* h1,h2,h3{
  font-family: Adamina !important;
} */
* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top {
  background-color: var(--c1);
  border-bottom: 1px solid var(--c1);
  /* position: relative; */
}

/* .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: #070707;
  /* background-color: #f5f2f9; */
  /* 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: 180px; */
  height: 75px;
}

.logo2 {
  /* width: 180px; */
  height: 35px;
}

.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(--c1); */
  /* 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;
  /* border-bottom: 1px solid #cfcfcf !important; */
  /* width: 100%; */
}

.nav-link {
  /* color: var(--c3) !important; */
  color: #fff !important;
  /* font-weight: bold !important; */
  /* letter-spacing: px; */
  font-size: 14px !important;

  text-transform: zuppercase;
  padding: 14px 0 !important;
  font-family: 'Mulish' !important;
  font-weight: 700 !important;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  color: var(--c1) !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: 13.5px !important;
  font-family: Assistant !important;
  /* border-bottom: 1px solid var(--c1) !important;
min-height: 56px; */
}

.dropdown-menu {
  border-top: 2px solid var(--c1) !important;
  box-shadow: unset !important;
  overflow: hidden;
  padding: 0px !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: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}

.dropdown-item i {
  margin-right: 6px;

}

.dropdown-item:hover {
  color: var(--c1) !important;
  transform: translateX(10px);
  transition: all .5s;
  background-color: var(--bg-dark) !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%;
}

/* ----- 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);
  }
}

.active1 {
  font-size: 13px;
  /* color: var(--c2) !important; */
  /* font-weight: 800; */
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  /* text-transform: uppercase; */
  /* transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color; */
}

.active1:hover {
  color: var(--c1) !important;
  /* font-weight: bold; */
}

/* .active1:focus,
.active1:hover {
  color: var(--c1);
}

.active1:focus:after,
.active1:hover:after {
  width: 100%;
  left: 0%;
}

.active1:after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
} */

/* ----------------- */

.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;
}

.logo {
  width: 130px;
  object-fit: contain;
}

.icon-div i {
  font-size: 19px;
}

/* botom bar */
.botom-bar {
  position: fixed;
  z-index: 10;
  bottom: -1%;
  left: 0%;
  background-color: #fbf4ea;
  /* 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: 10.5px;
  font-weight: 400;
}



.con-div {
  position: relative;
}


.btn-c1 {
  background-color: var(--w) !important;
  /* border: 1px solid var(--c1) !important; */
}

.btn-c1:hover {
  border: 1px solid var(--c1) !important;
  transition: transform .2s ease-in-out;

}

.btn-c3 {
  /* background-color: var(--w) !important; */
  border: 1px solid var(--c1) !important;
  color: var(--c1) !important;

}

.btn-c3:hover {
  border: 1px solid var(--c1) !important;
  transition: transform .2s ease-in-out;
  background-color: var(--c1) !important;
  color: var(--w) !important;
}



.btn-c1 a:hover {
  color: var(--c2) !important;
  letter-spacing: 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: #fff !important;
  /* Change this to the color you want for the active indicator */
}



/* ------------- banner --------------  */


.dot1 {
  height: 46px;
  width: 46px;
  background-color: var(--w);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10%;
  top: 8%;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .4 s ease-in-out;
  -ms-transition: -ms-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
}

.btn-c2 {
  background-color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
  color: #fff !important;
}

.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;
}

.btn-c2:hover {
  /* background-color: var(--w) !important; */
  transition: transform .5s ease-in-out;
  color: var(--w) !important;

}

.btn-c2 a:hover {
  color: var(--c2) !important;
  letter-spacing: 1px;
}

.icon-div i {
  font-size: 19px;
}


.icon-div img {
  width: 22px;
}

.bg-choose {
  background-color: #E3CCF1 !important;
}


/* ----------- side bar  ------------ */

.side-op {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp {
  height: 55px;
  width: 55px;
  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 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: 1000;
  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;
}

.side-top {
  /* background-color: var(--c1); */
}

.closex-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.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; */
}



.c-wrapper {
  width: 100%;
  /* Default width to take full carousel item */
  max-width: 110px;
  /* Limit the maximum size */
  aspect-ratio: 1;
  /* Ensures a perfect circle by maintaining width-to-height ratio */
  border-radius: 50%;
  /* Makes it a circle */
  margin: 0 auto;
  /* Center the circle */
  position: relative;
  overflow: hidden;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  transition: transform 0.3s ease;
  /* Optional hover effect */
}

.c-wrapper:hover .cat-new-img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  /* Optional hover effect */

}

.c-main-element {
  /* position: absolute;
  top: 1%;
  left: 1%; */
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  z-index: 1;
}

.c-border {
  position: absolute;
  display: block;
  top: -50%;
  left: -50%;
  z-index: -9;
  display: block;
  height: 200%;
  width: 200%;
  border-radius: 50%;
  transform: rotate(-45deg);
  overflow: hidden;
  background: linear-gradient(to right, #fff 20%, #fff 40%, var(--c1) 50%, var(--c1) 55%, #fff 70%, #fff 100%);
  background-size: 200% auto;

  animation: shine 3s linear infinite;
}

/* .c-wrapper::before{
  content: '';
  position: absolute;
  inset: -1px 30px;
  background: var(--c1);
  transition: 500ms;
  animation: rotate 4s linear infinite;
  z-index: -1;
} */
.c-wrapper:hover::before {
  inset: -1px;
}

.c-wrapper::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #22232e;
  z-index: -1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wrap-txt {
  font-size: 14px;

}

.combo-new {
  height: unset !important;
  width: 100% !important;
}

/* ---------  */

.small-ban {
  width: 100%;
  height: 400px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.small-ban:hover .small-ban-img {
  transform: scale(1.1);
}

.small-ban-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;

}

.big-ban {
  width: 100%;
  height: 380px !important;
}

.big-ban img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}


.feedback_image {
  border: 2px dashed #ff725e;
  border-radius: 0 80px 80px 0;
}

.full1-img-div {
  width: 100%;
  height: 200px;
}


.full1-pro-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}



.feed-star {
  width: 35%;
}

.full1-pro-card {
  /* border: 1.5px solid var(--c1); */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 30px;
  overflow: hidden;
  min-height: 200px !important;
}


/* ----------------- vedio section---------------------- */
.video-slide {
  width: 100%;
  height: 400px !important;
  overflow: hidden;
  border-radius: 0.375rem !important;
  /* position: relative; */
  /* border: 1px solid var(--c1) !important; */
}

.vi-body {
  position: relative;
}

.btn-close {
  position: absolute;
  top: 2%;
  right: 5%;
}

.close-pos {
  position: absolute;
  top: 10% !important;
  right: 3% !important;
}

.sl-video {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 1rem !important;
}

.video-text p {
  /* background-color: #000; */
  text-align: center;
  font-size: 18px;
  margin: 0% !important;
  color: #000 !important;
}

.video-absoul {
  position: absolute;
  bottom: 0;
  left: 0;
  /* background-color: rgba(0,0,0,0.5); */
  width: 100%;
  /* height: 60px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}

.video-absoul img {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover;
  object-position: top;
}

/* product design */

.pro-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  position: relative;
  /* 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: 350px;
  overflow: hidden;
  position: relative;
}

.pro-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.pro-img1:hover .other-img {
  opacity: 1;
  transition: all .5s;
  border-radius: 0.375rem !important;
  overflow: hidden !important;
}

.pro-img {
  width: 100%;
  height: 380px;
  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%;
  font-family: 'Laro-regular' !important;
  /* text-align: center; */
  /* border-top: 1px solid var(--c1); */
}

.name {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}

.name1 {
  font-size: 11px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}

.text-oneline {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.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.5%;
  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;
}

.wish-card {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 1%;
  top: 1%;
  z-index: 4;
  background-color: var(--w);
  border-radius: 50% !important;
}

.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;
}

.main-pro-size-box {
  display: none;
  flex-wrap: wrap;
}

/* .pro-card:hover .first-p{
display: block;
} */
.pro-card:hover .main-pro-size-box {
  display: flex !important;
}

.pointer-cur {
  cursor: pointer;
}



.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-modal {
  border-radius: 100% !important;
  height: 50px !important;
  width: 50px !important;
  border-radius: 50% !important;
}

.c-btn-modal:hover {
  border: 1px solid var(--c1) !important;

}

.c-btn-modal:focus {
  border: 2px solid var(--c1) !important;
}

.c-btn-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 50% !important;

}


/* ====footer===== */
.footer {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  color: white;
  /* background-color: rgb(33, 34, 34,0.9); */
  position: relative;
}

.footer::after {
  content: '';
  /* background-image: url(../images/footer.jpg);
  background-size: cover; */
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}

.f-logo {
  width: 100px;
}

.full-so {
  display: flex;
  justify-content: center;
  /* 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: 16px;
}

.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;
}

/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div {
  display: flex;
}

.f-con-bx {
  background-color: var(--c1);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-f-icon {
  width: 50%;
}

.f-con-txt {
  width: 60%;
}

.f-con-h {
  font-size: 14px;
}

/* ======== */
.foot-logos {
  width: 100%;
}


/* 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;

  text-align: center !important;
}

.cqty1 {
  height: 50px !important;
  text-align: center;
}

.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  color: #fff !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.wish-qty-btn1 {
  /* background-color: var(--c1) !important; */
  color: #fff !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px !important;
}

/* 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;
}

.form-outline input {
  background-color: transparent;
  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(122vh - 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: #fff;
}

.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-color: var(--c1);
  /* background-color: rgb(122 46 142); */
  /* background-image: linear-gradient(to right, #673ee5 0%, #9733EE 51%, #673ee5 100%); */
  text-align: center;
  /* text-transform: uppercase; */
  transition: 0.5s;
  background-size: 200% auto;
  color: white !important;
  /* box-shadow: 0 0 20px #eee; */
  /* 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; */
  border: none !important;
  /* width: 100% !important; */
  display: block;
  /* width: 50% !important; */
}

.btn-grad-view {
  color: black !important;
  text-align: center;
  position: relative;
  border-bottom: 2px solid var(--c1);
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* Space between text and arrow */
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  /* Ensures no curve at the border */
}

.btn-grad-view i {
  transition: transform 0.3s ease-in-out;
}

.btn-grad-view:hover {
  padding-bottom: 6px;
  /* Slight expand effect */
  border-bottom-width: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-grad-view:hover i {
  transform: translateX(5px);
  /* Moves arrow slightly */
}


.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: 15px !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;
} */
.scrollbar::-webkit-scrollbar {
  width: 10px !important;
  padding-left: 20px !important;
}

.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #4c4c4c !important;
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #1b1b1b !important;
}

.scrollbar {
  overflow: auto;
  cursor: grab;
}

.scrollbar: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: #000;
  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: 270px;
  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: cover;
  height: 90vh;
  object-position: left center !important;

}



/* Modal Backdrop (Covers 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);
  z-index: 1040;
}

/* Modal content */
.custom-bottom-modal-content {
  background-color: white;
  padding: 20px;
  height: 100%;
  position: relative;
}

.custom-modal-backdrop.active {
  display: block;
}



.custom-bottom-modal {
  z-index: 2050 !important;
  /* Higher than backdrop */
}

/* Prevent Body Scrolling */
.custom-modal-open {
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* Ensure Modal is Fully Outside Owl Carousel */
.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 */
}

/* Fix Overflow Issue in Owl Carousel */
.owl-stage-outer {
  overflow: hidden !important;
  /* Keep hidden to prevent layout shifting */
}

/* Smooth Slide-Up Animation */
.custom-bottom-modal.active {
  display: block;
  animation: slideUp 0.4s ease-out;
}

/* Close button */
.custom-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: black;
  cursor: pointer;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Animation for sliding up */
@keyframes slideUp {
  from {
    bottom: -30%;
  }

  to {
    bottom: 0;
  }
}

.mod-img {
  width: 100%;
  height: 100%;
  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 {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black backdrop */
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}


/* 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-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;
  } */
}


/* ------------------------ ongoing projects -------------------  */

.low-price {
  position: relative;
  height: 300px;
  width: 100%;
  background-image: fill 0 linear-gradient(#0001, #000);
  transition: all 0.4s ease-in-out;
  overflow: hidden !important;
  /* border-radius: 10px; */

}

.low-price:hover .low-price-img {
  transform: scale(1.1) !important;
  transition: all 0.4s ease-in-out;
}

.low-price-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.bottom-Center {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(18, 15, 15));
  width: 100%;
  /* border-radius: 10px; */

}



/* .loading-cart-main {
  background-color: #f6f6f6 !important;
  height: 10px !important;
  width: 100% !important;
  border-radius: 20px !important;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.loading-cart {

  background-color: green !important;
  height: 100%;
  width: 40%;
  background-position: center;
  border-radius: 20px !important;

} */

/* Loader Bar Styles */
.loaderContainer {
  position: relative;
  width: 100%;
  /* height: 40px; Increased height to fit the truck */
}

.loaderBar {
  width: 100%;
  /* Full bar */
  height: 10px;
  background: #F9F9F9;
  border-radius: 10px;
  border: 1px solid #008000;
  position: relative;
  overflow: hidden;
}

/* Progress Bar */
.loaderBar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  /* Default progress at 50% */
  border-radius: 5px;
  background: repeating-linear-gradient(45deg, #008000 0 30px, #00C800 0 40px) right/200% 100%;
  animation: lightEffect 1s infinite linear;
  animation-fill-mode: forwards;
}

/* Truck Icon */
.truck {
  position: absolute;
  top: -30px;
  /* Adjust to position above the progress bar */
  left: 43%;
  /* Position it at the end of progress */
  /* transform: translateX(-40%); */
  font-size: 24px;
  /* Truck size */
  transition: left 0.3s ease-in-out;
  /* Smooth movement */
}




/* Keyframes for Light Effect */
@keyframes lightEffect {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    background: repeating-linear-gradient(45deg, #008000 0 30px, #00C800 0 40px) right/200% 100%;
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    background: repeating-linear-gradient(45deg, #008000 0 30px, #00C800 0 40px, rgba(255, 255, 255, 0.3) 0 40px) right/200% 100%;
  }
}


.kidskey1 {
  /* background-color: #CBC3E3; */
}


.about-wid {
  width: 80%;
  margin: 0 auto;

}

/* - --------------  */


.unwind-bx {
  width: 100%;
  min-height: 420px;
  /* border: 1px solid var(--c1); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  background-color: #FFF;
}

.unwind-img-bx {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.unwind-img {
  width: 100%;
  height: 100%;
  object-position: top;
  transition: .5s;
  object-fit: cover;
}

.unwind-bx:hover .unwind-img {
  transform: scale(1.1);
  transition: .5s;
}

.lite-line {
  width: 100%;
  height: 1px;
  background: var(--c1);
}

.un-p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-align: center;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
  color: var(--c3);
}

/* ---------- blog page -------------- */
.blg-card {
  width: 100%;
}

.blg-crd-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blg-pg-top-img2 {
  width: 100%;
  /* height: 300px; */
  object-fit: cover;
}

.blg-h {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #2f2f30;
}

.blg-con {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  color: #2f2f30;
}

.blg-pg-top-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}

.day {
  width: 20px;
}

.last-fix {
  width: 95%;
  position: absolute;
  bottom: 2%;
}

.un-last-bx {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 2px solid var(--c1);
  position: relative;
}

.un-last-bx:after {
  content: '';
  position: absolute;
  top: -4%;
  left: 80%;
  width: 10%;
  background-color: #fff;
  height: 3px;

  z-index: 3;
  transition: .5s;
}

.un-last-bx::before {
  content: '';
  position: absolute;
  bottom: -5%;
  left: 10%;
  width: 10%;
  background-color: #fff;
  height: 3px;
  z-index: 3;
  transition: .5s;
}

.unwind-bx:hover .un-last-bx:after {
  left: 10%;
  transition: .5s;
}

.unwind-bx:hover .un-last-bx::before {
  left: 80%;
  transition: .5s;
}

.more-btn {
  background-color: var(--c1) !important;
  color: #FFF !important;
  border-radius: 0% !important;
}

.indus-go-btn {
  background-color: var(--c1) !important;
  /* background-image: linear-gradient(to right, #673ee5 0%, #a238ff 51%, #673ee5 100%); */
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white !important;
  box-shadow: 0 0 20px #eee;
  border-radius: 0% !important;
  display: block;
  width: 95%;
  position: absolute;
  bottom: 2%;
  transition: all 1s !important;
}



.unwind-bx:hover .indus-go-btn {
  background-position: right center;
  /* change the direction of the change here */
  text-decoration: none;
  transition: all .5s;
}

/* ---------- product page-----------  */



/* 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: 10px !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;
}

/* Styling navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

/* Pagination styles */
.swiper-pagination-bullet {
  background: #8e8e8e !important;
  /* Default color */
  opacity: 0.8 !important;
  width: 7px !important;
  /* Custom width */
  height: 7px !important;
  /* Custom height */
  transition: all 0.3s ease;
  /* Smooth transition for hover/active states */
}

/* Active bullet styles */
.swiper-pagination-bullet-active {
  background: #ffffff !important;
  /* Active bullet color */
  opacity: 1 !important;
  width: 10px;
  /* Custom width for active bullet */
  height: 10px;
  /* Custom height for active bullet */
}

/* 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;
  }
}



/* ------------- 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;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 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;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card1 {
  border-bottom: 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-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;
}


button.btn.m-2.s-btn.selected {
  border: 1px solid black !important;
  background-color: #000 !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;
}

.size-btn {
  background-color: #f6f6f6 !important;
}

.size-btn:hover {
  background-color: #555555 !important;
  color: #9b9b9f !important;
}




.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;

}


.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;
}

.pro-card:hover .main-pro-size-box {
  display: flex !important;
}


.s-btn {
  background-color: #f6f6f6;
  border: 1px solid #dee2e6 !important;
  border-radius: 50% !important;
  width: 50px;
  /* Set width */
  height: 50px;
  /* 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: 50% !important;
  width: 50px;
  /* Set width */
  height: 50px;
  /* Set height equal to width */
  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;

}



.s-btn-modal {
  /* background-color: #f6f6f6; */
  border: 1px solid #cccccc !important;
  font-size: 14px !important;
}

.s-btn-modal:hover {
  border: 1px solid var(--c1) !important;
}

.s-btn-modal:focus {
  background-color: var(--c1) !important;
  color: var(--w) !important;
}

.s-btn-modal-cactive {
  background-color: var(--c1) !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(--c1) !important;
}

.s-btn:focus {
  background-color: var(--c1) !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;
}

/* ----------  */

/* rating */
.rating-starts .ratings,
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.rating-starts .ratings input,
.rating input {
  display: none;
}

.rating-starts .ratings label,
.rating label {
  position: relative;
  width: 1em;
  font-size: 3vw;
  cursor: pointer;
}

.rating-starts .ratings label {
  color: #fbcd0a;
  /* Star color in the rating-starts section */
}

.rating label {
  color: #FFD600;
  /* Star color in the form rating section */
}

.rating-starts .ratings label::before,
.rating label::before {
  content: "★";
  position: absolute;
  opacity: 0;
}

.rating label:hover::before,
.rating label:hover~label::before,
.rating input:checked~label::before {
  opacity: 1;
}

/* Border for rating-starts section */
.rating-starts {
  border-right: 1px solid #e5d9d9;
}

/* Initially hide the review section */
#reviewSection {
  display: none;
}

#searchSection {
  display: none;
}



/* ------------  */

.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);
}



/* ----- pop up ------ */
.otp-pop-up input:focus {
  /* border: unset !important; */
  box-shadow: unset !important;
  outline: unset !important;
}

.pop-up-otp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.otp-headr {
  position: relative;
  height: 210px;
}

.btn-otp-close {
  position: absolute;
  top: 4%;
  right: 2%;
  border-radius: 50% !important;
  background-color: #f6f6f6f6 !important;
}

.otp-log-in-btn {
  width: 100%;
  border-radius: 0% !important;
}

.otp-log-in-btn2 {
  width: 100%;
  border-radius: 0% !important;
}

#otpSection {
  display: none;
}

#timer {
  font-weight: bold;
  color: red;
}

.small-pop {
  font-size: 14px;
}

/* ---order page---- */
.order-item-bx {
  background-color: #ffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  border-radius: 12px;
  color: #000;
}

.order-new-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.order-head {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.order-status {
  background-color: var(--c1);
  text-align: center;
  color: #fff;
  /* border-radius: 8px; */
  /* max-width: 80%; */
}

/* =+----order detais page ---- */
.ordeer-bx-2 {
  background-color: #ffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  /* border-radius: 10px; */
  color: #000;
}

.order-new-img-2 {
  width: 100%;
  /* height: 150px; */
  object-fit: cover;
}

.deleverd-status {
  background-color: green;
}

.bg-f6 {
  background-color: #f6f6f6;
}

.bg-w {
  background-color: #ffff;
}

.form-control {
  outline: unset !important;
  box-shadow: unset !important;
}

.form-control:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.form-check-input {
  border: 1px solid #000 !important;
}

.change-profile {
  position: relative;
}

.over-profile {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  inset: 0%;
  transition: .5s;
}

.change-profile:hover .over-profile {
  display: flex;
  transition: .5s;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  /* border: 2px solid #45bb00 !important; */
  border: 1px solid #222 !important;
  width: 18px;
  height: 18px;
}

.form-check-input:checked {
  background-color: #45bb00 !important;
  border: 2px solid #45bb00 !important;
}

/* address page */
.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: #f3f3f3;
  border-radius: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px
}

.def-div {
  min-height: 50px;
}

.profile-new {
  height: 120px;
  width: 120px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.btn-log {
  /* background-color: var(--c2) !important; */
  color: #fff !important;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
}

.btn-log:focus {
  outline: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}

.nav-user-new .dropdown-toggle::after {
  display: none !important;
}

.user-menu {
  right: 0% !important;
}

/* top nav */
.top-first {
  background: #ffdd00 !important;
}

.header-top {
  background: #000;
  padding: 7px 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.header-top .container-fluid .left a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

a {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.header-top .left span {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.header-top .container-fluid .left a svg {
  vertical-align: middle;
  margin-right: 10px;
}

.header-top .container-fluid .right {
  color: #fff;
  padding-right: 0%;
}

.header-top .container-fluid .right a {
  border-radius: 0% !important;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

a#registerBtn {
  padding: 0% !important;
}

button#customDropdownBtn {
  font-size: 12px;
}

.active.btn.login {
  padding-right: 10px;
  border-right: 1px solid #fff !important;
  margin-right: 10px;
  border-left: unset !important;
  border-bottom: unset !important;
  border-top: unset !important;
}

.ofer-new-img {
  width: 26px;
  animation: crescendo 1s alternate infinite ease-in;
  animation: heartbeat 1s infinite;
}

/* ########## track order page  ########## */
.home-search {
  width: 40%;
}

.hero-input input {
  height: 50px;
}

.hero-input .btn {
  border-radius: 8px !important;
  background-color: #000;
  color: #fff;
  /* width: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-input .btn:hover {
  background-color: #000;
  color: #fff !important;
}

.track-main {
  width: 100%;
}

.track-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.track-icon-bx {
  width: 100%;
  display: flex;
  align-items: center;
}

/* :root{
  --tc:#e0424a;
} */
.track-icon {
  background-color: var(--c4);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-icon i {
  color: #fff;
  font-size: 25px;
}

.track-line {
  width: 80%;
  height: 6px;
  background-color: var(--c4);
}

.track-head {
  font-size: 15px;
  /* color: var(--tc); */
  font-weight: bold;
  letter-spacing: 1px;
}

.track-sub {
  color: var(--c4);
  font-size: 13px;
}

.before-reach .track-icon {
  background-color: #FFFF !important;
  border: 1px solid var(--c4);
}

.before-reach .track-icon i {
  color: var(--c4) !important;
}

.before-reach .track-line {
  background-color: #8e8d8d;
  /* border: 1px solid #dee2e6; */
}

.toast-success {
  background-color: darkgreen !important;
  padding-top: 5% !important;
  padding-bottom: 5% !important;
  /* Optional: Add padding-bottom for better vertical spacing */
  color: white !important;
  /* Ensure text is visible on dark background */
  z-index: 50 !important;
  /* Set z-index to a high value to ensure it appears on top */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s;
}

.toast {
  z-index: 50 !important;
  /* Ensure all toast notifications have a high z-index */
}

.fix-whatspp {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 10 !important;
}

.in-fix-whatapp {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #000;*/
}

.in-fix-whatapp img {
  width: 80%;
}

/* Backdrop */
.wishlist-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.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: 80% !important;
  height: unset !important;
  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;
}

/* Make modal cover full screen */
.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

#fullscreenVideo {
  width: 100%;
  max-height: 100vh;
  object-fit: contain;
  display: block;
  margin: auto;
}

/* Prevent background scrolling when modal is open */
body.modal-open {
  overflow: hidden;
}

/* Custom Close Button */
.btn-close-custom {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  z-index: 10;
  cursor: pointer;
}

.btn-close-custom::before {
  content: '×';
  font-size: 30px;
  color: white;
  font-weight: bold;
}

.btn-close-custom:hover {
  background: rgba(0, 0, 0, 0.8);
}

.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;
}

/* Center video and make it responsive */
.video-element {
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
}

.dis-price {
  width: 100%;
  height: 300px !important;
}

.dis-price img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bg-chose {
  /* background-color: #aeacb7; */
  background-color: #e6e6e6 !important;
}

/* ------------------ new --------------- */
.hover-cart-new {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  bottom: -20%;
  right: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid var(--c1);
  z-index: 5;
  transform: rotate(-100deg);
  transition: all 1s;
}

.pro-card:hover .hover-cart-new {
  bottom: 3%;
  transform: rotate(0deg);
  transition: all 1s;
}

.hover-cart-new img {
  width: 65%;
  height: unset !important;
  /* object-fit: contain; */
}

/* marquee div container */
/* ------------------- / */
.scrolling-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
  padding: 12px 0;
  white-space: nowrap;
}

.scrolling-wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: scroll-left 10s linear infinite;
}

.scroll-left .scroll-track {
  animation: scroll-left 15s linear infinite;
}

.scroll-right .scroll-track {
  animation: scroll-right 17s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.scroll-item {
  flex-shrink: 0;
  margin-right: 20px;
}

.best-box {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 0 0 #0000000F;
  border: 3px solid #e2e2e2;
  transition: all 0.5s ease-in-out;
}

.best-box:hover {
  transform: translateY(-3%);
}

.btn-dis-more {
  border: 1px solid var(--c1) !important;
  height: 35px;
  border-radius: 0% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  position: relative;
  transition: all .5s;
  font-size: 16px !important;
  letter-spacing: 2px;
}

.btn-dis-more::after {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: var(--c1);
  z-index: -1;
  transition: all .5s;
}

.btn-dis-more:hover {
  color: #fff !important;
  transition: all .5s;
}

.btn-dis-more:hover::after {
  height: 100%;
  transition: all .5s;
}

.ban-fr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------- card ------------ */
.new-pro-crd {
  width: 100%;
}

.new-pro-img-crd {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pro-first-img {
  width: 100%;
  transition: .5s;
}

.pro-sec-img {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: .5s;
}

.new-pro-crd:hover .pro-first-img {
  opacity: 0;
  transition: .5s;
}

.new-pro-crd:hover .pro-sec-img {
  opacity: 1;
  transition: .5s;
}

.new-cr-name {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.new-price {
  font-size: 14px;
}

.small-n {
  font-size: 12px;
}

.bg-black-sec {
  position: relative;
}

.bg-black-sec::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
  background-color: #000;
}

.bg-black-sec .btn-dis-more {
  color: #fff !important;
}

/* coder for contact page */
.con-bx {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: hsl(0, 100%, 99%);
  text-align: center;
}

.con-bx img {
  width: 60px;
}

.con-bx h3 {
  font-size: 22px;
  letter-spacing: 1px;
}

/* --------------------------------------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;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 50% !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(--c2);
        } */


}

@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;

  }

  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    /* color: var(--c3) !important; */
    font-size: 12px !important;
    font-weight: normal !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .bg-l {
    background-color: #f6f6f6;
  }

  .bg-w-2 {
    background-color: #FFF !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;
    padding: 5px !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: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover {
    color: var(--c1);
  }

  .navbar .dropdown-toggle {
    white-space: nowrap;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-top: 0% !important;
    padding-bottom: 0% !important;
    height: 45px;

  }

  .navbar .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .navbar .dropdown-toggle::after {
    /* font-size: 27px;
  color: var(--c1) !important;
  border-left: 1px solid #3a3a3a; */
    display: none !important;
    height: 100%;
  }

  .aroow-for-nav {
    font-size: 20px;
  }

  .arrow-box-nav {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-left: 1px solid #070707; */
  }

  .nav-item {
    padding: 0px 0px;
    /* border-bottom: 1px solid #cfcfcf !important; */
    width: 100%;
  }

  /* hero section */
  .hero {
    min-height: 60vh;
  }



  .hover-cart-new {
    bottom: 3%;
    transform: rotate(0deg);
  }

  .new-cr-name {
    font-size: 13px;
  }

  .new-price {
    font-size: 12px;
  }

  .small-n {
    font-size: 10px;
  }

}

@media screen and (max-width:720px) {
  .stock-bx {
    position: absolute;
    left: 5%;
    top: 3.5%;
    z-index: 2;
    background-color: var(--c1);
    /* border-radius: 5px; */
  }

  .stock-bx p {
    font-size: 8px !important;
    color: #FFF;
  }

  .cart-p {
    font-size: 13px !important;
  }

  .cart-ps {
    font-size: 11px !important;
  }

  .suc-font {
    font-size: 9px !important;
    color: #00b53a;
  }

  .pro-name {
    font-size: 11px !important;
  }


  .rating-starts .ratings,
  .rating {
    justify-content: center;
  }

  .rating-starts .ratings label,
  .rating label {
    font-size: 8vw;
  }

  .hover-cart-new {
    width: 32px;
    height: 32px;
  }
}



@media screen and (max-width:660px) {

  .dis-price {
    width: 100%;
    height: 120px !important;
  }

  .custom-bottom-modal {
    bottom: 0;
    min-height: unset;
    height: unset;
  }

  .offcanvas {
    width: 90% !important;
  }

  .offcanvas-body {
    overflow-x: hidden !important;
  }

  .menu {
    width: 32px;
  }

  .logo {
    /* width: 180px; */
    height: 48px;
  }



  .nav-link {
    color: var(--c2) !important;
    /* font-weight: bold !important; */
    letter-spacing: 1px;
    font-size: 12px !important;
    font-weight: 800 !important;
    /* font-weight: 500 !important; */
    /* font-family: Adamina !important; */
    /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    text-transform: uppercase;
    padding: 14px 0 !important;

  }

  .nav-link-border {
    border: unset !important;
  }

  .logo1 {
    /* width: 180px; */
    height: 28px;
  }

  /* hero section */
  .hero {
    min-height: 50vh;
  }

  .hero-f {
    font-size: 25px;
  }

  .side-op {
    position: fixed;
    bottom: 10%;
    right: 2%;
    z-index: 20;
  }



  .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%;
    object-position: right !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: 210px;
    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: 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;
  }



  .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: 8px;
    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;
  }


  /* ------  */
  .low-price {
    position: relative;
    height: 240px !important;
    width: 100%;
  }

  .bottom-Center h5 {
    font-size: 17px !important;
  }

  /* -----  */

  .wish-card {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 1%;
    top: 1%;
    z-index: 4;
    background-color: var(--w);
    border-radius: 50% !important;
  }

  .wish-card i {
    font-size: 14px !important;
  }

  .c-btn {
    border-radius: 100% !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
  }

  .unwind-img-bx {
    height: 230px;
    width: 100%;
    overflow: hidden;
  }

  .unwind-bx {
    width: 100%;
    min-height: 460px;
    /* border: 1px solid var(--c1); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    background-color: #FFF;
  }


  .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 */
  }


}

@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;
  }

  /* ------  */
  .low-price {
    position: relative;
    height: 200px !important;
    width: 100%;
  }

  .bottom-Center h5 {
    font-size: 14px !important;
  }

}

@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;
  }

}

/* 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;
}

.btn-cart-new {
  background-color: var(--c1) !important;
  color: #fff !important;
}

@media screen and (max-width:920px) {

  /* 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;
  }
}

@media screen and (min-width:321px) and (max-width:425px) {}