* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #f7f5f4 !important;
}

html, body {
  overflow-x: hidden;
}

.d-grid .btn{
    background: #f47e07 !important;
    color: white !important;
    border: 0px !important;
}


.tpproduct__add {
    margin: 5px;
}
.tpproduct__unify{
    display: flex;
    align-items: center;
}
  .circle {
            width: 30px;
            height: 30px;
            background-color: #f47e07;
            border-radius: 50%;
            display: grid;
            place-items: center;
            font-size: 20px;
            font-weight: bold;
            color: white;
            text-align: center;
            line-height: 1;
            font-family: Arial, sans-serif; /* Garante uma fonte bem alinhada */
        }
        
ol#listar-itens-carrinho{
    padding: 10px;
}
    #pixPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
img#base64image {
    width: 250px;
}
.popup-content {
    display: flex;
    width: 80%;
    height: 40%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}


.text-warning{
    color: #f47e07 !important;
}

.unify-total-cart{
    display: flex;
    flex-direction: column;
}
.superior-div-cart{
    display: flex;
        gap: 15px;

}

i.bi.bi-clipboard.text-primary {
    color: #f47e07 !important;
}
.description-title{
    padding: 10px ;
    text-align: left;
}
.description-title b{
    font-size: 19px;
}
button.btn.btn-warning.btn-lg {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
        padding: 12px;
    border: none !important;
    color: white !important;
    background: #f47e07 !important;
    width: 100%;
}
/* li.list-group-item.d-flex {
    background: #f7f5f4 !important;
}*/
.header__info-cart span {
    position: absolute;
    font-size: 11px;
    background-color: black;
    color: var(--tp-common-white);
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    display: block;
    border-radius: 50px;
    top: -2px;
    right: -3px;
}

.cards {
  margin-top: 25px;
  justify-content: center;
}

.card {
  margin: 10px;
  padding: 20px;
  height: 120px;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  width: 100%;
}


.card:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}


.card-title {
  grid-row: 2/4;
  font-weight: 300;
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}



.link-card {
  text-decoration: none;
}



.carrinho {
  margin-right: 10px;
}


/* CARD BACKGROUNDS */

