.star_box {
  border: 1px solid #ddd;
  border-radius: 7px;
  margin: 15px 0;
  overflow: hidden;
  -js-display: flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.star_box .star-average {
  padding: 10px 15px;
}

.star_box .woocommerce-product-rating {
  flex-direction: column;
  display: block;
  text-align: center;
  padding: 0 20px 0 0;
}

.star_box .woocommerce-product-rating strong {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

.star_box span.star_average {
  color: #f5bb12;
  font-size: 35px;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  margin: 0 10px 0 0;
  line-height: 1;
}

.star_box span.star_average i {
  font-size: 32px;
  position: relative;
}

.star_box .star_box_left {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 20px;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}

.star_box .star_box_left .reviews_bar {
  line-height: 1;
}

.star_box .star_box_left .devvn_review_row {
  padding-bottom: 10px;
  position: relative;
  -js-display: flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.star_box .star_box_left .devvn_review_row span.devvn_stars_value {
  line-height: 1;
  color: #f5bb12;
}

.star_box .star_box_left .devvn_review_row span.devvn_rating_bar {
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
  padding: 0 10px;
}

.star_box .star_box_left .devvn_review_row span.devvn_rating_bar span.devvn_scala_rating {
  border-radius: 3px;
  display: inline-block;
  height: 15px;
  background: #eee;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
}

.star_box .star_box_left .devvn_review_row span.devvn_rating_bar span.devvn_scala_rating .devvn_perc_rating {
  background: #f5bb12;
  height: 100%;
  display: block;
}

.star_box .star_box_left .devvn_review_row span.devvn_num_reviews {
  min-width: 150px;
  color: #2c8744;
}

.star_box .star_box_right {
  padding: 10px 15px;
}

.group-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.group-rating:hover .form-check label i, .group-rating.has-change .form-check label i {
  color: #f5bb12;
}

.group-rating .form-check {
  padding: 10px;
  width: 20%;
  height: 70px;
  font-size: 13px;
  text-align: center;
}

.group-rating .form-check.selected label {
  color: #000;
}

.group-rating .form-check.selected label i {
  color: #f5bb12;
}

.group-rating .form-check.selected ~ .form-check label i {
  color: #999;
}

.group-rating .form-check:hover {
  position: relative;
}

.group-rating .form-check:hover label {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.group-rating .form-check:hover label i {
  color: #f5bb12;
}

.group-rating .form-check:hover ~ .form-check label i {
  color: #999;
}

.group-rating .form-check input {
  display: none;
}

.group-rating .form-check label {
  transition: all ease 0.5s;
  color: #999;
}

.group-rating .form-check label i {
  color: #000;
  font-size: 20px;
}

.group-rating .form-check label span {
  display: block;
}

.comment-box {
  margin: 25px 0;
}

.comment-box .item-comment {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 17px;
  margin: 15px 0;
}

.comment-box .item-comment .img img {
  width: 30px;
  border-radius: 100%;
}

.comment-box .item-comment .content {
  padding-left: 15px;
  width: calc(100% - 40px);
}

.group-reply .reply {
  cursor: pointer;
  color: #4e72e9;
  display: block;
  margin-bottom: 15px;
}

.group-reply .reply:hover {
  color: #3052c2;
}

.group-reply .form-comment {
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 5px;
  position: relative;
}

.group-reply .form-comment .close-reply {
  position: absolute;
  z-index: 3;
  top: 3px;
  right: 3px;
  background: #f00;
  color: #fff;
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .star_box {
    display: block;
    text-align: center;
  }
  .star_box .star_box_left {
    border: none;
  }
}