.product-quantity {
  display: none;
}





.woolentor-review-order-1 .woolentor-product-quantity {
  display: none;
}


/* Checkout table product name cell */
.woocommerce-checkout-review-order-table .product-name {
    position: relative;
    padding-top: 10px;
}

/* Remove link styled and positioned in top-left corner */
.checkout-remove {
    position: absolute;
    top: 0;
    left: 0;
    color: #dc3545 !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    background: #f2f3ee;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}