@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;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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: #fd7d03;
  -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: #fd7d03;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #fd7d03;
  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;
}
.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 */
.product-section .add-to-cart {
  position: relative;
  padding: 15px;
  margin-top: 10px;
  background-color: rgb(42.6666666667, 173.3333333333, 58.6666666667);
  --ripple-background: #7e000f;
  overflow: hidden;
  gap: 5px;
}
.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;
}
.product-section .add-to-cart {
  /* primary button before */
}
@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 {
  /* 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 {
  text-align: left;
}
.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 */
.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;
}

.white-box {
  box-shadow: 0 1px 3px rgba(82, 99, 116, 0.18);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}

.product-detail-video {
  border-radius: 10px;
}

.product-card {
  background-color: #fff;
  display: flex;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.09);
  height: 115px;
}
.product-card:hover .product-card__img img {
  transform: scale(1.2);
}
.product-card:hover .product-card__body .title {
  color: #fd7d03;
}
.product-card__img {
  width: 130px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .product-card__img {
    width: 110px;
  }
}
.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  aspect-ratio: 2/1;
}
.product-card__body {
  padding: 15px;
  width: calc(100% - 100px);
}
.product-card__body .title {
  font-size: 14px;
  margin-bottom: 8px;
  color: #777;
  font-weight: 600;
  line-height: 1.8;
  height: 50px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
.product-card__body .description {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 12px;
  color: #333;
}
.product-card__footer {
  display: flex;
  justify-content: space-between;
}
.product-card__footer .call-btn {
  padding: 8px;
  gap: 5px;
}
.product-card__price {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.product-card__price:after {
  content: "تومان";
  font-size: 10px;
  font-weight: 400;
  color: #333;
}
.product-card__price .old-price {
  text-decoration: line-through;
  margin-left: 15px;
  color: #dc1212;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .product-card__price .old-price {
    margin-left: 6px;
  }
}
.product-card__price .unit-price {
  color: #333;
  font-weight: 600;
}
.product-card__price .call-btn {
  gap: 5px;
  color: #fd7d03;
}
.product-card__price.unavailable {
  background-color: white;
}
.product-card__price.unavailable:after {
  content: "ناموجود";
  font-size: 13px;
  font-weight: 600;
  color: rgb(250.4032258065, 164.5967741935, 164.5967741935);
}
.product-card__price.unavailable-price:after {
  display: none;
}
.product-card__rate {
  display: flex;
  align-items: center;
  gap: 3px;
}
.product-card__rate .rate {
  font-size: 14px;
  line-height: 0;
  color: #000;
}
.product-card__rate i {
  font-size: 14px;
  color: #f9a825;
}
.product-card.login-card .product-card__footer .main-btn {
  color: red;
  gap: 5px;
}

@media screen and (max-width: 991.98px) {
  .btn-size {
    font-size: 10px;
  }
}

@media screen and (max-width: 1199.98px) {
  .col-lg-product {
    width: 49%;
  }
}
@media screen and (max-width: 767.98px) {
  .col-lg-product {
    width: 100%;
  }
}

.similar-product {
  margin-bottom: 30px;
}
.similar-product__header {
  position: relative;
  margin: 25px 0;
}
.similar-product__header .title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #646e7a;
}
.similar-product .products {
  height: auto;
  position: relative;
}
.similar-product .products .similarProductSlider .product-card {
  box-shadow: 0 1px 3px rgba(82, 99, 116, 0.18);
  margin: 5px;
}
.similar-product .products .owl-dots {
  position: absolute;
  left: 0;
  top: -70px;
  margin: 0;
}
.similar-product .products .owl-dots .owl-dot.active span {
  height: 30px;
  background-color: #fd7d03;
}
.similar-product .products .product-card__title {
  font-size: 14px;
}

.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 {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.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: #888;
  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: #fd7d03;
}
.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 */
.single-product-section__description .read-more p {
  font-size: 12px;
}
.single-product-section__description .link {
  color: #fff;
  font-size: 12px;
  background: #3d3e3e;
  padding: 10px 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: inline-block;
}

