@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --c1: #216c24;
  --bg: #e5e5e5;
  --red: #d63242;
  --w: #fff;
}

@font-face {
  font-family: Lato-Regula;
  src: url(../Lato-Regular.ttf);
}

@font-face {
  font-family: HarmoniaSans;
  src: url(../fonnts.com-HarmoniaSansStd-Regular.ttf);
}

@font-face {
  font-family: "Inter", sans-serif;
  src: url(../Inter-VariableFont_slnt,wght.ttf);
}

body {
  width: 100% !important;
  /* min-height: 100vh; */
  margin: 0% !important;
  padding: 0% !important;
  overflow-x: hidden !important;
  font-family: 'Lato-Regula' !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: #009662 !important;
}

.footer-fa-icon {
  font-size: 20px;
  color: #000;
}

.details span.fw-bold {
  color: #000;
  font-size: 14px;
}

.details div.text-start {
  font-size: 13px;
  color: #444;
}

.footer {
  /* background-image: url('../images/footer-image.jpg'); Replace with your actual image path */
  background-color: var(--c1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
  min-height: 300px;
  /* Adjust as needed */
  position: relative;
  overflow: hidden;
}

.footer-bg-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  /* Adjust opacity here */
  z-index: 0;
}

/* top count of the navbar (top of like and cart icon) */
.btn .badge {
  position: relative;
  top: 11px !important;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 70% !important;
}

.btn-primary {
  color: #fff;
  background-color: #428af5 !important;
  border-color: #428af5 !important;
}

p {
  font-family: "Lato-Regula" !important;
  /*font-family: "Inter", sans-serif !important;*/
  /* font-family: 'Roboto Condensed', sans-serif !important; */
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato-Regula" !important;
  text-transform: uppercase;
  /*font-family: "Inter", sans-serif !important;*/
  /* font-family: 'Roboto Condensed', sans-serif !important; */
}

a {
  text-decoration: none !important;

}

.w {
  color: var(--w) !important;
}

.c1 {
  color: var(--c1) !important;
}

.bg {
  background-color: var(--bg) !important;
}

.b {
  color: #cbc5c5 !important;
}

.red {
  color: var(--red);
}

.wish-img {
  margin: 0;
  display: table;
  width: 120px;
  height: 120px;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* first nav */
.fnav {
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  height: 20px;
}

.fnav p {
  font-size: 12px;
}

.fn-i {
  font-size: 14px;
}

.fn-right {
  justify-content: flex-end !important;
}

/* ----------------- 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); */

}

.logo {
  width: 130px;
  /* height: 60px; */

}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;

}

/* i{
  font-family: Arial, Helvetica, sans-serif !important;
} */
.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

.newnav .nav-link {
  color: #000 !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 10px;
}

.nav-link {
  font-weight: 600 !important;
  line-height: 18px !important;
  letter-spacing: .72px !important;
  color: #252931 !important;
  font-size: 12px !important;
  padding: 3px 10px !important;
  font-family: "Lato-Regula" !important;
  transition: all .4s ease !important;
}

.navbar .nav-link {
  text-transform: uppercase;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  /* border-bottom: 2px solid var(--c1) !important; */
  color: var(--c1) !important;
  font-weight: bold !important;
}

.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 18px;
}

.nav-i {
  font-size: 25px;
  /* padding: 10px; */
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.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-menu {
  border-radius: 0% !important;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important; */
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important;
  border: unset !important;
}

.dropdown-item:hover {
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}

.navbar .dropdown-menu {
  min-width: 220px;
  border-radius: 0% !important;
  /* border-top: 3px solid var(--c1); */
}

/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover>.dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}

.navbar .dropdown-item {
  font-size: 14px;
  font-family: "Lato-Regula" !important;
}

/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}

.navbar .dropdown-item:hover {
  transform: unset;
  background-color: #f6f6f6 !important;
  color: var(--c1) !important;
  transition: all .5s;
}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus {
  color: unset !important;
}

/* .newnav .clr-nav-tog{
  color: #fff !important;
} */
/* @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%;
}

img.nav-i {
  width: 70%;
  height: 70%;
}

.icon-in-offnav {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 4%;
  border-top: 1px solid rgb(110, 109, 109) !important;
  z-index: -1;
}

.icon-in-offnav .btn {
  font-size: 14px !important;
}

.icon-off {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

}

.in-ul {
  background-color: #FFF;
}

.icon-off i {
  font-size: 15px;
  color: var(--c1);
  margin-right: 10px;

}

.nav-new-icon {
  width: 20px;
  object-fit: contain;
}

.in-ul .nav-link {
  letter-spacing: 1px;
}

.btn-search {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.btn:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: none !important;
}


/* .top{
  margin-top: 5%;
} */

.mob-menu-pop {
  width: 100% !important;
  height: 100vh !important;
}

.pop-menu-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.pop-menu-img {
  width: 100%;
  height: 100px !important;
  object-fit: cover;
  object-position: center;
}

