@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 ----------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: right;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:focus {
  outline: none;
}

.product-gallery__thumbnail .slick-list .slick-track .slick-slide img {
  border-radius: 5px;
  opacity: 0.35;
  transition: all 300ms linear;
}
.product-gallery__thumbnail .slick-list .slick-track .slick-slide img:hover {
  cursor: pointer;
  opacity: 0.55;
}

.product-gallery__thumbnail .slick-list .slick-track .slick-slide.slick-current img {
  opacity: 1;
}

.product-gallery__thumbnail .slick-slide {
  margin: 0 5px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  z-index: 1000000000;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 25px;
  line-height: 1;
  color: #2dcea2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 300ms linear;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\e978";
}
[dir=ltr] .slick-prev:before {
  display: inline-block;
  transform: rotate(-180deg);
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\e977";
}
[dir=ltr] .slick-next:before {
  display: inline-block;
  transform: rotate(-180deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: icomoon;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #2dcea2;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #2dcea2;
  opacity: 0.75;
}

/* ---------------------------------------- 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;
  right: 15px;
  /* quantity input */
  /* quantity button */
}
.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: #656565;
  font-weight: 300;
  line-height: 1.65;
  font-size: 16.5px;
}
.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 */
  /* quantity button quantity down */
}
.quantity-button.quantity-up {
  right: -18px;
}
.quantity-button.quantity-down {
  left: -18px;
}

/* quantity */
.product-section {
  /* product section add to cart */
  /* show more wrapper */
  /* product section quantity */
}
.product-section .add-to-cart {
  position: relative;
  padding: 17px 25px;
  background-color: rgb(42.6666666667, 173.3333333333, 58.6666666667);
  margin-right: auto;
  --ripple-background: #7e000f;
  overflow: hidden;
  /* primary button before */
  /* add to cart hover */
  /* add to cart main btn text and icon */
}
.product-section .add-to-cart:before {
  content: "";
  position: absolute;
  display: block;
  background: var(--ripple-background, white);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transform: translate(-50%, -50%) scale(var(--s, 1));
  transform-origin: center;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .product-section .add-to-cart {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-section .add-to-cart {
    width: 100%;
  }
}
.product-section .add-to-cart:hover {
  background-color: #3CCF4E;
}
.product-section .add-to-cart .main-btn__text,
.product-section .add-to-cart .main-btn__icon {
  color: #fff;
}
.product-section .show-more-wrapper {
  text-align: left;
  /* show more wrapper show more link */
}
.product-section .show-more-wrapper .show-more-link {
  color: #1870ce;
  font-size: 12px;
}
.product-section .quantity {
  margin-left: 15px;
}

/* product section */
.modal .modal-header {
  border: none;
  padding: 1rem 1rem 0 1rem;
}

.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;
}

.white-box {
  box-shadow: 0 1px 1px rgba(82, 99, 116, 0.13);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}

.share-modal .modal__text {
  font-size: 14px;
}
.share-modal .copy-btn {
  width: 100%;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #000;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 12px;
}
.share-modal .copy-btn.copied #buttonText {
  content: "کپی شد";
}

