/*
 * Created by Vira Pardazesh
 */
.km-box-style-theme {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style-theme-2 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
}
.km-box-style {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style.km-overflow {
  overflow: hidden;
}
.km-box-style.km-padding {
  padding: 20px;
}
.km-box-style .km-title-style-theme .km-title {
  background: #fff;
}
.km-box-style2 {
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 20px;
}
.km-box-style2 .km-title-style-theme .km-title {
  background: #fff;
}
.product-blog-title {
  color: #eb3a3a;
  font-size: 24px;
  margin: 8px 0;
  padding: 8px 0;
}
.product-blog-item_caption {
  width: 70%;
  max-width: 70%;
}
.product-blog-item {
  padding: 24px;
  margin: 24px auto;
  margin-bottom: 32px;
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 16px;
  flex-wrap: wrap;
  background: #f2f2f2;
}
.product-blog-description,
.product-blog-description > p {
  font-size: 18px !important;
  margin-top: 8px !important;
  max-width: fit-content;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-blog-item_showContents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbcbcb;
  border-radius: 16px;
  max-width: 29%;
}
.product-blog-item_showContents .km-btn {
  height: max-content;
  line-height: 100%;
  padding: 12px 0;
  width: 90% !important;
  margin-bottom: 16px;
  border-radius: 8px !important;
  font-size: 15px !important;
  display: flex;
  flex-direction: row-reverse;
}
.product-blog-item_showContents .km-btn i {
  font-size: 16px;
}
.product-blog-image {
  mix-blend-mode: multiply;
}
.product-blog-link {
  color: #eb3a3a;
  display: flex;
  align-items: center;
  margin-top: 12px;
  padding-bottom: 8px;
}
.product-blog-link > i {
  font-size: 20px;
  padding-right: 4px;
}
.product-blog-mainProperties > div {
  font-size: 20px;
  color: #eb3a3a;
  margin: 8px 0;
}
.product-blog-mainproPerties_list {
  max-height: 330px;
}
.product-blog-mainproPerties_list {
  max-height: 330px;
  overflow: hidden;
}
.product-blog-mainproPerties_list > li > span {
  padding-left: 6px;
  color: #eb3a3a;
  font-size: 17px;
}
.product-blog-mainproPerties_list > li > small {
  padding: 6px 0;
  color: #4a5f73;
}
.main-price {
  padding: 0 6px;
  color: #000;
  font-size: 18px;
}
@media only screen and (max-width: 1025px) {
  .product-blog-item {
    width: 100%;
  }
  .product-blog-title {
    font-size: 20px;
  }
  .product-blog-description {
    font-size: 16px !important;
  }
  .product-blog-mainProperties > div {
    font-size: 18px;
  }
  .product-blog-item_caption {
    width: 60% !important;
    max-width: 60% !important;
    min-width: 60% !important;
  }
  .product-blog-item_showContents {
    width: 40% !important;
    max-width: 40% !important;
    min-width: 40% !important;
  }
}
@media only screen and (max-width: 576px) {
  .product-blog-item {
    flex-wrap: wrap !important;
  }
  .product-blog-item_caption {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .product-blog-item_showContents {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-top: 16px;
  }
}
.product-blog-item_bottom {
  width: 70%;
  height: 2px;
  border: 2px dashed #eb3a3a;
  margin: 0 auto;
  margin-bottom: 32px;
}
.product-blog-item_bottom:last-child {
  display: none;
}
.toman-image {
  width: 29px !important;
  height: 27px !important;
}
.detail_article {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.detail_article-captions {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.article_head {
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (min-width: 960px) {
  .detail_article {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .detail_article-captions {
    padding-left: 136px !important;
    padding-right: 136px !important;
  }
  .article_head {
    padding-right: 136px;
    padding-left: 136px;
  }
}
/*# sourceMappingURL=blogProduct.css.map */