
/*PAGINA DE CADASTRO PARA DESKTOP STYLE COMEÇO*/
.dob-container {
    margin: 20px auto;
    max-width: 500px;
    text-align: left;
    font-family: Arial, sans-serif;
}

/* Título */
.dob-title {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #333;
}

/* Container dos selects */
.dob-selects {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Estilo dos selects */
.dob-selects select {
    flex: 1;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    appearance: none; /* Remove estilo padrão do select */
}


.form_senha {
    display: flex;
    gap: 10px; /* Espaço entre os inputs */
    padding: 5px;
}

.input_cadastro {
    flex: 1; /* Ambos ocupam igualmente o espaço disponível */
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;

}
.input_cadastro_pai
{

    width: 100%;
     flex: 1; /* Ambos ocupam igualmente o espaço disponível */
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.form_cadastro
{
    padding: 5px;
    width: 100%;

}
.input_filho
{
     width: 100%;
     flex: 1; /* Ambos ocupam igualmente o espaço disponível */
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.form_filho
{
 display: flex;
    gap: 10px; /* Espaço entre os inputs */
    padding: 5px;

}

.containercadastro {
    margin-top:50px;
    box-shadow:
  0 3px 6px rgba(0, 0, 0, 0.05),
  0 5px 15px rgba(0, 0, 0, 0.04);

    margin-left: auto;
    margin-right: auto;
    width: 700px;
    padding:20px;
    height:auto;
    background-color:white;
    border-radius:11px;
}

.inputdecadastro {
    background-color: white;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    border: 1px solid #bebcbc;
    font-family: 'Humanst521 BT';
    padding: 10px;
}
    .inputdecadastro:focus {
        outline-color: cornflowerblue;
    }
.menssagemdeerro {
    color: red;
    font-size: 12px;
    height:15px;
    font-family: 'Humanst521 BT';
}
.menssagemdeerromenores {
    margin-left: 50px;
    color: red;
    font-size: 12px;
    font-family: 'Humanst521 BT';
}
.btncadastro {
    border: none;
    background-color: #02a100;
    color: white;
    height: 50px;
    width:170px;
    
    border-radius: 5px;
    font-family: 'Franklin Gothic';
}
.btncadastro:focus {

 outline: none;
}
.btn_cadastro
{

    text-align: center;
    padding: 10px;
}
.btn_cadastro button
{

      background-color: #0077ff;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
}

.btn_cadastro button:hover {
  background-color: #005cd1;
}

.btn_cadastro button:active {
  transform: scale(0.97);
}
/*PAGINA DE CADASTRO STYLE COMEÇO*/


/*PAGINA DE LOGIN COMECO*/
.login {
    width: 350px;
    height: 350px;
    margin: 50px auto;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}
.login h1 {

 font-size: 1.5rem;
    margin-bottom: 5px;
    color: #333;

}


.inputlogin {
    width: 100%;
    padding: 12px 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.btnacessarlogin,
.btnacadastrarlogin {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btnacessarlogin {
    background-color: #007bff;
    color: white;
}

.btnacessarlogin:hover {
    background-color: #0056b3;
}

.btnacadastrarlogin {
    background-color: #28a745;
    color: white;
}

.btnacadastrarlogin:hover {
    background-color: #1e7e34;
}
/*PAGINA DE LOGIN FIM*/



.header_container {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.header_filho {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
}

.header_titulo span {
  font-size: 16px;
  color: #666;
}

.header_acoes {
  display: flex;
  gap: 10px;
}

.btn_header {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
}

.btn_header img {
  width: 40px;
  height: 40px;
}


/*
.header_container
{
   height: 100px;
   width: 100%;
   bottom: 0;
   justify-content: center;
   justify-items: center;
   display: flex;
   background-color: rgb(228, 228, 228);

}
.header_filho
{
  
   background-color: #949494;
   background-size: cover;
   height: 100px;
   width: 900px;
   justify-content: center;
   display: flex;
}
*/

/*tabela principal de itens /////////////////////////////////////////////*/
.tabela_produtos_container {
    
   justify-content: center;
   justify-items: center;
   padding-bottom: 100px;
   background-color: #f0f0f0;
}
.tabela_produtos_filho
{

   display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px; 
    width: 100%;
    border: inherit;
    border-width: 3px;
    font-family: "Poppins", sans-serif;
    width: 1000px;
}
.container_texto
{
   
  width: 100%;
  text-align: center;

}
.container_texto span
{
   
  width: 200px;
  font-size: 25px;
  color: #666;
  
  

}


.container
{

   text-align: center;
   
   justify-items: center;
   justify-content: center;
}
.container_filho_produto
{

    text-align: center;
   align-items: center;
   justify-items: center;
   justify-content: center;
   margin-top: 50px;

}


/*
.produtos{
    border-radius: 9px;
    background-color: white;
    box-shadow: 1px 1px 1px 1px rgba(1, 1, 1, 0.1);
    padding: 20px;
    text-align: center;
}
    */
.div_btn_detalhes_container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.div_btn_detalhes_produtos {
    text-align: center;
}

.btn_detalhes_produtos {
    padding: 8px 16px;
    background-color:white;
    
 border: 1px solid palevioletred;
    
    border-radius: 4px;
    color: #0056b3;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn_detalhes_produtos:hover {
    background-color: #0056b3;
}
#imagemProduto
{

   width: 200px;
   height: 200px;


}

 .produtos {
      border: 1px solid #ccc;
      border-radius: 8px;
      
       padding: 20px;
      text-align: center;
      cursor: pointer;
      transition: transform 0.2s;
    }

    .produtos:hover {
      transform: scale(1.05);
      border-color: #666;
    }


.img_produtos
{
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    text-align: center;

}
.nome_produtos
{
   box-sizing: border-box;
   width: 100%;
   height: 40px;
   font-size: 12px;
   font-weight: 600;
   padding: 7px;
   text-align: center;
   border-bottom: solid 1px #8A5E33 ;
   
}
.preco_produtos
{

  font-weight: 600;
  color: #553a1f;
  padding: 5px;
  text-align: center;

}
.mensagem_tabela
{


   text-align: center;
   font-size: 15px;
}






.img_logo
{
  width: 100px;
  height: 100px;
  margin-top: 20px;
}


/*scroll da classes*/
.scrollable {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  height: 160px;
  padding: 10px;
  background-color: #f0f0f0;
  box-sizing: border-box;
  width: 100%;
}

.opcao_classes_container {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  max-width: 100%;
}

.opcao_classes {
  cursor: pointer;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}



.opcao_classes:hover {
  background-color: #e2e2e2;
}

.opcao_classes img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 5px;
}

.div_classe_nome {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
     background-color: rgb(255, 28, 104);
     border-radius: 5px;
     width: 100px;
     color: white;
  height: 35px;
}


.opcao_classes:hover {
background-color: #c5c5c5;
}

.opcao_classes img {
   width: 60px;
   height: 60px;
   
}
.classe_nome
{
   font-size: 10px;   
}
.div_classe_nome
{
   font-size: 10px;
   margin-top: 5px;
}





.texto
{
margin-top: 10px;
 text-align: center;
 padding: 20px ;
 

}
/**/
.footer_container
{
   background-color:white;
   height: 70px;
   width: 100%;
   position: fixed;
   bottom: 0;
   justify-content: center;
   justify-items: center;

}
.footer_filho
{
   
   height: 65px;
   width: 600px;
   justify-content: space-between;
   display: inline-flex;
   padding: 5px;
}



.grupo_busca_pesquisa_container_pai
{

     padding: 5px;;
}


.grupo_busca_pesquisa
{
   display: flex;
   margin: auto !important;
   width: 900px;
   height: 50px;
   border:solid 1px rgb(160, 160, 160);
   border-radius: 11px;
  

}
.input_busca_pesquisa
{
   
  width: 100%;
  border-radius: 11px;
  
  height: 48px;
  border:none;
  padding: 15px;

}
.input_busca_pesquisa:focus
{
   
  outline: none;

}
.img_busca
{

   width: 20px;
   height: 20px;
}
.btn_busca
{
   border-top-right-radius: 11px;
   border-bottom-right-radius: 11px;
   height: 48px;
   width: 48px;
       background-color: rgb(255, 28, 104);
   border:none;
   margin-left: -20;

}


.btn_carrinho
{
  justify-content: space-between;
  display: flex;
  width: 100%;
  height: 50px;
  border:none;
   background-color: rgb(255, 28, 104);
  font-size: 17px;
  color: white;
  font-weight: 600;
  text-align: center;
  justify-items: center;
  text-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  
}
.texto_centro
{

  text-align: center;
}

#contador {
  position: absolute;
  top:10px;
  right:10px;
  width: 30px;
  height: 30px;
  background-color: rgb(255, 28, 104);
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}




.input_dados
{
  width: 100%;
  height: 40px;
  margin-top: 15px;
  border-radius: 5px;
  border:solid 1px #949494;
  padding: 10px;

}
.input_dados:focus
{
  outline: none;

}
.btn_dados_cliente
{
   justify-content: space-between;
  display: flex;
  width: 100%;
  height: 50px;
  border:none;
  background-color: #517df7 ;
  font-size: 17px;
  color: white;
  font-weight: 600;
  text-align: center;
  justify-items: center;
  text-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}
.btn_adicionar
{
   color: #553a1f;
   display: flex;
   width: 100%;
   height: 40px;
   border:none;
   background-color: rgb(255, 196, 34);
   font-size: 17px;
   font-weight: 600;
   text-align: center;
   justify-items: center;
   justify-content: center;
   border-radius: 5px;
   padding: 10px;
   cursor: pointer;
}
.img_detalhes
{

   text-align: center;
   margin: 10px;
   width: 100%;
   max-height: 320px ;
}



.container_pagamento {
   border-radius: 5px;
   border: solid 1px darkcyan;
}

.forma_pagamento {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(max(50px, 100% / 2), 1fr));
   grid-auto-flow: dense;
   width: auto;
   font-family: Arial;
   font-size: 13px;
   
}
.label_pagamento {
   background-color: #f0f0f0;
   border: 1px solid #ccc;
   display: inline-flex;
   justify-content:space-between;
   padding: 10px;
   border-radius: 11px;
   text-align: center;
   width: auto;
   height: 40px;
   margin:3px;

}
.label_pagamento {
   background-color: #f0f0f0;
   border: 1px solid #ccc;
   display: inline-flex;
   justify-content:space-between;
   padding: 10px;
   border-radius: 11px;
   text-align: center;
   width: auto;
   height: 40px;
   margin:3px;

}

   .label_pagamento:hover {
       outline: none;
       background-color: #e0e0e0;
   }
.texto_forma_pagamento {
   justify-content: center;
   height: 40px;
   background-color: darkcyan;
   color: white;
   display: flex;
   justify-content: center;
   align-items: center;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 5px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}
.btn_whatsapp
{
  border:none;
  background-color: #28B63E;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;


}
.img_whatsapp
{
   width: 30px;
   height: 30px;
}
.icones_footer
{

  width: 40px;
  height: 40px;
  cursor: pointer;

}


/*CONTAINER CLIENTE*/
.container_cliente
{
   width: 100%;
   justify-content: center;
   justify-items: center;

}


.container_cliente_filho
{
   width: 1000px;
   justify-content: space-between;
   display: flex;
   padding: 5px;
 
}
.valor_euro span
{

     font-size: 40px;
     color: #666;
}
.texto_coluna3
{

       font-size: 20px;
     color: blue;

}
.texto_coluna1
{

       font-size: 20px;
     color: #666;
}
.texto_coluna2
{  
       font-size: 30px;
     color: #666;
}

/*FOOTER PE DO SITE///////////////////////////////////////////////////////////////////////////*/
.footer_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.footer_filho {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 10px 20px;
}

.btn_footer {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.icones_footer {
  width: 28px;
  height: 28px;
}

.carrinho_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}


.total_carrinho {
  font-size: 14px;
  margin-top: 2px;
  color: black;
  padding: 3px;
  font-weight: 500;
}
/**/
#classes
{
   width: 600px;
   overflow-y: scroll;
   display: flex;

}
.container_classes
{

   justify-content: center;
   justify-items: center;

}

.footer-info {
  background-color: #f5f5f5;
  padding: 15px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-top: 1px solid #ddd;
}

.footer-info p {
  margin: 5px 0;
}



@media (max-width: 767.98px) {
/*CONTAINER CLIENTE*/
.container_cliente
{
   width: 100%;
   justify-content: center;
   justify-items: center;

}
.container_cliente_filho
{
   width: 100%;

}

.tabela_produtos_filho
{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    border: inherit;
    border-width: 3px;
   
    

}
.produtos{
    border-bottom: solid 1px lavender;
    border-radius: 9px;
    margin: 5px;
    background-color: white;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.nome_produtos
{
   box-sizing: border-box;
   width: 100%;
   height: 60px;
   font-size: 12px;
   font-weight: 600;
   padding: 7px;
   text-align: center;
   border-bottom: solid 1px #8A5E33 ;
   
}
.img_produtos
{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    text-align: center;

}

.img_logo
 {
  width: 100px;
  height: 100px;
  margin-top: 30px;
 }
 .texto
 {
 margin-top: 30px;
  text-align: center;
  padding: 40px ;
 }
    .footer_filho
    {
       height: 65px;
       width: 100%;
       justify-content: space-around;
       display: flex;
    }
    .grupo_busca_pesquisa
    {
       display: flex;
       margin: auto !important;
       width: 100%;
    
    }

/*tabela principal de itens /////////////////////////////////////////////*/
.tabela_produtos_container {
    
   justify-content: center;
   justify-items: center;
   margin-bottom: 200px;
   background-color: #f0f0f0;
    margin-bottom: -80px;
}

}
