/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* Force show cart quantity column and input */
.woocommerce-cart-form .product-quantity {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.woocommerce-cart-form .product-quantity input.qty {
    display: inline-block !important;
    width: 60px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure update cart button is always enabled */
.woocommerce-cart-form button[name="update_cart"] {
    pointer-events: auto !important;
    opacity: 1 !important;
}