*{
    margin: 0;
    padding: 0;
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
body{       
    background: #fff;
    font-family: sans-serif;
    font-size: 1em;
    color: #000;   
    flex-direction: row;
    justify-content: center;
    align-items: center;   
    width: auto;
    height:auto;  
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

#Pmenu{  
    width:320px;
    height:320px; 
    background: #fff;    
    padding:1px;
    margin-top:1%;
    border-radius:2%;
    display:block;
    padding:4px;
}

/*#Pmenu{  
    border-radius:0% 2% 0 0;
    width:100%; 
    height:auto;
    width: auto\9;  ie8 ;
    max-width:100%;  
    display: block;
    margin-left: auto;
    margin-right: auto;    
}*/
#Pmenu, img{  
    border-radius:0% 2% 0 0;
    width:100%; 
    height:auto;
    width: auto\9; /* ie8 */;
    max-width:100%;  
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#Pmenu .titulo_menu{
    box-shadow: 2px -10px 3px rgba(0,0,0,0.4); 
    width:90%;
    height:auto;
    background: #fff;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    text-justify: center;
    border-radius:10px;
    padding:5px;
    margin-top:-80px;
    display: block;
    position: relative;
    color: #004ab3 ;
    font-size:24px;
    font-family: 'Fredoka One', cursive;
}

#Pmenu .formo_menu{
    width:50%;
    height:auto;
    margin-left: auto;
    margin-right:auto;
    margin-top:9%;    
}

#Pmenu button{
    padding:12px;
    width:100%;
    height:auto;
    color: #004ab3 ;
    font-size:20px;    
}

p{
    color:#333;  
}

a:link {
    color: red;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #59429d;
    background-color: transparent;
    text-decoration: none;
}

input:hover ,select:hover,textarea:hover {
    background:#59429d;
    color: white;
    border: 1px solid #E0E0DA;

}
input:focus, select:focus,textarea:focus  {
    border:1px solid #ccc;  
    outline-color : #fff !important;
    outline-width: 0;
    outline: none;
}


label{
    color: #000;  
    font-size:19px;
    display:block;
    margin-top:5px;
}

.ingredientes{
    color: #59429d;
    margin-top:5px;
}
input,select{
    border-color:#ddd; 
    padding:10px;
    border-radius:5px;
    border-width:0px;      
    font-size:18px;  
    width:90%;   

}
textarea{
    border-color:#fff; 
    padding:10px;
    border-radius:5px;
    border-width:0px;       
    font-style: oblique ;
    font-size:18px;  
    width:90%;  
    height:80px; 
}
#lista {
    width:400px; 
    height:auto;
    background-color: #fff;    
    box-shadow: 1px 0px 6px #333;
    border-radius:2%;   
    display:inline-block;   
    margin:2px;
    text-align:center ; 
    justify-self: flex-start;
}
/*#lista {
    width:300px; 
    height:auto;
    background-color: #fff;    
    box-shadow: 1px 0px 6px #333;
    border-radius:2%;   
    display:inline-block;   
    margin:2px;
    text-align:center ; 
    justify-self: flex-start;
}*/
#lista a{
    background-color: #802420;
    border-radius:10px; 
    justify-content: center;
    align-items: center;
    text-align:center ;     
    padding:10px;     
    color:#fff;      

}
#lista a:hover{  
    background-color:red; 
}

#img_item{
    //Tamanho da imagem do produto (max-width:10vw;) normal 100%)
    width: 100%; 
    height:auto;
    border-radius:8%;
    width: auto\9; /* ie8 */;
    max-width:100vw;
    position:relative ;
    display: block;  
}

.titulo{
    font-family: 'Fredoka One', cursive;
    color:#333 ;
    padding: 8px;
    border-radius:10px; 
    text-align:center; 
    font-size: 18px;  
    margin: -20px 15px 0px 10px;      
    background: #fff;
    position: relative;
}

.AddMaisItens {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #3498db;
    border-radius: 5px;
    color: #3498db;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.AdicionarMaisItens:hover {
    background-color: #3498db;
    color: #fff;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.botao-piscante {
    animation: blink 3s infinite;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #3498db;
    border-radius: 5px;
    color: #3498db;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.botao-piscante:hover {
    background-color: #3498db;
    color: #fff;
}

.ingred2{    
    color:#333 ;
    padding: 0px;
    border-radius:10px; 
    text-align:center; 
    font-size: 15px;  
    margin: -10px 15px 0px 10px;      
    background: #fff;
    position: relative;
}

