.comments-heading {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
    color: #FBFBFC;
    margin-bottom: 30px;
}

.comments-author {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 130%;
    color: #FBFBFC;
    margin-bottom: 5px;
}

.comments-text {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #252525;
}

.comments-label span {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(270deg, #0080FF 0%, #0040FF 100%);
    margin-bottom: 10px;
    padding: 2px 8px;
}

.comments-label span:before {
    content: '';
    background-image: url('../images/ic-check-white.svg');
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 10px auto;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.comments-date-time {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #A5A4AD;
    margin-bottom: 15px;
}

.comments-inner {
    display: flex;
    flex-direction: column;
}

.tax-comment-content-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.tax-comment-content-header .stars-rating {
    margin-left: 0;
}

.reply-heading {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
    color: #FBFBFC;
    margin-bottom: 23px;
    padding: 18px 15px;
    border-radius: 3px;
    background-color: #0A1626;
}

.reply-caption {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #A5A4AD;
    margin-bottom: 15px;
}

.reply-btn {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #4CAF50;
}

.reply-btn:hover {
    cursor: pointer;
}

.comments-form-wrapper {
    width: 100%;
    margin-bottom: 15px;
}

.comments-form-wrapper .show-comments {
    display: inline-block;
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #FBFBFC;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 8px 15px;
    background: linear-gradient(270deg, #0080FF 0%, #0040FF 100%);
    text-transform: uppercase;
}

.comments-form-wrapper .show-comments:hover {
    cursor: pointer;
}

.comment-form {
    width: 100%;
    display: none;
}

.comment-form label {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #A5A4AD;
}

.comment-form .field-box {
    display: flex;
    flex-direction: column;
}

.comment-form .fieldset {
    margin-bottom: 15px;
}

.comment-form .fieldset-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-form .fieldset + .brand-btn {
    margin-top: 20px;
}

.comment-form input,
.comment-form input[type="text"],
.comment-form input[type="number"],
.comment-form input[type="email"],
.comment-form textarea {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #C6C6C6;
    background-color: #141E30;
    border: 1px solid #677180 !important;
    border-radius: 15px;
}

.comment-form textarea {
    height: 170px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 400;
    color: #C6C6C6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 400;
    color: #C6C6C6;
}

input::placeholder,
textarea::placeholder {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 14px;
    font-weight: 400;
    color: #C6C6C6;
}

.comment-form .brand-btn {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    color: #FBFBFC;
    padding: 10px 20px;
    background: linear-gradient(270deg, #0080FF 0%, #0040FF 100%);
    border-radius: 20px;
    border: none;
    text-transform: uppercase;
    min-width: 202px;
    max-width: 100%;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.comment-form .brand-btn.disabled,
.comment-form .brand-btn:disabled {
    background-image: none;
    background-color: #B8B8CC;
}

.comment-form .brand-btn.disabled:hover
.comment-form .brand-btn:disabled:hover {
    cursor: not-allowed;
}

.stars-rating-wrapper {
    width: 100px;
    float: right;
}

.stars-rating {
    width: 97.5px;
    height: 16px;
    overflow-x: hidden;
    margin-left: auto;
    background: url('../images/empty_stars.svg') no-repeat;
}

.stars-rating:hover {
    cursor: pointer;
}

.stars-rating-colorized {
    border: none !important;
    background: url('../images/colorized_stars.svg') no-repeat;
}

.stars-rating_inner {
    height: 15px;
    display: block;
    background: url('../images/active_stars.svg') no-repeat;
    overflow-x: hidden;
}

.stars-rating-colorized .stars-rating_inner {
    background: url('../images/colorized_active_stars.svg') no-repeat;
}

.input-error {
    font-size: 12px;
    color: #ff0000;
}

.after-comment-msg {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 0;
    color: #00D1FF;
    text-align: center;
}

.after-comment-msg p {
    display: inline-block;
    background-image: url('../images/ic-check.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px auto;
    padding-left: 25px;
    padding-bottom: 0;
}

.tax-comments {
    margin-bottom: 35px;
}

.tax-comments .comments-text {
    font-family: 'Rubik';
    font-display: swap;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #FBFBFC;
    width: 100%;
    margin-bottom: 15px;
    order: 2;
}

.tax-comments .comments-date-time {
    order: 1;
}

.tax-comments .tax-comments-item {
    position: relative;
    padding-left: 50px;
}

.tax-comments .tax-comments-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
}

.tax-comments .tax-comments-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.reply-item {
    margin-top: 15px;
    margin-left: 15px;
    border-left: 1px solid #4CAF50;
    border-bottom: 1px solid #4CAF50;
    padding-left: 15px;
    padding-bottom: 5px;
}

.reply-policy {
    margin-bottom: 5px;
    padding-left: 26px;
    position: relative;
}

.reply-policy label:hover {
    cursor: pointer;
}

.reply-checkbox {
    position: absolute;
    top: 6px;
    left: 0;
}

.reply-nav {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Honey pot */
.fieldset-vip {
    display: none !important;
    opacity: 0 !important;
}

.fieldset-vip input {
    display: block;
    width: 1px !important;
    height: 1px !important;
}

@media screen and (min-width: 575px) {
    .tax-comments .comment-body {
        flex-direction: row;
    }

    .tax-comments .comments-text {
        padding-right: 25px;
        order: 1;
    }

    .tax-comments .comments-date-time {
        font-family: 'Rubik';
        font-display: swap;
        font-size: 12px;
        font-weight: 400;
        color: #B8B8CC;
        flex: 0 0 170px;
        max-width: 170px;
        order: 2;
    }

    .reply-nav {
        flex-direction: row;
    }

    .comment-form .brand-btn {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .comment-form .fieldset-personal {
        display: flex;
        justify-content: space-between;
    }

    .comment-form .fieldset-personal .fieldset {
        flex: 0 0 49.5%;
        width: 49.5%;
        max-width: 49.5%;
    }
}

@media (min-width: 992px) {
    .comment-form .fieldset-rating {
        max-width: 49.5%;
    }
}
