@charset "UTF-8";
/*
TODO: adding some pages styles to this file, pages like blog detail or gallery detail
      and some simple detail page.
*/
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.contact-us {
  margin-top: 0;
  margin-bottom: 9rem;
}
.contact-us iframe {
  margin: 5% 0 !important;
  border: none;
  width: 100%;
  height: 300px;
  padding: 0;
  box-shadow: 0 0 5px #e3e3e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact-us__img {
  margin: auto;
  width: 400px;
}
@media only screen and (max-width: 575.98px) {
  .contact-us__img {
    width: 100%;
  }
}
.contact-us__sub-title {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.contact-us .main-btn {
  padding: 13px 25px;
  transition: all 300ms linear;
}
.contact-us .main-btn:hover {
  background-color: rgb(19.8039215686%, 19.8039215686%, 19.8039215686%);
}
.contact-us .main-btn__text {
  font-size: 13.5px;
}

.contact-info__title {
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.contact-info__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-flow: column;
  font-size: 15px;
}
.contact-info__list-item {
  color: #6e6e6e;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.contact-info__list-item:hover .contact-info__list-icon {
  color: rgb(36.8235294118%, 36.8235294118%, 36.8235294118%);
}
.contact-info__list-text {
  color: rgb(10%, 10%, 10%);
  margin: 0px;
}
.contact-info__list-text:hover {
  color: #4c4c4c;
}
.contact-info__list-icon {
  font-size: 18px;
  color: #4c4c4c;
  margin-left: 7px;
  transition: all 300ms linear;
}
.contact-info .contact-social {
  margin-top: 15px;
}
.contact-info .contact-social__text {
  color: #333;
  line-height: 1.9;
}

.social-media {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.social-media__item {
  margin: 5px;
  font-size: 28px;
}
.social-media__item:first-child .social-media__icon {
  padding-left: 0;
}

.blog {
  background: transparent;
}
.blog__title {
  font-size: 20px;
  font-weight: 600;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.blog__date {
  color: rgb(47.6862745098%, 47.6862745098%, 47.6862745098%);
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0px !important;
  font-weight: 300;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.blog__date-icon {
  font-size: 16px;
  margin-left: 7px;
  margin-top: -5px;
}
.blog__content {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 1.9;
  text-align: justify;
  font-weight: 300;
}
.blog__content > img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 3px;
  margin-left: 0;
  height: auto;
  border-radius: 5px;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .blog__content > img {
    float: none;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .blog__content {
    padding: 15px;
  }
}
.blog__text img {
  max-width: 100%;
}
.blog {
  /* blog text */
}
.blog iframe {
  margin-top: 25px;
  width: 100%;
  border: none;
  min-height: 750px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
.blog .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 .blog-video__tag {
    height: auto;
  }
}
.blog .main-btn {
  padding: 10px 20px;
}
.blog .page-item {
  margin-bottom: 10rem !important;
}

.video iframe {
  height: 175px !important;
}

.links-captcha {
  top: -38px !important;
}

.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(85%, 85%, 85%);
  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(95.5%, 95.5%, 95.5%);
  border-radius: 10px;
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box .comment-box__header__logo {
  width: 130px;
}
.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: #4c4c4c;
}
.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: #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;
}
.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(91.1408199643%, 96.5062388592%, 91.3903743316%);
  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-bottom: 3px;
}
.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(47.6862745098%, 47.6862745098%, 47.6862745098%);
  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: #997d5a;
  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(47.6862745098%, 47.6862745098%, 47.6862745098%);
  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 */
.notfound-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.notfound-wrapper .notfound-img img {
  width: 100%;
  height: 100%;
}
.notfound-wrapper .notfound-info {
  text-align: center;
}
.notfound-wrapper .notfound-info .strong-text {
  font-weight: 800;
  font-size: 30px;
}
@media screen and (max-width: 991.98px) {
  .notfound-wrapper .notfound-info .strong-text {
    font-size: 24px;
  }
}
.notfound-wrapper .notfound-info .error-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 991.98px) {
  .notfound-wrapper .notfound-info .error-text {
    font-size: 14px;
  }
}
.notfound-wrapper .notfound-info .go-back-btn {
  background-color: #4c4c4c;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 25px auto;
  width: 55%;
}
.notfound-wrapper .notfound-info .notfound-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.notfound-wrapper .notfound-info .notfound-list .item {
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
}
.notfound-wrapper .notfound-info .notfound-list .item:after {
  content: "/";
  color: #363636;
  position: absolute;
  top: 0;
}
.notfound-wrapper .notfound-info .notfound-list .item:last-child:after {
  display: none;
}
.notfound-wrapper .notfound-info .notfound-list .item .link {
  color: #000;
  text-decoration: none;
}
.products {
  margin-top: -10px;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 1199.98px) {
  .products {
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .products {
    margin-top: -2rem;
  }
}
.products .swiper-button-next {
  padding: 5px;
  background: #997d5a;
  font-size: 15px;
  border-radius: 5px;
  width: 37px;
  height: 33px;
}
.products .swiper {
  width: 85%;
}
.products .swiper-button-prev {
  padding: 5px;
  background: #997d5a;
  font-size: 15px;
  border-radius: 5px;
  width: 37px;
  height: 33px;
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  font-size: 13px;
  color: white;
}
.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after {
  font-size: 13px;
  color: white;
}
.products__title {
  position: relative;
  top: 74px;
  margin: 0 auto;
}
.products__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 2%;
  height: 149%;
  top: -14px;
  right: 0;
  background-image: url(.././images/product/yellow-leaf.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 27px;
}
@media only screen and (max-width: 1700.98px) {
  .products__title:after {
    width: 3%;
    height: 149%;
    top: -14px;
    right: -7px;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title:after {
    width: 5%;
    height: 137%;
    top: -22px;
    right: -17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .products__title:after {
    width: 10%;
    height: 130%;
    top: -11px;
    right: 0;
    background-size: 15px;
  }
}
.products__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #4c4c4c;
}
@media only screen and (max-width: 1399.98px) {
  .products__title h2 {
    font-size: 19px;
    font-weight: 700;
    color: #474040;
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
.products__title--title {
  font-size: 14px;
}
@media only screen and (max-width: 1599.98px) {
  .products__title--title {
    font-size: 12px;
  }
}
.products__title .icon-arrow-left {
  font-size: 14px;
}
.products {
  /* From Uiverse.io by reshades */
}
.products .button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 10.5em;
  height: 2.9em;
  border: #4c4c4c 0.2em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400.98px) {
  .products .button {
    font-size: 12px;
    width: 11em;
    height: 4em;
  }
}
.products .button:hover {
  background-color: #997d5a;
  cursor: pointer;
}

.btn-view .button {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* فاصله متن و آیکن */
  transition: all 0.3s ease;
  justify-content: center;
}

.btn-view .icon-arrow-left {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* انیمیشن هاور */
.btn-view:hover .icon-arrow-left {
  transform: translateX(-5px); /* آیکن کمی به چپ میره */
}

.new .title-box a {
  left: 22% !important;
}
@media only screen and (max-width: 1599.98px) {
  .new .title-box a {
    left: 15% !important;
  }
}
.new .title-box::after {
  right: 19%;
}
@media only screen and (max-width: 1399.98px) {
  .new .title-box::after {
    right: 4%;
  }
}
.new .text-product {
  right: 40% !important;
}
@media only screen and (max-width: 1399.98px) {
  .new .text-product {
    right: 30% !important;
  }
}
@media only screen and (max-width: 1400.98px) {
  .new .text {
    font-size: 12px;
  }
}
.new .btn-view {
  display: inline-block;
  overflow: hidden;
}
.new .btn-view .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: #4c4c4c 0.2em solid;
}
.new .btn-view .button .icon-arrow-right {
  display: inline-block;
  transition: transform 0.3s ease;
}
.new .btn-view:hover .button {
  background-color: #997d5a;
}
.new .btn-view:hover .icon-arrow-right {
  transform: translateX(5px);
}

.product-card-m {
  margin: 95px auto;
}
@media only screen and (max-width: 1899.98px) {
  .product-card-m {
    margin: 75px auto;
  }
}
@media only screen and (max-width: 1499.98px) {
  .product-card-m {
    margin: 67px auto;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card-m {
    margin: 95px auto;
  }
}

.product-bg {
  background-image: url(.././images/product/25.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: contain;
}
.product-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 384px;
  top: 38px;
  right: 0;
  background-image: url(.././images/services/landing-bag-right.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .product-bg {
    background-position: center 50px;
  }
}

.new-bg {
  position: relative;
}
.new-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 38px;
  right: 0;
  background-image: url(.././images/product/55.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.new-bg .products__title {
  position: relative;
  top: 68px;
}
.new-bg .product-card-m {
  margin: 61px auto;
  position: absolute;
  top: 25px;
}

.product-color {
  color: #4c4c4c;
}

.product-card {
  padding: 18px;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  position: relative;
  background-image: url(.././images/services/landing-bag-right.png);
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 13px;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  border-radius: 6px;
  display: block;
  aspect-ratio: 2/3;
}
.product-card--img .category--img-item-box {
  border-radius: 7px;
  margin-top: 14px;
  padding: 0;
}
.product-card--img {
  /* اورلی مشکی */
}
.product-card--img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(57, 55, 55, 0.29);
  border-radius: 6px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.product-card--img {
  /* رنگ‌ها */
}
.product-card--img .color-product {
  position: absolute;
  top: 38px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.3s ease;
  z-index: 999999999;
}
.product-card--img .color-product .dots {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.product-card--img .color-product .dots-1 {
  background: #fff8ed;
}
.product-card--img .color-product .dots-2 {
  background: #e2a02b;
}
.product-card--img .color-product .dots-3 {
  background: #6d2424;
}
.product-card {
  /* هاور */
}
.product-card:hover .overlay {
  opacity: 0;
}
.product-card:hover .color-product {
  opacity: 0;
}
.product-card {
  /* عنوان */
}
.product-card--title {
  height: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title {
    height: 95px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title {
    height: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card--title {
    height: 90px;
  }
}
@media only screen and (max-width: 380.98px) {
  .product-card--title {
    height: 105px;
  }
}
.product-card--title .price {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 380.98px) {
  .product-card--title .price {
    font-size: 11px;
  }
}
.product-card--title h2 {
  font-size: 15px;
  margin-top: 6px;
  color: #474040;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 800;
  line-height: 27px;
}
@media only screen and (max-width: 1400.98px) {
  .product-card--title h2 {
    line-height: 24px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
.product-card--title s {
  color: #728292;
  font-size: 14px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title s {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title s {
    font-size: 11px;
  }
}
.product-card--title .toman {
  color: #706868;
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .toman {
    font-size: 12px;
  }
}
.product-card {
  /* ایکون شاپ */
}
.product-card .img-ship {
  bottom: 0px;
  position: absolute;
  right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1599.98px) {
  .product-card .img-ship {
    right: 9%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    bottom: 0px;
    right: -4px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .img-ship {
    bottom: -7px;
    right: -15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship {
    right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card .img-ship {
    right: -20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-card .img-ship {
    right: 40px;
  }
}
@media only screen and (max-width: 499.98px) {
  .product-card .img-ship {
    right: 10px;
  }
}
@media only screen and (max-width: 411.98px) {
  .product-card .img-ship {
    right: -10px;
  }
}
.product-card .img-ship img {
  transform: rotate(180deg);
}
.product-card .img-ship span {
  position: absolute;
  right: 48%;
  left: 46%;
  z-index: 999;
  top: 13px;
  color: brown;
  transform: rotate(122deg);
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship span {
    font-size: 15px;
  }
}
.product-card {
  /* تخفیف */
}
.product-card .discount {
  background: #d20000;
  padding: 3px;
  font-size: 11px;
  border-radius: 5px;
  color: white;
}
@media only screen and (max-width: 1399.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 9px;
    border-radius: 5px;
    color: white;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .discount {
    font-size: 10px;
  }
}
.product-card {
  /* خطوط پایین */
}
.product-card .line-1 {
  width: 50%;
  height: 4px;
  background: #ed394d;
  margin-bottom: 1.5rem;
  border-radius: 64px;
  margin-top: 10px;
}
.product-card .line-2 {
  width: 50%;
  height: 4px;
  background: #bebbbb;
  margin-bottom: 1.5rem;
  border-radius: 0px 65px 65px 0px;
  margin-top: 10px;
}

.title-link-product {
  background-image: url(.././images/product/85.png);
  text-align: center;
  border-radius: 17px;
  padding: 2px;
  height: 2.5rem;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.title-link-product a {
  color: #0e4546;
  font-size: 13px;
  font-weight: 700;
}

.title-link-product-color {
  background-image: url(.././images/product/56.png);
  text-align: center;
  border-radius: 17px;
  padding: 2px;
  height: 2.5rem;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.title-link-product-color a {
  color: white;
  font-size: 13px;
}

.product-card-m {
  display: none !important;
}

.product-card-m.active-slider {
  display: flex !important;
}

.span-searvce {
  position: absolute;
  left: 40px;
  bottom: -3px;
  font-size: 12px;
  color: #312c2c;
  direction: ltr;
  letter-spacing: 1px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .span-searvce {
    bottom: 0px;
    font-size: 10px;
  }
}

.span-number {
  font-size: 11px;
  margin-right: 6px;
  color: #911412;
}

#third-select-field-car {
  margin-bottom: 5px !important;
}

.color-sapan {
  color: #4c4c4c;
}

.title-product {
  justify-content: end;
}

.border-right {
  border-bottom: 1px solid #911412;
}

.captch__img {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 40% !important;
  z-index: 2;
}
@media only screen and (max-width: 1366.98px) {
  .captch__img {
    bottom: -4px;
  }
}

.out-of-stock-label {
  display: none;
}

.currency {
  font-size: 12px;
  color: slategray;
}

.aparat-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* این مقدار برای نسبت تصویر 16:9 است */
  height: 0;
  overflow: hidden;
}

.aparat-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* rating.css */
.rating-widget {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  direction: ltr;
}

.star-list {
  list-style: none;
  padding: 0;
  display: flex !important;
  gap: 8px;
}

.star {
  list-style: none;
}

svg.star-icon {
  width: 32px;
  height: 32px;
  fill: #ccc;
  cursor: pointer;
  transition: fill 0.2s ease;
}

svg.star-icon.active,
svg.star-icon:hover {
  fill: #ffd700;
}

.rating-stars .star-list {
  list-style-type: none;
  padding: 0;
  direction: ltr;
}

.star-icon-svg {
  width: 15px !important;
  fill: #f6d516 !important;
}

.rating-widget {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.rating-widget .rating-text {
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
}
.rating-widget .star-list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  list-style: none;
  padding: 0;
  direction: ltr;
}
.rating-widget .star-list .star {
  cursor: pointer;
  padding: 0 4px;
}
.rating-widget .star-list .star .star-icon {
  width: 32px;
  height: 32px;
  fill: #e0e0e0;
  transition: fill 0.2s ease;
}
.rating-widget .star-list .star:hover .star-icon, .rating-widget .star-list .star:hover ~ .star .star-icon {
  fill: #ffcc00;
}
.rating-widget .star-list .star.selected .star-icon, .rating-widget .star-list .star.selected ~ .star .star-icon {
  fill: #ffcc00;
}

.products__title {
  top: 0 !important;
}

.product-slider-wrapper {
  margin: 3rem 0 !important;
}

.products__title {
  position: unset !important;
  margin-top: 2rem;
}

@media screen and (max-width: 991.98px) {
  .product-card__footer {
    margin-top: -11px;
  }
}

.discount {
  background: #d20000;
  /* padding: 3px; */
  font-size: 11px;
  border-radius: 5px;
  color: #fff;
  height: 26px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991.98px) {
  .product-card--title {
    height: 95px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-card--title h2 {
    font-size: 11px;
  }
}

/*# sourceMappingURL=pages.css.map */
