@charset "UTF-8";
html, body {
  background: rgb(233, 226, 219);
  height: 100%;
  margin: 0;
  overflow: hidden; /* Prevent Chrome from adding page-level scrollbars */
  overscroll-behavior: none; /* Avoid scroll chaining/jump */
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

div.confirm-image-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
div.confirm-image-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

div.main-order-box {
  font-size: 14px;
  gap: 0;
  height: calc(100vh - 80px);
  overflow: hidden;
}
div.main-order-box > div {
  position: relative;
}
div.main-order-box > div:nth-child(1) {
  background: white;
  min-height: 80px;
}
div.main-order-box > div:nth-child(2) {
  background: #E9E2DB;
}

.main-top-card {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 20px;
  gap: 2px;
  width: 123px;
  background: var(--white);
  box-shadow: 0px 4px 40px rgba(106, 92, 77, 0.2);
  height: auto !important;
  cursor: pointer;
}
.main-top-card .day {
  font-family: "Conso";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
}
.main-top-card .date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: var(--black);
  opacity: 0.6;
}
.main-top-card .cart-tag {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 140%;
  background: var(--secondary-colorful);
  color: var(--white);
  text-transform: uppercase;
  padding: 2px 6px;
  display: none;
}
.main-top-card.in-cart {
  height: 85px;
}
.main-top-card.in-cart .cart-tag {
  display: flex;
}
.main-top-card.day-active {
  border-bottom: 3px solid var(--secondary-colorful);
}
.main-top-card.day-active .day {
  color: var(--secondary-colorful);
}

#day-list-view {
  position: absolute;
  left: 80px;
  top: 20px;
  min-height: 75px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 1240px) {
  .main-top-card {
    transition: 0.5s;
  }
  .day-active {
    background: #e9e2db !important;
    border-bottom: none !important;
  }
  div.mobile-nav {
    display: flex;
    gap: 10px;
  }
  div.mobile-nav .kosar-btn {
    display: block;
  }
  div.main-order-box {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
    overflow: hidden;
    width: 100%;
  }
  div.main-order-box.to-back div.main-food-wrapper, div.main-order-box.to-back div.day-item-wrapper {
    transform: translateX(100%);
  }
  div.main-order-box div.day-item-wrapper::-webkit-scrollbar {
    display: none;
  }
  div.main-order-box div.day-item-wrapper {
    width: 100%;
    overflow-y: hidden;
    position: relative;
    transition: 0.5s;
  }
  div.main-order-box div.day-item-wrapper #day-list-view {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  div.main-order-box div.kosar-wrapper {
    position: fixed;
    inset: 80px 0 10px 10px;
    z-index: 1000;
    transition: 0.5s;
    transition-delay: 0s;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    transform: translateX(100%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px 0 0 5px;
  }
  div.main-order-box div.kosar-wrapper div.kosar-container > div:nth-child(2) {
    background: #E4DAD0;
    min-height: auto;
  }
  div.main-order-box div.kosar-wrapper.show {
    display: flex;
    transform: translateX(0);
  }
  div.main-order-box div.banner-box {
    display: none !important;
  }
  div.main-order-box div.main-food-wrapper {
    height: 100%;
    transition: 0.5s;
  }
}
div.main-food-box {
  background: transparent;
  position: absolute;
  inset: 20px;
  display: flex;
  flex-direction: column;
}
div.main-food-box > div {
  position: relative;
}
div.main-food-box div.kategoria-container {
  margin-top: 20px;
}
div.main-food-box div.banner-box {
  width: 100%;
  background: transparent;
  min-height: 173px;
  max-height: 173px;
  height: 173px;
  overflow: hidden;
  scroll-snap-align: start;
}
div.main-food-box div.banner-box img {
  object-fit: contain;
  width: auto;
  display: block;
  max-width: 100%;
}

#top-menu {
  position: relative;
  box-shadow: none;
  border-bottom: 1px inset rgba(0, 128, 0, 0.5);
  overflow: hidden;
}
#top-menu div.category-list {
  display: flex;
  gap: 10px;
  box-shadow: none;
  border: none;
  background: transparent !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding: 0 10px;
  overflow-x: auto;
}
#top-menu div::-webkit-scrollbar {
  display: none;
}
#top-menu div.indicator {
  position: absolute;
  bottom: 0;
  left: var(--left, 0);
  height: 5px;
  background: #A65023;
  width: var(--indicator-width, 10);
  pointer-events: none;
  transition: 0.5s;
}

#kategoria-body {
  flex-grow: 1;
}

#kategoria-absolute-wrapper {
  overflow-y: auto; /* allow scroll */
  -ms-overflow-style: none; /* IE / Edge legacy */
  scrollbar-width: none; /* Firefox */
  overscroll-behavior: contain; /* prevent scroll chaining to body */
}

#kategoria-absolute-wrapper::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
  display: none;
}

