#tab-reviews .wc-tab-inner{
	max-width: 1200px;
    margin: 0 auto;
    float: none;	
	width:100%;
}	
#tab-reviews  .stars  + .stars,.comment-form-rating + .stars{
	display:none;
}
.woocommerce-delx{
	display:none;
	padding:2rem;
	float:left;
	width:100%;
	flex-wrap:wrap;
}
#tab-dlux_review.woocommerce-delx{
	padding:0rem;
}
.woocommerce-delx.in-view{
	display:block;
}
.delx-custom-tabs{
	width:100%;
	display:flex;
	list-style:none;
	justify-content: space-evenly;
    border-bottom: 2px solid #f0eded;
    padding: 0px;
}
.delx-custom-tabs  li{
	margin:0px;
	float: left;	
	display: flex;
    align-items: center;
    justify-content: center;
}
.delx-custom-tabs a{	
    font-size: 1.5rem;
    padding: 5px 0px;
    float: left;
	width:auto;
	border-radius:0rem;
	text-align:left;
	position: relative;
	font-weight: 500;
	height: 50px;
	width: 100%;
	text-align: center;
	background-color: transparent !important;
}
.delx-custom-tabs img,
.delx-custom-tabs svg{
	max-width: 6em;
    position: relative;
    top: -5px;
    left: -7px;
}
.delx-custom-tabs a::after{
	content: '';
	background-color: transparent;
	position: absolute;
    height: 2px;
    left: 0px;
    width: 100%;
    bottom: -2px;
}
.delx-custom-tabs li:hover > a::after,
.delx-custom-tabs li a.active::after{
	background-color: #8e0045;
}
.review-header{
	display: flex;
    justify-content: space-between;
    padding: 0px;
    width: 100%;
    flex-wrap: wrap;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #f6f6f6;
	border-radius: 5px;
}

#tab-dlux_review .review-header{
	justify-content:start;
	margin-bottom:3em;
	border:none;
}
#tab-dlux_review .review-header .item-review-avg:first-child{
	border-left:none;
}
#tab-dlux_review .review-header .item-review-avg:last-child{
	border-right:none;
}
#tab-dlux_review .review-stars{
	font-size:2.5em;
	color:#8e0045;
}

.review-all{
	display: flex;
    align-items: center;   
    justify-content: space-between;
	    width: 100%;
    max-width: 260px;
}
.item-review-avg{
	border-left: 1px solid #f6f6f6;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #f6f6f6;
	font-size: 1.125rem;
    font-weight: 400;
}
.item-review-count{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #8e0045;
}
.review-title,.woocommerce-noreviews{
	color:#8e0045;
	text-transform:capitalize;
	margin:0px;
	font-size:1.125rem;
}

.item-review-avg {
	color:#000;
}
.item-review-avg > span{
	float:left;
	width:100%;
}
.item-review-avg .star-rating{
	color: #f6c66b;
    font-size: 2rem;
    border-color: #f6c66b;
    display: flex;
    align-items: center;    
    height: 38px;	
	position:relative;
	width:100%;
	max-width: 164px;
    margin: 0 auto;
	overflow: hidden;
}
.woocommerce-noreviews{
	text-align:center;
}

