.ws_stars_wrapp {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 15px 0 0;
}

.product-additional-info .product_review_block_extra {
    display: none !important;
}

.product_review_block_extra {
    display: block;
}

.product_review_block_extra .star_content a {
    margin-top: 0 !important;
    white-space: nowrap;
}

.review_count_extra {
    line-height: 18px;
    font-size: 14px;
    white-space: nowrap;
}

.review_count_extra a[data-toggle="scrollTo"] {
    line-height: 1.5;
    font-size: 14px;
    margin: 0 !important;
}

.product_review_block_extra .comments_advices {
    display: inline-flex;
    margin-bottom: 0px;
    white-space: nowrap;
}

.product_review_block_extra .comments_advices li {
    margin-right: 14px;
    list-style: none;
}

.product_review_block_extra .comments_advices .btn-unstyle {
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    cursor: pointer;
}

.product_review_block_extra .comments_advices .btn-unstyle:hover {
    color: #7d5de2;
}

.ws_product_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.ws_informations .alert {
    margin-top: 15px;
    margin-bottom: 0;
}

.ws_product_image {
    flex: 0 0 120px;
    max-width: 120px;
    padding: 0 10px;
}

.ws_product_image img {
    border-radius: 0.25rem;
}

.ws_product_name {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding: 0 10px;
}

.ws_product_subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.ws_product_name_text {
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.ws_product_voucher {
    display: flex;
    flex-wrap: nowrap;
    padding: 15px;
    background-color: #f1f3f5;
    border-radius: 0.25rem;
}

.ws_product_icon {
    flex: 0 0 50px;
    max-width: 50px;
}

.ws_product_icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
}

.ws_product_voucher_text {
    flex: 0 1 100%;
    max-width: 100%;
}

.ws_product_voucher_text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.ws_product_voucher_text small {
    font-size: 12px;
    color: #7F85A4;
}

.ws_review_recommend {
    display: flex;
    gap: 20px;
}

.ws_review_recommend label {
    margin: 0 !important;
    color: #000;
    font-weight: 400;
}

.ws_review_recommend label svg {
    width: 24px;
    height: 24px;
}

.ws_review_recommend label svg * {
    fill: #000;
}

.ws_review_recommend input:checked~label {
    color: #000;
    font-weight: 700;
}

.ws-file-upload-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
    margin: 0;
}

.ws-file-image,
.preview-image {
    flex: 0 0 92px;
    max-width: 92px;
    height: 92px;
    margin-bottom: 20px;
}

.ws-file-upload-left .add_photo_btn {
    width: 92px;
    height: 92px;
    padding: 0;
    display: grid;
    place-items: center;
    color: #E8E8E8;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 0.25rem;
    transition: 250ms all ease-in-out;
}

.preview-image {
    position: relative;
}

.preview-image .preview-remove {
    position: absolute;
}

.preview-image img {
    display: block;
    width: 92px !important;
    height: 92px !important;
    object-fit: cover;
    border: 1px solid #E8E8E8;
    border-radius: 0.25rem;
    transition: 250ms all ease-in-out;
}

.ws-file-upload-left .add_photo_btn:hover {
    color: #007bff;
    border-color: #007bff;
}

.ws-file-upload-left .add_photo_btn .material-icons {
    font-size: 54px;
    margin: 0 !important;
}

.ws-file-upload-right {
    flex: 0 0 184px;
    max-width: 184px;
}

