.discrete-line {
    border-top: 2px dashed #dedcdc;
    margin: 10px;
}
.custom-border {
    border: 1px solid #141415;
    margin-top: -10px;
  }
  .btn {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quantity-input {
    width: 4rem;
    text-align: center;
    padding: 0.5rem;
  }
  .quantity-input::-webkit-inner-spin-button,
  .quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
  }
  .all-side-shadow {
    box-shadow: 0 0 15px rgba(0.1, 0.1, 0.1, 0.1);
  }
  .line-margin{
    margin: 20px 0;
  }
  .custom-width {
    width: 50%;
}
.check-container {
  border: 2px solid #d1d5db; /* gray-300 */
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem; /* rounded-sm */
}
.checkmark {
  display: none;
  color: rgb(250, 121, 15);
  font-size: 12px;
}
.checked .checkmark {
  display: block;
}
.notification-bubble {
  position: absolute;
  top: -10px; /* Adjust as needed */
  right: 25px; /* Adjust as needed */
  background-color: red;
  color: white;
  border-radius: 40%;
  padding: 0 5px;
  font-size: 0.75rem; /* Adjust as needed */
  height: 15px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-button {
  position: relative;
}

.time-option-active {
  border-color: #58264A !important;
  box-shadow: 0px 0px 4px rgba(201, 201, 201, 0.6);
  font-family: 'SFProDisplay-Bold';
}