.pop-menu-name {
  /* background: linear-gradient(to right, #000000 41%, #CF1512 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: #000 !important;
}

/* hero */
.navs-round {
  background-color: #0a0a0a !important;
  height: 40px;
  width: 40px;
  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;
}

/* offer baner */
.offer-gpay img {
  width: 100%;
  object-fit: contain;
}

.off-icon {
  transform: translateX(-18%);
}

.carousel-item {
  opacity: 0 !important;
  transform: scale(0.95) !important;
  transition: opacity 1s ease, transform 1s ease !important;
}

.carousel-item.active {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active.carousel-item-left,
.carousel-item.active.carousel-item-right {
  opacity: 0 !important;
  transform: scale(2) !important;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right,
.carousel-item-next.carousel-item-right,
.carousel-item-prev.carousel-item-left {
  opacity: 1 !important;
  transform: scale(1) !important;
}

body {
  /* font-family: sans-serif !important; */
}

/* ad */
.ad-boxs {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background-color: antiquewhite;
  border-radius: 0% !important;
  transition: all .5s;
}

.ad-boxs img {
  width: 100%;
  object-fit: cover;
  transition: all .5s;
}

.over-ad {
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: right;
  width: 100%;
  height: 100%;
  background-color: rgb(10, 10, 10, .5);
}

.ad-btn {
  border: 1px solid #fff !important;
}

.ad-boxs:hover .ad-img {
  transform: scale(1.1);
  transition: all .5s;
}

/* filter */
.filter {
  position: relative;
}

/* .filter-slide{
  position: fixed;
  top: 0%;
  left: -30%;
  background-color: var(--bg);
  width: 30%;
  transition: all 1s;
  z-index: 200;
  min-height: 100vh;
}
.filter-box{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.filter-btn-close{
  position: absolute;
  top: 2%;
  right: 2%;
}
.btn-filter{
  font-size: 20px !important;
}
.filter-ops{
  width: 100%;
  background-color: var(--bg) !important;
} */
.accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: unset !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

/* dress collection */
.heading {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dress-collecton {
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dress-name {
  height: 356px;
  width: 230px;
  padding: 1%;
  position: relative;
  margin: 1%;
  background-color: #fff;
  overflow: hidden;
}

.item {
  padding-bottom: 4%;
}

.dress-name:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: .5s;
}

.dress-name img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.hov2 {
  display: none;
}

.dress-name:hover .hov {
  display: none;
}

.dress-name:hover .hov2 {
  display: block;
}

.dress-txt {
  /* position: absolute;
  bottom: 0% !important;
  left: 0%; */
  /* background-color: black; */
  width: 100%;
  height: 50px;
  padding-top: 5%;
  color: #0a0a0a;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dress-txt p {
  font-size: 12px;
  /* text-align: center; */
  /* color: black; */
  margin-bottom: 0% !important;
  color: #434343;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 10px;
  height: 20px !important;
  display: block;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  /* min-width: 100%; */
}

.like-crd {
  position: absolute;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  /* transform: translateY(10%); */
  bottom: -20%;
  transition: all .5s;
}

.like-crd i {
  font-size: 25px;

  /* color: var(--c1); */
}

.dress-name:hover .like-crd {
  bottom: -0%;
  transition: all .5s;
  /* transform: translateY(-50%); */
}

.dress-name:hover .like-card {
  bottom: 4% !important;
  transition: all 5s;
}

.stocks {
  position: absolute;
  top: 4%;
  left: 6%;
  background-color: #0a0a0a;

}

.stocks p {
  color: #FFF;
  font-size: 12px;
  margin: 0%;
}

.other-pro .product-card {
  width: 100%;
  min-height: 271px;

}

.reel-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-btn {

  text-decoration: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* padding: 15px 40px; box-shadow: 0 10px 40px rgba(255,122,0,0.4); */
  /* font-family: 'Century Gothic';   */
  /* font-weight: bolder;  */
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;

  background-color: rgba(0, 0, 0, 0.9);

  display: flex;

  justify-content: center;

  align-items: center;

  opacity: 0;

  pointer-events: none;

  transition: all 0.3s;

}

.video-container .v-close {
  position: absolute;
  top: 10%;
  right: 25px;
  font-size: 20px;
  cursor: pointer;

}

.video-container video {

  width: 90%;

  max-width: 800px;
  transform: scale(0);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  outline: none;

  transition: all 0.3s;

}

.video-container.v-show {

  pointer-events: all;
  opacity: 1;

}

.video-container.v-show video {
  transform: scale(1);
}

.v-btn img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* why */
.why-p {
  font-size: 16px;
  letter-spacing: 1px;
}

.why-i {
  color: var(--c1);
  font-size: 54px;
  margin-bottom: 3%;
}

/* slide with top nav */
.top-n-slider {
  position: relative !important;
}

.owl-theme .owl-nav {
  position: absolute !important;
  top: -15% !important;
  right: 5%;
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-nav button.owl-prev {

  font-size: 50px !important;
  font-weight: bold !important;
  color: var(--c1) !important;
}

.owl-nav button.owl-next {

  font-size: 50px !important;
  font-weight: bold !important;
  color: var(--c1) !important;
}

/* .owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #FFF;
  text-decoration: none;
} */
.new .item .dress-name .dress-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.new .item .dress-name .dress-txt p {
  margin-bottom: 0% !important;
}

.new .item .dress-name {
  padding: 3%;
  width: 90%;
}

.stike {
  text-decoration: line-through;
}

/* footer */
/*///////////////////////// footer //////////////////////////*/
.foot-top {
  background-color: var(--c1);
}

.foot-top i {
  color: #fff;
}

.foot-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.foot-img {
  object-fit: contain;
}

.f-opp p {
  transition: all .5s;
}

.f-opp p:hover {
  transform: translateX(10px);
  transition: all .5s;
}

/*************footer End*****************/
.icon-in-offnav {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 4%;
  border-top: 1px solid rgb(110, 109, 109) !important;
  z-index: -1;
}

.icon-in-offnav .btn {
  font-size: 14px !important;
}

.icon-off {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

}

.icon-off i {
  font-size: 23px;
  color: var(--c1);
  margin-right: 10px;

}

.nav-new-icon {
  width: 20px;
  object-fit: contain;
}

.in-ul .nav-link {
  letter-spacing: 1px;
  color: #635a5a !important;
  line-height: 2rem;
}

.in-ul {
  background-color: #FFF;
}


/*--------------------- new cart page --------------- */

.new-cart-box {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* border-left: 1px solid ; */
}

.check-out-cart .new-cart-box {
  width: 100%;
  background-color: #fff;
  box-shadow: unset !important;
}

.cart-sm-p {
  font-size: 13px;
  word-spacing: 2px;
}

.green {
  color: rgb(21, 170, 21) !important;
}

.voucher-icon-img {
  height: 30px;
}

.voucher-btn {
  background-color: #000 !important;
  color: #fff !important;
  outline: unset !important;
  border: unset !important;
}

.bg-vocher {
  background-color: #cccdcb !important;
}

.btn-cart-new {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.top-cart-main {
  background-color: #fff;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.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;
}

.cart-top-img {
  width: 50%;
}

.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;
}

.quantity-selector {
  display: flex;
  align-items: center;
}

.quantity-selector button {
  width: 30px;
  /* height: 30px; */
  background-color: #000;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  outline: none;
}

.quantity-selector input {
  width: 25px;
  /* height: 30px; */
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 5px;
  font-size: 16px;
  outline: none;
}

.quantity-selector button:active {
  background-color: #0056b3;
}


.quantity-selector {
  display: flex;
  align-items: center;
}

.quantity-selector button {
  width: 30px;
  height: 30px;
  background-color: #000;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  outline: none;
}

.quantity-selector input {
  width: 25px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 5px;
  font-size: 16px;
  outline: none;
}

.quantity-selector button:active {
  background-color: #0056b3;
}

.quantity-selector-detail {
  display: flex;
  align-items: center;
}

.quantity-selector-detail button {
  width: 40%;
  height: 40px;
  border: 1px solid #dddddd !important;
  background-color: transparent;
  color: black;
  border: none;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  outline: none;
}

.quantity-selector-detail input {
  width: 40%;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 5px;
  font-size: 16px;
  outline: none;
}

.quantity-selector-detail button:active {
  background-color: transparent;
}

/* Custom styles for the sidebar */
#sidebarcode {
  position: fixed;
  right: -390px;
  top: 0;
  height: 100%;
  width: 390px;
  background-color: #ffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: scroll;
}

#sidebarcode::-webkit-scrollbar {
  width: 5px;
}

#sidebarcode::-webkit-scrollbar-track {
  background: #f3f2f2;
}

#sidebarcode.active {
  right: 0;
}

.sidebar-header {
  /* padding: 15px; */
  background: #f6f6f6;
  /* color: white; */
  /* text-align: center; */
  position: relative;
}

.sidebar-content {
  padding: 15px;
}

.close-btn {
  /* position: absolute;
  top: 10px;
  right: 10px; */
  background: transparent;
  border: none;
  /* color: white; */
  font-size: 30px;
}

.code-card {
  width: 100%;
  background-color: #FFFF;
  border-top: 2px solid var(--c1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.in-code-card {
  width: 100%;
}

.code-card-ion {
  width: 25px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.apply-btn-side-bar {
  border: unset;
  outline: unset;
  background-color: #dbdbdb;
  /* color: #FFFFFF; */
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  border-radius: 3px;
}

.flat-p {
  font-size: 12px;
}

.details-box {
  display: none;
  margin-top: 10px;
  width: 100%;
  background-color: #f6f6f6;
}

.dis-li {
  font-size: 12px;
}

.invalid-feedback {
  display: none;
}

.sp {
  font-size: 13px;
}

.pop-voucher {
  width: 400px !important;
}

.pop-voucher-img {
  width: 60px;
}

.pop-line {
  width: 100%;
  height: 1px;
  background-color: var(--c1);
}

.after-pop {
  display: none;
}

/* --- new buy now page ----------- */
.old-add-box {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.w-card {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* --- pop up ------- */
.log-pop-over {
  width: 400px !important;
}

.log-pop-up-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.pop-up-main {
  position: relative;
}

.pop-up-close-btn {
  position: absolute;
  top: 5%;
  right: 5%;
}

.pop-up-in-put {
  border: unset !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0% !important;
}

.pop-lable {
  margin-bottom: unset !important;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(-20px);
}

.dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* my account */
.custom-dropdown {
  position: relative;
  display: inline-block;
}

.custom-dropdown-toggle {
  background-color: unset;
  color: white;
  border: none;
  cursor: pointer;
  border-right: 1px solid #ffff;
}

.custom-dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  color: #000 !important;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(-10px);
  border-top: 2px solid var(--c1);
}

.name-acount {
  border-bottom: 1px solid #d9d8d8;
}

.custom-dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.custom-dropdown-menu a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.custom-dropdown-menu a:hover {
  background-color: #f1f1f1;
}

.custom-dropdown:hover .custom-dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.acount-d-menu {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
}

/* my account page */
.profile-img-box {
  width: 200px;
  height: 200px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option-div {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  color: #000 !important;
}

.head-option {
  font-weight: 600;
  /* color: #434343; */
  font-size: 16px;
  text-transform: capitalize;
  margin-left: 10px;
  font-style: normal;
  line-height: 19px;
  color: #070707;

}

.border-last {
  border-right: 1px solid #c4c0c0;
}

/* .fnav p {
    font-size: 16px;
} */
.fnav p {
  /* font-size: 16px; */
  color: #FFF;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.slash-p {
  position: relative;

}

.slash-p::after {
  content: '|';
  position: absolute;
  right: 0%;
}

.outer-icon {
  width: 40px;
  height: 40px;
  background-color: #e8e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-heading {
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  line-height: 19px;
  font-family: Open Sans, sans-serif;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.FooterLink_siteFooter__HH7F_ p {
  color: #FFF;
  font-size: 13px;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.subtitle {
  color: #62646a;
  font-size: 15px;
  letter-spacing: .12px;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
}

.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;
}

.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;
}


/* ad banner */
.ad-boxs {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.des-top {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 0%;
  height: 100%;
  transition: all .5s ease-in-out;
}

.des-down {
  position: absolute;
  top: 40%;
  left: 0%;
  width: 100%;
  height: 10%;
  transition: all .5s ease-in-out;
}

.ad-boxs:hover .des-top {
  width: 100%;
  left: 0%;
  background: rgba(239, 235, 239, 0.3);
  transition: all 1s ease-in-out;
}

.ad-boxs:hover .des-down {
  top: 0%;
  height: 100%;
  background: rgba(239, 235, 239, 0.3);
  transition: all 1s ease-in-out;
}

.ad-boxs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-box-ovly {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
  color: #fff;
}

.ad-box-ovly h3 {
  font-weight: bold;
  font-size: 40px;
}

.tabs-top {
  display: flex;
  justify-content: flex-end;
}

/* rating */
.rating-starts .ratings, .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.rating-starts .ratings input, .rating input {
  display: none;
}

.rating-starts .ratings label, .rating label {
  position: relative;
  width: 1em;
  font-size: 3vw;
  cursor: pointer;
}

.rating-starts .ratings label {
  color: #fbcd0a;
  /* Star color in the rating-starts section */
}

.rating label {
  color: #FFD600;
  /* Star color in the form rating section */
}

.rating-starts .ratings label::before, .rating label::before {
  content: "★";
  position: absolute;
  opacity: 0;
}

.rating label:hover::before,
.rating label:hover~label::before,
.rating input:checked~label::before {
  opacity: 1;
}

/* Border for rating-starts section */
.rating-starts {
  border-right: 1px solid #e5d9d9;
}

/* Initially hide the review section */
#reviewSection {
  display: none;
}

#searchSection {
  display: none;
}

/* end */
.button-container .add-cart-btn {
  border-radius: 0;
  font-weight: 600;
  font-size: 1rem !important;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ================================= new product page left side design ==================== */
.new-pro-pg-img-card {
  width: 100%;
  overflow: hidden;

}

.new-pro-pg-img {
  width: 100%;
  transition: all .5s;
}

.new-pro-pg-img-card:hover .new-pro-pg-img {
  transform: scale(1.1);
  transition: all .5s;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: var(--c1) !important;
  /* Change to your desired color */
}

.carousel-indicators .active {
  background-color: var(--c2);
  /* Change to your desired color */
}

.new-why-slide-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.new-dot {
  position: unset !important;
}

/* for navbar to open dropdown on hover */
.nav-item-custom {
  position: relative;
}

.nav-link-custom {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 157%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
}

.dropdown-menu-custom li {
  padding: 5px 10px;
}

.dropdown-menu-custom li a {
  text-decoration: none;
  color: #000;
  display: block;
}

.dropdown-menu-custom li a:hover {
  background-color: #f8f9fa;
}

.menu-next-img {
  font-size: 13px;
  font-weight: bold;
}

/* image in dropdown menu */
.new-nav-drop-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: top center;
}

/* pop up menu */


/* category secsion */

.catgories_new {
  display: block;
  position: relative;
  border-radius: 14px;
  box-shadow: 0 3px 42px 0 rgba(38, 39, 59, .07);
  overflow: hidden;
  height: 100%;
  transition-duration: .15s;
  transition-timing-function: ease-in-out;
}

.catgories_new a img {
  height: 100%;
  object-fit: cover;
}

.catgories_new img {
  width: 100%;
  object-fit: cover;
  height: 220px;
  object-position: top;
}

.catgories_new figcaption {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 13px 10px;
  text-align: center;
  border-radius: 0 0 14px 14px;
  color: #25263a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .78px;
  text-transform: uppercase;
}

.catgories_new:hover {
  transform: scale(1.1);
}

/* /=====================/ */
.pack-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background-color: #000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff;
}

.package-slider {
  position: relative;
}

.add-slide {
  width: 100%;
}

.new-all-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.round-n {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.round-n img {
  width: 60%;
}

.br-right {
  border-right: 1px solid #000000;
}

/* ---------- shop page ------------ */
.nav-names {
  font-size: 14px;
  color: #b1b1b4;
}

.short-drop {
  background-color: #ffff !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: #000 !important;
  width: 200px;
  font-size: 14px !important;
  outline: none !important;
  border: 1px solid #c8c6c6 !important;
}

.short-drop:focus {
  border: 1px solid #c8c6c6 !important;
}

.sort-menus {
  width: 100% !important;
  border: 1px solid #c8c6c6 !important;
}

.sort-item {
  font-size: 13px !important;
}

.sort-item.sactive {
  background-color: #efeded !important;
  /* color: white; */
}

.sort-item:hover {
  background-color: #efeded !important;
}

/* filter section left side */
.main-filter-left {
  position: relative;
}

.stick-side {
  position: sticky;
  top: 0%;
}

/* filter subpage */

.left-filter {
  max-height: calc(110vh - 10vh);
  overflow: auto;
  position: sticky;
  top: 0%;
  transition: top 0.5s ease-out 0s;
  /* background-color: var(--bg); */
}

.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-headings {
  font-size: 13px;
  color: #515153;
  font-weight: 600;
}

.color-btn {
  width: 30px;
  height: 30px;
  border-radius: 0% !important;
}

.color-btn:hover {
  border: 1px solid var(--c1) !important;
  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;
}

/* 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;
}

/* --- sort by mobile --- */
.sort-mob-op {
  border-radius: 0% !important;
  font-size: 15px !important;
  height: 50px;
  width: 100%;
  text-align: start !important;
  font-weight: 500 !important;
}

.full-sort {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0%;
  bottom: 0%;
  display: none;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 40;
}

.sort-mob-fix {
  background-color: #ffff;
}

.sort-mob-op.soactive {
  font-weight: bold !important;
  background-color: #efeded !important;
}

.fix-whatspp {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 10 !important;
}

.in-fix-whatapp {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.in-fix-whatapp img {
  width: 60%;
}

.ad-vedio {
  width: 100%;
  object-fit: cover;
  height: 600px;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;

}

.check-input {
  background-color: #fff !important;
}

.form-control:focus {
  background-color: #fff !important;
}

.check-input:active {
  background-color: #fff !important;
}

.flat-off-img {
  width: 25px;
}

/* -------------------- */
.fix-cart {
  position: fixed;
  bottom: 0%;
  left: 0%;
  z-index: 30;
  background-color: #fff;
}

.in-fix-cart {
  background-color: #000;
}

.fix-botom-icon {
  width: 26px;
}

.fix-bt-text p {
  font-size: 13px;
}

.round-check-icon {
  width: 39px;
}

.bdr-lg {
  border: 1px solid #bbbaba;
}

.th-acc .accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
}

.th-pro-img {
  height: 120px;
  object-fit: cover;
  object-position: top;
}

/* --- */
.search-container {
  position: relative;
  width: 300px;
}

#search-input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.typing-effect {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 16px;
  white-space: nowrap;
  pointer-events: none;
}

/* ----------------- */
.size-main-ch {
  border-radius: 18px !important;
}

.size-chart-btn {
  min-width: 38px;
  /* height: 30px; */
  border-radius: 15px !important;
  font-weight: bold !important;
  font-size: 13px !important;
}

.size-main-ch .active {
  background-color: red !important;
  color: #fff !important;
}

/* ------- */

.modal-con {
  height: 111px;
  width: 100% !important;
}

.modal-con2 {
  height: 150px;
  width: 170px !important;
}

.modal-con-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.name1 {
  font-size: 11px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0%;
}

.modal-con3 {
  height: 180px;
  width: 170px !important;
}

.link-text {
  color: var(--c1);
  text-decoration: underline !important;
}

.btn-grad {
  background-image: linear-gradient(to right, #1f4f21 0%, var(--c1) 51%, #68b46a 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  display: block;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


.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;
}

.small-image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.small-image-col {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .small-image-col {
    flex: 1 1 calc(50% - 10px);
    /* half width with gap */
  }
}

.small-image-overlay-wrapper {
  position: relative;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.small-image-overlay-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.small-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.small-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  /* padding: 0 10px; */
}


/* Sidebar styles */
.sidebar {
  width: 350px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Show sidebar */
.body-sidebar-open .sidebar {
  transform: translateX(0);
}

/* Backdrop */
.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
  /* Semi-transparent black */
  z-index: 45;
  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;
}

.closex-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.products-section {
  flex: 1;
  min-height: 55%;
  max-height: 70%;
  overflow-y: auto;
  padding: 10px 0px 10px 0px;
  background-color: #fff;
}

.sidebar-preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(91, 91, 91, 0.7);
  /* Glassed black background */
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.body-sidebar-open {
  overflow: hidden !important;
}

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--brown);
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal-con1 {
  height: 135px;
  width: 40% !important;
}

.modal-con-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}


/* slider */
.slides-new {
  max-height: calc(122vh - 100px);
  /* overflow: auto; */
  position: sticky;
  overflow: hidden;
  top: 50px;
  transition: top 0.5s ease-out 0s;
  vertical-align: baseline;
  scroll-behavior: smooth;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

/* Swiper container setup */
.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;
}

/* Swiper container setup */
.swiper {
  height: 100%;
  width: auto;
  overflow: hidden;
}

.mySwiper {
  width: 100%;
  /* Thumbnails: 20% of col-lg-6 */
  height: 150px;
  /* Set a max height */
  margin-top: 5px !important;
  cursor: pointer;
}

.mySwiper2 {
  width: 100%;
  /* Main slider: 80% of col-lg-6 */
  height: 650px;
}

/* Prevent overflow */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Styling navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

/* Pagination styles */
.swiper-pagination-bullet {
  background: #8e8e8e !important;
  /* Default color */
  opacity: 0.8 !important;
  width: 7px !important;
  /* Custom width */
  height: 7px !important;
  /* Custom height */
  transition: all 0.3s ease;
  /* Smooth transition for hover/active states */
}

/* Active bullet styles */
.swiper-pagination-bullet-active {
  background: #ffffff !important;
  /* Active bullet color */
  opacity: 1 !important;
  width: 10px;
  /* Custom width for active bullet */
  height: 10px;
  /* Custom height for active bullet */
}

.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);
}

/* -------------------  */



.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;
}

