.main_left_cat{
		  		
}
.main_left_cat li{
	    line-height: 32px;
	}
.main_left_cat li li {
    line-height: 20px;
}
.main_left_cat>li>a:hover , .main_left_cat>li>ul>li>a:hover {
  text-decoration: none;

}
.main_left_cat li ul li a {
    border-bottom: 0 !important;
    font-size: 12px;
    font-weight: 400;
        line-height: 12px;
}	
.main_left_cat li a:before{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 10px;
	line-height: 20px;
	padding-right: 5px;
}

.main_left_cat li ul li a:before{
	content: "-";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    padding-right: 5px;
}			  	
.main_left_cat li a{
	/* line-height: 24px; */
	vertical-align: bottom;
	width: 89%;
	display: -webkit-box;
	/* padding: 5px 0px 5px 0px; */
	font-size: 14px;
	color:#505050;
	border-bottom: 1px solid rgba(243, 244, 248, 0.52);
	font-weight: 600;
}

.catactive,
.main_left_cat li a:hover{
	color: #000000 !important;
	font-weight: 600 !important;
}			  

.openul {
  color: rgb(44, 85, 113);
  font-size: larger;
  padding:3px;
}
.product_category_left {
	/* border: solid #858e9b6b; */
	/* border-width: 1px 2px 4px 2px; */
	margin: 2px 0 10px 0;
}
.product_category_left .box-header{
	    background: #34342f;
	    border: 0;
	    min-height: 40px;
	    line-height: 35px;
	    background-image: linear-gradient(to bottom, #b39456 0%,#d4af63 100%);
}
.product_category_left .box-header .box-title{
	color: #ffffff;
}
.product_category_left .box-header .arrow{
	color: #fafafc;
}
.product_category_left .box-header i{
	color: #fafafc;
}
.product_category_left .box-body{
	background: #ffffff;
	padding: 13px 2px 22px 20px;
	border: solid #f3f4f8;
	border-width: 0px 1px 2px 1px;
}