.modal .addresses {
    overflow: auto;
    max-height: 400px;
    padding-left: 0;
}

.modal .modal-content {
    border-radius: 12px;
    background: #FFF;
}

.modal-footer {
    display: block;
    max-width: 100%;
    padding: 0.75rem 24px;
}

.modal-footer > * {
    margin: 0;
}

.modal-footer button {
    border-radius: 8px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    border: 1px solid #000;
}

.modal-footer button:hover {

    background: #FFF;
    color: #000;
}

.modal-body {
    height: initial;
    padding: 24px;
}

.modal-header {
    color: #393939;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 0;
    padding: 24px 24px 0 !important;
    gap: 12px;
    justify-content: start;
}

.modal-header h3 {
    margin-bottom: 0;
}

.modal-header button {
    border: none;
    background: transparent;
    padding: 0;
}

.modal .no-data {
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: 700
}

.modal .loading svg {
    top: 35%
}

/*custom*/

#addToCartThanksModal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.calender-wrapper, .modal .cart-address {
    margin-bottom: 1em
}

#addCouponModal .modal-content, #useWalletModal .modal-content {
    /* background-image: url("../images/gift-bg.png"); */
    background-repeat: no-repeat;
    background-position: bottom
}

#pleaseLoginModal .modal-content, #pleaseLoginModal .modal-dialog {
    margin: 50px auto !important;
    height: initial !important
}

.cover-category-title, .modal .no-data {
    height: 100%;
    display: flex;
    text-align: center
}

#removeAddressModal .modal-dialog {
    height: 20%
}

.select-address-list .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#selectAddressModal .modal-header .title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

#selectAddressModal .modal-header .newAddress {
    color: #B58E40;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

#selectAddressModal .modal-header .newAddress svg {
    margin-left: 8px;
}

.cart-address.disabled *:not(.btn) {
    cursor: initial;
}

.address-form-modal .modal-body .inputs {
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.giftCartModal .modal-footer {
    padding-top: 0;
    border-top: 0;
}

@media(max-width: 768px) {
    .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
    }

    .modal-content {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .modal div[data-bs-dismiss=modal] {
        display: none !important;
    }

    .modal-header {
        font-size: unset !important;
        padding-right: 1.5em !important;
        padding-left: 1.5em !important;
    }

}
