.active>.page-link, .page-link.active {
  color: var(--bs-pagination-active-color) !important;
  background-color: var(--red) !important;
  border-color: var(--red) !important;
}

.page-link {
  color: var(--red) !important;
}

.zoom-con {
  height: 100vh;
  width: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  background-color: var(--c2);
  touch-action: none;
  cursor: move;
  position: relative;
  /* Set cursor to indicate draggable content */

}

.zoom-icon {
  position: absolute;
  bottom: 3%;
  right: 3%;
  font-size: 19px;
  color: var(--c1);
}

.go-back {
  position: absolute;
  top: 3%;
  right: 3%;
}

#productImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.sim-pro {
  position: relative !important;
}

.sim-pro .owl-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute !important;
  top: 30% !important;
  right: 0% !important;
}

.sim-arrow {
  background-color: #000 !important;
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}

.sim-pro:hover .sim-arrow {
  transform: scale(1.3) !important;
  transition: all 1s !important;
}

.sim-card .name {
  width: 80%;
}

.isim-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}

.sim-img {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width:1100px) {
  .isim-btn {
    font-size: 12px !important;
  }
}


.close-zoom {
  background-color: #000 !important;
  color: #fff !important;
  position: absolute;
  top: 2%;
  right: 2%;
}

.slideshow-items {
  width: 100%;
}

.slideshow-thumbnails {
  width: 100px;
  height: 100px;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4);
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
  /* object-fit: cover; */
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}

.other-hero img {
  width: 100%;

  object-fit: contain;
}

.slid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ss {
  width: 90px !important;
  height: 100px !important;
  /* object-fit: cover; */
}

.ss img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex !important;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
  justify-content: center !important;
} */
.all-items .col-6 {
  padding: 1%;
  padding-bottom: 0%;
}

.left-filter {
  max-height: calc(110vh - 100px);
  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;
}

/* product card */
.all-items {
  width: 100% !important;
}

.product-card {
  width: 100%;
  min-height: 325px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 4%;
  border-radius: 16px;
  margin: 2%;
  border: 1px solid rgb(0, 0, 0, .08);
}

.pc {
  z-index: 1;
}

.product-card img {
  height: 80%;
  width: 100%;
  border-radius: 16px;
}

.product-name {
  font-size: 22px !important;
  line-height: 22px;
  font-weight: 400 !important;
  /* font-size: 16px !important; */
  color: #252931;
  letter-spacing: -.24px;
  text-align: left;
  font-weight: 400 !important;
  margin-bottom: 12px;
}

.delivery-default {
  font-size: 11px;
  color: var(--gunmetal-color);
  line-height: 17px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  opacity: .9;
  font-weight: 500;
}

.small-font {
  font-size: 15px;
  line-height: 17px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  opacity: .9;
  font-weight: 300;
}

.pro-name-sub {
  /* text-align: center; */
  /* color: black; */
  margin-bottom: 0% !important;
  font-size: 13px;
  color: #434343;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 10px;
  height: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* width: 80%; */
  text-align: center !important;
}

.pro-sub-text {
  width: 100%;
  height: 20%;
  padding-top: 3%;
  text-align: center;

}

.pro-sub-text p {
  font-size: 12px;
}

.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); */
}

.product-card:hover .like-crd {
  bottom: -0%;
  transition: all .5s;
  /* transform: translateY(-50%); */
}

.dress-name:hover .like-card {
  bottom: 4% !important;
  transition: all 5s;
}


/* .like:hover{
    color: var(--red);
  } */
/* product page */
.p-name-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-n-like {
  font-size: 30px;
  color: var(--red);

}

.clr-btn {
  height: 50px;
  width: 50px;
  border-radius: 50% !important;
  margin-right: 1%;
  margin-bottom: 1%;
}

.clr-btn-t {
  height: 100px;
  width: 100px;
  border-radius: 50% !important;
  /* margin-right: 1%; */
  margin-bottom: 1%;
}

.clr-ts {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
}

.size-btn {
  border: 1.5px solid var(--c1) !important;
  font-size: 15px !important;
  font-weight: bold;
  padding: 8px 16px;
  min-width: 80px;
  /* Ensures even width */
  text-align: center;
  margin: 4px;
  /* Uniform margin on all sides */
  position: relative;
  box-sizing: border-box;
}

