.accor {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;

	/* max-width: 480px; */
}
.accor .items {
	position: relative;
	z-index: 2;
}
.accor .item {
	margin-top: 5px;
	background-color: #ffffff;
	border: solid 1px #f2f6fa;
	border-radius: 2px;
}
.accor .item .item-content {
	display: none;
	margin: 0;
	box-sizing: border-box;
	padding: 15px 10px;
	font-weight: 300;
	border-top: solid 1px #dddddd;
}
.accor .item .item-head {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	
	/* background-color: #f2f6fa; */
	font-weight: bold;
}
.accor .item .item-head i {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	font-size: 130%;
}
.accor .item .item-head.opened {
	cursor: default;
	color: #0099cc;
}









.category-product ul {
	display: block;
	width: 100%;
}
.category-product ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-right: 30px;
}

.category-product ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}
.category-product ul li:before {    
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 -15px;
}
.category-product a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #222222;
	margin-bottom: 10px;
}
.category-product a:hover {
	text-decoration: underline;
}

@media (max-width: 992px) {

	.category-product ul li {
		width: 50%;
		padding-right: 30px;
	}
	
} /* 992px */

@media (max-width: 576px) {

	.category-product ul li {
		width: 100%;
		padding-right: 0;
	}
	
} /* 576px */
