.payment-method i {
    margin-left: 10px;
    /* Set the size of the icons */
    font-size: 24px;
}
.all-side-shadow {
    box-shadow: 0 0 15px rgba(0.1, 0.1, 0.1, 0.1);
  }
  .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;
}

.checkout-info-box {
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
}

.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);

}

.new-item-txt {
    opacity: 1;
    color: rgba(88, 38, 74, 1);
    font-family: SFProDisplay-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
}

.image-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow-x: auto;
    white-space: nowrap;
}

.image-container img {
    max-height: 50%;
    margin: 0 50px;
}

.vat-certificates-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.vat-certificates-btn {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}