a.mmenu {
	 color:#FFFFFF;
}

a.mmenu:hover {
	color:#121624;
	background-color:#121624;
}

a.menu_mag:hover {
	color:#121624;
	background-color:#FFFFFF;
}

a.btn_cookie {
	background: none repeat scroll 0 0 #D21F68;
}

a.btn_cookie:hover {
	background: none repeat scroll 0 0 #D13272;
}

span.hamburger-icon {
	margin:0px 0px;
    padding: 0;
    top: -2px;
	line-height: 40px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
	display: inline-block;
	width: 12px;
    height: 2px;
	position: relative;
    background-color: #fff;
}

span.hamburger-icon:before {
	content: " ";
    position: absolute;
    left: 0;
    top: -4px;
    width: 12px;
    height: 2px;
    background-color: #fff;
}

span.hamburger-icon:after {
	content: " ";
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 2px;
    background-color: #fff;
}

a.btn_cos {
	text-decoration:none;
	 background: none repeat scroll 0 0 #2D283B;
}

a.btn_cos:hover {
	text-decoration:none;
	 background: none repeat scroll 0 0 #D13272;
}

.m_categorii:before {
 font-family: FontAwesome;
        padding-right:5px;
        content: "\f0b0"; 
		color:#FFFFFF;
}

.m_filtre:before {
 font-family: FontAwesome;
        padding-right:5px;
        content: "\f0b0"; 
		color:#FFFFFF;
}



ul.left_list {
	margin:0;
	margin-left:0;
	padding:0;
	outline:none;
	list-style:none;
	width:96%;
}
ul.left_list li {
	border-bottom:1px dotted #D9D9D9;
	width:96%;
}
ul.left_list li a {
	display:block;
	padding:2% 0px 2% 0px;
	background-color:#2D283B;
/*	border-left:1px solid #eee;
	border-right:1px solid #eee;
*/	color:#FFFFFF;
	line-height:25px;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	text-align:left;
}
ul.left_list li a:hover {
	color:#FFFFFF;
}


ul.left_list li a.selected {
	color:#EB147F;
}


div.btn_more {
	 color:#FFFFFF;
	 background-color:#2D283B;
	 
}

div.btn_more:hover {
	 color:#FFFFFF;
	 background-color:#D13272;
}