@charset "UTF-8";
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
/* ---------------------------------------- common ---------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* ---------------------------------------- main ---------------------------------------- */
.quantity {
  position: relative;
  border-radius: 10px;
  border: 1px dashed rgb(216.75, 216.75, 216.75);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
}
.quantity input {
  height: 100%;
  min-width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #6e6e6e;
  font-weight: 300;
  line-height: 1.65;
  font-size: 16.5px;
}
.quantity {
  /* quantity input */
}
.quantity-button {
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d9aa8;
  background-color: rgb(244.8, 244.8, 244.8);
  width: 30px;
  height: 30px;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  right: -18px;
}
.quantity-button {
  /* quantity button quantity up */
}
.quantity-button.quantity-down {
  left: -18px;
}
.quantity-button {
  /* quantity button quantity down */
}
.quantity {
  /* quantity button */
} /* quantity */
.not-found {
  color: #333;
  padding: 20px 30px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.06) 0px 7px 29px 0px;
  margin-bottom: 35px;
  border-radius: 10px;
}
@media only screen and (max-width: 991.98px) {
  .not-found {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .not-found .main-btn {
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .not-found__img {
    margin: 0;
    margin-bottom: 15px;
  }
  .not-found__body {
    align-items: center !important;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .not-found__header {
    justify-content: center !important;
  }
  .not-found .main-btn {
    padding: 15px !important;
    width: 100%;
  }
}
.not-found__img {
  margin-left: 25px;
  width: 50px;
}
.not-found {
  /* not found img */
}
.not-found__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.not-found {
  /* not found body */
}
.not-found__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.not-found {
  /* not found header */
}
.not-found__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.not-found {
  /* not found title */
}
.not-found__text {
  font-size: 14px;
  font-weight: 300;
}
.not-found {
  /* not found text */
} /* not found*/
.product-card {
  position: relative;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .product-card {
    padding: 10px;
  }
}
.product-card:hover .product-card__img.img-first {
  opacity: 0;
}
.product-card:hover .product-card__img.img-second {
  opacity: 1;
}
.product-card__img {
  width: 100%;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 300ms linear;
}
.product-card__img-wrapper {
  position: relative;
  display: block;
}
.product-card__img.img-first {
  opacity: 1;
}
.product-card__img.img-second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-card__img img {
  border-radius: 10px;
}
.product-card {
  /* product card img */
}
.product-card__body {
  margin-top: 15px;
}
.product-card__body .add-to-cart {
  background-color: #3ccf4e;
  color: #fff;
  width: 100%;
}
.product-card__title {
  font-size: 14px;
  color: #333;
  height: 45px;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card__title {
    font-size: 14px;
    line-height: 25px;
    height: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-card__title {
    font-size: 12px;
    height: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .product-card__title {
    font-size: 13px;
    min-height: 45px;
  }
}
.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}
.product-card__price {
  color: #bd8c61;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  font-size: 16px;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card__price {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-card__price {
    font-size: 11px;
  }
}
.product-card__price:after {
  content: "تومان";
  font-size: 10px;
  font-weight: 400;
}
.product-card__price {
  /* price after */
}
.product-card__price.unavailable {
  background-color: rgb(254.7065088757, 230.4934911243, 230.4934911243);
}
.product-card__price.unavailable:after {
  content: "ناموجود";
  font-size: 13px;
  font-weight: 600;
  color: rgb(252.775147929, 69.224852071, 69.224852071);
}
.product-card__price.unavailable {
  /* unavailable after */
}
.product-card__price {
  /* product card unavailable */
}
.product-card__price .old-price {
  text-decoration: line-through;
  color: #c10505;
  font-size: 14px;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card__price .old-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-card__price .old-price {
    font-size: 11px;
  }
}
.product-card__price .unit-price {
  color: #bd8c61;
}
.product-card .product-card-off-percent {
  border: 1px solid #c10505;
  border-radius: 10px;
  background-color: #c10505;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.index-widget-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .index-widget-header {
    justify-content: center;
  }
}
.index-widget-header .title-line {
  margin: 0;
  color: #414141;
  font-weight: 850;
  font-size: 20px;
}
.index-widget-header {
  /* index widget header title line */
}
.index-widget-header .main-btn {
  margin-right: 20px;
  padding: 13px 25px;
}
.index-widget-header {
  /* index widget header main btn */
} /* index widget header */
.commonSlider {
  position: relative;
}
.commonSlider .owl-stage {
  padding-bottom: 40px;
}
.commonSlider {
  /* common slider owl stage */
}
.commonSlider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .commonSlider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }
}
.commonSlider .owl-nav .owl-prev,
.commonSlider .owl-nav .owl-next {
  background-color: transparent !important;
  margin: 0;
  transform: translateY(3px);
}
.commonSlider .owl-nav .owl-prev span,
.commonSlider .owl-nav .owl-next span {
  font-size: 25px;
  color: #414141;
  transition: all 300ms linear;
}
.commonSlider .owl-nav .owl-prev span:hover,
.commonSlider .owl-nav .owl-next span:hover {
  color: #bd8c61;
}
.commonSlider .owl-nav .owl-prev span,
.commonSlider .owl-nav .owl-next span {
  /* span hover */
}
.commonSlider .owl-nav .owl-prev,
.commonSlider .owl-nav .owl-next {
  /* owl prev and owl next span */
}
.commonSlider .owl-nav {
  /* owl nav owl prev and owl next */
}
.commonSlider .owl-nav .owl-prev {
  margin-left: 150px;
}
.commonSlider .owl-nav {
  /* owl nav owl prev */
}
.commonSlider {
  /* common slider owl nav */
}
.commonSlider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media only screen and (max-width: 575.98px) {
  .commonSlider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 2%;
  }
}
.commonSlider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  opacity: 0.8;
  background-color: #a7a7a7;
  border-radius: 10px;
  transition: all 300ms linear;
}
.commonSlider .owl-dots .owl-dot {
  /* owl dot span */
}
.commonSlider .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #bd8c61;
  opacity: 1;
}
.commonSlider .owl-dots .owl-dot {
  /* owl dot active span */
}
.commonSlider .owl-dots {
  /* owl dots owl dot */
}
.commonSlider {
  /* common slider owl dots */
} /* common slider */
.product-section .add-to-cart {
  width: 100%;
  padding: 17px 25px;
  background-color: rgb(42.6666666667, 173.3333333333, 58.6666666667);
  margin-right: auto;
}
.product-section .add-to-cart:hover {
  background-color: #3CCF4E;
}
.product-section .add-to-cart {
  /* add to cart hover */
}
.product-section .add-to-cart .main-btn__text,
.product-section .add-to-cart .main-btn__icon {
  color: #fff;
}
.product-section .add-to-cart {
  /* add to cart main btn text and icon */
}
.product-section {
  /* product section add to cart */
}
.product-section .show-more-wrapper .show-more-link {
  color: #1870ce;
  font-size: 12px;
}
.product-section .show-more-wrapper {
  /* show more wrapper show more link */
}
.product-section {
  /* show more wrapper */
}
.product-section .quantity {
  margin-left: 15px;
}
.product-section {
  /* product section quantity */
}
.product-section .relatedSlider {
  margin-bottom: 35px;
}
.product-section {
  /* product section related slider */
}
.product-section .index-widget-header {
  flex-wrap: wrap;
}
.product-section {
  /* product section index widget header */
} /* product section */
.modal .modal-header {
  border: none;
}

