.single-product .Group_Button {
  display: flex;
  justify-content: space-between;
}

.single-product .single-product_content .catalogue-link {
  background-color: #006ab2;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* <======== by Araston ==========> */
.parts .product-category {
  height: 290px;
}
.taxonomy-product-category_link_part {
  background-color: #006ab2;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.description-title {
  color: #999;
  font-size: 0.8em;
}

/*********** news page ***********/
.blog__image {
  margin-right: -2px;
}
.blog__image img {
  width: 100%;
}
.category-news .single-news-img {
  height: 360px !important;
}
.news-content {
  background-color: #eff8ff;
  margin-top: 20px;
}
.category-news {
  background-color: #eff8ff;
}
.category-news section {
  background-color: #eff8ff;
}
.category-news ol,
ul {
  list-style: auto;
  line-height: 2;
  margin-right: 15px;
}
.category-news ul li {
  line-height: 2;
}

.category-news h1 {
  font-size: 2em;
  line-height: 2.5;
  font-weight: bold;
  margin: 20px 0;
  position: relative;
}
.category-news h1::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: steelblue;
  opacity: 80%;
  bottom: 0;
  right: 5px;
}
.category-news h2 {
  font-size: 1.5em;
  line-height: 3;
  font-weight: bold;
  position: relative;
  margin-right: 25px;
}
.category-news h2::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: steelblue;
  right: -20px;
  top: 30px;
}
.category-news h3 {
  font-size: 1.17em;
  line-height: 1.5;
  font-weight: bold;
}
.category-news h4 {
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
}
.category-news p {
  line-height: 3;
  opacity: 80%;
}
.news--date {
  opacity: 80%;
  font-size: 12px;
}
.btn-news {
  background-color: #006ab2;
  border-radius: 5px;
  font: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 24px;
}
/***********  homepage ***********/

input[placeholder='جستجو ...'] {
  font-size: 12px;
}

@media (max-width: 1024px) {
  /* .single-news-banner {
    height: 550px;
  } */
}
@media (max-width: 768px) {
  .category-news h1 {
    font-size: 1.5em;
  }
  .category-news h2 {
    font-size: 1.2em;
  }
}
.swiper-slide_btn .button2 {
  width: 250px;
  margin-top: 350px;
  margin-bottom: 10px;
}
.swiper-slide_btn .button3 {
  width: 250px;
}
@media (max-width: 768px) {
  .swiper-slide_btn .button2 {
    width: 180px;
    margin-top: 350px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 20px;
  }
  .swiper-slide_btn .button3 {
    width: 180px;
    text-align: center;
    padding: 10px 20px;
  }
}
