/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/*CUSTOM CSS*/

.product_thumb {
  position: relative;
}
.discount-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 10;
  pointer-events: none;
}

.discount-badge > circle {
  fill: var(--main-bg-color);
}

.product_discount_price {
  color: #e53935;
  font-weight: bold;
  font-size: 16px;
}
.discount-badge-label {
  background: #e53935;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 6px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.upper_box {
  position: fixed;
  border-radius: 25%;
  width: 50px;
  cursor: pointer;
  height: 50px;
  display: flex;
  font-size: 40px;
  z-index: 999;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  right: 30px;
  transition: .5s;
}

.upper_box:hover {
  opacity: 0.8;
}

footer {
  background: #f3f3f3;
  width: 100%;
  border-radius: 18px 18px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer_icon {
  width: 160px;
  margin-left: 10px;
}

.footer_text{
  color: #222;
  margin-right: 10px;
}

.cart_top_nav_logo > img {
  width: 35px;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media only screen and (min-width: 35em) {}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi),
print {}

@media print {

  *,
  :after,
  :before {
    background: #fff !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.apt-categories-nav-ui {
  -webkit-box-shadow: 0px 12px 6px -11px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 12px 6px -11px rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  margin: 0px 2px;
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
  background: #fbfbfb;
}

.apt-categories-nav-ui.categories-fixed-nav {
  background: #ffffff;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
}

.apt-categories-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.6em;
}


.apt-categories-nav .apt-category-nav {
  overflow: hidden;
  position: relative;
  -webkit-transition: background 400ms;
  transition: background 400ms;
  background-color: #ffffff;
  display: block;
  color: #323232;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 8px;
  font-weight: 600;
  border-radius: 0.25rem;
  border: 1px solid var(--main-bg-color);
  position: relative;
  margin: 0px 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.allergen_icon > svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .inallergen_iconbg > svg {
    width: 20px;
    height: 20px;
  }

  .allergen_icon > svg {
    width: 20px;
    height: 20px;
  }
  .apt-category-nav{
    font-size: 14px !important;
  }

  .apt_secondary_title{
    font-size: 14px !important;
  }

  .product_title, .product_price_display{
    font-size: 14px !important;
  }
}

.apt-categories-nav .apt-category-nav .ripple {
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: ripple 500ms linear;
  animation: ripple 500ms linear;
  background-color: var(--main-bg-color)40;
}

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}

@keyframes ripple {
  to {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}

.apt-categories-nav .apt-category-nav .selected_underline {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--main-bg-color);
  display: none;
}

.apt-categories-nav .apt-category-nav.nav-selected {
  color: #ffffff !important;
  background: var(--main-bg-color);
}

.apt-categories-nav .apt-category-nav.nav-selected .selected_underline {
  display: block;
}

.apt-splashscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--main-bg-color);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apt-splashscreen .apt-logo-ui {
  width: 150px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.apt-splashscreen .apt-logo-ui.scale-out {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.apt-splashscreen .apt-logo-ui img {
  width: 100%;
}

.product_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0em;
  cursor: pointer;
  position: relative;
}

.product_list_item.product_underline {
  border-bottom: solid 1px #efefef;
}

.product_list_item .product_info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 0.5em;
}

.product_list_item .product_thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  background: #fbfbfb;
}

.product_list_item .product_thumb img {
  width: 100%;
}

.product_list_item .product_title {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0.2em;
}

.product_list_item .product_description {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 1em;
}

.product_list_item .product_list_item_cart_info {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: none;
}

