.recently-wrap {
  margin: 20px 0 0;
}
.recently-wrap-title {
  font-size: 22px;
  line-height: 1.2;
  color: #103B31;
  margin: 0 0 20px;
  font-weight: bold;
  font-family: "PTSans";
}
.site-search label {
  height: auto;
  padding-bottom: 0;
}
.site-search {
  position: relative;
}
.ui-autocomplete {
  border: 1px solid #e5e5e5 !important;
  background: #fff;
  z-index: 10002 !important;
  margin-top: 0 !important;
  width: auto !important;
  left: 0 !important;
  top: 24px !important;
  right: 0;
  border-radius: 0;
  padding: 1px !important;
  background: #fff !important;
  line-height: 1.25;
}
.ui-autocomplete td.autocomplete-item-name {
  width: auto;
}
.ui-menu .ui-menu-item {
  padding: 5px 0 !important;
}
.ui-menu .ui-menu-item:nth-child(odd) {
  background: #f0f0f0;
}
.autocomplete-item-image {
  width: 50px;
  padding-left: 10px;
}
.autocomplete-item-image div {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocomplete-item-image div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.autocomplete-item-price {
  text-align: right;
  padding: 0 10px 0 0;
}
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  background: #fff !important;
  font-weight: normal !important;
}
@media (max-width: 768px) {
  .site-search label {
    padding-left: 0;
  }
}
@media (max-width: 765px) {
  .ui-autocomplete {
    top: 100% !important;
    max-height: calc(100vh - 200px);
  }
  .site-search {
    width: 320px;
  }
}
