#suggestions {
  max-height: 200px;
  overflow-y: auto;
}

#suggestions .list-group-item {
  cursor: pointer;
}

#suggestions .list-group-item.active {
    background-color: #007bff;
    color: #fff;
}

#suggestions strong {
    color: #dc3545;
}

@media (max-width: 990px) {
  form.flex-align.flex-wrap.form-location-wrapper.max-w-840.w-100 {
    display: none;
  }
}

@media (max-width: 576px) {
  .position-relative input{
    font-size: 1rem !important;
  }
}

#place-order-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}