.bx_item_detail_rating {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 14px 26px;
    background: #fff;
    border-radius: 24px;
    margin-bottom: 16px;
}
.bx_item_detail_rating .bx_stars_container {
    position: relative;
    width: 115px;
    height: 18px;
    background: #B8C4D3;
    background-size: 100% 100%;
}

.bx_item_detail_rating .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background-image: url(images/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bx_item_detail_rating .bx_stars_progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #EA9B23;
}

.bx_item_detail_rating .bx_stars_rating_votes {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #000;
}
