.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;    
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; padding:10px; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }


.suggest_image {width:60px;height:60px;text-align:center;display:table-cell;vertical-align:middle;float:left;padding-right:10px;}
.suggest_image img {max-width:50px!important;max-height:50px!important;}

.item_suggest {display:block;}


.sklad_ano {color:#009900;font-weight:bold;}


.item_nazev {
font-size: 14px;
line-height: 14px;
color: #1b1b1b;
font-weight: 700;
display:inline-block;
word-wrap: break-word!important;
padding-bottom:10px;
display:block;
}

.item_sklad {
  font-size: 12px;
}
.item_cena {
  font-size: 12px;
  font-weight:700;
  float:right;
}