[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0; }

.shop2-search-popup-wr .search-popup-inner {
  vertical-align: top; }

.ui-autocomplete {
  border: 1px solid #e5e5e5 !important;
  background: #fff;
  z-index: 10002 !important;
  margin-top: 0 !important;
  width: auto !important;
  left: 0 !important;
  top: 60px !important;
  right: -60px;
  border-radius: 0;
  padding: 1px !important;
  background: #fff !important;
  max-height: calc(100vh - 120px); }
  .ui-autocomplete td.autocomplete-item-name {
    width: auto; }
  @media (max-width: 630px) {
  .ui-autocomplete {
    right: 0; } }

.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; }