.product_list_item .product_list_item_cart_info.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product_allergen{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product_allergen .allergen_icon{
  margin: 5px 0px 0 4px;
  border-radius: 99px;
  border: 2px solid;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inallergen_iconbg{
  border-radius: 99px;
  border: 2px solid;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inallergen_icon {
  position: relative;
  cursor: pointer;
  margin-left: 5px;
}

.inallergen_title {
  display: none;
  position: absolute;
  background-color: #333;
  color: white;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 100;
}

.inallergen_icon:hover .inallergen_title {
  display: block;
}

/* İsteğe bağlı: küçük bir ok ekleyin */
.inallergen_title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.product_inallergen{
  display: flex;
  flex-wrap: wrap;
}

.kix-logo-header{
  width: 100px;
}

.screen_content_entry {
  background: #fbfbfb;
  padding: 1em;
}

.screen_content_entry.underline {
  border-bottom: solid 1px #efefef;
}

#apt_product_screen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  background: #f7f7f7;
}

#apt_product_screen .product_content_ui.b_padding {
  padding-bottom: 80px;
}

#apt_cart_screen,
#apt_order_complete_screen,
#apt_order_screen,
#apt_shop_about_screen,
.screen_with_both_navs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f7f7f7;
}

#apt_cart_screen.hide,
#apt_order_complete_screen.hide,
#apt_order_screen.hide,
#apt_shop_about_screen.hide,
.screen_with_both_navs.hide {
  display: none;
}

#apt_cart_screen .both_nav_apt_top_nav,
#apt_order_complete_screen .both_nav_apt_top_nav,
#apt_order_screen .both_nav_apt_top_nav,
#apt_shop_about_screen .both_nav_apt_top_nav,
.screen_with_both_navs .both_nav_apt_top_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 12px 6px -11px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 12px 6px -11px rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background: #ffffff;
}

#apt_cart_screen .both_nav_apt_content_ui,
#apt_order_complete_screen .both_nav_apt_content_ui,
#apt_order_screen .both_nav_apt_content_ui,
#apt_shop_about_screen .both_nav_apt_content_ui,
.screen_with_both_navs .both_nav_apt_content_ui {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow-y: auto;
  scroll-behavior: smooth;
  height: calc(100% - 150px);
}

#apt_cart_screen .both_nav_apt_content_ui.extra_p_b,
#apt_order_complete_screen .both_nav_apt_content_ui.extra_p_b,
#apt_order_screen .both_nav_apt_content_ui.extra_p_b,
#apt_shop_about_screen .both_nav_apt_content_ui.extra_p_b,
.screen_with_both_navs .both_nav_apt_content_ui.extra_p_b {
  padding-bottom: 80px;
}

#apt_cart_screen .both_nav_apt_nav_bottom,
#apt_order_complete_screen .both_nav_apt_nav_bottom,
#apt_order_screen .both_nav_apt_nav_bottom,
#apt_shop_about_screen .both_nav_apt_nav_bottom,
.screen_with_both_navs .both_nav_apt_nav_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  background: #ffffff;
}

#apt_cart_screen {
  z-index: 605;
}

#apt_order_screen {
  z-index: 700;
}

#apt_order_complete_screen {
  z-index: 701;
}

#apt_order_complete_screen .both_nav_apt_nav_bottom {
  padding: 0;
  height: 0;
}

#apt_shop_about_screen {
  z-index: 702;
}

#apt_home_screen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 400;
  background: #fbfbfb;
}

.apt-cover-header {
  width: 100%;
  height: 30%;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 60% 5%;
  border-bottom-right-radius: 60% 5%;
  background-color: #ffffff;
}

.apt-cover-header .apt-cover-header-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #feffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.apt-cover-header .apt-cover-header-overlay .apt-header-info {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apt-cover-header .apt-cover-header-overlay .apt-header-info .apt-header-title {
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .apt-cover-header .apt-cover-header-overlay .apt-header-info .apt-header-title {
    font-size: 1.2em;
  }
}

.apt-cover-header .apt-cover-header-overlay .lang_switch {
  display: none !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  background: #feffff;
  position: absolute;
  top: 1em;
  right: 1em;
  border: solid 1px #feffff;
  border-radius: 6px;
  padding: 2px 5px;
  font-size: 0.9em;
}

.apt-cover-header .apt-cover-header-overlay .lang_switch_ui {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
}

