#product_review_block_extra {
	padding:10px 0;
	margin: 0 0 5px 0;
	font-size:12px;
	flex-wrap: wrap;
    display: flex;
}

.scroll_review strong{
    font-weight:400;
}

#product_review_block_extra .star_content {margin-left: 6px;}

.review_count_extra{
	line-height: 1.6;
    font-size: 12px;
font-feature-settings: "ss02";
font-family: irswl;

}
#reviews_section_wrap .reviews-number {
    margin-top:5px;
    font-size:13px;
    color:#777;
}
#reviews_section{
    display:block;
}
#product_review_block_extra .comments_advices {display:flex; padding-top: 14px;}

#product_review_block_extra .comments_advices li{
	margin-left:14px;
}

#product_review_block_extra .comments_advices a, .comments_advices .open-ws-review-form {
	border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;

    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none!important;
    background: #e9e9e8;
    color: #000;
}


#product_review_block_extra .comments_advices a:hover, .comments_advices .open-ws-review-form:HOVER {
	background: #b3cac4;
}

#product_review_block_extra .comments_advices i, .comments_advices .open-ws-review-form i {
	padding-left: 17px;
    font-size: 15px;
}

.hidden {
    display: none;
}

.visually-hidden {
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-break: normal;
}

.ws_modal {
position: fixed;
  top: 0;
  left: 10px;
  bottom: 0;
  right: 10px;
  opacity: 0;

  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ws_modal.ws_fade{
  display: flex;
  }
.ws_modal.ws_fade.hidden{
    display:none;
}
.ws_modal_backdrop {
	background: rgba(0,0,0,0.1);
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(5px);
	opacity: 0;
}

.ws_modal_open .ws_modal{
	overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    z-index: 999;
}

.ws_modal_open .ws_modal_backdrop {
	opacity: 1;	
}

.ws_modal_dialog {
position: relative;
  color: #000;
  background: #fff;
  max-width: 100%;
  margin: auto;
  z-index: 9999;
  border-radius: 12px;
  width: 640px;
}

.ws_modal_close {
position: absolute;
left: 5px;
top: 0;
width: 48px;
height: 48px;
border: none;
cursor: pointer;
opacity: 1;
z-index: 555;
}





.ws_modal_product{
	max-width: 40%;
	padding: 20px;
	text-align: left;
}

.ws_modal_product img{
	max-width: 100%;
}

.ws_modal_product_name {
	padding-top: 24px;
}

.ws_modal_form_content{
	max-width: 100%;
	padding: 20px 20px 0;
}

.ws_product_voucher > i{
	display: inline-block;
    vertical-align: top;
}

.ws_product_voucher > p{
	display: inline-block;
    max-width: 84%;
    margin-bottom: 0;
    padding-right: 6px;
    color: inherit;
}

.ws_product_voucher small {
	padding-right: 30px;
	font-color: #878787;
}

.ws_modal_form_content .form-control-label{
	font-size: 13px;
	padding-top: 0;
	font-weight:700;
	margin-bottom: .5rem;
}

.ws_modal_form_content .form-control {
	background: #fff;	
}

.ws_modal_form_content .form-control:focus {
	outline: 1px solid #000;
	border-color: #000;
}

.ws_modal_form_content textarea.form-control {
	height: 90px;
	font-size:14px;
}

.ws_review_recommend {
	display: flex;

  justify-content: space-evenly;

}
.ws_review_recommend > p label{
flex-direction: column;
align-items: center;
display: flex;
border: 1px solid #ddd;
color: #777;
padding: 5px;
border-radius: 5px;
width: 100%;
}
.ws_review_recommend > p {
flex: 1;
position: relative;
border-radius: 5px;
padding: 0;
margin: 5px;
display: flex;
flex-direction: column;
align-items: center;
}
.ws_review_recommend .input-radio:checked + label {
border: 2px solid #f38533;
  background: #ffe7d4;
  color: #000;
}

.yes-ws_review {
	padding-left: 18px;
}

.ws_modal_form_content input#file{
    padding: 0;
    border: 0;
    overflow: hidden;
}

