#reviews .comment-reply-title {
	display: none;
}

#reviews .comment-form-rating label {
	display: block;
	margin: 10px 0 0;
	line-height: 1;
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "SSSSS";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: #f9ca63;
}

p.stars {
	display: inline-block;
	margin: 0 0 20px;
	line-height: 1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "S";
	color: #43454b;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover~a::before {
	content: "S";
	color: #43454b;
	opacity: .25;
}

p.stars:hover a::before {
	content: "S";
	color: #f9ca63;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "S";
	color: #f9ca63;
	opacity: 1;
}

p.stars.selected a.active~a::before {
	content: "S";
	color: #43454b;
	opacity: .25;
}

p.stars.selected a:not(.active)::before {
	content: "S";
	color: #f9ca63;
	opacity: 1;
}

.widget_rating_filter .wc-layered-nav-rating {
	margin-bottom: 10px;
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
	display: inline-block;
	height: 1em;
	line-height: 1;
}

.rtl .star-rating::before {
	float: right;
	right: 0;
	left: auto;
}

.rtl .star-rating span {
	float: right;
	right: 0;
	left: auto;
}

.rtl .star-rating span::before {
	right: 0;
	left: auto;
}

.rtl p.stars a {
	margin-left: 1px;
	margin-right: 0;
}

.rtl p.stars a::before {
	right: 0;
	left: auto;
}