.ws-file-upload-right .add_photo_btn {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.ws-file-upload-right p {
    margin-top: 5px;
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
}

.ws-file-upload .preview {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ws-file-upload .preview .preview-image {
    position: relative;
    flex: 0 0 120px;
    max-width: 120px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.ws-file-upload .preview-image.removing {
    transform: scale(0);
    transition: transform .3s;
}

.ws-file-upload .preview-image:hover .preview-info {
    opacity: 1;
}

.ws-file-upload .preview-remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    font-size: 0;
    color: transparent;
}

.ws-file-upload .preview-remove::after {
    content: "\00D7";
    background: #7b67ff;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    height: 22px;
    width: 22px;
    display: block;
    border-radius: 100%;
    font-size: 16px;
}

.ws-file-upload .preview-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 24px;
    font-size: .8rem;
    background: rgba(255, 255, 255, .65);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 0 0 0.25rem 0.25rem;
    transition: opacity .22s;
}

.ws-file-upload .preview-info-complete {
    height: 30px;
    margin: 0 auto;
    width: 30px;
    background: url("../img/complete.svg") center no-repeat;
}

.ws_gdrp {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}


/* TAB COMMENTS ******************************************************************************** */
/* HOME WIDGET */
.review_on_home {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 14px;
}

.review_img_big,
.products-block-image {
    grid-row: span 2;
}

.review_on_home a {
    font-size: 14px;
}

.review_on_home .star_content {
    display: flex;
}

.review_on_home .star_content i {
    font-size: 22px;
}

.reviews-carousel-item .review_title {
    font-weight: bold;
    padding-left: 6px;
    font-size: 16px;
}

.reviews-carousel-item blockquote {
    display: block;
}

.reviews-carousel-item .read-review-btn {
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
}

.ajax_block_product h5 {
    clear: both;
}

.ajax_block_product .star_label {
    margin-left: 2px;
    text-align: center;
}

.star_content {
    line-height: 18px;
    font-size: 0;
}

.star_content svg {
    width: 16px;
    height: 16px;
}

.star_content svg:not(:last-child) {
    margin-right: 1px;
}

.star_content .star {
    cursor: default;
    margin: 0 1px 0 0;
}

.star_content .review_filtre .star {
    cursor: pointer;
}

.star_content .review_filtre svg {
    vertical-align: unset;
}

.star {
    position: relative;
    top: -1px;
    float: left;
    width: 14px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

.star {
    display: block;
}

.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

span.star:after,
div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
}

span.star.star_on,
div.star.star_on {
    display: block;
}

span.star.star_on:after,
div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
}

span.star.star_hover:after,
div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
}

div.star.icon-star-half:after {
    content: "\f089\00a0";
    position: absolute;
    top: 0px;
    left: 0px;
}

div.star.icon-star-half:before {
    content: "\f006";
    font-family: "FontAwesome";
    font-size: 14px;
}

.star_content .star {
    cursor: default;
    margin: 0 1px 0 0;
}

.star_label {
    margin-top: 4px;
    margin-left: 39px;
}

.rating-holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    background-color: transparent;
}

.rating-holder .star_content svg {
    width: 24px;
    height: 24px;
}

.rating-graph-container {
    margin: 14px auto;
    width: 124px;
}

.rating-graph-note {
    line-height: 18px;
    color: #A2A2A2;
    font-size: 14px;
    transition: all 250ms;
}

.rating-graph-container .rating-graph-note {
    line-height: 1.4;
    font-size: 13px;
}

.nav-review {
    border-bottom: 1px solid #dcdfe4;
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sortby-container {
    margin-bottom: 10px;
}

.sortby-container .form-group {
    display: flex;
    white-space: nowrap;
    border: 1px solid #dcdfe4;
    border-radius: 999rem;
}

.sortby-container .form-control-label {
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.sortby-container .form-control {
    height: 40px;
    min-height: 40px;
    border: 0;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 700;
}

#reviewscarousel-column .widget_photo img {
    width: 100%;
}

.reviews_section_17 .label {
    display: block;
    padding-right: 16px;
}

.respond {
    position: relative;
    margin: 24px 0 0;
    padding: 10px 15px;
    background: #F1F2F4;
    border-radius: 15px;
}

.respond span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 999rem;
    margin-bottom: 10px;
    color: #5C5B7C;
}

.respond p {
    font-size: 16px;
    margin-bottom: 0;
}

.respond::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 14px 15px;
    border-color: transparent transparent #F1F2F4 transparent;
    transform: rotate(0deg);
}

.review_filtre {
    cursor: pointer;
}

.idTabHrefShort.page-product-heading {
    font-size: 1.25rem;
    margin: 30px 10px 25px;
}

#review_head {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid;
}

#review_head>span {
    font-size: 28px;
}

#review_head .all_review {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    line-height: 1.8;
}

#review_head .all_review:hover {
    color: #555454;
}

#criterions_review_list {
    margin-left: 0;
    padding-left: 0;
}

#criterions_review_list .criterion {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

