.AJAXSearch {
	position:absolute;
	background:#FFF;
	padding: 0;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-bottom: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	margin:0px auto;
	overflow:hidden;
	min-height:35px;
	overflow:hidden;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.49);
	z-index:100;
	
	display: block;
	left: 50%;
	margin-left: -490px;
	min-width: 979px;
	top: 50px;
}
#header .AJAXSearch {
	top: 33px;
	margin-left: -478px;
}
#AJAXsearch-q {
	
}
.AJAXSearch p, div {
	margin:0;
}
.AJAXSearch .col {
	float: left;
	width: 33%;
	padding: 0;
}
	.AJAXSearch .col.prods {
		width: 332px;
	}
	.AJAXSearch .col.suggestions {
		width: 323px;
		margin-right: -5px;
	}
.AJAXSearch h2 {
	color: #fff;
	padding: 10px;
	font-size: 13px;
	background-color: #025eaa;
	border: 1px solid #2983ce;
	border-width: 1px 0 0 0;
}
.AJAXSearch h2 a {
	color: #fff;
}
.AJAXSearch h2 a:hover {
	color: #eee;
}
.AJAXSearch dl {
	margin:0;
	padding-left: 5px;
}
.AJAXSearch dd {
	margin:0;
	text-align:left;
	padding:0;
	clear: both;
}
.AJAXSearch dd a:hover, .AJAXSearch dd a:focus {
	/*background-color:#EEE;*/
	/*-gfw-drop-shadow:.5em;*/
}
.AJAXSearch dd a {
	color:#999;
	display:block;
	text-decoration:none;
	font-size:12px;
	padding: 5px 10px;
	outline: none;
}
	.AJAXSearch dd.odd a {
		background: #f7f7f7;
	}
	.AJAXSearch dd a img {
		float: left;
		padding-right: 10px;
	}
	.AJAXSearch dd a .name {
		display: block;
	    font-weight: bold;
	    height: 1.2em;
	    overflow: hidden;
	    color: #F16600;
	}
	.AJAXSearch dd a .desc {
		font-size: 11px;
		clear: both;
	}
	.AJAXSearch dd a .price {
		float: right;
		font-weight:  bold;
		color: #888;
	}
.AJAXSearch dd a:link {
	color: #999;
}
.AJAXSearch dd a:visited {
	color: #999;
}
.AJAXSearch dd a:hover, .AJAXSearch dd.highlighted a {
	color: #fff;
	background: #f1bb00;
}
	.AJAXSearch dd a:hover .name, .AJAXSearch dd a:hover .price, .AJAXSearch dd.highlighted a .name, .AJAXSearch dd.highlighted a .price {
	    color: #fff;
	}
.AJAXSearch .col.viewall {
	width: 100%;
	clear: both;
}
.AJAXSearch .col.viewall h2 {
	text-align: center;
}



/* ==========================================================================
/* -- Mobile Devices (Landscape)
   ========================================================================== */
@media only screen and (max-width: 1023px) {
  /* Mobile Grid
    * For stacking full width columns, please use the new class .mobile-full
    * New mobile columns have been added
  */
  .AJAXSearch{
  	width: 100%;
  	min-width: 320px;
  	left: 0;
	margin-left: 0;
	top: 70px;
	overflow: scroll;
	max-height: 100vh;
  }
  	.AJAXSearch .col{
  		width: 50%!important;
  		padding: 0;
  		margin: 0;
  	}
    /* Search Results */
  .smartSearch.subcat_containers{
  	width: 100%;
  }
  	#mainSearch{
  		width: 100%;
  	}
  	#searchFormContainer{width: 100%!important;}
  	.jumboSearchButton{
  		right: -4px;
  	}
  	.smartSearch .sort_by_smartsearch{
  		width: 160px;
  	}
  	.smartSearch .grid_view .item{
  		border: none;
  	}
  	.smartSearch .products-list .item {
		width: 48%;
		float: left;
		height: 320px;
		overflow: hidden;
		margin: 0;
		border-right: 0 none;
		padding: 8px 0 8px 2%;
		border-bottom: 1px solid #ccc;
	}
	.smartSearch .products-list .item.hilight{
		padding: 8px 2% 8px 0;
	}	  	
	  	.smartSearch .products-list .item .product-title-box {
			float: none;
			width: 100%;
			height: 50px;
		}
		.smartSearch .item .image.wraptocenter{
			width: 90%;
			min-height: 150px;
		}
	  	.smartSearch .products-list .item .details {

		}
			.smartSearch .products-list .item .price-row{
				width: 100%;
			}
				.smartSearch .products .price-value{
					text-align: center;
				}
	.search .search-btn{
		top: 10px;
		right: 10px;
	}
	  
}

/* ==========================================================================
/* -- Mobile Devices (Portrate)
   ========================================================================== */
@media only screen and (max-width: 679.9px) {
	.smartSearch .products-list .item {
		width: 96%;
		height: auto;
		min-height: auto;
	}

		.smartSearch .products-list .item .product-title-box {
			float: none;
			width: 100%;
			height: auto;
			margin-bottom: 10px;
		}
		.smartSearch .item .image.wraptocenter {
			width: 90%;
			min-height: auto;
			float: none;
			display: block;
		}
		.smartSearch .products-list .item .details{

		}
			.smartSearch .products-list .item .button-row button.main-button{
				margin: -1px 0 0 8px!important;
			}
	
	.AJAXSearch{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
		.AJAXSearch .col{
			flex: 1 100%;
			padding: 0;
			margin: 0;
		}
		
		.AJAXSearch .col:nth-child(1) {
			order: 3;
		}
		.AJAXSearch .col:nth-child(2) {
			order: 2;
		}
		.AJAXSearch .col:nth-child(3) {
			order: 4;
		}
		.AJAXSearch .col:nth-child(4) {
			order: 1;
		}
}