.ws_modal_form_content .btn {
	margin-right: -4px;
}

.ws_modal_form_content button.delete_attach_btn {
	margin-right: 6px;
	padding: 2px 6px;
}
.ws_gdrp {
	width: 100%;
    padding: 0 20px 0;
    text-align: center;
    font-size: 14px;
}

.ws_modal_footer {
	text-align: left;
    padding: 5px 20px 20px 20px;
}

.ws_modal_buttons {
	margin-bottom: 0px;
}

#submitWsReview {
  font-weight: normal;
  background: #e7004a;
  color: #fff;
  padding:15px 30px;
  border: 0;
}

#submitWsReview:HOVER {
	background: #666;
}

.ws_modal_close_link {
	color: inherit;
}

body ::-webkit-scrollbar {
    width: 3px;
}




/* TAB COMMENTS ******************************************************************************** */
#product_reviews_block_tab {
	margin-right: auto;
	padding: 0px;
	flex-grow: 1;
	font-size: 14px;}
	


#product_reviews_block_tab .comment {
	margin:5px 0;
	padding:10px 0;
	border-bottom: 1px solid #e3e3e3;
	overflow:hidden;
}
#product_reviews_block_tab .comment:last-child {
border:0;
}

#product_reviews_block_tab .comment_author {

flex-shrink: 0;
display: flex;

}
.bg-warningg{
   background-color: #6bb05d;
}
.bg-dangerr{
 
        background:#c2c855;
}

#product_reviews_block_tab .comment_details {
	flex-grow: 1;
}
#product_reviews_block_tab .comment_author span {
	font-weight:bold;
	padding-left: 4px;
}

#product_reviews_block_tab .comment_grade_wrapp {
	display: flex;
	align-items: center;
}

#product_reviews_block_tab div.star_on {background-position: 0 -12px}

#product_reviews_block_tab .comment_author_infos em {color:#999;
    font-style:normal;
}

#product_reviews_block_tab .title_block, #product_reviews_block_tab h4  {padding-bottom:10px}
#product_reviews_block_tab div.comment_details p {padding-bottom:1px}

.comment_details_content {
	padding-left: 14px;
}

.recommended{
display: flex;
margin-top: 15px;
margin-bottom: 10px;
align-items: center;
}

#product_reviews_block_tab .helpful{
	list-style-type:none;
	margin:14px 0;
	display: flex;
	align-items: baseline;
}

.helpful li {
	min-width: 116px;
}

#product_reviews_block_tab a{
    font-weight: bold;	
}

#product_reviews_block_tab a:hover {text-decoration: underline}

#product_reviews_block_tab button.usefulness_btn {
	cursor: pointer;
	margin:0 5px 0 0;
	display: inline-block;
	padding: 0 2px;
	border: none;
	color: #000;
	font-weight: normal;
    text-shadow: none;
	background: none;
}

#product_reviews_block_tab span.report_btn {cursor: pointer; margin-right: 22px;
    line-height: 2;}
#product_reviews_block_tab span.report_btn:hover {text-decoration:underline}

#uniform-file{
	display: none;
}

.star_content{
	overflow: hidden;
	direction:ltr;
}

#ws_img_carousel, .comment_img_list{
	display: flex;
	margin: 14px 0;
}

.review_img_block{
	margin-right: 14px;
}

.review_img_block:FIRST-CHILD{
	margin-right: 0;
}

.alert-success .form-group{
	display: inline-block;
    margin-bottom: 0;
}

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

.reviews-carousel-item .star_content{
float: right;	
    margin-bottom: 10px;
}

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

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

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

