/* //////////////////////////////////////// */
.seeProductModal .modal-dialog {
  max-width: 1481px !important;
  width: 80%;
  margin: 50px auto !important;
}
.seeProductModal .modal-dialog .modal-content {
  position: relative;
}
.seeProductModal .modal-dialog .modal-content .seeProductModalClose {
  margin-top: 15px;
  margin-inline-start: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #6d6d6d;
  border-radius: 10px;
}
.seeProductModal .modal-dialog .product-details {
  display: flex;
  width: 100%;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.031372549);
  border-radius: 12px;
  gap: clamp(12px, 2.03125vw, 39px);
  padding: clamp(0px, 1.4583333333vw, 28px) clamp(0px, 1.6666666667vw, 32px);
}
.seeProductModal .modal-dialog .product-details .product-image {
  display: flex;
  flex-direction: column;
  width: calc(50% - clamp(12px, 2.03125vw, 39px));
}
.seeProductModal .modal-dialog .product-details .product-image .images {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: clamp(5px, 1.09375vw, 21px) clamp(5px, 1.1979166667vw, 23px);
  border: 1px solid #f1f1f2;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.031372549);
  border-radius: 12px;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .images
  .big-img {
  width: 100%;
  overflow: hidden;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .images
  .big-img
  img {
  width: 100%;
  border-radius: 12px;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .images
  .small-imgs {
  overflow: auto;
  width: 100%;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .images
  .small-imgs
  .small-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.6770833333vw, 13px);
  width: fit-content;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .images
  .small-imgs
  .small-images
  .small-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  width: calc((100% - 3 * clamp(0px, 0.625vw, 12px)) / 4);
  cursor: pointer;
  height: fit-content;
  margin: 0;
  min-width: clamp(100px, 7.8125vw, 150px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .images
  .small-imgs
  .small-images
  .small-img
  img {
  width: 100%;
  border-radius: 12px;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .images
  .small-imgs {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .images
  .small-imgs::-webkit-scrollbar {
  display: none;
}
.seeProductModal .modal-dialog .product-details .product-image .keys {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(0px, 0.5729166667vw, 11px);
  gap: clamp(0px, 1.0416666667vw, 20px);
  direction: ltr;
}
.seeProductModal .modal-dialog .product-details .product-image .keys .code {
  font-family: Alexandria;
  font-size: clamp(8px, 0.8333333333vw, 16px);
  font-weight: 700;
  line-height: clamp(8px, 0.9895833333vw, 19px);
  color: #000;
}
.seeProductModal .modal-dialog .product-details .product-image .keys .tags {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: clamp(3px, 0.5208333333vw, 10px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .keys
  .tags
  span {
  font-family: Alexandria;
  font-size: clamp(8px, 0.8333333333vw, 16px);
  font-weight: 700;
  line-height: clamp(8px, 0.9895833333vw, 19px);
  color: #000;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .keys
  .tags
  .tags-content {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: clamp(3px, 0.5208333333vw, 10px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-image
  .keys
  .tags
  .tags-content
  span {
  font-family: Alexandria;
  font-size: clamp(8px, 0.8333333333vw, 16px);
  font-weight: 700;
  line-height: clamp(8px, 0.9895833333vw, 19px);
  color: #000;
  background-color: rgba(140, 158, 197, 0.1019607843);
  border-radius: 8px;
  padding: clamp(3px, 0.2604166667vw, 5px) clamp(5px, 0.5208333333vw, 10px);
}
.seeProductModal .modal-dialog .product-details .product-info-sec {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: clamp(10px, 1.09375vw, 21px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-info {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: space-between;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-info
  .info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: clamp(5px, 0.5729166667vw, 11px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-info
  .info
  .catigory {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: Alexandria;
  font-size: clamp(10px, 0.8333333333vw, 16px);
  font-weight: 700;
  line-height: clamp(12px, 0.9895833333vw, 19px);
  color: #8c9ec5;
  gap: 10px;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-info
  .info
  .catigory
  span:nth-child(1)
  a {
  color: #8c9ec5 !important;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-info
  .info
  .catigory
  span:nth-child(3)
  a {
  color: #a5b2cd !important;
  font-family: Alexandria;
  font-size: clamp(8px, 0.7291666667vw, 14px);
  font-weight: 700;
  line-height: clamp(9px, 0.8854166667vw, 17px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-info
  .info
  .pro-title {
  font-family: Alexandria;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  font-weight: 700;
  line-height: clamp(19px, 1.3541666667vw, 26px);
  color: #000;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-info
  .stars {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
  gap: clamp(5px, 0.5729166667vw, 11px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-info
  .stars
  span {
  font-family: Alexandria;
  font-size: clamp(10px, 0.8333333333vw, 16px);
  font-weight: 400;
  line-height: 18px;
  color: rgba(27, 27, 27, 0.6);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-info
  .stars
  svg {
  width: clamp(12px, 1.1979166667vw, 23px);
  height: clamp(10px, 1.0416666667vw, 20px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-price {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: clamp(14px, 1.6145833333vw, 31px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-price
  .price {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: clamp(5px, 0.5208333333vw, 10px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-price
  .price
  span:nth-child(1) {
  font-family: Alexandria;
  font-size: clamp(14px, 1.4583333333vw, 28px);
  font-weight: 700;
  line-height: 24px;
  color: #425a8b;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-price
  .price
  span:nth-child(2) {
  font-family: Alexandria;
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 24px;
  color: #8c9ec5;
  text-decoration: line-through;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-price
  .save {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: clamp(6px, 0.78125vw, 15px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-price
  .save
  span {
  font-family: Alexandria;
  font-size: clamp(10px, 0.7291666667vw, 14px);
  font-weight: 700;
  line-height: clamp(16px, 1.1458333333vw, 22px);
  letter-spacing: 0.200000003px;
  color: #ff1212;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-price
  .save
  .saveIcon {
  width: clamp(27px, 2.4479166667vw, 47px);
  height: clamp(27px, 2.4479166667vw, 47px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-price
  .save
  .saveIcon
  .circle-text {
  font-family: Alexandria;
  font-size: clamp(5px, 0.46875vw, 9px);
  font-weight: 400;
  line-height: clamp(5px, 0.46875vw, 9px);
  letter-spacing: 0.200000003px;
  fill: #ff1212;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: clamp(0px, 1.7708333333vw, 34px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-name {
  font-family: Alexandria;
  font-size: clamp(8px, 0.7291666667vw, 14px);
  font-weight: 700;
  line-height: 20px;
  color: #3c3c3c;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: clamp(3px, 0.4166666667vw, 8px) clamp(3px, 0.5208333333vw, 10px);
  border-radius: 12px;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-buttons
  * {
  border: none;
  outline: none;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-buttons
  .plus,
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-buttons
  .minus {
  width: clamp(40px, 2.3958333333vw, 46px);
  height: clamp(25px, 1.6145833333vw, 31px);
  border-radius: 8px;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-buttons
  .plus {
  background: #fd9636;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-buttons
  .minus {
  background: #ffffff;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-buttons
  input[type="number"]::-webkit-inner-spin-button,
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-buttons
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-count
  .count-buttons
  input {
  background: transparent;
  width: 50px;
  font-family: Alexandria Neue;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #3c3c3c;
  padding: 0 10px 0 20px;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-desctiption {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: clamp(15px, 1.6145833333vw, 31px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-desctiption
  .display-text-short
  p {
  line-height: 1.8;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-desctiption
  span {
  font-family: Alexandria;
  font-size: clamp(10px, 0.7291666667vw, 14px);
  font-weight: 700;
  line-height: clamp(18px, 1.0416666667vw, 20px);
  color: #3c3c3c;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-desctiption
  div {
  display: flex;
  flex-direction: column;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-desctiption
  div
  .product-description-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: Alexandria;
  font-size: clamp(10px, 0.625vw, 12px);
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-desctiption
  div
  .product-description-text.hideText {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-desctiption
  div
  span {
  font-family: Alexandria;
  font-size: clamp(10px, 0.625vw, 12px);
  font-weight: 500;
  line-height: 20px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-installment-banner {
  width: 100%;
  display: flex;
  margin-top: clamp(10px, 1.6145833333vw, 31px);
  align-items: center;
  justify-content: center;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-installment-banner
  .banner-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-installment-banner
  .banner-wrapper
  img {
  width: 100%;
}
.seeProductModal .modal-dialog .product-details .product-info-sec .line {
  width: 100%;
  border-top: 1px solid #f1f1f2;
  margin-top: clamp(0px, 1.3541666667vw, 26px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons {
  width: 100%;
  display: flex;
  margin-top: clamp(11px, 0.8854166667vw, 17px);
  gap: clamp(10px, 0.78125vw, 15px);
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  div
  button {
  border: none;
  outline: none;
  width: 100%;
  border-radius: 12px;
  height: clamp(40px, 2.8645833333vw, 55px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .whatsappBtn {
  width: 24.7093023%;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .whatsappBtn
  button {
  background: #00e510;
  gap: clamp(9px, 0.78125vw, 15px);
  font-family: Alexandria;
  font-size: clamp(10px, 0.625vw, 12px);
  font-weight: 600;
  line-height: clamp(12px, 0.7291666667vw, 14px);
  color: #fff;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .addToCartBtn {
  width: 50.4360465116%;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .addToCartBtn
  button {
  gap: clamp(5px, 0.9895833333vw, 19px);
  background-color: #fd9636;
  font-family: Alexandria;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  font-weight: 600;
  line-height: clamp(14px, 0.8854166667vw, 17px);
  color: #fff;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .compareBtn,
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .favoritBtn {
  width: 9.011627906%;
  border: 2px solid #fd9636;
  border-radius: 12px;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .compareBtn
  svg,
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .favoritBtn
  svg {
  cursor: pointer;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .compareBtn
  a.favorited
  svg
  path,
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .favoritBtn
  a.favorited
  svg
  path {
  fill: #fd9636 !important;
}
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .compareBtn
  a.favorited:hover
  svg
  path,
.seeProductModal
  .modal-dialog
  .product-details
  .product-info-sec
  .product-buttons
  .favoritBtn
  a.favorited:hover
  svg
  path {
  fill: #fff !important;
}
.seeProductModal .modal-dialog .product-details .product-info-sec .product-del {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: Alexandria;
  font-size: clamp(8px, 0.7291666667vw, 14px);
  font-weight: 400;
  line-height: 18px;
  color: #425a8b;
  margin-top: clamp(1px, 0.8333333333vw, 16px);
}
@media (max-width: 992px) {
  .seeProductModal .modal-dialog {
    margin: 20px 5px;
  }
  .seeProductModal .modal-dialog .product-details {
    flex-direction: column;
  }
  .seeProductModal .modal-dialog .product-details .product-image,
  .seeProductModal .modal-dialog .product-details .product-info-sec {
    width: 100%;
  }
  .seeProductModal
    .modal-dialog
    .product-details
    .product-info-sec
    .product-info {
    flex-direction: column;
  }
  .seeProductModal
    .modal-dialog
    .product-details
    .product-info-sec
    .product-info
    .info,
  .seeProductModal
    .modal-dialog
    .product-details
    .product-info-sec
    .product-info
    .stars {
    width: 100% !important;
  }
  .seeProductModal
    .modal-dialog
    .product-details
    .product-info-sec
    .product-info
    .stars {
    flex-direction: row;
    justify-content: start;
    margin-top: 14px;
  }
  .seeProductModal
    .modal-dialog
    .product-details
    .product-info-sec
    .product-count
    .count-name {
    display: none;
  }
  .seeProductModal .modal-dialog .product-details .product-buttons {
    flex-wrap: wrap;
  }
  .seeProductModal
    .modal-dialog
    .product-details
    .product-buttons
    .whatsappBtn {
    width: 100% !important;
    order: 4;
  }
  .seeProductModal
    .modal-dialog
    .product-details
    .product-buttons
    .addToCartBtn {
    width: 48% !important;
  }
  .seeProductModal .modal-dialog .product-details .product-buttons .compareBtn,
  .seeProductModal .modal-dialog .product-details .product-buttons .favoritBtn {
    width: 23% !important;
  }
}

/* rtl changes */
.rtl .tags,
.rtl .code {
  direction: rtl;
}

/* ///////////////////////// */
/* modal dark mode */
body.dark .modal-content {
  border: 1px solid var(--dark-mode-white);
  background: var(--dark-mode-second);
}
body.dark .modal-content .product-details {
  background: var(--dark-mode-second);
}
body.dark .modal-content .product-details .product-image .images {
  border: 1px solid var(--dark-mode-white);
}
body.dark .modal-content .product-details .product-image .keys .code {
  color: #fff;
}
body.dark .modal-content .product-details .product-image .keys .tags span {
  color: #fff;
}
body.dark
  .modal-content
  .product-details
  .product-image
  .keys
  .tags
  .tags-content
  span {
  color: #fff;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-info
  .info
  .catigory
  span:nth-child(1)
  a {
  color: #fff !important;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-info
  .info
  .catigory
  span:nth-child(3)
  a {
  color: rgba(255, 255, 255, 0.6862745098) !important;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-info
  .info
  .pro-title {
  color: #fff;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-info
  .stars
  svg
  path[fill-opacity="0.1"] {
  fill-opacity: 1;
  fill: rgba(217, 217, 217, 0.5019607843);
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-price
  .price
  span:nth-child(1) {
  color: #fff;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-price
  .price
  span:nth-child(2) {
  color: rgba(255, 255, 255, 0.6862745098);
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-price
  .save
  .saveIcon
  circle:first-of-type {
  fill: transparent;
  stroke: var(--dark-mode-white-second);
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-price
  .save
  .saveIcon
  .circle-text {
  fill: #fff;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-count
  .count-name {
  color: #fff;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-count
  .count-buttons {
  background: var(--dark-mode-second);
  border: 1px solid var(--dark-mode-white);
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-count
  .count-buttons
  input {
  color: var(--main);
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-desctiption
  span {
  color: #f1f1f2;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-desctiption
  .display-text-short {
  color: #fff;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-desctiption
  .display-text-short
  p {
  color: #fff !important;
  line-height: 1.8;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-desctiption
  .display-text-short
  p
  a {
  color: #fd9636 !important;
}
body.dark
  .modal-content
  .product-details
  .product-info-sec
  .product-desctiption
  div
  a {
  color: #fd9636 !important;
}
body.dark .modal-content .product-details .product-info-sec .line {
  border-top: 1px solid var(--dark-mode-white);
}
body.dark .modal-content .product-details .product-info-sec .product-del {
  color: #fff;
}

/*# sourceMappingURL=test.css.map */
