/*START ACCORDION FAQ*/
.accordion {
	list-style: none;
	padding: 0;
	margin: 0;
}
.accordion h3,
.accordion h2 {
	font-size: 0.9em;
}
.accordion li:last-child h3,
.accordion li:last-child h2
{
	border-bottom: none;
}
.accordion li {
	margin-bottom: 0;
	padding: 0;
	overflow: hidden;
}
.accordion li:before {
	content: none;
}
.accordion .product-spec .title:after {
	content: "\f107";
	line-height: 42px;
	font: normal normal normal 15px/1 FontAwesome;
	color: #535353;
	width: 20px;
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: 0px;
	font-size: 18px;
	top: 12px;
	position: absolute;
	right:0px;
	margin-left: 10px;
	font-weight: bold;
}
.accordion .product-spec .title.expanded:after {
	transform: rotate(90deg);
	transition: transform 50ms ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
	top: 15px;
	right: 5px;
	color:#c08d51;
	font-weight: bold;
}
.accordion .product-spec .title {
	position: relative;
	margin: 0;
	cursor: pointer;
	padding-right: 20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding: 16px 25px 14px 10px;
	background-color: #f6f6f6;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-bottom: 0.2em;
	text-transform: inherit;
}
.accordion .product-spec .title:hover {
	color: #c08d51;
}
.accordion .product-spec .contentproduct {
	display: none;
	font-weight: 400;
	padding: 1.0em 25px 0 10px;
}
.accordion ul.check {
	margin-bottom:10px;
}
.accordion ul.check li:before {
	top: 4px;
}
.accordion .product-spec h2:before {
	content:none;
}
/*END ACCORDION FAQ*/