ul.product_list.grid > li .product-container .hook-reviews .comments_note .star_content{
	padding: 4px 6px 0;
	width: 94px;
	    float: none;
    margin: 0 auto;
    text-align: center;
}

.comments_note .star_lable{
	line-height: 2;
}
#reviews_section .material-icons{
    width:20px;
}
 .rating > span:hover:before, .rating > span:hover ~ span:before {
	width: 38px;
}

#reviews_section .material-icons.no_custom_color {
	color: #999;
}

.ajax_block_product h5{
    clear: both;
}

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

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

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

.star {
  position: relative;
  top: -1px;
  float: right;
  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;
	right: 0px;
}

div.star.icon-star-half:BEFORE {
	content: "\f006";
	font-family: "FontAwesome";
	font-size: 14px;
} 
  
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }  
  
ul.product_list .comments_note{
    width: 100%;
    overflow: inherit;
}

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


#reviews_section_wrap {
	display: flex;
	background: #fff;
}

#reviews_section_wrap p{
	color: #333a40;
	margin:0;
}

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

.score-chart-holder {
text-align: center;
  padding: 0 0 0 30px;
  flex-shrink: 1;
  flex-basis: 300px;
  min-width: 300px;
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 175px;
}
a[data-module="ws_productreviews"]::before {
  content: '\e98a';
  font-family: "fontello";
  font-style: normal;
  font-size: 20px;
  margin-left: 5px;
  font-weight: 400;
  vertical-align:center;

}
.score-chart-top-container{
border: 1px solid #ddd;
  background: #fff;
  padding:  15px;
  border-radius: 5px;
  font-feature-settings: "ss02";
  font-family: irswl;
}
.score-chart-holder h3 {
    padding: 0;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.score-chart-holder .score {
    margin: 0;
    font-size: 44px;
    font-family: inherit;
    font-weight: 700;
}

.rating-holder {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    min-height: 15px;

    overflow: hidden;
    position: relative;
    background-color: transparent;
}

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

.rating-graph-container_17 li, .rating-graph-container li{
	display: flex;
}

.rating-graph-container_17 .star_content, .rating-graph-container .star_content{
	margin-left: 5px;
}

.rating-graph-note{
	line-height: 1.6;
    font-size: 14px;
}

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

.btn.open-ws-review-form{
background: #e7004a;
  color: #fff;
  padding:15px;
  border: 1px solid #e7004a;
  font-size: 15px;
  border-radius: 5px;

}

.btn.open-ws-review-form:HOVER{
	background: #e7004a;
	color:#fff;
}

#score-chart-holder .btn.open-ws-review-form i{
	color: inherit;
    font-size: 15px;
    padding-left: 4px;
}

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

.helpful .button.button-small span{
    display: block;
    padding: 3px 8px 3px 8px;
    border: 1px solid #8b8a8a;
}

.helpful .button.button-small span:hover {
      background: #ddd;
}

#nav-review{
margin-top: 10px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}


#sortingOrder{
	border:none;
	height: 45px;
}

.paging-container{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.sortby-container{
	display: none;
	align-items: center;

}
#criterions_review_list .rating > span{
    font-feature-settings: "ss02";
    font-family: irswl;
}
#nav-review a, #nav-review b, #nav-review span{
display: inline-block;
padding: 0;
text-align: center;
border: 1px solid #000;
width: 32px;
height: 32px;
margin:5px;
font-feature-settings: "ss02";
font-family: irswl;
border-radius: 3px;
line-height: 32px;
}

#nav-review b{
background-color: #e7004a;
  border-color: #e7004a;
	color:#fff;
	}

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


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

.respond {
margin: 10px 0 10px 0;
  padding: 10px;
  background: #f0f5f9;
  border-radius: 5px;
  color: #555;
  border: 1px solid rgba(0,0,0,0.1);;
}

.review_filtre{
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 0 8px;
}

.review_filtre_current, .rating-graph-container li:HOVER, .rating-graph-container_17 li:HOVER{
    background: #e9e9e8;
    
}

