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

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

.single_add_to_cart_button {
    font-size: small;
}

