:root {
  --heading-color: #000;
  --para-color: #717171;
  --textover-color: #0A0A0A;
  --bg-alt: #FCF8EE;
  --bg-alt-dark: #EEE7D7;
  --white: #fff;
  --anchor-color: #2EB7E5;
  --footer-border-color: #BFBFBF;
  --upper-nav-bg: #003A5A;
  --dropdown-border-color: #F2F2F2;
  --sml-menu-border-color: #EAEAEA;
  --footer-statement-box-border: #D9D9D9;
  --footer-statement-box-background: #FAFAFA;
  --hero-background: #ede7d7;
  --pricing-border:#D6D6D6;
  --cart-total-bg: #fcf8ee;
}

.shop-testimonials .more-reviews a {
  border-bottom: 1px solid var(--heading-color);
  text-decoration: none;
  text-transform: uppercase;
  color: var(--heading-color);
}
.shop-testimonials .slick-list {
  margin: 0 -12px;
}
.shop-testimonials .st-list {
  margin-bottom: 32px;
}
.shop-testimonials .st-each {
  padding: 0 12px;
}
.shop-testimonials .st-each .ste-wrap {
  padding: 28px;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 12px;
}
.shop-testimonials .st-each .ste-wrap .st-stars {
  margin-bottom: 12px;
}
.shop-testimonials .st-each .ste-wrap p:not(.st-name) {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .shop-testimonials .st-list {
    margin-bottom: 0;
  }
  .shop-testimonials .section-title {
    max-width: calc(100% - 130px);
  }
}