.common_machince {
  margin-top: 5%;
  background-color: #F6F6F6;
}

.common_machince .machince_wrap {
  justify-content: space-between;
  align-items: center;
}

.common_machince .machince_wrap .machince_left {
  width: 38%;
}

.common_machince .machince_wrap .machince_left .machince_title {
  font-family: 'Lato-Bold';
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.common_machince .machince_wrap .machince_left .machince_desc {
  font-family: 'Lato-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin: 20px 0;
}


.common_machince .machince_wrap .machince_left .machince_btn {
  display: inline-block;
  padding: 5px 45px;
  background: var(--dominant-color);
  border: 2px solid var(--dominant-color);
  border-radius: 22px 22px 22px 22px;
  font-family: 'Lato-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.common_machince .machince_wrap .machince_left .machince_btn:hover {
  background: #FFFFFF;
  color: var(--dominant-color);
}

.common_machince .machince_wrap .machince_right {
  width: 57%;
  position: relative;
  height: 462px;
  overflow: hidden;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.common_machince .machince_wrap .machince_right img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.common_machince .machince_wrap .machince_right:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.related_products {
  margin-top: 5%;
}

.related_products .pro_title {
  font-family: 'Lato-Bold';
  font-weight: 400;
  font-size: 30px;
  color: #040404;
  text-align: center;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
}

.related_products .pro_title a {
  display: inline-block;
  color: #040404;
}

.related_products .pro_title:hover a {
  color: var(--dominant-color);
}

.related_products .pro_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  background: var(--dominant-color);
  transition: all .5s ease;
}

.related_products .pro_title:hover:after {
  width: 140px;
  margin-left: -70px;
}

.related_products .pro_wrap {
  margin-top: 35px;
}

.related_products .pro_wrap .pro_list {
  justify-content: flex-start;
  align-items: flex-start;
}

.related_products .pro_wrap .pro_list .pro_item {
  width: 31%;
  margin-right: 30px;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
  border: 1px solid #999999;
}

.related_products .pro_wrap .pro_list .pro_item:last-child {
  margin-right: 0;
}

.related_products .pro_wrap .pro_list .pro_item .item_img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 64%;
}

.related_products .pro_wrap .pro_list .pro_item .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.related_products .pro_wrap .pro_list .pro_item:hover .item_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.related_products .pro_wrap .pro_list .pro_item .item_title {
  font-family: 'Lato-Bold';
  font-weight: 400;
  font-size: 18px;
  color: var(--dominant-color);
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  padding: 25px 15px 0;
}

.related_products .pro_wrap .pro_list .pro_item .item_title a {
  display: inline-block;
  color: var(--dominant-color);
  height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related_products .pro_wrap .pro_list .pro_item .item_title:hover a {
  text-decoration: underline;
}

.related_products .pro_wrap .pro_list .pro_item .item_desc {
  font-family: 'Lato-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin: 25px 0;
  padding: 0 15px;
}

.related_products .pro_wrap .pro_list .pro_item .item_desc a {
  display: inline-block;
  color: #999999;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

}

.related_products .pro_wrap .pro_list .pro_item .item_desc:hover a {
  color: var(--dominant-color);
}

.related_products .pro_wrap .pro_list .pro_item .item_btn {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #999999;
  transition: all .5s ease;


}

.related_products .pro_wrap .pro_list .pro_item .item_btn .view_more {
  display: inline-block;
  font-family: 'Lato-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}


.related_products .pro_wrap .pro_list .pro_item .item_btn .read_more {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

.related_products .pro_wrap .pro_list .pro_item .item_btn .read_more:after {
  content: '';
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/read_more.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.related_products .pro_wrap .pro_list .pro_item:hover .item_btn {
  background-color: var(--dominant-color);
}

.related_news {
  margin: 5% 0;
}

.related_news .news_title {
  font-family: 'Lato-Bold';
  font-weight: 400;
  font-size: 30px;
  color: #040404;
  text-align: center;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
}

.related_news .news_title a {
  display: inline-block;
  color: #040404;
}

.related_news .news_title:hover a {
  color: var(--dominant-color);
}

.related_news .news_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  background: var(--dominant-color);
  transition: all .5s ease;
}

.related_news .news_title:hover:after {
  width: 140px;
  margin-left: -70px;
}

.related_news .news_wrap {
  margin-top: 35px;
}

.related_news .news_wrap .news_list {
  justify-content: flex-start;
}

.related_news .news_wrap .news_list .news_item {
  width: 31%;
  margin-right: 30px;
  background: #F4F4F4;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.related_news .news_wrap .news_list .news_item:last-child {
  margin-right: 0;
}

.related_news .news_wrap .news_list .news_item .item_img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 63%;
}

.related_news .news_wrap .news_list .news_item .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.related_news .news_wrap .news_list .news_item:hover .item_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.related_news .news_wrap .news_list .news_item .item_info {
  padding: 25px 15px;
}


.related_news .news_wrap .news_list .news_item .item_date {
  font-family: 'TitilliumWeb-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.related_news .news_wrap .news_list .news_item .item_title {
  font-family: 'Lato-SemiBold';
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin: 20px 0;
}


.related_news .news_wrap .news_list .news_item .item_title a {
  display: inline-block;
  color: #000000;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related_news .news_wrap .news_list .news_item .item_title:hover a {
  color: var(--dominant-color);
}


.related_news .news_wrap .news_list .news_item .item_desc {
  font-family: 'TitilliumWeb-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.related_news .news_wrap .news_list .news_item .item_desc a {
  display: inline-block;
  color: #666666;
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related_news .news_wrap .news_list .news_item .item_desc:hover a {
  color: var(--dominant-color);
}

.related_news .news_wrap .news_list .news_item .item_btn {
  display: inline-block;
  font-family: 'Lato-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  padding-right: 20px;
  margin-top: 20px;
}

.related_news .news_wrap .news_list .news_item .item_btn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 11px;
  height: 7px;
  background-image: url(../img/news_more.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .5s ease;
}

.related_news .news_wrap .news_list .news_item .item_btn:hover {
  color: var(--dominant-color);
}

.related_news .news_wrap .news_list .news_item .item_btn:hover:after {
  background-image: url(../img/news_more_hover.png);
}


@media only screen and (max-width: 950px) {
  .common_machince {
    padding: 8% 0;
  }

  .common_machince .machince_wrap {
    flex-direction: column;
  }

  .common_machince .machince_wrap .machince_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .common_machince .machince_wrap .machince_right {
    width: 100%;
  }

  .related_products .pro_wrap .pro_list {
    flex-direction: column;
  }

  .related_products .pro_wrap .pro_list .pro_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .related_news .news_wrap .news_list .news_item .item_title a {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .related_products .pro_wrap .pro_list .pro_item .item_title a {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .related_products .pro_wrap .pro_list .pro_item .item_desc a {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .related_products .pro_wrap .pro_list .pro_item .item_btn {
    background-color: var(--dominant-color);
  }

  .related_news .news_wrap .news_list {
    flex-direction: column;
  }

  .related_news .news_wrap .news_list .news_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .related_news .news_wrap .news_list .news_item .item_desc a {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}