@media (max-width: 575px) {
    .d-cart-hidden {
        display: none !important;
    }

    .checkout-cart-table .cart-input-group {
        width: 115px;
    }

    .checkout-cart-table .cart-row-name {
        font-size: 12px;
        line-height: 12px;
    }
}
@media ( min-width: 576px ) {
    .d-cart-mobile-hidden {
        display: none !important;
    }
}