div.kategoria-list-element {
  background: transparent;
  width: 100%;
  position: relative;
}
div.kategoria-list-element div.k-listview-content {
  gap: 0;
  background: transparent !important;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  min-height: auto !important;
  box-sizing: border-box;
}
div.kategoria-list-element div.k-listview-content::-webkit-scrollbar {
  display: none;
}

/* Show vertical scrollbar in the foods section */
#kategoria-absolute-wrapper {
  /* keep vertical scrolling */
  overflow-y: auto;
  /* restore visible scrollbars across browsers */
  -ms-overflow-style: auto; /* IE/Edge legacy */
  scrollbar-width: auto; /* Firefox */
}

#kategoria-absolute-wrapper::-webkit-scrollbar {
  width: 10px; /* WebKit */
  height: 10px;
  display: block; /* override earlier display:none */
}

#kategoria-absolute-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
}

#kategoria-absolute-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

div.category-item {
  box-sizing: border-box;
  height: 50px;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  scroll-snap-align: start;
}
div.category-item.active {
  border-bottom: 5px inset #A65023;
  font-weight: bold;
}

div.food-card {
  width: 270px;
  display: flex;
  align-items: stretch;
  min-height: 400px;
  flex-direction: column;
  background: white;
  min-width: 270px;
  transition: 0.5s;
  scroll-snap-align: start; /* Mindig az elem elejére pattanjon */
  overflow: hidden;
  box-sizing: border-box !important;
  height: 100%;
}
div.food-card * {
  box-sizing: border-box !important;
}
@keyframes kedvenc-anim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
div.food-card.kedvenc div.card-body div.kedvenc-box i:nth-child(1) {
  opacity: 0;
}
div.food-card.kedvenc div.card-body div.kedvenc-box i:nth-child(2) {
  opacity: 1;
}
div.food-card div.card-body {
  background: white;
  padding: 20px;
  flex-grow: 1;
  position: relative;
}
div.food-card div.card-body h3 {
  font-size: 0.8rem;
  white-space: normal; /* 🔹 Biztosítja, hogy tördelődjön */
  margin-bottom: 20px;
  display: block;
  padding-right: 20px;
}
div.food-card div.card-body .info-button {
  position: absolute;
  right: 5px;
  top: 10px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background: var(--white);
  box-shadow: none;
  border-radius: 18px;
  height: 36px;
}
div.food-card div.card-body .info-button i.fa {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-colorful);
}
div.food-card div.card-body div.extrak-box > div.form-check {
  display: flex;
  align-items: flex-start; /* Align checkbox with first line of label */
  gap: 5px;
  padding: 10px 0;
}
div.food-card div.card-body div.extrak-box > div.form-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  min-width: 20px;
  min-height: 20px;
  accent-color: var(--secondary-colorful);
  /* nudge up so single-line labels align with checkbox */
  margin-top: -2px;
}
div.food-card div.card-body div.extrak-box > div.form-check label {
  font-size: 0.8rem;
  white-space: normal; /* allow wrapping */
  margin-bottom: 0;
  display: -webkit-box; /* enable line clamp */
  line-clamp: 2; /* standard property for compatibility */
  -webkit-line-clamp: 2; /* allow up to two lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  word-break: break-word;
}
div.food-card div.card-image {
  position: relative;
}
div.food-card div.card-image div.csipos-box {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 30px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 0 10px;
}
div.food-card div.card-image div.csipos-box i {
  font-size: 1rem;
  color: white;
}
div.food-card div.card-image div.pontok-box {
  position: absolute;
  height: 30px;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 0 10px;
}
div.food-card div.card-image div.pontok-box span {
  font-size: 1rem;
  font-weight: bold;
  user-select: none;
}
div.food-card div.card-image div.kedvenc-box {
  display: flex;
  width: 30px;
  height: 30px;
  background: white;
  position: absolute;
  left: 5px;
  bottom: 5px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 15px;
  padding: 0 10px;
}
div.food-card div.card-image div.kedvenc-box i {
  font-size: 24px;
  color: rgb(166, 80, 35);
}
div.food-card div.card-image div.kedvenc-box i:nth-child(2) {
  opacity: 0;
}
div.food-card div.card-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 10px;
  gap: 10px;
  height: 80px;
}
div.food-card div.card-bottom button.add-to-cart-btn {
  width: 125px;
  height: 45px;
  background: var(--primary-gradient);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
}
div.food-card div.card-bottom button.add-to-cart-btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
div.food-card div.card-bottom button.add-to-cart-btn.visible {
  opacity: 1;
  transform: translateX(0);
}
div.food-card div.card-bottom .food-cart-quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95px;
  height: 45px;
  background: var(--white);
  border: 1px solid var(--light-beige);
  box-sizing: border-box;
}
div.food-card div.card-bottom .food-cart-quantity button {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
  width: 28px;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}
div.food-card div.card-bottom .food-cart-quantity input {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
  height: 100%;
  width: 39px;
  text-align: center;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.food-card.selected div.card-image div.check-box {
  visibility: visible;
  opacity: 1;
}
div.food-card div.efogyott-box {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 90px;
  pointer-events: none;
  transition: 0.5s;
  opacity: 0;
  backdrop-filter: grayscale(1);
}
div.food-card div.efogyott-box h1 {
  color: white;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  display: inline-block;
  user-select: none;
  letter-spacing: 2px;
  z-index: 2;
}
div.food-card div.check-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  color: var(--light-beige);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
div.food-card.elfogyott div.efogyott-box {
  opacity: 1;
  pointer-events: all;
  border-radius: 0;
}
div.food-card.kedvencek-animate div.kedvenc-box {
  animation: blink-2 both;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-iteration-count: 15;
}

select {
  appearance: auto !important;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  height: 30px;
  padding: 0 5px;
}

div.food-card select {
  width: 100%;
}

.owl-carousel .food-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 400px;
  height: 100%;
  box-sizing: border-box;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
  height: auto;
}

.owl-carousel .owl-item:last-child .food-item {
  margin-right: 0;
}

.delete-confirm-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  overflow: auto; /* allow scroll if content overflows viewport */
}

