/********Css For freetextsearch************/
/* CSS for Quick Search */ 
#showResults{
	position:absolute;
	right:0px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0 0 #F0F0F0 inset, 0 0 5px #E8E6E6;
	padding:5px 15px 15px 15px;
	width:300px;
	top:30px;
	z-index:1200;
	text-align:left;
}
#qs_loader {
	background:url(ajax-loader.gif);
	height:50px;
	width:100%;
	float:left;
	background-repeat:no-repeat;
	background-position: center;
}
#freetextsearch_form .form-search input.input-text{}
#freetextsearch_form .form-search input.loading-result{background:#FFFFFF url(images/search-loading.gif) 95% center no-repeat;}
#freetextsearch_form .form-search input.search-complete{background:#FFFFFF url(images/search_complete.png) 95% center no-repeat;}
#showResults #resultNotice{
	float: left;
    margin: 5px 0;
    width: 97%;
	text-align: center;
}
#showResults .close-dropdown {
	background: #333333;
	width: 25px;
	height: 25px;
	color:#ccc;
	text-align:center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top:0;
	font-size: 25px;
	cursor:pointer;
}
#showResults #resultNotice span.keyword{
	font-weight:bold;
	color:#333;
	font-size:15px;
	font-variant: small-caps;
}
#showResults #resultLabel{
	font-style:italic;
	font-size:12px;
	color:#666;
}

#showResults #resultLabel strong:before {
	margin-right: 1px;
}
#listResults .result-title{
	background: none repeat scroll 0 0 #CCCCCC;
    float: left;
    padding: 2px 0;
    text-align: center;
    width: 100%;
	color: #444444;
}
#listResults .list-products{
	float:left; 
	width:100%;
	margin: 0 0 5px;
	list-style-type: none;
}
#listResults .list-products li.item{
    padding: 10px 5px;
    width: 50%;
	display:inline-block;
	vertical-align: top;
}
#listResults .list-products .product-img{
	float:left;
	border-bottom: 2px solid #040404;
	margin-bottom:15px;
}
#listResults .list-product .media .product-img {
	border:none;
}
#listResults .list-products .product-info{
	float: left;
    margin-left: 10px;
    text-align: left;
    width: 100%;
	padding: 0 10px 0 0;
}
#listResults .list-products .product-name{ line-height:21px}
#listResults .list-products p.desc{color:#717171; margin:0 0 3px;}
#listResults .list-products .product-price h5{font-size:15px; font-weight:bold;}
#listResults .list-products .product-name a{
	color: #333333;
    font-weight: bold;
    text-decoration: none;
}
#listResults .list-cms{
	float:left; 
	width:100%;
	margin: 0 0 5px;
	padding:0 0 5px;
	list-style-type: none;
}
#listResults .list-cms li{
	border-bottom: 1px dashed #CCCCCC;
    padding: 3px 0 3px 3px;
}
#listResults .list-cms li h5.p-title{
	color:#333333; 
	font-size:12px; 
	font-weight:bold;
	margin:0;
}
#listResults .list-cms li h5.p-title a{
	color:#333333; 
	font-size:12px; 
	font-weight:bold;
	text-decoration: none;
}
#showResults .bottomClose {
	display:none;
}
@media (max-width: 767px) {
	#showResults{
		top:138px;
		margin:auto;
		left:0;
		right:0;
		box-shadow: 0 3px 7px #040404;
		padding-bottom: 50px;
	}
	#showResults .bottomClose {
		width: 100%;
		bottom: 0px;
		position: absolute;
		background: #333;
		color: #cccccc;
		text-align: center;
		left: 0;
		display: block;
		height: 50px;
		font-size:70px;
	}
	#showResults .bottomClose div {
		transform: rotate(-90deg);
		position: relative;
		bottom: 10px;
	}
}
@media (max-width: 479px) {
	#showResults{
		position:absolute;
		left:0px;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #E1E1E1;
		box-shadow: 0 3px 7px #040404;
		padding:5px 15px 15px 15px;
		width:100%;
		top:138px;
		z-index:1200;
		text-align:left;
	}
	#listResults .list-products li.item{
		padding: 10px 0;
		width: 100%;
		display:inline-block;
		vertical-align: top;
	}
	#listResults .list-products .product-img img {

		width:100%;
	}

}