.gdrts-stars-rating:not(.gdrts-state-active) {
  cursor: default;
}
.gdrts-stars-rating.gdrts-state-active .gdrts-stars-empty:not(.gdrts-vote-saving) {
  cursor: pointer;
}
.gdrts-stars-rating .gdrts-labels {
  display: none;
}

.gdrts-with-image {
  position: relative;
}
.gdrts-with-image .gdrts-stars-empty,
.gdrts-with-image .gdrts-stars-active,
.gdrts-with-image .gdrts-stars-current {
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.gdrts-with-image.gdrts-image-star .gdrts-stars-empty, .gdrts-with-image.gdrts-image-star .gdrts-stars-active, .gdrts-with-image.gdrts-image-star .gdrts-stars-current {
  background: url("stars/star.png") repeat-x;
  background-size: 40px;
}
.gdrts-with-image.gdrts-image-heart .gdrts-stars-empty, .gdrts-with-image.gdrts-image-heart .gdrts-stars-active, .gdrts-with-image.gdrts-image-heart .gdrts-stars-current {
  background: url("stars/heart.png") repeat-x;
  background-size: 40px;
}
.gdrts-with-image.gdrts-image-snowflake .gdrts-stars-empty, .gdrts-with-image.gdrts-image-snowflake .gdrts-stars-active, .gdrts-with-image.gdrts-image-snowflake .gdrts-stars-current {
  background: url("stars/snowflake.png") repeat-x;
  background-size: 40px;
}
.gdrts-with-image.gdrts-image-christmas .gdrts-stars-empty, .gdrts-with-image.gdrts-image-christmas .gdrts-stars-active, .gdrts-with-image.gdrts-image-christmas .gdrts-stars-current {
  background: url("stars/christmas.png") repeat-x;
  background-size: 40px;
}
.gdrts-with-image.gdrts-image-oxygen .gdrts-stars-empty, .gdrts-with-image.gdrts-image-oxygen .gdrts-stars-active, .gdrts-with-image.gdrts-image-oxygen .gdrts-stars-current {
  background: url("stars/oxygen.png") repeat-x;
  background-size: 40px;
}
.gdrts-with-image.gdrts-image-crystal .gdrts-stars-empty, .gdrts-with-image.gdrts-image-crystal .gdrts-stars-active, .gdrts-with-image.gdrts-image-crystal .gdrts-stars-current {
  background: url("stars/crystal.png") repeat-x;
  background-size: 40px;
}
.gdrts-with-image .gdrts-stars-empty {
  width: 100%;
  z-index: 0;
  background-position: left bottom !important;
}
.gdrts-with-image .gdrts-stars-current {
  z-index: 1;
  background-position: left center !important;
}
.gdrts-with-image .gdrts-stars-active {
  z-index: 2;
  background-position: left top !important;
}

.gdrts-with-fonticon {
  unicode-bidi: bidi-override;
  position: relative;
  white-space: nowrap;
}
.gdrts-with-fonticon .gdrts-stars-empty {
  display: inline-block;
  position: relative;
  font-size: 32px;
}
.gdrts-with-fonticon .gdrts-stars-empty::before,
.gdrts-with-fonticon .gdrts-stars-active::before,
.gdrts-with-fonticon .gdrts-stars-current::before {
  display: block;
}
.gdrts-with-fonticon .gdrts-stars-active,
.gdrts-with-fonticon .gdrts-stars-current {
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.gdrts-with-fonticon .gdrts-stars-current {
  z-index: 1;
}
.gdrts-with-fonticon .gdrts-stars-active {
  z-index: 2;
}
.gdrts-with-fonticon .gdrts-stars-empty {
  color: #ddd;
}
.gdrts-with-fonticon .gdrts-stars-current {
  color: #ff0;
}
.gdrts-with-fonticon .gdrts-stars-active {
  color: #d00;
}

.gdrts-rating-distribution {
  margin: 10px 0 0;
}

.gdrts-distribution-wrapper {
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #aaaaaa;
  background: #eeeeee;
  width: 100%;
  max-width: 360px;
}
.gdrts-distribution-wrapper * {
  box-sizing: border-box;
}
.gdrts-distribution-wrapper ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.gdrts-distribution-wrapper ul li {
  list-style: none;
  padding: 2px 0;
  margin: 0;
  line-height: 18px;
  font-size: 11px;
}
.gdrts-distribution-wrapper .gdrts-distribution-stars {
  margin-right: 1%;
  margin-top: 1px;
  width: 20%;
  float: left;
}
.gdrts-distribution-wrapper .gdrts-distribution-line {
  width: 60%;
  float: left;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.gdrts-distribution-wrapper .gdrts-distribution-votes {
  margin-left: 1%;
  margin-top: 1px;
  width: 18%;
  float: left;
  text-align: right;
}
.gdrts-distribution-wrapper .gdrts-distribution-line-fill {
  text-indent: -9999px;
  background: #EA2B2B;
}

.gdrts-badge-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
}

.gdrts-badge-icon {
  position: relative;
}

.gdrts-badge-text {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  font-weight: bold;
}

.gdrts-badge-image.gdrts-image-star .gdrts-badge-icon {
  background: url("stars/star.png") no-repeat center;
}
.gdrts-badge-image.gdrts-image-heart .gdrts-badge-icon {
  background: url("stars/heart.png") no-repeat center;
}
.gdrts-badge-image.gdrts-image-snowflake .gdrts-badge-icon {
  background: url("stars/snowflake.png") no-repeat center;
}
.gdrts-badge-image.gdrts-image-christmas .gdrts-badge-icon {
  background: url("stars/christmas.png") no-repeat center;
}
.gdrts-badge-image.gdrts-image-oxygen .gdrts-badge-icon {
  background: url("stars/oxygen.png") no-repeat center;
}
.gdrts-badge-image.gdrts-image-crystal .gdrts-badge-icon {
  background: url("stars/crystal.png") no-repeat center;
}

.gdrts-method-stars-review .gdrts-grid h3,
.gdrts-method-slider-review .gdrts-grid h3 {
  margin: 0 0 0.25em;
}

.gdrts-with-fonticon.gdrts-fonticon-font .gdrts-stars-empty {
  font-family: "gdrts-icons";
}
.gdrts-with-fonticon.gdrts-fonticon-fontawesome .gdrts-stars-empty {
  font-family: "FontAwesome";
}
.gdrts-with-fonticon.gdrts-fonticon-fontawesome .gdrts-stars-empty::before,
.gdrts-with-fonticon.gdrts-fonticon-fontawesome .gdrts-stars-active::before,
.gdrts-with-fonticon.gdrts-fonticon-fontawesome .gdrts-stars-current::before {
  letter-spacing: 3px;
  text-indent: 3px;
}

.gdrts-badge-font.gdrts-fonticon-font .gdrts-badge-icon {
  font-family: "gdrts-icons";
}
.gdrts-badge-font.gdrts-fonticon-fontawesome .gdrts-badge-icon {
  font-family: "FontAwesome";
}
