body {
  background-color: #ffffff;
}

.card {
  border: 1px solid #f2f2f2;

  background: transparent;
}

.card:hover {
  border: 1px solid #e0e0e0;

  background: transparent;
}

.no-border {
  border: 0px;
}

.no-border:hover {
  border: 0px;
}

.divider-title {
  background-color: #f2f2f2;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.value-card {
  border: 1px solid #f2f2f2;
  margin: 1px;
  border-radius: 5px;
}

.value-span {
  font-size: 11px;
  text-align: center;
}

.value {
  font-size: 12px;
  font-weight: bold;
}

.description {
  font-size: 12px;
}

.btn-primary {
  background-color: orangered;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 13px;
  border: rgb(71, 0, 71);
}

.btn-secondary {
  background-color: orangered;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 13px;
  border: rgb(66, 30, 66);
}

.btn-secondary:hover {
  background-color: rgb(255, 136, 92);
}

.btn-search {
  background-color: rgb(212, 212, 212);
  color: rgb(73, 73, 73);
  font-weight: bold;
  width: 50px;
  font-size: 13px;
  border: rgb(71, 0, 71);
}

.btn-primary:hover {
  background-color: rgb(71, 0, 71);
}

.title-cat {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.171);
}

.title-cat2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.171);
  font-size: 20px;
}

.search-container {
  position: relative;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #495057;
}

.search-input {
  padding-left: 30px; /* Espaço para o ícone */
}

.form-control {
  height: 50px;
  border: 1px solid #f2f2f2;
}

.form-select {
  height: 50px;
  border: 1px solid #f2f2f2;
}

