.content .votes-wrap {
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: unset;
    max-width: unset !important;
    margin-left: -7.5px;
    margin-right: -7.5px;
    gap: 0 33px
}

@media screen and (max-width: 767px) {
    .content .votes-wrap {
        justify-content:center !important
    }
}

.admin-response {
    margin: 0 !important
}

.admin-response .vote-wrap {
    border: none !important;
    width: unset !important;
    display: block !important;
    flex-wrap: unset !important;
    border-top: 1px solid #cfcfcf !important;
    padding: 30px 0 !important
}

.content .vote-wrap {
    padding: 20px;
    border: 1px solid #dadada;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% / 3 - 22px);
    background-color: #eeeeee;
}

.vote-wrap .vote-header .vote-rating {
    display: flex;
    justify-content: flex-start !important;
    align-items: center
}

.votes-wrap .votes-wrap {
    padding-left: 0 !important;
    margin-top: 30px
}

@media only screen and (max-width: 920px) {
    .content .vote-wrap {
        width: calc(100% / 1 - 20px);
    }
}

@media only screen and (min-width: 767px) and (max-width:920px) {
    .content .vote-wrap {
        width: calc(50% - 17px);
    }

    .content .votes-wrap {
        gap: 0 33px
    }
}

.vote-wrap .vote-content {
    margin: 15px 0 !important
}

.type-product .content .vote-wrap{
    width: calc(100% / 1 - 20px) !important;
}