/* seller ratings (star ratings wrapper) */
#seller-left-column .origami-seller-box--rating {
    display: block;
    color: inherit;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#seller-left-column .origami-seller-box--rating:hover {
    background: #eeeeee;
}
/* end seller ratings (star ratings wrapper) */

/* star ratings */
.star-ratings-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 1em;
}
.star-ratings-wrapper .no-rating-text {
    font-size: 0.8em;
}
.star-ratings-wrapper.display-count {
    margin-right: 40px;
}
.star-ratings {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
}

.star-ratings .star-ratings-top {
    color: #ff711b;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings .star-ratings-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}
.star-ratings-count {
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 100%;
    margin-left: 7px;
}
/* end star ratings */

/* review item */
.origami-review {
    background: #fafafa;
    padding: 20px;
    margin-bottom: 25px;
}
.origami-review .infos {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 10px;
}
/* end review item */