.predictive-search__list-item .price {
  margin-top: 10px;
}
.predictive-search__list-item[aria-selected="true"] {
  border: 2px solid var(--color-focus);
}

.predictive-search__results-list .predictive-search__list-item {
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

body.open_search:after {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colormenucartOverlay);
  opacity: var(--colormenucartOverlayopacity);
  z-index: 11;
}

#predictive-search-results-queries-list .predictive-search__item-heading mark {
  background: initial;
}

#predictive-search-results-queries-list .predictive-search__item-heading span {
  font-weight: bold;
}

#predictive-search-results-list {
  margin-top: 15px;
}