/* share modal */
.product-card {
  transition: all 300ms ease-in-out;
  padding: 5px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.product-card .fileIcons i {
  margin-left: 4px;
  color: #f36f1e;
  font-size: 24px;
  margin-bottom: 15px;
}
.product-card:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  opacity: 0.3;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(173, 187, 205) 50%, rgb(255, 255, 255) 100%);
}
.product-card:hover .product-card__img:after {
  transform: rotate(0);
  bottom: 200px;
  opacity: 0;
}
.product-card:hover .product-card__img:before {
  bottom: 10px;
  transform: rotate(0);
}
.product-card__img {
  position: relative;
  width: 100%;
}
.product-card__img:before {
  content: "";
  position: absolute;
  width: 84%;
  height: 100px;
  background: rgb(173, 187, 205);
  opacity: 0.31;
  border-radius: 8px;
  z-index: -1;
  bottom: -4px;
  left: 5px;
  transform: rotate(-4deg);
  transition: all 300ms ease-in-out;
}
.product-card__img:after {
  content: "";
  position: absolute;
  width: 76%;
  height: 100px;
  background: rgb(173, 187, 205);
  opacity: 0.22;
  border-radius: 8px;
  z-index: -2;
  bottom: -8px;
  left: 20px;
  transform: rotate(-7deg);
  transition: all 300ms ease-in-out;
}
.product-card__img img {
  width: 100%;
}
.product-card__content .title {
  margin: 40px 0 20px 0;
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.product-card__price {
  min-height: 30px;
  border-radius: 0 15px 0 15px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .product-card__price {
    margin-top: 5px;
  }
}
.product-card__price.unavailable {
  justify-content: center;
}
.product-card__price.unavailable:after {
  content: "ناموجود";
  font-size: 13px;
  font-weight: 600;
  color: rgb(250.4032258065, 164.5967741935, 164.5967741935);
}
.product-card__price .oldPrice {
  border-radius: 15px;
  color: #121212;
}
.product-card__price .old-price {
  color: red;
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .product-card__price .old-price {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .product-card__price .old-price {
    font-size: 11px;
  }
}
.product-card__price .unit-price:after {
  content: "تومان";
  font-size: 10px;
  font-weight: 400;
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  .product-card__price .unit-price {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .product-card__price .unit-price {
    font-size: 16px;
  }
}

.product-info {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px 45px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  margin-bottom: 45px;
  /* product info header */
  /* product info title */
  /* product info sub title  */
  /* product info box */
  /* product info item */
  /* product info link */
}
.product-info__header {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product-info__title {
  font-size: 21.5px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.product-info__subtitle {
  font-size: 16px;
  color: #888;
  margin-bottom: 10px;
}
.product-info__box {
  position: absolute;
  top: 30px;
  right: 20px;
}
.product-info__item {
  margin-bottom: 10px;
}
.product-info__link {
  /* link hover */
  /* link icon */
}
.product-info__link:hover i[class^=icon-] {
  color: #2dcea2;
}
.product-info__link i[class^=icon-] {
  color: #8d9aa8;
  font-size: 20px;
  transition: all 300ms linear;
}

/* product info */
.single-product-section__description .read-more p {
  font-size: 12px;
}

.product-gallery {
  margin: 15px 0;
}
.product-gallery__slider .slick-slide {
  float: right;
}
.product-gallery__slider .product-image {
  height: auto;
  border-radius: 10px;
}
.product-gallery__thumbnail .slick-arrow {
  background-color: #2dcea2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  right: 45%;
  z-index: 99;
}
@media screen and (max-width: 575.98px) {
  .product-gallery__thumbnail .slick-arrow {
    right: 43%;
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .product-gallery__thumbnail .slick-arrow {
    right: 45%;
    width: 25px;
    height: 25px;
  }
}
.product-gallery__thumbnail .slick-arrow:before {
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}
.product-gallery__thumbnail .slick-prev {
  top: -15px;
}
.product-gallery__thumbnail .slick-next {
  top: auto;
  bottom: -15px;
}
.product-gallery .owl-carousel {
  transform: rotate(90deg);
  height: 270px;
  margin-top: 100px;
}
.product-gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  width: 225px !important;
}
.product-gallery .owl-item {
  transform: rotate(-90deg);
}
.product-gallery div.owl-carousel .owl-nav .owl-prev,
.product-gallery div.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
}

/* 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 */
.image-slider-wrapper {
  padding-bottom: 5px;
} /* image slider wrapper */
.img-w {
  display: inline-flex;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 1px solid #fff;
  /* img-w is poster */
  /* img-w active img */
  /* img-w img */
}
@media screen and (max-width: 992px) {
  .img-w {
    width: 75px;
    height: 75px;
  }
}
.img-w:nth-child(1) {
  margin-right: 0;
}
.img-w:last-child {
  margin-left: 0;
}
.img-w.is-poster {
  align-items: center;
  justify-content: center;
}
.img-w.active img {
  opacity: 1;
  border: 1.5px solid #2dcea2;
}
.img-w img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  border-radius: 50px;
  transition: all 300ms linear;
}
.img-w img:hover {
  opacity: 0.9;
}

/* img-w */
.comment-nav {
  /* comment nav simple */
  /* comment nav item */
  /* comment nav link */
  /* comment nav replay */
}
.comment-nav.simple {
  /* simple comment box header */
}
.comment-nav.simple .comment-box__header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.comment-nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1.5px solid rgb(216.75, 216.75, 216.75);
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav__item .comment-box-button {
  color: #777;
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 35px rgba(59, 67, 89, 0.0588235294) !important;
  padding: 20px;
  border-radius: 10px;
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
  /* comment nav replay teacher */
}
@media screen and (max-width: 575.98px) {
  .comment-nav__replay {
    padding-right: 20px;
  }
}
.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: 80px;
  margin-left: 5px;
}
@media screen and (max-width: 575.98px) {
  .comment-nav__replay.main .comment-box .comment-box__header__logo {
    width: 80px;
  }
}

/* comment nav */
.show-more-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* show more text */
}
.show-more-comment .show-more-text-comment {
  font-size: 15px;
  font-weight: bold;
  color: #2dcea2;
}

/* show more */
.comment-box {
  margin-bottom: 20px;
  /* comment box header */
  /* comment box text */
  /* comment box reply */
  /* comment box logo */
  /* comment box header name */
  /* comment box header date */
  /* comment box text */
  /* comment box img wrapper */
  /* comment box img */
}
.comment-box__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
  /* comment box header item */
  /* comment box header review */
  /* comment box header name */
  /* comment box header suggest */
  /* comment box header date */
  /* comment box header date */
}
.comment-box__header__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #656565;
}
@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;
  align-items: center;
  margin-bottom: 4px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}
