.alladdress-container {
    margin-bottom: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.alladdress-header {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.alladdress-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.alladdress-subtitle {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.alladdress-item {
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    position: relative;
}

.alladdress-radio {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
}

    .alladdress-radio input[type="radio"] {
        width: 20px;
        height: 20px;
        accent-color: #f46318;
    }

.alladdress-content {
    margin-left: 3rem;
    cursor: pointer;
}

.alladdress-type {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.alladdress-icon {
    font-size: 1.25rem;
    color: #F29434;
}

.alladdress-label {
    font-weight: 600;
    color: #F29434;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.alladdress-label-sub {
    color: #F29434;
    font-size: 0.8rem;
    font-weight: normal;
    text-transform: none;
    margin-left: 0.25rem;
}

.alladdress-details {
    color: #333;
    line-height: 1.5;
}

.alladdress-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.alladdress-phone {
    color: #6c757d;
    /*margin-bottom: 0.5rem;*/
}

.alladdress-location {
    color: #333;
    margin-bottom: 0.25rem;
}

.alladdress-bangla {
    color: #6c757d;
    font-size: 0.9rem;
}

.alladdress-actions {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    display: flex;
    gap: 1rem;
}

.action-btn {
    background: none;
    border: none;
    color: #0d6efd;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    text-decoration: none;
}

    .action-btn:hover {
        color: #138496;
        text-decoration: none;
    }

.add-address-btn {
    padding: 1.5rem;
    text-align: center;
    background: none;
    border: none;
    width: 100%;
    color: #0d6efd;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .add-address-btn:hover {
        background-color: #f8f9fa;
    }

    .add-address-btn i {
        margin-right: 0.5rem;
        font-size: 1.1rem;
    }

.selected-address {
    background-color: #f8fdff;
    border-left: 4px solid #F29434;
}



.no_data {
    width: 100%;
    float: left;
    position: relative;
    min-height: 60vh;
}

.no_data_inner {
    background-color: #fff;
    /* border: 1px solid #ccc; */
    box-shadow: 2px 2px 8px #ccc;
    padding: 30px 40px;
    text-align: center;
    font-size: 30px;
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 420px;
    margin: auto;
    border-radius: 10px;
    color: #333;
}

    .no_data_inner path {
        fill: #938a85;
    }

    .no_data_inner img {
        width: 270px;
        margin-bottom: 30px;
    }

.cont_div_shop {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
}

.cont_div_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #898989;
}
  
.disable {
    opacity: 0.5;
    pointer-events: none;
}

.cross-close {
    margin-top: -12px !important;
    color: #FF0000;
    height: 20px;
    width: 35px;
}

.quantity-control {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: system-ui, sans-serif;
}

.btn-qty {
    width: 40px;
    height: 30px;
    background-color: #f1f1f1;
    border: none;
    font-size: 10px;
    cursor: pointer;
    color: #000;
}

    .btn-qty:hover {
        background-color: #e6e6e6;
    }

.qty-input {
    width: 40px;
    height: 30px;
    border: none;
    text-align: center;
    font-size: 12px;
    outline: none;
    color: #000;
    background-color: #fff;
}

@media (max-width: 991px) {
    .no_data_inner {
        width: 385px;
    }
    .alladdress-actions {
        position: sticky;
    }
}

/* Extra small screen fix */
@media (max-width: 575px) {
    .no_data_inner {
        width: 350px;
    }
        .no_data_inner img {
            width: 240px;
            margin-bottom: 30px;
        }

    .alladdress-actions {
        position: sticky;
    }
}