.reviews-header {
    width: 330px;
    margin-left: 130px;
    flex-shrink: 0;
    transition: opacity .5s ease;
    overflow: hidden;
}
.reviews-header .stars-list {
    display: flex;
    align-items: center;
}
.reviews-header .count-rating {
    font-size: 20px;
    font-weight: 600;
}
.reviews-header .no-rating {
    font-size: 14px;
    font-weight: 600;
}
.reviews-header .all_rating {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-txt);
}
.ec-comment .author .ec-rating span{
    position: relative;
    top: -4px;
    left: 10px;
}
div.element_description .ec-rating{
 background-color: transparent;
}
.comments_rating .ec-rating .ec-criteria .star{
    cursor: pointer !important;
}

.element_description .author {
    color: #636363;
    font-size: 13px;
    flex-shrink: 0;
    padding-right: 50px;
    width: 190px;
}

.element_description .author .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}
.element_description .author p{
    margin-bottom: 0px;
}

.emarket-comments {
    position: relative;
    display: flex;
}
.reviews-header .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
}
.reviews-header .star, .reviews-header .star.empty {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.element_description .emarket-comments .rating span {
    position: relative;
    top: -5px;
    padding-left: 7px;
    margin-right: 10px;
    font-weight: 600;
}
.element_description .ec-comments-add {
    display: none;
}

.element_description .ec-comments-add span {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
}

.element_description .ec-comments-add span:first-child {
    padding-top: 0
}

.element_description .ec-comments-add span:after {
    content: "*";
    color: var(--main_color);
}

.element_description .ec-comments-add input, .element_description .ec-comments-add textarea {
    width: 100%;
    border: 1px solid var(--border);
    padding: 8px;
    transition: .3s;
}
.element_description .ec-comments-add input:focus, .element_description .ec-comments-add textarea:focus {
    border: 1px solid var(--main_color);
}
.element_description .ec-comments-add textarea {
    resize: none;
    overflow: inherit;
    height: 100px;
}

.element_description .ec-comments-add input.ec-empty, .element_description .ec-comments-add textarea.ec-empty {
    background-color: #fbf4f4;
    color: #dd6262;
    border: 1px solid #dd6262;
}

.element_description .ec-comments-add input.ec-empty:focus, .element_description .ec-comments-add textarea.ec-empty:focus {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: initial;
    font-size: 14px
}

.element_description .ec-comments-add .required_fields {
    width: 100%;
    padding-top: 15px;
}

.element_description .ec-comments-add .required_fields p {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-txt);
}

.element_description .ec-comments-add .required_fields span {
    display: initial;
    padding-top: 0
}
.ec-comments-add .btn_fill {
    margin-bottom: 10px;
}
.element_description .ec-comments-add .ec-left {
    display: flex;
    flex-wrap: wrap;
}
.element_description .ec-comments-captcha_title span {
    padding-top: 15px !important
}
.element_description .ec-comments-captcha img {
    height: 36px;
    width: auto;
}

.element_description .comments_rating {
    padding-left: 100px;
    width: 450px;
}
.comments_form {
    width: 350px;
}

.element_description .ec-rating span:after {
    display: none
}