.azul {
  background: radial-gradient(#1fe4f5, #3fbafe);
}

.rosa {
  background: radial-gradient(#fbc1cc, #fa99b2);
}

.azul-escuro {
  background: radial-gradient(#76b2fe, #b69efe);
}

.verde {
  background: radial-gradient(#60efbc, #58d5c9);
}

.roxo {
  background: radial-gradient(#f588d8, #c0a3e5);
}

.vermelho {
  background: radial-gradient(#f58888, #e32424);
}


.verde-escuro {
  background: radial-gradient(#1adb54, #36a867);
}


.laranja {
  background: radial-gradient(#f5c071, #c98116);
}

.amarelo {
  background: radial-gradient(#e4eb6e, #c3cc14);
}





.overlay {
  position: fixed;
  top: 60px;
  right: 10px;
  visibility: hidden;
  opacity: 0;
  background: #fcfbeb;
  width: 320px;
  max-height: 500px;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}


.popup {
  margin: 5px auto;
  padding: 10px;

}



.popup .close {
  position: absolute;
  top: 0;
  right: 5px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #c23232;
}


.linha {
  margin: 5px 0px;
}

.titulo-popup {
  font-size: 17px;
  font-weight: 500;
}


.conteudo-popup {
  font-size: 15px;
}



.rodape {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #ededed;
  text-align: center;
  font-size: 12px;
  color: #363636;
  z-index: 300;
}


.link-neutro {
  color: #363636;
  text-decoration: none;
}

.link-neutro2 {
  color: #ffffff;
  text-decoration: none;
}


.valor-item {
  font-size: 12px;
  color: #025709;
}

.valor-item-maior {
  font-size: 13px;
  color: #025709;
}


.titulo-itens {
  margin-bottom: 8px;
  background: #f47e07;
  padding: 20px;
  color: white;
}

.titulo-itens-pizza {
    margin-top: 15px;
  font-size: 17px;
  font-family: "Montserrat";
  margin-bottom: 10px;
  font-weight: 500;
  color: black !important;
  padding: 2px;
  width: 100%;
}


.total {
  text-align: right;
  margin-right: 5px;
  margin-top: 8px;
  font-size: 14px;
}

.tpcart__item {
    justify-content: space-between;
}



.abaixo {
  bottom: 0px;
  width: 100%;
}



.titulo-itens-2 {
  margin-top: 12px;
  margin-bottom: 8px;
  background: #f2f0f0;
  padding: 5px;
}


.titulo-descricao-item {
  font-weight: 400;
  font-size: 14px;

}


.descricao-item {
  font-size: 13px;
  margin-top: 10px;
}


.conteudo-descricao-item {
  margin: 0px 15px;
}


.destaque {
    display: flex;
gap: 20px;
  font-size: 18px;
  font-family: "Montserrat";
  text-align: center;
  font-weight: 500;
  flex-direction: column;
}


.destaque-qtd {
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}


div#display-add-to-cart{
    display: flex!important;
        width: 100%;
    justify-content: center;
        padding-bottom: 30px;
}


#right-arrow{
  margin-left: 10px;
}

#add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: black;
    padding: 10px;
    font-size: 17px;
    text-decoration: none;
    border-radius: 50px;
    width: 90%;
}

a.botao-comprar-novamente {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  padding: 14px;
  font-size: 17px;
  text-decoration: none;
  border-radius: 0.5rem;
}

#left-arrow{
  margin-left: 10px;
}

.total-pedido {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  bottom: 50px;
  width: 100%;
}

.area-pedidos{
    padding: 10px;
}
.botao-carrinho {
  border-radius: 0px;
  height: 45px;
}


.navbar-brand {
    display: flex;
    align-items: center;
}



.overlay2 {
  position: fixed;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  background: #fcfbeb;
  width: 100%;
  height: auto;
  z-index: 1;

  --color-light: white;
  --color-dark: #212121;
  --color-signal: #fab700;

  --color-background: var(--color-light);
  --color-text: var(--color-dark);
  --color-accent: var(--color-signal);

  --size-bezel: .5rem;
  --size-radius: 4px;

  line-height: 1.4;

  font-family: 'Inter', sans-serif;
  font-size: calc(.6rem + .4vw);
  color: var(--color-text);
  background: var(--color-background);
  font-weight: 300;
  padding: 0 calc(var(--size-bezel) * 3);
}

.overlay2:target {
  visibility: visible;
  opacity: 1;
}


.popup2 {
  margin: 5px auto;
  padding: 10px 0px;

}



.popup2 .close {
  position: absolute;
  top: 0;
  right: 5px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup2 .close:hover {
  color: #c23232;
}





.card-add-carrinho {
  background: var(--color-background);
  padding: 10px;
  margin-top: 15px;
  border-radius: var(--size-radius);
  border: 3px solid var(--color-shadow, #8c8b8b);
  box-shadow: .5rem .5rem 0 var(--color-shadow, #8c8b8b);

}


.group {
  position: relative;
  margin-bottom: 25px;
}

.input {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
}

.input:focus {
  outline: none;
}

/* LABEL ======================================= */
.label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.input:focus~label,
input:valid~label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}



.imagem-produto {
  width: 300px;
  margin-top: 10px;
}


.qtd-adc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.carrinho-qtd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  text-align: left;
  padding: 10px;
  margin-top: 10px;
  font-size: 0;

}

.itens-carrinho-qtd {
  left: 30px;
  display: inline-block;
  font-size: 18px;
}

.itens-carrinho-qtd-adc {
  left: 60px;
  display: inline-block;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.itens-qt-adc {
    gap: 20px;
    display: flex;
    align-items: center;

}

.itens-carrinho-qtd-adc {
    padding-top: 10px;
    padding-bottom: 10px;
}

a#a-list-link-cart {
        display: flex;
    align-items: center;
}
.menos-mais {
    display: flex;
  width: 35px;
  height: 32px;
  background: rgb(255 126 13 / 44%);
  text-align: center;
  font-size: 17px;
  align-items: center;
    justify-content: center;
}

.menos-mais:active {
  background: #FF7E0D; /* Muda a cor de fundo ao clicar */
}

.qtd-item-carrinho {
  width: 35px;
  text-align: center;
      display: flex;
    align-items: center;
    justify-content: center;
  font-size: 15px;
}


.valor-carrinho-it {
  width: 90px;;
  display: inline-block;
  font-size: 17px;
  color: #0a8f17;
}


.nome-produto {
  font-weight: 300;
}




.overlay-excluir {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  background: #ffeae6;
  width: 300px;
  height: auto;
  z-index: 1;
}



.nome_user {
  font-size: 18px;
}

.telefone_user {
  font-size: 16px;
  color: black;
  font-weight: bold;

}

.botao_sim {
  width: 100%;
  background-color: rgb(255 126 13);
  padding: 10px;
  color: #FFF;
  border: 0px;
  border-radius: 0px;
}


.botao_nao {
  width: 100%;
  background-color: red;
  padding: 10px;
  color: #FFF;
  border: 0px;
  border-radius: 0px;
}




.badge2 {
  position: absolute;
  display: inline-block;
  min-width: 10px;
  padding: 4px 9px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f6f2f8;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #242424;
  border-radius: 5px;
  left: 0;
  top: -10px;
  z-index: 200;



}



.ocultar {
  display: none;
}




@media (max-width: 768px) {
  .card {
    padding: 5px;
    min-height: 70px;
    margin: 0px 0px 20px 0px;
  }

  .card-title {
    font-size: 18px;
  }

  .cards {
    margin-left: 0px;
    margin-right: 0px;
  }

  .ocultar-mobile {
    display: none;
  }


  .imagem-produto {
    width: 100%;
    padding: 0px 10px;
  }



  .margin_top_negativa {
    margin-top: 0px !important;
  }



}


.cardTarefas {
  margin-bottom: 10px;
  margin-left: 9px;
}



@media (min-width: 768px) {



  .cardTarefas {
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .cards {
    margin-left: 100px;
    margin-right: 100px;
  }

  .ocultar-banner-web {
    display: none;

  }



  .cards {
    margin-top: 65px;
  }

  .margin_top_web {
    margin-top: 30px;
  }




}


.subtitulo-item {
  font-weight: 500;
  font-size: 13px;
}

.subtitulo-item-menor {
  font-weight: 500;
  font-size: 11px;
}


.ingredientes {
  font-size: 11px;
}


.avancar-pgto {
  font-size: 13px;
}

.previsao_entrega {
  font-size: 13px;
  margin-bottom: 10px;
}

span#area-taxa {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
}

   .total-finalizar {
           border-radius: 20px 20px 0px 0px;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      padding: 15px;
      box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
      z-index: 100;
    }


.sabores {
  text-align: center;
  padding: 5px;
  justify-content: center;
}

.sabores-itens {
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  padding: 5px;
  margin: 2px;
  font-size: 11px;
}

#agroup-item-list-1-id{
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.ocultar_img {
  display: none;
}

.ocultar_dasktop {
  display: none;
}

.ocultar_mobile {
  display: inline;
}

img.icon-diminuir {
    width: 30px;
}

.destaque-qtd-div {
    box-shadow: 0px -5px 10px -5px #00000047;
    box-shadow: 5px 0px 0px 0px # black;
    position: fixed;
    background: #f2f2f2;
    display: flex;
    width: 100%;
    bottom: 0;
}
#remove-item-direita {
    display: flex;
    background: #f47e07;
    color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
}

#list-group-id-principal{
    display: flex;
    gap: 15px;
    padding: 10px;
    align-items: center;
    background: none;
    position: relative;
}

.fixed-top{
    position: inherit !important;
}
#area-pedidos-id {
      position: fixed;
      bottom: 0;
      display: flex;
      width: 100%;
      flex-direction: column;
      background: #f2f2f2;
      transform: translateY(100%); /* Inicialmente a div está escondida embaixo */
      opacity: 0; /* Inicialmente invisível */
      transition: transform 0.5s cubic-bezier(0.1, 0.50, 0.25, 1), opacity 0.5s cubic-bezier(0.1, 0.50, 0.25, 1); /* Transição com cubic-bezier */
    }

    #area-pedidos-id.show {
      transform: translateY(0); /* Mostra a div quando a classe "show" for adicionada */
      opacity: 1; /* Torna a div visível */
    }
li#list-group-id-principal {
    margin-top : 10px !important;
    margin-bottom: 10px !important;
}

#tpcart-product-id {
    overflow-y: scroll;
    max-height: 500px;
    position: relative;
}