.apt-cover-header .apt-cover-header-overlay .lang_switch_ui .inside {
  cursor: default;
  margin-top: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 17px;
  padding: 1em;
  background: #ffffff;
  min-width: 100px;
}

.apt-cover-header .apt-cover-header-overlay .lang_switch_ui .inside .form-page-link,
.apt-cover-header .apt-cover-header-overlay .lang_switch_ui .inside .in-section-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 6px 0px;
  margin: 3px 0;
  cursor: pointer;
}

.apt-cover-header .apt-cover-header-overlay .lang_switch_ui .inside .form-page-link.selected,
.apt-cover-header .apt-cover-header-overlay .lang_switch_ui .inside .in-section-link.selected {
  color: var(--main-bg-color);
}

.apt-cover-header .apt-cover-header-overlay .lang_switch_ui .inside .form-page-link.border,
.apt-cover-header .apt-cover-header-overlay .lang_switch_ui .inside .in-section-link.border {
  border-bottom: solid 1px #e8e8e8;
}

.apt-cover-header .apt-cover-header-overlay .call_restaurant_ui,
.apt-cover-header .apt-cover-header-overlay .call_waiter_ui {
  position: absolute;
  right: 0.5em;
  top: 2.7em;
  font-size: 1.5em;
  color: #feffff;
  cursor: pointer;
}

.apt-cover-header .apt-cover-header-overlay .call_restaurant_ui .bell_ui,
.apt-cover-header .apt-cover-header-overlay .call_waiter_ui .bell_ui {
  background: #feffff;
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apt-cover-header .apt-cover-header-overlay .call_restaurant_ui .call_popup_inside,
.apt-cover-header .apt-cover-header-overlay .call_waiter_ui .call_popup_inside {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.apt-cover-header .apt-cover-header-overlay .call_restaurant_ui .call_popup_inside .call_content,
.apt-cover-header .apt-cover-header-overlay .call_waiter_ui .call_popup_inside .call_content {
  font-size: 1.5em;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 17px;
  padding: 0.5em;
  background: #ffffff;
  min-width: 120px;
  margin-top: 45px;
  text-align: center;
  font-size: 0.7em;
  cursor: pointer;
}

.apt-cover-header .apt-product-header-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #feffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.apt-cover-header .header_close_screen_ui {
  position: absolute;
  left: 1em;
  top: 1em;
}

.apt-product-nav,
.apt-productnav_main {
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
  background: #fbfbfb;
  padding: 1em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.apt-product-nav-sticky {
  position: fixed;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 6px -11px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 12px 6px -11px rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  width: 100%;
  left: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 1em;
  display: none;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  opacity: 0;
}

.apt-product-nav-sticky.show {
  display: block;
  opacity: 1;
}

.apt-product-nav-sticky .sticky-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apt-product-nav-sticky .sticky-content a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.apt-product-nav-sticky .sticky-content .sticky-product-name {
  font-weight: bold;
  margin-left: 1em;
  font-size: 1.2em;
}

.apt-product-nav .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7em;
}

.apt-product-nav .content .product_name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.7em;
}

.apt-product-nav .content .product_price_info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.apt-product-nav .product_description {
  font-weight: 300;
  font-size: 1em;
}

.product_widget {
  background: #fbfbfb;
  padding: 1em;
}

.product_widget.no_background {
  background: none;
}

.product_widget .widget_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_widget .widget_info .widget_title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
}

.product_widget .widget_info .options_required_info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.8em;
  background: #c8d5fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 1em;
  color: #3d69e8;
  font-weight: 500;
}

.product_widget .widget_info .options_required_info.optional {
  background: #f1f1f1;
  color: #969696;
}

.product_widget .widget_info .options_required_info.info_error {
  color: #ef2020;
  background: #ffe7e7;
  font-weight: bold;
}

.product_widget .widget_radio_entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 0em;
  cursor: pointer;
}

