.post-rating,
.post-rating-set{
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}
.summary.entry-summary .post-rating{
    margin-left: 10px;
}
.post-rating-set{
    margin-top: 20px;
}
.post-rating-current{
    display: flex;
    flex-direction: row;
}
.post-rating-current img{
    margin-right: 15px;
}
.post-rating-current--rate{
    color: #171717;
    font-weight: 500;
    margin-right: 5px;
    font-size: 15px;
}
.post-rating-current--all{
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
}
.post-rating-set span{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #4F4F4F;
}
.post-rating-set--stars{
    font-size: 45px;
    overflow: hidden;
    width: 275px;
    max-width: 100%;
    color: #171717;
    font-weight: 500;
    margin-right: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.post-rating-set--stars input{
    float: right;
    opacity: 0;
    position: absolute;
}
.post-rating-set--stars label{
    float: right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.post-rating-set--stars label img{
    filter: grayscale(100%);
    width: 22px;
    height: 22px;
}
.woocommerce ul.products li.product a .post-rating{
    width: auto;
    margin-left: auto;
}
.woocommerce ul.products li.product a .post-rating-current img{
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 0;
    margin: 0 5px 0 0;
    float: left;
}
.woocommerce ul.products li.product a .post-rating-current--rate,
.woocommerce ul.products li.product a .post-rating-current--all{
    margin-right: 0;
}
.post-rating-set--stars label:hover ~ label img,
.post-rating-set--stars label.active ~ label img,
.post-rating-set--stars input:focus ~ label img,
.post-rating-set--stars label:hover img,
.post-rating-set--stars label.active img{
    filter: grayscale(0);
    cursor: pointer;
}
.sg-shop.woocommerce #review_form #respond input#submit{
    height: 45px;
}
.sg-shop.woocommerce #review_form label{
    margin-bottom: 5px;
    display: flex;
}
.sg-shop.woocommerce #review_form .comment-reply-title{
    margin-bottom: 10px;
    display: flex;
}
.post-rating-close{
    margin-left: 30px;
    float: right;
    margin-bottom: -6px;
    cursor: pointer;
}
.post-rating-set--stars .post-rating-close img{
    width: 25px;
    height: 25px;
    transition: all .3s;
}
.post-rating-set--stars .post-rating-close:hover img{
    transform: scale(1.1);
}
.post-rating .deleting{
    margin-left: 5px;
    opacity: 0;
    transition: all .3s;
}
.post-rating .deleting.active{
    opacity: 1;
}