.widget_ireviews_rates .istars-result {
    /*min-height: 70px;*/
}

.widget_ireviews_rates .istars-result label {
    font-size: 1rem;
}

.svg-star {
    color: gold;
}

.progress-circle {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress-circle.rel-avg-rate {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.progress-circle > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circle .progress-bar {
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-circle .progress-left {
  left: 0;
}

.progress-circle .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-circle .progress-right {
  right: 0;
}

.progress-circle .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-circle .progress-value{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 1px solid #ebebeb;
}

.progress-line {
    border: 1px solid #eee;
}

.progress-line .progress-bar {
    height: 12px;
}

.progress-title {
    min-width: 140px;
}
