.lg-rate {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  outline: none;
}

.lg-rate-disabled .lg-rate-star:before,
.lg-rate-disabled .lg-rate-star-content:before {
  cursor: default;
}

.lg-rate-disabled .lg-rate-star:hover {
  transform: scale(1);
}

.lg-rate div {
  outline: none;
}

.lg-rate-star {
  color: #e9e9e9;
}

.lg-rate-star-first,
.lg-rate-star-second {
  height: 100%;
  transition: all 0.3s;
}

.lg-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  opacity: 0;
}

.lg-rate-star-half .lg-rate-star-first,
.lg-rate-star-half .lg-rate-star-second {
  opacity: 1;
}

.lg-rate-star-half .lg-rate-star-first,
.lg-rate-star-full .lg-rate-star-second {
  color: #fcc80e;
}

.lg-rate-star-half:hover .lg-rate-star-first,
.lg-rate-star-full:hover .lg-rate-star-second {
  color: tint(#fcc80e, 30%);
}