.twitter-typeahead{
  width: 85%;
  height: 100%;
  float: left;
}

.searchBar .twitter-typeahead input[type="text"] {
  width: 100%;
}

.twitter-typeahead .typeahead.tt-hint{
  color: silver;
}

.twitter-typeahead .typeahead.tt-input:focus{
  box-shadow: none;
}

.tt-dropdown-menu {
  box-shadow: 0 5px 15px 0 #333;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 575px;
}
.tt-dropdown-menu:before,
.tt-dropdown-menu:after {
  content: " ";
  display: table;
}
.tt-dropdown-menu:after {
  clear: both;
}
.tt-dropdown-menu header {
  background: #efefef;
  padding: 15px;
  font-size: .9em;
}
.tt-dropdown-menu header strong {
  font-size: 1.1em;
}
.tt-dataset-products {
  width: 66%;
  float: left;
  border-right: 1px solid #ddd;
}
.tt-dataset-categories {
  width: 34%;
  float: right;
}
.autocomplete_productBox {
  display: block;
  border-bottom: 1px solid #ddd;
}
.autocomplete_productBox:before,
.autocomplete_productBox:after {
  content: " ";
  display: table;
}
.autocomplete_productBox:after {
  clear: both;
}
.autocomplete_productBox p {
  margin: 0;
  padding: 0;
}
.autocomplete_productBox p.match_reason {
  font-style: italic;
  font-size: 0.8em;
}
.autocomplete_productBox .img_container {
  height: 75px;
  width: 75px;
  float: left;
  margin-right: 15px;
}
.autocomplete_productBox img {
  float: left;
  margin-right: 15px;
  max-width: 75px;
  max-height: 75px;
  position: relative;
  top: 50%;
}
.autocomplete_productBox h6 {
  margin: 15px 0 0 0;
  font-weight: normal;
}
.autocomplete_productBox a {
  color: #514e4e;
  display: block;
  padding: 10px;
}
.autocomplete_productBox a:before,
.autocomplete_productBox a:after {
  content: " ";
  display: table;
}
.autocomplete_productBox a:after {
  clear: both;
}
.autocomplete_productBox a:hover, .tt-cursor .autocomplete_productBox a {
  background: #e2e2e2;
}
.autocomplete_cat {
  border-bottom: 1px solid #ddd;
}
.autocomplete_cat a {
  color: #514e4e;
  display: block;
  font-size: .9em;
  padding: 10px;
}
.autocomplete_cat a:before,
.autocomplete_cat a:after {
  content: " ";
  display: table;
}
.autocomplete_cat a:after {
  clear: both;
}
.autocomplete_cat a:hover, .tt-cursor .autocomplete_cat a{
  background: #e2e2e2;
}
.autocomplete_cat h5 {
  font-weight: 900;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.allResults {
  background: #00a13d;
  color: #fff;
  clear: both;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  position: absolute;
  margin-top: -3px;
  box-shadow: 0 5px 15px 0 #333;
}
.allResults:hover,
.allResults:focus,
.allResults:active {
  color: #fff;
  background: #008833;
}