@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap');
@font-face {
    font-family: 'Baksoda';
    src: url('/font/Baksoda.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: Lato !important;
    font-size: 14px !important;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.product-verdiflora > .card-header {
     padding: 0 !important;
     margin-bottom: 0 !important;
     background-color: rgba(0, 0, 0, 0) !important;
     border-bottom: 0 !important;
}

.comanda-height {
    max-height: 460px;
    overflow-y: scroll;
}

.comanda-font {
    font-size: 8px;
}

.comanda-horizontal-overflow {
    max-height: 70px;
    overflow-x: scroll !important;
}

.comanda-horizontal-overflow > button {
    display: inline-block;
}
.nombre-producto {
    min-height: 40px;
}
