/* --------------------------------- 

Product Review Styles

--------------------------------- */

.product-review {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.mammaproof-stamp {
	width: 85px;
}

.enfemenino-stamp {
	width: 160px;
}

.review-text {
}

.review-text h3 {
	font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 400;
}

.product-review .btn {
	margin: 1em 0 2em 0;
}

.simple-link {
	font-weight: 700;
}

.simple-link.white-text {
	color: #fff;
	opacity: .8;
}

.simple-link.white-text:hover {
	opacity: 1;
}

.simple-link .material-icons {
	font-size: 1.4rem;
	margin-right: .2em;
}

.product-rating {
	display: inline-block;
	width: 100%;
}

	.product-cover .product-rating {
		margin-top: 2em;
	}

.star-rating {
	color: #ffca2b;
	letter-spacing: -.2em;
	padding-top: .25em;
}

.star-rating i {
	font-size: 1.5rem;
	line-height: 1;
}

.rating-points {
	margin-left: .75em;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1;
}

.detailed-stars li {
	line-height: 1;
	margin-bottom: 1.5em;
}

.detailed-stars .star-description {
	width: 35%;
	padding-right: 1em;
	text-align: right;
}

.detailed-stars .percentage-number {
	width: 15%;
	padding-left: 1em;
}

.detailed-stars .bar-percentage-wrapper {
	width: 50%;
	height: 12px;
	display: inline-block;
}

.detailed-stars .bar-percentage-wrapper .bar-percentage {
	display: inline-block;
	height: 12px;
	background-color: #ffca2b;
}

	.bar-percentage.thirty-six {
		width: 36%;
	}

	.bar-percentage.fourty-three {
		width: 43%;
	}

	.bar-percentage.twenty {
		width: 20%;
	}

.product-opinion {
	display: inline-block;
	margin-top: 0;
}

.product-opinion li {
	padding-top: 1em;
	border-top: 1px solid #efefef;
	margin-bottom: 2em;
}

.product-opinion-title {
	margin: 1em 0;
}

.product-user-avatar {
	font-weight: 600;
	font-size: 1.1rem;
}

.product-user-avatar i {
	font-size: 4rem;
	margin-right: .2em;
}

.bar-percentage {
	display: inline-block;
}

.collapsible {
	border: none;
}

.collapsible-header {
	border-bottom: none;
	padding-left: 0;
	text-transform: uppercase;
	color: #212d8a;
	font-weight: 500;
	font-family: 'Rubik', 'Open Sans', Helvetica, Arial, sans-serif;
}

	.collapsible-header:hover {
		color: #ea7c00;
	}

.collapsible-body {
	padding: 0;
	border: none;
}

@media (min-width: 601px) {
	.product-review {
		margin-top: 2em;
		padding-top: 2em;
		border-top: 1px solid #fff;
	}
	.mammaproof-stamp {
		width: 115px;
	}
	.enfemenino-stamp {
		width: 175px;
	}
	.review-text {
	}
}

@media (min-width: 1200px) {
	.product-review {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1440px) {
	.product-review {
		width: 55%;
		margin-top: 3em;
		padding-top: 2.5em;
	}
}