.delete-confirm-popup {
  background: white;
  border-radius: 8px;
  padding: 20px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-height: calc(100dvh - 40px); /* keep some breathing room top/bottom */
  overflow: auto; /* internal scroll if content is taller */
}
.delete-confirm-popup .confirm-image-box {
  width: 200px;
  height: 150px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 8px;
}
.delete-confirm-popup .confirm-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.delete-confirm-popup h3 {
  margin: 15px 0;
  font-size: 1.1rem;
  color: #333;
}
.delete-confirm-popup p {
  margin: 10px 0;
  color: #666;
  font-size: 0.9rem;
}
.delete-confirm-popup .confirm-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.delete-confirm-popup .confirm-buttons button {
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s;
}
.delete-confirm-popup .confirm-buttons button.confirm-delete-btn {
  background: #dc3545;
  color: white;
}
.delete-confirm-popup .confirm-buttons button.confirm-delete-btn:hover {
  background: #c82333;
}
.delete-confirm-popup .confirm-buttons button.cancel-delete-btn {
  background: #6c757d;
  color: white;
}
.delete-confirm-popup .confirm-buttons button.cancel-delete-btn:hover {
  background: #5a6268;
}

.delete-confirm-popup.no-address-popup {
  max-width: 420px;
}
.delete-confirm-popup.no-address-popup .no-address-text {
  font-family: "Conso";
  font-size: 0.95rem;
  line-height: 130%;
  color: var(--black);
  margin: 10px 0 5px;
}
.delete-confirm-popup.no-address-popup .confirm-buttons {
  margin-top: 15px;
}
.delete-confirm-popup.no-address-popup .confirm-buttons button.no-address-ok-btn {
  background: var(--primary);
  color: var(--white);
  min-width: 100px;
}
.delete-confirm-popup.no-address-popup .confirm-buttons button.no-address-ok-btn:hover {
  background: #14302f;
}

.popup-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 30px;
  background: var(--white);
}
.popup-bottom div.allergiak-box {
  align-items: flex-start;
}
.popup-bottom div.allergiak-box ul {
  list-style-type: none;
}
.popup-bottom .popup-food-name {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: var(--primary);
}
.popup-bottom .popup-data-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.popup-bottom .popup-data-container .data-col {
  display: flex;
  flex-direction: column;
  width: 280px;
  gap: 8px;
}
.popup-bottom .popup-data-container .data-col .data-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.popup-bottom .popup-data-container .data-col .data-row .data-name {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: var(--primary);
}
.popup-bottom .popup-data-container .data-col .data-row .data-value {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: var(--primary);
}

.owl-carousel {
  display: block !important;
  gap: 0 !important;
  scroll-snap-type: none !important;
  overflow: hidden !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  flex: none !important;
  position: relative !important;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
  height: auto;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 2;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  pointer-events: all;
  background: var(--primary);
  border: none;
  font-size: 1.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 60px;
  opacity: 0.85;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-beige);
}
.owl-carousel .owl-nav button:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
  background: var(--primary);
  color: var(--light-beige);
}
.owl-carousel .owl-nav button.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.2;
  background: var(--light-beige);
  color: var(--primary);
  pointer-events: none;
  cursor: default;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev.owl-next,
.owl-carousel .owl-nav button.owl-next.owl-next {
  border-radius: 12px 0 0 12px; /* left corners rounded */
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev.owl-prev,
.owl-carousel .owl-nav button.owl-next.owl-prev {
  border-radius: 0 12px 12px 0; /* right corners rounded */
}

#kategoria-absolute-wrapper div.k-listview-content.owl-active {
  scroll-snap-type: none !important;
}

#kategoria-absolute-wrapper div.k-listview-content.owl-active .food-card {
  scroll-snap-align: none !important;
}

/*# sourceMappingURL=order.css.map */
