.check-table-elem{
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 5px 0;
   border-bottom: 1px solid #c685af;
   cursor: pointer;
}  

.check-table-elem div:nth-child(1){width: 40%; text-align: left;} /**Nome Prodotto*/
.check-table-elem div:nth-child(2){width: 20%; text-align: center;} /*Prezzo*/
/*.check-table-elem div:nth-child(3){width: 5%;} /*IVA*/
.check-table-elem div:nth-child(3){width: 5%; text-align: center;} /*Qty*/
.check-table-elem div:nth-child(4){width: 25%; text-align: center;} /*Totale*/