.store-xreviews {
    margin-bottom: 30px;
}

#product-xreviews {
    margin-bottom: 20px;
}

.xreview-item {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
}

.xreview-item.has-comment {
    margin-bottom: 10px;
}

.xreviews-leave-review {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ECECEC;
}

.xreviews-leave-review .btn {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}

.xreview-item-rating {
    margin-bottom: 15px;
}

.xreview-item-author {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.xreview-item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 4px;
    font-weight: 500;
}

.xreview-item-content {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.xreview-item-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;

    display: none;
}

.xreview-item-bottom button{
    color: #463F3A;
    margin-bottom: 10px;
    margin-right: 40px;
}

.xreview-item-answer {
    
}

.btn-xreview-answer {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.btn-xreview-answer svg {
    margin-right: 15px;
}

.xreview-item-benefit {
    font-size: 12px;
    font-weight: 600;
}

.xreview-item-benefit button {    
    font-size: 12px;
}

.xreview-item-benefit button svg {

}

.benefit-up {
}
.benefit-down {
}

.xreview-form {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.2s ease-in-out;
}

.xreview-form.active {
    visibility: visible;
    opacity: 1;
    max-height: 100%;
    margin-bottom: 25px;
    transition: all 0.2s ease-in-out;
}

.xreview-form--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.xreview-form .form-group {
    margin-bottom: 15px;
}
.form-control {
}
.rating {
}

.xreview-item-good,
.xreview-item-bad {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 500;
}

.color-good {
    color: #397D2E;
}

.color-bad {
    color: #FF5134;
}

.xreviews-form-buttons {

}

.xreviews-form-buttons #button-xreviews {
    width: 100%;
    margin-bottom: 25px;
}

.xreviews-form-buttons .btn-reset {
    font-weight: 500;
    width: 100%;
}

.xreview-item-comment {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.comment-author {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
    .xreviews-leave-review {
        max-width: 216px;
        padding-bottom: 0;
        border: 0;
    }
    .xreviews-form-buttons {
        display: flex;
    }

    .xreviews-form-buttons #button-xreviews {
        width: auto;
        margin-bottom: 0;
    }

    .xreviews-form-buttons .btn-reset {
        margin-left: 100px;
        width: auto;
    }
}

@media screen and (min-width: 768px) {

    .store-xreviews {
        margin-bottom: 50px;
    }

    .xreview-form .form-group {
        margin-bottom: 15px;
    }

}

@media screen and (min-width: 992px) {

    #product-xreviews {
        margin-bottom: 50px;
    }

    .xreview-item {
        margin-bottom: 30px;
    }

    .xreview-item.has-comment {
        margin-bottom: 15px;
    }

    .xreview-item-comment {
        margin-bottom: 30px;
    }
}