.mob-cat-form {
  padding: 16px 15px;
  border-bottom: 1px solid rgba(219, 219, 219, 0.4);
  display: flex;
  align-items: center;
  gap: 5px;
}

.mob-cat-form .form-check-label {
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 12px;
  font-family: var(--font-global);
}

.form-check-input {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8D8D8D;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
}

/* When checked: don't change background, just show tick */
/* Optional: keep unchecked state clean */
.form-check-input::after {
  content: '';
}

.form-check-input:focus {
  border-color: var(--c1) !important;
  outline: 0;
  box-shadow: unset !important;
}

.btn-coll {
  background: #f5f5f5;
  color: #212121 !important;
  /* width: 150px; */
  border-bottom: 2px solid #fff !important;
  padding: 15px 15px;
  border: 0px;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-family: var(--font-global);
}

.off-btn .active {
  background-color: #fff !important;

}

.bg-f6 {
  background-color: #f6f6f6 !important;
}

.new-top-fix {
  position: relative;
}


.filter-box-desktop {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.filter-header-desktop {
  background-color: #f8f9fa;
  padding: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-section-desktop {
  border-bottom: 1px solid #e0e0e0;
}

.filter-toggle {
  padding: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
  transition: background-color 0.3s ease;
}

.filter-toggle span {
  font-size: 13px;
  color: #212121;
  text-transform: capitalize;
  line-height: 1.4;
  font-family: var(--font-global);
}

/* .filter-toggle.active {
  background-color: #e9ecef;
} */

.form-check-label {
  line-height: 1.4;
  margin-left: 15px;
  font-size: 13px;
  color: #212121;
  text-transform: capitalize;
}

.filter-form-check {
  padding: 10px 20px;
  border-bottom: 2px solid #f2f2f2;
}


.selected-category-badge {
  display: inline-flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.remove-category {
  cursor: pointer;
  margin-left: 5px;
  font-weight: bold;
  color: red;
}

.remove-category:hover {
  color: darkred;
}


.sopp-fil {
  /* height: 55px; */
  width: 100%;
  /* border-radius: 50%; */
  /* background-color: #111 !important; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}


.side-op1 {
  position: fixed;
  bottom: 0%;
  right: 0%;
  z-index: 20;
  /* background-color: #333; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 100%;
  background-color: #fff !important;
}



/* .sopp-fil i {
  font-size: 40px;
} */



/* Sort Modal List Item Styles */
#sortModalBottom .modal-content ul li {
  padding-left: 8px;
  line-height: 18px;
  font-size: 13px;
  cursor: pointer;
  font-family: var(--font-global);
}

#sortModalBottom .modal-content ul li:hover {
  background-color: #f8f9fa;
}

/* Modal Content Background */
#sortModalBottom .modal-content {
  background-color: #fff !important;
}

/* Bottom Modal Positioning */
#sortModalBottom .modal-bottom {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

button#sortDropdown {
  font-size: 14px;
  border: unset !important;
  font-family: var(--font-global);
}