.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: #fd7d03;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  right: 45%;
}
@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;
}
@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 {
  /* img-w is poster */
}
.img-w.active img {
  opacity: 1;
  border: 1.5px solid #fd7d03;
}
.img-w {
  /* img-w active img */
}
.img-w img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  border-radius: 5px;
  transition: all 300ms linear;
}
.img-w img:hover {
  opacity: 0.9;
}
.img-w {
  /* img-w img */
} /* img-w */
.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);
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav__item .comment-box-button {
  color: #777;
}
.comment-nav {
  /* comment nav item */
}
.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 {
  /* comment nav link */
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
}
@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__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: #fd7d03;
}
.show-more-comment {
  /* show more text */
} /* show more */
.comment-box {
  margin-bottom: 20px;
}
.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;
  align-items: center;
  margin-bottom: 4px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}
.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: #f31313;
}
.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;
}
@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 {
  /* comment box header name */
}
.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 {
  /* 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-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__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-left: 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-right: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #3d3e3e;
  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-right: 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: #333;
  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;
  height: 60px;
  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%;
  height: 100%;
}
.comment-box {
  /* comment box img */
}
@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: #fd7d03;
  color: #fff;
  border-radius: 23%;
  width: 13px !important;
  display: flex;
  padding: 13px;
  height: 26px;
  align-items: center;
  justify-content: center;
}
.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;
  padding-bottom: 20px;
  border-bottom: 2px solid #ebeff2;
}
.single-product-right-box .product-info-box__header {
  padding: 20px 0 0 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: 5px;
}
@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-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 {
  margin: 25px 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee4eb;
}
.product-info-box .product-list .item {
  display: flex;
  gap: 5px;
  width: 100%;
  color: #646e7a;
  font-size: 13px;
  line-height: 28px;
  flex-wrap: wrap;
}
.product-info-box .product-list .item .key {
  min-width: 75px;
}

.product-info-box .product-list .item__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.product-info-box .product-list .item__info-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__info-label {
    min-width: 76px;
    padding: 5px;
  }
}
.product-info-box .product-list .item__info-label.active {
  background-color: #3d3e3e;
  color: #fff;
}
.product-info-box .product-list .item__info-input {
  opacity: 0;
  height: 0;
  width: 0;
}
.product-info-box .product-list .item__info .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__info .show-more-btn {
    min-width: 87px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-info-box .product-list .item__info .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__price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price {
    font-size: 19px;
  }
}
.product-info__price.old-price {
  font-size: 14px;
  font-weight: 300;
  color: #6e6e6e;
  text-decoration: line-through;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price.old-price {
    font-size: 12px;
  }
}
.product-info__price.old-price span {
  margin: 0;
}
.product-info__price {
  /* price old price */
}
.product-info__price span {
  font-size: 12px;
  font-weight: 300;
  color: #6e6e6e;
  margin-right: 4px;
}
.product-info__price {
  /* price span */
}
.product-info {
  /* product info price */
}
.product-info__price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price-wrapper {
    gap: 10px 15px;
    margin: 0px 0;
  }
}
.product-info__price-wrapper .call-btn {
  width: 100%;
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  gap: 5px;
}
.product-info {
  /* product info price wrapper */
}
.product-info__discount {
  padding: 4px 13px;
  background-color: #fd7d03;
  border-radius: 10px;
  color: #fff;
}
.product-info {
  /* product info discount */
}

.single-product-section__description .read-more p {
  font-size: 12px;
}
.single-product-section__description .link {
  color: #fff;
  font-size: 12px;
  background: #3d3e3e;
  padding: 10px 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: inline-block;
}

.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;
}

.rating-stars .star-list {
  direction: ltr;
}

.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: #fd7d03;
}

.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: #fd7d03;
}
.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 {
  margin-bottom: 10px;
}
.single-product-sticky-menu .services-box__link {
  display: flex;
  align-items: center;
  border: 1px dashed gray;
  padding: 13px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #121212;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .single-product-sticky-menu .services-box__link {
    margin-right: 10px;
  }
}
.single-product-sticky-menu .services-box__link:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .single-product-sticky-menu .services-box__link:last-child {
    margin-bottom: 10px;
  }
}
.single-product-sticky-menu .services-box__link .service-card-img i {
  font-size: 30px;
}
.single-product-sticky-menu .services-box__link .service-card-info {
  margin-right: 10px;
  font-size: 14px;
}