.item-review-avg .star-rating:before{
	content:'';
	background-image:url(../images/star-gold.png); 
	width:100%;
	position:absolute;
	height:40px;
	background-size: contain;
	z-index:10;
	background-repeat: no-repeat;
    background-position: center center;
	left: 0px;
	background-color: rgba(0,0,0,0.05);
}
.item-review-avg .star-rating > span{
	position:relative;
	height:32px;
	background:#f6c66b;
	z-index:1;
}
.item-review-avg .star-rating  span .rating{
	opacity:0;
}
.comments-container{
	float:left;
	width:100%;
	margin:15px 0px;
}
.comment_review_form .comment-form{
	    margin: 0px;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
}
.comment_review_form .comment-form>p, .comment_review_form .comment-form .comment-form-images{
	flex:0;
	padding:0.5rem 0px;
}
.comment_review_form .form-wrapper{
	display:flex;	
	position: relative;
	flex-wrap: wrap;
}
.comment_review_form .form-wrapper > div{
	width: 100%;
}
.comment_review_form .form-right{
	width:100%;
	max-width:100%;
}
.comment_review_form .form-right .comment-form-img-message,
.comment_review_form .form-right  .comment-form-images{
	 position: static;
    left: 0px;
    bottom: 3em;
    max-width: 100%;
    z-index: 999;
	border: 2px solid #9d225e;
    border-radius: 5px;
	padding: 0px;
}
.comment_review_form .form-right .comment-form-img-message{
	bottom:0px !important;
}
.comment_review_form .form-right .comment-form-author,
.comment_review_form .form-right .comment-form-email{
	display:none;
} 
.comment_review_form .comment-form-rating{
	display: flex;
    justify-content: space-between;
	font-size:1.625em;
}
.comment_review_form .comment-form-rating label{
	text-align: left;
    color: #000;
    font-size:1.25rem;
    font-weight: 400;
}
.comment_review_form h3{
	font-size: 1.5rem;
    text-decoration: underline;
}
.comment_review_form h4{
	font-size: 1.5rem;
}
.comment_review_form .comment-form-rating .stars{
	display: flex;
    position: relative;
    top: -6px;
}
.comment_review_form .comment-form-rating .stars a{
	width:30px;
	height:30px;
	background-image:url(../images/a-stars.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:25px;
	float:left;
}
.comment_review_form .comment-form-rating .stars .stars:hover a,
.comment_review_form .comment-form-rating .stars.selected a:before, 
.comment_review_form .comment-form-rating .stars.selected:hover a,
.comment_review_form .comment-form-rating .stars a.active{
	background-image:url(../images/star-fill.png);
}
.comment_review_form .comment-form-rating .stars a:before{
	font-size:1.5rem;
	color:#f6c66b;
	opacity:0;
}
.comment_review_form .right-wrapper{
	background: transparent;
    padding:0;
    border-radius: 0;
    margin-bottom: 1rem;
	display: flex;
    flex-wrap: wrap;
	margin-top: 1rem;
	justify-content: space-between;
}
.comment_review_form .form-submit input{
	width:100%;
}	
.comment_item {
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}
.comment_item .line_header{
	display:flex;
	align-items:center;
	position: relative;
    width: 100%;
	flex-wrap:wrap;
	margin-bottom:1rem;
	justify-content: center;
	border-bottom: 2px solid #e2e2e2;
    padding-bottom: 12px;
}
.comment_item .comment_author{
	display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;    
    color: #000;
}
.comment_author .comment_int{
	    width: 26px;
    height: 26px;
    display: flex;
    background: #f6f6f6;
    border-radius: 50%;
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
	margin-right:10px;
	overflow: hidden;
	position: relative;
}
.comment_author .comment_int span{
	height: 100%;    
    position: absolute;
}
.comment_item .comment_date{
    color: #000;
    font-size: 1.25rem;   
    line-height: 14px;
    padding: 0px;
}
.comment_item .comment_name{
	font-size: 1.35rem;
}
.comment_verified{
	font-size:11px;
	color:#000;
	display: flex;
    align-items: center;
    border: 1px solid #b2e5c2;
    border-radius: 3px;
    padding: 1px 5px;
    margin: 0px 10px;
}
.comment_verified img,
.comment_verified svg{
	max-width:12px;
	position:relative;
	left:-2px;
}
.comment_title{
	font-size: 1.125rem;
    color: #000;
    margin: 1rem 0px;
	padding:0 12px;
}
.comment_ratings{
	display:flex;	
	width:100%;
	padding:0 10px;
}
.comment_ratings .rating_item{
	display:flex;
	font-size:1em;
	color:#000;
	width:100%;
	max-width:18%;
	margin-bottom:1em;
	flex-direction:column;
	padding-left:40px;
	padding-top:1rem;
	text-transform:capitalize;
}
.comment_ratings .rating_item:first-child{
	padding-left:0px;
}
.comment_ratings .rating_item:last-child{
	border:none;
}


.rating_item .star-rating{
	color: #8e0045;    
    font-size: 1.5em;
    border-color: #8e0045;
}
.rating_item  .rating-avg{
	font-size:29px;
	color: #8e0045;    
	padding-left:30px;
}
.rating_item .star-rating{
	width:120px;
	position:relative;
}
.rating_item .star-rating:before{
	content:'';
	background-image:url(../images/star-gold.png);
	width:100%;
	float:left;
	position:absolute;
	height:40px;
	background-size: contain;
	z-index:10;
	background-repeat: no-repeat;
    background-position: center center;
}
.rating_item .star-rating > span{
	position:absolute;
	height:22px;
	background:#8e0045;
	z-index:1;
	float:left;
	top:7px;
	left: auto;
}
.rating_item .star-rating  .rating:before{
	opacity:0;
}
.comment_desc{
	font-size:1em;
	color:#000;
	padding:0 10px;
}
.is_help{
	position: absolute;
    right: 0px;
    min-width: 280px;
    display: flex;
    justify-content: space-between;
	align-items:center;
}

.is_help img,
.is_help svg{
	    width: 24px;
    stroke: #8E0045;
    opacity: 1;
    margin: 0 10px;
    position: relative;
    top: -4px;
}
.is_help .negative img{
	top: 4px;
}
.is_help  a{
	width:50%;
	display:flex;
	align-items:center;
	position: relative;
    top: -5px;
	justify-content:space-evenly;
}
.comment_lang{
	font-size: 0.7625em;
	text-transform: uppercase;
	position: absolute;
	bottom: -20px;
	left: 11px;
	color: #000;
}

.is_help  a span{
	font-size:1.25em;	
}
.write_review{
	text-decoration: underline;
    color: #000;
    font-size: 19px;
    clear: both;
    display: flex;
    margin-top: 15px;
}
.inprogress{
	opacity:0.2;
	pointer-events:none;
}
.comment_original{
	font-size:10px;
	color:#303030;	
	width:100%;
	margin-top:2rem;
	margin-bottom:0rem;
	padding:0 10px;
}		
.comment_original span{
	padding-left:10px;
}
.comment_original img,
.comment_original svg{
	width:1.75em;
}
.comment_images{
	padding:2rem 10px 0px;
}
.comment_images a{
	margin-right:0.5rem;
}
.comment_images a img{
	max-height:5rem;
}
.comment_original a{
	display:flex; 
	align-items:center;
}
.show_trans,.orginal_source,
.showing_org .translated_source,.showing_org  .show_org,
.mb-only{
	display:none;
}
.showing_org  .show_trans,
.showing_org  .orginal_source{
	display:block;
}
.verified-cls-1 {
	fill: #699f4c;
	fill-rule: evenodd;
}
.comments-container .woocommerce-pagination{
	 padding: 3em 1em 1em;
    display: flex;
    justify-content: center;
}

/*SHORTCODE Source*/
.delx-reviews.delx-item{
    float: left;
    width: 100%;
    padding: 2em 0px;
}

.delx-reviews.delx-item .review-header{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}
.delx-reviews.delx-item .review-avg{
	font-size:1.725em;
	color:#000;
}
.delx-reviews.delx-item  .review-stars{
	 color: #8E0045;
    font-size: 3.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.delx-reviews.delx-item  .review-stars .rate-value{
	padding-right:0.5em;
}
.reviews-total{
	color:#000;
	font-size:1.725em;
	text-align:center;
	padding:0px;
}
.rating-listing{
	max-width:29em;
	margin:0 auto;
}
.rating-listing .rating-item,
.delx-reviews.delx-item.delx-filter .comment_filter{
	display: flex;    
    width: 100%;
    flex-wrap: wrap;
	align-items:center;
	
}
.rating-listing .rating-item .rating-label{
	color:#000;
	font-size:1.5em;
	min-width:4em;
}
.rating-listing .rating-item .rating-bar{
	width: 50%;
    background: #E0E0E0;
    height: 0.725em;
}
.rating-listing .rating-item .rating-bar > span{
	background: #8E0045;
    float: left;
    height: 100%;
}
.rating-listing .rating-item .rating-ratio,
.rating-listing .rating-item .rating-count{
	font-size:1em;
	color:#000;
	padding:0 .25em;
}

.delx-reviews.delx-item.delx-filter{
	padding:0px;
}
.delx-reviews.delx-item.delx-filter .comment_filter{
	background:#E0E0E0;
	justify-content:space-between;
	padding:0.725em 1.725em;
}
.delx-reviews.delx-item.delx-filter .filter_item{
	position: relative;
    display: flex;
    align-items: center;
}
.delx-reviews.delx-item.delx-filter .filter-left{
	    display: flex;
}
.delx-reviews.delx-item.delx-filter .filter_item label{
	padding:0 0.5em;
	margin:0px;
}
.delx-reviews.delx-item.delx-filter .filter_item select{
	height:30px;
}

.delx-reviews.delx-item.delx-comments .is_help,
.delx-reviews.delx-item.delx-comments .comment_original{
	display:none !important;
}
.delx-reviews.delx-item.delx-comments ol{
	list-style:none;
	width:100%;
}
.delx-reviews.delx-item.delx-comments .comment_item {
	border-bottom:1px solid #F0EDED;
	padding-bottom:2em;
	padding-top:1em;
	position:relative;	
}
.delx-reviews.delx-item.delx-comments .comment_item.has_thumb{
	padding-left:150px;
}
.comment_item .line_image{
	position: absolute;
    max-width: 130px;
    left: 0px;
    top: 80px;
	display:none;
}
.delx-reviews.delx-item.delx-comments .comment_item  .line_image{
	display:block;
}
.comment_item .line_image img{
	max-width:100%;
}
.delx-reviews.delx-item.delx-comments .rating_item .star-rating{
	width:103px;
}
.delx-reviews.delx-item.delx-comments .rating_item .star-rating > span{
	height: 20px;
	top: 10px !important;	
}
.delx-reviews.delx-item.delx-comments .review-avg{
	font-size:1em;
}
.delx-reviews.delx-item.delx-comments .comment_ratings{
	padding:0px;
}
.delx-reviews.delx-item.delx-comments .comment_ratings .rating_item{
	padding:1em 1em 0px 1em;
}
.delx-review-on{	
	color:#303030;
	font-size:12px;
	padding:1.5em 1em 0px;	
	display:none;
}
.delx-review-on a{
	color:#870E4B;
	text-decoration:none;
}
.delx-reviews.delx-item.delx-comments  .delx-review-on{
	display:flex;
}
.delx-reviews.delx-item.delx-pagination{
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
}
.translated-comment{
	padding: 0.5em;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.15);
	border-radius: 0.5em;
	position: relative;
	font-size: 10px;
	margin:0.5em 0px;
	background: #f3f3f3;
	clear: both;
	top: 12px;
}


  .comment_review_form .comment-form-rating .stars a,
 .comment_review_form .comment-form-rating .stars .stars:hover a, .comment_review_form .comment-form-rating .stars.selected a::before, .comment_review_form .comment-form-rating .stars.selected:hover a, .comment_review_form .comment-form-rating .stars a.active  {
	  background-image:none !important;	  
  }
  .comment_review_form .comment-form-rating .stars a::before {
	opacity:1 !important;  
  }

.wd-single-reviews .vc_section.vc_section-has-fill, 
.wd-single-reviews  .vc_section.vc_section-has-fill+.vc_section,
.wd-single-reviews  .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section{
	background:transparent !important;	
}


.ebcf_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#tab-review_container.ebcf_modal{
	    position: static;
    display: block;
    background: transparent;
	    padding: 0px;
    background: #f7f7f7;
    margin-top: 10px;
	box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.15);
	height: auto;
}
/* Modal Content */
.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;    
    border: 1px solid #888; 
    width: 80%;
	position: relative;
}

