/**
 * WooCommerce Mix and Match — Disabled Button + Total Message + Plus Button Styles
 */

/* Disabled Add to Cart button */
.single_add_to_cart_button.disabled,
.single_add_to_cart_button[disabled] {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Total items message */
#mnm-total-msg {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

/* Qty 6 se kam — red */
#mnm-total-msg.mnm-msg-error {
    color: #c0392b;
}

/* Qty exactly 6 — green */
#mnm-total-msg.mnm-msg-success {
    color: #27ae60;
}

/* Disabled Plus buttons jab max 6 ho jaaye */
.mnm_item .plus.qib-button.disabled,
.mnm_item .plus.qib-button[disabled] {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}
