#rt_comments {
    margin-top: 25px;
}
#rt_comments * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#rt_comments .rt_row_comment_fields {
    column-gap: 12px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: unset;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#rt_comments .comment-form {
    display: flex;
    flex-wrap: wrap;
}
#rt_comments .form-submit {
    margin: 0;
    width: max-content;
}
#rt_comments .comment-field {
    flex: 1;
    display: block;
}
#rt_comments .comment-field input {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 2px 10px;
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #666;
    background-color: #fff;
    box-shadow: unset;
    outline: unset;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#rt_comments .submit {
    background: #07924f;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    color: #fff;
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 10px;
    font-size: 14px;
    cursor: pointer;
}
#rt_comments .comment-form-comment {
    margin: 0;
    width: 100%;
    display: flex;
    position: relative;
}
#rt_comments .comment-form-comment textarea {
    height: 130px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fafafa;
    padding: 10px;
    box-shadow: unset;
    outline: unset;
    width: 100%;
    font-size: 14px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#rt_comments .comment-form-comment textarea:focus {
    outline-width: 0;
}
#rt_comments .comment-form-comment label {
    font-size: 0;
    position: absolute;
}
#rt_comments .comment-respond {
    margin-bottom: 25px;
}
#rt_comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}
#rt_comments .comment-awaiting-moderation {
    color: red;
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-bottom: 5px;
}
#rt_comments .cmt-top-name {
    text-transform: capitalize;
    color: #222b45;
    display: inline;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    margin-right: 10px;
}
#rt_comments .confirm-buy {
    color: #2ba832;
    display: inline;
    font-size: 12px;
}
#rt_comments .cmt-top-avt {
    box-shadow: none;
    border-radius: 0;
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#rt_comments .cmt-top-avt img {
    border-radius: 5px;
}
#rt_comments .cmt-intro {
    display: flex;
    margin-top: 8px;
}
#rt_comments .cmt-content {
    margin-top: 10px;
}
#rt_comments .cmt-command {
    margin-top: 10px;
}
#rt_comments .support {
    background-color: #f5f8fd;
    border-radius: 4px;
    margin-top: 12px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
}
#rt_comments .support img {
    max-width: 15px;
    margin-right: 5px;
}
#rt_comments [class^="iconcmt-"],
[class*="iconcmt-"] {
    background-image: url(../images/icon_comment_2x.png?v=2);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 200px 150px;
}
#rt_comments .iconcmt-starbuy {
    background-position: -140px -25px;
    height: 11px;
    width: 12px;
}
#rt_comments .comment-list .cmt-top-star i {
    margin-top: -3px;
}
#rt_comments .iconcmt-unstarbuy {
    background-position: -160px -25px;
    height: 11px;
    width: 12px;
}
.comment-list li {
    border-bottom: 1px solid #ebf0f9;
    padding: 15px 0;
}
.iconcmt-thumpup {
    background-position: -179px -43px;
    height: 15px;
    width: 15px;
}
.comment-list .cmtl i {
    margin-top: -2px;
    margin-right: 5px;
}
.comment-list .cmttl,
.comment-list .cmtl {
    margin-right: 12px;
    font-size: 12px;
}
.comment-list .cmt-command a {
    text-decoration: none;
}
.comment-list .cmtd {
    color: #8f9bb3;
    font-size: 12px;
}
.comment-list .cmt-command > * {
    position: relative;
    padding-left: 12px;
}
.comment-list .cmt-command > :first-child {
    padding-left: 0;
}
.comment-list .cmt-command > :not(:first-child)::before {
    background-color: #f1f1f1;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: calc(50% - 9px);
    width: 1px;
}
.comment-list .iconcmt-confirm {
    background-position: -64px -59px;
    height: 14px;
    width: 17px;
}
.comment-list .confirm-buy i {
    margin-top: -3px;
}
#rt_comments .comment-list .comment-respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    margin-top: 15px;
}
#rt_comments > .comment-respond .comment-reply-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
    text-transform: uppercase;
    display: block;
}
#rt_comments .comment-list .comment-reply-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}
#rt_comments .comment-list .comment-reply-title span {
    display: none;
}
#rt_comments .logged-in-as {
    margin: 0;
    display: block;
    margin-bottom: 15px;
}
#rt_comments .comment-list #cancel-comment-reply-link {
    font-weight: 400;
    color: #fff;
    width: 21px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background-image: url(../images/icon_comment_2x.png?v=2);
    background-repeat: no-repeat;
    background-position: -141px -3px;
    font-size: 0;
    background-size: 200px 150px;
}
#rt_comments .cmt-content p {
    margin: 0;
}
#rt_comments .children {
    list-style: none;
    margin: 20px 0 5px 35px;
    position: relative;
    background: #f1f1f1;
    border: 1px solid #e7e7e7;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
}
#rt_comments .children:before {
    content: "";
    margin-left: -11px;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    bottom: 100%;
    left: 20px;
    border-color: rgba(231, 231, 231, 0);
    border-bottom-color: #f1f1f1;
    border-width: 11px;
}
.comment-list .children li {
    border-bottom: 1px solid #e2e2e2;
}
.comment-list .children .cmt-command > :not(:first-child)::before {
    background-color: #e2e2e2;
}
#pagination-rt-comment ul.page-numbers {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
#pagination-rt-comment .current,
#pagination-rt-comment span.page-numbers {
    position: relative;
    display: block;
    padding: 3px 8px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 3px;
    transition: unset;
}
#pagination-rt-comment .current {
    background-color: #3e3e3f;
    border: 1px solid #3e3e3f;
    border-radius: 5px;
    color: #fff;
}
#pagination-rt-comment span.page-numbers {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    cursor: pointer;
}
#pagination-rt-comment span.page-numbers:hover {
    border: 1px solid #3e3e3f;
}
#rt_comments.loading_cmt {
    position: relative;
}
#rt_comments.loading_cmt:after {
    content: "";
    position: absolute;
    bottom: -5px;
    top: -5px;
    left: -5px;
    right: -5px;
    z-index: 1;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}
#rt_comments .comment-form-comment .just-validate-error-label {
    position: absolute;
    bottom: 3px;
    left: 5px;
}
.just-validate-error-label {
	font-size: 12px;
	margin-top: 3px;
}
.rt_row_comment_fields .comment-field {
    position: relative;
}
.rt_row_comment_fields .just-validate-error-label {
    position: absolute;
    bottom: -8px;
    pointer-events: none;
    left: 6px;
    background: #fff;
    padding: 0 8px;
}
@media (max-width: 767px) {
    #rt_comments .children {
        margin-left: 0;
    }
}