/* =========================
   MENUBE - ESTILO AGOTADO
========================= */

button:disabled,
.menu2-item.menu2-soldout button {
  background: #d40000 !important;
  border-color: #d40000 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

.menu2-soldout-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 96px !important;
  min-height: 32px !important;
  padding: 6px 12px !important;
  box-sizing: border-box !important;

  background: #ff0000 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;

  border-radius: 10px !important;
  border: 2px solid #990000 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  box-shadow: 0 3px 10px rgba(255, 0, 0, 0.35) !important;
}

@media (max-width: 767px) {
  .menu2-soldout-badge {
    min-width: 104px !important;
    padding: 6px 14px !important;
    font-size: 0.78rem !important;
  }
}