:root {
  --borderColor: #e2e8f0;
}

.img-product-lg img {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  background: #f1f5f9;
}

.img-product-sm img,
.thumbnails-img img {
  height: 95px !important;
  width: 100%;
  border-radius: 8px;
  background: #f1f5f9;
  padding: 2px;
}

#related-products.products-slider .slick-arrow,
.img-product-sm .slick-arrow {
  width: 32px !important;
  height: 100% !important;
  border-radius: 5px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  color: #000 !important;
}

.img-product-sm .slick-dots {
  height: 0;
}

#related-products.products-slider .slick-arrow {
  height: 51% !important;
}

#related-products.products-slider .slick-arrow:hover,
.img-product-sm .slick-arrow:hover {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
  color: #fff !important;
}

.img-product-sm {
  overflow: hidden;
}

[dir="rtl"] .img-product-sm .slick-prev {
  right: 0 !important;
}

[dir="rtl"] .img-product-sm .slick-next {
  left: 0 !important;
}

[dir="ltr"] .img-product-sm .slick-prev {
  left: 0 !important;
  right: auto !important;
}

[dir="ltr"] .img-product-sm .slick-next {
  right: 0 !important;
  left: auto !important;
}

.slick-dotted.slick-slider.img-product-sm {
  overflow: hidden;
  height: 95px;
  margin-bottom: 15px !important;
}

.img-product-sm .slick-list {
  margin: 0 -2px;
}

.social-share > div {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 32px;
}

.rating .lines {
  width: 4px;
  height: 20px;
  display: inline-block;
  border-right: 2px solid var(--borderColor);
  border-left: 2px solid var(--borderColor);
  margin: 0 4px;
}

.product-card-rating i {
  margin: 0 -3px;
}

.price h3 {
  font-weight: 700;
  letter-spacing: -1px;
}

.price .text-decoration-line-through {
  color: #ff483b !important;
  position: relative;
  display: flex;
  align-items: center;
}

.price .text-decoration-line-through::before {
  content: "";
  width: 1px;
  background: #cbd5e1;
  height: 16px;
  display: inline-block;
  margin: 0 7px;
}

.price .badge.bg-danger {
  background: #fff8f8 !important;
  color: #ff483b;
  border: 1px solid #ffa7a1;
}

.span-line {
  color: var(--borderColor);
}

.clr-yellow {
  color: #f1b500 !important;
}

.later-payment-widget {
  width: 95%;
}

@media only screen and (max-width: 768px) {
  .later-payment-widget {
    width: 100%;
  }
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button::before {
  font-size: 8px !important;
}

.pswp__button.pswp__button--share {
  display: none !important;
}

.pswp img {
  max-width: none;
  object-fit: contain;
}

.d-none-important {
  display: none !important;
}

body div[id^="gb-widget-"] {
  bottom: 49px !important;
}

@media (max-width: 776px) {
  div.uppRewardsMainHolder .open-button {
    bottom: 95px !important;
  }
}

.images_preview_reviews {
  gap: 2px;
}

.images_preview_reviews .img_thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}

.images_preview_reviews .remove-image {
  cursor: pointer;
  margin-top: -10px;
  margin-inline-end: -3px;
}

.upload_image_review {
  background-color: #f8fafc;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 16px 24px 14px 24px;
}

.upload_image_review .upload_image_text {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #1e293b;
}

.image-warning {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #94a3b8;
}

.tager-reply {
  border-top: 1px solid #e2e8f0;
  padding-top: 16px;
}

.tager-reply .reply {
  background-color: #f8fafc;
  border-radius: 8px;
  padding: 16px;
  gap: 24px;
  margin-right: 64px;
}

.tager-reply h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

@media screen and (max-width: 768px) {
  .tager-reply h3 {
    font-size: 14px;
    font-weight: 900;
    line-height: 22px;
  }

  .tager-reply .reply {
    gap: 12px;
    margin-right: 14px;
  }
}

.tager-reply .reply-content {
  font-weight: 500;
  font-size: 16px;
  color: #475569;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .tager-reply .reply-content {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
}

.customer-review .images,
.tager-reply .images {
  gap: 20px;
}

.customer-review .images .image,
.tager-reply .images .image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .customer-review .images .image,
  .images_preview_reviews .img_thumbnail,
  .tager-reply .images .image {
    width: 44px;
    height: 44px;
  }

  .upload_image_review .upload_image_text {
    font-size: 14px;
    font-weight: 800;
  }

  .image-warning {
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
  }
}

/* group-procuts-section */

.group-procuts-section .modal-dialog {
  width: 320px;
  max-width: calc(100% - 24px);
  margin: 16px auto;
}

.group-procuts-section .modal-body {
  padding: 8px;
}

.group-procuts-section .btn-close {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  z-index: 999;
  opacity: 1;
  padding: 0;
  background-size: 12px;
}

.group-procuts-section .group-product-box .slick-dots {
  top: -12px;
}

.group-procuts-section {
  background: #fbfbfb;
  border-radius: 8px;
  padding: 16px;
  margin: 32px 0;
}

.group-products-title {
  font-size: 16px;
  line-height: 24px;
  color: #334155;
  font-weight: 900;
}

.group-show-details {
  font-size: 14px;
  line-height: 24px;
  color: #334155;
  font-weight: 500;
  transition: 0.4s;
  text-decoration: none;
}

.group-show-details:hover {
  color: var(--mainColor);
}

@media screen and (max-width: 768px) {
  .group-show-details {
    font-size: 12px;
  }
}

.group-products {
  display: flex;
  gap: 12px;
  width: fit-content;
}

.group-product-item img,
.group-product-item svg {
  width: 80px;
  height: 80px;
  margin-bottom: 4px;
}

.group-product-item .group-product-hedding {
  font-size: 14px;
  line-height: 20px;
  color: #475569;
  font-weight: 800;
  margin-bottom: 4px;
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.group-product-item .group-product-number {
  font-size: 12px;
  line-height: 20px;
  color: #475569;
  font-weight: 800;
}

.group-product-section img,
.group-product-section svg {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 12px;
}

.group-product-section-contnet {
  border: 1px solid #eeeeeeee;
  border-radius: 10px;
  padding: 9px 8px;
  margin-bottom: 12px;
}

.group-product-section-hedding {
  font-size: 16px;
  line-height: 24px;
  color: #1e293b;
  font-weight: 900;
  margin-bottom: 8px;
}

.group-product-section-desc {
  font-size: 12px;
  line-height: 19px;
  color: #64748b;
  font-weight: 400;
  max-width: 285px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-word;
}

.group-product-section-desc * {
  max-width: 100% !important;
  width: auto !important;
  display: inline !important;
  flex: none !important;
  white-space: normal !important;
}