/* The Close Button */
.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	position:absolute;
	right:1rem;
	top:0rem;
	z-index:9999;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.ebcf_modal-body{
	padding-bottom:1rem;
}
.ebcf_modal-body .wrapper-top{
	display:flex;
	flex-wrap:wrap;	
	width:100%;
	align-items: center;
	padding:1.5rem;
}
.ebcf_modal-body .product-image{
	width:40%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.ebcf_modal-body .product-image img{
	max-height:250px;
	width:auto !important;
	max-width:100%;
}
.ebcf_modal-body .product-details{
	width:60%;
	padding:1rem 2rem;
	font-size:1rem;
	line-height:1.5rem;
}
.ebcf_modal-body .product-details h3{
	color: #fa6c47;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}	
.ebcf_modal-body .product-details .item-info span{
	font-weight:bold;
}	
.ebcf_modal-body .wrapper-bottom{
	background: #e2e2e2;
    padding: 1rem 2rem;
    color: #333;
	font-size:1rem;
	line-height:1.5rem;	
}
.ebcf_modal-body .wrapper-bottom.view-content{
	display:block !important;
}

.result-section .product-thumb{
	max-height:40rem;
	overflow:hidden;
	
}
.result-section .return-item{
	float:left;
	margin-top:2rem;
}
.result-section .product-item {
	padding:1.125rem;
	border-radius:10px;
	display:flex;
}
.result-section .product-item.return-requested{
	background-color: rgba(0,128,0,0.2);
}
.result-section .product-item .product-information {
	padding-left:2rem;
}
.result-section .product-item .product-title{
	font-size:1.25rem;
	border-bottom:1px solid #8E0045;	
	color:#8e0045;
}
.result-section .product-item  p{
	font-size:17px;
	margin-bottom:0px;
}
.result-section .product-item  p.product-undefined{
	display:none;
}
	
.result-section .product-item  p span{
	font-weight:600;
	padding-right:0.5rem;
	padding-left: 5px;
}
.result-section .return-item{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding: 0px 40px 30px;
	flex-wrap:wrap;
	margin-top:0px !important;
	
}
.result-section .return-item label{
	font-weight:bold;
	color:#8e0045;
	font-size:1rem;
	text-transform:capitalize;
}
.result-section .summary-title{
	padding: 1rem 30px 0px;
	color:#8e0045;
}
						 
.order-status.order-status-return_status_new{
	background-color:#000;
	color:#FFF;
}
.order-status.order-status-return_status_wating{
	background-color:#f2a567;
	color:#FFF;
}
.order-status.order-status-return_status_shipped{
	background-color:#67f294;
	color:#FFF;
}
.order-status.order-status-return_status_approved{
	background-color:#09d356;
	color:#FFF;
}
.order-status.order-status-return_status_hold{
	background-color:#09d3c7;
	color:#FFF;
}
.order-status.order-status-return_status_rejected{
	background-color:#d30909;
	color:#FFF;
}
.dlex-review-header{
	background-color: #f7f7f7;
	padding: 1.25rem 1.5rem;
	box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	width: 100%;
	flex-wrap: wrap;
}
.dlex-header-block{	
	width: 33.33%;
	position: relative;
}
.dlex-header-block .review-ratings{
	    display: flex;
    align-items: center;
}
.dlex-header-block .review-ratings .review-avg{
	font-size: 2.5rem;
    font-weight: 900;
	padding-right: 1rem;
}
.review-total{
	font-size: 1.5rem;
	font-weight: 600;
	color: #000000;
	margin: -15px 0px;
}
.review-check{
	padding: 1rem 0px 1rem;
}
.review-check a{
	font-size: 1.125rem;
    color: #000;
    text-decoration: underline;
}
.dlex-review-creteria .review-creteria{
	display: flex;
    width: 100%;
    justify-content: flex-end;
}
.dlex-review-creteria .review-creteria .creteria-item{
	font-size: 1.25rem;
	font-weight: bold;
	color: #000;
} 
.dlex-review-creteria .review-creteria .creteria-rate{
	font-size: 1.25rem;
	font-weight: 400;
	color: #000;
	padding: 0px 0.5rem;
} 
.creteria-stars.item-review-avg .star-rating{
	max-width: 125px;
	height: 30px;
	position: relative;
}

.review_block_filters.dlex-review-header{
	padding: 0.5rem 1rem;
	margin-bottom: 0px;
}
.review_block_filters .review_filters{
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review_block_filters .review_filters .review_filter{
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.review_block_filters .review_filters .review_filter .filter_fields{
	    display: flex;
    align-items: center;
    padding: 0rem 1rem 0px 0.5rem;
}
.review_block_filters .review_filters .review_filter .filter_fields label{
	font-size: 1.125rem;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.review_block_filters .review_filter.review_sorting{
	justify-content: space-between;
}
.review_block_filters .review_filter.review_sorting .filter_fields{
	width: 50%;
	padding: 0px;
	max-width: 250px;
}
.review_select{
	width: 100%;
    min-width: 100px;
    max-width: calc(100% - 80px);
    background-color: #FFF;
	padding: 0px;
    height: 35px;
	padding: 0px 0.5rem;
	border:1px solid #000;
	font-size: 1.25rem;
}
.title_lbl{
	margin: 0px;
	font-size: 1.25rem;
	padding-right: 0.5rem;
}
.review-button.btn.btn-color-primary{
    border-radius: 5px;
	min-height: 1px;
	padding: 10px 2rem !important;
}
.review_block_filters input[type="checkbox"] {
  appearance: none;       /* Remove default checkbox */
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.review_block_filters input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.authenticity-check{
	width: 35px;
    height: 30px;
    background-image: url(../images/tick.png);
    float: left;
    background-size: 20px 22px;
    background-repeat: no-repeat;
    background-position: center center;
}

.woocommerce-delx-comments .commentlist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;

}
.woocommerce-delx-comments .commentlist li{
	width: calc(50% - 40px);
	border: 2px solid #ababab;
	border-radius: 10px;
	padding: 12px;
	position: relative;
	margin-top: 1.25rem;
}
.woocommerce-delx.woocommerce-delx-comments{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
    z-index: 100;
}
.comment_verified_tick{
	    width: 12px;
    height: 9px;
    background-image: url(../images/tick.png);
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.rating_item_avg{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.rating_item_avg .rating-avg-bold{
	font-size: 2rem;
    font-weight: bold;
    padding-right: 1rem;
    margin: 0px;
}
.rating_item_avg .star-rating{
	      width: 160px;
    height: 30px;
    color: #f6c66b;
    font-size: 1.5em;
  
	background-color:rgba(0,0,0,0.025) ;
}
.rating_item_avg .star-rating > span{
	background: #f6c66b;
    height: 30px;
    top: 0px;
}
.rating_item_avg .star-rating:before{
	background-image: url(../images/stars-white.png);
	width: 160px;
	height: 40px;
	top: -5px;
}
.woocommerce-delx-comments .comment_ratings{
	flex-wrap: wrap;
	border-bottom: 2px solid #e2e2e2;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-delx-comments .comment_ratings .rating_item{
	max-width: 48%;
    font-size: 1.25rem;
    font-weight: bold;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
	padding: 0px;
	margin-bottom: 0.75rem;
}
.woocommerce-delx-comments .comment_ratings .creteria-rate{
	font-size: 1.125rem;
    font-weight: 400;
	width: 10%;
	position: relative;
    left: -5px;
}
.woocommerce-delx-comments .comment_ratings .rating_item .creteria-item{
	width: 40%;
	font-size: 1rem;
}
.woocommerce-delx-comments .comment_ratings .rating_item .creteria-stars {
	width: 50%;
    height: 4px;
    padding-right: 0.5rem;
}
.comment_details{
	text-align: center;
	padding-bottom: 1rem;
	margin-bottom: 50px;
}
.woocommerce-delx-comments .comment_ratings .bar-rating{
	background-color: #f6c66b;
    position: relative;
    top: -3px;
    left: 0px;
	float:left;
}
.lbl_write_text{
	color:#000;
	font-size: 1.25rem;
	margin: 1rem 0px;
}
.bar-ratings{
	position: relative;
    height: 4px;
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}	
.woocommerce-delx-comments  .comment_original a{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
	color: #000;
	text-decoration: underline;
}
.woocommerce-delx-comments .is_help{
	position: absolute;
    right: 12px;
    width: calc(100% - 24px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.125rem;
    border-top: 2px solid #e2e2e2;
	bottom: 0px;
}
.is_help a span.count{
	font-size: 12px;
    font-weight: bold;
}
.help_container{
	    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
	position: relative;
    left: -20px;
}

.help_container .lbl{
	    font-size: 1rem;
    text-decoration: underline;
}
.wd-single-reviews{
	display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.ebcf_modal.write-review-from .ebcf_modal-content{
	max-width: 720px;	
    box-shadow: 5px 5px 6px 4px rgba(0, 0, 0, 0.25);
}
.ebcf_modal .comment_review_form textarea{
	max-height: 120px;
	background: #f9f9f9;
	border-color: #000000;
}
.ebcf_modal .comment_review_form{
	padding: 2rem 1.5rem;
	text-align: center;
}
.right-wrapper .comment-form-rating{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0px;
	background: transparent;
}
#product-write-review-from-modal.ebcf_modal .comment_review_form .comment-form-rating{
	width: 48%;
	margin-bottom: 0.5rem;
	display: flex;
    justify-content: space-between;
}
.ebcf_modal .comment_review_form .comment-form-images .wd-add-img-btn-wrapper label{
	font-size:1.125rem;
}/*
#product-authenticity{
	background-color: rgba(255,255,255,0.2);
}*/
#product-authenticity .ebcf_modal-content{
	    padding: 1rem;
		max-width: 420px;
    border-radius: 5px;
	border: none;
}
#product-authenticity .ebcf_modal-content .ebcf_modal-body{
	max-width: 390px;
	border: 2px solid #008000;
    padding:3rem 2rem 1rem 2rem;
    border-radius: 10px;
	font-size: 1.125rem;
	color: #000;
	text-align: center;
}
#product-authenticity .ebcf_close{
	right: 2rem;
	top:1rem;
}
#product-authenticity .ebcf_modal-content  h3{
	font-size: 1.5rem;
	text-decoration: underline;
	color: #000;
}
.flag {
      font-family: 'Noto Color Emoji';
      font-size: 3rem;
    }
.ebcf_modal.write-review-from h4{
	font-size: 1.25rem;
	text-decoration: underline;
	color: #000;
	margin-bottom: 0px;
	text-align: center;
}
#tab-review_form{
	padding: 0px;
}
#tab-review_form .ebcf_modal .comment_review_form{
	padding:2.5rem 2rem;
}
#tab-review_form  .ebcf_modal .comment_review_form .comment-form-rating{
	width: 23%;
}
.comment_review_form .right-wrapper > p.stars{
	display: none;
}
#tab-review_form  .ebcf_modal .comment_review_form textarea{
	background-color: #FFF;
}
#tab-review_form  .comment_review_form h4{
	margin-bottom: 0.5rem;
}
#container_review_form .whole-wrapper{
	    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
