.itens{
    /*margin:0 auto;
    text-align:center;
    max-width:500px;
    background-color: rgba(0,0,0,.6);
    height:100%;
    overflow:auto;*//*
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start ;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0,0,0,.6);*/
    
}

.headerItens{
    display:flex;
    justify-content:space-around;
    flex-direction: row ;
    align-items:center;
    /*border-radius:15px;*/
    width: 100%;
    height:50px;
    color: white;
    z-index:10;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.4) 49%, rgba(0,0,0,0) 50%, rgba(0,0,0,.4));
        cursor: pointer;
}

.headerItens > div{
    text-align:center;
    font-weight: bold;
    padding-top: 3px;
    margin-top:10px;
    border-radius:5px;
}

.itens_categorias{
    text-transform: uppercase;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #fff;
    text-align: center;
    margin:3px;
    display: flex;
    flex-wrap: nowrap ;
    justify-content: flex-start;
    align-items: center;
    width: 98%;
    padding: 2px;

}
.item_categoria{
    
    margin:5px;
    cursor: pointer;
    font-weight:bold;
    
    
}
.item_categoria:hover{
    background-color: #fff;
    color: #fff;
}
.item_categoria p {
    font-size: 13px;
    padding:7px;
    display: inline-block;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden !important;
    /*text-overflow: ellipsis;*/
    background-color:black;
     -webkit-touch-callout: none;  
    -webkit-user-select: none;    
    -khtml-user-select: none;     
    -moz-user-select: none;       
    -ms-user-select: none;        
    user-select: none;    
} 
.item_categoria p:hover{
    color: #fff;
     -webkit-touch-callout: none;  
    -webkit-user-select: none;   
    -khtml-user-select: none;     
    -moz-user-select: none;       
    -ms-user-select: none;        
    user-select: none;    
}
.titulo_categoria{
    background-color: rgba(0, 0, 0, 0.5);
    text-align:center;
    text-transform: uppercase;
    margin:5px;
    padding:10px;
}
.containerItens{
    display:flex;
    flex-direction: column ;
    height:calc(100vh - 110px);
    overflow-y: auto;
    margin-bottom:500px;
    padding-bottom:500px;
    scroll-behavior: smooth;

}
.containerItens:target {
  scroll-margin-top: .8em;
}

.a{
     color:  inherit;
    text-decoration: none;
}
.btnovo{
    background-color:black;
    margin: 5px auto;
    text-align:left;
    border-bottom: 1px solid #ccc;
    padding: 10px 6px;
    cursor: pointer;
    border-radius: 8px; 
    color:#fff;
    width:90%;
    max-width:500px;
    text-align:center;
    /*55555*/
}
.btnovo p{
    color:#fff;
 
}
.cardsItens{
    
    display:flex;
    box-sizing: border-box;
    word-wrap: break-word;
    align-items: center;
    overflow:hidden;
    width: 94%;
    background-color:black;
    margin: 5px auto;
    text-align:left;
    border-bottom: 1px solid #ccc;
    padding: 10px 6px;
    cursor: pointer;
    border-radius: 8px; 
    min-height:120px;
    max-width:700px;
    /*55555*/
}
.imgItens{
    
    width:150px;
    height:100px;
    max-width:100%;
    max-height:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color:black;
    
}
.imgItens img{
    
    width:150px;
    height:100px;
    max-width:100%;
    max-height:100%;
    object-fit: cover;
    object-position: center;
    border-radius:15px;
    background-color:black;
}

.InformacoesItem{
    width:100%;
    padding:8px;
}
titulo{
    display:block;
    font-size: 22px;
    font-weight:bold;
    color: #fff;
    height:auto;
}
subtitulo{
    display:block;
    text-align:center;
    font-size: 15px;
    color: #999797;
    height:auto;
    /*white-space: nowrap;*/
     overflow: hidden !important;
    /*text-overflow: ellipsis;*/
    padding:0;
    margin:0;
    text-align:left;
   
}

tituloPreco{
    display:block;
    /*font-weight:bold;*/
    font-size: 17px;
    color: gold;
    padding:10px;
    margin:0;
    text-align:left;
    height:auto;
    /*margin-left:100px;*/
    /*text-align:center;*/
}
.divPedir{
    display:inline-block;
    /*
    position:relative;
    left:90%;
    */
     padding:0 15px;
    /*margin-left:100%;*/
}
.edit{
    color:gold;
}
.delete{
    color:#910909;
}
.insert{
    color:#096C91;
}
.float{
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*background-color: #255900;*/
    bottom: 10px;
    right: 6px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    z-index:2;
}
.float:active{
 color: #555;
}
.num{
    position: fixed;
    bottom: 45px;
    right: 6px;
    background-color: white;
    border: solid 1px black;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    z-index:3;
}
.div_cards{
    margin-bottom:100px;
    
}
.compItens{
    display:flex;
    box-sizing: border-box;
    word-wrap: break-word;
    align-items: center;
    overflow:hidden;
    width: 100%;
    margin: 0px auto;
    text-align:left;
    border-bottom: 1px solid #ccc;
    padding: 10px 6px;
    cursor: pointer;
    border-radius: 1px; 
    min-height:100px;
    /*background-color:#b7acac;*/
}
.compItens-clicado{
    display:flex;
    box-sizing: border-box;
    word-wrap: break-word;
    align-items: center;
    overflow:hidden;
    width: 100%;
    margin: 0px auto;
    text-align:left;
    border-bottom: 1px solid #fff;
    padding: 10px 6px;
    cursor: pointer;
    border-radius: 20px; 
    min-height:100px;
    /*background-color:#b7acac;*/
    transition: border .3s ease;
    border: 10px solid #fff;
}
.label-bol {
    background: #000;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border-radius: 80%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    border: 10px solid #dbd7d6;
    transition: border .3s ease;
    transition: .3s;
    
}
.label-bol-clicado {
    
    background: #b31217;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 80%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    border: 10px solid #fff;
    transition: border .3s ease;
    transition: .3s;
    border-color: #fff;
    border-width: 3px;
    margin: 0 10 0 0;
}
.compItens div p{
    font-size: 18px;
    font-weight:500;
    color: #000;
}
.botao-proximo-ativado{
        color: #fff;
        font-size: 20px;
        position: absolute;
        bottom: 0;
        left:0;
        width: 100%;
        height:50px;
        line-height:50px;
        padding: 5px 5px;
        text-align: center!important;
        background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
        z-index: 3;
        cursor: pointer;
        
}
.botao-proximo-ativado p{
    color:white;
}