#navbar-brand-id{
    display: flex;
    align-items: center;
}

#big-observacoes{
    display: flex;
    align-items: center;
}

#total-finalizar-id{
    background-color: #f7f5f4 !important;
}

#total-pedido-id{
    display: flex;
}

.gategory-div-principal {
    margin-top: 40px;
        margin-left: 10px;
}

 .category-div-go {
        display: flex;
        overflow-x: auto; /* Permite rolagem horizontal */
        scroll-snap-type: x mandatory; /* Faz os slides "encaixarem" */
        scroll-behavior: smooth; /* Suaviza a rolagem */
        gap: 20px; /* Espaço entre os slides (opcional) */
    }

    .slide-animation {
        display: flex;
        gap: 10px;
        flex-direction: column;
        flex: 0 0 auto; /* Impede que os slides se estiquem */
        scroll-snap-align: start; /* Alinha o início do slide ao rolar */
            align-items: center;
    }

    .category-div-go::-webkit-scrollbar {
        display: none; /* Esconde a barra de rolagem */
    }
.tpcart__unify {
    display: flex;
    gap: 10px;
}

div#total-pedido-id {
    padding: 0 20px;
}

div#resultadoBusca {
    margin: 10px 30px;
}

  .result-header h3 {
    color: #f47e07; /* Cor desejada */
    font-size: 18px; /* Tamanho da fonte */
    font-weight: 500;
    margin: 0; /* Opcional: remove margens extras */
  }
  
  .result-header{
      margin: 20px 0px;
  }