.modal-bottom .modal-content {
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}

/* Backdrop Styling (GLOBAL — outside modal) */
.modal-backdrop.show {
  opacity: 0.5 !important;
  background-color: #000 !important;
}


/* make it responsive */
@media screen and (max-width:1400px) {
  .btn .badge {
    position: relative;
    top: 9px !important;
    min-width: 17px;
    min-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 70% !important;
  }

  /* .hero{
      height: 58vh !important;
  } */
  .logo {
    width: 130px;
    object-fit: contain;
  }

  .dress-name {
    height: 316px;
    width: 197px;
    padding: 1%;
    position: relative;
    margin: 1%;
    background-color: #fff;
  }

  .mob-baner {
    display: none !important;
  }

  .desk-baner {
    display: block;
  }

  /* product list */
  .c-wrapper {
    width: 160px;
    height: 160px;
  }

  .cat-new-img {
    /* height: 108px; */
    object-fit: contain;
  }

  .wrap-txt {
    font-size: 16px;
  }

}

@media screen and (max-width:1200px) {
  .nav-link {
    padding-right: 0.5rem !important;
  }
}

@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: 80% !important;
    z-index: 1000;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  .offcanvas-header {
    background-color: var(--c2);
  }

  /* product list */
  .c-wrapper {
    width: 140px;
    height: 140px;
  }

  .cat-new-img {
    height: 100px;
    object-fit: contain;
  }

  .wrap-txt {
    font-size: 14px;
  }
}

