:root {
  --c1: #444;
  --c2: #111;
  --c3: #555;
  --c5: #2f1770;
  --bg: #9fd7fa;
  --c4: #fbfbeb;
  --w: #fff;

}

@font-face {
  font-family: oswald-variablefont;
  src: url(../Oswald-VariableFont_wght.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;
}

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: lato-reg;
  src: url(../Lato-Regular.ttf);
}

@font-face {
  font-family: phil-reg;
  src: url(../Philosopher.otf);
}

@font-face {
  font-family: jost-reg;
  src: url(../Jost-Regular.ttf);
}

@font-face {
  font-family: lato-bold;
  src: url(../Lato-Bold.ttf);
}

.bhf {
  font-family: lato-bold !important;

}

.bf {
  font-family: inter-bold !important;
  font-weight: 900 !important;
}

.hf {
    font-family: phil-reg !important;
  font-weight: 900 !important;
  /* font-style: italic !important;  */
  letter-spacing: 1px;
}



.heading-border {
  height: 3px;
  background-color: var(--c1);
  display: inline-block;
  /* margin: 18px auto 0; */
  transform: none !important;
  transition-duration: .8s !important;
  transition-timing-function: ease !important;
  transition-property: width !important;
  transition-delay: .4s !important;
  width: 36px;
  opacity: 1 !important;
  text-align: center;
  margin-bottom: 10px !important;
}


html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  /* font-family: futura !important; */
  font-family: jost-reg !important;
  /* overflow-x: hidden !important; */
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top {
  background-color: var(--c2);

  border-bottom: 1px solid var(--c2);
  /* position: relative; */
}

.first-top p {
  font-family: 13px !important;
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}



.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  transition: all .5s;
  /* background-color: var(--c1); */
  /* box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08); */
  /* border-bottom: 2px solid var(--c1); */
  border: 1px solid #dee2e6;

}

.logo {
  width: 20 0px;
  /* 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(--c2);
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: black !important;
}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.nav-item {
  padding: 0px 20px;
  /* border-bottom: 1px solid #cfcfcf !important; */
  /* width: 100%; */
}

.nav-link {
  color: var(--c3) !important;
  /* font-weight: bold !important; */
  /* letter-spacing: px; */
  font-size: 15px !important;

  text-transform: zuppercase;
  padding: 14px 0 !important;
  font-family: lato-reg !important;

}

.nav-active {
  /* background-color: var(--c1) !important; */
  color: #000 !important;
  font-weight: medium !important;

}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 35px;
}

.icon-div1 img {
  width: 42px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}


.offcanvas {
  width: 80% !important;
}

/* .navbar .dropdown{
padding-left: 0% !important;
padding-right: 0% !important;
} */
.dropdown-item {
  white-space: unset !important;
  font-size: 16px;

  /* border-bottom: 1px solid var(--c1) !important;
min-height: 56px; */
}

.dropdown-menu {
  /* border-top: 2px solid var(--c1) !important; */
  box-shadow: unset !important;
  overflow: hidden;
}

@-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%;
}

/* -----------  */

/* General Dropdown Menu Styling */
.dropdown-menu {
  width: auto;
  /* Adjust width dynamically */
  min-width: 13rem;
  /* Maintain a base width */
  padding: 1rem;
  /* Add padding for better spacing */
}

/* Mega Submenu Styling */
.mega-submenu {
  position: absolute;
  /* Position relative to parent */
  left: 100%;
  /* Align to the right of parent */
  top: 0;
  min-width: 25rem;
  /* Set minimum width */
  z-index: 1000;
  /* Ensure it's above other elements */
}

.mega-menu ul {
  list-style: none;
  padding-left: 0 !important;
}

/* Mega Menu Parent Styling */
.ktm-mega-menu {
  position: relative;
  /* Needed for child positioning */
}

/* Mega Menu Styling */
.mega-menu {
  position: absolute;
  /* Ensure proper alignment under parent */
  left: 50%;
  /* Start from the center of the parent */
  transform: translateX(-50%);
  /* Truly center the menu */
  top: 100%;
  /* Place directly below the parent */
  width: 50vw !important;
  /* Adjust width for responsiveness */
  max-width: 1200px;
  /* Optional: Limit the width */
  padding: 1.5rem;
  /* Add padding for spacing */
  background-color: #fff;
  /* White background for visibility */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Add subtle shadow */
  /* border-radius: 5px; */
  /* Rounded corners for smoother design */
  display: none;
  /* Hidden by default */
  z-index: 1050;
  /* Higher z-index for visibility */
}

/* Show the Mega Menu on Hover */
.ktm-mega-menu:hover .mega-menu {
  display: block;
  /* Display the menu */
}

/* Dropdown Menu Items */
.dropdown-menu li {
  position: relative;
  /* For submenu positioning */
}


/* Show Submenu on Hover */
.dropdown-menu>li:hover>.submenu {
  display: block;
  /* Show submenu */
}

/* Show Dropdown Menu on Hover */
.dropdown:hover>.dropdown-menu {
  display: block;
  /* Show dropdown */
}

/* Additional Styling for Responsiveness */
@media (max-width: 768px) {
  .mega-menu {
    width: 100%;
    /* Full width for smaller screens */
    left: 0;
    /* Align to the left */
    transform: none;
    /* Remove centering */
    border-radius: 0;
    /* Remove rounded corners */
  }
}


/* ----- dropdown ----- / */

.toggle-icon {
  transition: transform 0.3s ease !important;
}

.dropdown-menu.show .toggle-icon {
  transform: rotate(180deg) !important;
  /* Rotating the icon */
}


/* #offcanvasNavbar .dropdown-toggle::after {
  display: none !important;
} */


/* hero */


/* hero */