.product-gallery-modal {
  z-index: 999;
}
.product-gallery-modal .modal-body {
  padding: 30px !important;
}

.modal-backdrop.show {
  z-index: 998;
}

#customer-modal-zoom,
#gallery-modal-zoom {
  z-index: 9999;
}
#customer-modal-zoom .zoomWindow,
#gallery-modal-zoom .zoomWindow {
  z-index: 9999;
}

.share-modal .modal__text {
  font-size: 14px;
  color: #6e6e6e;
}
.share-modal .modal__share-icon {
  font-size: 30px;
}
.share-modal .modal__share {
  margin-top: 15px;
  padding: 10px;
  background-color: rgb(241.07, 249.05, 242.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  transition: all 300ms linear;
}
.share-modal .modal__share:hover {
  background-color: rgb(225.15, 242.25, 227.25);
}
.share-modal .modal__share:hover .title {
  padding-right: 5px;
}
.share-modal .modal__share .title {
  font-size: 18px;
  font-weight: 800;
  color: #38aa46;
  transition: all 300ms linear;
}
.share-modal .modal__share .text {
  margin-right: auto;
  font-size: 12.5px;
  font-weight: 400;
  color: #38aa46;
}

.is-video {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.is-video::before {
  content: "\e925";
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  color: #bd8c61;
  z-index: 2;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 575.98px) {
  .header-list {
    flex-direction: column;
    gap: 6px 0;
  }
}
.header-list__item {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-list__item:last-child::after {
  display: none;
}
.header-list__item {
  /* item last child */
}
.header-list__item::after {
  content: "";
  display: block;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background-color: #8d9aa8;
  margin-right: 15px;
}
.header-list__item {
  /* item after */
}
.header-list {
  /* header list item  */
}
.header-list__link {
  font-size: 13px;
}
.header-list__link .title {
  font-weight: 300;
  color: #6e6e6e;
  margin-left: 5px;
}
.header-list__link {
  /* link title */
}
.header-list__link .text {
  font-weight: 400;
  color: #888;
}
.header-list__link {
  /* link text */
}
.header-list {
  /* header list link  */
} /* header list */
.info-list.vertical {
  flex-direction: column;
}
.info-list.vertical .info-list__item {
  margin: 0;
  margin-bottom: 7px;
}
.info-list.vertical {
  /* vertical info list item */
}
.info-list {
  /* info list vertical */
}
.info-list.has-dot .info-list__item {
  position: relative;
  padding-right: 15px;
}
.info-list.has-dot .info-list__item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #767790;
}
.info-list.has-dot .info-list__text {
  font-size: 14px;
  font-weight: 400;
  color: #767790;
}
.info-list.has-dot .info-list__title {
  font-size: 14.5px;
  font-weight: 500;
  color: #3f4064;
}
.info-list {
  /* info list has dot */
}
.info-list.desc {
  margin-top: 20px;
}
.info-list.desc .info-list__item {
  margin-bottom: 15px;
}
.info-list.desc .info-list__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-list.desc .info-list__text {
  font-size: 16px;
  margin-left: 15px;
}
.info-list {
  /* info list desc */
}
.info-list__item {
  margin-left: 15px;
}
.info-list {
  /* info list item  */
}
.info-list__text {
  font-size: 15px;
  font-weight: 300;
  color: #888;
  margin-left: 5px;
  flex: 0 0 auto;
  width: auto;
}
.info-list {
  /* info list text */
}
.info-list__title {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  transition: all 300ms linear;
}
.info-list {
  /* info list title  */
} /* info list */
.info-badge-list {
  flex-direction: column;
}
.info-badge-list__item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-badge-list {
  /* info badge list item */
}
.info-badge-list__title {
  font-size: 15px;
  font-weight: 300;
  color: #6e6e6e;
  margin-left: 10px;
  flex: 0 0 auto;
  width: auto;
}
.info-badge-list {
  /* info badge list title */
} /* info badge list */
.badge-list {
  gap: 10px;
  flex-wrap: wrap;
}
.badge-list__link {
  display: block;
  padding: 9px 14px;
  border-radius: 5px;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
  box-shadow: none;
  cursor: pointer;
  transition: all 300ms linear;
}
.badge-list__link:hover {
  border-color: #bd8c61;
  color: #6e6e6e;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.badge-list__link.color {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.badge-list__link.color:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: calc(10px / 2);
  border: 2px solid #fff;
  background-color: var(--product-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
}
.badge-list__link {
  /* badge list link color */
}
.badge-list__link.active {
  border-color: #bd8c61;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.badge-list {
  /* badge list link */
} /* badge list */
.product-gallery-modal .modal-header {
  padding-top: 35px;
}
.product-gallery-modal {
  /* product gallery modal modal header */
}
.product-gallery-modal .modal-body {
  padding: 70px 30px;
}
.product-gallery-modal {
  /* product gallery modal modal body */
}
.product-gallery-modal .p-s-i-m-w {
  width: 100%;
  height: auto;
  white-space: normal;
  max-height: 365px;
  margin-top: 65px;
}
.product-gallery-modal .customer img, .product-gallery-modal .image-slider-wrapper img {
  opacity: 1;
}
.product-gallery-modal .customer .img-w,
.product-gallery-modal .image-slider-in-modal-wrapper .img-w {
  width: 85px;
  height: 85px;
}
.product-gallery-modal .zoom-wrapper {
  margin-right: 0;
}
.product-gallery-modal .zoomWrapper {
  width: 100% !important;
}

.product-info {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  margin-bottom: 45px;
}
.product-info__header {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product-info__header .icon-star-fill {
  color: #FF912C;
}
.product-info {
  /* product info header */
}
.product-info__title {
  font-size: 21.5px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.product-info {
  /* product info title */
}
.product-info__subtitle {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-info {
  /* product info sub title  */
}
.product-info__box {
  position: absolute;
  top: 30px;
  right: 20px;
}
.product-info {
  /* product info box */
}
.product-info__item {
  margin-bottom: 10px;
}
.product-info {
  /* product info item */
}
.product-info__link:hover i[class^=icon-] {
  color: #bd8c61;
}
.product-info__link {
  /* link hover */
}
.product-info__link i[class^=icon-] {
  color: #8d9aa8;
  font-size: 20px;
  transition: all 300ms linear;
}
.product-info__link {
  /* link icon */
}
.product-info {
  /* product info link */
} /* product info */
.price-box-wrapper {
  position: sticky;
  top: 0;
  z-index: 9;
} /* price box wrapper */
.price-box {
  min-height: 350px;
  padding: 15px;
  border-radius: 10px;
  border: 1.5px solid #e0e0e6;
  background: linear-gradient(0deg, hsla(240, 3%, 94%, 0.5), hsla(240, 3%, 94%, 0.5)), #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.price-box__title {
  font-size: 13.5px;
  font-weight: 750;
  color: #333;
  margin-bottom: 15px;
}
.price-box {
  /* price box title */
}
.price-box__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e6;
}
.price-box__item [class^=icon-] {
  font-size: 25px;
  color: rgb(121.6, 121.6, 121.6);
}
.price-box__item .text {
  font-size: 13.5px;
  font-weight: 600;
  color: #333;
}
.price-box {
  /* price box item */
}
.price-box__icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.price-box__icon [class^=icon-] {
  font-size: 30px;
  color: #3B9AE1;
}
.price-box__icon:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 13.5px;
  background-color: rgb(219.45, 219.45, 219.45);
}
.price-box__icon {
  /*  before */
}
.price-box__icon:after {
  content: "";
  width: 4.5px;
  height: 4.5px;
  border-radius: 10px;
  background-color: #3B9AE1;
}
.price-box {
  /* price box icon */
}
.price-box__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-right: -3px;
}
.price-box__body-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-box__body-header .text {
  font-size: 15px;
}
.price-box__body-header [class^=icon] {
  font-size: 12px;
}
.price-box__body {
  /* body header */
}
.price-box__body-footer {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4.5px;
}
.price-box__body-footer [class^=icon] {
  font-size: 18px;
  color: #bd8c61;
  margin-bottom: -7px;
}
.price-box__body-footer span {
  font-size: 16px;
  font-weight: 380;
  color: #6e6e6e;
  margin-bottom: -9px;
}
.price-box__body {
  /* body footer */
}
.price-box {
  /* price box body */
}
.price-box__alert {
  width: 100%;
  padding: 13px 10px;
  border-radius: calc(10px / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.price-box__alert.insurance {
  background-color: rgb(231.9, 240.7, 250.1);
  color: #1870ce;
  box-shadow: 0 2px 2px rgba(24, 112, 206, 0.2);
}
.price-box__alert {
  /* alert insurance */
}
.price-box__alert.special {
  background-color: rgb(245.1, 237.75, 231.3);
  color: #bd8c61;
  box-shadow: 0 2px 2px rgba(189, 140, 97, 0.2);
}
.price-box__alert {
  /* alert special */
}
.price-box__alert [class^=icon-] {
  font-size: 25px;
}
.price-box__alert {
  /* alert icon */
}
.price-box__alert-text {
  font-size: 14.5px;
  font-weight: 700;
}
.price-box__alert {
  /* alert text */
}
.price-box__alert-price {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.price-box__alert-price:after {
  content: "تومان";
  font-size: 9.5px;
  font-weight: normal;
  color: #6e6e6e;
}
.price-box__alert-price {
  /* price after */
}
.price-box__alert {
  /* alert price */
}
.price-box {
  /* price box alert */
}
.price-box__price-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 7px;
  margin-bottom: 15px;
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .price-box__price-wrapper {
    display: none;
  }
}
.price-box {
  /* price box price wrapper */
}
.price-box__price-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.price-box {
  /* price box price-header */
}
.price-box__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4.5px;
  font-size: 17px;
  font-weight: 750;
  color: #333;
}
.price-box__price:after {
  content: "تومان";
  font-size: 9.5px;
  font-weight: normal;
  color: #6e6e6e;
}
.price-box__price.old-price {
  font-size: 13px;
  font-weight: 400;
  color: #6e6e6e;
  text-decoration: line-through;
}
.price-box__price.old-price:after {
  display: none;
}
.price-box__price {
  /* price old price */
}
.price-box {
  /* price box price */
}
.price-box__discount {
  font-size: 15px;
  font-weight: bold;
  padding: 3px 10px;
  background-color: #bd8c61;
  border-radius: 10px;
  color: #fff;
}
.price-box {
  /* price box discount */
}
.price-box__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767.98px) {
  .price-box__footer {
    display: none;
  }
}
.price-box__footer .quantity {
  min-width: 80px;
  margin-right: 17px;
  flex: 0 0 auto;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .price-box__footer .quantity {
    max-width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .price-box__footer {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .price-box__footer .quantity {
    max-width: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  .price-box__footer {
    flex-wrap: wrap;
  }
  .price-box__footer .quantity {
    width: calc(100% - 30px) !important;
  }
}
.price-box {
  /* price box footer */
}
.price-box .add-basket-product {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-around;
  background-color: #bd8c61;
  padding: 15px;
}
@media screen and (max-width: 767.98px) {
  .price-box .add-basket-product {
    display: flex;
  }
}
.price-box .add-basket-product .add-to-cart {
  background-color: #fff;
  margin: 0;
  width: auto;
}
.price-box .add-basket-product .main-btn__text {
  color: #bd8c61;
}
.price-box .add-basket-product .price-box__price {
  color: #fff;
}
.price-box .add-basket-product .price-box__price:after {
  color: #fff;
}

/* price box */
.select-option.product {
  width: 250px;
}
@media only screen and (max-width: 575.98px) {
  .select-option.product {
    width: 100%;
  }
}
.select-option.color .select-selected.active::before {
  opacity: 1;
}
.select-option.color .select-selected::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  background-color: var(--main-color);
  opacity: 0;
  transition: all 300ms linear;
}
.select-option.color {
  /* color select selected */
}
.select-option.color .select-items div::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  border: 2px solid #fff;
  background-color: var(--product-color);
  z-index: 2;
}
.select-option.color {
  /* color select items div after */
}
.select-option {
  /* select option color */
} /* select option */
.custom-select {
  position: relative;
  right: 0;
  display: block;
  height: 42px;
  top: 0;
  line-height: 42px;
  border: 1.5px solid rgb(229.5, 229.5, 229.5);
  border-radius: 10px;
  transition: all 300ms linear;
}
.custom-select:hover {
  box-shadow: 0 0 4px #cccccc;
}
.custom-select select,
.custom-select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* custom select */
.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected.select-arrow-active {
  background-color: transparent !important;
  color: #6e6e6e !important;
}

.select-selected {
  color: #6e6e6e !important;
  background-color: transparent !important;
  top: 3px;
  width: 100%;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  margin-top: 3px;
  content: "";
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: #bd8c61 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #bd8c61 transparent;
  margin-top: -3px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  position: absolute;
  top: 0;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  padding-right: 35px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 600px) {
  .select-items div,
  .select-selected {
    font-size: 11px;
  }
}

/*style items (options):*/
.select-items {
  width: calc(100% + 0.5px);
  box-shadow: 0 0 0 1px #ced4da;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  margin-top: -3px;
  background-color: #fff;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 125px;
  overflow: auto;
}
.select-items div {
  color: #6e6e6e;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  height: 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
}
.select-items div:hover {
  background-color: #bd8c61;
  color: #fff !important;
  border-radius: 0 !important;
}
.select-items div {
  /* div hover */
}
.select-items {
  /* select item div */
} /* select items */
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.same-as-selected {
  color: #999 !important;
  border-radius: 0 !important;
}

.product-gallery {
  position: relative;
  margin: 0 auto;
}
.product-gallery__link {
  position: relative;
  display: block;
  opacity: 0.4;
  border-radius: 5px;
  transition: all 300ms linear;
  aspect-ratio: 1;
  overflow: hidden;
}
.product-gallery__link.active {
  opacity: 1;
}
.product-gallery__link.last {
  opacity: 1;
}
.product-gallery__link.last img {
  filter: blur(3.5px);
}
.product-gallery__link-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.product-gallery__link-dot:before, .product-gallery__link-dot:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #bd8c61;
  border-radius: 50%;
}
.product-gallery__link-dot {
  /* dot before and after */
}
.product-gallery__link-dot .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bd8c61;
}
.product-gallery__link:hover {
  opacity: 1;
}
.product-gallery__link {
  /* link hover */
}
.product-gallery__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .product-gallery__link {
    border-radius: 4.5px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-gallery__link {
    border-radius: 3px;
  }
}
.product-gallery {
  /* product gallery link */
} /* product gallery */
.p-s-i-m-w {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 10px;
} /* p-s-i-m-w */
.nav-tabs {
  width: 100%;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}
.nav-tabs .nav-item {
  margin-left: 15px;
}
.nav-tabs {
  /* nav tabs nav item */
}
.nav-tabs .nav-link {
  position: relative;
  color: #333;
  border: none;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 8px;
  }
}
.nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 2pc 2pc 0 0;
  opacity: 0;
  background-color: #bd8c61;
  transition: all 300ms linear;
}
.nav-tabs .nav-link {
  /* nav link before */
}
.nav-tabs .nav-link.active {
  color: #bd8c61;
}
.nav-tabs .nav-link.active::before {
  opacity: 1;
}
.nav-tabs .nav-link {
  /* nav link active */
}
.nav-tabs {
  /* nav tabs nav link */
} /* nav tabs */
.product-description {
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .product-description {
    padding: 25px;
  }
}
.product-description .tab-content {
  margin-top: 35px;
}
.product-description {
  /* product description tab content */
}
.product-description__property * {
  font-family: "iranyekan" !important;
}
.product-description__property p {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.product-description {
  /* product description property */
}
.product-description .info-shop__title {
  padding: 12px 15px;
  background: rgb(235.875, 235.875, 235.875);
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-weight: 400;
}
.product-description .info-shop {
  /* info shop title */
}
.product-description .info-shop__desc p {
  padding: 12px 15px;
  background: rgb(246.075, 246.075, 246.075);
  border-radius: 6px;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 10px;
}
.product-description .info-shop {
  /* info shop desc p */
}
.product-description {
  /* product description info shop */
} /* product description */
.modal-gallery-wrapper {
  border-left: 1px solid #cccccc;
}
@media only screen and (max-width: 991.98px) {
  .modal-gallery-wrapper {
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.modal-gallery {
  /* modal gallery wrapper */
}
.modal-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.modal-gallery {
  /* modal gallery wrapper */
}
.modal-gallery__img {
  max-width: 110px;
  flex: 1;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1199.98px) {
  .modal-gallery__img {
    max-width: 30.93%;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-gallery__img {
    max-width: 46.821%;
  }
}
.modal-gallery {
  /* modal gallery img */
}
.modal-gallery__main {
  width: 95%;
  margin: 0 auto;
}
.modal-gallery {
  /* modal gallery main */
}
.modal-gallery__video {
  display: block;
  width: 100%;
}
.modal-gallery {
  /* modal gallery video */
}
.modal-gallery iframe {
  aspect-ratio: 1;
  object-fit: cover;
}
.modal-gallery {
  /* modal gallery iframe */
} /* modal gallery */
.agreement-box {
  position: relative;
  border-radius: 5px;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 15px 0;
  transition: all 300ms linear;
}
.agreement-box:has(.checkbox input[type=checkbox]:checked) {
  border-color: #bd8c61;
}
.agreement-box:has(.checkbox input[type=checkbox]:checked) .checkbox-label {
  border-color: #bd8c61;
}
.agreement-box__body {
  width: 100%;
  padding: 10px 20px;
  margin-right: 40px;
  border-right: 1px solid rgb(216.75, 216.75, 216.75);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.agreement-box {
  /* agreement box body */
}
.agreement-box__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.agreement-box__footer .main-btn {
  color: #bd8c61;
  gap: 5px;
}
.agreement-box__footer .main-btn:hover .main-btn__text {
  text-decoration: underline;
}
.agreement-box__footer .main-btn [class^=icon-] {
  font-size: 9px;
}
.agreement-box__footer {
  /* footer main btn */
}
.agreement-box {
  /* agreement box footer */
}
.agreement-box__price {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.agreement-box__price:after {
  content: "تومان";
  font-size: 9.5px;
  font-weight: normal;
}
.agreement-box__price {
  /* price after */
}
.agreement-box {
  /* agreement box price */
}
.agreement-box .checkbox {
  position: absolute;
  top: 57%;
  right: 11.5px;
  transform: translateY(-50%);
}
.agreement-box .checkbox-label {
  top: 0;
  margin: 0;
  font-size: 13.5px;
  font-weight: 500;
  color: #bd8c61;
  transition: all 300ms linear;
}

.product-comment__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.product-comment {
  /* product comment header */
}
.product-comment__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.product-comment {
  /* product comment title */
}
.product-comment__text {
  font-size: 16px;
  font-weight: 300;
  color: #888;
  margin-bottom: 10px;
}
.product-comment {
  /* product comment text */
}
.product-comment .not-found {
  align-items: center;
  justify-content: left;
  margin-bottom: 0 !important;
  padding: unset !important;
  box-shadow: unset !important;
}
.product-comment .not-found .main-btn {
  padding: 15px 22px;
}
.product-comment .not-found {
  /* not found main btn */
}
.product-comment {
  /* product comment not found main btn */
}
.product-comment #comment-form {
  display: none;
}
.product-comment {
  /* product comment comment form */
} /* product comment */
.form-card__title {
  margin-bottom: 0 !important;
}

.star-rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-block;
}
.star-rating input {
  display: none;
}
.star-rating label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #d8aa54;
}
.star-rating input:checked ~ label {
  color: #d8aa54;
}

.comment-nav.simple .comment-box__header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.comment-nav.simple {
  /* simple comment box header */
}
.comment-nav {
  /* comment nav simple */
}
.comment-nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1.5px solid rgb(216.75, 216.75, 216.75);
  padding: 10px;
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav {
  /* comment nav item */
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.comment-nav {
  /* comment nav link */
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
}
.comment-nav__replay .comment-box {
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box {
  padding: 15px;
  background-color: rgb(243.525, 243.525, 243.525);
  border-radius: 10px;
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box .comment-box__header__logo {
  width: 60px;
  margin-bottom: 6px;
  margin-left: 10px;
}
.comment-nav__replay {
  /* comment nav replay teacher */
}
.comment-nav {
  /* comment nav replay */
} /* comment nav */
.show-more-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-more-comment .show-more-text-comment {
  font-size: 15px;
  font-weight: bold;
  color: #bd8c61;
}
.show-more-comment {
  /* show more text */
} /* show more */
.comment-box {
  margin-bottom: 10px;
}
.comment-box__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
}
.comment-box__header__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #6e6e6e;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item {
    margin-bottom: 5px;
  }
}
.comment-box__header__item.header {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 4px;
}
.comment-box__header {
  /* comment box header item */
}
.comment-box__header__review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comment-box__header__review-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 8px;
  font-size: 10px;
  color: #6e6e6e;
}
.comment-box__header__review-box.up {
  color: #388e3c;
}
.comment-box__header__review-box.down {
  color: #a70202;
}
.comment-box__header__review-box i[class^=icon] {
  font-size: 16px;
  margin-left: 4px;
}
.comment-box__header__review-box {
  /* review box icon */
}
.comment-box__header__review {
  /* comment box header review box */
}
.comment-box__header {
  /* comment box header review */
}
.comment-box__header__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.comment-box__header {
  /* comment box header name */
}
.comment-box__header__suggest {
  padding: 8.5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: -6px;
  margin-right: 10px;
  margin-left: auto;
  border-radius: 10px;
}
.comment-box__header__suggest.success {
  background-color: rgb(232.4090909091, 246.0909090909, 233.0454545455);
  color: #388e3c;
}
.comment-box__header__suggest.error {
  background-color: rgb(254.7065088757, 230.4934911243, 230.4934911243);
  color: #a70202;
}
.comment-box__header {
  /* comment box header suggest */
}
.comment-box__header__date {
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box__header__replay {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 6px;
}
.comment-box__header__replay .text {
  color: #333;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box {
  /* comment box header */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__reply {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  padding: 10px 20px;
  padding-right: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__reply {
    flex-direction: column;
  }
  .comment-box__reply .comment-box__reply__title {
    margin-bottom: 7px;
  }
}
.comment-box__reply__title {
  min-width: 100px;
  margin-left: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #414141;
  font-size: 12px;
}
.comment-box__reply {
  /* comment box reply title */
}
.comment-box__reply__text {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 25px;
  text-align: justify;
}
.comment-box__reply {
  /* comment box reply text */
}
.comment-box {
  /* comment box reply */
}
.comment-box__logo {
  width: 130px;
  margin-left: 10px;
}
.comment-box {
  /* comment box logo */
}
.comment-box__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.comment-box {
  /* comment box header name */
}
.comment-box__date {
  font-size: 14.5px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.comment-box {
  /* comment box header date */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__img-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.comment-box {
  /* comment box img wrapper */
}
.comment-box__img {
  display: block;
  width: 55px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms linear;
}
.comment-box__img:hover {
  opacity: 1;
}
.comment-box__img img {
  width: 100%;
}
.comment-box {
  /* comment box img */
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item.header {
    flex-wrap: wrap;
  }
  .comment-box__header__name {
    order: 1;
  }
  .comment-box__header__suggest {
    order: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .comment-box__header__review {
    order: 2;
  }
}

/* comment comment box */
.product-alert {
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-right: 3px solid;
}
.product-alert.alert {
  border-color: rgb(216.75, 216.75, 216.75);
  background-color: rgb(244.8, 244.8, 244.8);
}
.product-alert.alert .product-alert__icon,
.product-alert.alert .product-alert__text {
  color: #6e6e6e;
}
.product-alert {
  /* product alert alert */
}
.product-alert.info {
  border-color: rgb(118.4130434783, 176.7608695652, 239.0869565217);
  background-color: rgb(232.6086956522, 242.1739130435, 252.3913043478);
}
.product-alert.info .product-alert__icon,
.product-alert.info .product-alert__text {
  color: #1870ce;
}
.product-alert {
  /* product alert info */
}
.product-alert.success {
  border-color: rgb(140.9696969697, 210.0303030303, 144.1818181818);
  background-color: rgb(221.4363636364, 241.7636363636, 222.3818181818);
}
.product-alert.success .product-alert__icon,
.product-alert.success .product-alert__text {
  color: #388e3c;
}
.product-alert {
  /* product alert success */
}
.product-alert.warning {
  border-color: rgb(255, 211.88, 112.2);
  background-color: rgb(255, 251.92, 244.8);
}
.product-alert.warning .product-alert__icon,
.product-alert.warning .product-alert__text {
  color: #FFB200;
}
.product-alert {
  /* product alert warning */
}
.product-alert.danger {
  border-color: rgb(253.3786982249, 119.6213017751, 119.6213017751);
  background-color: rgb(254.7065088757, 230.4934911243, 230.4934911243);
}
.product-alert.danger .product-alert__icon,
.product-alert.danger .product-alert__text {
  color: #a70202;
}
.product-alert {
  /* product alert danger */
}
.product-alert__icon {
  font-size: 18px;
  margin-left: 10px;
}
.product-alert {
  /* product alert icon */
}
.product-alert__text {
  text-align: justify;
  font-size: 13.5px;
  font-weight: 300;
}
.product-alert {
  /* product alert text */
} /* product alert */
.comments-form-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 10px rgba(110, 117, 136, 0.1);
  margin: 15px 0px;
  padding: 20px;
  border-radius: 10px;
}

/* Rating Star Widgets Style */
.rating-stars .star-list {
  list-style-type: none;
  padding: 0;
  direction: ltr;
}

.rating-stars .star-list .star {
  display: inline-block;
}

.rating-stars .star-list .star .icon {
  font-size: 1.5em;
  color: #ccc;
}

@media screen and (max-width: 575.98px) {
  .rating-stars .star-list .star .icon {
    font-size: 1.2em;
  }
}
/* هاور */
.rating-stars .star-list .star:hover .icon {
  color: #FF912C;
}

/* انتخاب‌شده */
.rating-stars .star-list .star-1.selected > .icon,
.rating-stars .star-list .star-2.selected > .icon,
.rating-stars .star-list .star-3.selected > .icon,
.rating-stars .star-list .star-4.selected > .icon,
.rating-stars .star-list .star-5.selected > .icon {
  color: #FF912C !important;
}

/* سایز هر ستاره */
.star-1 .icon {
  font-size: 15px !important;
  color: #ccc;
}

.star-2 .icon {
  font-size: 20px !important;
  color: #ccc;
}

.star-3 .icon {
  font-size: 25px !important;
  color: #ccc;
}

.star-4 .icon {
  font-size: 30px !important;
  color: #ccc;
}

.star-5 .icon {
  font-size: 35px !important;
  color: #ccc;
}

/* امتیاز کلی */
.score .icon-star-fill {
  color: #FF912C;
}

.rating-stars .star-list .star:hover .icon,
.rating-stars .star-list .star.selected .icon {
  color: #FF912C;
}

.checkbox {
  position: relative;
}
.checkbox-label {
  position: relative;
  width: 100%;
  top: -3px;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 300;
  cursor: pointer;
}
.checkbox {
  /* checkbox label */
}
.checkbox input,
.checkbox svg {
  width: 19px;
  height: 19px;
  display: inline-block;
}
.checkbox {
  /* checkbox input and svg */
}
.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 1px #d0d0d0;
}
.checkbox input:checked {
  box-shadow: inset 0 0 0 1px #d0d0d0;
}
.checkbox {
  /* checkbox input */
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  transform: scale(var(--scale, 1)) translateZ(0);
}
.checkbox {
  /* checkbox svg */
}
.checkbox.bounce {
  stroke: #fff;
}
.checkbox.bounce input:checked {
  box-shadow: inset 0 0 0 11px #bd8c61;
}
.checkbox.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.checkbox.bounce svg {
  --scale: 0;
}
.checkbox {
  /* checkbox bounce */
} /* checkbox */
@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 767.98px) {
  .product-detail-page {
    padding-bottom: 80px;
  }
}

/*# sourceMappingURL=product-detail.css.map */
