.asf_container{
	margin: 35px 0px;
}

.asf_search_label{
	cursor: pointer;
}
/*.asf_input_containers {
	display: table;
	width: 100%;
}*/
.asf_container .selectize-dropdown{
	z-index: 11;
}
/*.asf_input{
	display: table-row;
	padding: 0px 5px;
	vertical-align: top;
}*/
.asf_loader_container{
	text-align: center;
	/*display: none;*/
	padding: 0px;
	/*width: 4%;*/
}
.asf_search_type_container{
	width: 14%;
	display: inline-block;
}
.asf_search_type{
	text-align: center;
	margin: 0px 0px 15px 0px;
}
.asf_loader{
	display: none;
}
.asf_input img{
	height: 39px !important;
	width: 39px !important;
}
.option{
	display: none;
	border: 1px solid;
	text-align: left;
}
.option option{
	padding: 5px;
	border-bottom: 1px solid #f0f0f0;
}
.option option:hover{
	cursor: pointer;
	background: #efefef;
}
.asf_error{
	border:1px solid red !important;
}

.asf_search_results_list{
	margin-left: 0px !important;
	margin-bottom: 0px !important;
}

.asf_search_results_list li {
	list-style: none !important;
	padding:10px 0px 10px 5px !important;
}

.asf_search_results_list li:hover{
	cursor: pointer;
	background:#efefef;
}

.asf_search_prod_list_table{
	display: table;
	width: 100%;
}

.asf_search_prod_list_table_row{
	display: table-row;
}

.asf_search_prod_list_table_cell{
	display: table-cell;
}

.asf_search_prod_title{
	width: 96%;
	vertical-align: top;
	padding-left: 5px;
}

@media screen and (max-width: 1024px) {
    .asf_search_type_container{
    	display: block;
    	margin: 0 auto;
    	width: 100%;
    }

    #asf_res_search{
    	margin-left: 10px;
    }
}
/*****************************Search Results Page - Start*********************************/
 .asf_result_archive{
 	display: table;
 	background: white;
 	width: 100%;
 	margin-top: 25px;
 	box-shadow: 2px 2px #d0d0d0;
 	border: 1px solid #d0d0d0;
 }
 .asf_result_row{
 	display: table-row;
 }
 .asf_result_image, .asf_result_details{
 	display: table-cell;
 	background: white;
 }
 .asf_result_image{
 	width: 15%;
 }
 .asf_result_image img {
 	width: 300px;
 	height: auto;
 }
 .asf_result_details{
 	width: 80%;
 	vertical-align: top;
 	padding: 5px 20px;
 }

 .asf_results a{
 	color: black;
 }
/*****************************Search Results Page - Start*********************************/

@media only screen and (max-width: 768px) {
	.asf_result_image{
		width: 35%;
	}

	.asf_result_image img{
		width: 100%;
		height: auto;
	}

	.asf_result_details{
 	width: 60%;
 	vertical-align: top;
 	padding: 5px 20px;
 }
}