* :not(i) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
}
.mainbodycontainer {
  padding: 40px 120px 60px;
}
.relatedproducts,
.recentlyviewedproducts {
  padding: 0px 120px;
}
.productsection {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.imagescontainer {
  display: flex;
  flex-direction: row;
  gap: 20px;

  position: sticky;
  top: 25px;
}
.imagethumbnaildiv {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.imagethumbnail {
  height: 120px;
  width: 120px;
  object-fit: cover;
}
.mainimagediv {
  position: relative;
  width: 100%;
}
.mainimage {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  min-height: -webkit-fill-available;
}
.controlbuttonsdiv {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 15px;
}
.controlbutton {
  background-color: #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
  height: 50px;
  width: 50px;
}
.chevronicon {
  height: 40px;
  width: 40px;
}
.productheadersection {
  /* margin-bottom: 25px; */
  margin-bottom: 20px;
}
.productheading {
  /* font-size: 36px; */
  font-size: 30px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 8px;
}
.productdescription {
  color: #bcbcbc;
  /* font-size: 24px; */
  font-size: 20px;
  /* margin-bottom: 15px; */
  margin-bottom: 10px;
}
.pricediv {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
}
.pricediv p {
  margin-bottom: 10px;
}
.mainprice {
  color: #2b2b2b;
  /* font-size: 24px; */
  font-size: 20px;
  font-weight: 600;
}
.slashedprice {
  color: #929292;
  text-decoration: line-through;
  /* font-size: 20px; */
  font-size: 16px;
}
.discount {
  color: #8c59c8;
  /* font-size: 20px; */
  font-size: 16px;
}
.productrating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.detailtext {
  color: #9c9c9c;
  /* font-size: 18px; */
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.rating {
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.ratingtext {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.productpricesection {
  /* padding: 25px 0; */
  padding: 20px 0;
  border: 1px solid #e4e4e4;
  border-right: none;
  border-left: none;
}
.quantitychanger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  background: #fafafa;
  width: 95px;
  gap: 5px;
  padding: 2px 8px;
}
.quantitybutton {
  display: flex;
}
.quantityicon {
  width: 16px;
  height: 16px;
}
.quantitytext {
  margin: 0;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
}
.quantitydiv {
  color: #2b2b2b;
  font-size: 14px;
  margin: 15px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.purchasebuttons {
  display: flex;
  gap: 20px;
  width: 100%;
}
.addtocart,
.wishlist {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 15px 20px;
}
.wishlist {
  background-color: #f9f9f9;
  border: 1px solid #e2e2e2;
  color: #6c6c6c;
  width: 40%;
}
.addtocart {
  background-color: #8c59c8;
  width: 60%;
  color: white;
}
.addtocart a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.buttonicons {
  height: 24px;
  width: 24px;
}
.productdetailsection {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.detailheader {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px;
}
.detailheading {
  color: #575757;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.detailicon {
  height: 22px;
  width: 22px;
}
.deliverydatediv {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #737373;
  margin-bottom: 10px;
  font-weight: 500;
  flex-wrap: wrap;
}
.deliverydatediv p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.deliverydate {
  color: #363636;
}
.deliveryprice {
  color: #8c59c8;
}
.deliverypriceoriginal {
  color: #a1a1a1;
  text-decoration: line-through;
}
.productspeccontainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.singlespec {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.singlespec p {
  margin: 0;
  font-size: 16px;
  color: #363636;
  font-weight: 500;
}
.specheading {
  width: 30%;
}
.specdetail {
  width: 70%;
  font-weight: 400 !important;
}
.descriptiontext,
.reviewtext {
  margin: 0;
  font-size: 16px;
  color: #363636;
  font-weight: 400;
  line-height: 1.6;
}
.reviewmainsection {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  width: 100%;
}
.reviewleft {
  /* width: 30%; */
}
.reviewright {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.totalreviews {
  color: #898989;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 0 8px;
}
.bigrating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.bigrating h1 {
  font-weight: 700;
  font-size: 70px;
  color: #2b2b2b;
  margin: 0;
}
.bigstar {
  height: 50px;
  width: 50px;
}
.singleratingbar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.ratingbar-star {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 30px;
  font-size: 16px;
  color: #363636;
}
.ratingbarmain {
  display: flex;
  flex-direction: row;
  gap: 8px;
  height: 10px;
  background-color: #d9d9d9;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.ratingbarprogress {
  display: block;
  height: 10px;
  border-radius: 20px;
}
.greenprogress {
  background-color: #5ea800;
}
.yellowprogress {
  background-color: #d8c200;
}
.redprogress {
  background-color: #db0000;
}
.blackstar {
  height: 20px;
  width: 20px;
}
.ratingpercent {
  margin: 0;
  width: 40px;
}
.ratingsmainsection {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rating-star {
  height: 20px;
  width: 20px;
}
.singlereview {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.singlereview h3,
.singlereview p {
  margin: 0;
}
.reviewheading {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
.reviewdetails {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 400;
}
.viewallreview {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #f4f4f4;
  color: #8c59c8;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 20px;
  margin-top: 10px;
}
.productscontainer {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.singleproduct {
  /* width: calc(20% - 16px); */
  border-radius: 10px;
  overflow: hidden;
  background-color: #fafafa;
  border: 1px solid #ededed;
}
.imagesection {
  position: relative;
}
.productimage {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.wishlistbtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon {
  height: 25px !important;
  width: 25px !important;
}
.detailsection {
  padding: 10px 10px 15px;
}
.brandname {
  /* margin-bottom: 6px; */
  margin-bottom: 10px;
  color: #2b2b2b;
  /* font-size: 24px; */
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.description {
  /* margin-bottom: 10px; */
  margin-bottom: 8px;
  /* font-size: 18px; */
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #929292;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: normal;
}
.detailsection .price,
.detailsection .slashedprice,
.detailsection .discount {
  margin: 0;
}
.detailsection .price {
  color: #2b2b2b;
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 600;
}

.detailsection .slashedprice {
  color: #929292;
  text-decoration: line-through;
  /* font-size: 16px; */
  font-size: 14px;
  line-height: normal;
}

.detailsection .discount {
  color: #8c59c8;
  /* font-size: 16px; */
  font-size: 14px;
  line-height: normal;
}
.bottom-heading {
  color: #575757;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.recentlyviewedproducts {
  margin: 20px 0 60px 0;
}

.rightsection {
  width: 45%;
}
.leftsection {
  width: 55%;
}

@media only screen and (max-width: 1600px) {
  .relatedproducts,
  .recentlyviewedproducts {
    padding: 0px 100px;
  }
}

@media only screen and (max-width: 1400px) {
  .relatedproducts,
  .recentlyviewedproducts {
    padding: 0px 85px;
  }
}

@media only screen and (max-width: 1200px) {
  .imagethumbnail {
    height: 90px;
    width: 90px;
  }
  .relatedproducts,
  .recentlyviewedproducts {
    padding: 0px 70px;
  }
}

@media only screen and (max-width: 992px) {
  .imagethumbnail {
    height: 80px;
    width: 80px;
  }
  .relatedproducts,
  .recentlyviewedproducts {
    padding: 0px 60px;
  }
}

@media only screen and (max-width: 900px) {
  .productsection {
    flex-direction: column;
  }
  .leftsection,
  .rightsection {
    width: 100%;
  }
  .imagescontainer {
    flex-direction: column-reverse;
  }
  .imagethumbnaildiv {
    flex-direction: row;
  }

  .swiper-vertical > .swiper-wrapper {
    flex-direction: row !important;
    gap: 8px;
  }
  .swiper-vertical {
    touch-action: inherit !important;
  }
  .swiper-container {
    overflow-x: auto !important;
  }
}

@media only screen and (max-width: 768px) {
  .relatedproducts,
  .recentlyviewedproducts {
    padding: 0px 45px;
  }
}

@media only screen and (max-width: 650px) {
  .bigrating h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 576px) {
  .bigstar {
    height: 40px;
    width: 40px;
  }
  .reviewleft {
    width: 40%;
  }
  .reviewright {
    width: 60%;
  }
  .imagescontainer,
  .imagethumbnaildiv {
    gap: 12px;
  }
  .controlbutton {
    height: 40px;
    width: 40px;
  }
  .chevronicon {
    height: 30px;
    width: 30px;
  }
  .relatedproducts,
  .recentlyviewedproducts {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 500px) {
  .relatedproducts,
  .recentlyviewedproducts {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 450px) {
  .reviewmainsection {
    flex-direction: column;
  }
  .reviewleft,
  .reviewright {
    width: 100%;
  }
  .bigrating {
    justify-content: flex-start;
  }
  .totalreviews {
    padding: 0;
    text-align: start;
    width: 70%;
    font-size: 16px;
  }
  .imagescontainer,
  .imagethumbnaildiv {
    gap: 8px;
  }
}

@media only screen and (max-width: 400px) {
  .purchasebuttons {
    gap: 10px;
    flex-direction: column;
  }
  .addtocart,
  .wishlist {
    width: 100%;
  }
}

.swiper-container {
  /* width: 120px !important; */
}
.swiper-wrapper {
  width: 120px !important;
}

.swiper-slide {
  display: contents !important; /* Set slide width to occupy full container width */
}

.imagethumbnail {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.swiper-container {
  overflow: hidden;
}
