/* iPad */
@media only screen and (min-width: 426px) and (max-width: 991px) {
  .SearchTxt input {
    width: 100vw;
    left: 0;
    top: 120px;
    position: fixed;
    height: 60px;
    border-radius: 0;
    background: #fff;
  }

  .SearchTxt .search-icon {
    position: fixed;
    top: 140px;
  }

  .SearchTxt .search-info .ui-autocomplete {
    width: 100vw !important;
  }

  li.ui-menu-item .AutocompletePrice {
    display: none !important;
  }

  .search-btn-area {
    position: fixed;
    top: 181px;
    right: 10px;
    z-index: 1001;
  }

  .pos-dashboard-summary {
    border: none;
    height: auto;
  }

  .pos-dashboard-summary {
    border: none;
    height: auto;
  }
}

/* Mobile */
@media only screen and (max-width: 426px) {
  .SearchTxt input {
    width: 100vw;
    left: 0;
    top: 120px;
    position: fixed;
    height: 60px;
    border-radius: 0;
    background: #fff;
  }

  .SearchTxt .search-icon {
    position: fixed;
    top: 140px;
  }

  .SearchTxt .search-info .ui-autocomplete {
    width: 100vw !important;
  }

  li.ui-menu-item .AutocompletePrice {
    display: none !important;
  }

  .search-btn-area {
    position: fixed;
    top: 180px;
    right: 10px;
    z-index: 1001;
  }

  .pos-dashboard-summary {
    border: none;
    height: auto;
  }

  .pos-dashboard-summary {
    border: none;
    height: auto;
  }

  .breadcrumb breadcrumb__block {
      display: none;
  }
}