.ingred3{    
    color:#338 ;
    padding: 0px;
    border-radius:0px; 
    text-align:center; 
    font-size: 13px;  
    margin: 5px 15px 0px 10px;      
    /*background: #fff;*/
    position: relative;
}

.ingred4{    
    color:#333 ;
    padding: 0px;
    border-radius:10px; 
    text-align:center; 
    font-size: 20px;  
    margin: -15px 15px 0px 10px;      
    background: #fff;
    position: relative;
}

.rodope1{    
    color:#333 ;
    padding: 0px;
    border-radius:0px; 
    text-align:center; 
    font-size: 15px;  
    margin: 5px 15px 0px 10px;      
    /*background: #fff;*/
    position: relative;
}

#confCSS_padrao{  
    width:auto;
    height:auto;
    color:#333;
    background:#f3f3f3; 
    border-color:#802420; 
    border-radius:5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor:pointer;
    display:block;
    padding:5px;  
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);  
    text-align:center; 
    

}
.formulario{
    background: #f3f3f3; 
    border-color:#802420; 
    border-width:5px;
    border-radius:5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#333;
    cursor:pointer;
    display:inline-block;
    padding:1em;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }



#itens_cadastrado{
    width:100%; 
    margin-top:20px; 
    color: #59429d;   
}

.selecionar_itens{
    background-color: #fff;   
    padding:8px;   
    border-radius: 6px;
    box-shadow: 5px 0px 5px #333;       
}
.selecionar_itens ,a{
    color: #000; 
}

.selecionar_itens .valor{
    color: #fff;  
    display:inline-block;
    text-align: center;  
    background-color:#802420 ;
    border-radius:6px;
    padding:8px;
    height:7%;
    width:43%; 
    margin-left:53%;   
}

.selecionar_itens .valor:hover{  
    background-color:red; 
}
/*#total{
    text-align: center;
    font-size:25px;
    text-align: end; 
    padding:10px;
}*/

.ingrediente_checkbox{   
    margin-top:3%;  
    height:100%;
    width:100%;
}
.ingrediente_checkbox .ingrediente_checkbox_P{  
    background-color: #6c757d;
    font-size:18px;
    color: #fff;
    padding:2px;
    border-radius:3px; 
    /*text-transform: uppercase;*/
}

.ingrediente_checkbox .ingrediente_checkbox_label{   
    /*font-family: 'Courier New', cursive;*/
    /*margin-top:1%;*/   
    font-size:15px;
    display:block;
    /*background-color: #59429d;*/
    background-color: #fbf9f9;
    /*color: #fff;*/
    /*border-radius:1px;*/ 
    padding:2px;
    position:relative;    
}

.ingrediente_checkbox .ingrediente_checkbox_input{   
    width:50px;
    font-size: 100%;
    display: inline;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 6px;
}

.verMeuPedido{    
    width:auto; 
    height:auto; 
    color:#fff;
    margin-top:0%;
    display:block;      
}

.verMeuPedido a{
    background-color: red;
    box-shadow: 5px 0px 5px #000;
    border-radius:100%; 
    //border: yellowgreen 3px solid ;
    justify-content: center;
    align-items: center;
    text-align:center ;  
    display: inline-block;   
    padding:4px;  
    margin: 5px;
    width:auto; 
    height:auto;
}

.verMeuPedido .image {	
    width:100%;
    height:auto; 
    display:block;
    margin-left:5%;
    margin-right:auto;  
    margin-top:auto;
}


.selecionar_itens .bottom_acao{
    width:100%; 
    display:block; 
    margin-top:5px; 
    padding:4px; 
}

.selecionar_itens .bottom_acao a{
    background-color: red;
    box-shadow: 2px 2px 10px #000;
    border-radius:100%; 
    //border: #ddd 3px solid ;
    justify-content: center;
    align-items: center;
    text-align:center ;     
    padding:2px;      
    margin:5px;    
    width:36px;
    height:36px;     
    float:right;     
}

.selecionar_itens .bottom_acao a:hover{
    background-color: #59429d;
}


#confCSS_padrao .tb_encerrar_end{
    background: #004ab3;  
    color: #fff;
    border-radius:8px;

}

#confCSS_padrao .tb_encerrarpp{
    background: red;  
    color: #fff;
    border-radius:8px; 
    margin:0;    
}

#itens_cadastrado button:hover{
    background: #333;
}

.MenuBotoes1 {     
    background-color: red;
    box-shadow: 5px 0px 5px #000;
    border-radius: 100%;     
    text-align: center;  
    display: inline-block;   
    padding: 5px;  
    margin: 20px;
    width: auto; 
    height: auto;
}

