#search-by-category {
	/* padding-right: 30px; */
	float: left;
	width: 100%;
}
.search-container{ 
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	float: left;
	width: calc( 100% - 60px );
	border-radius: 3px 0 0 3px;
	padding: 0 0 0 1px;
}
#text-search{
	float: left;
	width: calc( 100% - 150px );
	height: 38px;
	border: none;
	padding: 0 20px;
	border-radius: 3px 0 0 3px;
	border-right: 1px solid rgba(0,0,0,.1);
}
.categories-container{
	float: right;
	max-width: 150px;
	width: 150px;
}
.cate-items .f2,
.cate-items .f1{
	padding-left: 10px;
}
.cate-items .item-cate{
	cursor: pointer;
}
.cate-items .item-cate:hover{
	color: #f27b13
}
.cate-items{
	display: none;
	padding: 0 0 0 10px;
	position: absolute;
	top: calc( 100% + 1px );
	left: 0;
	right: 0;
	border: 1px solid rgba(0,0,0,.1);
	background: #fff;
	z-index: 113;
	max-height: 300px;
	overflow-y: auto;
}
.hover-cate > p i{
	font-size: 10px;
	color: #999999;
	padding-left: 20px;
}
.hover-cate > p{
	height: 38px;
	margin: 0;
	text-align: center;
	line-height: 38px;
	color: #757575;
	cursor: pointer
}
.hover-cate{
	position: relative;
}
#sp-btn-search{
	float: right;
	width: 60px;
	height: 40px;
}
#btn-search-category i{
	font-size: 28px;
	color: #fff;
	line-height: 40px;
}
#btn-search-category:hover{
	background: rgba(230, 46, 4, .8)
}
#btn-search-category{
	padding: 0;
	margin: 0;
	border: none;
	background: #f27b13;
	border-radius: 0 3px 3px 0;
	height: 40px;
	width: 60px;
	text-align: center;
}
.ajax-loader-container { 
	display: none;
}
.ajax-result-item { 
	list-style: none;
}
.search-ajax{
	position: relative;
}
.ajax-loader-container { 
	position: absolute; 
	top: 40px; 
	z-index: 112; 
	left: 0;
	right: 0;
	border: 1px solid rgba(0,0,0,.1); 
	background: rgba(0,0,0,.1); 
	opacity: 0.5; 
}
.ajax-result-container.show{
	border: 1px solid rgba(0,0,0,.1); 
}
.ajax-result-container { 
	position: absolute; 
	top: 40px; 
	z-index: 113; 
	left: 0;
	right: 0;
	background: #fff;
	max-height: 300px; 
	overflow-y: auto;
}
.ajax-result-item .product-info .product-image{
	margin-bottom: 10px;
}
.ajax-result-item .product-info{
	margin-bottom: 20px;
}
@media(max-width: 1024px){
	.categories-container{
		display: none;
	}
	#text-search{
		width: 100%;
	}
}
@media(max-width: 767px){
	#search-by-category{
		padding-right: 0;
	}
}
