/**
 * Cart Button Styles
 * 
 * Styles for add to cart button states
 *
 * @package Cursusgroep
 */

/* Styling for disabled button */
.single_add_to_cart_button:disabled,
.csg-booking-submit-cart:disabled {
	background-color: #cccccc !important;
	color: #666666 !important;
	cursor: not-allowed !important;
	opacity: 0.5 !important;
	border-color: #cccccc !important;
}

.csg-product-booking-panel .single_add_to_cart_button {
	font-size: inherit;
}

