.discrete-line {
    border-top: 3px dashed #ccc;
    margin: 20px;
}
.custom-border {
    border: 1px solid #d1d5db;
  }
  .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;
  }
  .all-side-shadow {
    box-shadow: 0 0 15px rgba(0.1, 0.1, 0.1, 0.1);
  }
  .line-margin{
    margin: 15px;
  }
  .custom-width {
    width: 70%;
}

.active-category {
  color: #7e22ce;
  border-bottom: 2px solid #7e22ce;
  padding-bottom: 0.25em;
  display: inline-block;
}
.payment-method i {
  margin-left: 10px;
  /* Set the size of the icons */
  font-size: 24px;
}
.custom-radio {
  accent-color: rgb(238, 84, 7);

  width: 20px;
  height: 30px;
  outline: none; /* Remove default focus outline */
  cursor: pointer; /* Pointer cursor on hover */
}
.credit-card-info {
  background-color: #f9f9f9;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.promo-code-container {
  position: relative;
}

.promo-code-input {
  width: 100%;
  padding: 10px;
  padding-right: 80px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.apply-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 6px 20px;
  background-color: #ffa054;
}

.deli-type-text {
  opacity: 1;
  color: rgba(59, 58, 58, 1);
  font-family: "SFProDisplay-Bold";
  font-size: 17px;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0px;
  text-align: left;
}
.deli-to-text {
  opacity: 1;
  color: rgba(59, 58, 58, 1);
  font-family: "SFProDisplay-Bold";
  font-size: 17px;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0px;
  text-align: left;
}

.deli-type-btn {
  border-radius: 8px;
  opacity: 1;
  background-color: rgba(88, 38, 74, 1);
}

.item-card-checkout {
  opacity: 1;
}

.item-card-checkout-img {
  border-radius: 8px;
  opacity: 1;
  background-color: rgba(238, 238, 238, 1);
}

.item-card-checkout-text {
  opacity: 1;
  color: rgba(61, 65, 82, 1);
  font-family: "SFProDisplay-Semibold";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
}

.item-card-checkout-hr {
  color: #EAEAEA;
  position: center;
  border: 1px dashed rgba(234, 234, 234, 1);

}
.options-select-name {
  opacity: 1;
  color: rgba(61, 65, 82, 1);
  font-family: 'SFProDisplay-Semibold';
  font-size: 16px;
  font-weight: 600;
  font-style: Semibold;
  letter-spacing: 0px;
  text-align: left;
}
.options-value-select-name {
  opacity: 1;
  color: rgba(61, 65, 82, 1);
  font-family: "SFProDisplay-Regular";
  font-size: 16px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0px;
  text-align: left;
}