.verified{
margin-right: 10px;
background: #f5f5f5;
border-radius: 25px;
padding: 1px 10px;
color: #555;
}
.verified_icon {
    display: inline-block;
border-radius: 10px;
padding: 0 2px 2px;
    line-height: 1.2;
    margin-left: 4px;
}

#product_reviews_block_tab .comment .verified .verified_icon i{
    color: #fff;
    font-size: 12px;
    width: 11px;
}

.rating-graph-container_17, .rating-graph-container {
    color: #999;
    font-size: 14px;
    margin: 14px 0;
    width: 183px;
}

.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 li {
          unicode-bidi: bidi-override;
          display: flex;
          align-items: center;
        }
        
#criterions_review_list .form-control-label {
	padding-top: 0px;
}        
#criterions_review_list li > .material-icons {
          display: inline-block;
          position: relative;
          width: 1.1em;
        }
#criterions_review_list li > .material-icons:hover,
#criterions_review_list li > .material-icons:hover ~ .material-icons {
          color: transparent;
        }
#criterions_review_list li > .material-icons:hover:before,
#criterions_review_list li > .material-icons:hover ~ .material-icons:before {
           content: "\2605";
           position: absolute;
           right: 0;
           color: gold;
        }
        
#criterions_review_list .rating {
          unicode-bidi: bidi-override;

          margin-right: 14px;
        }
#criterions_review_list .rating > span {
          display: inline-block;
          position: relative;
          font-size: 24px;
        }
#criterions_review_list .rating > span:hover,
#criterions_review_list .rating > span:hover ~ span {
          color: transparent;
        }
#criterions_review_list .rating > span:hover:before,
#criterions_review_list .rating > span:hover ~ span:before, 
.rating span.active_rating:before,
.rating > span.active_rating ~ span:before{
           content: '\e883';
           font-family: "fontello";

        }   
.rating span.active_rating:before,
.rating > span.active_rating ~ span:before {
	color:gold;
}    

#criterions_review_list .star_content{
	margin-right: 14px;
    line-height: 1.8;
}

.total_advice{
	line-height: 2;
} 

#product_reviews_block_tab.review_in_tab{
	width: 100%;
	margin: 0;
}

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

.no_ws_recommend, .no-ws_review label{
    color: inherit;
    font-weight: bold;	
    font-size: 12px;
} 
.star_content .p-0{
   border-radius: 30% 70% 72% 28% / 30% 33% 67% 70%;
}
.comment_author_infos {
  display: flex;
  color:#222;
  font-size:15px;
padding-right:20px;
align-items: center;
  justify-content: right;
}
.comment_author_infos strong{
   padding-left: 10px;
border-left: 1px solid #eee;
margin-left: 10px;
}
.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: 16px;
    width: 26px;
}       
.ws_review_recommend i{
    padding:0;
    width:auto;
    font-size:24px;
}
#id_new_review_form .form-group {
  margin-bottom: 0.5rem;
}
#myModall .modal-dialog{
    margin:auto;
}
.ws_customers_imgs{
    display:none;
}
#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: right;
	width: 120px;
}

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

.score-chart-holder .no-registered{
	margin: 0px auto;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.4;
    max-width: 300px;
}

 #product_review_block_extra .open-ws-review-form.open-review-form-mobile{
    display: none;
}

.modal-footer #product_review_block_extra .comments_advices .open-ws-review-form.open-review-form-desctop{
	display: none;
}

.modal-footer #product_review_block_extra .comments_advices .open-ws-review-form.open-review-form-mobile{
    display: block;
}

#reviews_section .verified_icon .star.star_on:after {
    color: #fff;
    padding-top: 2px;
}

#reviews_section .verified_icon .star {text-align: center;}

.submitReviewAfter {padding: 18px;}

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

#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;
}

#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-right: 0px;
}
#reviews_section_click {
	overflow: hidden;
}


