.new-my-order-item-details {
    background-color: #aaaaaa78;
}

.out-of-stock {
    color: red;
}

.for-padding {
    padding: 1px 7px;
    margin-bottom: 15px;
}

.I-CTA-Btn {
    display: flex;
    margin: 13px 26px;
    align-items: center;
}

.I-CTA-input {
    border-radius: 10px;
    outline: none;
    border: none;
    padding: 0px 11px;
    height: 30px;
}

.I-CTA-button {
    background-color: teal;
    color: white;
    border-radius: 20px;
    padding: 8px 14px;
    font-size: 11px;
    outline: none;
    border: none;
    font-weight: 600;
    margin: 0px -26px;
    height: 36px;
}

.checkout-order-summary {
    margin-top: 10px;
}

.phone {
    width: 10px;
    height: 10px;
}

.ADD-ADDRESS {
    color: teal;
    border: 1px solid teal;
    border-radius: 15px;
    background-color: transparent;
    padding: 10px 65px;
    font-size: 10px;
    font-weight: 600;
    margin: 0px 30px;
}

.PROCEED-CHECKOUT {
    color: white;
    border-radius: 15px;
    background-color: teal;
    padding: 12px 59px;
    font-size: 10px;
    font-weight: 600;
    border: none;
    outline: none;
    margin: 10px 28px;
    cursor: pointer;
}

.saved-points {
    color: orange;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.ch-sh-icon {
    width: 10px;
    height: 10px;
}

@media only screen and (max-width: 1024px) {
    .I-CTA-button {
        margin: 0px -40px;
    }

    .ADD-ADDRESS {
        padding: 10px 59px;
    }

    .Order-s-nameandaddress-internal-ctn {
        gap: 13px;
    }

    .pop-up-address {
        margin-left: 63px;
    }

    .PROCEED-CHECKOUT {
        padding: 12px 53px;
    }
}

@media only screen and (max-width: 768px) {
    .checkout-order-discount-price-label {
        margin: 13px;
    }
}

@media (max-width: 426px) {
    .checkout-payment-title {
        margin-top: 40px;
        font-size: 25px;
        margin-left: 0px;
    }

    .ADD-ADDRESS {
        font-size: 25px;
        padding: 15px 145px;
        margin: 0px 53px;
        border-radius: 20px;
    }

    .PROCEED-CHECKOUT {
        font-size: 24px;
        padding: 20px 133px;
        margin: 16px 53px;
        border-radius: 22px;
    }

    .Order-s-nameandaddress-internal-ctn {
        gap: 30px;
    }

    .pop-up-address {
        margin-left: 119px;
    }

    .phone {
        width: 13px;
        height: 16px;
    }

    .font-size {
        font-size: 20px !important;
    }

    .for-padding {
        padding: 2px 14px;
        margin-bottom: 15px;
    }

    .I-CTA-input {
        border-radius: 10px;
        outline: none;
        border: none;
        padding: 10px 31px;
        height: 45px;
        font-size: 25px;
        margin: 1px 27px;
    }

    .I-CTA-button {
        background-color: teal;
        color: white;
        border-radius: 20px;
        padding: 8px 22px;
        font-size: 28px;
        outline: none;
        border: none;
        font-weight: 600;
        margin: 0px -26px;
        height: 81px;
    }

    .saved-points {
        color: orange;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .ch-sh-icon {
        width: 20px;
        height: 20px;
    }
}
