@import url('https://fonts.googleapis.com/css2?family=Cousine&family=Fira+Mono:wght@400;500;700&family=Nova+Mono&family=Poppins:ital,wght@0,400;0,500;1,300;1,400&display=swap');


body{
    height: 100%;
    margin: 0; /* Certifique-se de que não há margens padrão */
}

#baseitempedido {
    background-color: rgb(255, 255, 255);
    width: 90%;
    


    flex-wrap: wrap; /* Para que os itens sejam quebrados em linha quando não couberem */
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 10px;
    padding: 7px;
    border-radius: 10px;

}

#baseimganddados{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tdquantidade{
    width: 10px;
    font-size: smaller;
    font-family: 'Poppins';
    text-align: center;
    border: 1px solid #bebebe;
    border-radius: 5px;
    
}

.tdquantidade.duplo {
    background-color: #eeec6d;
}

.cabecalho{
    background-color: #a0a0a0;
    font-size: smaller;
    font-family: 'Poppins';
    text-align: center;
    color: rgb(0, 0, 0);
    border: 1px solid #bebebe;
    border-radius: 5px;

}

.tddescricao{
    font-size: smaller;
    font-family: 'Poppins';
    border: 1px solid #bebebe;
    border-radius: 5px;

}

#descricao{
    font-family: 'Poppins';
    font-size: smaller;

    padding-left: 5px;
    padding-right: 1px;
    padding-bottom: 10px;

}





.arrowimages{
    cursor:pointer;

	height: 25px;
	filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: center;

    margin: 0 auto; /*centralize a div horizontalmente*/

}

#basesombra{

    display: flex;
    align-items: center;

    margin: 0 auto; /*centralize a div horizontalmente*/

}

.imgmarmita{
    
    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: 70px;
    max-width: 130px;
    border-radius: 10px;
}

.imagembebida{
    
   
	display: flex;
    justify-content: center;
    margin: 0 auto;
    height: 100px;
    filter: drop-shadow(1px 2px 10px #242424);
    border-radius: 10px;
}

#tableadicionais{
    min-width: 60%;

}

#titulodados{

    font-family: 'Poppins';
    text-align: center;
    margin: 0 auto;
    color: #655c5c;
    margin-top: 5px;


}

.inputdadoscliente{
    height: 1.5rem;
}

#buttonclose2 {

	background-color: rgba(112, 0, 0, 0.767);
	border-radius: 5px;
	width: 95px;
	filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.5));
    height: 25px;	
	margin-left: auto;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-family: 'Poppins';
}

#titulocarrinho {
    position: relative;
	background-color: rgb(0, 107, 45);
	border-radius: 5px;
	width: 200px;
	filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.5));
    height: 25px;	
    z-index: 2;
	margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-family: 'Poppins';
}

#finalizarpedido {
    background-color: rgb(10 151 0 / 77%);
    border-radius: 5px;
    width: 165px;
    filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.5));
    height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    margin-left: auto;
    cursor:pointer
}


#fechamentopedido2 {
    top: 65px;
    border-radius: 17px;
    position: absolute;
    left: 5%;
    background-color: #a3a3a3;
    width: 90%;
    min-height: 200px;
    margin: 0 auto;
    z-index: 2; 
    overflow-y: scroll; 
    padding-bottom: 10px;
    filter: drop-shadow(1px 4px 10px rgba(0, 0, 0, 0.5));

    padding-bottom: 50px;
}

#voltarcarrinho {
    background-color: rgba(0, 98, 227, 0.77);
    border-radius: 5px;
    width: 165px;
    filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.5));
    height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    margin-left: auto;
}


.valordoitem{

    font-family: 'Courier New', Courier, monospace;
    font-size: .9rem;


}

#buttonsentrega{

    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.buttonentrega {
    cursor:pointer;
    font-size: .8rem;
    background-color: aliceblue;
    width: 8.5rem;
    display: flex;
    text-align: center;
    margin: 0;
    align-items: center;
    justify-content: space-around;
    height: 1.5rem;
    border-radius: .5rem;
    filter: drop-shadow(1px 2px 2px #242424);

}
.buttonentrega.receber{
    color: #fff;
    background-color: rgb(11, 137, 0);

}


.buttonentrega.retirar{
    color: #fff;
    background-color: rgb(206, 79, 0);
}


#formularioendereco{
    margin: 10px;
    font-size:.8rem;
}

#divformcliente{
    min-height: 26rem;
    margin-top: 20px;
    background-color:#eeec6d;
    border-radius: 10px;
    filter: drop-shadow(1px 4px 10px rgba(0, 0, 0, 0.5));
    transition-duration: 1.5s;
}

#telefone{
    height: 1.5rem;
}
#tipopag{
    height: 1.5rem;
}
#inputtroco{
    height: 1.5rem;
}