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;
}