.size-btn.selected {
  background-color: var(--c1) !important;
  color: #FFF !important;
}


.disabled-size {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed !important;
  background-color: #8180806f !important;
}

/* Center text inside the button */
.size-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Slash icon styling */
.slash-icon {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px !important;
  background-color: rgb(0, 0, 0);
  /* Black slash — change to white if needed */
  transform: rotate(-20deg);
  transform-origin: center;
  pointer-events: none;
}

.s-btn {
  height: 50px;
  width: 50px;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 3%;
  border-radius: 50% !important;
  font-size: 14px !important;
  background-color: #434343 !important;
  color: #fff !important;
  position: relative;
}

.not-click {
  height: 100%;
  width: 100%;
  /* border-radius: 50% !important; */
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(222, 221, 221, 0.663);
  /* z-index: 2; */
}

.lin-btn {
  width: 100%;
  height: 3px;
  background-color: #fff;

}

.not-click:hover {
  cursor: not-allowed;
}

.qty {
  width: 50px;
  height: 40px;
  font-size: 20px;
}

.buy-now-btn {
  width: 40%;
  height: 40px;
  font-size: 14px !important;
  color: #fff !important;
  background-color: var(--c1) !important;
  padding: auto !important;
  /* margin-right: 1%; */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.add-cart-btn {
  width: 40%;
  height: 40px;
  font-size: 14px !important;
  margin-right: 1%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--red) !important;
  border: 1px solid #ecb8b8 !important;
}

.add-cart-btn:hover {
  color: var(--red) !important;
  background-color: #f4ced2 !important;
  border: 1px solid #ecb8b8 !important;
}

.rev-btn {
  width: 40%;
  height: 40px;
  font-size: 14px !important;
  margin-right: 1%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #000000 !important;
}

.check-delevery {
  width: 300px;
  height: 35px;
}

.del-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  margin-left: 1%;
}

.new-pro-drop-down .accordion .accordion-item {
  margin-bottom: 3%;
  /* padding: 2%; */
}

.new-pro-drop-down .accordion .accordion-item .accordion-button i {
  font-size: 23px;
}

/* whish list */
.wish-page {
  min-height: 23vh;
}

