.search-area .control-group {
  position: relative;
}
.twitter-typeahead {
  width: 100%;
  display: table !important;
  padding-right: 0;
}
.twitter-typeahead .form-control {
  margin: 0 !important;
}
.tt-hint,
.tt-input {
  color: #999;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tt-hint[disabled] {
  background-color: #fff !important;
}
.tt-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  overflow-y: auto;
  max-height: 250px;
}
.tt-menu h3 {
  margin: 5px 0;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}
.modal-open .tt-menu {
  z-index: 10055 !important;
}
.tt-suggestion {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 16px;
}
.tt-suggestion:hover {
  cursor: pointer;
  background: #eee;
}
.tt-suggestion p {
  margin: 0;
}
.typeahead {
  width: 100%;
  margin: 0 !important
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #ebeeea !important;
}
.tt-menu {
  width: 350px;
  margin: 12px 0;
  margin-right: -17px;
  padding: 8px 0;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  right: 17px !important;
  top: 75% !important;
}
.tt-dataset{
  padding:0;
  margin: 0;
  background: #f8f8f8;
}
.tt-suggestion {
  padding: 1px 20px;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
  width: 100%;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff !important;
  background: #0097cf !important;
}
.tt-suggestion.tt-cursor {
  color: #0097cf !important;
}
.image-ajax .image {
  width: 40px;
  height:  40px;
  float: right;
}
.image-ajax .menu-text{
  padding-bottom: 0px;
  margin: 0px;
}
.image-ajax .price{
  font-size: 12px;
  margin: 0px;
}
.image-ajax .ajax-text{
  padding-right: 60px;
}
.tt-suggestion.tt-cursor {
  color: #fff !important;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 5px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .tt-menu {
    width: 100% !important;
    left: 0 !important;
  }
}
