/* breakpoints */
.ratings {
  padding: 0;
}

.ratings .ds-invalid-msg {
  display: none;
}

.star-ratings a {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.star-ratings i {
  display: inline-block;
  color: #009543;
}

.star-ratings .ds-stars {
  margin: 0 auto;
  -webkit-filter: hue-rotate(67deg);
  filter: hue-rotate(67deg);
}

.star-ratings .ds-title, .star-ratings .ds-xofy, .star-ratings .ds-ratings, .star-ratings .ds-comments {
  display: none;
}

.star-ratings .ds-ratings {
  display: block;
  font-size: 0.9375rem;
  color: #B2B2B2;
  padding-top: 5px;
}

.ds-stars {
  -webkit-filter: hue-rotate(67deg);
  filter: hue-rotate(67deg);
}