.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;
  margin: 15px 0;
}
.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, 249.61, 237.15);
}
.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(252.8709677419, 213.1290322581, 213.1290322581);
  background-color: white;
}
.product-alert.danger .product-alert__icon,
.product-alert.danger .product-alert__text {
  color: #f31313;
}
.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: 400;
}
.product-alert {
  /* product alert text */
} /* product alert */
.size-form {
  margin: 15px 0;
}
.size-form label {
  color: #888;
  font-weight: 300;
  margin-bottom: 5px;
  flex: 0 0 auto;
  width: auto;
}
.size-form {
  /* size form label */
}
.size-form input {
  font-size: 16px;
  color: #333;
}
.size-form input::-webkit-outer-spin-button, .size-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.size-form input::placeholder {
  font-size: 14px;
  color: rgb(148.25, 148.25, 148.25);
}
.size-form input {
  /* input placeholder */
}
.size-form {
  /* size form input */
}
.size-form__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.size-form {
  /* size form wrapper */
}
.size-form__carton {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  padding-right: 10px;
  border-right: 1px solid rgb(169.9253731343, 179.6268656716, 190.0746268657);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: 600;
  color: #8d9aa8;
}
.size-form__carton:before {
  content: attr(data-carton);
  color: #fd7d03;
  font-size: 17px;
  font-weight: 800;
  margin-left: 3px;
}
.size-form__carton {
  /* carton before */
}
.size-form {
  /* size form carton */
} /* size form */
@media only screen and (max-width: 992px) {
  .meno-item-butoom .main-nav__item {
    width: unset !important;
  }
}
.meno-item-butoom .main-nav__link.active {
  color: #d8aa54 !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 480.98px) {
  .meno-item-butoom {
    display: flex;
    background: #fffdfd;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: -4px 10px 30px 0px #0b0808;
  }
  .meno-item-butoom .icon-footer {
    font-size: 20px;
  }
  .meno-item-butoom .product-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .meno-item-butoom .main-nav {
    gap: 70px;
    padding: 10px;
  }
}
@media only screen and (max-width: 480.98px) and (max-width: 385.98px) {
  .meno-item-butoom .main-nav {
    gap: 55px !important;
  }
}
@media only screen and (max-width: 480.98px) and (max-width: 991.98px) {
  .meno-item-butoom .main-nav__link {
    border: 0px !important;
  }
}
@media only screen and (max-width: 480.98px) and (max-width: 991.98px) {
  .meno-item-butoom .main-nav li {
    border-bottom: 0 !important;
    border: unset;
  }
}
@media screen and (max-width: 480.98px) {
  .meno-item-butoom .main-nav__link {
    padding: 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    color: black;
    font-size: 12px !important;
  }
}

.modal-box {
  background: #e4e4e4;
  POSITION: FIXED;
  Z-INDEX: 999999;
  BOTTOM: 133px;
  overflow-y: auto;
  height: 36rem;
  left: 28px;
  width: 23%;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.161);
}
@media screen and (max-width: 1199.98px) {
  .modal-box .col-lg-product {
    width: 100%;
  }
}
@media screen and (max-width: 1399.98px) {
  .modal-box {
    width: 30%;
  }
}
@media screen and (max-width: 1199.98px) {
  .modal-box {
    width: 39%;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-box {
    width: 65%;
  }
}
@media screen and (max-width: 480.98px) {
  .modal-box {
    width: 85%;
  }
}
.modal-box .title-mogal {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  margin-top: 2px;
  padding-bottom: 8px;
}
.modal-box .title-mogal .btn-modal {
  background: rgba(255, 87, 34, 0.1607843137);
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  height: 28px;
}
.modal-box .title-mogal .btn-modal span {
  font-size: 12px;
  color: #865b5b;
}
.modal-box .title-mogal .btn-modal .icon-angle-left {
  font-weight: 900;
  font-size: 9px;
}
.modal-box .modal__title {
  font-size: 14px;
  font-weight: 700;
  /* margin-bottom: 15px; */
  color: #fd7d03;
  margin-top: 8px;
  margin-right: 20px;
}

.icon-close {
  position: relative;
}
.icon-close:after {
  width: 15px;
  height: 2px;
  background: #ff5722;
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  transform: rotate(50deg);
}

.close-left {
  position: relative;
}
.close-left:after {
  width: 15px;
  height: 2px;
  background: #ff5722;
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  transform: rotate(129deg);
}

.modal-box {
  display: none;
  position: fixed;
  background: #FFFFFF;
  z-index: 9999;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.161);
}