.img-redonda {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.img-banner {
  border-radius: 5px 5px 0px 0px;
}

.divider {
  height: 50px;
  background-color: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px;
}

.not-hover:hover {
  border: 1px solid #f2f2f2;
}

.carrinho {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  height: 50px;
  padding: 15px;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.carrinho:hover {
  border: 1px solid #dadada;
}

.carrinho p {
  padding-top: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.valor-final {
  border: 1px solid rgb(179, 49, 1);
  border-radius: 5px;
  height: 50px;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.valor-final:hover {
  border: 1px solid #dadada;
}

.add-item {
  border: 1px solid rgb(32, 33, 34);
  border-radius: 5px;
  height: 30px;
  width: auto;
  color: rgb(33, 35, 36);
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-item a {
  text-decoration: none;
  color: #5a5a5a;
}

.add-item:hover {
  border: 1px solid #dadada;
}

.custom-align-right {
  text-align: right;
}

.valor-final p {
  padding-top: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgb(179, 49, 1);
}

.cart {
  background-color: tomato;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cart p {
  font-size: 10px;
  color: white;
  font-weight: bold;
  padding-left: 3px;
  padding-bottom: 2px;
}

.display-horario {
  color: green;
}

.horario {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

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

.blinking {
  animation: blink 2s infinite;
}

.menu-lateral {
  display: none;
  position: fixed;
  top: 0;
  right: 1;
  height: 100vh;
  width: 200px;
  background-color: #333;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.fechar-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* Estilo para o botão Carrinho */
#abrir-menu {
  cursor: pointer;
}

.number a {
  text-decoration: none;
  color: orangered;
}

.number a:hover {
  color: rgb(48, 0, 48);
}

.logo-footer {
  height: 100px;
}

.footer-text {
  font-size: 12px;
  color: #495057;
}
.icon-footer {
  color: orangered;
  font-size: 30px;
  margin: 10px;
  transition: transform 0.3s ease; /* Adicione uma transição suave de 0.3 segundos */
}

.icon-footer:hover {
  color: rgb(255, 102, 0);
  transform: scale(1.2); /* Aumenta a escala em 20% ao passar o mouse */
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.success {
  font-size: 40px;
  color: #0c7934;
  font-weight: bold;
  letter-spacing: 3px;

  border: 3px solid #0c7934;
  padding: 50px;
  width: max-content;
  align-items: center;
  text-align: center;
  border-radius: 10px;

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) inset;

  text-shadow: -1px 3px 4px rgba(0, 0, 0, 0.11);
}

.color-success {
  background-color: #f2f3f3;
  height: 250px;

  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) inset;
}

.logo-header {
  height: 80px;
}

.nav-link {
  margin-left: 100px;
  letter-spacing: 3px;
  text-decoration: none;
  color: #333;
}

.nav-link:hover {
  background-color: #e0e0e0;
  height: 100%;
  width: auto;
  color: #0f0f0f;
}

.navbar {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);

  background-color: #dadada;
}

.icon-falt {
  font-size: 30px;
  margin-bottom: 20px;
  color: #333;
}

.icon-confirm {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0c7934;
}

.text-confirmed {
  color: #0c7934;
}

.product {
  font-size: 30px;
}

.new {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  height: 35px;
  font-size: 15px;
}

.img-banner-cat {
  border-radius: 10px;
  width: 100%;
  max-height: 90px;
  min-height: 90px;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-control-input {
  border-radius: 50%; /* Define a borda redonda */
  margin: 10px;
}

.complemento-increment {
  margin: 10px;
  color: orangered;
  font-size: 17px;
}

.complemento-decrement {
  margin: 10px;
  color: orangered;
}

.borda {
  border: 1px solid orangered;
  padding: 5px;
}

.text-name-product {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Adicionei uma sombra de 2px para destaque */
  font-weight: bold;
  color: black;
}

.cat-new {
  cursor: pointer;
}

.text-valor {
  font-size: 14px;
  font-weight: 500;
}

.text-tamanho {
  font-size: 13px;
  font-weight: 200;
}

.obrigatorio {
  font-size: 10px;
  background-color: orangered;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  padding: 8px;
}

.title-modal-pedido {
  letter-spacing: 5px;
}

.tremor {
  animation: tremor 2s ease-in-out; /* Ajuste a duração e a função de temporização conforme necessário */
}

@keyframes tremor {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

@media (max-width: 767px) {
  /* Estilo personalizado para o container no modo mobile */
  .mobile-custom-class {
    text-align: center;
  }

  .success {
    font-size: 20px;
    color: #0c7934;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 20px;
    width: max-content;
    align-items: center;
    text-align: center;
    text-shadow: -1px 3px 4px rgba(0, 0, 0, 0.11);
  }

  .mobile-custom-spacing-1 {
    margin-top: 30px;
  }

  .mobile-custom-spacing-2 {
    margin-bottom: 30px;
  }

  .mobile-display {
    display: none;
  }

  .obrigatorio {
    font-size: 10px;
    background-color: orangered;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding: 2px;
  }

  .mobile-pad {
    margin-top: 10px;
  }

  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
}

.text-carrinho {
  font-size: 14px;
}

.btn-cart {
  font-size: 12px;
  border: none;
  background-color: white;
  color: #495057;
}

.text-entrega {
  font-size: 12px;
}

.gratis {
  color: #0c7934;
}

.btn-edit-finish {
  background: rgb(248, 86, 27);
  color: white;
  font-weight: bold;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 15px;
}

.btn-edit-finish:hover {
  background: rgb(245, 121, 76);
  color: rgb(0, 0, 0);
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
}

.edit-fechar {
  color: orangered;
}

.edit-fechar:hover {
  color: rgb(240, 162, 134);
}

.mobile-custom {
  align-items: center;
}

.mobile-custom-1 {
  width: 100%;
  height: 45px;
}

.botao-inicio{
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: none;

    }

    .botao-inicio:hover{
        text-decoration: none;
        color: rgb(76, 76, 76);
        font-weight: bold;
        }



    /* Exibe o botão apenas em dispositivos móveis */
    @media only screen and (max-width: 767px) {
        .botao-inicio {
            display: block;
        }
        .mobile-padd{
          padding-bottom: 10px;
        }
    }