.greview_star_wp{
    --g-review-accent: #eba2ab;
    --g-review-star-muted: #e9dfe2;
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    
}
.products .product-description{

}
.products .product-description .greview_star_wp{

}
.greview_star_wp .greview_star{
    display: inline-block;
    margin: 0 auto;
}
.greview_star_wp .grating {
    width: 100px;
    height: 20px;
    background: var(--g-review-star-muted);
    vertical-align: middle;
    -webkit-mask: url(../../img/star-light.png) left center / auto 100% repeat-x;
    mask: url(../../img/star-light.png) left center / auto 100% repeat-x;
    float: left;
    overflow: hidden;
}
.greview_star_wp .grating_val {
    background: var(--g-review-accent);
    -webkit-mask: url(../../img/star-light.png) left center / auto 100% repeat-x;
    mask: url(../../img/star-light.png) left center / auto 100% repeat-x;
    height: 20px;
    float: left;
}
.clear{
    clear: both;
}
.greview_star_wp meta{
    display: none;
}
.greview_star_wp .gratinggount{
    float: left;
    line-height: 23px;
}
.greview_star_wp  .star_content {
    float: left;
}
