.search_form_wrapper{position: relative;     max-width: 450px; margin: 0 auto;}
.search_form_wrapper #search_result_list { position: absolute; background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 25px; top: 100%; left: 0; right: 0; z-index: 2; text-align: left; overflow-y: auto; max-height: 310px; border-radius: 0 0 8px 8px; display: none; }
.search_form_wrapper #search_result_list .plink { padding: 0 0 0 0; }
.search_form_wrapper #search_result_list .plink a { display: block; padding: 10px 15px; border-bottom: 1px solid rgba(0,0,0,0.1); font-size: 14px; line-height: 1;  color: #2c2b29;}
.search_form_wrapper #search_result_list .plink a:hover { color: #f51919; }
.search_form_wrapper.active_search #search_result_list { display: block; }
.search_form_wrapper.active_search #search_result_list{    width: auto; left: 0; top: 100%;}
.search_form_wrapper #search_result_list::-webkit-scrollbar { width: 4px; }
.search_form_wrapper #search_result_list::-webkit-scrollbar-track { background-color: #ebebeb; }
.search_form_wrapper #search_result_list::-webkit-scrollbar-thumb { background: #6d6d6d; border-radius: 4px; }
.search_form_wrapper .field_wrapper{    display: flex; width: 100%;}
.search_form_wrapper .field_wrapper .form_control{    flex: 1 1 auto; font-size: 14px; padding: 10px 15px; border: 1px solid #DFEFFE; border-radius: 15px 0 0 15px;}
.search_form_wrapper .field_wrapper .close_search_bar{ background-color: #cf2b40; width: 40px; border: 0; display: flex; align-items: center;
    justify-content: center; border-radius: 0 15px 15px 0; }
    


@media(max-width: 991px) {
    .search_form_wrapper #search_result_list { width: calc(100% - 30px); left: 15px; top: calc(100% - 15px); max-height: 250px; }
    .search_form_wrapper #search_result_list .plink a { font-size: 14px; }
    .search_form_wrapper .field_wrapper{}
}
	@media(min-width: 992px) and (max-width: 1199px) {
	.search_form_wrapper .field_wrapper .form_control{ width: 150px; }
}