div.s-checkout-card:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
    display:none;
}

.s-product-max-order-quantity {
    display: none;
}

div.form-row.align-items-start > div:nth-child(4) > div:nth-child(2) > div > div > div:nth-child(2) > div.col-12.col-sm-4 > div {
    display:none;
}

.s-order-actions .action-edit {
    display : none;
}

.s-order-actions .action-delete {
    display : none;
}

.action-cancel {
    display : none;
}

.fa-times{
    display : none;
}