.botao-proximo-desativado{
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height:50px;
    line-height:50px;
    padding: 5px 5px;
    text-align: center!important;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
    z-index: 3;
    cursor: pointer;
    background-color:gray;
    
}
.botao-proximo-desativado p{
    color:#686868;
}







/*
.novopedido_container{
   overflow-y: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(0,0,0,.6);
}





/*555*/
/*

.cardsItens{
    transition: .2s;
    max-width: 700px;
    box-sizing: border-box;
    width: 100%;
    color:#fff;
    text-align: left;
    cursor: pointer;
    margin:0px auto;
    border-radius: 1px; 
    border-top: 1px solid #fff;
    -webkit-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    -moz-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    border-bottom: 1px solid #000;
    margin-bottom:5px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
    padding: 10px 6px;
   
}
.cardsCategorias{
    transition: .2s;
    max-width: 700px;
    box-sizing: border-box;
    width: 100%;
    color:#fff;
    text-align: left;
    cursor: pointer;
    margin:0px auto;
    border-radius: 1px; 
    border-top: 1px solid #fff;
    -webkit-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    -moz-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    border-bottom: 1px solid #000;
    margin-bottom:5px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
    padding: 10px 6px;
   
}

.botao-proximo-invisivel{
        display:none;
        font-size: 18px;
        position: fixed;
        max-width:500px;
        margin: 0 auto;
        bottom: -70px;
        left: 50%;
        width: 100%;
        padding: 1px;
        text-align: center!important;
        background-color:#000;
        z-index: 3;
        transform: translate(-50% , 0%);
}*/
/*
.novopedido_clientes{
    color:gold;
    text-align:center;
}

.novopedido_nome_cliente{
    
    color:rgb(255, 255, 255);
    background-color: #000;
    width: 98%;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 3px;
    /*border-bottom:1px solid #00723E ;*//*
}
.novopedido_container_details{
    display: flex;
    width: 98%;
    align-items: center;
    justify-content: space-between;
    border-bottom:#FED704 2px solid ;
}

.novopedido_valor_parcial{
    color: #00723E;
    border: 1px solid #00723E ;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    padding: 3px;
}
.novopedido_container_cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 98%;
    height:98%;
    border-radius: 5px;
    border: 2px solid #fff;
    overflow-y: auto;
    padding-bottom: 100px;
}

.novopedido_obs{
    width: 98%;
    margin:0; 
    margin-bottom: 3px;
    text-align: left;
    background-color: #fff;
    color: #000;
    border-bottom: #000 1px solid;
 }
.novopedido_card{
    border-radius: 5px;
    align-items: center;
    margin:5px;
    background-color:#555;
    color:#fff;
    padding:8px;
    width: 95%;
    max-width:550px;
    display: flex;
        
}

.novopedido_image{
    background-color:none;
    width:75px;
    height:75px;
    margin:5px;
}
.novopedido_image img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius:15px;
    background-color:#fff;
}
.novopedido_container_content{
    text-align: left;
    width:70%;
} 

.novopedido_container_content h5{
    background-color: rgb(204, 204, 204);
    margin: 2px;
    margin-top: 4px;
    
}
.novopedido_container_content p{
    font-size: 18px;
    font-weight: normal;
    /*font-style: italic;*/
     -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ *//*
    user-select: none;    
    
}
.novopedido_container_cod{
    text-align: center;
}
.novopedido_container_cod h5{
    background-color: none;
}
.novopedido_container_cod p{
    text-align: center;
    font-weight: bold;
     -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;    
}


.novopedido_container_quant{
    width:30%;
}
.novopedido_container_quant input{
    border: 1px solid #00723E;
    width:90%;
}
.novopedido_container_quant p {
    text-align:center;
     -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;    
}
.bt_salvar_pedido{
    padding:10px;
    font-weight:bold;
    background-color:black;
    color:gold;
    width:100%;
    text-align:center;
}
.btResumo{
    background-color:#00652d;
    margin:5px;
    width:90%;
    color:#fff;
    text-align:center;
    padding:3px;
}