/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

tr.cart_item.stock-updated {
    border: 2px solid #e2401c !important;
    box-shadow: 0 0 10px rgba(226, 64, 28, 0.2);
    transition: all 0.3s ease-in-out;
}

input.stock-updated-input {
    border-color: #e2401c !important;
    color: #e2401c !important;
    font-weight: bold !important;
    transition: all 0.3s ease-in-out;
}

.wc-proceed-to-checkout a.disabled {
    background-color: #d1d1d1 !important;
    color: #666 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
    pointer-events: none;
}

#place_order.disabled-checkout-button {
    background-color: #d1d1d1 !important;
    color: #666 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

#stock_ack_checkbox {
    margin-right: 0.5em;
}

.stock-acknowledgment-wrapper label {
    color: #000;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom: .4rem;
    display: inline-block !important;
}