#criterions_review_list .criterion label {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

#criterions_review_list .criterion__wrapper {
    margin-left: 14px;
    position: relative;
}

#criterions_review_list .criterion__background {
    font-size: 0;
}

#criterions_review_list .criterion__background svg,
#criterions_review_list .criterion__items svg {
    width: 22px;
    height: 22px;
}

#criterions_review_list .criterion__items {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    height: 100%;
    font-size: 0;
    left: 0;
    top: 0;
}

#content_review {
    min-height: 100px;
}

#criterions_review_list .criterion__item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

#criterions_review_list .criterion__label {
    margin: 0;
    font-size: 0;
}

#criterions_review_list .criterion__label svg {
    margin-right: 1px;
}

#criterions_review_list .star_content .star {
    cursor: pointer;
}

#criterions_review_list div.radio {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.total_advice {
    line-height: 2;
}

.yes-ws_review label,
.yes_ws_recommend {
    color: inherit;
    font-weight: bold;
    font-size: 14px;
}

.no_ws_recommend,
.no-ws_review label {
    color: inherit;
    font-weight: bold;
    font-size: 14px;
}

.yes-ws_review i,
#ws_reviewList .yes_ws_recommend i,
#ws_reviewList .no_ws_recommend i,
.no-ws_review i {
    padding: 0 4px;
    font-size: 20px;
    width: 26px;
    color: #232323;
}

#idTab15 {
    display: flex;
    flex-flow: row;
}

@media all and (max-width: 639px) {
    #idTab15 {
        flex-direction: column;
    }
}

.reviews_section_17.review_tab #idTab15 {
    display: block;
}

.reviews_section_17.review_tab #product_reviews_block_tab div.comment div.comment_author,
.reviews_section_17.review_tab .comment_details {
    width: 100%;
}

.product_img_review {
    float: left;
    width: 120px;
}

#product_comments_block_tab .comment {
    margin-bottom: 24px;
    border-bottom: 1px solid #7a7a7a;
    padding-bottom: 14px;
}

.submitReviewAfter {
    padding: 18px;
}

#module-ws_productreviews-default .rating-graph-container_17 {
    width: 222px;
}

#module-ws_productreviews-default #score-chart-holder {
    width: 205px;
    margin: 0 auto;
    text-align: center;
}

#module-ws_productreviews-default .score {
    margin: 23px 0 14px;
    font-size: 34px;
    font-family: inherit;
    font-weight: 700;
}

.category_footer_block {
    clear: both;
    margin-bottom: 14px;
}

.cat_review_item {
    overflow: hidden;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #7a7a7a;
}

#module-ws_productreviews-default .rating-graph-container {
    width: 134px;
}

.reviews_widget_footer {
    font-size: 14px;
    text-transform: none;
}

#reviewscarousel_module {
    margin-bottom: 24px;
}

#reviewscarousel_module .page-heading {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#left-column #reviewscarousel_module .product-content {
    padding: 14px 0;
}

#left-column #reviewscarousel_module .reviews-owl-carousel .owl-item {
    border: none;
}

#left-column .reviews-carousel-item .read-review-btn {
    padding-left: 0px;
}

#reviews_section_click {
    overflow: hidden;
    clear: both;
    margin-bottom: 24px;
}

@media (max-width: 414px) {
    #right_carusel_column .star_content .material-icons {
        font-size: 12px;
    }
}

.ws_p_criterions {
    clear: both;
    width: 100%;
    font-size: 12px;
    padding: 14px 0px;
}

.ws_p_criterions .material-icons {
    font-size: 17px;
}

#reviews_section .ws_p_criterions .material-icons {
    width: 10px;
}

.comments_note {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comments_note .star_label {
    margin-top: 0px;
}

.reviews_section {
    width: 100%;
    overflow: hidden;
}

#id_new_review_form label.required:before {
    content: "";
    display: none;
}

#id_new_review_form .form-group {
    text-align: left;
}

@media (max-width: 1024px) {
    #product_reviews_block_tab {
        flex-grow: 1;
        margin: 0;
        margin-bottom: 34px;
    }
}

/* MODULE UPLOAD PHOTO */
#ws_file {
    display: none;
}

/* Top */

