
.div_container_stars{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

#categoria_header .div_container_stars {
    display: flex !important;
    margin-left: 0px;
    margin-top: 0px;
}

.stars_review_median{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0px;
}
.text_review_median{
    font-size: 24px;
    font-weight: 600;
}

.img_review_trustbadge {
    display: block !important;
    height: 24px;
    width: 100px;
    z-index: 5;
}

.color_stars_gray{
    width: 100%;
    position: absolute;
    z-index:3;
    background: #eeeef0;
    height: 20px;
}
.color_stars_percentage{
    position: absolute;
    z-index:4;
    background: #E4862F;
    height: 22px;
}

.text_num_reviews{
    font-size: 20px;
    color: #706f67;
    margin-left: 0.5em;
}