.product_widget .widget_radio_entry .radio_symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border-width: 2px;
  border-style: solid;
  margin-right: 0.7em;
}

.product_widget .widget_radio_entry .radio_symbol .radio_fill {
  width: 0.5em;
  height: 0.5em;
  border-radius: 1em;
  display: none;
}

.product_widget .widget_radio_entry .square_symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border-width: 2px;
  border-style: solid;
  margin-right: 0.7em;
}

.product_widget .widget_radio_entry .square_symbol .square_fill {
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.product_widget .widget_radio_entry .square_symbol .square_fill span {
  font-weight: bold;
  font-size: 0.8em;
}

.product_widget .widget_radio_entry.selected .radio_symbol .radio_fill {
  display: block;
}

.product_widget .widget_radio_entry.selected .square_fill {
  display: block;
}

.product_widget .widget_radio_entry .variant_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  font-size: 1em;
}

.product_widget .widget_radio_entry .variant_price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #6b6b6b;
  font-weight: 300;
}

.product_widget .max_allowed {
  color: #313131;
  font-weight: 300;
  font-size: 0.8em;
  margin-top: -1em;
  margin-bottom: 0.7em;
}

.product_widget .max_allowed.info_error {
  color: #ef2020;
  font-weight: bold;
}

.delivery_widget {
  padding: 0;
  background: none;
  cursor: pointer;
}

.delivery_widget .widget_radio_entry {
  padding: 0.7em 0.5em;
}

.delivery_widget .widget_radio_entry:hover {
  background: #fbfbfb;
}

.screen_bottom_controls {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.screen_bottom_controls.hide {
  display: none;
}

.screen_bottom_controls .udapte_controls {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.screen_bottom_controls .add_to_cart_btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.screen_bottom_controls .view_cart_btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-line-pack: center;
  align-content: center;
}

.screen_bottom_controls .view_cart_btn .view_label {
  width: 200px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart_add_remove_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart_add_remove_controls .cart_add_info {
  width: 2em;
  text-align: center;
  margin: 0 0.1em;
  font-size: 1.2em;
  font-weight: bold;
}

.cart_top_nav_header_content_ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
}

.cart_top_nav_header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0em 1em;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart_top_nav_header_content .cart_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_top_nav_header_content .cart_nav .title {
  font-weight: bold;
  margin-left: 1em;
  font-size: 1.2em;
}

.cart_top_nav_header_content .total_info {
  text-align: right;
}

.cart_top_nav_header_content .total_info .price_label {
  font-size: 0.9em;
  font-weight: bold;
}

.cart_top_nav_header_content .total_info .price_info {
  font-size: 0.7em;
  color: #6b6b6b;
}

.cart_nav_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em;
}

.cart_nav_bottom .min_order_val_info .info_min_order_template {
  font-size: 0.9em;
  display: block;
  margin-bottom: 10px;
  color: #ef2020;
}

.cart-product-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-product-entry.underline {
  border-bottom: solid 1px #efefef;
}

.cart-product-entry .cpe-product-info-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.cart-product-entry .cpe-product-info-ui .cpe-product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-product-entry .cpe-product-info-ui .cpe-product-info .title {
  font-size: 1em;
  font-weight: 500;
  color: var(--main-bg-color);
}

.cart-product-entry .cpe-product-info-ui .cpe-product-info .title .variation_info {
  font-weight: normal;
  font-size: 0.9em;
}

.cart-product-entry .cpe-product-info-ui .cpe-product-info .summary {
  font-weight: 300;
  font-size: 1em;
}

.cart-product-entry .cpe-product-info-ui .cpe-product-price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-product-entry .cpe-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-product-entry .cpe-quantity .quantity-info {
  border: solid 1px #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2em;
  padding: 0 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
}

