/* Reparare butoane +/- cantitate - cos si checkout */

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "−" !important;
    font-family: Arial, sans-serif !important;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "+" !important;
    font-family: Arial, sans-serif !important;
}