#filtro-categorias ul {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.cards-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 15px;
  padding: 8px 4px;
}

.credicard-container {
  position: relative;
}

.credicard {
  display: flex;
  user-select: none;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 150px;
  height: 100px;
  background-color: #007bff;
  opacity: 0.7;
  border-radius: 5px;
  color: white;
  padding: 10px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.credicard:hover {
  transform: translateX(-4px) translateY(-2px);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.credicard.selected {
  opacity: 1;
}

.card-number {
  font-size: 14px;
  margin-bottom: 5px;
}

.card-label {
  font-size: 10px;
}

.card-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  border-radius: 3px;
}

.delete-card-icon {
  font-size: 12px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  color: #ff5500;
  background: white;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease-in-out;
}

.delete-card-icon:hover {
  background: #ff5500;
  color: white;
}

.credicar-radio-button {
  visibility: hidden;
}

.tab_pagamento_tipo:not(active),
.tab_tipo_retirada:not(active) {
  background-color: #fff;
}

input.tipo_retirada,
input.pagamento_tipo {
  width: 0;
  height: 0;
}

/* Carrinho etapas */
.step-indicator {
  display: flex;
  align-items: center;
  position: relative;
}

.step {
  text-align: center;
}

.step i {
  font-size: 2rem;
}

.step-title {
}

.step-conector {
  flex-grow: 1;
  height: 3px;
  background-color: #888;
  margin-top: -40px;
}

.step.active i {
  color: #007bff;
}
/* fim carrinho etapas */

.produto_imagem_e_nome_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.produto_descricao {
  font-size: 0.8rem;
}

#pedido_registrado,
#entrega_registrada,
#pagamento_registrado {
  display: none;
}

#app {
  min-height: 100vh;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

#app-header {
  width: 100%;
  background-color: #2d2926;
}

#header_container {
  display: flex;
  justify-content: space-evenly;
  max-width: 1280px;
  margin: 0 auto;
}

#title_container {
  color: #fff;
}

#logo_container,
#logo_container img {
  width: 140px;
  height: 140px;
  z-index: 9;
}

#menu-dropdown {
  position: absolute;
}

#menu-actions {
  cursor: pointer;
}

.menu-actions {
  font-size: 22px;
}

.menu-actions > a {
  color: white;
}

.menu-actions > a:hover {
  color: white;
  text-decoration: none;
}

.menu-actions > a::after {
  content: none;
}

.menu-actions .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00adf2;
}

#formcarrinho {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(1000px + 1rem);
  align-items: start;
}

.form_container {
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 1rem;
}

header .container {
  position: relative;
}

header .logo {
  border: 5px solid #ffffff;
  background-color: #000000;
  display: table;
  margin: 0 auto;
  border-radius: 4px;
  height: 160px;
  background: #8a1d21;
  border: 5px #fff solid;
  width: 100%;
  max-width: 160px;
  position: relative;
  margin-bottom: -20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 10;
}

header .infos {
  padding-top: 35px;
}

header .logo img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: table;
  width: 100%;
  max-width: 160px;
}

header h2 {
  color: #fff;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 14px;
  margin: 0px;
}

header h1 {
  color: #fff;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 32px;
  font-weight: normal;
}

header .contact {
  display: table;
  width: 100%;
  margin: 15px 0px;
}

header .contact a {
  padding: 10px;
  padding-left: 55px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  display: table;
  float: left;
  background: #0000004a;
  position: relative;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 16px;
  /* font-family: 'Poppins', sans-serif; */
}

header .contact a i {
  position: absolute;
  background: #00000040;
  height: 100%;
  left: 0px;
  top: 0px;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

#zero_resultados {
  width: 100%;
  text-align: center;
}

.produto_categoria_lista {
  border-bottom: solid 1px #cccccccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.produto-title {
  text-align: center;
  margin-bottom: 10px;
  background: #ddd;
  border-radius: 10px;
  padding: 0.2rem;
}

.categoria_container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}

.session-product {
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0.2rem;
}

.product-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
}

