a{
	color: #000;
}
a:hover{
	color: #000;
}
.navbar-brand{
	margin-left: 0 !important;
}

/* c_banner_part */
#c_banner_part{
	width: 100%;
	min-height: 80px;
	background-image: url('https://i.alicdn.com/ae-glosearch-ui/assets/product-banner.5b0bdb87.png');
	background-size: cover;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;

}
.c_banner_wrap{
	width: 100%;
	min-height: 80px;
	position: relative;
}
.c_banner_wrap h5{
	padding: 30px 0;
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	display: inline-block;
}
.ac_banner_text{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 30px;
}
/* all catagories */
#ac_all_catagories{
	width: 100%;
	height: auto;
}

.ac_wrapper{
	width: 100%;
	min-height: 80px;
	background: #fff;
	margin-top: 50px;
}
.ac_item{
	width: 100%;
	height: 70px !important;
	border: 2px solid #ddd;
	font-weight: bold;
	text-transform: capitalize;
	box-sizing: border-box;
	position: relative;
}
.ac_item:hover{
	cursor: pointer;
}
.ac_item:hover span{
	color: #EE5A24;
}

.ac_item span{
	display: block;
	padding: 0 5px;
	position: absolute;
	top: 39%;
	transform: translateY(-50%);
}
.ac_item i::before{
	font-size: 36px;
	margin-left: 0;
	margin-top: -15px;
	display: inline-block;
	padding: 22px 10px;
}
.ac_item_active{
	color: #EE5A24;
	border: 2px solid #EE5A24;
}

/* catagory body */
#cb{
	width: 100%;
	height: auto;
}
.cb_wrapper{
	width: 100%;
	min-height: 500px;
	background: #fff;
	margin-top: 50px;
	padding: 20px 50px;
}
.wc_title{
	display: block;
	font-size: 24px;
	color: #EE5A24;
	padding: 20px 0;
}
.wc_title:hover{
	color: #EE5A24;
	text-decoration: underline;
}
.sc_link{
	display: block;
	font-size: 14px;
}
.sc_link:hover{
	color: #EE5A24;
	text-decoration: underline;
}