@media screen and (max-width:1024px) {
  .dress-name {
    height: 230px;
    width: 166px;
    padding: 1%;
    position: relative;
    margin: 1%;
    background-color: #fff;
  }

  .wish-in-crt {
    background-color: var(--red) !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: bold !important;
  }
}

@media screen and (max-width:1024px) {
  .product-card {
    width: 100%;
    min-height: 265px !important;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 4%;
    border-radius: 16px;
    margin: 2%;
  }
}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    width: 120px;
  }

  .nav-link {
    font-size: 13px !important;
  }

}

@media screen and (max-width:920px) {

  /* category */
  .mySwiper {
    min-height: 100px;
    height: unset !important;
  }

  .accordion {
    --bs-accordion-border-color: unset !important;
    border: none !important;
    /* Remove all borders */
  }

  .accordion-item {
    border-bottom: 1px solid #ebe7e7 !important;
    /* Set mild color for bottom border */
  }

  .accordion-button {
    border: none !important;
    /* Ensure no border for the button */
    border-bottom: 1px solid #ebe7e7 !important;
    /* Add bottom border to the button */
  }

  .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    /* Remove shadow when the accordion is expanded */
  }

  .quantity-option {
    border-bottom: 5px solid #f1f1f1;
    border-top: 5px solid #f1f1f1;
    margin: 0 -15px;
    padding: 20px 0;
  }

  .catgories_new:hover {
    transform: unset !important;
  }

  .rating-starts .ratings, .rating {
    justify-content: center;
  }

  .rating-starts .ratings label, .rating label {
    font-size: 8vw;
  }

  .mob-baner {
    display: block !important;
  }

  .desk-baner {
    display: none !important;
  }

  .ad-boxs {
    margin-bottom: 3%;
    height: 341px;
  }


  .quantity-selector-detail button {
    width: 40%;
    height: 40px;
  }

  .quantity-selector-detail input {
    width: 40%;
    height: 40px;
  }

  .nv-togle {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  /* my account page */
  .bo-bot {
    border-bottom: 1px solid #d5d5d5;
  }

  .under-profile {
    background-color: #FFF;
    border-radius: 20px 20px 0px 0px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    flex-direction: column;
  }

  .option-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .border-last {
    border-right: unset;
  }

  .mob-bg {
    background-color: #f6f6f6;
  }


  .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 {
    display: inline-block;
    width: 100%;
    padding: 16px 24px;
    font-size: 13px;
    color: #25263a;
    font-weight: 500;
    text-transform: capitalize;
  }

  .nav-item {
    padding: unset;
  }

  .newnav .nav-active {
    color: var(--c1) !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: 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;
  }

  .nav-active {
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .navbar .nav-item {
    /* border-bottom: 1px solid var(--c1); */
    border-bottom: 1px solid #eaeaec;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
  }

  .active.btn.login {
    padding-right: 10px;
    border-right: 1.5px solid #fff !important;
    margin-right: 10px;
  }

  .header-top .container .right {
    padding-left: 0% !important;
  }

  /* .top{
      margin-top: 11%;
  } */
  /* body{
      touch-action: pan-y;
  } */
  .main-nav {
    display: none !important;
  }

  .mob-baner {
    display: block !important;
  }

  .desk-baner {
    display: none !important;
  }

  .nave-hide {
    display: none !important;
  }

  .nav-i {
    font-size: 25px;
    padding: 10px;
  }

  .dress-name {
    height: 280px;
    width: 217px;
    padding: 2%;
    position: relative;
    margin: 1%;
    background-color: #fff;
  }

  .filter-slide {
    width: 60%;
    left: -60%;
  }

  .hero {
    height: auto !important;
  }

  .demo {
    opacity: 0.6;
    height: unset !important;
  }

  .buy-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    height: 65px;
    padding: 1%;
  }

  .owl-theme .owl-nav {
    display: none !important;
  }

  .check-delevery {
    width: 270px !important;
    height: 35px;
  }

  .mb-like-crd {
    display: none !important;
  }

  /* footer */
  .foot-con {
    justify-content: center;
  }

  .btn .badge {
    position: relative;
    top: 6px !important;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* product list */
  .c-wrapper {

    width: 180px;
    height: 180px;
  }

  .cat-new-img {
    /* height: 104px; */
    object-fit: contain;
  }

  /* .wrap-txt{
      font-size: 12px;
  } */

  .pop-voucher {
    width: 100% !important;
  }

  .main-sli {
    position: relative;
  }

  /* nav bar bg color in mobile view */
  .bg-l {
    background-color: #f6f6f6;
  }

  .bg-w {
    background-color: #ffff;
  }

  /* .br-right{
  border-right: unset;
  border-top: 1px solid #000000;
} */
  .las-p {
    font-size: 12px;
  }

  /* ----------- mobile filter ---------------- */
  /* mobile filter option */
  .left-filter {

    display: none !important;
  }

  .filter-mobile {
    display: block;
  }

  .filter-box {
    overflow-y: scroll;
    height: 100vh;
    /* background-color: aqua; */
  }

  .filter-box div:last-child {
    margin-bottom: .5rem !important;
    /* Adjust this value as needed */
  }

  .filter-open {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    color: var(--red) !important;
    width: 50%;
    border-radius: 0% !important;
    outline: unset !important;
  }

  .filter-open:focus {
    border: none !important;
    outline: unset !important;
  }

  .filter-mobile-box {
    display: flex !important;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 20 !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }

  .sort-mb-btn {
    border-right: 1px solid #000 !important;
  }


  .ad-vedio {
    width: 100%;
    object-fit: cover;
    height: unset;

  }

  /* ----- */
  .bdr-lg {
    border: unset !important;

  }

  .sh {
    background-color: #ffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .small-p {
    font-size: 13px;
  }

  .th-text {
    font-size: 17px;
  }

  .th-pro-img {
    height: 80px;
    object-fit: cover;
    object-position: top;
  }
}

@media(max-width:768px) {
  .footer-wrap h3 {
    margin-top: 27px;
  }

  footer .round-btn {
    margin: 15px 4px;
  }
}

@media (max-width: 767.98px) {
  .small-image-overlay-wrapper {
    height: 180px;
  }

  .small-overlay-text {
    font-size: 1.2rem;
  }
}

/* Hide thumbnails and expand the main slider on smaller screens */
@media screen and (max-width:720px) {
  .mySwiper {
    width: 100%;
    /* Thumbnails: 20% of col-lg-6 */
    height: 130px;
    /* Set a max height */
    margin-top: 5px !important;
    cursor: pointer;
  }

  .mySwiper2 {
    width: 100%;
    /* Main slider: 80% of col-lg-6 */
    height: 500px;
  }
}

/* Hide pagination on larger screens */
@media (min-width: 769px) {
  .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width:660px) {

  /* Sidebar styles */
  .sidebar {
    width: 350px;
    height: 100%;
    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;
  }
}

@media screen and (max-width:620px) {
  .menu {
    width: 23px;
  }

  .logo {
    width: 103px;
    /* height: 48px; */
  }

  .sm-js {
    text-align: justify !important;
  }

  .active.btn.login {
    padding-right: 10px;
    border-right: 1.5px solid #fff !important;
    margin-right: 10px;
  }

  .top-fitsrt-content {
    font-size: 12px !important;
  }

  .header-top .container .right {
    padding-left: 0% !important;
  }

  /* .top{
      margin-top: 28%;
  } */
  .logo {
    width: 130px;
    object-fit: contain;
  }

  .icon-div i {
    font-size: 19px;
  }

  .ad-boxs {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    background-color: antiquewhite;
    border-radius: 0% !important;
    transition: all .5s;
  }

  .fnav p {
    font-size: 12px;
  }

  .filter-slide {
    width: 85%;
    left: -100%;
  }

  .item .dress-name {
    height: 244px;
    width: 100%;
    position: relative;
    margin: 1%;
    margin-top: 5%;
  }

  .dress-name {
    height: 290px;
    width: 48%;
    position: relative;
    margin: 1%;
    margin-top: 5%;
  }

  .check-delevery {
    width: 303px !important;
    height: 35px;
  }

  .stocks {
    position: absolute;
    top: 3%;
    left: 4%;
    background-color: #0a0a0a;

  }

  .mb-like-crd {
    display: none !important;
  }

  .btn .badge {
    position: relative;
    top: 8px !important;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* left: 75% !important; */
  }

  /* product list */
  .c-wrapper {
    width: 140px;
    height: 140px;
  }

  .cat-new-img {
    /* height: 64px; */
    object-fit: contain;
  }

  .wrap-txt {
    font-size: 12px;
  }

  /* .c-wrapper::before {
      content: '';
      position: absolute;
      inset: -1px 12px;
      background: var(--c1);
      transition: 500ms;
      animation: rotate 4s linear infinite;
      z-index: -1;
  } */

  /*----------- new cart page -------------- */
  .cart-price-p {
    font-size: 14px;
  }

  .one-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
  }

  /* Custom styles for the sidebar */
  #sidebarcode {
    position: fixed;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: right 0.3s ease;
    z-index: 10000;
  }

  .log-pop-over {
    width: 90% !important;
  }

  .modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 1rem);
  }

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: unset !important;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width:400px) {
  .logo {
    width: 110px;
    object-fit: contain;
  }

  .nav-i {
    /* font-size: 18px;
    padding: 3px; */
    font-size: 20px;
    /* padding: 5px; */
    padding-right: 1px;
  }

  .stocks {
    position: absolute;
    top: 3%;
    left: 4%;
    background-color: #0a0a0a;

  }

  .fnav p {
    font-size: 8px;
  }

  .btn .badge {
    position: relative;
    top: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* left: 75% !important; */
  }

  .icon-div img {
    width: 22px;
  }
}