.session-product .avatar img {
  width: 100%;
  border-radius: 7px;
  max-height: 170px;
  object-fit: contain;
}

.session-product .value-description {
  font-size: 11px;
  margin-bottom: 0px;
  display: block;
  color: black;
  font-weight: 500;
}

.session-product .value,
.additionals .value {
  color: green;
  font-weight: bold;
  font-size: 1rem;
}

#app-footer {
  background-color: #2d2926;
  color: #ffffff;
  width: 100%;
  margin-top: auto;
}

#app-content {
  width: 100%;
  padding-bottom: 4rem;
}

#total_container {
  display: flex;
  justify-content: center;
  width: fit-content;
  padding: 1rem 0;
  position: sticky;
  bottom: 0;
  margin: 0 auto;
}

#total_container a {
  color: #fff;
  border-radius: 6px;
  max-width: 100%;
}

.total_button {
  max-width: 100%;
}

#carrinho_vazio {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

#carrinhoArea{
  padding-top: 1rem;
}

#pagamento_container,
#carrinho_container {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
}

#form_pagamento,
#form_carrinho {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.carrinho_component {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.item_controles {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.preco_quantidade {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.produto_detalhes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carrinho_item {
  display: flex;
  padding: 0.5rem;
}

.carrinho_item:nth-child(n+2) {
  border-top: solid 1px #888;
}

.item_quantidade_controles {
  width: 100px;
}

.img_produto_table {
  margin-right: 0.5rem;
  width: 80px;
  text-align: center;
}

.product_image_col {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*############################################################################*/

.categoria-ancora {
  text-shadow: 1px 1px 2px #666;
  padding: 7px 15px;
  margin: 8px 2px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 20px;
  background-color: #bbb;
  border-color: #bbb;
}
.categoria-ancora:hover {
  border-bottom: 2px solid black;
}
.categoria-ancora.active {
  border-bottom: 2px solid black;
}

.decrementBtn {
  border-radius: 10px 0px 0px 10px;
  border: none !important;
  outline: none !important;
}
.incrementBtn {
  border-radius: 0px 10px 10px 0px;
  border: none !important;
  outline: none !important;
}
.btn-changeAmountTamanho:hover,
.btn-changeAmount:hover {
  background-color: #cacaca;
}

.header-transparent h4 {
  color: #ffffff;
}

.header-transparent p {
  color: #ffffff;
}

.header-transparent span {
  color: #ffffff;
}

.btn-changeAmount {
  min-width: 1.5rem !important;
}

.imagemProdutoCarrinho {
  max-width: 5rem;
  max-height: 5rem;
  object-fit: scale-down;
}

#confirmacao_pagamento_container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 60px 2rem 2rem 2rem;
}

/* loading overlay */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
}
#loading-overlay #overlay-spinner {
  color: #fff;
  text-shadow: 0px 0px 4px #333;
}

#loading-overlay #overlay-text {
  text-align: center;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
/* fim loading overlay */

#app-header .navbar-nav li a {
  padding: 4px 15px !important;
  margin: 4px 2px;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 2px #666;
  background-color: #333333;
  font-weight: bold;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

#app-header .navbar-nav li a:hover {
  background-color: #0056b3;
}

#app-header .navbar-nav li a.active {
  background-color: #0056b3;
}

#app-header .navbar-nav li a i {
  margin-right: 10px;
}

#app-header .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 35px;
    background-color: #333333;
}



.form_content {
  overflow: auto;
  overflow-x: hidden;
  max-height: 999px;
}

.form_content.open {
  animation: openForm 1s forwards;
}
.form_content.closed {
  animation: closeForm 0.5s forwards;
}

@keyframes openForm {
  from {
    max-height: 0;
  }
  to {
    max-height: 999;
  }
}
@keyframes closeForm {
  from {
    max-height: 999;
  }
  to {
    max-height: 0;
    display: none;
  }
}

.form-error-message {
  font-size: 0.8rem;
}

@media (max-width: 800px) {
  .item_controles {
    justify-content: center;
    width: 100%;
  }
}
