how add css class to product boxes li, for img, add cart button, decs, price… [closed]

You don’t need to add class to those elements. You can apply CSS style to those elements by using following selectors respectively.

.post-type-archive-product  ul.products li.product
.post-type-archive-product  ul.products li img
.post-type-archive-product  ul.products li .button
.post-type-archive-product  ul.products li .woocommerce-loop-product__title
.post-type-archive-product  ul.products li span.woocommerce-Price-amount.amount