#SearchTypeAhead { position: absolute; background: #fff; border: 1px solid #ccc; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); }
#typeahead-close { background: #333; color: #fff; padding: 3px; text-align: center; font-size: .85em; }
#SearchTypeAhead .suggestionList > div,#typeahead-box { display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; }
#typeahead-footer { display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; }
.typeahead-column { width: 32.8%; display: inline-block; padding: 5px 10px; border-left: 1px solid #ececec; vertical-align: top; flex: 1;  }
#typeahead-footer { border-top: 1px solid #ccc; background: rgba(0,0,50,.02); }
#typeahead-footer .typeahead-column { font-size: .85em; font-weight: bold; color: #777; }
.typeahead-column:first-child { border-left: none; }
.typeahead-links { list-style: none; margin: 0; padding: 0; }
.typeahead-links li { margin: 6px auto; }
.typeahead-links a { color: #333; }
.typeahead-links a strong { color: #333; }
.typeahead-header { color: #777; font-size: .85em; }
.typeahead-header-mobile { display: none; color: #999; font-size: .85em; }
.typeahead-column-recommendations { background: rgba(0,0,50,.04); }
.typeahead-recommendation-box { font-size: 11px; cursor: pointer; overflow: hidden; }
.typeahead-recommendation-box:hover { background: #ececec; }
.typeahead-recommendation-image { float: left; width: 16%; padding: 0 5px;text-align:center;}
.typeahead-recommendation-image img { max-width: 100%;max-height:50px;}
.typeahead-recommendation-content { display: inline-block; color: #333; float: right; width: 84%; }
.typeahead-recommendation-itemnum { color: #006bfa; }
.typeahead-recommendation-pp { color: green; font-size: 11px; font-style: italic; }
.typeahead-column:first-child .typeahead-recommendation-image{width:10%;}
.typeahead-column:first-child .typeahead-recommendation-content{width:89%;}
#SearchTypeAhead.typeAheadDisplay dl dt{color: #777; font-size: .85em;margin-bottom:1em;}
#SearchTypeAhead .suggestionList{max-height:400px !important;overflow:auto !important;padding:0px !important;}
#SearchTypeAhead dl{width:50%;display:inline-block;padding:10px 5px;border-left:1px solid #ececec;vertical-align:top;flex:1;margin:0px;}
#SearchTypeAhead .rec{background:#f5f5f7;}
.onlyRec .typeahead-recommendation-image{width:10%;}
.onlyRec .typeahead-recommendation-content{width:89%;}
div#SearchTypeAhead * {box-sizing: border-box;}
#SearchTypeAhead ul {margin:0 !important;;}
#SearchTypeAhead .typeahead-recommendation-content p{font-size: inherit;line-height: inherit;margin: 0 0 1em;} 
/*#SearchTypeAhead.typeAheadDisplay .suggestionList {max-height: 300px !important;}*/
#SearchTypeAhead.typeAheadDisplay li:hover {color: #333; background: #ececec !important;}
#SearchTypeAhead.typeAheadDisplay .typeAheadMatch {font-weight: bold !important;}
#SearchTypeAhead.typeAheadDisplay ul {padding: 0 0 15px 0 !important;}
#SearchTypeAhead .closeButton{color: #ececec !important; padding: 2px !important;}
@media screen and (max-width:767px){
	#typeahead-footer { display: none; }
	.typeahead-header-mobile { display: block; }
	#SearchTypeAhead{width:100% !important}
	.typeahead-column,#SearchTypeAhead dl { display: block; width: 100%; }
	#typeahead-box,#SearchTypeAhead .suggestionList > div{display:block;max-height: 300px;overflow-y: auto;}
	#SearchTypeAhead.typeAheadDisplay dl dt,#SearchTypeAhead.typeAheadDisplay dd{width:100%;}
	.typeahead-recommendation-image{width:10%;}
	.typeahead-recommendation-content{width:89%;}
	#SearchTypeAhead .suggestionList > div, #typeahead-box{display:block;}

}

span.descTitle {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;display: -ms-flexbox; line-height: 16px;max-height: 32px;-webkit-line-clamp: 2;-webkit-box-orient: vertical; -ms-hyphenate-limit-lines: 2;
}
.onlyRec .rec{
    background: #fff !important;
}