#product_review_block_extra {
	padding:0;
	margin: 0 0 10px 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";

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

#new_review_tab_btn{
	margin-right: 18px;
}

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


.ws_modal_backdrop {
	background: #000;
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
	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: .5;	
}

.ws_modal_dialog {
	position:relative;
	color: #000;
	background: #fff;
	max-width: 650px;
	margin: 30px auto;
	z-index: 9999;	
	border-radius: 10px;
}

.ws_modal_close {
position: absolute;
left: 0;
top: 0;
width: 32px;
height: 32px;
border: none;
cursor: pointer;

background: #000;
opacity: 1;
z-index: 555;
}

.ws_modal_close:BEFORE, .ws_modal_close:AFTER {
content: "";
position: absolute;
top: 13px;
right: 4px;
width: 24px;
height: 3px;
background-color: #d0d0d0;

	background-color: #d0d0d0;
}

.ws_modal_close:BEFORE {
	transform:rotate(45deg);
}

.ws_modal_close:AFTER {
	transform:rotate(-45deg);
}

.ws_modal_close:HOVER {
	transform: rotate(90deg);
}



.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: 115px;
	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: 10px;
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 #19bbce;
color:#19bbce;
}

.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 {

	box-shadow:none;
	transition: all .4s;
	font-weight: normal;
}

#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;
}
#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:5px}

.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 24px;

    flex-shrink: 1;
    flex-basis: 300px;
    min-width: 300px;
}
a[data-module="ws_productreviews"]::before {
  content: '\e98a';
  font-family: "fontello";
  font-style: normal;
  font-size: 24px;
  margin-left: 5px;
  font-weight: 400;
  vertical-align:middle;

}
.af-slider .slider_value > span.value {

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

.score-chart-holder .score {
    margin: 0;
    font-size: 34px;
    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: #fff;
color: #1ca2bd;
border: 1px solid #1ca2bd;
font-size: 15px;
}

.btn.open-ws-review-form:HOVER{
	background: #0068b5;
	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, .sortby-container{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

#nav-review a, #nav-review b, #nav-review span{
display: inline-block;
padding: 0;
text-align: center;
border: 1px solid #e3e3e3;
width: 32px;
height: 32px;
margin:5px;
font-feature-settings: "ss02";
border-radius: 25px;
line-height: 32px;
}

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

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


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

.respond {
margin: 0 0 10px 0;
padding: 10px;
background: #e7f2f7;
border-radius: 5px;
color: #555;
}

.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:5px;
}
.comment_author_infos {
  display: flex;
  color:#999;
  font-size:13px;
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:32px;
}

#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: 0 0 10px 0;
  padding: 10px 15px;

}
    .comment_details_content {
  padding-left: 0;
}
    #product_reviews_block_tab .comment {
  margin: 10px 0px 0px 0px;

}
	#product_reviews_block_tab .comment_wrapp {
		flex-wrap: wrap;
		padding: 0px 10px;
		flex-grow:1;
	}
}

@media (max-width: 769px) {
    .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: 34px;
	}
}
#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: 38px;
top: 14px;
color: #403600;
font-feature-settings: "ss02";
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";
}
.respond{
    position:relative;
}
.respond::before {
  position: absolute;
  top: -5px;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  background: #e7f2f7;
  transform: rotate(45deg);
}
.ws_modal.nomdal {
  position: static;
  opacity: 1;
  display: block;
}