@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-ExtraBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-ExtraBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Black.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

/* ray */

@font-face {
  font-family: Ray;
  src:
    url(../fonts/Ray/woff/Ray-Light.woff) format("woff"),
    url(../fonts/Ray/ttf/Ray-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Ray;
  src:
    url(../fonts/Ray/woff/Ray.woff) format("woff"),
    url(../fonts/Ray/ttf/Ray.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Ray;
  src:
    url(../fonts/Ray/woff/Ray-Medium.woff) format("woff"),
    url(../fonts/Ray/ttf/Ray-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Ray;
  src:
    url(../fonts/Ray/woff/Ray-Bold.woff) format("woff"),
    url(../fonts/Ray/ttf/Ray-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Ray;
  src:
    url(../fonts/Ray/woff/Ray-ExtraBold.woff) format("woff"),
    url(../fonts/Ray/ttf/Ray-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Ray;
  src:
    url(../fonts/Ray/woff/Ray-Black.woff) format("woff"),
    url(../fonts/Ray/ttf/Ray-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: var(--font1);
}

.product-title {
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  color: #3b3b3b;
  font-family: var(--font2);
}

.product-border {
  width: 100%;
  opacity: 0.5;
  border: solid 1px #1D4829;
  margin-top: 15px;
  display: block;
  margin-bottom: 15px;
}

.product-rate {
  font-size: 14px;
  font-weight: 500;
  color: #646464;
  margin-right: 12px;
}

.product-star {
  color: #f9bc00;
  font-size: 20px;
}

.product-comment-count {
  font-size: 14px;
  font-weight: 500;
  color: #1D4829;
  border-left: solid 2px #75b159;
  padding-left: 15px;
  margin-left: 15px;
}

.product-info {
  display: flex;
  margin-top: 5px;
}

.product-info-title {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 600;
  line-height: 3;
  color: #5e5e5e;
  margin-right: 50px;
  font-family: var(--font2);
}

.product-info-data {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  line-height: 3;
  color: #646464;
  font-family: var(--font2);
}

.product-desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.87;
  color: #393939;
  text-align: justify;
  font-family: var(--font2);
}

.product-count-body {
  display: flex;
  align-items: center;
  width: 100px;
}

.product-count-increment {
  border: 0;
  background: transparent;
  outline: none;
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
  background-color:  var(--color2);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding-top: 4px;*/
  padding-left: 7px;
}

.product-count-decrement {
  border: 0;
  background: transparent;
  outline: none;
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
  background-color: #fff;
  border: solid 0.5px  var(--color2);
  color:  var(--color2);
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-right: 7px;
}

.product-count-input {
  width: 100%;
  border: 0;
  text-align: center;
  font-size: 18px;
  outline: none;
  background: transparent;
  cursor: unset;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: var(--color2);
  font-family: var(--font2);
}

.product-order {
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 20px;
}

.product-order-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #464646;
  border-bottom: 1px solid #b0a0be;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: var(--font2);
}

.product-order-title-2 {
  font-size: 15px;
  font-weight: 500;
  color: #646464;
  font-family: var(--font2);
}

.product-order-price-title {
  font-size: 19px;
  font-weight: bold;
  color: #1D4829;
}

.product-info-price {
  font-family: var(--font2);
  font-size: 26px;
  font-weight: bold;
  color: #1D4829;
}

.product-info-price span {
  font-size: 18px;
  margin-right: 5px;
}

.product-order-mute {
  font-size: 14px;
  font-weight: 500;
  color: #1D4829;
  margin-top: 20px;
}



.product-order-add {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  background-color:  var(--color1);
  border: 1px solid  var(--color1);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.product-order-add:hover {
  opacity: 0.8;
}

.product-order-add span {
  margin-left: 5px;
}

.product-head-title {
  font-size: 18px;
  font-weight: 600;
  color: #393939;
  border-bottom: solid 2px var(--color1);
  padding-bottom: 7px;
}

.product-head {
  display: flex;
  margin-top: 25px;
  margin-bottom: 15px;
}

.product-img-btn {
  position: absolute;
  left: 10px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  top: 10px;
  font-size: 16px;
}

.product-img-btn i {
  margin-bottom: 10px;
}

.product-wrapper {
  background-color: #75b159;
  margin-top: 40px;
  padding: 20px 0;
}

.card-product-2-rate {
  font-size: 12px;
  font-weight: 600;
  color: #464646;
}

.card-product-2-rate i {
  color: #ffbe00;
}

.card-product-2-add {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  border: solid 1px #e93055;
  background: #fff;
  color: #e93055;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  padding-right: 6px;
  margin-right: 17px;
  margin-bottom: 8px;
  font-size: 20px;
  transition: 0.3s;
}

.card-product-2-add:hover {
  background:  var(--color1);
  color: #fff;
}

.product-wrapper-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-wrapper-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
}


.product-wrapper-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}

@media (max-width:767px) {
  .product-wrapper-info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .product-title {
    font-size: 16px;
  }

  .product-wrapper-title {
    font-size: 18px;
    display: flex;
  }

  .product-wrapper-link {
    margin-top: 0;
  }

  .product-rate {
    font-size: 12px;
  }

  .product-comment-count {
    font-size: 12px;
  }

  .product-star {
    font-size: 16px;
  }

  .product-info-title {
    font-size: 12px;
    margin-left: 25px;
  }

  .product-info-data {
    font-size: 12px;
  }

  .product-border {
    border-top: solid 1px #1D4829;
  }

  .product-desc {
    font-size: 12px;
    font-family: var(--font2);
  }

  .product-order-title {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .product-order-price-title {
    font-size: 16px;
  }

  .product-info-price {
    font-size: 16px;
  }

  .product-info-price span {
    font-size: 14px;
  }

  .product-order-mute {
    font-size: 12px;
  }

  .product-order-title-2 {
    font-size: 14px;
  }

  .product-order-add {
    width: 100%;
    height: 36px;
    font-size: 16px;
  }

  .product-head-title {
    font-size: 16px;
  }
}


.backgrand-warpper {
  height: 242px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 80px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media (max-width:767px) {
  .home-wrap-4-title {
    font-size: 18px;
  }

  .home-wrap-4-text {
    font-size: 16px;
  }

  .home-wrap-4-btn {
    font-size: 14px;
    width: 110px;
    height: 30px;
    font-weight: 500;
  }
}

.home-wrap-5 {
  border-radius: 17px;
  background-color: var(--color1);
  padding: 30px;
  margin-top: 50px;
}



.product__carousel {
  display: block;
  max-width: 700px;
  margin: auto;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.swiper-gallery {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.gallery-top {
  max-width: 450px;
  margin-top: 20px;
}


.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.product__carousel .gallery-top .swiper-slide a img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  background: #dbdbdb;
  border-radius: 50%;
}

.product__carousel .gallery-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: #dbdbdb;
  border-radius: 50%;
  cursor: pointer;
}

.gallery-thumbs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery-thumbs .swiper-slide-active {
  transition: 0.3s;
}

/* product-gallery  */

.product__carousel .product-top {
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 10px;
}

.product__carousel .product-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.product__carousel .product-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .product-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  padding: 40px;
  object-fit: contain;
}

.product__carousel .product-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product-top .swiper-button-next::after {
  color: var(--color1);
}

.product-top .swiper-button-prev::after {
  color: var(--color1);
}

.product__carousel .product-thumbs {
  padding: 5px;
}

.product__carousel .product-thumbs .swiper-slide {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  /* height: calc(100% - 2px); */
}

.product__carousel .product-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__carousel .product-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  max-width: 100%;
}


/* swiper-button-custom */
.swiper-button-prev-custom,
.swiper-button-next-custom {
  border: 0;
  width: 28px;
  height: 28px;
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


.swiper-button-prev-custom {
  right: 10px;
  left: auto;
}

.swiper-button-prev-custom {
  left: 10px;
  right: auto;
}

.swiper-button-next-custom:after,
.swiper-button-prev-custom:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: #1D4829 !important;
}

.swiper-button-next-custom:after {
  content: 'next';
}

.swiper-button-prev-custom:after {
  content: 'prev';
}

.gallery-thumbs .swiper-slide {
  opacity: 0.8;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}


.comment-form {
  padding: 44.6px 80px 39.1px;
  border-radius: 5px;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.05);
  border: solid 0.1px #ebebeb;
  background-color: #fff;
}

.comment-form-rate {
  display: flex;
  align-items: center;
  justify-content: start;
}

.comment-form-rate-star {
  margin-right: 25px;
  margin-left: 25px;
  direction: ltr;
}

.comment-form-rate-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
}

.comment-form-rate-num {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #aaa;
}
.new-price{
  font-family: var(--font2);
}