.noMargin{
	margin:0 0 0 15px!important;
}

.categoryList_list{
	background: #898989;
	margin:8px 0 30px 0;
	padding:20px;
}

.categoryList_list a{
	color:#fff;
	font-weight:300;
	text-transform:none;
}
.categoryList_list a:hover{
	color:#fff;
}


.categoryList_list > ul > ul{
	margin-bottom:20px;
}
.categoryList_list > ul > li a{
	font-size: 13px;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	letter-spacing: 0.025em;
	text-transform:uppercase;
}
.categoryList_list > ul > li a:hover{
	text-decoration: underline;
}
.categoryList_list > ul > ul > ul > li a{
	font-size: 13px;
	color:#fff
}
.categoryList_list > ul > ul > ul {
	margin-left: 38px;
}
.categoryList_list > ul > ul > li a:before, .categoryList_list > ul > ul > ul > li a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: relative;
  content: "\ed0d";
  padding-right: 7px;
  top: 0;  
}

@media screen and (max-width: 998px),only screen and (max-device-width :998px) {
	.categoryList_list{
		margin:8px 15px 30px 0;
	}

	.noMargin {
	  margin: 0!important;
	}	
	
}