@media screen and (max-width:370px) {

  .nav-i {
    /* font-size: 16px; */
    font-size: 20px;
    padding: 6px;
  }

  .stocks {
    position: absolute;
    top: 3%;
    left: 4%;
    background-color: #0a0a0a;

  }

  .btn .badge {
    position: relative;
    top: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* left: 75% !important; */
  }
}

@media screen and (max-width:346px) {
  .logo {
    width: 100px;
    object-fit: contain;
  }

  .nav-i {
    font-size: 16px;
  }

  .stocks {
    position: absolute;
    top: 3%;
    left: 4%;
    background-color: #0a0a0a;

  }

  .toggler-icon {
    width: 25px;
  }
}

@media(max-width:320px) {
  .copyright {
    font-size: 13px;
  }
}

/* ----- pop up ------ */
.otp-pop-up input:focus {
  /* border: unset !important; */
  box-shadow: unset !important;
  outline: unset !important;
}

.pop-up-otp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.otp-headr {
  position: relative;
  height: 210px;
}

.btn-otp-close {
  position: absolute;
  top: 4%;
  right: 2%;
  border-radius: 50% !important;
  background-color: #f6f6f6f6 !important;
}

.otp-log-in-btn {
  width: 100%;
  border-radius: 0% !important;
}

.otp-log-in-btn2 {
  width: 100%;
  border-radius: 0% !important;
}

