.fv-reviews-wrapper {
    background: rgb(248, 248, 248);
    margin-top: 40px;
}

.fv-reviews-container,
.fv-reviews-news-container {
    margin: auto;
}

.fv-reviews-container {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.fv-reviews-title {
    text-align: left;
    margin-left: 15px;
}

.fv-reviews-comments-container {
    overflow: visible;
    position: relative;
}

.zerosole-img-container {
    width: 76%;
}
.zerosole-img-container img{
    max-width: 100%;
}
@media (min-width: 1800px) {
    .zerosole-img-container {
        width: 90%;
    }
}

.fv-reviews-comments {
    padding: 15px;
    background: white;
    margin-top: 24px;
    position: relative;
}

.reviews-starts .cc-rating-stars--active {
    position: inherit;
}

.fv-reviews-news-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 50px 0;
}

.fv-reviews-commnets-imgs-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fv-reviews-commnets-imgs-container img{
    width: 100%;
}
.comments-imgs-left,
.comments-imgs-right {
    display: flex;
    gap: 10px;
}

.fv-reviews-news-container span {
    flex: 1 1 auto;
}

.fv-reviews-news-container span * {
    width: 100%;
}

@media (max-width: 767px) {
    .zerosole-img-container {
        display: none;
    }

    .fv-reviews-news-container {
        padding-bottom: 0;
    }

    .fv-reviews-container {
        flex-wrap: wrap;
    }

    .fv-reviews-commnets-imgs-container {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .fv-reviews-container {
        width: 86%;
    }

    .fv-reviews-comments {
        width: 130%;
    }
}