
#offer_product #desc .desc_box .ui-tabs-nav li.ui-state-active #rate_tab_stars p
{
	color: #333;
}

#offer_product h1 .title-review
{
	font-size: 16px;
	line-height: 10px;
	cursor: pointer;
	font-weight: 400;
}

#offer_product h1 .title-review i
{
	padding-right: 2px;
}

#product_reviews form div.form
{
	padding-bottom: 5px;
	float: left;
	width: 100%;
}

#product_reviews h4
{
	color: #999;
	font-weight: normal;
	padding-bottom: 30px;
	margin-top: -20px;
}

#product_reviews h3
{
	border: none;
	position: relative;
	padding-bottom: 10px;
	font-size: 20px;
}

#product_reviews fieldset
{
	padding: 20px 30px;
	background-color: #f5f5f5;
	border-radius: 10px;
}

#product_reviews fieldset form > div
{
	padding-top: 20px;
}

#product_reviews fieldset .small
{
	color: #999;
}

#product_reviews #product_reviews_rate_c
{
	display: flex;
	flex-wrap: wrap;
}

#product_reviews #product_reviews_rate_c label
{
	width: 100%;	
}

#product_reviews i.fa
{
	font-size: 22px;
	padding-right: 5px;
	color: #fcc703;
}

#product_reviews #rate_title
{
	order: 99;
	padding: 3px 0 0 10px;
	line-height: 100%;
}

#product_reviews textarea
{
	height: 100px;
}

#product_reviews #aggregate_rating
{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

	#product_reviews #aggregate_rating h3
	{
		float: left;
		padding: 0 10px 10px 0;
		margin: 0;
	}
	
	#product_reviews #aggregate_rating span
	{
		font-weight: normal;
		padding-left: 5px;
		line-height: 180%;
	}
	
	#product_reviews #aggregate_rating span.average_rate
	{
		padding: 0;
		font-weight: bold;
	}

#product_reviews .review_item
{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c8c8c8;
	clear: both;
}

#product_reviews .review_item .rate
{
	float: left;
	clear: both;
}

#product_reviews .review_item blockquote
{
	float: left;
	clear: both;
	font-size: 16px;
	font-style: italic;
	margin: 5px 0 15px 0;
	line-height: 140%;
}

#product_reviews .review_item blockquote span
{
	font-size: 35px;
	padding: 0 5px;
	color: #ccc;
	line-height: 1px;
}

#product_reviews .review_item blockquote span:before
{
	content: "„";
}

#product_reviews .review_item .sign
{
	float: left;
	clear: both;
	color: #555;
	font-size: 10px;
}

#product_reviews .actions_area
{
	margin: 10px 0;
}