@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;
}

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

.ws_customers_imgs {
	height: 192px;
}

.ws_product_voucher {
	padding: 15px;
    margin-bottom: 15px;
    background-color: #ddf0de;
}

#new_review_form_error {
border: 1px solid red;
margin: 5px 0 10px 0;
padding: 5px;
border-radius: 5px;
background: #fff9f9;
}
#new_review_form_error ul {
margin:0;
padding:0;
}
#id_new_review_form label.required:before {
	content: '';
	display: none;
}

@media (max-width:992px) {
    #product_reviews_block_tab div.comment_details p, .respond {

  font-size: 13px;
}
    .respond {
margin: 10px 0 10px 0;
    padding: 10px 0 0px 0;
    background: none;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    text-align: justify;

}
.respond::before{
    display:none;
}
    .comment_details_content {
  padding-left: 0;
}
    #product_reviews_block_tab .comment {
margin:10px 10px 15px 0;
    min-width: 275px;
    border: 0;
    border: 1px solid #999;
    border-radius: 3px;
    overflow:hidden;

}
	#product_reviews_block_tab .comment_wrapp {
		flex-wrap: wrap;
		padding: 0px 10px;
		flex-grow:1;
	}
	#ws_reviewList{
	    display:flex;
	    padding:0 5px 0 10px;
	}
	  #product_reviews_block_tab{
	      display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 -15px 0px -15px !important;
	  }
	  #product_reviews_block_tab .comment:last-child{
	          border: 1px solid #999;
	  }
}

@media (max-width: 769px) {
    #extra-0{
        border-top: 12px solid #f1f2f4;
    }
    .text-gray{
        color:#999;
    }
    #criterions_review_list .form-control-label {
  text-align: center;
}
    #criterions_review_list li {

  flex-direction: column;
}
	#reviews_section_wrap {
		flex-wrap: wrap;
	}
	#product_reviews_block_tab, #score-chart-holder {
    	flex-grow:1;
    	margin: 0;
    	margin-bottom: 10px;
	}
	.score-chart-holder h3{
	    display:none;
	}
	.score-chart-top-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#reviews_section_wrap .reviews-number {

  color: #777;
}
.score-chart-holder .score {
  font-size: 45px;
  line-height: 1;
}
}
#criterions_review_list .rating > span {
width:38px;
  font-size: 38px;
  z-index: 1;
  margin: 0px 3px;
  color:#ddd;
}
#criterions_review_list .rating {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
#criterions_review_list .rating span::after {
position: absolute;
width: 38px;
line-height: 34px;
top: 14px;
color: #403600;
font-feature-settings: "ss02";
font-family: irswl;
font-size: 15px;
z-index: 1;
text-align: center;
left: 0;
}
#criterions_review_list .rating span:nth-child(1)::after{
  content: "5";
}
#criterions_review_list .rating span:nth-child(2)::after {
  content: "4";
}
#criterions_review_list .rating span:nth-child(3)::after {
  content: "3";
}
#criterions_review_list .rating span:nth-child(4)::after {
  content: "2";
}
#criterions_review_list .rating span:nth-child(5)::after {
  content: "1";
}
.comment_details_content{
    text-align: justify;
}
.respond{
    position:relative;
}
.respond::before {
position: absolute;
  top: -6px;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  background: #f0f5f9;
  transform: rotate(45deg);
  border-top: 1px solid rgba(0,0,0,0.1);;
  border-left: 1px solid rgba(0,0,0,0.1);;
}
.ws_modal.nomdal {
  position: static;
  opacity: 1;
  display: block;
}
.comment_toggle{
    display:none;
}

.comment_details.limited{
    max-height:150px;
    overflow:hidden;
}

.comment_toggle:checked + .comment_details{
    max-height:none;
}

