*/ */ .print-slip-logo {
    width: 90px;
    height: 90px;
}
/* .invoice-item {
    font-size: 13px;
}
.product-topping {
    font-size: 10px;
} */

.cash-payment {
    font-weight: bolder;
}
.total-amount {
    font-weight: bolder;
} */

.rechnung {
    font-size: 22px;
}
.sofort {
    font-size: 14px;
    font-weight: bolder;
}
.stamp-content {
    font-size: 6px;
    color: black;
}

@media print {
    .only-print {
        display: black;
    }
    .coooo {
        display: none;
    }
    .hide-in-print-screen {
        display: none;
    }
}
