/**
 * CVK BUILD 06.20.1
 * Requires BUILD 06.20.
 * Cart mobile only.
 */
@media screen and (max-width: 767px) {
    body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-quantity {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        overflow: visible !important;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-quantity::before {
        display: block !important;
        float: none !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 0 !important;
        text-align: left !important;
    }

    body.woocommerce-cart td.product-quantity .quantity {
        display: grid !important;
        grid-template-columns: 44px 64px 44px !important;
        align-items: center !important;
        justify-content: end !important;
        width: 152px !important;
        min-width: 152px !important;
        max-width: 152px !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    body.woocommerce-cart td.product-quantity .quantity .qty {
        box-sizing: border-box !important;
        width: 64px !important;
        min-width: 64px !important;
        max-width: 64px !important;
        height: 44px !important;
        margin: 0 !important;
    }

    body.woocommerce-cart td.product-quantity .quantity button,
    body.woocommerce-cart td.product-quantity .quantity .plus,
    body.woocommerce-cart td.product-quantity .quantity .minus {
        box-sizing: border-box !important;
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-subtotal {
        overflow: visible !important;
    }
}
