<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comments.comments-two .comments-input-wrapper .form-group-email,
.comments.comments-two .comments-input-wrapper .form-group-name {
    width: 100%;
    max-width: 100%;
}
.comments.comments-two .comments-input-wrapper .form-group-message {
    width: 100%;
    max-width: 100%;
}

#rateYo .jq-ry-group {
    padding: 6px 0;
}

.form-group-rating .form-control{
    border: 0px solid #ccc;
}

.comments .comments-input-wrapper .form-group-email,
.comments .comments-input-wrapper .form-group-name {
    width: 320px;
    max-width: 100%;
}

.comments .comments-input-wrapper .form-group-message {
    width: 420px;
    max-width: 100%;
}

.comments .comments-input-wrapper .btn-display-comments {
    margin: 10px 0;
    display: block;
}

.comments .comments-input-wrapper .btn-display-comments i {
    margin-right: 5px;
}

.comments .comments-input-wrapper .comments-count {
    display: inline-block;
}

.comments {
    background: #ffffff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.comments .heading-wrapper{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
    z-index: 101;
}

.comments .heading-wrapper .title {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 0;
    vertical-align: middle;
}

/* modal css */
#comment_modal .comments .inputs-wrapper {
    margin-top: 30px;
    margin-bottom: -30px;
}

#comment_modal .product-detail-rate .rate-info {
    vertical-align: top;
}</pre></body></html>