.hidden {
    display: none !important;
}

.star-icon {
    color: #ddd;
    font-size: 17px;
    position: relative;
    line-height: 34px;
}

.star-icon:before {
    top: -7px;
}

.star-icon.full:before {
    text-shadow: rgb(114, 114, 114) 1px 0px 0px, rgb(114, 114, 114) 0.540302px 0.841471px 0px, rgb(114, 114, 114) -0.416147px 0.909297px 0px, rgb(114, 114, 114) -0.989992px 0.14112px 0px, rgb(114, 114, 114) -0.653644px -0.756802px 0px, rgb(114, 114, 114) 0.283662px -0.958924px 0px, rgb(114, 114, 114) 0.96017px -0.279415px 0px;
    color: #747474;
    /* #ffda42; */
    content: '\2605';
    /* Full star in UTF-8 */
    position: absolute;
    left: 0;
}

.star-icon.half:before {
    text-shadow: rgb(114, 114, 114) 1px 0px 0px, rgb(114, 114, 114) 0.540302px 0.841471px 0px, rgb(114, 114, 114) -0.416147px 0.909297px 0px, rgb(114, 114, 114) -0.989992px 0.14112px 0px, rgb(114, 114, 114) -0.653644px -0.756802px 0px, rgb(114, 114, 114) 0.283662px -0.958924px 0px, rgb(114, 114, 114) 0.96017px -0.279415px 0px;
    color: #747474;
    /* #ffda42; */
    content: '\2605';
    /* Full star in UTF-8 */
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.r-block {
    background: #747474;
    color: white;
    min-width: 35px;
    text-align: center;
    display: inline-block;
    padding: 3px;
    font-weight: bold;
    position: relative;
}

.r-block:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #747474 transparent transparent;
    bottom: -7px;
    right: 4px;
}

.r-amount {
    font-size: 12px;
}

@media (min-width: 980px) {

 

    .single .star-r {
        right: 5px;
        top: 5px;
    }

    .r-amount {
        position: relative;
        top: 9px;
        right: 6px;
    }
}