/** auto complete add css */

/** product keyword seasrch */

#keywordsearch span.twitter-typeahead input {
  width: 165%!important;
  display: initial!important;
}

#keywordsearch span.twitter-typeahead .tt-dropdown-menu {
  top: 100%!important;
  max-height: 250px!important;
}


/** product listsearch seasrch */

#listsearch span.twitter-typeahead input {
  width: 165%!important;
  display: initial!important;
}

#listsearch span.twitter-typeahead .tt-dropdown-menu {
  top: 100%!important;
  max-height: 150px!important;
  min-width: 165%!important;
  width: 165%;
  font-size: 85%!important;
}

/** drawing tools search */

.inputDiv span.twitter-typeahead .tt-dropdown-menu {
  top: 100%!important;
  max-height: 100px!important;
  font-size: 93%!important;
  min-width: 250px!important;
  max-height: 200px!important;
}

/** proposal add product search */

#addproduct span.twitter-typeahead .tt-dropdown-menu {
  top: 100%!important;
  max-height: 180px!important;
}

/** comparison tools search */

#addProductContent span.twitter-typeahead {
  width: 100%!important;
}

.ppsJuraiBox span.twitter-typeahead .tt-dropdown-menu {
  top: 75%!important;
}

#addProductContent span.twitter-typeahead .tt-dropdown-menu {
  width: 100%!important;
  min-width: 100%!important;
}