#container_review_form  .comment-form-images,#container_review_form .form-submit{
	width: calc(50% - 8px);
	min-width: calc(50% - 8px);
    text-align: center;
    align-items: center;
    justify-content: center;
	display: flex;
    flex-basis: 48%;
	margin: 0px;
}
#container_review_form .form-submit{
	margin-left: 1rem;
}
#container_review_form  .form-submit #submit{
	width: 100%;
    padding: 0px;
    height: 1px;
    min-height: 35px;
}
.right-wrapper{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 100%;
}
.rating-item-group{
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 1rem;
}
.comment_line_image{
	width: 80px;
	margin-right: 25px;
}
.comment_line_image img{
	max-width: 100%;
	width:100%;
}
.comment_line_details .rating_item {
	justify-content: flex-start;
}
.item-reviewed span{
	padding-right: 5px;
}
#tab-third_party{
	text-align: center;
}
#tab-third_party h4{
	font-size: 1.25rem;
	color: #000000;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 0px;
}
#tab-third_party p{
	
	color: #000000;
    font-size: 1.125rem;
}
#tab-third_party a{
	border-radius: 5px;
    border: 2px solid #8e0045;
    padding: 0.125rem 1.5rem;
    color: #000000;
    font-size: 1.125rem;
}
#product-write-review-from-modal .form-submit #submit{
	width: 100%;
}
.comment-form input[type="text"],.comment-form input[type="email"]{
	background-color: #FFF;
}
#review-form-block .comment-form-cookies-consent{
	    display: flex;
    align-items: flex-start;
    text-align: left;
    font-size: 0.75rem;
}
#review-form-block .comment-form-cookies-consent label{
	    position: relative;
    top: -4px;
    font-size: 14px;
}
@media screen and (max-width: 1200px){
	#tab-review_form .ebcf_modal .comment_review_form .comment-form-rating{
		width: 48%;
	}
}
@media screen and (max-width: 991px){
	.result-section .product-item .product-information{
		padding-left: 0px;
	}
	.result-section .return-item{
		padding-bottom: 1rem;
	}
	.result-section .summary-title,
	.result-section .return-item{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.result-section .product-item{
		padding-left: 0px;
		padding-right: 0px;

	}
	.woocommerce-MyAccount-navigation ul li a{
		padding-left: 0px !important;
	}
	.result-section .product-item p{
		font-size: 0.865rem;
	}
	.ebcf_modal-content{
		width:90%;
	}
	.dlex-review-header .dlex-header-block:first-child{
		width: 100%;
		text-align: center;
	}
	.dlex-review-header .dlex-header-block{
		width: 50%;
	}
  .dlex-review-creteria .review-creteria{
	justify-content: space-between;
  }
  .dlex-review-creteria .review-creteria .creteria-item{
	min-width: 80px;
  }
  .dlex-header-block.item-review-avg{
	margin: 1rem 0px;
  }
  .review_block_filters .review_filters .review_filter .filter_fields label,
  .title_lbl,
  .comment_item .comment_date,
  .comment_item .comment_name{
	font-size: 1rem;
  }
  .review_select{
	min-width: 100px;
  }
  .woocommerce-delx-comments .commentlist li{
	width: calc(50% - 5px);
	margin-top:10px;
  }
  .comment_verified{
	margin: 0px 5px;
  }
  .woocommerce-delx-comments .comment_ratings .rating_item .creteria-item{
	width: 75%;
  }
  .woocommerce-delx-comments .comment_ratings .rating_item .creteria-stars{
	width: 100%;
  }
  .delx-custom-tabs li{
	width: auto;
  }
}

@media screen and (max-width: 767px){
	
	.woocommerce-delx{
		padding:1rem 0px;
		margin-top:10px;
	}
	.delx-custom-tabs{
		flex-wrap:wrap;
	}
	.delx-reviews.delx-item.delx-comments .comment_item.has_thumb{
		padding-left:0px !important;
	}
		
	.delx-reviews.delx-item.delx-comments .comment_item  .line_image{
		position: static;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 0 auto;
	}
	.comment_item .line_image img{
		max-height:7em;
	}
	.review-header{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap:wrap;
		width:100%;
	}
	.review-title, .woocommerce-noreviews{
		margin-bottom:0.5em;
	}
	.review-header .write_review{
		font-size:0.875rem;
		margin:1.5em 0px 1em;
	}
	.review-header > .item-review-info{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width:100%;
		max-width:100%;
		flex:0 0 100%;	
		text-align:center;
	}
	.review-header > .item-review-avg,
	.review-header >.item-review-count{
		width:100%;
		font-size:
	}
	.review-header > .item-review-avg{
		border-right:1px solid #F0EDED;
		font-size:1em;
	}
	.comment_review_form .form-right .comment-form-img-message, .comment_review_form .form-right .comment-form-images{
		position:static;
	}
	.comment_item .line_header{
		margin-bottom:1.5em;
	}
	.comment_ratings{
		width: 100%;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
		border: none;
		flex-wrap: wrap;
		border: none;
		padding:0 0px;
	}
	.comment_ratings .rating_item{
		max-width:100%;
	}
	.comment_ratings .rating_item:first-child,
	.comment_ratings .rating_item{
		padding-left: 0px;
		display: flex;
		align-content: center;
		justify-content: center;
		width: 50%;
		text-align: left;
		border:none;
		margin-bottom:1rem;
	}
	.comment_ratings .rating_item.item_avg{
		max-width: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size:24px;
		margin-bottom:0px;
	}
	.comment_ratings  .rating_item .rating-avg{
		padding-left:0px !important;
		font-size:38px;
	}
	.comment_review_form .form-wrapper{
		flex-direction:column;
	}
	.comment_review_form .form-right{
		padding-left:0px; 
	}
	.is_help{
		display:none;
	}
	.is_help.mb-only{
		display:flex;
		position:relative;
		font-size:0.865em;
		margin:2.5em auto 1em;
		max-width:265px;
	}
	.item-review-avg .star-rating{
		max-width:150px;
	}
	.item-review-avg .star-rating > span{
		height:20px;
	}
	.delx-reviews.delx-item.delx-filter .filter_item{
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom:0.5em;
	}
	.delx-reviews.delx-item .review-header,
	.delx-reviews.delx-item.delx-filter .filter-left{
		flex-direction:column;
	}
	.delx-reviews.delx-item .review-header .item-review{
		    float: left;
		width: 100%;
		margin-top: 5em;
	}
	 .comment_review_form .comment-form-rating .stars a,
	 .comment_review_form .comment-form-rating .stars .stars:hover a, .comment_review_form .comment-form-rating .stars.selected a::before, .comment_review_form .comment-form-rating .stars.selected:hover a, .comment_review_form .comment-form-rating .stars a.active {	
	  background-image:none !important;	  
  }
  .comment_review_form .comment-form-rating .stars a::before {
	opacity:1 !important;  
  }
  .footer-container .liner-continer,
  .footer-container .wd-text-block-wrapper.color-scheme-dark,
  .footer-container .vc_column_container>.vc_column-inner,
  .footer-container .wpb_wrapper  {
	  float:left;
	  width:100%;
  }
  .footer-container .wd-social-icons,
  .footer-container .wpb-js-composer .title-wrapper,
  .footer-container .wpb-js-composer .title-wrapper .liner-continer{
	  float:left;
	  width:100%;
  }
  .footer-container .wd-text-block-wrapper [class*="title"]{
	      float: left;
    width: 100%;
    padding: 2em 0px 0px;
  }
  .footer-container .vc_separator.vc_sep_color_grey .vc_sep_line{
	  display:none;
  }
  .footer-container .wd-text-block-wrapper{
	  float:left;
	  width:100%;
	  border-bottom:1px solid #e2e2e2;
	  padding-bottom:0.5em;
  }
  .footer-container .wpb-js-composer .title-wrapper .liner-continer{
	  border:none;
  }
  .vc_section.vc_section-has-fill, 
  .vc_section.vc_section-has-fill+.vc_section, 
  .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section{
	  clear:both;
  }
  .footer-container  .vc_separator{
	  display:none !important;
  }
  
  .footer-container .vc_column-inner  .wd-text-block-wrapper.wd-wpb:last-child{
	  margin-bottom:0px !important;
	  border:none !important;
  }
  .result-section .product-thumb{
	max-width: 100px;
  }
  .result-section .product-item .product-information{
	width: 100%;
	max-width: 100%;
  }
  .result-section .summary-title{
	font-size: 1.125rem;
  }
  .result-section .product-item .product-title{
	font-size: 1rem;
  }
  .result-section .return-item .item-return{
	margin-bottom: 0.5rem;
	width: 50%;
	text-align: left;
  }

  .dlex-review-header .dlex-header-block,
  .woocommerce-delx-comments .commentlist li{
		width: 100%;
	}
  .dlex-review-creteria .review-creteria{
	justify-content: space-between;
  }
  .dlex-review-creteria .review-creteria .creteria-item{
	min-width: 80px;
	width: 90px;
  }
  .dlex-header-block.item-review-avg{
	margin: 1rem 0px;
  }
  .comment_verified{
	margin: 0px;
  }
  .review_block_filters .review_filters .review_filter{
	margin: 0.5rem 0px 0px;
	width: 100%;
  }
  .ebcf_modal .comment_review_form .comment-form-rating{
	width: 100% !important;
  }
  #container_review_form .comment-form-images, #container_review_form .form-submit{
	    margin: 5px 0px !important;
		flex-basis: 100%;
		width: 100%;
  }
  .delx-custom-tabs li{
	margin-bottom: 5px;
	width: 100%;
  }
  #tab-title-third_party a{
	height: 51px;
  }
  #tab-title-third_party a span{
	position: relative;
    top: 7px;
  }
	.delx-custom-tabs a {
        width: 100%;
        height: auto;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        border: 2px solid #e2e2e2;
        display: flex;
		font-size: 1.25rem;
        align-items: center;
		display: flex;
        align-items: center;
        justify-content: center;
    }
  #tab-third_party a,
  .comment_review_form h3,
  #tab-third_party p,
  #tab-third_party h4{
	font-size: 1rem;
  }
  #tab-title-review_form{
	justify-content: flex-start;
  }
  .delx-custom-tabs li:hover > a, .delx-custom-tabs li a.active{
	background-color: #e2e2e2;
  }
  .delx-custom-tabs li:hover > a::after, .delx-custom-tabs li a.active::after{
	border-color:#e2e2e2;
  }
  .review-check a,.review_select{
	font-size: 1rem;
  }
  .review_select{
	max-width: 70px;
  }
  .comment_original span{
	margin-bottom: 1rem;
	font-size: 10px;
  }
	.translated-comment {
		padding: 0.5em;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
		border-radius: 0.5em;
		position: relative;
		font-size: 10px;
		margin: 0.5em 0px;
		background: #f3f3f3;
		clear: both;
		top: 12px;
		display: flex;
		width: 100%;
		justify-content: center;
	}

}
@media screen and (max-width: 479px){
	#tab-third_party a{
		font-size:12px;
		padding: 0.125rem 0.5rem;
	}
	.review_select{
		font-size: 1rem;
        max-width: 100%;
        margin-bottom: 5px;
	}
	.review_block_filters .review_filters .review_filter{
		flex-direction: column;
		align-items: flex-start;
	}
	.review_block_filters .review_filters .review_filter .filter_fields{
		padding-left: 0px;
	}
	.review_block_filters .review_filter.review_sorting .filter_fields{
		width: 100%;
		max-width: 100%;
	}
	.review_block_filters .review_filter.review_sorting .filter_fields .title_lbl{
		min-width: 100px;
	}
	
	.woocommerce-delx-comments .is_help{
		padding: 1rem 0px 0rem 0px;
        width: calc(100% + 26px);
		position: relative;
		right: 14px;
	}
	.is_help a{
		width: 70px;
	}
	.help_container .lbl{
		display: none;
	}
	.comment_title,
	.comment_desc{
		padding: 0px;
	}
	.comment_desc{
		font-size: 0.865rem;
	}
	.comment_details{
		margin-bottom: 1rem;
	}
	.dlex-review-header{
		padding: 1rem;
	}	
	.comment_original{
		display: flex;
        align-items: center;
        justify-content: center;
	}
	.authenticity-check {
		width: 20px;
		height: 20px;
		top: 7px;
    	left: -5px;
		position: relative;
		background-size: 15px 20px;
	}
}