If order matters then instead of binomial coefficients we must use just falling factorials. In combinatorics these kind of counts are called variations without repetitions, there are a special kind of permutations, that is, choosing $k$ different objects from $n$ different objects then all possible orderings are
$$n^\underline k:=\prod_{j=0}^{k-1}(n-j)=n\cdot (n-1)\cdots (n-k+1)$$
hence from the first deck we have $n_1^\underline{k_1}$ possible outcomes, from the second $n_2^\underline{k_2}$, etc... (in your example $n_1=n_2=\ldots=5$, and $k_1=3$, $k_2=4$ and so on).
Then if you choose from your $m$ different decks with a prefixed order in the decks (as it seems in your example) then all possible orderings are
$$A:=\prod_{j=1}^m n_j^\underline{k_j}=n_1^\underline{k_1}\cdot n_2^\underline{k_2}\cdots n_m^\underline{k_m}$$
If you choose the order of the decks randomly then all possible orderings are $A\cdot m!$.