.all-reviews-page-title {
    margin-top: 16px;
    margin-left: 16px;
    font-size: 30px;
    font-weight: 700;
}

.woocommerce_Review_title {
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #fea31d;
}

.review-title-div-block {
    vertical-align: center;
    margin-top: 20px;
}

.wb-progress-bar{
    display: inline-block;
    height: 14px;
    width: 180px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}
.wb-progress-bar-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: #fff;
    box-shadow: inset 0 0 1px #666;
}
.wb-progress-value{
    position: absolute;
    height: 100%;
    top:0;
    left: 0;
    background: #ffcd00;
}
a.rating-star:hover {
    color: #fea31d;
    opacity: 0.6;
    cursor: pointer;
}
.rating-star .wb-progress-bar-bg:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fbcd0a;
    opacity: 0.3;
    transition: width 0.35s ease;
}
.rating-star.rating-select .wb-progress-bar-bg:after {
    width: 100%;
}
.rating-star-average {
    width: 40%;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    color: #fea31d;
    font-size: 30px;
    font-weight: 700;
}

.rating-star-average .average-score {
    color: #000;
}

.rating-star {
    width: 40%;
    line-height: 45px;
    margin-top: 0;
    padding: 0;
    color: #fea31d;
    font-size: 22px;
}

.rating-star-steady {
    width: 40%;
    line-height: 45px;
    margin-top: 0;
    padding: 0;
    color: #404040;
    font-size: 22px;
}

.product-reviews-span {
    padding-left: 10px;
    margin-bottom: 2px;
    font-size: 18px;
}

.class-self-verified {
    font-style: italic;
    padding-left: 10px;
    font-size: 10px;
}
.store-reply{
    line-height: 1;
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 15px;
    font-weight: 400;
}
.review-title-container  {
    padding: 20px 50px 0 20px;
    width: 200px;
    text-align: center;
}
.review-title-container .stars-container {
    margin-top: 20px;
    display: flex;
    margin-left: 20px;
}
.review-title-container p.stars {
    line-height: 20px;
}
.review-title-container .stars-all, .review-descr-container .star, .stars-container.one_custom .stars-all {
    background: url(../fonts/star-empty.svg) no-repeat;
    width: 111px;
    height: 14px;
    cursor: pointer;
    position: relative;
}
.stars-container.one_custom .per-star-1 {
    width: 14px;
}
.stars-container.one_custom .per-star-2 {
    width: 38px;
}
.stars-container.one_custom .per-star-3 {
    width: 62px
}
.stars-container.one_custom .per-star-4 {
    width: 94px;
}
.per-stars {
    background: url(../fonts/star-all.svg) no-repeat;
    width: 111px;
    height: 14px;
    position: absolute;
    background-size: 111px;
}
.review-descr-container .star {
    display: inline-block;
}
.review-descr-container .flex-container {
    padding-top: 10px;
}
.review-descr-container .woocommerce_Review_title {
    display: flex;
}
.review-descr-container .flex-container p {
    margin: 0;
}
.review-descr-container .rating-star, .review-descr-container .rating-star-steady {
    line-height: 35px;
    width: 100%;
}
.review-descr-container .star-4-active + .per-stars {
    width: 98px;
}
.review-descr-container .star-3-active + .per-stars {
    width: 70px;
}
.review-descr-container .star-2-active + .per-stars {
    width: 45px;
}
.review-descr-container .star-1-active + .per-stars {
    width: 20px;
}

div#reviews div#comments ol.commentlist li.comment.depth-1{
    border-bottom: 0 !important;
}

.commentlist .review .description p {
    font-family: inherit;
}

.woocommerce_Review_see_all {
    display: none;
    margin-top: 6px;
}

.woocommerce_Review_see_all.is-show {
    display: flex;
}

.woocommerce_Review_see_all a.rating-star {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 1;
}

.review-title-container a {
    cursor: unset;
}