.comment-box__header__review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* comment box header review box */
}
.comment-box__header__review-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 8px;
  font-size: 10px;
  color: #656565;
  /* review box icon */
}
.comment-box__header__review-box.up {
  color: #388e3c;
}
.comment-box__header__review-box.down {
  color: #f31313;
}
.comment-box__header__review-box i[class^=icon] {
  font-size: 16px;
  margin-left: 4px;
}
.comment-box__header__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 575.98px) {
  .comment-box__header__name {
    font-size: 14px;
  }
}
.comment-box__header__name img.user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 6px 10px rgba(110, 117, 136, 0.1098039216);
  margin-left: 5px;
}
.comment-box__header__suggest {
  padding: 8.5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: -6px;
  margin-left: 10px;
  margin-right: 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: white;
  color: #f31313;
}
.comment-box__header__date {
  font-size: 13px;
  font-weight: 300;
  color: #656565;
}
.comment-box__header__replay {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 575.98px) {
  .comment-box__header__replay {
    font-size: 10px;
  }
}
.comment-box__header__replay .text {
  color: #333;
}
.comment-box__text {
  font-size: 12px;
  color: rgb(113.32, 113.32, 113.32);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box__reply {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  padding: 10px 20px;
  padding-left: 10px;
  font-weight: 400;
  /* comment box reply title */
  /* comment box reply text */
}
@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-right: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #f36f1e;
  font-size: 12px;
}
.comment-box__reply__text {
  font-size: 13px;
  color: #656565;
  line-height: 25px;
  text-align: justify;
}
.comment-box__logo {
  width: 130px;
  margin-right: 10px;
}
.comment-box__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.comment-box__date {
  font-size: 14.5px;
  font-weight: 300;
  color: #656565;
  margin-bottom: 10px;
}
.comment-box__text {
  font-size: 12px;
  color: #333;
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box__img-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.comment-box__img {
  display: block;
  width: 55px;
  height: 60px;
  object-fit: cover;
  border-radius: 50px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms linear;
}
.comment-box__img:hover {
  opacity: 1;
}
.comment-box__img img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 575.98px) {
  .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-page {
  display: flex;
  padding: 15px 0;
}
.product-page .single-product-section .header {
  margin-bottom: 15px;
}
.product-page .single-product-section .title {
  font-size: 16px;
  margin-bottom: 0;
}
.product-page .single-product-section .add-btn {
  background: #2dcea2;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.product-page .single-product-section .add-btn span {
  font-size: 20px;
}

.single-product-right-box {
  position: sticky;
  top: 20px;
}
.single-product-right-box .product-info-box {
  min-height: 680px;
}
@media screen and (max-width: 1199.98px) {
  .single-product-right-box .product-info-box {
    min-height: auto;
  }
}
.single-product-right-box .product-info-box__options {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.single-product-right-box .product-info-box__options i {
  color: #121212;
}
.single-product-right-box .product-info-box__header {
  padding: 10px 0;
}
.single-product-right-box .product-info-box__header .title {
  color: #646e7a;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-product-right-box .product-info-box__header .product-btn {
  display: block;
  text-align: center;
  padding: 5px;
  width: 100%;
  background-color: #f2f7fd;
  color: #7c8794;
  font-size: 12px;
  line-height: 28px;
  border-radius: 5px;
  cursor: pointer;
}
.single-product-right-box .product-info-box__footer .price {
  display: flex;
  justify-content: end;
  color: #7b8591;
  position: relative;
  margin: 10px 0 20px;
  width: 100%;
}
.single-product-right-box .product-info-box__footer .cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product-right-box .product-info-box__footer .cart .add-cart-btn {
  font-size: 12px;
  cursor: pointer;
  background: #3ab54a;
  color: #fff;
  padding: 13px;
  border-radius: 50px;
}
@media screen and (max-width: 575.98px) {
  .single-product-right-box .product-info-box__footer .cart .add-cart-btn {
    font-size: 12px;
    padding: 13px 15px;
  }
}
.single-product-right-box .product-info-box__footer .product-info__preview {
  margin-top: 10px;
}
.single-product-right-box .product-info-box__footer .product-info__preview .main-btn {
  padding: 8px 16px;
  width: 100%;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}
.single-product-right-box .product-info-box__footer .product-info__preview .educationDesc {
  color: black;
}
.single-product-right-box .product-info-box__footer .product-info__preview .educationDesc span {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #f8ebe3;
  color: #f36f1e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  margin-left: 6px;
}
.single-product-right-box .product-info-box__footer .product-info__preview .educationDesc p {
  font-size: 14px;
  font-weight: 600;
}
.single-product-right-box .product-info-box__footer .product-info__preview img {
  width: 75%;
}
.single-product-right-box .education-detail-image {
  width: 100%;
}

.education-info-box__header .educationBookName {
  height: fit-content !important;
}
@media screen and (max-width: 1199.98px) {
  .education-info-box__header {
    padding: 0 !important;
  }
}

.downloadFile {
  font-size: 16px;
  color: #f36f1e;
}
.downloadFile:hover {
  color: #f36f1e;
}
.downloadFile i {
  font-size: 28px;
}

.audioFile {
  width: 100%;
}
@media screen and (min-width: 991.98px) {
  .audioFile {
    width: 50%;
  }
}

.educationTitleBox {
  border-bottom: 1px solid #dedede;
}
.educationTitleBox div {
  color: #333;
  font-size: 16px;
}
.educationTitleBox div span:nth-of-type(1) {
  font-weight: 700;
}

.educationFileBox {
  border-bottom: 1px solid #dedede;
}

.single-product-sticky-menu {
  position: sticky;
  top: 20px;
}
.single-product-sticky-menu.product-info-box {
  min-height: 680px;
}
@media screen and (max-width: 1199.98px) {
  .single-product-sticky-menu.product-info-box {
    min-height: auto;
  }
}

.product-info-box .post-copy-link {
  border-radius: 10px;
  cursor: pointer;
  padding: 8px;
  max-width: 70%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
}
.product-info-box .post-copy-link .text {
  font-size: 12px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.product-info-box .post-copy-link .icon-copy {
  width: 18px;
  margin-left: 5px;
}
.product-info-box .post-copy-link .copy {
  background-color: #333;
  padding: 3px;
  border-radius: 5px;
  position: absolute;
  margin-top: -60px;
  width: 60px;
  cursor: pointer;
  color: #fff;
  display: none;
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
.product-info-box .post-copy-link:hover .copy {
  display: block;
}

.product-info-box .social-media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-info-box .social-media .icon {
  cursor: pointer;
  font-size: 22px;
  margin-left: 5px;
  color: #000;
}

.product-info-box {
  text-align: right;
}
.product-info-box .product-list, .product-info-box .education-list {
  margin: 25px 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee4eb;
}
.product-info-box .product-list .item, .product-info-box .education-list .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #646e7a;
  font-size: 13px;
  line-height: 28px;
}
.product-info-box .education-list {
  border-bottom: none;
}
.product-info-box .education-list i {
  font-size: 18px;
}
.product-info-box .text {
  line-height: 24px;
}

.product-info-box .product-list .item__size {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.product-info-box .product-list .item__size-label {
  min-height: 43px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  margin-left: 6px;
  margin-bottom: 10px;
  min-width: 90px;
  background: #eee;
  padding: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-info-box .product-list .item__size-label {
    min-width: 76px;
    padding: 5px;
  }
}
.product-info-box .product-list .item__size-label.active {
  background-color: #f36f1e;
  color: #fff;
}
.product-info-box .product-list .item__size-input {
  opacity: 0;
  height: 0;
  width: 0;
}
.product-info-box .product-list .item__size .show-more-btn {
  background: #eee;
  height: 55px;
  min-width: 90px;
  border: 0;
  border-radius: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) and (max-width: 1199.98px) {
  .product-info-box .product-list .item__size .show-more-btn {
    min-width: 87px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-info-box .product-list .item__size .show-more-btn {
    min-width: 76px;
    padding: 5px;
    height: auto;
  }
}

.product-info-box .product-list .item__color {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
.product-info-box .product-list .item__color .color-box {
  cursor: pointer;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  position: relative;
}
.product-info-box .product-list .item__color .color-box.active .color {
  border: 2px solid #b6abab;
}
.product-info-box .product-list .item__color .color-box.active .color:before {
  content: "";
  background-image: url(./../images/product-detail/check.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}
.product-info-box .product-list .item__color .color-box .color {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.product-info-box .product-list .item__color .color-box .text {
  font-size: 10px;
}

.product-info {
  /* product info price */
  /* product info price wrapper */
  /* product info discount */
}
.product-info__price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  /* price old price */
  /* price span */
}
.product-info__price.old-price {
  font-size: 14px;
  font-weight: 600;
  color: red;
  text-decoration: line-through;
  margin-left: 10px;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price.old-price {
    width: 100%;
  }
}
.product-info__price.old-price span {
  margin: 0;
  color: red;
}
.product-info__price span {
  font-size: 12px;
  font-weight: 600;
  color: #656565;
  margin-right: 4px;
}
.product-info__price-wrapper {
  gap: 0 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price-wrapper {
    gap: 10px 15px;
    margin-bottom: 10px;
  }
}
.product-info__discount {
  padding: 4px 13px;
  background-color: #2dcea2;
  border-radius: 10px;
  color: #fff;
}

.single-product-section__description .read-more p {
  font-size: 12px;
}

.single-product-section__additional_information .contact .info-shop {
  width: 100%;
  border-spacing: 3px;
  border-collapse: separate;
}
.single-product-section__additional_information .contact .info-shop__title {
  color: #646e7a;
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  background-color: #f2f6fa;
  padding: 0 10px !important;
  border: none;
  font-style: normal;
}
.single-product-section__additional_information .contact .info-shop__desc {
  color: #646e7a;
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  background-color: #f2f6fa;
  padding: 0 10px !important;
  border: none;
}
.single-product-section__additional_information .contact .info-shop tr:nth-child(even) th, .single-product-section__additional_information .contact .info-shop tr:nth-child(even) td {
  background-color: rgba(0, 0, 0, 0.03);
}

.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;
}
.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;
  }
}

/* Hover state of the stars */
.rating-stars .star-list > .star.hover > .icon {
  color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars .star-list > .star.selected > .icon {
  color: #FF912C;
}

.single-product-sticky-menu__list {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .single-product-sticky-menu__list {
    display: none;
  }
}
.single-product-sticky-menu__list .item {
  margin-bottom: 12px;
}
.single-product-sticky-menu__list .link {
  color: gray;
  font-size: 14px;
  border-right: 2px solid transparent;
  padding-right: 15px;
}
.single-product-sticky-menu__list .link.active {
  border-color: #2dcea2;
}

.single-product-sticky-menu .contact-us-box {
  position: relative;
  background-color: #f5f7f9;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .single-product-sticky-menu .contact-us-box {
    margin-top: 15px;
  }
}
.single-product-sticky-menu .contact-us-box:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #2dcea2;
}
.single-product-sticky-menu .contact-us-box__img {
  max-width: 40px;
  margin-left: 10px;
}
.single-product-sticky-menu .contact-us-box__img img {
  width: 100%;
}
.single-product-sticky-menu .contact-us-box__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.single-product-sticky-menu .contact-us-box__content .content-box-info {
  display: flex;
  flex-direction: column;
}
.single-product-sticky-menu .contact-us-box__content .name {
  color: #000;
  font-size: 12px;
  margin-bottom: 3px;
}
.single-product-sticky-menu .contact-us-box__content .role {
  color: gray;
  font-size: 10px;
}
.single-product-sticky-menu .contact-us-box__content .content-box-btn {
  font-size: 10px;
  padding: 5px;
}
@media screen and (max-width: 479.98px) {
  .single-product-sticky-menu .contact-us-box__content .content-box-btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991.98px) {
  .single-product-sticky-menu .contact-us-box__content .content-box-btn {
    font-size: 16px;
    padding: 5px 10px;
  }
}

.single-product-sticky-menu .product-inventory {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.single-product-sticky-menu .product-inventory .product-inventory-img {
  max-width: 50px;
  margin-left: 15px;
}
.single-product-sticky-menu .product-inventory .product-inventory-img img {
  width: 100%;
}
.single-product-sticky-menu .product-inventory .product-inventory-count {
  color: gray;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.single-product-sticky-menu .product-inventory .product-inventory-count .product-inventory-number {
  margin-right: 10px;
}

.single-product-sticky-menu .services-box__list {
  width: 100%;
}
.single-product-sticky-menu .services-box__item {
  display: flex;
  align-items: center;
  border: 1px dashed gray;
  padding: 13px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .single-product-sticky-menu .services-box__item {
    margin-right: 10px;
  }
}
.single-product-sticky-menu .services-box__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .single-product-sticky-menu .services-box__item:last-child {
    margin-bottom: 10px;
  }
}
.single-product-sticky-menu .services-box__item .service-card-img {
  max-width: 45px;
}
.single-product-sticky-menu .services-box__item .service-card-img img {
  width: 100%;
}
.single-product-sticky-menu .services-box__item .service-card-info {
  margin-right: 10px;
  font-size: 14px;
}

/*# sourceMappingURL=product-detail.css.map */
