Woocommerce checkout column total too small can not get it wider [closed]

I have got the solution from avada theme makers:
.checkout .shop_table tfoot th {
width: 85% !important;
}