.wish {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.whish-img {
  width: 150px;
}

.add-cart, .like-wish {
  height: 50px;
}

.add-cart {
  background-color: var(--c1) !important;
  color: white !important;
}

.f-box-one {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-box {
  display: flex;
  align-items: center;
  justify-content: center;

}

.wish-p {
  margin-left: 1%;
  font-weight: bold;
}

/* 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;
}

/* ////////buy now page/////// */
.price-buy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgb(204, 200, 200);
}

.buy-product-card {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  justify-content: flex-start;
  height: 150px;
  border-bottom: 1px solid rgb(181, 178, 178);
  padding-bottom: 2%;
}

.buy-product-card img {
  /* width: 40%; */
  height: 100%;
  object-fit: cover;
  margin-right: 2%;
}

.btn-buy-product {
  background-color: var(--red) !important;
  color: #fff !important;
}

.wish-in-crt {
  background-color: var(--red) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: bold !important;
}

.product-buy {
  width: 50%;
}

/* /////////////////////cart page/////////////////// */
.cart {
  min-height: 55vh;
}

.buy-in-crt {
  background-color: var(--red) !important;
  color: #fff !important;
  font-size: 14px !important;
}

.cart-right {
  max-height: calc(110vh - 100px);
  overflow: auto;
  position: sticky !important;
  top: 100px !important;
  transition: top 0.5s ease-out 0s;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.cart-right::-webkit-scrollbar {
  display: none;
}

/* .cart-top-head{
  display: none;
} */

/* Hide scrollbar for IE, Edge and Firefox */
.cart-right {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cart-right2 {
  border: 2px solid var(--c1);
}

.cart-h2 h2 {
  font-size: 20px;
}

.cart-left {
  /* overflow-y: scroll;
  scroll-behavior: smooth; */
  /* height: 100vh; */
  vertical-align: baseline;
  scroll-behavior: smooth;
}

.cart-card {
  border-bottom: 1px solid rgb(169, 168, 168);
  padding-bottom: 2%;
}

.cart-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* flex-direction: column; */

}

.cart-img img {
  /* height: 150px; */
  width: 100px;
}

.filter-mobile-box {
  display: none;
}

.cart-name {
  width: 200px;
  margin-left: 3%;
}

.cart-txts {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px !important;
  width: 100%;

}

.qty-cart {
  height: auto;
  width: 60px;
  margin-top: -10% !important;
}

.cart-title {
  border-bottom: 1px solid black;
}

.cart-title p {
  font-size: 13px;
}

.cn1 {
  font-size: 14px;
}

.ct-sub {
  display: none;
}

.price-buy p {
  font-size: 13px;
}

.buy-box-right {
  border: 2px solid var(--c1);
}

.buy-frm input {
  margin-top: 2% !important;
  background-color: rgba(243, 244, 245, 1) !important;
  outline: none !important;
  border: none !important;
  height: 50px;
}

.ch input {
  margin-top: 1% !important;
  /* padding: 0% !important; */
  height: 20px !important;
}

/* .accordion-button{
  box-shadow:  inset 0 -1px 0 rgba(0,0,0,.125) !important;
} */
.accordion-button {
  font-size: 15px !important;
  font-weight: 500;
}

.text-small {
  font-size: 14px;
}

.car-rows {
  position: relative;
}

.del-i {
  position: absolute;
  top: 3%;
  left: 95%;
}

.del-i i {
  font-size: 20px;
  color: var(--c1);
}

/* wislist */
.del-w-i {
  position: absolute;
  top: 3%;
  left: 90%;
}

.del-w-i i {
  font-size: 20px;
  color: var(--c1);
}

.main-sli {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-sli img {
  height: 500px;
  object-fit: contain;
}

.slide-slc-btn {
  width: 100px;
  object-fit: cover;
}

.sub-mn-sli {
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* background-color: antiquewhite !important; */
}

/* size chart */
td, th {
  font-size: 12px;
  padding: 0% !important;
}

td {
  padding: 1% !important;
}

.size-ch-btn {
  font-size: 13px !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  /* background-color: var(--c1) !important; */
  color: var(--red) !important;
}

.size-ch-img img {
  width: 100%;
}

.size-ch-text p {
  font-size: 12px;
}

.size-ch-text ul li {
  font-size: 12px;
}

/* discription */
.discrip-box {
  background-color: #e5e5e5 !important;
  margin-right: 1%;
  min-height: 380px;
}

.discrip-text p {
  font-size: 14px;
  /* letter-spacing: 1px; */
  /* font-family: sans-serif !important; */
}

.discrip-text .p1 {
  width: 60px;
}

.discrip-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.new-pro-drop-down .accordion .accordion-button {
  padding: 2% 2%;
}

.new-pro-drop-down .accordion .accordion-body {
  color: #222222 !important;
}

.page-full {
  min-height: 75vh;
}

/* new tabs in product discription page */
.des-icon-bx i {
  font-size: 45px;
}

.des-icon-bx p {
  font-size: 12px;
  font-weight: bold;
}

.dis-navbar {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.dis-nav {
  border: none !important;
}

.dis-nav .nav-link {
  color: #000 !important;
}

.dis-nav .active {
  background-color: unset !important;
  border: 1px solid var(--c1) !important;
  font-weight: bold;
}

.cen-t {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.table-dis tr th {
  font-size: 15px !important;
  padding-left: 11px !important;
  letter-spacing: 1px;
}

.table-dis tr td {
  font-size: 15px !important;
}

.dis-navbar .nav-link {
  font-weight: normal;
}

/* blog */
.card-img-top {
  height: 200px;
  object-fit: cover;
}

/* ////////Contact us///// */
.form-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.con-cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cc {
  min-width: 350px !important;
  min-height: 250px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  border-radius: 15px;
  border-top: 5px solid var(--c1);
  padding: 3%;
  transition: .5s;
}

.cc:hover {
  transition: .5s;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.cc i {
  font-size: 50px;
  margin-bottom: 3%;
  color: var(--c1);
}

.cc h5 {
  /* color: var(--w); */
  letter-spacing: 2px;
  text-align: center;
}

.cc p {
  /* color: var(--w) !important; */
  letter-spacing: 2px;
  text-align: center;
}

.con-input {
  border: none !important;
  border-bottom: 2px solid black !important;
  outline: none !important;
  margin-bottom: 8%;
}

.con-input:focus {
  outline: none !important;
}

.get-in {
  font-size: 50px;
  font-weight: 700;
  /* -webkit-text-stroke: 1px var(--c2);
        -webkit-text-fill-color: transparent; */

}

.con-img {
  object-fit: contain;
  height: 450px;
}

.icon-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.boxs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3%;
}

.boxs i {
  font-size: 50px;
  color: black;
}

/* thankyou page */
.thank-main {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.succes-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.succes-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}

/* make it responsive */
@media screen and (max-width:920px) {
  .product-name {
    font-size: 16px !important;
  }

  .size-btn {
    height: 35px;
  }

  .new-price {
    display: block !important;
  }

  .buy-now-btn, .add-cart-btn {
    width: 50% !important;
    font-size: 14px !important;
    padding: 3% !important;
  }

  .del-btn {
    margin-top: 1%;
  }

  .left-filter {

    display: none !important;
  }

  /* .new-pro-drop-down .accordion .accordion-item .accordion-button{
    padding: 3% !important;
  }  */
  /* mobile filter option */
  .filter-mobile {
    display: block;
  }

  .sile-filter-mobile {
    width: 100%;
    min-height: 150vh;
    position: fixed;
    z-index: 210;
    display: block;
    /* background-color: aqua; */
    background-color: #fff;
    transition: all 1s;
    top: 0% !important;
    left: -110%;
    overflow-y: scroll !important;
    scroll-behavior: smooth;


  }

  .ss {
    width: 60px;
    height: unset;
  }

  .accordion-button {
    font-size: 16px !important;
    font-weight: 500;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon) !important;
    transform: var(--bs-accordion-btn-icon-transform) !important;
  }

  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width) !important;
    height: var(--bs-accordion-btn-icon-width) !important;
    margin-left: auto !important;
    content: "" !important;
    background-image: var(--bs-accordion-btn-icon) !important;
    background-repeat: no-repeat !important;
    background-size: var(--bs-accordion-btn-icon-width) !important;
    transition: var(--bs-accordion-btn-icon-transition) !important;
  }

  .top-2 {
    margin-top: unset;
  }

  .buy-product-card {
    flex-direction: column;
    height: auto;
  }

  .buy-product-card img {
    width: 100%;
    margin-bottom: 2%;
  }

  .buy-row {
    display: flex !important;
    /* flex-direction: column-reverse; */
  }

  .product-card {
    width: 100%;
    min-height: 267px !important;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 4%;
    border-radius: 16px;
    margin: 2%;
  }

  /* .filter-mobile-box{
  display: block;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0%;
  left: 0%;
  z-index: 200;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
} */
  .cart-title p {
    font-size: 13px;
  }

  .cart-txts {
    display: flex;
    align-items: center;
    justify-content: unset;
    height: auto !important;
    width: 100%;

  }

  .cart-title {
    border-bottom: none;
  }

  .cart-top-head {
    display: none;
  }

  .main-sli img {
    object-fit: cover;
    height: 449px;
  }

  .ct-sub {
    display: block;
  }

  .cart-main-box {
    border: 1px solid #e5e5e5;
  }

  .del-i {
    position: absolute;
    top: 3%;
    left: 90%;
  }

  .wish-in-crt {

    font-size: 13 px !important;

  }

  .slide-slc-btn {
    width: 78px;
    object-fit: cover;
  }

  .discrip-box {
    margin-top: 3% !important;
  }

  .cc {
    margin-bottom: 3%;
    min-width: 350px !important;
  }
}

@media screen and (max-width:620px) {
  .f-box-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }

  .f-box {
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .buy-product-card {
    padding: 5%;
  }

  .cart-right {
    position: unset !important;
  }

  .product-card {
    width: 100%;
    min-height: 201px !important;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 4%;
    border-radius: 16px;
    margin: 2%;
  }

  .like-crd {
    position: unset;
    height: 10px;
  }

  .like-crd i {
    font-size: 18px;
    /* color: var(--c1); */
  }

  .succes-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .succes-box img {
    width: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width:1200px) {
  .add-cart-btn {
    font-size: 12px !important;
  }

  .buy-now-btn {
    font-size: 12px !important;
  }
}