/* clears the ‘X’ from Internet Explorer */
input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.not-found .global-search-trigger {
  text-decoration: underline;
}
.lookhead-search-result ul {
  max-height: 365px;
  overflow-y: auto;
}
.lookhead-search-result ul li a {
  grid-template-columns: auto 1fr;
}
.lookhead-search-result ul::-webkit-scrollbar {
  width: 4px;
}
.lookhead-search-result ul::-webkit-scrollbar-track {
  background: #ebebeb;
}
.lookhead-search-result ul::-webkit-scrollbar-thumb {
  background: #e90029;
}
.input-models {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .search-hero-banner .banner-search-wrapper-view {
    width: 560px;
  }
}
