
/* Category menu */
#categories {
	max-height: 1500px;
	overflow-y: auto !important;
	background-color: #fff;
	padding: 5px;
}

ul.categ {
	list-style: none;
	padding: 0px ;
}

ul.categ li {
	display: inline-block;
	width: 100%;
	position: relative;
}

#categories > ul > li {
	border-top: 1px solid #EDEDED;
	position: relative;
	padding: 5px 0px 5px 0px;
}

ul.categ li a {
	text-decoration: none;
	border: 0;
	color: #0944b8;
	padding: 1px 5px;
	display: -webkit-box;
	/* position: relative; */
	 margin-right: 20px;
}

ul.categ li i {
	/* float: left; */
	/* padding: 5px 15px 0px 0px; */
	cursor: pointer;
	/* width: 10px; */
	position: absolute;
	right: 0;
	top: 0;
	/* left: 0; */
	/* bottom: 0; */
	margin: 4px 5px auto auto;
	width: 25px;
	height: 25px;
	padding: 5px 0px 0px 5px;
	/* border: 1px solid red; */
}

ul.categ li i.white {
	color: #fff;
}

ul.sub_categ {
	padding: 0px 0px 0px 10px;
}

ul.sub_categ.hidden {
	display: none;
}

a.selected {
	font-weight: bold;
}