#otpSection {
  display: none;
}

#timer {
  font-weight: bold;
  color: red;
}

.small-pop {
  font-size: 14px;
}

/* ---order page---- */
.order-item-bx {
  background-color: #ffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  border-radius: 12px;
  color: #000;
}

.order-new-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.order-head {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.order-status {
  background-color: var(--c1);
  text-align: center;
  color: #fff;
  /* border-radius: 8px; */
  /* max-width: 80%; */
}

/* =+----order detais page ---- */
.ordeer-bx-2 {
  background-color: #ffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  /* border-radius: 10px; */
  color: #000;
}

.order-new-img-2 {
  width: 100%;
  /* height: 150px; */
  object-fit: cover;
}

.deleverd-status {
  background-color: green;
}

.bg-f6 {
  background-color: #f6f6f6;
}

.bg-w {
  background-color: #ffff;
}

.form-control {
  outline: unset !important;
  box-shadow: unset !important;
}

.form-control:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.form-check-input {
  border: 1px solid #000 !important;
}

.change-profile {
  position: relative;
}

.over-profile {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  inset: 0%;
  transition: .5s;
}

.change-profile:hover .over-profile {
  display: flex;
  transition: .5s;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  border: 1px solid #c6c3c3 !important;
  width: 18px;
  height: 18px;
}

label.form-check-label.small {
  color: #383c43 !important;
}

.form-check-input:checked {
  background-color: var(--c1) !important;
  border: 2px solid var(--c1) !important;
}

/* address page */
.address-checkout {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
  text-transform: capitalize;
}


.def-bx {
  background-color: green;
  color: #fff;
  border-radius: 7%;
}

.adress-card {
  background-color: #f3f3f3;
  border-radius: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px
}

.def-div {
  min-height: 50px;
}

.profile-new {
  height: 120px;
  width: 120px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.btn-log {
  /* background-color: var(--c2) !important; */
  color: #fff !important;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
}

.btn-log:focus {
  outline: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}

.nav-user-new .dropdown-toggle::after {
  display: none !important;
}

.user-menu {
  right: 0% !important;
}

/* top nav */
.top-first {
  background: #216c24 !important;
}

.header-top {
  /* background: #000; */
  /* border-bottom: 1px solid #d7d7d7; */
}

.header-top .right .signup {
  color: #FFF;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 12px;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  font-family: "Lato-Regula" !important;
  font-weight: 500;
  border-right: 1px solid #d7d7d7;
  border-radius: 0%;
}

.header-top .right .login {
  color: #FFF;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 12px;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  font-family: "Lato-Regula" !important;
  font-weight: 500;
}

.ofer-new-img {
  width: 26px;
  animation: crescendo 1s alternate infinite ease-in;
  animation: heartbeat 1s infinite;
}

a.pb-2.name-acount {
  font-size: 12px;
}

a.acount-d-menu.fw-normal {
  font-size: 12px;
}

/* ########## track order page  ########## */
.home-search {
  width: 40%;
}

.hero-input input {
  height: 50px;
}

.hero-input .btn {
  border-radius: 8px !important;
  background-color: #000;
  color: #fff;
  /* width: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-input .btn:hover {
  background-color: #000;
  color: #fff !important;
}

.track-main {
  width: 100%;
}

.track-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.track-icon-bx {
  width: 100%;
  display: flex;
  align-items: center;
}

/* :root{
  --tc:#e0424a;
} */
.track-icon {
  background-color: var(--c4);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-icon i {
  color: #fff;
  font-size: 25px;
}

.track-line {
  width: 80%;
  height: 6px;
  background-color: var(--c4);
}

.track-head {
  font-size: 15px;
  /* color: var(--tc); */
  font-weight: bold;
  letter-spacing: 1px;
}

.track-sub {
  color: var(--c4);
  font-size: 13px;
}

.before-reach .track-icon {
  background-color: #FFFF !important;
  border: 1px solid var(--c4);
}

.before-reach .track-icon i {
  color: var(--c4) !important;
}

.before-reach .track-line {
  background-color: #8e8d8d;
  /* border: 1px solid #dee2e6; */
}

.toast-success {
  background-color: darkgreen !important;
  padding-top: 5% !important;
  padding-bottom: 5% !important;
  /* Optional: Add padding-bottom for better vertical spacing */
  color: white !important;
  /* Ensure text is visible on dark background */
  z-index: 50 !important;
  /* Set z-index to a high value to ensure it appears on top */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s;
}

.toast {
  z-index: 50 !important;
  /* Ensure all toast notifications have a high z-index */
}

/* //// */