/*.woocommerce-cart-form table tr.row-with-childs td{*/

/*    vertical-align: top!important;*/

/*}*/

/*.woocommerce-cart-form table tr td.product-thumbnail img{*/
/*    width: 100%;*/
/*}*/

.checkout-review-order-table-wrapper tr td.product-name{

    word-break: normal;
    word-wrap: normal;

}


.checkout-review-order-table-wrapper tr.child-item td.product-name{
    position: relative;
    padding-left: 20px!important;
    

}


.checkout-review-order-table-wrapper tr.child-item td.product-name:before{

    display: inline-flex;
    content: '--';
    position: absolute;
    left: 0;
    top:14px;


}