.navs-round {
  background-color: #0a0a0a !important;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #2b2626 !important;
  /* color: #000 !important; */
  /* color: #776969 !important; */
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navs-round i {
  color: #FFF !important;
}

.mob-baner {
  display: none !important;
}

.desk-baner {
  display: block;
}

.hero-crd {
  width: 100%;
}

.hero-crd img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.hero {
  /* height: 80vh; */
  overflow: hidden;
}

.hero-slider {
  height: 100% !important;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.phn {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.grow {
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.f-logo {
  width: 50%;
}

.full-so {
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}

.soc-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--c1); */
}

.soc-icon {
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.foot-arrow {
  width: 13px;
}

.foot-p {
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}

.foot-p:hover {
  transform: translateX(5%);
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.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: 55px;
  object-fit: contain;
}

.icon-div i {
  font-size: 19px;
}

/* botom bar */
.botom-bar {
  position: fixed;
  z-index: 10;
  bottom: -1%;
  left: 0%;
  background-color: var(--w);
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}

.botom-p {
  font-size: 12px;
  font-weight: 400;
}



.con-div {
  position: relative;
}


.btn-c1 {
  background-color: var(--c2) !important;
  color: #fff !important;
  border: 1px solid var(--c2) !important;
}

.btn-c1:hover {
  border: 1px solid var(--c2) !important;
  transition: transform .2s ease-in-out;
  color: var(--c2) !important;
  background-color: #fff !important;
}


.btn-c1-in {
  background-color: var(--w) !important;
  color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
}

.btn-c1-in:hover {
  border: 1px solid var(--c1) !important;
  transition: transform .2s ease-in-out;
  color: var(--w) !important;
  background-color: var(--c1) !important;
}

.card-box {
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;

}



.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(--w) !important;
  border: 1px solid var(--c2) !important;
  color: var(---c2);
}

.btn-c2:hover {
  background-color: var(--c2) !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 {
  /* border: 1px solid var(--c2) !important; */
  transition: transform .2s ease-in-out;

}

.btn-c2 a:hover {
  color: var(--c2) !important;
  letter-spacing: 1px;
}

.icon-div i {
  font-size: 19px;
}


.icon-div img {
  width: 22px;
}


/* ----------- side bar  ------------ */

.side-op {
  position: fixed;
  bottom: 0%;
  right: 2%;
  z-index: 50;
}

.sopp {
  /* height: 55px; */
  width: 200px;
  border-radius: 50%;
  background-color: #111 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i {
  font-size: 40px;
}



@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.sidebar {
  width: 450px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  /* Initially hidden */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidebar.open {
  transform: translateX(0);
  /* Show sidebar when open */
}

.side-top {
  background-color: #FFF;
}

.closex-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #111;
}

.remove-tn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.products-section {
  flex: 1;
  min-height: 55%;
  max-height: 70%;
  overflow-y: auto;
  padding: 10px;
  background-color: #fff;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #eee;
}

.summary-section {
  flex: 1;
  padding: 15px;
  /* background-color: #f1f1f1; */
  border-top: 1px solid #ddd;
  text-align: center;
}

.confirm-btn {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background-color: var(--c1);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transform: all .5s;
}

.confirm-btn:hover {
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  transform: all .5s;
}

.min-order {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.side-in-p {
  font-size: 13px;
}

.slid-input {
  width: 60px;
  border-radius: 3px;
  border: 1px solid #8f8d8d !important;
  outline: none;
  /* height: 60px; */
}


/* ---------  */

.bg-chose {
  /* background-color: #aeacb7; */
  background-color: #f5f5f5 !important;
}

.ani-line{
  height: 2.5px;
  border-radius: 8px;
  width: 200px;
  background-color: var(--c1);
  position: relative;
  overflow: hidden;
}
.dot{
  width: 10px;
  height: 100%;
  background-color: #FFF;
  animation: drift 3s linear infinite backwards;
  position: absolute;
}

@keyframes drift {
	from { left: 0%;}
	to { left: 110%;}
}

.small-ban {
  width: 100%;
  height: 400px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.small-ban:hover .small-ban-img {
  transform: scale(1.04);
}

.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;
}



.scrolling-text-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin: 10px 0;
  padding: 12px 0;
}

.scrolling-section {
  animation: scroll-text 10s linear infinite;
  display: flex;
  gap: 30px;
  align-items: center;
  width: max-content;
}

@keyframes scroll-text {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 15px));
  }
}

.scrolling-text {
  font-size: 50px;
  font-weight: 900 !important;
  font-family: lato-bold !important;
}

.scrolling-text span {
  -webkit-text-stroke: 1px #000 !important;
  color: transparent;
}

.scrolling-text-container p {
  font-size: 21px;
  font-weight: 900 !important;
  line-height: 120%;
  margin-top: 16px;
  text-transform: capitalize;
  text-align: center;
  font-size: clamp(14px, -0.875rem + 8.333vw, 20px);
}

/* ----------------- 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: 97% !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;
  overflow: hidden !important;
  /* border: 1px solid #dee2e6; */
  /* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}

.pro-img1 {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
}

.pro-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.pro-img1:hover .other-img {
  opacity: 1;
  transition: all .5s;
  /* border-radius: 1rem !important; */
  overflow: hidden !important;
}



.pro-img2{
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.pro-img2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.pro-img2:hover .other-img{
  opacity: 1;
  transition: all .5s;
  /* border-radius: 1rem !important; */
  overflow: hidden !important;
  }


.pro-img {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.other-img {
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  transition: all .5s;
  border-radius: 0.375rem !important;
  overflow: hidden !important;
}

.pro-img:hover .other-img {
  opacity: 1;
  transition: all .5s;
  /* border-radius: 0.375rem !important; */
  overflow: hidden !important;
}

.pro-text {
  width: 100%;
  /* text-align: center; */
  /* border-top: 1px solid var(--c1); */
}

.name {
  font-size: 18px !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}

.name3{
  font-size: 15px !important;
  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%;
}


.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(--c2);
  /* border-radius: 5px; */
}

.best-sel p {
  font-size: 12px;
  color: #FFF;
}

.rat-card {
  position: absolute;
  right: 1.5%;
  top: 9%;
  z-index: 4;
  background-color: var(--c1);
  /* border-radius: 5px; */
}

.rat-card p {
  font-size: 12px;
  color: #FFF;
}

.pro-cart-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 1%;
  top: 1%;
}

.pcb-btn {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background-color: #01010139 !important;
  color: var(--c1) !important;
}

.out-of-stock {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3 !important;
  top: 0%;
  left: 0%;
  /* opacity: 2; */
  background-color: #e9e5e59f !important;
  cursor: not-allowed;
}

/*new */
.tooltip {
  --bs-tooltip-font-size: 12px !important;
}

.main-size-btn {
  font-size: 12px !important;
}

.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;
}

.s-btn {
  background-color: #f6f6f6;
  border: 1px solid #dee2e6 !important;
  /* border-radius: 50% !important; */

  /* Set height equal to width */
  display: flex;
  /* Ensures proper alignment if there's content inside */
  align-items: center;
  /* Centers content vertically */
  justify-content: center;
  /* Centers content horizontally */
  overflow: hidden !important;
}

.s-btn-modal {
  background-color: #f6f6f6 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 50% !important;
  width: 40px;
  /* Set width */
  height: 40px;
  /* Set height equal to width */
  display: flex;
  /* Ensures proper alignment if there's content inside */
  align-items: center;
  /* Centers content vertically */
  justify-content: center;
  /* Centers content horizontally */
  overflow: hidden !important;
}

.col-btn {
  background-color: #f6f6f6 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 5% !important;
  width: 70px;
  height: 70px;
  overflow: hidden !important;
}

.col-btn img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


