
.anakategori__sol {
	position: relative;
	font-size: 16px;
	color: #434343;
	font-weight: 300;
	padding: 25px 30px;
	line-height: 18px;
	cursor: pointer;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
    		transition: all 0.2s;
}

.anakategori__sol:hover {
	background-color: #ECEBEC;
}
.aktif{
	background-color: #ECEBEC;
}
