#product_review_block_extra {
	margin: 14px 0;
    background: white;
	font-size:12px;
	flex-wrap: wrap;
    display: flex;
}

.ws_stars_wrapp {
    display: flex;
    margin-right: 10px;
}

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

.review_count_extra{
	line-height: 1.6;
    font-size: 15px;
    margin-right: calc(100% - 160px);
}

#product_review_block_extra .comments_advices {display:flex; padding-top: 14px;}

#product_review_block_extra .comments_advices li{
	margin-right: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-left: 18px;
}

#product_review_block_extra .open-ws-review-form.open-review-form-desctop,
#product_review_block_extra .comments_advices {
    color: #5D5D5D;
}

#product_review_block_extra .open-ws-review-form.open-review-form-desctop:hover,
#product_review_block_extra .comments_advices:hover {
    color: #099edb
}

#product_review_block_extra .reviews-information::after {
    padding: 0 10px;
    content: '|';
    display: inline;
}

#product_review_block_extra .scroll_review .material-icons {
    margin: 0 -2px;
    font-size: 18px;
    vertical-align: top;
}

#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-right: 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;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}


.ws_modal_backdrop {
	background: #000;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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;
	width: calc(100% - 40px);
	margin: 30px auto;
	z-index: 9999;
}

.ws_modal_close {
	position:absolute;
	right:-34px;
	top:0px;
	width: 22px;
	height: 22px;
	border: none;
	background-color:transparent;
	cursor: pointer;
	transition: all .4s;
}

.ws_modal_close:BEFORE, .ws_modal_close:AFTER {
	content: "";
	position: absolute;
	top:10px;
	left:2px;
	width: 19px;
	height: 3px;

	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_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

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

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

.ws_modal_product_name {
	padding-top: 24px;
}

.ws_modal_form_content{
	max-width: 60%;
	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-left: 6px;
    color: inherit;
}

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

.ws_modal_form_content .form-control-label{
	font-size: 14px;
	padding-top: .625rem;
	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: 145px
}

.ws_review_recommend {
	display: flex;
}

.ws_review_recommend > p {
	margin-bottom: 0px;
}

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

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

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

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

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

.ws_modal_buttons {
	margin-bottom: 0px;
}

#submitWsReview {
	background: #000;
	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-left: auto;
	padding: 0px;
	flex-grow: 1;
	font-size: 14px;}

#product_reviews_block_tab .comment_wrapp{
	display: flex;
}

#product_reviews_block_tab .comment {
	margin:20px 0;
	border-bottom: 1px solid #c4c4c4;
}

#product_reviews_block_tab .comment_author {
	width: 214px;
    flex-shrink: 0;
}

#product_reviews_block_tab .comment_details {
	flex-grow: 1;
}
#product_reviews_block_tab .comment_author span {
	font-weight:bold;
	padding-right: 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}

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

.comment_details_content {
	padding-right: 14px;
}

.recommended{
	display:flex;
	padding-bottom: 8px;
	padding-bottom: 8px;
    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 0 0 5px;
	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-left: 22px;
    line-height: 2;}
#product_reviews_block_tab span.report_btn:hover {text-decoration:underline}

#uniform-file{
	display: none;
}

.star_content{
	overflow: hidden;
}

.star_content--yellow {
    color: #ffb232;
}

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

.review_img_block{
	margin-left: 14px;
}

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

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

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

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

.reviews-carousel-item .review_title{
font-weight: bold;
float: left;
    padding-left: 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, .rating > span:hover:before, .rating > span:hover ~ span:before {
	width: 24px;
}

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

.ajax_block_product h5{
    clear: both;
}

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

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

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

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

.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 1px 0 0;
}


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

#reviews_section_wrap p{
	color: #333a40;
}

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

.score-chart-holder {
    text-align: left;
    padding: 0 24px;
    height: 422px;
    flex-shrink: 1;
    flex-basis: 300px;
    min-width: 300px;
}

.score-chart-holder h3 {
    padding: 24px 0;
    margin-top: 0;
    margin-bottom: 0;
}

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

.rating-holder {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    min-height: 15px;
    max-height: 22px;
    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-right: 5px;
}

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

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

#score-chart-holder .btn.open-ws-review-form i{
	color: inherit;
    font-size: 15px;
    padding-right: 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{
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


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

.paging-container, .sortby-container{
	display: flex;
	align-items: center;
}

#nav-review a, #nav-review b, #nav-review span{
	display: inline-block;
	padding: 14px 0;
    height: 20px;
    text-align: center;
    border: 1px solid #e3e3e3;
    min-width: 46px;
    height: 47px;
}

#nav-review b{
	background: #e3e3e3;
	}

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


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

.respond {
    margin: 14px 20px 14px 0;
    padding: 14px 18px;
    background: #d0f3de;
}

.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{
    line-height: 1.6;
    padding-top: 6px;
}
.verified_icon {
    display: inline-block;
border-radius: 10px;
padding: 0 2px 2px;
    line-height: 1.2;
    margin-right: 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;
          flex-wrap: wrap;
        }

/*#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;
           left: 0;
        }

#criterions_review_list .rating {
          unicode-bidi: bidi-override;
          direction: rtl;
          margin-left: 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: "\2605";
           position: absolute;
           left: 0;
        }


#criterions_review_list .star_content{
	margin-left: 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: 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;
}

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

.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-left: 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;*/
	max-height: 192px;
}

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

#new_review_form_error {
	border: 1px solid red;
}

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

@media (max-width:992px) {
	#product_reviews_block_tab .comment_wrapp {
		flex-wrap: wrap;
		padding: 24px;
		flex-grow:1;
	}
}

@media (max-width: 769px) {
	#reviews_section_wrap {
		flex-wrap: wrap;
	}
	#product_reviews_block_tab, #score-chart-holder {
    	flex-grow:1;
    	margin: 0;
    	margin-bottom: 34px;
	}
}

@media (min-width: 768px) {
    #products .list .product-description {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    #products .list .product-description > *:not(.comments_note) {
        order: -1;
    }

    #products .list .product-description > .comments_note {
        margin-top: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #products .list .product-description > .comments_note {
        justify-content: flex-start;
    }
}

/* new styles */
.ws_modal_open .ws_modal_review {
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1;
	z-index: 999;
}
.ws_modal_review {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

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

#criterions_review_list .criterion__wrapper {
  margin-left: 14px;
  line-height: 1;
  font-size: 30px;
  position: relative;
  min-width: 125px;
}

#criterions_review_list .criterion__wrapper:before {
  content: "★★★★★";
  display: block;
}

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

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

#criterions_review_list .criterion__label {
  flex: 0 0 20%;
  height: 100%;
  width: 100%;
  font-size: inherit;
  font-weight: normal;
  cursor: pointer;
  color: #000;
}

#criterions_review_list .criterion__label:before {
  content: "★";
  display: block;
  transition: color 0.3s ease 0s;
}

#criterions_review_list .criterion__label:hover,
#criterions_review_list .criterion__label:hover ~ .criterion__label,
#criterions_review_list .criterion__label:checked ~ .criterion__label:hover,
#criterions_review_list .criterion__label.clicked,
#criterions_review_list .criterion__label.clicked ~ .criterion__label {
  color: #ffd222 !important;
}

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

.preview {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}

#ws_file {
  display: none;
}