.AutocompleteInStockBackorder {
  display: inline-block;
  height: auto;
  width: 100px;
  padding-left: 10px;
  float: left;
}

.AutocompleteLeft {
  display: inline-block;
  width: 80px;
}

.AutocompleteLine {
  height: 18px;
}

  .AutocompleteLine > .BackOrderYes,
  .AutocompleteLine > .BackOrderNo {
    display: inline-block;
    margin: 0;
  }

.ProductDetailsInfoHolder {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-left: 20px;
  margin-top: 10px;
}

  .ProductDetailsInfoHolder > .AutocompleteInStockBackorder > .AutocompleteLine > .AutocompleteLeft {
    width: 60px;
  }

.lblAutoCompleteProductId {
  font-weight: 700;
  display: block;
  font-size: 15px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2;
}

.lblAutoCompleteProductName {
  display: block;
  line-height: 2;
  overflow: hidden;
}

.SearchBox {
  float: left;
  width: 100%;
  border: 1px solid rgb(204, 204, 204);
  height: 40px;
  border-radius: 5px;
}

.ui-menu-item {
  height: 5em;
  padding: 5px 0px 5px 5px;
  list-style: none;
}

.HeaderPane .SearchTxt .SearchBox {
  width: 100%;
  padding: 0px 10px;
}

.header-right .HeaderPane .DnnModule-AO_SearchBar {
  width: 70%;
  margin: 0px 20px;
}

.SearchTxt input {
  font-family: Poppins;
  letter-spacing: 0.5px;
  padding: 10px 35px 10px 15px;
  background: #fff;
  text-overflow: ellipsis;
}

  .SearchTxt input:focus {
    outline: #ccc;
  }

.SearchTxt .search-icon {
  position: absolute;
  right: 10px;
}

  .SearchTxt .search-icon .fa {
    font-size: 20px;
    color: #ccc;
  }

.SearchTxt {
  position: relative;
  float: left;
  width: 100%;
}

  /* Append the autocomplete jQuery UI to the #search-info */
  /* rewrite the autocomplete UI */
  .SearchTxt .search-info {
    position: absolute;
    width: 100%;
  }

    .SearchTxt .search-info .ui-autocomplete {
      width: 100% !important;
      height: 300px;
      overflow-y: auto;
      overflow-x: hidden; /* prevent horizontal scroll bar */
      border: 1px solid #ddd;
      background: #fff;
      z-index: 1000; /*over the menu*/
    }

      /* custom scroll */
      /* width */
      .SearchTxt .search-info .ui-autocomplete::-webkit-scrollbar {
        width: 10px;
      }

      /* Track */
      .SearchTxt .search-info .ui-autocomplete::-webkit-scrollbar-track {
        background: #f1f1f1;
      }

      /* Handle */
      .SearchTxt .search-info .ui-autocomplete::-webkit-scrollbar-thumb {
        background: #888;
      }

        /* Handle on hover */
        .SearchTxt .search-info .ui-autocomplete::-webkit-scrollbar-thumb:hover {
          background: #555;
        }

    .SearchTxt .search-info ul {
      margin: 0;
      padding: 0;
      list-style: none;
      box-sizing: border-box;
    }

li.ui-menu-item {
  float: left;
  width: 100%;
  height: auto;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
}

  li.ui-menu-item:hover {
    background-color: #00809f;
  }

    li.ui-menu-item:hover a {
      color: #fff !important;
    }
  li.ui-menu-item .AutocompleteImageWrapper {
    display: flex;
    flex-flow: column;
    width: 15%;
    float: left;
    height: auto;
  }
  li.ui-menu-item .AutocompleteImageHolder {
    float: left;
    height: auto;
  }

img.AutocompleteImage {
  width: 100%;
}

li.ui-menu-item .AutocompleteProductIdName {
  padding-left: 15px;
}

