.taxonomy_term_comments-reviews-wrap {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}

.taxonomy_term_comments-reviews-wrap .main-title {
    margin: 0 0 5px 0;
}

.taxonomy_term_comments-reviews-wrap .item {
    position: relative;
    margin: 0 0 10px 37px;
    font-size: 16px;
    padding: 15px 0 0 0;
}
.taxonomy_term_comments-reviews-wrap .item>i {
    left: -37px;
    top: 18px;
    font-size: 22px;
}

.taxonomy_term_comments-reviews-wrap .item>i {
    position: absolute;
    left: -30px;
    top: 19px;
    font-size: 18px;
    color: var(--text-color);
}

.taxonomy_term_comments-reviews-wrap .item ul {
    display: inline-block;
}
.taxonomy_term_comments-reviews-wrap .item ul li {
    font-size: 14px;
}

.taxonomy_term_comments-reviews-wrap .item p {
    color: #222d39;
    margin: 0 0 10px 0;
}

.taxonomy_term_comments-reviews-wrap .item ul li {
    float: left;
    margin: 0 20px 5px 0;
    font-size: 12px;
}

.taxonomy_term_comments-reviews-wrap .item ul li {
    list-style-type: none;
}

.taxonomy_term_comments-reviews-wrap .item ul li i {
    vertical-align: middle;
    margin: -3px 8px 0 0;
    font-size: 16px;
    opacity: .5;
}

.taxonomy_term_comments-reviews-add {
    display: inline-block;
    width: 100%;
}

.taxonomy_term_comments-reviews-add textarea {
    border-radius: 4px;
    width: 100%;
    background: #fff;
    resize: vertical;
    height: 90px;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1.5;
    min-height: 90px;
    color: #222d39;
}

button#taxonomy_term_comments_more {
    margin: 0 auto;
}

#taxonomy_comments_data div#captcha_id {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    margin: 0 auto;
    width: fit-content;
}


.taxonomy_term_comments-reviews-add input {
    background: #fff;
    color: #222d39;
    height: 40px;
    border-radius: 4px;
    margin: 10px 0 0 0;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
}

#taxonomy_comments_data .btn {
    float: left;
    margin: 0 auto;
    width: fit-content;
    min-width: 160px;
    padding: 8px 10px;
    line-height: 1.5;
}

#taxonomy_comments_data .btn:active, #taxonomy_comments_data .btn:hover, #taxonomy_comments_data .btn {
    border: none !important;
    outline: none !important;
}

.taxonomy_term_comments-reviews-wrap .btn {
    float: none !important;
}

#taxonomy_comments_data .btn i, #taxonomy_comments_data .coupon-btn-code .coupon-btn-code-inner i {
    font-size: 24px;
    vertical-align: middle;
    margin: -6px 10px -4px 0;
}

.taxonomy_term_comments-reviews-add .main-title {
    color: #222d39;
    margin: 0 0 20px 0;
    font-size: 22px;
    position: relative;
    padding: 10px 0px !important;
    line-height: 1.3;
    font-weight: 700;
}

.taxonomy_term_comments-reviews-add label {
    width: 100%;
}

.taxonomy_term_comments-reviews-add * :not(.btn) {
    vertical-align: top;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: 0 0;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#taxonomy_comments_data .icon-Chat:before {
    content: "\e9b4";
}

#taxonomy_comments_data .icon-Comment---Alt:before {
    content: "\e9b5";
}

#taxonomy_comments_data .icon-Comment:before {
    content: "\e9b6";
}

#taxonomy_comments_data .icon-User-Alt:before {
    content: "\e9c1";
}

#taxonomy_comments_data .icon-Calendar:before {
    content: "\e938";
}


#taxonomy_comments_data [class*=" icon-"], #taxonomy_comments_data [class^=icon-] {
    display: inline-block;
}

#taxonomy_comments_data [class*=" icon-"], #taxonomy_comments_data [class^=icon-] {
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.js-form-messages-tax-comment {
    display: none;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid gray;
}