/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../woodland/cartridges/app_custom_woodland/cartridge/client/default/scss/experience/components/commerceAssets/testimonials.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.testimonials-wrapper {
  padding: 50px 0;
}
.testimonials-wrapper .testimonials-header {
  padding-bottom: 20px;
}
.testimonials-wrapper .testimonials .slick-slide {
  margin-left: 20px;
}
.testimonials-wrapper .testimonials .testimonial {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.testimonials-wrapper .testimonials .testimonial .testimonial-image {
  max-width: 450px;
}
.testimonials-wrapper .testimonials .testimonial .testimonial-image img {
  max-width: 450px;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 768.98px) {
  .testimonials-wrapper .testimonials .testimonial .testimonial-image img {
    border-radius: 10px 10px 0 0;
  }
}
.testimonials-wrapper .testimonials .testimonial .testimonial-text {
  max-width: 450px;
  margin-left: 50px;
  max-height: 450px;
  display: flex;
  align-items: center;
}
@media (max-width: 768.98px) {
  .testimonials-wrapper .testimonials .testimonial .testimonial-text {
    margin-left: 15px;
    max-width: 185px;
    min-height: 400px;
  }
}
@media (max-width: 768.98px) {
  .testimonials-wrapper .testimonials .testimonial {
    position: relative;
    left: 10px;
  }
}
.testimonials-wrapper button.slick-arrow {
  min-width: 35px;
  min-height: 35px;
  border-radius: 25px;
  background-color: #ebebeb;
  color: #474747;
  z-index: 2;
}
@media (max-width: 768.98px) {
  .testimonials-wrapper button.slick-arrow {
    display: none !important;
  }
}
.testimonials-wrapper .slick-dots li button:before {
  font-family: fontawesome;
  content: "\f04d";
  font-size: 12px;
}
.testimonials-wrapper .slick-arrow:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  top: 0px;
  left: 13px;
  color: #474747;
}
.testimonials-wrapper .slick-prev {
  left: 0px;
}
.testimonials-wrapper .slick-next {
  right: 10px;
}
.testimonials-wrapper .slick-prev:before {
  transform: rotate(180deg);
  top: 3px;
  left: 11px;
}
.testimonials-wrapper .slick-dots li.slick-active button:before {
  color: #474747;
}

/*# sourceMappingURL=testimonials.css.map*/