.cart-product-entry .cpe-quantity .quantity-controls {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product-entry .cpe-quantity .quantity-controls .separator {
  height: 1.8em;
  width: 1px;
  background: #ccc;
}

.already_in_cart_widget {
  padding: 1em;
  margin: 1em 0em;
}

.already_in_cart_widget .already_in_cart_title {
  font-size: 0.8em;
  color: #7a7a7a;
  font-weight: bold;
}

.already_in_cart_widget .already_in_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: #fbfbfb;
  padding: 0.8em;
  margin-top: 0.5em;
  border-radius: 4px;
}

.already_in_cart_widget .already_in_cart_content .p_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  font-size: 0.9em;
}

.already_in_cart_widget .already_in_cart_content .p_info>span {
  color: var(--main-bg-color);
  font-weight: bold;
  margin-right: 0.8em;
}

.already_in_cart_widget .already_in_cart_content .edit_in_cart {
  color: var(--main-bg-color);
  font-weight: bold;
  font-size: 0.9em;
  padding: 0.5em;
  cursor: pointer;
}

.apt_content_widget {
  padding: 0em 1em;
}

.apt_content_widget .in_content {
  -webkit-box-shadow: 0px 12px 6px -11px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 12px 6px -11px rgba(0, 0, 0, 0.12);
  border-radius: 0.5em;
  background: #ffffff;
  padding: 1em;
}

.apt_content_widget .in_content .wgt_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apt_content_widget .in_content .wgt_header.space_btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apt_content_widget .in_content .wgt_header.clickable {
  cursor: pointer;
}

.apt_content_widget .in_content .wgt_header .wgt_title_ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.apt_content_widget .in_content .wgt_header .wgt_title_ui .wgt_icon {
  color: var(--main-bg-color);
  margin-right: 0.7em;
}

.apt_content_widget .in_content .wgt_header .wgt_title_ui .wgt_title {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0.2em;
}

.apt_content_widget .in_content .wgt_header .wgt_main_action {
  color: var(--main-bg-color);
  font-size: 1.4em;
  cursor: pointer;
}

.apt_content_widget .in_content .wgt_hr_line {
  width: 100%;
  background: #e9e9e9;
  height: 1px;
}

.apt_content_widget .in_content .wgt_content .wgt_info_clickable {
  cursor: pointer;
  font-weight: 300;
  font-size: 1em;
}

.apt_content_widget .in_content .wgt_content .simple_text {
  font-weight: 300;
  font-size: 1em;
}

.order_summary_widget .line_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 300;
  font-size: 1em;
}

.order_summary_widget .line_item .line_item_title span {
  margin-right: 10px;
}

.order_summary_widget .line_item.space_b {
  margin-bottom: 0.4em;
}

