* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pro-color-1 {
  display: none;
}

/* product magnifier */

.zoom-container {
  position: relative;

  /* overflow: hidden; */
}

.zoom-image {
  width: 100%;
  height: 100%;
}

.magnifier {
  position: absolute;
  border: 3px solid #fff;
  width: 200px;
  /* Magnifier size */
  height: 250px;
  /* Magnifier size */
  /* border-radius: 50%; */
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 600%;
  /* Zoom level */
  display: none;
}

.product-img-sticky {
  position: sticky;
  top: 120px;
  z-index: 1;
}
@media (min-width: 992px) {
  .product-main-img {
    padding: 30px 40px;
  }
}
.product-main-img {
  display: flex;
  justify-content: center;
  overflow: hidden;
  img {
    aspect-ratio: 1/1;
    object-fit: contain;
  }
}

.product-side-img img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .pro-sub-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    .product-side-img {
      max-width: 85px;
    }
  }
}

.pro-sub-img {
  max-height: 480px;

  overflow-y: auto;
}

.pro-sub-img::-webkit-scrollbar {
  display: none;
}

.product-details-section {
  padding: 60px 0 20px;
}

.product-description {
  padding: 30px 0 0;
}

.product-desc-head h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.product-code span {
  font-size: 14px;
  color: #007bff;
  font-weight: 400;
  text-transform: capitalize;
}

.product-desc-price h4 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 90%;
}

.product-desc-price span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.product-rating-star i {
  font-size: 12px;
  color: #fdcd0e;
}

.product-review-rating {
  line-height: 90%;
  margin-bottom: 15px;
}

.product-review-rating span {
  font-size: 14px;
  font-weight: 400;
  color: #036bda;
}

.product-summery {
  height: 100%;
  padding: 25px 0;
}

.shipment-details span {
  font-size: 14px;
  font-weight: 400;
  color: #036bda;
}

.shipment-details span:hover {
  text-decoration: underline;
}

.product-color-section {
  padding: 20px 0;
  /* border-top: 1px solid #6b6b6b; */
}

.product-color-section h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.color-options {
  padding: 15px 0;
}

.color-box {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #6b6b6b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.product-size-chart {
  padding: 20px 0;
}

.size-chart-heading {
}

.size-chart-heading h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}

.size-options {
  display: flex;
  gap: 12px;
}

.size-box {
  width: 60px;
  height: 40px;
  border: 1px solid #3b3b3b;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.size-box span {
  color: #000;
}

.product-quantity-section {
  padding: 25px 0;
}

.product-quantity-head h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}

.quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin: 20px; */
}

.quantity-container span {
  border: 1px solid #525252;
  padding: 3px 6px;
  overflow: hidden;
}

.quantity-container input {
  width: 35px;
  border: none;
  text-align: center;
}

.quantity-container button {
  padding: 5px 16px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s;
}

.quantity-container button:hover {
  background-color: #ecebeb;
}

.product-addto-cart {
  padding: 20px 0;
}

.product-addto-cart a {
  padding: 12px;
  display: block;
  color: #fff;
  text-align: center;

  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #0466de;
  border-radius: 6px;
  transition: all 0.4s;
  margin-top: 25px;
}

.product-addto-cart a:hover {
  background-color: #000;
}

.about-product-summery {
  padding: 20px 0;
  max-height: 350px;
  overflow-y: auto;
}

.about-product-summery::-webkit-scrollbar {
  display: none;
}

.about-product-summery h4 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-product-summery span {
  font-size: 17px;
  display: block;
  color: #000;
  margin-bottom: 12px;
}

.about-product-summery p {
  letter-spacing: 0.01em;
  font-size: 15px;
  word-spacing: 0.08em;
  color: #000;
  line-height: 25px;
  margin-bottom: 8px;
}

.about-product-summery ul {
  padding-left: 20px;
  li {
    letter-spacing: 0.01em;
    font-size: 15px;
    word-spacing: 0.08em;
    color: #000;
    line-height: 25px;
    margin-bottom: 8px;
  }
}

strong {
  font-weight: 500;
}

.contenttable td {
  border: 1px solid #e5e5e5;
  padding: 10px;
  p {
    margin: 0;
  }
}

.accordion-item {
  border: none;
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}

.accordion-item button {
  font-weight: 700;
  font-size: 15px;
}

.accordion-item:not(:first-of-type) {
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  border-bottom: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