.element_description .ec-rating .ec-criteria, .element_description .ec-rating .ec-criteria-full {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.element_description .ec-rating .ec-criteria-full {
    padding-top: 10px;
    border-top: solid 1px var(--border);
    margin-top: 15px;
}

.element_description .ec-rating .ec-criteria span, .element_description .ec-rating .ec-criteria-full span {
    width: 60%;
    padding-bottom: 0;
    font-weight: 400;
}
.element_description .ec-rating .ec-criteria .ec-criteria-val, .element_description .ec-rating .ec-criteria-full .ec-criteria-val {
    margin-left: 5px;
    margin-top: 1px;
    font-size: 12px;
    font-weight: 500;
    color: #6c6c6c;
    width: 8px;
    text-align: right;
}
.element_description .ec-rating .ec-criteria-full .ec-criteria-val {
    width: auto;
}

.ec-criteria-rating {
    display: flex;
}

.element_description .ec-rating .ec-criteria-full span {
    font-weight: 500;
}

.element_description .ec-comment {
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid var(--border);
    display: flex;
}
.element_description .ec-comment:first-child {
    padding-top: 0;
}

.rating_comments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.element_description .ec-comment .rating_comments .ec-rating {
    display: flex;
    align-items: center;
    padding: 0;
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 24px;
}

.element_description .ec-comment .rating_comments .ec-rating .star {
    position: relative;
    -webkit-transition: none;
    transition: none
}

.element_description .ec-comment .rating_comments .ec-rating span {
    margin-left: 5px;
    margin-top: 1px;
}

.element_description .ec-comment .rating_comments i {
    font-size: 20px;
    position: absolute;
    color: #2196f3;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    top: -1px
}

.element_description .ec-comment .rating_comments .ec-rating-list-show {
    color: var(--main_color);
    float: left;
    line-height: 17px;
    display: flex;
    font-size: 14px;
    position: relative;
    border-bottom: 1px dashed var(--main_color);
    flex: 0 0 auto;
    max-width: 100%;
}
.ec-rating-list-show:after{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 7px;
    right: -16px;
    border-bottom: 1px solid var(--main_font_color);
    border-left: 1px solid var(--main_font_color);
    transform: rotate(-45deg);
    transition: .2s;
}
.ec-rating-list-show.arrow-top:after{
    bottom: 3px;
    transform: rotate(135deg);
}
.element_description .ec-comment .rating_comments .ec-rating-list-show:hover {
    border-bottom-color: transparent;
}

.element_description .ec-comment .rating_comments .ec-rating-list-show:active {
    color: var(--main_color);
}

.element_description .ec-comment .rating_comments .ec-rating-list-show.arrow-top i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.element_description .ec-comment .ec-rating-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.element_description .ec-comment .ec-rating-list .item {
    margin: 0 50px 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 222px;
}
.element_description .ec-comment .ec-rating-list .item span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}
.element_description .ec-comment .ec-rating-list .item .rating-line {
    width: 100%;
    height: 6px;
    margin: 0;
    background: #ebebeb;
    border-radius: 10px;
}
.element_description .ec-comment .ec-rating-list .item .rating-line span {
    display: block;
    height: 100%;
    border-radius: 15px;
    background: var(--theme-color);
}

.element_description .ec-comment .ec-rating-list .item:last-child span {
    padding-right: 0
}

.element_description .ec-comment .ec-rating-list .item .ec-rating {
    width: initial
}

.element_description .ec-comment .msg {
    width: 100%;
}

.element_description .ec-comment .msg span {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
}
.element_description .ec-comment .msg p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.element_description .no-comment {
    text-align: center;
    display: block;
    padding: 20px 0;
}

.ec-comment .msg-item {
    margin-bottom: 36px;
}

.ec-comment .msg-item:last-child {
    margin-bottom: 0;
}

.star {
    background-image: url(images/star_full.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: none;
}

.star:hover {
    cursor: pointer
}
.star.half {
    background-image: url(images/star_half.svg);
}
.star.empty {
    background-image: url(images/star_empty.svg);
}
.star.empty.active {
    background-image: url(images/star_full.svg);
}
.star, .star.empty {
    height: 17px;
    width: 20px;
    cursor: default !important;
}

.error-rating{
    background-color: #fbf4f4;
    color: #dd6262;
    border: 1px solid #dd6262;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    display: none;
}
.error-rating.show{
    display: block;
}

.author time, .author p:not(.name) {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: var(--secondary-txt);
    margin-bottom: 12px;
    white-space: nowrap;
}

.comments_rating span {
    margin-right: auto;
}
.reviews-plug {
    width: 100%;
}
.reviews-plug p {
   color: #bcbcbc;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 32px;
}
.emarket-comments.show-add .reviews-plug, .emarket-comments.show-add #comment_list_wrp, .emarket-comments.show-add .reviews-header {
    display: none;
}
.emarket-comments.show-add .ec-comments-add {
    display: block;
}
.ec_comments_new_buttons {
    margin-top: 20px;
}
.reviews-header .ec_comment_show {
    margin-top: 40px;
}
.rating-criterias .item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.rating-criterias .item span:first-child {
    margin-right: auto;
}
.rating-criterias .item span:last-child {
    width: 22px;
    text-align: right;
}
.rating-criterias .item span {
    font-size: 14px;
    font-weight: 400;
}
.rating-criterias .item .rating-line {
    flex-shrink: 0;
    height: 6px;
    width: 162px;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 10px;
    background: #ebebeb;
}
.rating-criterias .item .rating-line span {
    display: block;
    border-radius: 10px;
    height: 100%;
    background: var(--theme-color);
}
.ec-comments-load-more {
    margin: 30px auto 0 !important;
}

@media (max-width: 1350px) {
    .reviews-header {
        margin-left: 40px;
    }
}
@media (max-width: 992px) {
    .emarket-comments {
        display: block;
    }
    .reviews-header {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .element_description .comments_rating {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .comments_form {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .element_description .ec-comment {
        flex-wrap: wrap;
    }
    .element_description .author {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
}