.vtex-search-2-x-biggy-autocomplete-wrapper {
  width: 50vw;
}
.vtex-search-2-x-biggy-autocomplete {
  position: absolute;
  transition: opacity 0.15s ease-in 0.05s, max-height 0.3s ease-out,
    padding 0.6s ease-out;
  padding: 20px 0 10px;
  max-height: 630px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: auto;
  display: flex;
}
.vtex-search-2-x-close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  outline: none;
}
.vtex-search-2-x-history-and-top-wrapper {
  display: flex;
  flex: 1;
}
.vtex-search-2-x-biggy-js-container--hidden {
  opacity: 0;
  max-height: 0 !important;
  padding: 0;
}
.vtex-search-2-x-tileList {
  flex: 2;
  vertical-align: top;
  border-left: 1px solid #eee;
}
.vtex-search-2-x-tileListList {
}
.vtex-search-2-x-tileList ul {
  padding: 0;
  display: flex;
}
.vtex-search-2-x-tileListTitle {
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.vtex-search-2-x-tileListItem {
  display: flex;
  flex: 1;
}
.vtex-search-2-x-tileListSeeMore {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 13px;
  color: #787878;
  text-align: center;
}
.vtex-search-2-x-tileListSpinner {
  display: flex;
  height: 80%;
  justify-content: center;
  align-items: center;
}
.vtex-search-2-x-tileListFooter {
}
@media only screen and (min-width: 1024px) {
  .vtex-search-2-x-tileList {
    display: inline-block;
  }
}
.vtex-search-2-x-clearLink {
}
.vtex-search-2-x-element {
  position: relative;
}
.vtex-search-2-x-imageContainer {
  max-height: 80px;
}
.vtex-search-2-x-image,
.vtex-search-2-x-information,
.vtex-search-2-x-priceContainer,
.vtex-search-2-x-priceNew,
.vtex-search-2-x-priceOld,
.vtex-search-2-x-productBrand,
.vtex-search-2-x-productNameContainer {
}
.vtex-search-2-x-discount {
  background: #e4012e;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 14px;
}
.vtex-search-2-x-itemList {
  flex: 1;
  vertical-align: top;
  font-family: Open Sans, Roboto, sans-serif;
}
.vtex-search-2-x-itemListList,
.vtex-search-2-x-itemListList li {
  padding: 0;
  margin: 0;
}
.vtex-search-2-x-itemList ol,
.vtex-search-2-x-itemList ul {
  padding: 0;
  list-style: none;
}
.vtex-search-2-x-itemListTitle {
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.vtex-search-2-x-itemListItem a,
.vtex-search-2-x-itemListItem a:hover {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 13px;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vtex-search-2-x-itemListItem a:hover {
  background: #eee;
}
.vtex-search-2-x-itemListSubItem a {
  padding: 0 30px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 16px;
  overflow: hidden;
}
.vtex-search-2-x-itemListSubItemLink {
}
.vtex-search-2-x-itemListIcon,
.vtex-search-2-x-itemListPrefix {
  display: inline-block;
  width: 30px;
  font-weight: 600;
  color: #999;
}
.vtex-search-2-x-itemList--history,
.vtex-search-2-x-itemList--suggestion,
.vtex-search-2-x-itemListLink,
.vtex-search-2-x-itemListLinkTitle {
}
.vtex-search-2-x-itemList--top-search {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .vtex-search-2-x-itemList {
    overflow: hidden;
  }
}