.col-btn:hover {
  border: 1px solid var(--c1) !important;
}

.col-btn:focus {
  background-color: var(--c1) !important;
  color: var(--w) !important;
  border: 1.5px solid var(--c1) !important;

}


.col-btn-pro {
  background-color: #f6f6f6 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 2% !important;
  width: 70px;
  /* Set width */
  height: 70px;
  /* Set height equal to width */
  overflow: hidden !important;
}

.col-btn-pro img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


.col-btn-pro:hover {
  border: 2px solid var(--c2) !important;
}

.col-btn-pro:focus {
  background-color: var(--c2) !important;
  color: var(--w) !important;
  border: 2px solid var(--c2) !important;
}


.col-btn-pro-cactive {
  border: 2px solid var(--c2) !important;
  color: var(--w) !important;
}

.s-btn-modal {
  background-color: #f6f6f6;
  border: 1px solid #dee2e6 !important;
  font-size: 14px !important;
}

.s-btn-modal:hover {
  border: 1px solid var(--c2) !important;
}

.s-btn-modal:focus {
  background-color: var(--c2) !important;
  color: var(--w) !important;
}

.s-btn-modal-cactive {
  background-color: var(--c2) !important;
  color: var(--w) !important;
}


.s-btn {
  background-color: #f6f6f6;
  border: 1px solid #dee2e6 !important;
  font-size: 15px !important;
}

.s-btn:hover {
  border: 1px solid var(--c2) !important;
}

.s-btn:focus {
  background-color: var(--c2) !important;
  color: var(--w) !important;
}

.s-btn-cactive {
  background-color: var(--c2) !important;
  color: var(--w) !important;
}

.c-btn {
  border-radius: 100% !important;
  height: 60px !important;
  width: 60px !important;
  border-radius: 50% !important;
}

.c-btn:hover {
  border: 1px solid var(--c1) !important;

}

.c-btn:focus {
  border: 2px solid var(--c1) !important;
}

.c-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 50% !important;

}

.c-btn {
  border-radius: 100% !important;
  min-height: 37px !important;
  min-width: 37px !important;
}

.c-btn:hover {
  border: 1px solid var(--c1) !important;

}

.c-btn:focus {
  border: 2px solid var(--c1) !important;
}


.pointer-cur {
  cursor: pointer;
}


/* Sidebar styles */
.sidebar {
  width: 450px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* Show sidebar */
.body-sidebar-open .sidebar {
  transform: translateX(0);
}

/* Backdrop */
.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5) !important;
  /* Semi-transparent black */
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show backdrop when sidebar is open */
.body-sidebar-open .sidebar-backdrop {
  opacity: 1;
  visibility: visible;
}

.body-sidebar-open {
  height: 100vh !important;
  width: 100% !important;
  overflow: hidden !important;
}



/* ====footer===== */


.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: 16px;
}

.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;
}

.cqty1 {
  height: 40px !important;
}

.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  color: #fff !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* Remove the spinner controls for all number inputs */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


/* wish list page */
.main-qty-bx {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100px;
}

.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  color: hsl(0, 0%, 0%) !important;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0% !important;
}

.wish-qty-btn1 {
  /* background-color: var(--c1) !important; */
  color: hsl(0, 0%, 0%) !important;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0% !important;
}

.form-outline input {
  border-radius: 0% !important;
  width: 60px;
  height: 40px;
}

