/* Rating Star */
.review-item .product-reviews-summary {
    display: block;
    margin: 5px 0;
}

.product-reviews-summary .rating-summary {
    margin: 0 4px 0 0;
}

.rating-summary .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.rating-summary .rating-result {
    width: 101px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.rating-summary .rating-result > span:before, .rating-summary .rating-result:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: block;
    letter-spacing: 3px;
    font-size: 19px;
    height: 19px;
    line-height: 19px;
}

.rating-summary .rating-result > span:before {
    content: "" "" "" "" "";
    color: #d71d44;
    position: relative;
    z-index: 2;
}

.rating-summary .rating-result > span {
    display: block;
    overflow: hidden;
}

.rating-summary .rating-result:before {
    content: "" "" "" "" "";
    position: absolute;
    top: 0;
    left: 0;
    color: #aaaaaa;
    width: 100%;
    z-index: 1;
}

/* End  */
