.th-product_rating-widget-style-basic .star-rating{
    width: 100%;
    padding: 16px 25px;
    background-color:#F0F0F0;
    border-radius: 20px ;
}
.th-product_rating-widget-style-basic .star-rating span{
    display: block;
    position: relative;
    float: none;
    width: 100% !important;
    padding-right: 85px;
    padding-top: 0;
    color: #53565D;
    font-size: 0;
}
.th-product_rating-widget-style-basic .star-rating span span.rating{
    font-size: 13px;
    padding-right: 0;
    margin-bottom: 10px;
}
.th-product_rating-widget-style-basic .star-rating span span.rating:before{
    content: 'از مجموع';
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #53565D;
    margin-left: 5px;
    position: inherit;
}
.th-product_rating-widget-style-basic .star-rating span span.rating:after{
    content: 'امتیاز';
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #53565D;
    margin-right: 5px;
}
.th-product_rating-widget-style-basic .star-rating span strong{
    color: #FFAC07;
    font-size: 24px;
    display: block;
    margin: 4px 0;
}
.th-product_rating-widget-style-basic .star-rating span strong:after{
    content: ' از 5 ';
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #53565D;
    margin-right: 5px;
}
.th-product_rating-widget-style-basic .star-rating > span:after{
    content: "\f005";
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 63px;
    background-color: #FBF3CF;
    color: #FFAC07;
    font-size: 32px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.th-product_rating-widget-style-basic .star-rating span:before,.th-product_rating-widget-style-basic .star-rating:before{
    display: none;
}