.autocomplete-product {
  position: relative;  display: block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  /* height: 350px; */
  background: #fff;
}
.outer-container{
  max-height: 320px;
  overflow-y: auto;
}
/* when navigating through the items using the arrow keys: */
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.autocomplete-items .row{ 
  margin-left: 0px; margin-right: 0px; font-size: 12px; border-bottom: 1px solid #ccc; padding: 5px 0; background: #fff;
  cursor: pointer;
}
.autocomplete-items .row:hover {
  background-color: #e9e9e9; 
}
.autocomplete-items .row:last-child{
  border-bottom: none;
}

.btn-add{ text-align: right;}
.btn-add a{ background: #0a9822; color: #fff !important; padding:5px 7px; border-radius: 4px;
  height: 28px; display: inline-block; vertical-align: middle;
}
.btn-add a img { 
  width: 13px; display: inline-block; vertical-align: middle; margin-left: 3px; margin-top: -2px;
}

.quantity{}
.quantity span{ 
  border: 1px solid #ccc;
padding-right: 10px;
display: inline-block;
border-radius: 4px;
height: 28px; white-space: nowrap;
 }
.quantity span span{ 
  padding: 5px 8px;
  background: #f5f5f5;
  border-radius: 3px 0 0 3px;
  border: none;
  margin-right: 7px;
  height: 26px;
}
.text-center{ text-align: center;}
.row .col-md-1,
.row .col-md-2,
.row .col-md-3,
.row .col-md-4,
.row .col-md-12{
  padding-right: 10px; padding-left: 10px;
}
.delivery{}
.delivery img{width: 20px;}
.viewall{ text-align: right;}
.viewall a{font-size: 13px; font-weight: bold;}


/****************************************/
@media (max-width: 991px) {

  .autocomplete-items .row{
    display: block;
  }
  .autocomplete-items .p-title{
    max-width: 100%; 
  }
  .autocomplete-items .p-product{
    display: none;
  }
  .autocomplete-items .p-unit{
    display: none;
  }
  .autocomplete-items .p-price{
    display: none;
  }
  .autocomplete-items .delivery{
    display: none;
  }
  .autocomplete-items .quantity{
    display: none;
  }
  .autocomplete-items .btn-add{
    display: none;
  }

}


/****************************************/
@media (max-width: 767px) {

  
}

/****************************************/
@media (max-width: 576px) {
 
 
  

}