.modal-box.active {
  display: block;
}

.meno-item-butoom .product-info__discount {
  padding: 0px 13px !important;
  margin-right: 9px !important;
}
@media only screen and (max-width: 575.98px) {
  .meno-item-butoom .product-info__discount .product-info__price-wrapper {
    gap: 10px 15px;
    position: fixed;
    bottom: -8px;
    background: saddlebrown;
    width: 100%;
    left: 0;
    display: flex;
    padding: 10px;
    z-index: 9999;
  }
}
.meno-item-butoom .product-info__discount {
  padding: 0px 13px !important;
  margin-right: 8px !important;
}
@media only screen and (max-width: 575.98px) {
  .meno-item-butoom .product-info__discount {
    padding: 2px 7px !important;
    margin-right: 8px !important;
    font-size: 9px;
    width: 30%;
  }
}
.meno-item-butoom li {
  display: none !important;
}
.meno-item-butoom .main-btn {
  background: #fd7d03;
  font-size: 17px;
  padding: 12px;
}
@media screen and (max-width: 480.98px) {
  .meno-item-butoom .main-btn {
    background: #fd7d03;
    font-size: 14px;
    padding: 9px;
  }
}
.meno-item-butoom .product-info__actions {
  gap: 0 !important;
}
@media screen and (max-width: 480.98px) {
  .meno-item-butoom {
    padding-left: 20px;
  }
}
.product-item {
  display: flex !important;
}

.item-product-none {
  display: none !important;
}

/* استایل‌های اصلی مدال - بخش انیمیشن */
.modal-box {
  /* ... سایر استایل‌های شما مانند position, bottom, left, width, height, background, box-shadow ... */
  /* مطمئن شوید که 'left: 28px;' درست تنظیم شده باشد */
  /* --- تنظیمات برای انیمیشن --- */
  opacity: 0; /* شروع نامرئی */
  visibility: hidden; /* شروع مخفی */
  /* --- تغییر در این بخش --- */
  transform: translateX(100%); /* شروع در سمت راست (خارج از صفحه) */
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, transform 0.5s ease-out;
  /*
    توضیح:
    - transform: translateX(100%): مدال را به اندازه عرض خودش به سمت راست جابجا می‌کند.
    - 100%: یعنی به اندازه 100% عرض خودش به راست برود.
    - این انیمیشن با opacity و visibility ترکیب شده تا همزمان ظاهر شود و محو شود.
  */
}

/* --- مدال فعال شده با انیمیشن --- */
.modal-box.active {
  opacity: 1; /* کاملاً نمایان */
  visibility: visible; /* قابل دیدن */
  /* --- تغییر در این بخش --- */
  scrollbar-width: none;
  -ms-overflow-style: none; /* برای IE قدیمی */
  transform: translateX(0); /* بازگشت به موقعیت اصلی (بدون جابجایی) */
}

