/* module search category */
 #_desktop_search_category  {
	 float:right;
	 margin-right: 25px;
	 position:relative;
 }
 #_desktop_search_category .search-icon {
	 height:34px;
	 line-height:34px;
	 display:inline-block;
	 color:#2b2d2f;
	 font-size:28px;
	 cursor:pointer;
 }
 @media (max-width:991px) {
     #_mobile_search_category .search-icon {
		display:none; 
	 }
	  #_mobile_search_category #pos_search_top {
		 display:block !important;
		 position:static;
		 width:100%;
		 min-width:auto; 
	 }
}
 #_mobile_search_category {
     display: inline-block;
     width: 100%;
     margin: 10px 0;
}
 #pos_search_top {
     padding: 0;
     left: auto;
     right: 0;
	 min-width:480px; 
	 border:none;
	 background:transparent; 
}

 #pos_search_top .form_search {
     padding: 0;
     position: relative;
     width: 100%;
     float: left;
     height:50px;
     color: #a4a4a4;
}
 #pos_search_top .form_search label {
     display: none;
}
 #pos_search_top .form_search .search-block {
     height:50px;
     line-height:50px;
}
 #pos_search_top .form_search .form-control {
     padding: 10px 60px 10px 20px; 
     width: 100%;
     height:50px;
     font-size: 14px;
     background: #ffffff;
     color: #989898;
	 border:none;
	 border-radius:5px;
	 border:1px solid #e9e9e9;
}
 #pos_search_top .form_search .form-control::-moz-placeholder {
     color: #989898;
}
 #pos_search_top .form_search .form-control::-webkit-input-placeholder {
     color: #989898;
}
 #pos_search_top .form_search .form-control:-ms-input-placeholder {
     color: #989898;
}
 #pos_search_top .form_search .form-control:focus {
     box-shadow: none;
}
 @media (max-width: 479px) {
     #pos_search_top .form_search .form-control {
         padding-right: 0;
    }
}
 #pos_search_top .form_search .search_submit {
     position: absolute;
     top: 0;
     right: 0;
     height:50px;
     line-height:50px;
	 width:50px;
     text-align: center;
     color: #2b2d2f;
	 background:transparent;
	 font-size:21px;
	 border-radius: 0px 5px 5px 0px;
     padding: 0; 
     border: 0;
	 text-transform:capitalize; 
     -webkit-transition: all 300ms linear;
     -moz-transition: all 300ms linear;
     -ms-transition: all 300ms linear;
     -o-transition: all 300ms linear;
     transition: all 300ms linear;
}
 #pos_search_top .form_search .search_submit:hover {

}
 #pos_search_top .form_search .search_submit i {
     font-size:20px;
     display: block;
     line-height:50px;
}
 #pos_search_top .form_search .search_submit:hover {
     -webkit-transition: all 300ms linear;
     -moz-transition: all 300ms linear;
     -ms-transition: all 300ms linear;
     -o-transition: all 300ms linear;
     transition: all 300ms linear;
}
 #pos_search_top .form_search .form-group {
     position: absolute;
     left:0;
     top:0;
     display: inline-block;
     width:170px;
     margin: 0;
     background: transparent;
}
 #pos_search_top .form_search .form-group .bootstrap-select {
     width:170px;
     height:50px;
     line-height:50px;
     margin:0;
     border:0;
     padding:0 30px;
     color: #2b2d2f;
     font-size:14px;
	 border-radius:3px;
     -webkit-user-select: none;
     -moz-user-select: -moz-none;
     -ms-user-select: none;
     user-select: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background: url(../../img/option_search.png) no-repeat 85% 55% #f4f4f4;
}
 #pos_search_top .form_search.show-categories .form-control {
       padding-left:230px;
}
 #pos_search_top .form_search.show-categories .form-group:after {
	content: "";
    width: 1px;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 145px;
    width: 50px;
    -moz-transform: skew(45deg);
    -webkit-transform: skew(45deg);
    -o-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    pointer-events: none;
}
 @media (max-width: 480px) {
     #pos_search_top .form_search .form-control {
         font-size:10px;
         padding:0 60px 0 10px;
    }
     #pos_search_top .form_search .form-group {
         width:110px;
    }
     #pos_search_top .form_search .form-group .bootstrap-select {
         width:110px;
         font-size:10px;
         padding: 0 10px;
    }
     #pos_search_top .form_search.show-categories .form-control {
         padding-left: 120px;
    }
     #pos_search_top .form_search.show-categories .form-group:after {
        display:none; 
    }
	 #pos_search_top .form_search .search_submit {
		 padding: 0; 
	}
}
.ui-autocomplete.ui-widget-content {
     max-height:380px;
     overflow: auto;
     border: 1px solid #ebebeb;
	 padding:1rem; 
}
.ui-autocomplete.ui-widget-content li{
    margin-bottom:15px;
}
.ui-autocomplete.ui-widget-content li:last-child{
    margin-bottom:0; 
}
.ui-autocomplete.ui-widget-content li a{
	display: flex !important;
    align-items: center;
}
.ui-autocomplete.ui-widget-content img {
    float:left;
	width:60px;
	flex:0 0 60px;
}
.product {
	display:block;
	overflow:hidden; 
	padding:0 20px;
	
}
/* end module search category */
