/**
 * TicketMax - Hide Default Add to Cart Button
 * Hides the default WooCommerce add to cart button when seat selection is enabled
 *
 * @package TicketMax
 * @since 1.0.0
 */
.single_add_to_cart_button {
    display: none !important;
}
