@media screen and (max-width: 1399px) {
    .cart-wrapper, .section-order, .checkout-page, .edit-addresses {
        padding: 200px 0 50px;
    }
}
@media screen and (max-width: 991px) {
    .cart-wrapper, .section-order, .checkout-page, .edit-addresses {
        padding: 150px 0 50px;
    }
    .section-order .dashboard_sidebar {
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .cart-wrapper .modal .modal-body .col-form-label {
        padding: 3rem 0.8rem 0.5rem;
    }
    .cart-wrapper .modal .modal-body .row{
        --bs-gutter-y: 0;
    }

}
@media screen and (max-width: 767px) {
    .cart-wrapper, .section-order, .checkout-page, .edit-addresses {
        padding: 140px 0 50px;
    }
    .ship-add {
        padding-bottom: 1rem;
    }
    .section-order .dashboard_sidebar {
        padding-bottom: 2rem;
    }
    .edit-addresses.section-order .dashboard_sidebar {
        padding-bottom: 3rem;
    }
    .edit-addresses.section-order .dashboard_sidebar {
        padding-right: 0;
    }
    .edit-addresses.section-order .dashboard_sidebar{
        padding-bottom: 4rem;
    }
    .cart-wrapper .modal .modal-body .col-form-label {
        padding: 2rem 0.8rem 0.5rem;
    }
    .customer_dashboards {
        padding: 0 1.5rem;
    }
}
@media screen and (max-width: 575px) {
    .address_des {
        flex-direction: row;
        gap: 0 1rem;
    }
}
