.single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
}

.single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}

.single-review .review-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-review .review-top-wrap .review-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-review .review-top-wrap .review-left .review-name {
    margin-right: 25px;
    margin-left: 0px;
}

.single-review .review-top-wrap .review-left .review-name h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-weight: 500;
}

.single-review .review-top-wrap .review-left .rating-product {
    line-height: 1;
}

.single-review .review-bottom p {
    margin: 0;
    width: 93%;
}

.single-review.child-review {
    margin-left: 70px;
    margin-bottom: 0;
}
.comment-area .single-review.child-review {
    margin-bottom: 70px;
}
.comment-area .single-review .review-top-wrap .review-left .review-name h4 {
    font-weight: 600;
    color: #253237;
}
.comment-area .review-content {
    padding: 30px;
    border: 1px solid #ebebeb;
}
.review-left a {
    color: #253237;
}

.review-left a:hover {
    color: #4fb68d;
}

.to-right{
    right: 0px;
}
.to-right-date{
    position: absolute !important;
    right: 130px;
}
.to-right-date-response{
    position: absolute !important;
    right: 40px;
}
.comment-response{
    /* color: red !important; */
    cursor: pointer;
}
.comment-delete{
    /* color: red !important; */
    cursor: pointer;
    padding-left: 20px;
}