/** Shopify CDN: Minification failed

Line 41:10 Expected identifier but found whitespace
Line 41:11 Unexpected "1"

**/
/* Testimonial section */
.type_testimonials section>div {}

.type_testimonials section>div .quote_col_left {
  display: none;
}

.type_testimonials section>div .quote_col_left .quote_avatar {
  width: 140px !important;
  height: 140px !important;
  min-height: unset !important;
  max-height: 140px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  display: block !important;

}

.type_testimonials section>div .quote_col_left .quote_avatar div {
  width: 140px !important;
  height: 140px !important;
  position: relative !important;
}

.type_testimonials section>div .quote_col_left .quote_avatar img {
  width: 140px !important;
  height: 140px !important;
  object-fit: cover !important;
  object-position: center !important;
  position: static !important;
  opacity: 1;
}


  opacity: 1;
  transition: 0.3s ease-in-out;
}

.type_testimonials section>div .quote_col_left .active {
  border: 0;
  background: black;
}

.type_testimonials section>div .quote_col_left .active img,
.type_testimonials section>div .quote_col_left .active div {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.type_testimonials .quotes_wrapper {}

.type_testimonials .quotes_wrapper .quote_col_right {}

.type_testimonials .quotes_wrapper.style1 .quote_content .quote_avatar {
  width: clamp(300px,18.125vw,348px);
  height: clamp(250px,13.438vw,258px);
}
@media (max-width: 600px) {
  .type_testimonials .quotes_wrapper.style1 .quote_content .quote_avatar {
    width: clamp(323px,18.125vw,450px);
    height: 258px;
    margin-bottom: 12px;
  }
}

.type_testimonials .quotes_wrapper.style1 .quote_content {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bg-gray);
  border-radius: 12px;
  padding: 16px;
}

.type_testimonials .quotes_wrapper.style1 .quote_content .quote_author {
  color: var(--color-link-menu);
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--font-family);
}

.type_testimonials .quotes_wrapper.style1 .quote_content .quote_address {
  color: #45474F;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}

.type_testimonials .quotes_wrapper.style1 .quote_content .cms_content_quote {
  margin: 0;
}

.type_testimonials .quotes_wrapper.style1 .quote_content .cms_content_quote p {
  font-weight: 400;
  line-height: 24px;
  color: #45474F;
  overflow: hidden;
   display: -webkit-box;
      line-clamp: 3; 
   -webkit-box-orient: vertical;
   margin-bottom: 24px;
}

.type_testimonials .quotes_wrapper.style2 .quote_content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid var(--color-body-bg);

}

.type_testimonials .quotes_wrapper .quote_content .testimonial_avatar {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .type_testimonials .quotes_wrapper .quote_content .testimonial_avatar {
    display: block;
  }
}
.type_testimonials .quotes_wrapper .quote_content .quote_avatar {
  overflow: hidden;
}

.type_testimonials .quote_content .cms_header_quote {
  display: flex;
  flex-direction: column;
}

.type_testimonials .quotes_wrapper .quote_content .testimonial_avatar .quote_icon {
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;

}

.type_testimonials .quotes_wrapper .quote_content .testimonial_avatar .quote_icon svg {
  width: 60px;
  height: 60px;
  fill: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
}

.type_testimonials .quote_content .quote_rating {
  color: var(--color-star-product);
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  margin-bottom: 12px;
}

.type_testimonials .quote_content .quote_rating i {
  width: 14px;
  display: inline-block;
  font-size: 18px;
}

.type_testimonials .quote_content .cms_content_quote {
  margin-bottom: 20px;
}

.type_testimonials .quote_content .cms_content_quote p {
  margin: 0;
}

.type_testimonials .text_bottom {
  text-align: center;
  padding-top: 25px;
}

.type_testimonials .text_bottom p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}



/* End testimonial section */