button[data-onclick="decreaseProductQuantity"] span,
button[data-onclick="increaseProductQuantity"] span,
button[id="decrease-quantity"] span,
button[id="increase-quantity"] span {
    /* display:none; */
}

#smca-modal-body .modal-body .product-table-cart>.product-table-body>.product-table-body-row>.remove input {
    background: url('/image/catalog/design/close/close-red-mini.svg') center / cover no-repeat;
}