.MenuBotoes10 {  
    background-color: green;
    box-shadow: 5px 0px 5px #000;
    border-radius: 100%;     
    text-align: center;  
    display: inline-block;   
    padding: 5px;  
    margin: 20px;
    width: auto; 
    height: auto;
}

.MenuBotoes2 {     
    background-color: blue;
    box-shadow: 5px 0px 5px #000;
    border-radius: 100%;     
    text-align: center;  
    display: inline-block;   
    padding: 5px;  
    margin: 20px;
    width: auto; 
    height: auto;
}

.MenuBotoes a{  
    background-color: blue;
    box-shadow: 5px 0px 5px #000;
    border-radius:100%; 
    //border: yellowgreen 3px solid ;
    justify-content: center;
    align-items: center;
    text-align:center ;  
    display: inline-block;   
    padding:10px;  
    margin: -10px;
    width:auto; 
    height:auto;
}

.MenuBotoesImage:hover{
    background:#004ab3;
}

.MenuImage2{  
    display: inline-block;   
    padding:10px;  
    margin: 5px;
}

.MenuBotoesImage{  
    background-color: blue;
    box-shadow: 5px 0px 5px #000;
    border-radius:100%; 
    //border: yellowgreen 3px solid ;
    justify-content: center;
    align-items: center;
    text-align:center ;  
    display: inline-block;   
    padding:14px;  
    margin: -20px;
    width:auto; 
    height:auto;
}

#MeuItemPainel{
    width:99%;
    height:auto; 
    display:block;   
    background-color: #fff;
    margin-left:auto;
    margin-right:auto;     
}

#MeuItemPainel a{
    width:auto;
    height:auto; 
    box-shadow: 0px 0px 2px #000;
}

#MeuItemPainel .image{
    width:42px;
    /*height:auto;*/ 
    /*box-shadow: 1px 1px 4px #fff;*/    
    border-radius:20%;
    background-color: red;
}


#MeuEditarExcluir{
    padding:15px;  
    /*background-color: gray;*/

    width:10%;
    height:auto;
    /*color: #fff;*/
    margin:0px 2px 5px  2px;
    display:block;
    float:right ;
}

#cancel-button{
    cursor: pointer;
    position: absolute;
    right: 10;
    top: 10;
    bottom: 10;
    width: 30px;
    height: 66px;
    background-color: transparent;
    border: none;
    font-weight: bolder;
    font-size: 150%;
    background: #2a4169;
    color: #fff;
}

#MeuEditarExcluir .image{
    margin-top:1px;     
}

#MeuEditarExcluir .image:hover{
    background:red;    
}

#ItemCarrinho{
    width:auto;
    height:auto; 
    padding:4px;  
    box-shadow: 2px 0px 15px #000;
    margin:0px 10px 20px  10px ;   
    border-radius:0%;
    /*background:#fff;*/ 
    /*color:blue;*/
    display: block;
}

#MenuBot1{
    background-color: blue;
    box-shadow: 5px 0px 5px #000;
    border-radius: 100%;     
    text-align: center;  
    display: inline-block;   
    padding: 5px;  
    margin: 5px;
    width: auto; 
    height: auto;
}

#MenuBot1Menu{
    background-color: blue;
    box-shadow: 5px 0px 5px #000;
    border-radius: 100%;     
    text-align: center;  
    display: inline-block;   
    padding: 5px;  
    margin: 20px;
    width: auto; 
    height: auto;
}

#MenuBot1Menu2{
    background-color: blue;
    box-shadow: 5px 0px 5px #000;
    border-radius: 100%;     
    text-align: center;  
    display: inline-block;   
    padding: 5px;  
    margin: -5px;
    width: auto; 
    height: auto;
}

#button_mais{
    background-color: green;
    box-shadow: 5px 0px 5px #000;
    border-radius: 100%;     
    text-align: center;  
    display: inline-block;   
    padding: 5px;  
    margin: 5px;
    width: auto; 
    height: auto;
}

#button_menos{
    background-color: red;
    box-shadow: 5px 0px 5px #000;
    border-radius:100%;     
    text-align:center ;  
    display: inline-block;   
    padding:5px;  
    margin: 5px;
    width:auto; 
    height:auto;
}

#button_mais:hover,#button_menos:hover{    
    background: #004ab3;
}
.container {
    display: flex;
    align-items: center; /* Alinha os itens verticalmente */
}
.campo-texto {
    padding: 8px;
    margin-right: 50px; /* Adicione margem entre o campo de texto e o botão conforme necessário */
}

.botao {
    background-color: #3498db;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.container {
    flex: 1;
    position: relative;
}

.bottom-text22 {
    position: absolute;
    bottom: 0;
}