/* ... سایر استایل‌ها و media queryها ... */
.blog-video__tag {
  margin-top: 25px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
@media (max-width: 991.98px) {
  .blog-video__tag {
    height: auto;
  }
}

.main-btn {
  padding: 10px 20px;
}

@media screen and (max-width: 480.98px) {
  .d-btn-none {
    display: none;
  }
}

/* استایل دکمه در حالت موبایل شبیه دیجی‌کالا */
.digikala-mobile-button {
  display: inline-flex; /* برای هم‌ترازی آیکون و متن */
  align-items: center; /* هم‌ترازی عمودی */
  justify-content: center; /* هم‌ترازی افقی */
  padding: 12px 20px; /* فضای داخلی دکمه */
  background-color: #e6123d; /* رنگ قرمز دیجی‌کالا */
  color: #ffffff; /* رنگ متن سفید */
  border: none; /* حذف حاشیه */
  border-radius: 8px; /* گوشه‌های گرد */
  font-size: 16px; /* اندازه فونت */
  font-weight: bold; /* ضخامت فونت */
  cursor: pointer; /* نشانگر موس */
  transition: background-color 0.3s ease; /* انیمیشن تغییر رنگ */
  width: 100%; /* عرض کامل برای حالت موبایل */
  max-width: 300px; /* حداکثر عرض (اختیاری، برای جلوگیری از بزرگ شدن زیاد) */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه ملایم */
  margin-top: 10px; /* فاصله از بالا */
  margin-bottom: 10px; /* فاصله از پایین */
}

.digikala-mobile-button:hover {
  background-color: #c40e2d; /* رنگ تیره‌تر در حالت هاور */
}

.digikala-mobile-button .icon {
  margin-left: 10px; /* فاصله بین آیکون و متن */
  /* می‌توانید آیکون را با استفاده از background-image یا font-icon اضافه کنید */
  /* مثال با استفاده از یک آیکون Font Awesome: */
  /* font-family: 'Font Awesome 5 Free'; */
  /* content: '\f07a'; */
  /* font-weight: 900; */
}

/* اگر از آیکون SVG یا تصویری استفاده می‌کنید، می‌توانید استایل آن را اینجا اضافه کنید */
.digikala-mobile-button .icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff; /* رنگ آیکون */
}

.digikala-mobile-button .text {
  /* استایل متن */
}

/* مثال استفاده: */
/*
<button class="digikala-mobile-button">
  <span class="icon">
    <svg> <!-- اینجا کد SVG آیکون سبد خرید قرار می‌گیرد -->
      <path d="M..."></path>
    </svg>
  </span>
  <span class="text">افزودن به سبد خرید</span>
</button>
*/
.swiper {
  z-index: 0 !important;
}

.navbar-overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.navbar-overlay2.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.captcha__img {
  z-index: 0 !important;
}

.captcha__link {
  z-index: 0 !important;
}

@media screen and (max-width: 1177.98px) {
  .slick-prev, .slick-next {
    z-index: 0 !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .product-gallery__thumbnail .slick-next {
    z-index: 0 !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .product-gallery__thumbnail .slick-arrow {
    right: -8% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .product-gallery__thumbnail .slick-arrow {
    right: -12% !important;
  }
}
@media screen and (max-width: 575.98px) {
  .product-gallery__thumbnail .slick-arrow {
    right: -16% !important;
  }
}
@media screen and (max-width: 480.98px) {
  .product-gallery__thumbnail .slick-arrow {
    right: -18% !important;
  }
}
#main-footer {
  position: unset !important;
  padding-top: 50px;
  background-image: url(.././images/background/bg2-home5-4.jpg);
  background-size: unset;
  background-repeat: repeat;
  /* z-index: 0; */
}

.footer-box {
  position: unset;
}

.footer-list.link .footer-list__item {
  position: unset !important;
}

.modal-box {
  position: fixed;
  transform: translate(-50%, 40px); /* کمی پایین‌تر از حالت نهایی */
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  z-index: 999999;
  /* ... بقیه استایل‌های مودال */
  display: block; /* یا هر چیزی که جلوی transition رو نگیره */
  left: 20%;
  bottom: 218px;
}
@media screen and (max-width: 1199.98px) {
  .modal-box {
    left: 28%;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-box {
    left: 38%;
  }
}
@media screen and (max-width: 575.98px) {
  .modal-box {
    left: 48%;
  }
}

/* وقتی مودال باز میشه */
.modal-box.active { /* اینجا active شد */
  transform: translate(-50%, 0); /* حرکت به موقعیت نهایی */
  opacity: 1;
  visibility: visible; /* قابل دیدن */
}

/*# sourceMappingURL=product-detail.css.map */