.comment_more_open,
.comment_more_close{
cursor: pointer;
  color: #007bff;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  z-index: 1;
  position: relative;
}
.comment_more_open{
box-shadow: 0 -10px 30px 30px #fff;
}
.comment_more_close{
    display:none;
}

.comment_toggle:checked ~ .comment_more_open{
    display:none;
}

.comment_toggle:checked ~ .comment_more_close{
    display:block;
}

.fs_3x.text-danger.close-button{
background: rgb(255, 255, 255);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 29px;
  line-height: 1;
  color: rgb(231, 0, 74);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: background 0.2s;
  position: absolute;
  left: 5px;
  top: 5px;
}


    /* =========================================
       استایل‌های گالری تصاویر خریداران
       ========================================= */
    .buyer-images-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 10px;
        padding: 10px;
    }

    .buyer-image-item {
        position: relative;
        cursor: pointer;
        width: 100%;
        aspect-ratio: 1 / 1;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
    }

    .buyer-image-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }

    .buyer-image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .buyer-image-item:hover img {
        transform: scale(1.1);
    }

    /* افکت تیره شدن و آیکون روی عکس هنگام هاور */
    .buyer-image-overlay {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .buyer-image-item:hover .buyer-image-overlay {
        opacity: 1;
    }

    .buyer-image-overlay svg {
        fill: #fff;
        width: 30px;
        height: 30px;
        transform: scale(0.5);
        transition: transform 0.3s ease;
    }

    .buyer-image-item:hover .buyer-image-overlay svg {
        transform: scale(1);
    }

    /* =========================================
       استایل‌های مودال
       ========================================= */
    #buyerReviewModal .modal-content {
        border: none;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }

    /* دکمه بستن شناور روی عکس */
    #buyerReviewModal .modal-header {
position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  justify-content: left;
  padding: 10px;
    }

    #buyerReviewModal .close-btn {
background: rgb(255, 255, 255);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 29px;
  line-height: 1;
  color: rgb(231, 0, 74);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: background 0.2s;
    }

    #buyerReviewModal .close-btn:hover {
        background: #fff;
        color: #e74c3c;
    }

    #buyerReviewModal .modal-body {
        padding: 0;
        background: #f8f9fa;
    }

    #modal-review-img {
        width: 100%;
        max-height: 450px;
        object-fit: contain;
        background: #000; 
    }

    .review-details-card {
        background: #fff;
        margin: -20px 20px 20px 20px;
        position: relative;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        text-align: right;
    }

    .review-meta {
        display: flex;
      
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .review-user-info {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: bold;
        color: #2c3e50;
    }

    .review-user-icon {
        background: #f1f2f6;
        color: #7bed9f;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .review-date-badge {
        font-size: 0.85em;
        color: #7f8c8d;
        background: #f1f2f6;
        padding: 4px 10px;
        border-radius: 20px;
        margin-right:auto;
    }
#modal-review-content::-webkit-scrollbar {
    width: 6px; /* عرض اسکرول‌بار */
}

#modal-review-content::-webkit-scrollbar-track {
    background: #f1f1f1; /* رنگ پس‌زمینه مسیر اسکرول */
    border-radius: 10px;
}

#modal-review-content::-webkit-scrollbar-thumb {
    background: #c8d6e5; /* رنگ دسته اسکرول */
    border-radius: 10px;
}

#modal-review-content::-webkit-scrollbar-thumb:hover {
    background: #aabac8; /* رنگ در حالت هاور */
}
    .review-grade-wrap {
        color: #f1c40f;
        font-weight: bold;
        font-size: 1.1em;
        display: flex;
        gap: 5px;
    }

    #modal-review-content {
color: #576574;
  line-height: 1.8;
  font-size: 0.95em;
  margin: 0;
  max-height: 240px;
  overflow-y: auto;
    }
@media screen and (max-width:1200px) {
    #buyerReviewModal .modal-content {
  height: 100%;
  margin: 0;
  padding: 0;
    }
    }