.score-chart-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.score-left-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.score-right-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.score-left-container .score {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1;
    font-family: "Comfortaa", sans-serif;
    font-weight: 600;
}

.score-left-container .reviews-number {
    margin-bottom: 0;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .rating-holder .star_content svg {
        width: 18px;
        height: 18px;
    }

    .score-left-container .score {
        font-size: 26px;
    }
}

/* Reviews */
#ws_reviewList .comment:not(:last-child) {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #dcdfe4;
}

.comment_wrapp .comment_author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.comment_wrapp .comment_author .star_content {
    line-height: 26.5px;
}

.comment_wrapp .comment_author .datePublished {
    font-size: 13px;
    margin-left: auto;
    color: #5C5B7C;
}

.comment_wrapp .comment_author .verified {
    font-size: 13px;
    padding: 2px 8px;
    color: #2DC071;
    border: 1px solid rgba(45, 192, 113, 0.25);
    border-radius: 999rem;
}

.comment_wrapp .comment_author .verified svg {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}


.comment_wrapp .comment_author .verified span {
    vertical-align: middle;
}

.comment_wrapp .comment_author .comment_author_infos {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    font-family: "Comfortaa", sans-serif;
}

.comment_wrapp .comment_details .title_block {
    margin: 0;
    font-size: 16px;
}

.comment_wrapp .comment_details .comment_details_content {
    font-size: 16px;
}

.comment_wrapp .comment_details .recommended {
    display: flex;
    align-items: center;
    gap: 4px;
}

.comment_wrapp .comment_details .recommended svg {
    width: 24px;
    height: 24px;
}

.comment_wrapp .comment_details .recommended,
.comment_wrapp .comment_details .recommended .yes_ws_recommend,
.comment_wrapp .comment_details .helpful {
    padding: 0;
    font-size: 13px;
}

.comment_wrapp .comment_details .helpful {
    margin: 0;
}

.comment_wrapp .comment_details .helpful .usefulness_btn {
    margin: 0 5px;
}

.comment_wrapp .comment_details .helpful .report_btn,
.comment_wrapp .comment_details .helpful .usefulness_btn {
    transition: all 250ms;
}

.comment_wrapp .comment_details .helpful .report_btn i,
.comment_wrapp .comment_details .helpful .usefulness_btn i {
    margin-top: -2px;
    color: #b8b8b8 !important;
    font-size: 18px;
    transition: all 250ms;
}

.comment_wrapp .comment_details .helpful .report_btn:hover,
.comment_wrapp .comment_details .helpful .usefulness_btn:hover {
    color: #000 !important;
}

.comment_wrapp .comment_details .helpful .report_btn:hover i,
.comment_wrapp .comment_details .helpful .usefulness_btn:hover i {
    color: #000 !important;
}

.comment_wrapp .comment_details .swiper-container {
    margin-top: 10px !important;
}

@media (max-width: 767.98px) {
    .comment_wrapp {
        flex-direction: column;
        gap: 15px;
    }

    .comment_wrapp .comment_author,
    .comment_wrapp .comment_details {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Gallery */
.ws_customers_imgs_wrapper {
    border-top: 1px solid #dcdfe4;
    padding-top: 15px;
    margin-bottom: 20px;
}

.ws_customers_imgs_wrapper h4 {
    margin-bottom: 20px;
}

.ws_customers_imgs.swiper {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    max-width: 100%;
}

.ws_customers_imgs.swiper .swiper-slide {
    padding: 0 10px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px !important;
}

.ws_customers_imgs.swiper .swiper-slide img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
}

/* Pagination */
.paging-container .btn-icon {
    justify-content: center;
    font-family: "Comfortaa", sans-serif;
    padding: 10px 20px;
    margin-top: 10px;
}

.commentsTop__title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.commentsTop__subtitle {
    margin: 0 0 20px;
    font-size: 20px;
}

/* modal */
.ws-modal-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ws-modal-icon svg {
    width: 36px;
    height: 36px;
}

.ws-modal-top p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.ws-modal-body .ws_product_voucher {
    margin: 20px 0;
}

.ws-modal-body .ws_product_voucher_text p,
.ws-modal-body .ws_product_voucher_text small {
    color: #000;
}