/* **************categories *************** */
.carg-box {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.cat-over-img {
  width: 100%;
  height: 280px;
  object-fit: contain;

}

:root {
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --b1: rgba(168, 239, 255, 1);
  --b2: rgba(168, 239, 255, 0.1);
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

.name-card {
  width: 100%;
  height: 135px;
  background-color: var(--c2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* transform: translateY(-90%); */
  z-index: -1;
  position: absolute;
  bottom: 5%;
}

.carg-box:hover .name-card {
  border: 0.15rem solid;
  border-image: conic-gradient(from var(--angle), var(--c2), var(--b1) 0.1turn, var(--b1) 0.15turn, var(--c2) 0.25turn) 30;
  animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}

.ss {
  width: 90px !important;
  /* height: 70px !important; */
  /* object-fit: cover; */
}

.top-sli {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100% !important; */
  height: 500px !important;

}

.top-sli img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* .small-sli-box{
display: flex;
      align-items: center;
      justify-content: center;
      background-color: aqua;
} */
.small-sli {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 150px !important;
  height: 100px !important;
}

.small-sli img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.swip-btn {
  background-color: black !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #FFF;

}


.new-top-fix{
position: relative;
}
.slides-new{
max-height: calc(110vh - 100px) !important;
/* 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-image: linear-gradient(to right, #000000 0%, #434343 51%, #000000 100%)
}

.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}




.btn-grad2 {
  background-image: linear-gradient(to right, #D31027 0%, #EA384D 51%, #D31027 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  display: block;
  width: 50% !important;
}

.btn-grad2:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.cart-p {
  font-size: 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;
} */
.products-section::-webkit-scrollbar {
  width: 10px !important;
  padding-left: 20px !important;
}

.products-section::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}

.products-section::-webkit-scrollbar-thumb {
  background: #FFA2AE !important;
  border-radius: 10px;
}

.products-section::-webkit-scrollbar-thumb:hover {
  background: var(--c1) !important;
}

.products-section {
  overflow: auto;
  /* cursor: grab; */
}

.products-section:active {
  /* cursor: grabbing; */
}



/* ------- address ---  */

.address-checkout {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
  text-transform: capitalize;
}


.def-bx {
  background-color: green;
  color: #fff;
  border-radius: 7%;
}

.adress-card {
  background-color: #fff;
  /* border-radius: 5%; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.def-div {
  min-height: 50px;
}

.profile-new {
  height: 120px;
  width: 120px;
  background-color: #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: 170px;
  width: 100%;
}


/* From Uiverse.io by vinodjangid07 */
.cartBtn1 {
  /* width: 1; */
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: white;
  font-weight: 500;
  position: relative;
  background-color: rgb(29, 29, 29);
  box-shadow: 0 20px 30px -7px rgba(27, 27, 27, 0.219);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px !important;
}

.cart1 {
  z-index: 2;
}




.cartBtn1:active {
  transform: scale(0.96);
}



.cartBtn1:hover .product1 {
  animation: slide-in-top1 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top1 {
  0% {
    transform: translateY(-30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0) rotate(-90deg);
    opacity: 1;
  }
}

.cartBtn1:hover .cart1 {
  animation: slide-in-left1 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left1 {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.product1 {
  position: absolute;
  width: 12px;
  font-size: 10px;
  border-radius: 3px;
  content: "";
  left: 16%;
  bottom: 50%;
  opacity: 0;
  z-index: 1;
  fill: rgb(211, 211, 211);
}


/* Custom styling for the heart button */
.wishlist-btn i {
  /* color: #ff6b81; Color for the heart */
  font-size: 18px;
  /* Size of the heart icon */
}

/* .wishlist-btn:hover i {
  color: #ff4757; 
} */


/* From Uiverse.io by vinodjangid07 */
.cartBtn {
  /* width: 1; */
  font-size: 15px;
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #000;
  font-weight: 500;
  position: relative;
  background-color: transparent;
  /* border: 1px solid #3c3c3c; */
  /* box-shadow: 0 20px 30px -7px rgba(27, 27, 27, 0.219); */
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.cartBtn:hover {
  color: var(--c1);
}





.cart {
  z-index: 2;
}

.cartBtn:active {
  transform: scale(0.96);
}

.product {
  position: absolute;
  width: 12px;
  font-size: 10px;
  border-radius: 3px;
  content: "";
  left: 16%;
  bottom: 50%;
  opacity: 0;
  z-index: 1;
  fill: rgb(211, 211, 211);
}

.fill {
  object-fit: contain;
  /* height: 90vh; */
  object-position: left center !important;

}

/* Modal backdrop (covers the entire screen) */
.custom-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black for backdrop */
  z-index: 1040;
}

/* Add background color outside the modal */
body.custom-modal-open {
  background-color: rgba(0, 0, 0, 0.4);
  /* Darken the body background when modal is active */
  overflow: hidden;
  /* Prevent body scrolling when modal is open */
}

/* Base styles for the modal */
.custom-bottom-modal {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(255, 255, 255, 1) !important;
  /* White modal background */
  overflow: hidden;
  z-index: 1050;
  /* Above the backdrop */
}

/* Modal content */
.custom-bottom-modal-content {
  background-color: white;
  padding: 20px;
  height: 100%;
  position: relative;
}

/* Close button */
.custom-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: black;
  cursor: pointer;
}

/* Slide-up animation for bottom view */
.custom-bottom-modal.active {
  display: block;
  animation: slideUp 0.4s ease-out;
}

/* Show the backdrop when modal is active */
.custom-modal-backdrop.active {
  display: block;
}




/* Animation for sliding up */
@keyframes slideUp {
  from {
    bottom: -30%;
  }

  to {
    bottom: 0;
  }
}

.mod-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}


.mod-font {
  font-size: 30px !important;
}

/* Mobile view: modal appears at the bottom */
@media (max-width: 768px) {
  .custom-bottom-modal {
    bottom: 0;
    min-height: 55%;
    height: unset;
  }

  .mod-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .mod-font {
    font-size: 14px !important;
  }
}

/* Desktop view: modal appears at the center */
@media (min-width: 769px) {
  .custom-bottom-modal {
    top: 50%;
    left: 50%;
    height: auto;
    width: 50%;
    transform: translate(-50%, -50%);
  }

  /* Center animation */
  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translate(-50%, -60%);
    }

    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
}


/* For mobile view - show the zoom-in icon on tap */
@media (max-width: 768px) {
  .slider__image {
    cursor: pointer;
    /* Make the images tappable */
  }
}


.brn-cart {
  width: 45px;
  height: 45px;
  background-color: #f6f6f6;
  color: #000;
  font-size: 20px;
  border-radius: 50%;
  border: none;
  transition: background-color 0.3s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.brn-cart:hover {
  background-color: #000;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wishlist-btn {
  background-color: transparent;
}

.wishlist-btn1 {
  background-color: transparent;
  padding: 13px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border: 2px solid #1b1b1b;
}

.mod-main-img {
  position: relative;
}

.btn-add {
  border: .5px solid #323935;
  background: #00f092 !important;
  box-shadow: 3px 3px 0 0 #fbb606;
  color: #222527;
  padding: 13px !important;
}

/* Custom width for the off-canvas */
#offcanvasRight {
  width: 90% !important;
  /* Set your desired width */
}

/* Adjust for larger screens if needed */
@media (min-width: 992px) {
  #offcanvasRight {
    width: 35% !important;
    /* Wider on large screens */
  }
}


/* for chat bot */

/* Popover container custom width */



.side-op1 {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 50;
}

.sopp1 {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  /* background-color: #fff200; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp1 i {
  font-size: 30px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.chat-window {
  max-height: 250px;
  overflow-y: auto;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.message {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 5px;
  max-width: 80%;
}

.bot-message {
  background-color: #e0e0e0;
  text-align: left;
}

.user-message {
  background-color: #007bff;
  color: white;
  text-align: right;
  margin-left: auto;
}



/* Popover container custom width */
.popover {
  min-width: 360px !important;
  padding: 0 !important;
  margin-right: 50px !important;
  /* background: linear-gradient(180deg, #111111 0%, #dddddd 100%); */
  overflow: hidden !important;
}

/* Custom popover height */
.popover-body {
  /* height: 100% !important;  */
  overflow-y: hidden;
  margin: 0 !important;
  padding: 0 !important;
  /* Remove padding to eliminate extra space */
  display: flex;
  flex-direction: column;
  /* Use flexbox to center elements */
  justify-content: end;
  /* Center vertically */
  /* width: 100% !important; */
  align-items: center;
  /* Center horizontally */
}

.popover-con {
  width: 100%;

}

.modal-backdrop.show {
  opacity: 0 !important;
}

/* width */
.messages::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.messages::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.messages::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 10px;
}

/* Handle on hover */
.messages::-webkit-scrollbar-thumb:hover {
  background: var(--c1);
}

/* Custom styling for the chat-box */

.title-bot {
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
  overflow: hidden;
}

.btn-grad1 {
  border-radius: 0 0 10px 0 !important;
  background-color: var(--c1) !important;
  border: 1px solid var(--c1) !important;
}

.btn-bot {
  border-radius: 0 10px 10px 0px !important;
  border: 1px solid #dc3545 !important;
}

/* Ensure the input field is at the bottom */
.input-group-append {
  margin-left: 5px;
}

.chat-box {
  /* max-width: 500px; */
  margin: 50px auto;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.messages {
  height: 320px;
  overflow-y: auto;
  margin-bottom: 20px;
  /* border: 1px solid var(--c1); */
  padding: 10px;
  border-radius: 10px 10px;
  width: 359px !important;
  margin: auto;
}

.messagesmob {
  height: 100%;
  overflow-y: auto;
  margin-bottom: 20px;
  /* border: 1px solid var(--c1); */
  padding: 10px;
  border-radius: 10px 10px;
  width: 100% !important;
  margin: auto;
}

/* -------------------------  */

/* Popup container */
.popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Centers content for desktop */
}

/* Popup content */
.popup-content {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 700px;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
}

/* Close button */
.close-p {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  /* Ensure it is above other content */
  color: #fff;
}

.card-event {
  background: rgba(255, 255, 255, 0.05);
  /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px !important;
}

.owl-dot.active {
  color: #ff5722 !important;
  /* Active color */
}

.star-png {
  width: 40px !important;
  height: 40px !important;
}

/* Mobile-specific styling */
@media (max-width: 768px) {
  /* .popup-content {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
  }

  .close-p {
    top: 15px;
    right: 15px;
  } */
}


/* ----------------  */

.choose-in {
  /* background-color: var(--c1) !important; */
  border: 1px solid var(--c2) !important;
  color: #000 !important;
}

.choose-in1 {
  /* background-color: var(--c1) !important; */
  border: 1px solid var(--c2) !important;
  background-color: var(--c2) !important;


}

.two-btns {
  font-weight: normal !important;
}

.two-btns .active {
  background-color: var(--c2) !important;
  color: #fff !important;
  font-weight: normal !important;
}

.tour-detail .active {

  color: var(--c1) !important;
}


/* -----------------  */

.dis-price {
  width: 100%;
  height: 300px !important;
}

.dis-price img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



/* Swiper container setup */
.swiper {
  height: 100%;
  width: auto;
  overflow: hidden;
}

.mySwiper {
  width: 20%;
  /* Thumbnails: 20% of col-lg-6 */
  height: 500px;
  /* Set a max height */
  margin-right: 8px !important;
  cursor: pointer;
}

.mySwiper2 {
  width: 80%;
  /* Main slider: 80% of col-lg-6 */
  height: 500px;
}

/* Prevent overflow */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Styling navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;

}

/* Pagination styles */
.swiper-pagination-bullet {
  /* background: #ddd !important; Default color */
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: var(--c1) !important;
  /* Active bullet color */
  opacity: 1;
}

/* Hide thumbnails and expand the main slider on smaller screens */
@media (max-width: 768px) {
  .mySwiper {
    display: none;
    margin-right: 0px !important;
  }


  .mySwiper2 {
    width: 100%;
    /* Full width on mobile */
    height: 100%;
    /* Auto-adjust height */
  }
}

/* Hide pagination on larger screens */
@media (min-width: 769px) {
  .swiper-pagination {
    display: none;
  }
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important; /* Darker backdrop */
}


/* ------------- faq ---------------  */


.faq-us {
  position: relative;
  height: 500px;
}

.faq-img1 {

  height: 80%;
  width: 78%;
  /* object-fit: cover; */
  overflow: hidden;
  /* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.faq-img2 {
  /* object-fit: cover; */
  position: absolute;
  /* height: 40%; */
  width: 60%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 0%;
  right: 0%;

}

.faq-img3 {
  /* object-fit: cover; */
  position: absolute;
  /* height: 35%; */
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  bottom: 10%;
  left: 3%;

}


.box {
  align-self: flex-end;
  animation-duration: 3.8s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}

.bounce-3 {
  animation-name: bounce-3;
  animation-timing-function: ease;
}

@keyframes bounce-3 {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}


.box1 {
  align-self: flex-end;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}

.bounce-4 {
  animation-name: bounce-4;
  animation-timing-function: ease;
}

@keyframes bounce-4 {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}



.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 14px 14px;
  /* margin-bottom: 12px; */
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden !important;
}


.faq-heading1 {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card1 {
  /* border-bottom: 1px solid #CFCFCF; */
  /* border-radius: 6px; */
  padding: 14px 14px;
  margin-bottom: 0px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden !important;
}

.faq-open-icon1 {
  font-size: 20px;
  position: absolute;
  top: 13px !important;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 13px !important;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details[open] .faq-open-icon1 {
  top: 18px;
  right: 24px;
}

details>summary {
  list-style: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c2);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
  color: var(--c3) !important;
  overflow: hidden !important;
}

details[open] .faq-card-spoiler1 {
  display: inline-block;
  padding-top: 14px;
  /* color: ; */
  font-size: 16px !important;
  color: black !important;
  overflow: hidden !important;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq {
  background-color: var(--c1) !important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}


.faq-img img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
}

.bulb-abt1 {
  width: 20px;
}

.bulb-abt2 {
  width: 40px;
}


.kidskey {
  width: 70%;
}

.kidskey ul {
  list-style: none !important;
}

.kidskey p {
  padding: 0 !important;
  font-size: 11px !important;
}

.kidskey1 {
  /* width: 100% !important; */
}

.kidskey1 ul {
  list-style: none !important;
}

.kidskey1 p {
  padding: 0 !important;
  /* font-size: 15px !important; */
}

.btn-c3 {
  border-radius: 6px;
  background-color: #d0ba9873;
  /* background-color: #f6f6f6; */
  /* border: 1px solid #d1d0d0; */
}

.ls3 {
  letter-spacing: 3px !important;
}

.view-all {
  border: 1px solid #d2d2d2 !important;
  background-color: #FFF !important;
  color: #000;
  border-radius: 100px;
  width: 200px;
  font-weight: 600;
}

.view-all:hover {
  border: 1px solid #d2d2d2 !important;
  background-color: #000 !important;
  color: #FFF;
  border-radius: 100px;
  width: 200px;
  font-weight: 600;
}

.s-btn {
  border: 1px solid black !important;
}

.s-btn:hover {
  border: 1px solid black !important;
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

button.btn.m-2.s-btn.selected {
  border: 1px solid 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;
}

/* From Uiverse.io by Siyu1017 */
.tooltip-container {
  position: relative;
  transition: all 0.2s;
  font-size: 17px;
  padding: 1rem 0;
  width: 100% !important;
  border: 1px solid #000 !important;
  /* background-color: #f6f6f6 !important; */
  background-color: #000 !important;
  --color: #fff;
  --tooltip-bg: #303030;
  --tooltip-color: #fff;
  --margin: 0.5rem;
}

.wislist-container {
  position: relative;
  transition: all 0.2s;
  font-size: 17px;
  padding: 1rem 0;
  width: 100% !important;
  border: 1px solid #000 !important;
  background-color: #f6f6f6 !important;
  --color: #fff;
  --tooltip-bg: #303030;
  --tooltip-color: #fff;
  --margin: 0.5rem;
}

.text {
  z-index: 9;
  height: 100%;
  color: #FFF;
  padding: 0.7em 1.8em;
  cursor: pointer;
}

.p-n-like {
  font-size: 18px;
  color: var(--red);
}

.red-color {
  color: red !important;
  font-size: 18px !important;
}

.text-wishlist {
  z-index: 9;
  height: 100%;
  color: #000;
  padding: 0.7em 1.8em;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  top: calc(-1 * var(--margin));
  left: 50%;
  transform: translateX(-50%) translateY(0%) scale(0);
  padding: 0.3em 0.6em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  background: var(--tooltip-bg);
  color: var(--tooltip-color);
  border-radius: 0.2rem;
  z-index: 99999;
}

.tooltip::before {
  position: absolute;
  content: "";
  height: 0.6em;
  width: 0.6em;
  bottom: -0.2em;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  background: var(--tooltip-bg);
  border-bottom-right-radius: 0.175rem;
}

.tooltip-container:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-100%) scale(1);
}

.pincode {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: translate(0, 5px);
  transition: all 0.3s;
}

.pincode:hover {
  transform: translate(0);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


.voucher-btn {
  background-color: #303030 !important;
  color: #fff !important;
}

.delivery-default {
  color: red !important;
}

.form-control:focus {
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}


.btn-3 {
  border: 1px solid #d2d2d2 !important;
  background-color: transparent !important;
}

.btn-3:hover {
  border: 1px solid black !important;
  background-color: transparent !important;
}



.detai-i i {
  font-size: 40px;
}


/* Modal Content */

.wishlist-modal {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.wishlist-modal-content {
  background: white;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Modal Header */
.wishlist-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* Close Button */
.wishlist-close-btn {
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 3%;
}

.whislist-img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

/* Hide background scroll when modal is open */
body.wishlist-modal-open {
  overflow: hidden;
}

/* Hidden Step */
.wishlist-hidden {
  display: none;
}

/* Button Styles */
.wishlist-btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.wishlist-btn-success {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

/* --------------  */

/* --------- contact us form -----------  */

.bg-c1 {
  background-color: var(--c1);
}


.cont-img {
  height: 450px;
  width: 100%;
  position: relative !important;
  overflow: hidden !important;
  background-color: #000 !important;
}


.cont-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  overflow: hidden !important;
}

.bottom-Center1 {
  position: absolute;
  bottom: 0%;
  right: -20%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 52%, #e6e6e6 68%);
}

.slider-container {
  width: 270px;
  height: 90px;
  overflow: hidden;

  position: relative;

  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.slider-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.slider-content div {
  height: 95px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-trans {
  -webkit-text-stroke: 1px #fff !important;
  color: transparent;
  /* font-size: clamp(14px, -0.875rem + 8.333vw, 20px); */
  font-family: cartilo-bold !important;
}

.sm-text {
  font-size: 2rem !important;
}

.ss-text {
  font-size: 1.5rem !important;
}

.smm-text {
  font-size: 2.5rem !important;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /* Adjust the margin as needed */
}

.active>.page-link,
.page-link.active {
  color: #FFF !important;
  background-color: var(--c1) !important;
  border-color: var(--c1) !important;
}

.page-link {
  color: var(--c1) !important;
}


 
/* ----- btnnew- -------  */
.btn-new1 {
  cursor: pointer;
  position: relative;
  color: var(--c1);
  border: 1px solid #000 !important;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.btn-new1::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: inherit;
  scale: 0;
  border-radius: 50%;
  z-index: -1;
  background-color: #000;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);

}

.btn-new1:hover::before {
  scale: 3;
}

.btn-new1:hover {
  color: #fff !important;
  scale: 1.1;
  box-shadow: 0 0px 20px rgb(126, 71, 152, 0.4);

}

.btn-new1:active {
  scale: 1;
}

/* ----- btnnew-2 ------- */
.btn-new2 {
  cursor: pointer;
  position: relative;
  color: #fff !important;
  /* border: 1px solid #fff !important; */
  border-radius: 34px;
  background-color: transparent;
  font-weight: 500;
  background-color: #000 !important;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.btn-new2::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  scale: 0;
  z-index: -1;
  background-color: #fff;
  border: 1px solid #000 !important;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.btn-new2:hover::before {
  scale: 3;
    border: 1px solid #000 !important;

}

.btn-new2:hover {
  color: #000 !important;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(255, 255, 255, 0.4);
}

.btn-new2:active {
  scale: 1;
}



.whislist-icon {
  position: absolute;
  top: 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: 15px;
  text-decoration: none;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
  /* Ensures the click works on mobile */
}

.whislist-icon:hover {
  background: rgba(0, 0, 0, 0.8);
}


/* -------------------  */



.filter-list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  }
  .right-content{
  /* overflow-y: scroll;
  scroll-behavior: smooth; */
  /* height: 100vh; */
  vertical-align: baseline;
  scroll-behavior: smooth;
  }
  .form-check-label{
  font-size: 13px;
  }
  .all-items{
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; */
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .left-filter::-webkit-scrollbar {
  display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .left-filter {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
  }
  /* filter for mobile */
  .sile-filter-mobile{
  display: none;
  }
  .filter-mobile{
  display: none;
  }
  /* .top-2{
  margin-top: 10%;
  } */
  .filter-color .clr-btn{
  width: 30px;
  height: 30px;
  }
  .filter-mobile-box{
  display: none;
  }
  .form-check-input{
  border: 2px solid black;
  
  /* border-color: 3px solid var(--c1) !important; */
  }
  .form-check-input:checked {
  background-color: black !important;
  border-color: black !important;
  
  }
  .form-check-input:focus {
  border-color: black !important;
  outline: 0;
  box-shadow: unset !important;
  }


  

  /*--------------------- new cart page --------------- */

  .check-out-img{
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .new-cart-box{
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }
  .cart-sm-p{
    font-size: 13px;
    word-spacing: 2px;
  }
  .green{
    color: rgb(21, 170, 21) !important;
  }
  .voucher-icon-img{
    height: 30px;
  }
  .voucher-btn{
    background-color: #52cbcc !important;
    color: #fff !important;
    outline: unset !important;
    border: unset !important;
  }
  .bg-vocher{
    background-color: #c5f89d !important;
  }
  .btn-cart-new{
    background-color: var(--c1) !important;
    color: #fff !important;
  }

  .top-cart-main{
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }

  .cart-top{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #ffff;
    z-index: 3;
    cursor: pointer;
  }

  .cart-a{
    color: #000 !important;
  }

  .cart-top:hover{
    background-color: #000;
    color: #fff;
  }

  .cart-top:hover .cart-a{
    color: #fff !important;
  }

  .black-line{
    position: relative;
    display: flex;
    align-items: center;
  }
  .black-line::before{
    content: '';
    background-color: #000;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0%;
    z-index: 1;
  }

.toast-center-top {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #28a745; /* green for success */
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  animation: fadeInOut 3s;
}

@keyframes fadeInOut {
  0% { opacity: 0; top: 0px; }
  10% { opacity: 1; top: 20px; }
  90% { opacity: 1; top: 20px; }
  100% { opacity: 0; top: 0px; }
}



   /* ----------- small banner ----------------  */

.other-hero7{
  /* background-color: rgba(0, 0, 0, 0.648); */
  position: relative;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/black_plain_t-.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


.ban-main-con{
  width: 100%;
  height: 100%;
  background-color: #fffffffd;
  color: var(--c1);
  text-align: center;
}

.border-ban{
  border: 1px solid var(--c1) !important;
}



 /* ---------------  */

 .footer{
  background-color: #f1f1f1f8;
  position: relative;
}


    

.footer-collection-title {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #EFECECBF;
  text-transform: uppercase !important;
  border-bottom: 2px solid transparent; /* Initially transparent */
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover Effect - Border appears only on the hovered title */
.footer-collection-title:hover {
  border-bottom: 2px solid var(--c1);
  color: #333;
}

.bot-border{
  border-bottom: 1px solid var(--c3);
  padding-bottom: 1px !important;
}


.foot-email .form-control{
background-color: transparent !important;
border: 1px solid var(--c2) !important;
color: var(--c2) !important;
border-right: 0px !important;
height: 45px !important;
}

.foot-email ::placeholder{
color: var(--c2) !important;
}

.btn-trans{
  background-color: transparent;
  border:   1px solid var(--c2) !important;
  border-left: 0px !important;
  color: var(--c2);
  cursor: pointer;
}


   /* -------------  */

   .card-login{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   }

   .login-li .active{
     color: var(--w) !important;
     background-color: var(--c1)!important;
   }
   
   .login-li button{

    background-color: transparent;
    color: var(--c1) !important;
    border: 1px solid var(--c1);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
   }

   .login-form .form-control{
    border-radius: 0%;
    background-color: #f1f1f1 !important;
   }

   .login-form .form-control:focus{
    border: 1px solid #000 !important;
   }

   .btn-trans{
    background-color: #f6f6f6 !important;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    border: 1px solid #888 !important;
    /* padding: 10px 20px; */
   }

   .wishlist-img{
    width: 320px;
    height: 100%;
  
  }
  

/* ----------- profile -----------  */

.profile-card{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2rem !important;
}

.profile-but{
  background-color: transparent;
  /* padding: 10px; */
  font-size: 14px !important;
}

.profile-but:hover{
  background-color: white;
  /* padding: 10px; */
  font-weight: bold;
}

.pro-acc .active{
  border-left: 2px solid #111 !important;
  font-weight: bold !important;
}


.pro-top{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.pro-p{
  font-size: 14px !important;
}

.soc-bx1{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4c4c4c;
  overflow: hidden;
}
.soc-icon1{
  width: 100%;
  /* height: 50%; */
  transition: all .5s;
}

.btn-close{
  padding: 5px !important;
  color: white !important;
  background-color: white !important;
  margin-top: 0.8rem !important;
}

.form_input{
  width: 30% !important;
}

.wishlistinput{
  width: 80% !important;
  /* background-color: rgba(0,0,0, 0.2); */
}

.log-pop-up-img{
  width: 90px;
}

.size-chart-img{
  width: 100%;
  /* height: 100%;   */
}

.modal {
  z-index: 1050 !important;
}

.modal {
  z-index: 1050 !important;
}

/* .modal-backdrop {
  z-index: 1040 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
} */

.size-chart {
  z-index: 1040 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-open-custom {
  overflow: hidden !important;
}

#search.modal-backdrop {
  display: none !important; /* Completely hides the backdrop */
  z-index: none !important;
}

.navbar {
  z-index: 25 !important; /* or any value lower than offcanvas menu */
}
.offcanvas {
  z-index: 1050 !important; /* or any value higher than the navbar */
}

/* Custom Backdrop */
#address-acc-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040; /* Ensures it's above other content but below modal */
  display: none; /* Hidden by default */
}

/* Show the backdrop when modal is open */
#address-acc.show-backdrop #address-acc-backdrop {
  display: block;
}



.tick-box{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 8px;
}

.tick-box1{
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

.tick{
  width: 80%;
}

.tick1{
  width: 100%;
  object-fit: cover;
}
.call-btn-img{
  width: 26px;
}

.table-group-divider td{
  min-width: 100px !important;
}


  .accordion-button {
    background-color: #e0efff; /* default header */
    color: #003366;
    font-weight: bold;
  }

  .accordion-button:not(.collapsed) {
    background-color: #f6f6f6 !important; /* active color when open */
    color: #000;
  }

  .accordion-button::after {
    transform: rotate(-180deg);
  }

  .accordion-button.collapsed::after {
    transform: rotate(0deg);
  }


     .progress-container {
    position: relative;
    margin: 50px auto;
    max-width: 900px;
    width: 100%;
  }

  .progressbar {
    display: flex;
    justify-content: space-between;
    position: relative;
    counter-reset: step;
  }

  .progressbar::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #e9ecef;
    z-index: 0;
    border-radius: 3px;
  }

  .progressbar::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    height: 4px;
    background-color: #0d6efd;
    z-index: 1;
    border-radius: 3px;
    width: 50%; /* Adjust this according to progress: 0%, 25%, 50%, 75%, 100% */
    transition: width 0.4s ease;
  }

  .progress-step {
    position: relative;
    text-align: center;
    width: 25%;
    z-index: 2;
  }

  .circle {
    width: 20px;
    height: 20px;
    background-color: #dee2e6;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 18px;
    color: white;
    position: relative;
    transition: all 0.3s ease;
  }

  .progress-step.active .circle {
    background-color: #0d6efd;
    box-shadow: 0 0 4px rgba(13, 110, 253, 0.2);
  }

  .progress-step.completed .circle {
    background-color: #198754;
  }

  .progress-step.completed .circle i {
    content: "\f00c"; /* check icon */
  }

  .label {
    margin-top: 10px;
    font-size: 15px;
    color: #6c757d;
  }

  .progress-step.active .label {
    color: #0d6efd;
    font-weight: 600;
  }

  .progress-step.completed .label {
    color: #198754;
    font-weight: 600;
  }

   /* ======= contact us ================ */

  

 
 .form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}

.con_img img{
height: 80%;
width: 100%;
object-fit: cover;
border-radius: 10px;
margin-left: 40px;
margin-top: 20px;
}


.con-box {
width: 100%;
display: flex;
align-items: flex-start;
}
.con-box img {
width: 40px;
}
.con-right {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}


.contact .info-wrap {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 30px !important;
  border-radius: 10px;
}

.con-pad{
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c1);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info:hover i {
  background: var(--c1);
  color: #fff;
}
/* --------------------------------------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;
  }

  .nav-pills .nav-link {
    border-bottom: 1px solid var(--c1) !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: #f6f6f6 !important;
    padding: 5px !important;
    border: 1px solid #c2c2c2 !important;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    /* border-bottom: unset !important; */

  }

  .nav-item {
    /* border-bottom: 1px solid var(--c1); */
    /* min-height: 56px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover {
    color: var(--c1);
  }

  /* hero section */
  .hero {
    min-height: 60vh;
  }


  /* mobile filter option */
  .left-filter{

    display: none !important;
  }

  .filter-mobile{
    display: block;
  }
  .sile-filter-mobile{
    width: 100%;
    /* min-height: 150vh; */
    position: fixed;
    z-index: 1210;
    display: block;
    /* background-color: aqua; */
    background-color: #fff;
    transition: all 1s;
    top: 0% !important;
    bottom: 0% !important;
    left: -110%;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    scroll-behavior: smooth;
    
  }
  .filter-box{
    overflow-y: scroll;
    /* background-color: aqua; */
  }
  .filter-open{
    font-size: 18px !important;
    letter-spacing: 1px !important;

  }



}

@media screen and (max-width:720px) {
  .stock-bx {
    position: absolute;
    left: 5%;
    top: 3.5%;
    z-index: 2;
    background-color: var(--c2);
    /* border-radius: 5px; */
  }

  .stock-bx p {
    font-size: 8px !important;
    color: #FFF;
  }

  .name {
    font-size: 15.5px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0%;
  }

  .cart-p {
    font-size: 14px !important;
  }

  .cart-ps {
    font-size: 12px !important;
  }

  .suc-font {
    font-size: 10px !important;
    color: #00b53a;
  }

  .pro-name {
    font-size: 14px !important;
  }


}



@media screen and (max-width:660px) {
  .custom-bottom-modal {
    bottom: 0;
    min-height: unset;
    height: unset;
  }

  .offcanvas {
    width: 90% !important;
  }

  .menu {
    width: 32px;
  }

  .logo {
    /* width: 180px; */
    height: 48px;
  }

  .nav-item {
    padding: 0px 10px;
    border-bottom: 1px solid #b9b9b9 !important;
    width: 100%;
  }

  .nav-link {
    color: var(--c2) !important;
    /* font-weight: bold !important; */
    letter-spacing: 1px;
    font-size: 16px !important;
    /* font-weight: 500 !important; */
    /* font-family: Adamina !important; */
    /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    text-transform: zuppercase;
    padding: 20px 0 !important;

  }

  .logo1 {
    /* width: 180px; */
    height: 20px;
  }

  /* hero section */
  .hero {
    min-height: 50vh;
  }

  .hero-f {
    font-size: 25px;
  }

  .side-op {
    position: fixed;
    bottom:2%;
    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% !important;
    object-position: center !important;

  }

  .modal-con {
    height: 150px !important;
    width: 100%;
  }


  .kidskey1 p {
    padding: 0 !important;
    font-size: 11px !important;
  }

  .bulb-abt2 {
    width: 30px !important;
  }

  /* ///////////////////// */

  .acc-card {
    position: relative;
    height: 200px;
    width: 100%;
    transition: all .5s;
    background-image: fill 0 linear-gradient(#0001, #000);
    overflow: hidden;
    border-radius: 10px;
    filter: brightness(80%);

  }


  .pro-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
  }

  .pro-img1 {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
  }


  .c-wrapper {
    max-width: 150px;
    /* Smaller size for tablets */
  }

  .small-ban {
    width: 100%;
    height: 380px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
  }

  .big-ban {
    width: 100%;
    height: 380px !important;
  }

  .big-ban img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }

  .full1-img-div {
    width: 100%;
    height: 100%;
  }


  .wrap-txt {
    font-size: 12px;

  }


  .sidebar {
    width: 100% !important;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    transition: transform 0.3s ease;
    transform: translateX(100%);
    /* Initially hidden */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5) !important;
    /* Semi-transparent black */
    z-index: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .popover {
    display: none !important;
  }

  .profile-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 2rem 2rem 20px 20px !important;
  }


  .best-sel {
    position: absolute;
    right: 1.5%;
    top: 1%;
    z-index: 4;
    /* background-color: var(--c1); */
    /* border-radius: 5px; */
  }

  .best-sel p {
    font-size: 9px;
    color: #FFF;
  }

  .rat-card {
    position: absolute;
    right: 1.5%;
    top: 12%;
    z-index: 4;
    background-color: var(--c1);
    /* border-radius: 5px; */
  }

  .rat-card p {
    font-size: 9px;
    color: #FFF;
  }

  .cartBtn {
    /* width: 1; */
    font-size: 13px;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #000;

    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
  }

  .video-slide {
    width: 100%;
    height: 270px !important;
    overflow: hidden;
    border-radius: 0.375rem !important;
    /* position: relative; */
    /* border: 1px solid var(--c1) !important; */
  }

  .video-absoul img {
    width: 34px !important;
    height: 34px !important;
    object-fit: cover;
  }


  .dis-price {
    width: 100%;
    height: 120px !important;
  }


  .bottom-Center1 {
    position: absolute;
    bottom: -8%;
    right: 0%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, #e6e6e6 79%);
    border: 0;
  }

  .cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: unset;
    overflow: hidden !important;
  }

  .smm-text {
    font-size: 1.1rem !important;
  }

  .sm-text {
    font-size: 1.5rem !important;
  }

  .ss-text {
    font-size: 1rem !important;
  }

  .slider-container {
    width: 200px !important;
  }


  .profile-card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 2rem 2rem 20px 20px !important;
  }
    
  .profile-but{
    background-color: transparent;
    /* padding: 10px; */
  min-width: 140px !important;
    font-size: 14px !important;
  }

    
  .profile-but1{
    background-color: transparent;
    /* padding: 10px; */
  /* min-width: 140px !important; */
    font-size: 14px !important;
  }


  
.whislist-icon {
  position: absolute;
  top: 2%;
  right: 5%;
  font-size: 18px;
  padding: 10px;
  height: 40px;
  width: 40px;
}
    
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {



  /*  our product */
  /* in slider */
  .sli-brand {
    font-size: 18px;
  }

  .sli-brand-name {
    font-size: 20px;
  }

  .sli-price {
    font-size: 17px;
  }

  .sli-p {
    font-size: 12px;
  }

  .first-top p {
    font-family: 11 px !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;
  }

}

@media screen and (min-width:321px) and (max-width:425px) {}



/* ------------  */

.return-card {
  /* background-color: #f0f0f0; */
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}


.lightbox-trigger {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px;
  padding: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 13px;
  text-decoration: none;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
  /* Ensures the click works on mobile */
}

.lightbox-trigger:hover {
  background: rgba(0, 0, 0, 0.8);
}



@media screen and (max-width:660px) {
  
  .lightbox-trigger {
    position: absolute;
    top: 10px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px;
    padding: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
    /* Ensures the click works on mobile */
  }

}