/* for slider */
.dev4web-comments-block {
    margin-bottom: 128px;
}
.dev4web-comments-slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}
.dev4web-comments-slide-progress-bar {
    position: relative;
}
progress {
    width: 1086px;
    height: 8px;
    border-radius: 100px;
    background-color: #E6E8EB;
    transition: width 300ms ease;
}
progress[value]::-webkit-progress-bar {
    width: 100%;
    height: 8px;
    border-radius: 100px;
    background-color: #E6E8EB;
    transition: width 300ms ease;
}
progress[value]::-webkit-progress-value {
    width: 0;
    height: 8px;
    border-radius: 100px;
    background-color: #8A8D94;
    transition: width 300ms ease;
}
.dev4web-comments-slider-prev, .dev4web-comments-slider-next {
    cursor: pointer;
}
.dev4web-comments-slider {
    margin-right: 16px;
    margin-left: 16px;
}
.dev4web-comment-item {
    background: #EFF1F4;
    border-radius: 24px;
    padding: 32px;
    margin-right: 48px;
    /*margin-left: 48px;*/
    width: 664px;
    max-width: 664px;
    height: 272px;
    max-height: 272px;
    position: relative;
}
.dev4web-comment-item .decorator {
    position: absolute;
    top: 32px;
    right: 32px;
}
.dev4web-comment-item-header-avatar {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    background: #1F2F4B;
    border-radius: 50%;
    height: 96px;
    width: 96px;
    position: relative;
}
.dev4web-comment-item-header-avatar span {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.03em;
    font-size: 40px;
    color: #EFF1F4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dev4web-comment-item-header {
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    margin-bottom: 16px;
}
.dev4web-comment-customer-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
}
.dev4web-comment-customer-info .commenter-name {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #1F2124;
    margin-bottom: 8px;
}
.dev4web-comment-customer-info .commenter-date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #8A8D94;
    margin-bottom: 4px;
}
.dev4web-comment-customer-info .commenter-rating {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #1F2124;
    margin-left: 4px;
}
.dev4web-comment-item-content {
    height: 96px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: #4F5258 #E6E8EB;
    scrollbar-width: thin;
}
.dev4web-comment-item-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #4F5258;
}
.comment-rating-line {
    display: flex;
    align-items: center;
    height: 24px;
    line-height: 24px;
}

/* slick slides sizing */
.dev4web-comments-slider.slick-slider {
    width: 100vw;
    /*.slick-track {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    flex-wrap: nowrap;*/
    /*    height: 100px;*/
    /*    justify-content: center;*/
    /*}*/
    .dev4web-comment-item.slick-slide {
        transition: all 0.3s ease;
        transform: scale(0.8);
    }
    .dev4web-comment-item.slick-center {
            z-index: 1;
            transform: scale(1);
        }
}
/* end slick slides sizing */
.dev4web-comments-header {
    text-align: center;
}
.dev4web-comments-block-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #142135;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.dev4web-comments-title h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    color: #1F2124;
    letter-spacing: -0.03em;
    margin-bottom: 56px;
    margin-top: 0;
    text-transform: none;
}

/* end for slider */
.star_content {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
}

.star_content:before, .star_content:after {
    content: " ";
    display: table;
}

.star_content:after {
    clear: both;
}

.star_content .cancel,
.star_content .star {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 0.15em;
    cursor: pointer;
}

.star_content .cancel a,
.star_content .star a {
    position: absolute;
    text-indent: -5000px;
}

.star_content .cancel:after {
    content: "\f05e";
    font-family: "FontAwesome";
    color: #777;
    font-size: 24px;
}

.star_content .star:after {
    content: "\f006";
    font-family: "FontAwesome";
    color: #777;
    font-size: 24px;
}

.star_content .star.star_on:after, .star_content .star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    color: #0483C6;
    font-size: 24px;
}

#product_comments_block_extra {
    padding: 10px;
    margin: 0 0 15px;
    background: #fbfbfb;
    border: 1px solid #eee;
}

.comments_advices {
    margin: 0;
}

#product_comments_block_tab .comment {
    margin: 0 0 20px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

#product_comments_block_tab .comment:first-child {
    padding-top: 0;
    border-top: none;
}

.report_btn {
    padding-left: 0;
}

@media (min-width: 768px) {
    .comment_author {
        text-align: center;
    }
    .comment .comment_details {
        border-left: 1px solid #eee;
        padding-left: 15px;
    }
}

/* product-list-item hook */
.comments_note .star_content {
    display: inline-block;
    vertical-align: middle;
}
.comments_note .star_content .star:after {
    font-size: 16px;
}
.dev4web-average-rating {
    color: #1F2124;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-left: 4px;
    display: inline-block;
}
/* end product-list-item hook */
