/* Reviews */

.review {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.review__user-figure {
    overflow: hidden;
    text-align: center;
}
.review__user {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.review__user-figcaption {
    margin-top: 5px;
}
.review__user-name {
    color: #000;
    font-weight: 600;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}
.review__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.wrapp-rating__title {
    display: block;
    margin-top: 3px;    
}
.wrapp-rating .rating {
    height: 13px;
}
.rating-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.review__review-title {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.review__review-text {
    color: #000;
    font-weight: 400;
}
/* Yellow Stars */
.wrapp-rating {
    background-image: url('https://alaplaya.com.ar/pub/static/version1647522425/frontend/Sourcesoft/Beachportal/es_AR/Magebay_Marketplace/images/bkg_rating.gif');
    background-repeat: repeat;
    background-position: center 0;
    height: 15px;
    width: 70px;
    /* Estilos que remover */
    margin: 0!important;
    float: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none
}
@media only screen
and (min-width:768px) {
    .review {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .review__user-figure {
        margin-top: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 120px;
                flex: 0 1 120px;
        max-width: 120px;
    }
    .review__user-name {
        font-size: 14px;
        line-height: 1.2em;
    }
    .review__wrapp-rating {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 120px;
                flex: 0 1 120px;
        max-width: 120px;
    }
    .review__list {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 280px; 
    }
    .review__review-detail {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        max-width: 100%; 
        margin-top: 20px;
    }
    .review__review-title {
        margin-bottom: 5px;
    }
    .review__review-text {
        font-size: 12px;
        line-height: 1.6em;
    }
    .rating-result {
        display: inline-block;
        width: 88px;
        height: 16px;
    }
    .rating-summary {
        margin-bottom: 7.5px;
    }
    .rating-summary__title {
        font-size: 14px;
        line-height: 1.2em
    }
    .wrapp-rating__title {
        margin-top: 3px;
        font-size: 14px;
        line-height: 1.2em;
    }
}
@media only screen
and (max-width:767px) {
     .review {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
    .review__user-figure {
        margin-top: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 60px;
                flex: 0 1 60px;
        max-width: 60px;
        margin-right: 20px;
    }
    .review__user-name {
        font-size: 12px;
        line-height: 1.2em;
    }
    .review__wrapp-rating,
    .review__list,
    .review__review-detail {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
    }
    .review__wrapp-rating {
        margin-bottom: 15px;
    }
    .review__list {
        max-width: 260px;
        min-width: 240px;
    }
    .review__review-detail {
        max-width: 100%; 
        margin-top: 20px;
    }
    .review__review-title {
        margin-bottom: 5px;
    }
    .review__review-text {
        font-size: 12px;
        line-height: 1.6em;
    }
    .rating-result {
        display: inline-block;
        width: 88px;
        height: 16px;
    }
    .rating-summary {
        margin-bottom: 7.5px;
    }
    .rating-summary__title {
        font-size: 14px;
        line-height: 1.2em
    }
    .wrapp-rating__title {
        margin-top: 3px;
        font-size: 14px;
        line-height: 1.2em;
    }  
}