.box{
    position: relative;
    /* border: 1px solid #FFFDFD; */
    border-radius: 4px;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 6px 0px;
    width: 100%;
    clear: both;
}

.box .box-header{
    position: relative;
    min-height: 40px;
    background: #123b37;
    padding: 0px 0px 0px 8px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #f9f9f9;
}
.box .box-header .box-title{
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 32px;
	margin: 0;
	display: inline;
}

.box .box-header .arrow{
	color: #999999;
	font-family: 'FontAwesome';
	font-size: 21px;
	line-height: inherit;
	padding: 0 12px;
	float: right;
	transform:rotate(-90deg);
}

.box .box-body {
    padding: 8px 0px 21px 16px;
    /* border: solid #404040; */
    border-width: 0 0px 2px 0px;
    /* background: #2b2b2b; */
}

.main_left_cat{
		  		
}
.main_left_cat ul {
    padding: 0px 0 17px 0;
}
.main_left_cat li{
	    line-height: 35px;
	}
.main_left_cat li li {
    line-height: 23px;
}
.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: "#";
	font-family: 'FontAwesome';
	font-size: 13px;
	/* line-height: 17px; */
	padding-right: 0px;
	color: #000000;
}

.main_left_cat li ul li a:before{
	content: ".";
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: inherit;
	padding-right: 5px;
	color: #2196f291;
}			  	
.main_left_cat li a{
	vertical-align: bottom;
	width: 89%;
	font-size: 14px;
	color: #6c6c6c;
	/* border-bottom: 1px solid rgba(245, 245, 245, 0.68); */
	font-weight: 400;
}
.auctions .main_left_cat li a{
	width: fit-content;
}

.catactive,
.main_left_cat li a:hover{
	color: #c22419 !important;
}			  

.openul {
  color: #343434cf;
  font-size: 14px;
  padding:3px;
}


.product_category_left {
	/* border: solid #858e9b6b; */
	/* border-width: 1px 2px 4px 2px; */
	margin: 0px 0 10px 0;
}
.product_category_left .box-header{
	    background: #343434;
	    border: 0;
	    min-height: 40px;
	    line-height: 40px;
}
.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: 10px 2px 28px 10px;
	border: solid #f5f5f5;
	border-width: 0px 1px 1px 1px;
}

.feature_color{
	padding:0;
	transition: all 0.3s;
}
.feature_color:hover{
	background: #e6e6e642;
}
.feature_color .colorbox{
	height:21px;
	width:21px;
	display:inline-block;
	border-radius: 4px;
	margin: 0 6px 0 0;
}
.feature_color a{
	font-size: 12px !important;
	width: 99% !important;
	/* border: 1px solid; */
	display: -webkit-box;
	font-weight: 400 !important;
}
.feature_color a:before{
	display:none;
}
.brand_list_left li>a{
	border-bottom: 1px solid #00000008;
	margin: 2px 0;
	text-align: left;
	width: 99%;
}
.brand_list_left li>a img{
	max-height: 40px;
}
.brand_list_left li>a.catactive,
.brand_list_left li>a:hover{
	border:1px dotted #E7571E;
}
.brand_list_left li>a:before{
	display:none;
}

@media screen and (max-width : 768px){

	.box .box-header .box-title{
		font-size: 17px;
	}
	.box .box-header{
	    min-height: 30px;
	    line-height: 30px;
	    background: #123b37;
	}

}