    .switch {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 17px;
      vertical-align: middle;
      text-align:centre;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 13px;
      width: 13px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }

    input:checked + .slider {
      background-color: #2196F3;
    }

    input:focus + .slider {
      box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
      -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
      transform: translateX(13px);
    }
    .slider.round {
      border-radius: 17px;
    }

    .slider.round:before {
      border-radius: 50%;
    }

    .encomendas_column {
        float: left;
        width: 25%;
        padding: 0 10px;
    }

    .encomendas_row {margin: 0 -5px;}

    .encomendas_row:after {
        content: "";
        display: table;
        clear: both;
    }

    .encomendas_card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
        padding: 8px;
        text-align: center;
        vertical-align: middle;
        background-color: #f1f1f1;
        overflow-y: auto;
        height:200px;
    }

    @media screen and (max-width: 600px) {
      .encomendas_column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
      }
    }

    .svg-vermelho{
        filter: invert(18%) sepia(48%) saturate(3649%) hue-rotate(345deg) brightness(98%) contrast(92%);
    }

    .svg-verde{
        filter: invert(59%) sepia(57%) saturate(6321%) hue-rotate(124deg) brightness(92%) contrast(102%);
    }

    .svg-azul{
        filter: invert(68%) sepia(39%) saturate(7095%) hue-rotate(157deg) brightness(89%) contrast(101%);
    }

    .svg-amarelo{
        filter: invert(88%) sepia(22%) saturate(790%) hue-rotate(338deg) brightness(103%) contrast(95%);
    }

    .svg-preto{
        filter: invert(0%) sepia(94%) saturate(0%) hue-rotate(237deg) brightness(103%) contrast(102%);
    }

    .svg-branco{
        filter: invert(99%) sepia(0%) saturate(457%) hue-rotate(303deg) brightness(122%) contrast(100%);
    }

    .Monospace {
        font-family: Monospace;
    }

    .fundo-azul{
        background-color: lightblue;
    }

    .fundo-cinzento{
        background-color: lightgray;
    }

    .fundo-preto{
        background-color: black;
    }

    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        vertical-align: middle;
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

    .tab button:hover {
        background-color: #ddd;
    }

    .tab button.active {
        background-color: #ccc;
    }

    .tabcontent {
        padding: 0px;
        border: 1px solid #ccc;
        border-top: none;
        width: 99.05vw;
        min-height: 92.85vh;
    }

    .botao-registadora {        
        margin: 1px;
        border-radius: 8px;
        cursor: pointer;
        text-align: center;
        min-height: 10px;
        max-height: 120px;
        min-width: 120px;
        max-width: 120px;
        vertical-align: bottom;
        text-wrap: wrap;
        font-size: 14px;
        font-weight: bolder;
        color: black;
        background-repeat:no-repeat;
        background-size:auto 70%;
        background-color:#8d998d;
        background-position:top center;
        border-style:solid;
        border-width:2px;
        display:inline-block;
    }

    .botao-registadora:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    }

    .botao-registadora:disabled{
        opacity: 0.4;
        cursor: not-allowed;
    }

    .disabled{
        opacity: 0.4;
        cursor: not-allowed;
    }

    .teclado{
        width: 70%;
        float: left;
        background-color: lightgray;
    }

    .carrinho{
        width: 30%;
        float: right;
        background-color: lightgrey;
    }

    ol {
        counter-reset: li; 
        list-style: none; 
        padding: 1px;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }
      
    ol a {
        position: relative;
        display: block;
        padding: .2em .2em .4em .4em;
        margin: .5em 0 .5em 2.5em;
        background: #D3D4DA;
        color: #444;
        font-weight: bolder;
        text-decoration: none;
        transition: all .3s ease-out;
        cursor:auto;
    }
      
    ol a:hover {background: #DCDDE1;}       
    ol a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -2.5em;
        top: 50%;
        margin-top: -1em;
        background: #f9dd94;
        height: 2em;
        width: 2em;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
    }
      
    ol a:after {
        position: absolute;
        content: "";
        border: .5em solid transparent;
        left: -1em;
        top: 50%;
        margin-top: -.5em;
        transition: all .3s ease-out;
    }
      
    ol a:hover:after {
        left: -.5em;
        border-left-color: #f9dd94;
    }

    .icons{
        height:15px;
        width:15px;
        vertical-align: middle;
        cursor: pointer;
    }

    .subTotal{
        float: right;
        vertical-align: bottom;
        font-weight: bolder;
        color: black;
    }

    .total{
        float: right;
        vertical-align: bottom;
        font-weight: bolder;
        text-align: right;
        color: black;
        font-size: 20px;
    }

    .fechar-conta {
        background-color: #04AA6D;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        cursor: pointer;
        width: 100%;
    }
    
    .fechar-conta:hover {
        opacity: 0.4;
    }

    .divTable
        {
        display:  table;
        width:auto;
        background-color:#eee;
        border:1px solid  #666666;
        border-spacing:5px;/*cellspacing:poor IE support for  this*/
        /* border-collapse:separate;*/
    }

    .divRow
        {
        display:table-row;
        width:auto;
    }

    .divCell
        {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
       /* width:32.31vw;*/
        margin:1px;
        padding: 3px;
        background-color:#ccc;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    .headRow
        {
        font-weight: bolder;
        text-align: center;
    }

    .divCell1
        {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:15vw;
        margin:1px;
        padding: 3px;
        background-color:#ccc;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .divCell2
        {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:20vw;
        margin:1px;
        padding: 3px;
        background-color:#ccc;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .divCell3
        {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:61vw;
        margin:1px;
        padding: 3px;
        background-color:#ccc;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    .preparacao {
        float:left;
        font-size: 18px;
        font-weight: bolder;
        color:white;
        background-color: black;
        width:48vw;
        height:96vh;
        margin:5px;
        padding: 5px;
    }

    .preparacao .itens {
        widows: 1;
        orphans: 1;
        columns: 3;
        column-count: 3;
        column-span: 3;
        column-fill:balance;
        align-content:center;
        /*text-align: center;*/
        align-items:center;
        vertical-align: top;
        break-inside:avoid;
        break-after: avoid;
        break-before: avoid;
        padding-top: 0px;
        margin-top: 0px;
        column-rule: none;
    }

    .itens :first-child {
        padding-top: 0px;
        margin-top: 0px;
    }

    ul li {
        margin-bottom: 10px;
    }

    .pronto {
        float:left;
        font-size: 50px;
        font-weight: bolder;
        color: black;
        background-color: white;
        width:96vw;
        height:96vh;
        margin:5px;
        padding: 5px;
    }

    .pronto .itens {
        widows: 1;
        orphans: 1;
        columns: 4;
        column-count: 4;
        column-span: 4;
        column-fill:balance;
        align-content:center;
        /*text-align: center;*/
        align-items:center;
        vertical-align: top;
        break-inside:avoid;
        break-after: avoid;
        break-before: avoid;
        padding-top: 0px;
        margin-top: 0px;
        column-rule: none;
    }

    h1{
        font-size: 40px;
        text-transform: uppercase;
        text-align: center;
    }

    h2{
            font-size: 30px;
            text-transform: uppercase;
            text-align: center;
        }

    input, select {
        font-family:monospace;
    }

    input::file-selector-button {
        font-family:monospace;
    }

.produto-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.produto-form input[type="text"],
.produto-form input[type="number"],
.produto-form select {
    margin: 0;
}

.produto-img {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    display: block;
}
    /*
    tr:nth-child(odd) { 
        background-color: Lightgreen; 
    }
    tr:nth-child(even) { 
        background-color: lightgray; 
    }*/