.mini_add_address_btn {
    padding: 12px 16px;
    border: 1px solid #333;
    border-radius: 0;
    cursor: pointer;
}

.saved-address:has(.account_content_empty_wrpr.active) .mini_add_address_btn {
    display: none;
}

.saved_address_wrpr:has(.saved_address_empty.active) {
    height: 80%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.saved_address_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkout_prod_wrap:has(.placed_prod_view_details_row + .saved_address_wrpr) .saved_address_wrpr {
    margin-top: 24px;
}

.saved_address_empty {
    display: none;
    text-align: center;
    max-width: 402px;
    width: 100%;
    margin: auto;
}

.saved_address_empty.active {
    display: block;
}

.saved_addres_icon {
    width: 100px;
    margin: auto;
    margin-bottom: 24px;
}

.saved_addres_heading {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
}

.saved_addres_details {
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 40px;
}

.add_address_btn {
    margin: auto;
    max-width: 260px;
    width: 100%;
    height: 58px;
    display: block;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .saved_address_content {
        gap: 12px
    }

    .my_account_contents {
        display: flex;
        flex-direction: column
    }

    .saved_address_wrpr {
        order: -1
    }

    .mini_add_address_btn {
        width: 100%;
        padding: 16px 0;
        align-self: stretch;
        margin-top: 20px;
    }

    .my_account_contents_wrap {
        margin-bottom: 16px
    }

    .saved_address_wrpr:has(.saved_address_empty.active) {
        height: 70vh
    }

    .saved_addres_heading {
        font-size: 16px
    }

    .saved_addres_details {
        font-size: 14px;
        margin-bottom: 24px
    }

    .add_address_btn {
        font-size: 14px
    }
}