.catalog .stock.out-of-stock{
    color:#c75b4e !important;
    font-weight:800 !important;
}

.catalog .out-of-stock-btn,
.catalog .out-of-stock-btn:hover{
    cursor:not-allowed !important;
    opacity:.48 !important;
    filter:grayscale(.25) !important;
    transform:none !important;
    box-shadow:none !important;
}

.catalog .product-actions button:disabled{
    cursor:not-allowed !important;
}

.cart-stock-note{
    display:block;
    margin-top:3px;
    color:var(--muted);
    font-size:11px;
}

.qty button:disabled{
    opacity:.35;
    cursor:not-allowed;
}