#mt-4-id{
    margin-top: 0px !important;
}

button#btn_ident {
    background: transparent;  
}

button#colapse-2 {
    background: transparent;
}

button#colapse-3 {
    background: transparent;
}

input#telefone {
    background: transparent;
}

input#nome {
    background: transparent;
}

li.list-group-item.d-flex.justify-content-between.align-items-center {
    background: transparent;
}

li.list-group-item.d-flex.justify-content-between.align-items-start {
    background: transparent !important;
}

li.list-group-item.d-flex.custom-group-pizza {
    background: transparent;
}

.d-grid.gap-2.col-8.mx-auto.mt-4.mb-4 {
    width: 100%;
    margin: 0 !important;
    padding: 0px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.form-check-input:checked{
    background-color: #f47e07;
    border-color: #f47e07;
}



#custom-group-pizza-id{
    display: flex !important;
    justify-content: space-between;
}

#accordionExample{
    background: transparent !important;    
}

#min-max-pizza-id{
    position: inherit;
    right: 0;
}

#bg-light-items-id{
    background: transparent !important;
}

#accordion-item-id{
    background: transparent !important;    
}



.destaque-qtd-obs {

    display: flex
;
    gap: 10px;
    flex-direction: column;
        padding: 10px;
}
.destaque-qtd-total {
    width: 100%;
    display: flex;
    justify-content: space-between; /* Isso garante que o total e o valor fiquem nas extremidades */
    align-items: center; /* Alinha verticalmente o conteúdo */
    padding: 5px 10px; /* Ajuste opcional para o espaçamento interno */
    font-size: 16px; /* Tamanho da fonte */
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
}

