﻿.product-title-box {
	padding: 10px;
}

.title1 {
	font-size: 16px;
	color: #000;
}

.btn-more, .btn-close {
	color: #0099ff;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 10px;
}

.rate-box {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	margin: 10px;
	font-size: 11px;
}

.rate-summary {
	display: flex;
	padding: 10px;
}

.rate-count {
	color: #999;
	flex: 3;
}

.rate-average {
	flex: 1;
	font-family: ISM;
	text-align: center;
}

.rate-star-box {
	flex: 3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.rate-stars {
	position: relative;
	width: 75px;
	height: 15px;
	overflow: hidden;
}

.star-gray {
	background-image: url(../Images/stars-gray.png);
	height: 15px;
	width: 75px;
	position: absolute;
	left: 0;
}

.star-gold {
	background-image: url(../Images/stars-gold.png);
	height: 15px;
	position: absolute;
	left: 0;
}

.rate-item-box {
	display: flex;
	flex-direction: row;
	padding: 10px;
}

.rate-title-box {
	flex: 2;
}

.rate-title {
	display: flex;
	height: 20px;
	margin-bottom: 15px;
	justify-content: flex-start;
	align-items: center;
}

.rate-value-box {
	flex: 3;
}

.rate-value-row {
	height: 20px;
	padding-top: 5px;
	margin-bottom: 15px;
}

.rate-value-empty {
	background-color: #eee;
	height: 10px;
	margin-bottom: 20px;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
	display: flex;
	position: relative;
}

.rate-value-fill {
	background-color: #00e676;
	position: absolute;
	right: 0;
	height: 10px;
}

.rate-spacer {
	background-color: #fff;
	width: 5px;
	height: 10px;
	z-index: 2;
}

.comment-container {
	padding: 10px;
}

.no-comment {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

.comment-box {
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.comment-header {
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.comment-fullname {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.fullname {
	display: block;
	margin-bottom: 5px;
}

.date {
	font-size: 10px;
	color: #999;
}

.comment-des {
	padding: 20px 10px;
	line-height: 2;
	text-align: justify;
}

.comment-icon {
	color: #999;
	font-size: 20px;
	margin-left: 10px;
}

.btn-add-comment, .btn-add-comment:hover, .btn-add-comment:focus {
	background-color: #ff1744;
	color: #fff;
	text-decoration: none;
	outline: none;
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 10px;
	border-radius: 20px;
}

	.btn-add-comment i {
		font-size: 16px;
		line-height: 1;
	}