li.ui-menu-item .AutocompletePrice {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

  li.ui-menu-item .AutocompletePrice .lblTax {
    display: inline-block;
    font-size: 0.8em;
  }

/* condition of pos user */
.customer-search {
  display: none;
}

.search-btn-area {
  position: absolute;
  right: 5px;
  top: 41px;
}

  .search-btn-area .pos-search {
    padding: 4px 10px;
    background: #ccc;
    color: #fff;
    cursor: pointer;
  }

    .search-btn-area .pos-search svg {
      height: 15px;
      width: 15px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      fill: #fff;
    }

  .search-btn-area .pos-search-product {
    border-bottom-left-radius: 4px;
  }

  .search-btn-area .pos-search-customer {
    border-bottom-right-radius: 4px;
  }

  .search-btn-area .pos-search.active {
    background-color: #00809f;
  }

/* search bar for pos user dashboard */
.pos-dashboard-summary {
  margin-top: 15px;
}

.pos-dashboard-summary,
.pos-dashboard-product-search,
.pos-dashboard-customer-search {
  float: left;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  height: 400px;
}

  .pos-dashboard-product-search .SearchTxt .search-icon,
  .pos-dashboard-customer-search .SearchTxt .search-icon {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .pos-dashboard-summary h3, .pos-dashboard-product-search h3, .pos-dashboard-customer-search h3 {
    color: #666;
  }

  .pos-dashboard-product-search svg, .pos-dashboard-customer-search svg {
    fill: #666;
  }

.search-on-focus, .search-on-focus h3, .search-on-focus svg {
  background-color: #00809f;
  border-color: #00809f;
  color: white;
  fill: white;
}

  .search-on-focus .SearchTxt input {
    color: #666;
  }

.SearchTxt .search-info .ui-autocomplete::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.SearchTxt .search-info .ui-autocomplete::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.SearchTxt .search-info .ui-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cccccc;
}

.search-info .ColorPickerWrap {
  padding: 0;
  display: block;
  position: relative;
  margin: 35px 0 0 0;
}

  .search-info .ColorPickerWrap .OptionsWrap {
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    justify-items: center;
    margin-left: 30px;
  }

    .search-info .ColorPickerWrap .OptionsWrap .ColorOption {
      margin: 0 4px;
    }

  .search-info .ColorPickerWrap .ColourPickerDot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .search-info .ColorPickerWrap .ColourPickerDotBorder {
    color: #ffffff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 1px dashed #737373;
    cursor: pointer;
    background-color: #ffffff;
  }

  .search-info .ColorPickerWrap .ColourPickerDotERROR404 {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    box-shadow: inset 0 0 0 3px #737373;
    position: relative;
    z-index: 0;
    cursor: pointer;
    display: inline-block;
    background-color: #ffffff;
  }

    .search-info .ColorPickerWrap .ColourPickerDotERROR404::before {
      content: "";
      position: absolute;
      width: 95%;
      height: 3px;
      background-color: #737373;
      transform: rotate(-135deg);
      transform-origin: 0 0 0;
      bottom: 0;
      left: 20px;
      z-index: 1;
      border: 0;
      outline: 0;
    }

.search-wrapper {
  position: absolute;
  width: 99%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.search-loader {
  height: 100%;
  display: flex;
  transform: translateZ(0);
}

  .search-loader div {
    flex: 1;
    background: #00809F;
    -webkit-animation: go 0.8s infinite alternate ease;
    animation: go 0.8s infinite alternate ease;
    box-shadow: 0 0 20px #00809F;
  }

    .search-loader div:nth-child(1) {
      -webkit-animation-delay: -0.72s;
      animation-delay: -0.72s;
    }

    .search-loader div:nth-child(2) {
      -webkit-animation-delay: -0.64s;
      animation-delay: -0.64s;
    }

    .search-loader div:nth-child(3) {
      -webkit-animation-delay: -0.56s;
      animation-delay: -0.56s;
    }

    .search-loader div:nth-child(4) {
      -webkit-animation-delay: -0.48s;
      animation-delay: -0.48s;
    }

    .search-loader div:nth-child(5) {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s;
    }

    .search-loader div:nth-child(6) {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
    }

    .search-loader div:nth-child(7) {
      -webkit-animation-delay: -0.24s;
      animation-delay: -0.24s;
    }

    .search-loader div:nth-child(8) {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
    }

    .search-loader div:nth-child(9) {
      -webkit-animation-delay: -0.08s;
      animation-delay: -0.08s;
    }

    .search-loader div:nth-child(10) {
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
    }

@-webkit-keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

@keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

.select-customer-info {
  padding: 15px;
  cursor: pointer;
}

  .select-customer-info.ui-menu-item {
    border-bottom: 0px !important;
  }

  .select-customer-info a, .select-customer-info a:active, .select-customer-info a:focus, .select-customer-info a:link, .select-customer-info a:hover {
    text-decoration: none;
  }

.customer-entry-id {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.customer-contact {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.customer-name {
}

.customer-phone {
}

.featureList {
  display: flex;
  flex-flow: row nowrap;
}

.ui-menu-item-wrapper {
  display: flex;
  flex-flow: row;
}


.AutocompletePrice
.MainPrice
.OriginalPriceStandard {
  font-size: 20px;
  font-weight: bold;
}

.AutocompletePrice
.MainPrice
.PurchasePriceStandard {
  font-size: 20px;
  font-weight: bold;
  color: #b2252a;
}

.AutocompletePrice
.MainPrice
.OriginalPriceStrikethrough {
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
  padding: 0 0 0 10%;
}

#app-home .SearchTxt input {
  text-transform: none !important;
  color: #ffffff !important;
  background-color: rgb(0, 128, 159, 0.6) !important;
}
#app-home .SearchTxt input::-webkit-input-placeholder { /* WebKit browsers */
  text-transform: uppercase;
  color: #ffffff !important;
}

#app-register .SearchTxt input {
  text-transform: none !important;
  color: #ffffff !important;
  background-color: rgb(0, 128, 159, 0.6) !important;
}
#app-register .SearchTxt input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
  color: #ffffff;
}

#app-register .SearchTxt input {
  text-transform: none !important;
  color: #ffffff !important;
  background-color: rgb(0, 128, 159, 0.6) !important;
}
#app-register .SearchTxt input::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-transform: uppercase;
  color: #ffffff;
}

#app-register .SearchTxt input {
  text-transform: none !important;
  color: #ffffff !important;
  background-color: rgb(0, 128, 159, 0.6) !important;
}
#app-register .SearchTxt input:-ms-input-placeholder { /* Internet Explorer 10+ */
  text-transform: uppercase;
  color: #ffffff;
}

#app-register .SearchTxt input {
  text-transform: none !important;
  color: #ffffff !important;
  background-color: rgb(0, 128, 159, 0.6) !important;
}
#app-register .SearchTxt input::placeholder { /* Recent browsers */
  text-transform: uppercase;
  color: #ffffff;
}

#app-home .app-home_search-content .SearchTxt .search-icon .fa {
  color: #ffffff !important;
}

.ProductTags-Wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ProductTags {
  color: #ffffff;
  text-align: center;
  padding: 0 10px;
  border-radius: 4px;
  color: white;
  width: fit-content;
}