.destaque-qtd-total .direita {
    text-align: right; /* Garante que o valor à direita esteja alinhado */
}

.unify-total-add {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}
.mx-auto {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.destaque-qtd-quantidade {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d1d1d1; /* Borda clara */
    border-radius: 10px; /* Bordas arredondadas */
    padding: 5px 10px;
    transition: box-shadow 0.3s ease;
}


.destaque-qtd-quantidade .direita {
    display: flex;
    align-items: center;
}

.destaque-qtd-quantidade .quantidade {
    margin: 0 10px;
    font-weight: bold;
}

.destaque-qtd-quantidade button {
    border-radius: 5px; /* Bordas arredondadas */
    padding: 5px 10px;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}

.destaque-qtd-quantidade button:hover {
    color: #f47e07; /* Cor ao passar o mouse */
    background-color: #f1f1f1; /* Cor de fundo ao passar o mouse */
}

.destaque-qtd-quantidade .btn-diminuir {
    margin-right: 10px; /* Distância entre o botão - e a quantidade */
}

.destaque-qtd-quantidade .btn-aumentar {
    margin-left: 10px; /* Distância entre o botão + e a quantidade */
}


.tpbanner__item img {
  width: 100%;
height: 300px; /* ou o valor que melhor se adequar ao seu container */
  object-fit: cover; /* 'cover' fará com que a imagem cubra o container, mantendo a proporção */
}

   .quantidade-addcart {
       height: 150px;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: sticky;
    bottom: 0;
    background-color: #fff; /* Opcional, dependendo da cor do fundo */
    padding: 10px;
    z-index: 10; /* Garantir que fique acima de outros elementos */
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave na parte superior */
    justify-content: center;
}

.destaque-qtd {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ababab;
    border-radius: 50px;
    width: fit-content;
}

.destaque-qtd .direita {
    display: flex;
    align-items: center;
}

.destaque-qtd .quantidade {
    margin: 0 10px;
    font-weight: bold;
}

.destaque-qtd button {
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: transparent;
    transition: 0.3s;
}

.destaque-qtd button:hover {
    color: #f47e07;
}

.d-grid .btn {
    width: 100%;
}

.btn-diminuir, .btn-aumentar {
    transition: 0.3s;
}

.destaque-qtd .direita button:hover {
    color: #f47e07;
}



.produto-item.col-xl-4 {
    width: 100%;
}

.row {
    display: grid !important;
    gap: 20px!important;
    grid-template-columns: repeat(3, 1fr)!important;
}

.custom-modal-dialog {
    width: 50%;
}

.col-lg-4.col-md-6 {
    width: 100%;
}

.col-xl-4 {
    width: 100%;
}
.custom-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.combos-slide.produto-item {
    padding: 0 !important;
}
.col-lg-12.text-center {
    padding: 0 !important;
}
.blog-area{
    padding: 0px 15px;
}

#slider{
    display: none;
}
@media (max-width: 992px) {
    #slider{
    display: flex;
}
    .row {
    gap: 0px!important;
    grid-template-columns: repeat(1, 1fr)!important;
    }
    .combos-div {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    }
    
    .d-flex{
    justify-content: space-between;
    }
    
  .ocultar_img {
    display: inline;
    }
    .custom-modal-dialog {
    width: 100%;
    }

  .ocultar_dasktop {
    display: inline;
  } 
  
    .ocultar_mobile {
      display: none;
    }
  
}