.generic_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.generic_popup .gp_back {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.generic_popup .gp_ui {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.generic_popup .cp_win {
  position: relative;
  width: 90%;
  max-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.generic_popup .cp_win .win_title_ui {
  background: #ffffff;
  padding: 0.6em 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.generic_popup .cp_win .win_title_ui .win_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  margin-right: 1em;
  font-size: 1.2em;
}

.generic_popup .cp_win .win_content_ui {
  background: #ffffff;
  padding: 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
}

.generic_popup .cp_win .win_footer {
  padding: 0.6em 1em;
  background: #ffffff;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.generic_popup .cp_win .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.generic_popup .cp_win .loading.d_none {
  display: none;
}

.hours_picker {
  display: none;
}

.hours_picker .title {
  font-size: 1em;
  margin-bottom: 0.3em;
}

.hours_picker .content {
  overflow-y: auto;
  max-height: 200px;
  border: solid 1px #cccccc;
  border-radius: 4px;
}

.order_complete_content {
  padding: 1em;
}

.order_complete_content .success_content .checked_success {
  margin-top: 2em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order_complete_content .safe_match_ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1em;
  padding: 1em;
  min-height: 5em;
}

.order_complete_content .safe_match_ui .safe_code {
  color: #ffffff;
  font-size: 4em;
}

.checked_ui {
  width: 1.5em;
  height: 1.5em;
  border-radius: 2em;
  border: solid;
  border-width: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2em;
}

.appetit-alert {
  padding: 1em;
}

.appetit-alert .alert-content {
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.appetit-alert.red .alert-content {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.appetit-alert.yellow .alert-content {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.recaptcha-privacy,
.user_privacy {
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #747474;
  font-size: 0.9em;
}

.recaptcha-privacy a,
.user_privacy a {
  color: #323232;
}

.user_privacy {
  margin-bottom: 0em;
  padding: 1em 2em;
  padding-bottom: 0em;
}

.user_privacy .terms_check_ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user_privacy.selected .square_fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.business_hours_entry_main .day_label {
  font-size: 0.9em;
  font-weight: 500;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
}

.business_hours_entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business_hours_entry .hours_entry {
  background: #f1f1f1;
  padding: 0.4em 0.9em;
  border-radius: 2em;
  font-size: 0.9em;
  margin-right: 0.5em;
  margin-bottom: 0.4em;
  font-weight: 300;
}

.appetit_toast {
  position: fixed;
  z-index: 999999999;
  background: #ffffff;
  padding: 1em;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0px -2px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -2px 5px -2px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding-bottom: 3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.error-msg {
  color: #fb6275;
}

.text-white {
  color: #ffffff;
}

.text_grey {
  color: #6b6b6b;
}

.test_center {
  text-align: center;
}

.mt_0 {
  margin-top: 0px;
}

.mb_0 {
  margin-bottom: 0px;
}

.mr_0 {
  margin-right: 0px;
}

.ml_0 {
  margin-left: 0px;
}

.pt_0 {
  padding-top: 0px;
}

.pb_0 {
  padding-bottom: 0px;
}

.pr_0 {
  padding-right: 0px;
}

.pl_0 {
  padding-left: 0px;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.pt_5 {
  padding-top: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.pt_10 {
  padding-top: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.pt_15 {
  padding-top: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.pt_20 {
  padding-top: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mr_25 {
  margin-right: 25px;
}

.ml_25 {
  margin-left: 25px;
}

.pt_25 {
  padding-top: 25px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pr_25 {
  padding-right: 25px;
}

.pl_25 {
  padding-left: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.ml_30 {
  margin-left: 30px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pr_30 {
  padding-right: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mr_40 {
  margin-right: 40px;
}

.ml_40 {
  margin-left: 40px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pr_40 {
  padding-right: 40px;
}

.pl_40 {
  padding-left: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mr_50 {
  margin-right: 50px;
}

.ml_50 {
  margin-left: 50px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pr_50 {
  padding-right: 50px;
}

.pl_50 {
  padding-left: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mr_60 {
  margin-right: 60px;
}

.ml_60 {
  margin-left: 60px;
}

.pt_60 {
  padding-top: 60px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pr_60 {
  padding-right: 60px;
}

.pl_60 {
  padding-left: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mr_70 {
  margin-right: 70px;
}

.ml_70 {
  margin-left: 70px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pr_70 {
  padding-right: 70px;
}

.pl_70 {
  padding-left: 70px;
}

.mt_80 {
  margin-top: 80px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mr_80 {
  margin-right: 80px;
}

.ml_80 {
  margin-left: 80px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pr_80 {
  padding-right: 80px;
}

.pl_80 {
  padding-left: 80px;
}

.mt_90 {
  margin-top: 90px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mr_90 {
  margin-right: 90px;
}

.ml_90 {
  margin-left: 90px;
}

.pt_90 {
  padding-top: 90px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pr_90 {
  padding-right: 90px;
}

.pl_90 {
  padding-left: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mr_100 {
  margin-right: 100px;
}

.ml_100 {
  margin-left: 100px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pr_100 {
  padding-right: 100px;
}

.pl_100 {
  padding-left: 100px;
}

.apt_secondary_title {
  font-size: 1.3em;
  margin: 0;
}

.apt_secondary_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--main-bg-color);
  border-radius: 3px;
}

.aptdisplay_none {
  display: none;
}

.aptdisplay_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apt_align_items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apt_justify_content_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apt_no_padding {
  padding: 0;
}

.apt_no_background {
  padding: 0;
}

.overlay_button:link {
  text-decoration: none;
  color: #feffff;
  border: 1px solid #ffffff;
  display: inline-block;
  border-radius: 13px;
  padding: 3px 10px;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay_button:visited {
  color: #feffff;
}

.overlay_button:hover {
  color: #feffff;
}

.overlay_button:active {
  color: #feffff;
}

.round_nav:link {
  text-decoration: none;
  color: var(--main-bg-color);
  display: inline-block;
  border-radius: 13px;
  font-size: 0.9em;
  background: #feffff;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em;
}

.round_nav:visited {
  color: var(--main-bg-color);
}

.round_nav:hover {
  color: var(--main-bg-color);
}

.round_nav:active {
  color: var(--main-bg-color);
}

.round_nav_fill:link {
  text-decoration: none;
  color: #feffff;
  display: inline-block;
  border-radius: 13px;
  font-size: 0.9em;
  background: var(--main-bg-color);
  width: 2em;
  height: 2em;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em;
}

.round_nav_fill:link.reverse-color {
  background: #f5f5f5;
  color: var(--main-bg-color);
}

.round_nav_fill:link.inactive {
  cursor: default;
  background: #cccccc;
}

.round_nav_fill:visited {
  color: #feffff;
}

.round_nav_fill:visited.reverse-color {
  background: #f5f5f5;
  color: var(--main-bg-color);
}

.round_nav_fill:visited.inactive {
  cursor: default;
  background: #cccccc;
}

.round_nav_fill:hover {
  color: #feffff;
}

.round_nav_fill:hover.reverse-color {
  background: #f5f5f5;
  color: var(--main-bg-color);
}

.round_nav_fill:hover.inactive {
  cursor: default;
  background: #cccccc;
}

.round_nav_fill:active {
  color: #feffff;
}

.round_nav_fill:active.reverse-color {
  background: #f5f5f5;
  color: var(--main-bg-color);
}

.round_nav_fill:active.inactive {
  cursor: default;
  background: #cccccc;
}

.apt_button:link {
  padding: 0.7em 1.5em;
  border-radius: 0.4em;
  text-decoration: none;
  color: var(--main-bg-color);
  display: inline-block;
  font-size: 0.9em;
  background: #feffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em;
}

.apt_button:link.primary {
  color: #feffff;
  background: var(--main-bg-color);
  transition: .5s;
}

.apt_button:link.inactive {
  cursor: default;
  background: #cccccc;
}

.apt_button:visited {
  color: var(--main-bg-color);
}

.apt_button:visited.primary {
  color: #feffff;
  background: var(--main-bg-color);
}

.apt_button:visited.inactive {
  cursor: default;
  background: #cccccc;
}



.apt_button:hover.inactive {
  cursor: default;
  background: #cccccc;
}

/*
.apt_button:hover {
  color: #09c3b4;
}

.apt_button:hover.primary {
  color: #feffff;
  background: #09c3b4;
}

.apt_button:active {
  color: #037e75;
}

.apt_button:active.primary {
  color: #feffff;
  background: #037e75;
}
*/
.apt_button:active.inactive {
  cursor: default;
  background: #cccccc;
}

.square_nav:link {
  text-decoration: none;
  color: var(--main-bg-color);;
  display: inline-block;
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em;
}

.square_nav:visited {
  color: var(--main-bg-color);
}

.square_nav:hover {
  color: var(--main-bg-color);
  background: #f2f2f2;
}

.square_nav:active {
  color: var(--main-bg-color);
}

.info_number {
  overflow: hidden;
  border-radius: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.5em;
  min-height: 1.5em;
}

.info_number.white {
  color: #feffff;
  border: solid 2px #feffff;
}

.info_number.red {
  color: #feffff;
  background: var(--main-bg-color);
  border: none;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #ccc;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  to {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  to {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.if_form_control .label {
  font-size: 1em;
  margin-bottom: 0.3em;
}

.if_form_control .info {
  font-size: 0.9em;
  color: #919191;
  font-style: italic;
  margin-top: 0.2em;
}

.if_text_input {
  padding: 0.7em;
  font-weight: 300;
  font-size: 1em;
  border-radius: 4px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
}

.if_text_input.full_w {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.if_textarea_input {
  padding: 0.7em;
  font-weight: 300;
  font-size: 1em;
  border-radius: 4px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
}

.if_textarea_input.full_w {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: hidden;
}

.isf_warn_alert {
  padding: 1rem;
  text-align: center;
  border: 1px solid #ffecb5;
  color: #664d03;
  background-color: #fff3cd;
}

.call_restaurant_home_link:link {
  color: var(--main-bg-color);
  text-decoration: none;
}

.call_restaurant_home_link:visited {
  color: var(--main-bg-color);
}

.call_restaurant_home_link:hover {
  color: var(--main-bg-color);
  background: #f2f2f2;
}

.call_restaurant_home_link:active {
  color: var(--main-bg-color);
}

body,
html {
  height: 100%;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  min-height: 100vh;
}

.apt-main {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.apt-page.apt-page-full {
  height: 100%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.apt-page.apt-page-full.no-scroll {
  overflow: hidden;
}

.apt-page .apt_screen_content_ui {
  padding: 0em 0em;
  background: #f7f7f7;
}

.primary_color {
  color: var(--main-bg-color);
}

.primary_color_background {
  background: var(--main-bg-color);
}

.primary_color_border {
  border-color: var(--main-bg-color);
}

._error {
  color: #ef2020;
}

input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  outline: none;
}

/* --------- QR Menü Animasyonları --------- */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulseLight {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Animasyon sınıfları */
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.animated-slow {
  animation-duration: 0.8s;
}

.animated-delay-1 {
  animation-delay: 0.1s;
}

.animated-delay-2 {
  animation-delay: 0.2s;
}

.animated-delay-3 {
  animation-delay: 0.3s;
}

.animated-delay-4 {
  animation-delay: 0.4s;
}

.animated-delay-5 {
  animation-delay: 0.5s;
}

.fade-in {
  animation-name: fadeIn;
}

.fade-in-up {
  animation-name: fadeInUp;
}

.fade-in-down {
  animation-name: fadeInDown;
}

.scale-in {
  animation-name: scaleIn;
}

.pulse-light {
  animation-name: pulseLight;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

/* --------- QR Menü Stil İyileştirmeleri --------- */
.apt-cover-header {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.apt-cover-header .apt-cover-header-overlay {
  border-radius: 0 0 15px 15px;
}

/* Kategori gezinti çubuğu */
.apt-categories-nav-ui {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.apt-categories-nav-ui.categories-fixed-nav {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.apt-categories-nav .apt-category-nav {
  border-radius: 8px;
  transition: all 0.3s ease;
}

.apt-categories-nav .apt-category-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Ürün kartları */
.product_list_item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.product_list_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.product_list_item .product_thumb {
  border-radius: 8px;
  overflow: hidden;
}

.product_list_item .product_title {
  font-weight: 500;
}

.product_list_item .product_description {
  color: #666;
}

/* Alt kontroller */
.screen_bottom_controls {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.screen_bottom_controls .add_to_cart_btn, 
.screen_bottom_controls .view_cart_btn {
  border-radius: 10px;
  transition: all 0.3s ease;
}

.screen_bottom_controls .add_to_cart_btn:hover, 
.screen_bottom_controls .view_cart_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Ürün detay sayfası */
.apt-product-nav {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.apt-product-nav-sticky {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product_widget {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Genel navigasyon butonları */
.round_nav:link, 
.round_nav_fill:link, 
.apt_button:link {
  transition: all 0.3s ease;
}

.round_nav:hover, 
.round_nav_fill:hover, 
.apt_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}