@charset "UTF-8";
/**
 * CONFIG
 *
 */
.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.flex-space-between {
  justify-content: space-between; }

.flex-flex-start {
  justify-content: flex-start; }

.stop-scroll {
  overflow: hidden;
  position: absolute; }

.no-dot-list {
  list-style-type: none; }

.text-center {
  text-align: center; }

.noselect {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * CONFIG
 *
 */
/**
 * COLORS
 *
 * @see https://brand.takeaway.com/document/5#/frontend/colors // Frontify > Frontend
 * @see https://brand.takeaway.com/document/45#/style/colors   // Frontify > Takeaway Brand
 */
/**
 * COLORS - CLASSES
 */
.color-primary {
  color: #f86600; }

.color-primary-contrast {
  color: #fff; }

.color-secondary {
  color: #0a3847; }

.color-success {
  color: #10d365; }

.color-danger {
  color: #ff4246; }

.color-grey-light {
  color: #d7d7d7; }

.color-grey-medium {
  color: #666; }

.color-grey-dark {
  color: #333; }

.color-back-primary {
  color: #fff; }

.color-back-non-content {
  color: #fdfcfc; }

.color-back-sub-content {
  color: #f8f5f2; }

.color-back-secondary {
  color: #0a3847; }

.color-back-btn-tip {
  color: #f86600; }

.color-btn-primary {
  color: #125fca; }

.color-btn-primary-hover {
  color: #0953bd; }

.color-btn-primary-outline {
  color: #d7d7d7; }

.color-btn-primary-outline-hover {
  color: #125fca; }

.color-btn-secondary {
  color: #0a3847; }

.color-btn-secondary-hover {
  color: #03222b; }

.color-btn-secondary-outline {
  color: #d7d7d7; }

.color-btn-secondary-outline-hover {
  color: #666; }

/**
 * ICONS
 *
 * @see Sizing inspired by https://fontawesome.com
 */
[class^='icon-']:before,
[class*=' icon-']:before {
  font-size: 14px; }

[class^='icon-xs']:before,
[class*=' icon-xs']:before {
  font-size: 10px; }

[class^='icon-sm']:before,
[class*=' icon-sm']:before {
  font-size: 12px; }

[class^='icon-lg']:before,
[class*=' icon-lg']:before {
  font-size: 32px; }

[class^='icon-xl']:before,
[class*=' icon-xl']:before {
  font-size: 48px; }

[class^='icon-4x']:before,
[class*=' icon-4x']:before {
  font-size: 64px; }

[class^='icon-1x']:before,
[class*=' icon-1x']:before {
  font-size: 16px; }

[class^='icon-2x']:before,
[class*=' icon-2x']:before {
  font-size: 32px; }

[class^='icon-3x']:before,
[class*=' icon-3x']:before {
  font-size: 48px; }

[class^='icon-4x']:before,
[class*=' icon-4x']:before {
  font-size: 64px; }

[class^='icon-5x']:before,
[class*=' icon-5x']:before {
  font-size: 80px; }

[class^='icon-6x']:before,
[class*=' icon-6x']:before {
  font-size: 96px; }

[class^='icon-7x']:before,
[class*=' icon-7x']:before {
  font-size: 112px; }

[class^='icon-8x']:before,
[class*=' icon-8x']:before {
  font-size: 128px; }

[class^='icon-9x']:before,
[class*=' icon-9x']:before {
  font-size: 144px; }

[class^='icon-10x']:before,
[class*=' icon-10x']:before {
  font-size: 160px; }

/**
 * Shimmer for loading skeletons
 * @usage:
 *
 *   .skeleton__title {
 *     height: 1rem;        // Give a height
 *     width: 16rem;        // Give a width
 *   }

 *   .skeleton__desc {
 *      margin-top: 0.5rem; // You can give a space between
 *      height: 0.75rem;
 *      width: 20rem;
 *   }
 *
 *   <div class="skeleton">
 *     <div class="shim skeleton__title"></div>
 *     <div class="shim skeleton__desc"></div>
 *   </div>
 *
 * Then hide your "skeleton" via JS when the real content is loaded
 */
.shim {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear; }

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@font-face {
  font-family: 'fontello';
  src: url("/assets/fonts/fontello/fontello.eot?11215387");
  src: url("/assets/fonts/fontello/fontello.eot?11215387#iefix") format("embedded-opentype"), url("/assets/fonts/fontello/fontello.woff2?11215387") format("woff2"), url("/assets/fonts/fontello/fontello.woff?11215387") format("woff"), url("/assets/fonts/fontello/fontello.ttf?11215387") format("truetype"), url("/assets/fonts/fontello/fontello.svg?11215387#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/assets/fonts/fontello/fontello.svg?11215386#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-mail-alt:before {
  content: '\e801'; }

/* '' */
.icon-user:before {
  content: '\e802'; }

/* '' */
.icon-users:before {
  content: '\e803'; }

/* '' */
.icon-star:before {
  content: '\e804'; }

/* '' */
.icon-star-empty:before {
  content: '\e805'; }

/* '' */
.icon-star-half:before {
  content: '\e806'; }

/* '' */
.icon-star-half-alt:before {
  content: '\e807'; }

/* '' */
.icon-picture:before {
  content: '\e808'; }

/* '' */
.icon-th-large:before {
  content: '\e809'; }

/* '' */
.icon-th:before {
  content: '\e80a'; }

/* '' */
.icon-th-list:before {
  content: '\e80b'; }

/* '' */
.icon-ok:before {
  content: '\e80c'; }

/* '' */
.icon-plus:before {
  content: '\e80d'; }

/* '' */
.icon-minus:before {
  content: '\e80e'; }

/* '' */
.icon-cancel:before {
  content: '\e80f'; }

/* '' */
.icon-help:before {
  content: '\e810'; }

/* '' */
.icon-help-circled:before {
  content: '\e811'; }

/* '' */
.icon-info-circled:before {
  content: '\e812'; }

/* '' */
.icon-info:before {
  content: '\e813'; }

/* '' */
.icon-home:before {
  content: '\e814'; }

/* '' */
.icon-lock:before {
  content: '\e815'; }

/* '' */
.icon-attach-1:before {
  content: '\e816'; }

/* '' */
.icon-retweet:before {
  content: '\e817'; }

/* '' */
.icon-tag-1:before {
  content: '\e818'; }

/* '' */
.icon-lock-open:before {
  content: '\e819'; }

/* '' */
.icon-lock-open-alt:before {
  content: '\e81a'; }

/* '' */
.icon-pin:before {
  content: '\e81b'; }

/* '' */
.icon-tag:before {
  content: '\e81c'; }

/* '' */
.icon-tags:before {
  content: '\e81d'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e81e'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e81f'; }

/* '' */
.icon-flag:before {
  content: '\e820'; }

/* '' */
.icon-flag-empty:before {
  content: '\e821'; }

/* '' */
.icon-bookmark:before {
  content: '\e822'; }

/* '' */
.icon-bookmark-empty:before {
  content: '\e823'; }

/* '' */
.icon-reply:before {
  content: '\e824'; }

/* '' */
.icon-forward:before {
  content: '\e825'; }

/* '' */
.icon-comment-1:before {
  content: '\e826'; }

/* '' */
.icon-ta-appbtn-ios:before {
  content: '\e827'; }

/* '' */
.icon-ta-payment-bancontact:before {
  content: '\e828'; }

/* '' */
.icon-attention-1:before {
  content: '\e829'; }

/* '' */
.icon-ta-payment-pin:before {
  content: '\e82a'; }

/* '' */
.icon-chat:before {
  content: '\e82b'; }

/* '' */
.icon-comment-empty:before {
  content: '\e82c'; }

/* '' */
.icon-chat-empty:before {
  content: '\e82d'; }

/* '' */
.icon-location:before {
  content: '\e82e'; }

/* '' */
.icon-attention-alt:before {
  content: '\e82f'; }

/* '' */
.icon-attention:before {
  content: '\e830'; }

/* '' */
.icon-attention-circled:before {
  content: '\e831'; }

/* '' */
.icon-trash:before {
  content: '\e832'; }

/* '' */
.icon-direction:before {
  content: '\e833'; }

/* '' */
.icon-doc-alt:before {
  content: '\e834'; }

/* '' */
.icon-phone:before {
  content: '\e835'; }

/* '' */
.icon-cog:before {
  content: '\e836'; }

/* '' */
.icon-cog-alt:before {
  content: '\e837'; }

/* '' */
.icon-menu:before {
  content: '\e838'; }

/* '' */
.icon-wrench:before {
  content: '\e839'; }

/* '' */
.icon-basket:before {
  content: '\e83a'; }

/* '' */
.icon-calendar:before {
  content: '\e83b'; }

/* '' */
.icon-calendar-empty:before {
  content: '\e83c'; }

/* '' */
.icon-login:before {
  content: '\e83d'; }

/* '' */
.icon-logout:before {
  content: '\e83e'; }

/* '' */
.icon-down-open-1:before {
  content: '\e83f'; }

/* '' */
.icon-lightbulb:before {
  content: '\e840'; }

/* '' */
.icon-block:before {
  content: '\e841'; }

/* '' */
.icon-ccw-1:before {
  content: '\e842'; }

/* '' */
.icon-cw-1:before {
  content: '\e843'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e844'; }

/* '' */
.icon-list-1:before {
  content: '\e845'; }

/* '' */
.icon-down-open:before {
  content: '\e846'; }

/* '' */
.icon-left-open:before {
  content: '\e847'; }

/* '' */
.icon-right-open:before {
  content: '\e848'; }

/* '' */
.icon-up-open:before {
  content: '\e849'; }

/* '' */
.icon-angle-left:before {
  content: '\e84a'; }

/* '' */
.icon-angle-right:before {
  content: '\e84b'; }

/* '' */
.icon-angle-up:before {
  content: '\e84c'; }

/* '' */
.icon-angle-down:before {
  content: '\e84d'; }

/* '' */
.icon-angle-double-left:before {
  content: '\e84e'; }

/* '' */
.icon-angle-double-right:before {
  content: '\e84f'; }

/* '' */
.icon-angle-double-up:before {
  content: '\e850'; }

/* '' */
.icon-angle-double-down:before {
  content: '\e851'; }

/* '' */
.icon-cw:before {
  content: '\e852'; }

/* '' */
.icon-ccw:before {
  content: '\e853'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e854'; }

/* '' */
.icon-level-up:before {
  content: '\e855'; }

/* '' */
.icon-level-down:before {
  content: '\e856'; }

/* '' */
.icon-shuffle:before {
  content: '\e857'; }

/* '' */
.icon-exchange:before {
  content: '\e858'; }

/* '' */
.icon-signal:before {
  content: '\e859'; }

/* '' */
.icon-inbox:before {
  content: '\e85a'; }

/* '' */
.icon-globe:before {
  content: '\e85b'; }

/* '' */
.icon-list:before {
  content: '\e85c'; }

/* '' */
.icon-align-justify:before {
  content: '\e85d'; }

/* '' */
.icon-table:before {
  content: '\e85e'; }

/* '' */
.icon-circle:before {
  content: '\e85f'; }

/* '' */
.icon-gift:before {
  content: '\e860'; }

/* '' */
.icon-chart-bar:before {
  content: '\e861'; }

/* '' */
.icon-credit-card:before {
  content: '\e862'; }

/* '' */
.icon-floppy:before {
  content: '\e863'; }

/* '' */
.icon-tasks:before {
  content: '\e864'; }

/* '' */
.icon-truck:before {
  content: '\e865'; }

/* '' */
.icon-sort:before {
  content: '\e866'; }

/* '' */
.icon-sort-down:before {
  content: '\e867'; }

/* '' */
.icon-sort-up:before {
  content: '\e868'; }

/* '' */
.icon-coffee:before {
  content: '\e869'; }

/* '' */
.icon-food:before {
  content: '\e86a'; }

/* '' */
.icon-smile:before {
  content: '\e86b'; }

/* '' */
.icon-frown:before {
  content: '\e86c'; }

/* '' */
.icon-meh:before {
  content: '\e86d'; }

/* '' */
.icon-facebook:before {
  content: '\e86e'; }

/* '' */
.icon-twitter:before {
  content: '\e86f'; }

/* '' */
.icon-gplus:before {
  content: '\e870'; }

/* '' */
.icon-search-1:before {
  content: '\e871'; }

/* '' */
.icon-heart-1:before {
  content: '\e872'; }

/* '' */
.icon-heart-empty-1:before {
  content: '\e873'; }

/* '' */
.icon-user-add:before {
  content: '\e874'; }

/* '' */
.icon-layout:before {
  content: '\e875'; }

/* '' */
.icon-menu-1:before {
  content: '\e876'; }

/* '' */
.icon-check:before {
  content: '\e877'; }

/* '' */
.icon-cancel-1:before {
  content: '\e878'; }

/* '' */
.icon-plus-1:before {
  content: '\e879'; }

/* '' */
.icon-minus-1:before {
  content: '\e87a'; }

/* '' */
.icon-link-1:before {
  content: '\e87b'; }

/* '' */
.icon-thumbs-up-1:before {
  content: '\e87c'; }

/* '' */
.icon-thumbs-down-1:before {
  content: '\e87d'; }

/* '' */
.icon-pencil-1:before {
  content: '\e87e'; }

/* '' */
.icon-export-1:before {
  content: '\e87f'; }

/* '' */
.icon-vcard:before {
  content: '\e880'; }

/* '' */
.icon-address:before {
  content: '\e881'; }

/* '' */
.icon-trash-1:before {
  content: '\e882'; }

/* '' */
.icon-docs:before {
  content: '\e883'; }

/* '' */
.icon-doc-text:before {
  content: '\e884'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e885'; }

/* '' */
.icon-newspaper:before {
  content: '\e886'; }

/* '' */
.icon-ta-credit-card:before {
  content: '\e887'; }

/* '' */
.icon-clock-1:before {
  content: '\e888'; }

/* '' */
.icon-left-open-1:before {
  content: '\e889'; }

/* '' */
.icon-right-open-1:before {
  content: '\e88a'; }

/* '' */
.icon-up-open-1:before {
  content: '\e88b'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e88c'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e88d'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e88e'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e88f'; }

/* '' */
.icon-left-open-big:before {
  content: '\e890'; }

/* '' */
.icon-right-open-big:before {
  content: '\e891'; }

/* '' */
.icon-up-open-big:before {
  content: '\e892'; }

/* '' */
.icon-down-open-big:before {
  content: '\e893'; }

/* '' */
.icon-down-dir-1:before {
  content: '\e894'; }

/* '' */
.icon-left-dir-1:before {
  content: '\e895'; }

/* '' */
.icon-right-dir-1:before {
  content: '\e896'; }

/* '' */
.icon-up-dir-1:before {
  content: '\e897'; }

/* '' */
.icon-back-in-time:before {
  content: '\e898'; }

/* '' */
.icon-erase:before {
  content: '\e899'; }

/* '' */
.icon-chart-pie:before {
  content: '\e89a'; }

/* '' */
.icon-chart-bar-1:before {
  content: '\e89b'; }

/* '' */
.icon-credit-card-1:before {
  content: '\e89c'; }

/* '' */
.icon-floppy-1:before {
  content: '\e89d'; }

/* '' */
.icon-key:before {
  content: '\e89e'; }

/* '' */
.icon-heart:before {
  content: '\e89f'; }

/* '' */
.icon-mail:before {
  content: '\e8a0'; }

/* '' */
.icon-key-inv:before {
  content: '\e8a1'; }

/* '' */
.icon-th-thumb:before {
  content: '\e8a2'; }

/* '' */
.icon-money:before {
  content: '\e8a3'; }

/* '' */
.icon-th-thumb-empty:before {
  content: '\e8a4'; }

/* '' */
.icon-ok-circled:before {
  content: '\e8a5'; }

/* '' */
.icon-th-list-1:before {
  content: '\e8a6'; }

/* '' */
.icon-th-1:before {
  content: '\e8a7'; }

/* '' */
.icon-tag-2:before {
  content: '\e8a8'; }

/* '' */
.icon-chat-2:before {
  content: '\e8a9'; }

/* '' */
.icon-pencil:before {
  content: '\e8aa'; }

/* '' */
.icon-pencil-alt:before {
  content: '\e8ab'; }

/* '' */
.icon-edit-1:before {
  content: '\e8ac'; }

/* '' */
.icon-article-alt:before {
  content: '\e8ad'; }

/* '' */
.icon-basket-3:before {
  content: '\e8ae'; }

/* '' */
.icon-cancel-2:before {
  content: '\e8af'; }

/* '' */
.icon-clock:before {
  content: '\e8b0'; }

/* '' */
.icon-chart-pie-2:before {
  content: '\e8b1'; }

/* '' */
.icon-ok-1:before {
  content: '\e8b2'; }

/* '' */
.icon-eye:before {
  content: '\e8b3'; }

/* '' */
.icon-user-2:before {
  content: '\e8b4'; }

/* '' */
.icon-user-male:before {
  content: '\e8b5'; }

/* '' */
.icon-user-female:before {
  content: '\e8b6'; }

/* '' */
.icon-users-1:before {
  content: '\e8b7'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e8b8'; }

/* '' */
.icon-attention-2:before {
  content: '\e8b9'; }

/* '' */
.icon-info-circled-1:before {
  content: '\e8ba'; }

/* '' */
.icon-up-open-2:before {
  content: '\e8bb'; }

/* '' */
.icon-help-circled-1:before {
  content: '\e8bc'; }

/* '' */
.icon-right-open-2:before {
  content: '\e8bd'; }

/* '' */
.icon-left-open-2:before {
  content: '\e8be'; }

/* '' */
.icon-down-open-2:before {
  content: '\e8bf'; }

/* '' */
.icon-xing:before {
  content: '\e8c0'; }

/* '' */
.icon-android:before {
  content: '\e8c1'; }

/* '' */
.icon-appstore:before {
  content: '\e8c2'; }

/* '' */
.icon-calendar-1:before {
  content: '\e8c3'; }

/* '' */
.icon-group:before {
  content: '\e8c4'; }

/* '' */
.icon-win8:before {
  content: '\e8c5'; }

/* '' */
.icon-pencil-2:before {
  content: '\e8c6'; }

/* '' */
.icon-edit-alt:before {
  content: '\e8c7'; }

/* '' */
.icon-edit-2:before {
  content: '\e8c8'; }

/* '' */
.icon-th-2:before {
  content: '\e8c9'; }

/* '' */
.icon-th-large-1:before {
  content: '\e8ca'; }

/* '' */
.icon-progress-0:before {
  content: '\e8cb'; }

/* '' */
.icon-progress-1:before {
  content: '\e8cc'; }

/* '' */
.icon-progress-2:before {
  content: '\e8cd'; }

/* '' */
.icon-progress-3:before {
  content: '\e8ce'; }

/* '' */
.icon-progress-4:before {
  content: '\e8cf'; }

/* '' */
.icon-progress-5:before {
  content: '\e8d0'; }

/* '' */
.icon-progress-6:before {
  content: '\e8d1'; }

/* '' */
.icon-progress-7:before {
  content: '\e8d2'; }

/* '' */
.icon-spin4:before {
  content: '\e8d3'; }

/* '' */
.icon-spin5:before {
  content: '\e8d4'; }

/* '' */
.icon-spinner:before {
  content: '\e8d5'; }

/* '' */
.icon-spin6:before {
  content: '\e8d6'; }

/* '' */
.icon-crown:before {
  content: '\e8d7'; }

/* '' */
.icon-crown-plus:before {
  content: '\e8d8'; }

/* '' */
.icon-crown-minus:before {
  content: '\e8d9'; }

/* '' */
.icon-marquee:before {
  content: '\e8da'; }

/* '' */
.icon-ticket:before {
  content: '\e8db'; }

/* '' */
.icon-money-1:before {
  content: '\e8dc'; }

/* '' */
.icon-euro:before {
  content: '\e8dd'; }

/* '' */
.icon-sort-name-up:before {
  content: '\e8de'; }

/* '' */
.icon-sort-name-down:before {
  content: '\e8df'; }

/* '' */
.icon-sort-number-up:before {
  content: '\e8e0'; }

/* '' */
.icon-sort-number-down:before {
  content: '\e8e1'; }

/* '' */
.icon-flashlight:before {
  content: '\e8e2'; }

/* '' */
.icon-eye-off:before {
  content: '\e8e3'; }

/* '' */
.icon-ticket-1:before {
  content: '\e8e4'; }

/* '' */
.icon-barcode:before {
  content: '\e8e5'; }

/* '' */
.icon-users-2:before {
  content: '\e8e6'; }

/* '' */
.icon-user-1:before {
  content: '\e8e7'; }

/* '' */
.icon-ta-payment-momo:before {
  content: '\e8e8'; }

/* '' */
.icon-suitcase:before {
  content: '\e8e9'; }

/* '' */
.icon-paste:before {
  content: '\e8ea'; }

/* '' */
.icon-list-alt:before {
  content: '\e8eb'; }

/* '' */
.icon-book:before {
  content: '\e8ec'; }

/* '' */
.icon-hdd:before {
  content: '\e8ed'; }

/* '' */
.icon-target:before {
  content: '\e8ee'; }

/* '' */
.icon-target-1:before {
  content: '\e8ef'; }

/* '' */
.icon-resize-small:before {
  content: '\e8f0'; }

/* '' */
.icon-resize-full:before {
  content: '\e8f1'; }

/* '' */
.icon-bullhorn:before {
  content: '\e8f2'; }

/* '' */
.icon-cube:before {
  content: '\e8f3'; }

/* '' */
.icon-cubes:before {
  content: '\e8f4'; }

/* '' */
.icon-database:before {
  content: '\e8f5'; }

/* '' */
.icon-tools:before {
  content: '\e8f6'; }

/* '' */
.icon-mute:before {
  content: '\e8f7'; }

/* '' */
.icon-sound:before {
  content: '\e8f8'; }

/* '' */
.icon-megaphone:before {
  content: '\e8f9'; }

/* '' */
.icon-filter:before {
  content: '\e8fa'; }

/* '' */
.icon-yd-payments-amex:before {
  content: '\e8fb'; }

/* '' */
.icon-yd-payments-cash:before {
  content: '\e8fc'; }

/* '' */
.icon-yd-payments-clickandbuy:before {
  content: '\e8fd'; }

/* '' */
.icon-yd-payments-ec:before {
  content: '\e8fe'; }

/* '' */
.icon-yd-payments-mastercard:before {
  content: '\e8ff'; }

/* '' */
.icon-yd-payments-paypal:before {
  content: '\e900'; }

/* '' */
.icon-yd-payments-payu:before {
  content: '\e901'; }

/* '' */
.icon-yd-payments-sofort:before {
  content: '\e902'; }

/* '' */
.icon-ta-payment-visa:before {
  content: '\e903'; }

/* '' */
.icon-yd-menu-icon-spicy:before {
  content: '\e904'; }

/* '' */
.icon-yd-menu-icon-garlic:before {
  content: '\e905'; }

/* '' */
.icon-yd-menu-icon-fish:before {
  content: '\e906'; }

/* '' */
.icon-mobile:before {
  content: '\e907'; }

/* '' */
.icon-leaf-1:before {
  content: '\e908'; }

/* '' */
.icon-desktop:before {
  content: '\e909'; }

/* '' */
.icon-pinterest:before {
  content: '\e90a'; }

/* '' */
.icon-tumblr:before {
  content: '\e90b'; }

/* '' */
.icon-file-pdf:before {
  content: '\e90c'; }

/* '' */
.icon-file-word:before {
  content: '\e90d'; }

/* '' */
.icon-youtube:before {
  content: '\e90e'; }

/* '' */
.icon-eddoor:before {
  content: '\e90f'; }

/* '' */
.icon-list-add:before {
  content: '\e910'; }

/* '' */
.icon-yd-payments-payu-1:before {
  content: '\e911'; }

/* '' */
.icon-instagram:before {
  content: '\e912'; }

/* '' */
.icon-edit:before {
  content: '\e913'; }

/* '' */
.icon-ta-additions:before {
  content: '\e914'; }

/* '' */
.icon-ta-backwards:before {
  content: '\e915'; }

/* '' */
.icon-ta-bonus:before {
  content: '\e916'; }

/* '' */
.icon-ta-cart:before {
  content: '\e917'; }

/* '' */
.icon-ta-close:before {
  content: '\e918'; }

/* '' */
.icon-ta-editpen:before {
  content: '\e919'; }

/* '' */
.icon-ta-guarantee:before {
  content: '\e91a'; }

/* '' */
.icon-ta-house:before {
  content: '\e91b'; }

/* '' */
.icon-ta-location:before {
  content: '\e91c'; }

/* '' */
.icon-ta-log-in:before {
  content: '\e91d'; }

/* '' */
.icon-ta-log-out:before {
  content: '\e91e'; }

/* '' */
.icon-ta-payment-mastercard:before {
  content: '\e91f'; }

/* '' */
.icon-ta-persona-female:before {
  content: '\e920'; }

/* '' */
.icon-ta-persona-male:before {
  content: '\e921'; }

/* '' */
.icon-ta-plus:before {
  content: '\e922'; }

/* '' */
.icon-ta-speachbubble:before {
  content: '\e923'; }

/* '' */
.icon-ta-step-01:before {
  content: '\e924'; }

/* '' */
.icon-ta-step-02:before {
  content: '\e925'; }

/* '' */
.icon-ta-step-03:before {
  content: '\e926'; }

/* '' */
.icon-ta-thumb-down:before {
  content: '\e927'; }

/* '' */
.icon-ta-thumb-up:before {
  content: '\e928'; }

/* '' */
.icon-ta-forwards:before {
  content: '\e929'; }

/* '' */
.icon-ta-appbtn-windows:before {
  content: '\e92a'; }

/* '' */
.icon-ta-cheque:before {
  content: '\e92b'; }

/* '' */
.icon-ta-maaltijd-cheque:before {
  content: '\e92c'; }

/* '' */
.icon-chat-1:before {
  content: '\e92d'; }

/* '' */
.icon-ta-payment-ideal:before {
  content: '\e92e'; }

/* '' */
.icon-comment:before {
  content: '\e92f'; }

/* '' */
.icon-ta-payment-atm:before {
  content: '\e930'; }

/* '' */
.icon-bitcoin:before {
  content: '\e931'; }

/* '' */
.icon-ta-basket-:before {
  content: '\e932'; }

/* '' */
.icon-ta-kitchentype-mexican:before {
  content: '\e933'; }

/* '' */
.icon-ta-kitchentype-italien:before {
  content: '\e934'; }

/* '' */
.icon-ta-kitchentype-indian:before {
  content: '\e935'; }

/* '' */
.icon-ta-kitchentype-german:before {
  content: '\e936'; }

/* '' */
.icon-ta-kitchentype-burger:before {
  content: '\e937'; }

/* '' */
.icon-ta-kitchentype-all:before {
  content: '\e938'; }

/* '' */
.icon-ta-euro:before {
  content: '\e939'; }

/* '' */
.icon-ta-cruiser:before {
  content: '\e93a'; }

/* '' */
.icon-ta-kitchentype-chinese:before {
  content: '\e93b'; }

/* '' */
.icon-ta-kitchentype-arabic:before {
  content: '\e93c'; }

/* '' */
.icon-ta-kitchentype-greek:before {
  content: '\e93d'; }

/* '' */
.icon-ta-kitchentype-japanese:before {
  content: '\e93e'; }

/* '' */
.icon-ta-kitchentype-asian:before {
  content: '\e93f'; }

/* '' */
.icon-ta-kitchentype-thai:before {
  content: '\e940'; }

/* '' */
.icon-ta-kitchentype-vietnamese:before {
  content: '\e941'; }

/* '' */
.icon-ta-euro-1:before {
  content: '\e942'; }

/* '' */
.icon-ta-house-1:before {
  content: '\e943'; }

/* '' */
.icon-ta-pick-up:before {
  content: '\e944'; }

/* '' */
.icon-ta-scooter:before {
  content: '\e945'; }

/* '' */
.icon-ta-sorting:before {
  content: '\e946'; }

/* '' */
.icon-ta-zloty-all-values:before {
  content: '\e947'; }

/* '' */
.icon-ta-scooter-all-delivery-cost:before {
  content: '\e948'; }

/* '' */
.icon-ta-zloty:before {
  content: '\e949'; }

/* '' */
.icon-ta-zloty-double:before {
  content: '\e94a'; }

/* '' */
.icon-ta-pick-up-1:before {
  content: '\e94b'; }

/* '' */
.icon-ta-euro-all-values:before {
  content: '\e94c'; }

/* '' */
.icon-ta-scooter-double:before {
  content: '\e94d'; }

/* '' */
.icon-ta-scooter-half:before {
  content: '\e94e'; }

/* '' */
.icon-ta-euro-double:before {
  content: '\e94f'; }

/* '' */
.icon-ta-additions-1:before {
  content: '\e950'; }

/* '' */
.icon-ta-search:before {
  content: '\e951'; }

/* '' */
.icon-ta-discount:before {
  content: '\e952'; }

/* '' */
.icon-ta-arrow-down:before {
  content: '\e953'; }

/* '' */
.icon-ta-arrow-up:before {
  content: '\e954'; }

/* '' */
.icon-ta-percentage:before {
  content: '\e955'; }

/* '' */
.icon-ta-cart-1:before {
  content: '\e956'; }

/* '' */
.icon-ta-money:before {
  content: '\e957'; }

/* '' */
.icon-ta-scooter-1:before {
  content: '\e958'; }

/* '' */
.icon-ta-eps:before {
  content: '\e959'; }

/* '' */
.icon-ta-dibs:before {
  content: '\e95a'; }

/* '' */
.icon-ta-bitcoin-2:before {
  content: '\e95b'; }

/* '' */
.icon-ta-carte-blue:before {
  content: '\e95c'; }

/* '' */
.icon-ta-delivery-time:before {
  content: '\e95d'; }

/* '' */
.icon-ta-resto-closed:before {
  content: '\e95e'; }

/* '' */
.icon-ta-preorder:before {
  content: '\e95f'; }

/* '' */
.icon-ta-onetime:before {
  content: '\e960'; }

/* '' */
.icon-ta-multiple:before {
  content: '\e961'; }

/* '' */
.icon-ta-stamp:before {
  content: '\e962'; }

/* '' */
.icon-ta-bike:before {
  content: '\e963'; }

/* '' */
.icon-ta-burger:before {
  content: '\e964'; }

/* '' */
.icon-ta-checker:before {
  content: '\e965'; }

/* '' */
.icon-ta-info:before {
  content: '\e966'; }

/* '' */
.icon-ta-klarna:before {
  content: '\e967'; }

/* '' */
.icon-ta-business:before {
  content: '\e968'; }

/* '' */
.icon-ta-cash:before {
  content: '\e969'; }

/* '' */
.icon-ta-usp-discount:before {
  content: '\e96a'; }

/* '' */
.icon-ta-usp-benefits:before {
  content: '\e96b'; }

/* '' */
.icon-ta-stamp-1:before {
  content: '\e96c'; }

/* '' */
.icon-ta-settings:before {
  content: '\e96d'; }

/* '' */
.icon-ta-search-icon:before {
  content: '\e96e'; }

/* '' */
.icon-ta-restaurant:before {
  content: '\e96f'; }

/* '' */
.icon-ta-rating-star:before {
  content: '\e970'; }

/* '' */
.icon-ta-message:before {
  content: '\e971'; }

/* '' */
.icon-ta-loyalty-point:before {
  content: '\e972'; }

/* '' */
.icon-ta-location-pin:before {
  content: '\e973'; }

/* '' */
.icon-ta-language:before {
  content: '\e974'; }

/* '' */
.icon-ta-hot-dish:before {
  content: '\e975'; }

/* '' */
.icon-ta-home-address:before {
  content: '\e976'; }

/* '' */
.icon-ta-gps-location:before {
  content: '\e977'; }

/* '' */
.icon-ta-filter:before {
  content: '\e978'; }

/* '' */
.icon-ta-favourite-heart:before {
  content: '\e979'; }

/* '' */
.icon-ta-edit:before {
  content: '\e97a'; }

/* '' */
.icon-ta-clock:before {
  content: '\e97b'; }

/* '' */
.icon-ta-bag:before {
  content: '\e97c'; }

/* '' */
.icon-ta-delivery:before {
  content: '\e97d'; }

/* '' */
.icon-ta-usp-promise:before {
  content: '\e97e'; }

/* '' */
.icon-ta-vegan-dish:before {
  content: '\e97f'; }

/* '' */
.icon-ta-wallet:before {
  content: '\e980'; }

/* '' */
.icon-ta-device-chat:before {
  content: '\e981'; }

/* '' */
.icon-ta-device-desktop:before {
  content: '\e982'; }

/* '' */
.icon-ta-device-mobile:before {
  content: '\e983'; }

/* '' */
.icon-ta-device-tablet:before {
  content: '\e984'; }

/* '' */
.icon-ta-device-tv:before {
  content: '\e985'; }

/* '' */
.icon-ta-device-voice:before {
  content: '\e986'; }

/* '' */
.icon-ta-logo-takeaway:before {
  content: '\e987'; }

/* '' */
.icon-ta-logo-android:before {
  content: '\e988'; }

/* '' */
.icon-ta-logo-apple:before {
  content: '\e989'; }

/* '' */
.icon-ta-logo-samsung:before {
  content: '\e98a'; }

/* '' */
.icon-ta-logo-xbox:before {
  content: '\e98b'; }

/* '' */
.icon-ta-arrow-right:before {
  content: '\e98c'; }

/* '' */
.icon-ta-arrow-left:before {
  content: '\e98d'; }

/* '' */
.icon-ta-menu:before {
  content: '\e98e'; }

/* '' */
.icon-ta-logo-amazon:before {
  content: '\e98f'; }

/* '' */
.icon-ta-device-fridge:before {
  content: '\e990'; }

/* '' */
.icon-ta-favourite-heart-outline:before {
  content: '\e991'; }

/* '' */
.icon-ta-next-v2:before {
  content: '\e992'; }

/* '' */
.icon-ta-prev-v2:before {
  content: '\e993'; }

/* '' */
.icon-ta-close-v2:before {
  content: '\e994'; }

/* '' */
.icon-ta-blog:before {
  content: '\e995'; }

/* '' */
.icon-ta-fb:before {
  content: '\e996'; }

/* '' */
.icon-ta-googleplus:before {
  content: '\e997'; }

/* '' */
.icon-ta-twitter:before {
  content: '\e998'; }

/* '' */
.icon-ta-youtube:before {
  content: '\e999'; }

/* '' */
.icon-ta-amex:before {
  content: '\e99a'; }

/* '' */
.icon-ta-add-v2:before {
  content: '\e99b'; }

/* '' */
.icon-ta-close-v2-1:before {
  content: '\e99c'; }

/* '' */
.icon-promoted-icon:before {
  content: '\e99d'; }

/* '' */
.icon-stampcard-full-black-1000:before {
  content: '\e99e'; }

/* '' */
.icon-favourite-heart-2:before {
  content: '\e99f'; }

/* '' */
.icon-ta-trash-2:before {
  content: '\e9a0'; }

/* '' */
.icon-ta-foodtracker:before {
  content: '\e9a1'; }

/* '' */
.icon-docs-1:before {
  content: '\f0c5'; }

/* '' */
.icon-ta-takeawaypay:before {
  content: '\e9a3'; }

/* '' */
.icon-ta-takeawaypay-outline:before {
  content: '\e9a4'; }

/* '' */
.icon-ta-points:before {
  content: '\e9a2'; }

/* '' */
/**
* Central place for declaring variables
* which are used in more then one scss file
*/
/**
 * Global z-index file for the project. Try to keep it as simple as possible. Don't forget that every change may create
 * unexpected results on popups, components, menus etc.
 *
 * Notes:
 * If you set position to other value than "static" but your element's z-index still doesn't seem to work, it may be
 * that some parent element has z-index set.
 *
 * The stacking contexts have hierarchy, and each stacking context is considered in the stacking order of the parent's
 * stacking context. So with following html:
 *
 *   <div id="el1" style="z-index: 5"></div>
 *   <div id="el2" style="z-index: 3">
 *     <div id="el3" style="z-index: 8"></div>
 *   </div>
 *
 * No matter how big the z-index of el3 will be set, it will always be under el1 because it's parent has lower stacking
 * context. You can imagine stacking order as levels where stacking order of el3 is actually 3.8 which is lower than 5.
 */
.seopages .main-header,
.myaccountpages .main-header {
  z-index: 20;
  position: relative; }

.content-apps .apps-headline span {
  z-index: 1; }

.tv-spinner {
  z-index: 100 !important; }

@font-face {
  font-family: "Takeaway Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/takeaway-sans/takeaway-sans-regular.eot");
  /* IE9 Compat Modes */
  src: local("Takeaway Sans Regular"), url("/assets/fonts/takeaway-sans/takeaway-sans-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/takeaway-sans/takeaway-sans-regular.woff2") format("woff2"), url("/assets/fonts/takeaway-sans/takeaway-sans-regular.woff") format("woff"), url("/assets/fonts/takeaway-sans/takeaway-sans-regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: "Takeaway Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/takeaway-sans/takeaway-sans-bold.eot");
  /* IE9 Compat Modes */
  src: local("Takeaway Sans Bold"), url("/assets/fonts/takeaway-sans/takeaway-sans-bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/takeaway-sans/takeaway-sans-bold.woff2") format("woff2"), url("/assets/fonts/takeaway-sans/takeaway-sans-bold.woff") format("woff"), url("/assets/fonts/takeaway-sans/takeaway-sans-bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: "Takeaway Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/takeaway-sans/takeaway-sans-italic.eot");
  /* IE9 Compat Modes */
  src: local("Takeaway Sans Italic"), url("/assets/fonts/takeaway-sans/takeaway-sans-italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/takeaway-sans/takeaway-sans-italic.woff2") format("woff2"), url("/assets/fonts/takeaway-sans/takeaway-sans-italic.woff") format("woff"), url("/assets/fonts/takeaway-sans/takeaway-sans-italic.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: "Takeaway Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/takeaway-sans/takeaway-sans-bold-italic.eot");
  /* IE9 Compat Modes */
  src: local("Takeaway Sans Bold Italic"), url("/assets/fonts/takeaway-sans/takeaway-sans-bold-italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/takeaway-sans/takeaway-sans-bold-italic.woff2") format("woff2"), url("/assets/fonts/takeaway-sans/takeaway-sans-bold-italic.woff") format("woff"), url("/assets/fonts/takeaway-sans/takeaway-sans-bold-italic.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Takeaway Sans Campaign';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/takeaway-sans/takeaway-sans-campaign.eot");
  /* IE9 Compat Modes */
  src: local("Takeaway Sans Campaign"), url("/assets/fonts/takeaway-sans/takeaway-sans-campaign.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/takeaway-sans/takeaway-sans-campaign.woff2") format("woff2"), url("/assets/fonts/takeaway-sans/takeaway-sans-campaign.woff") format("woff"), url("/assets/fonts/takeaway-sans/takeaway-sans-campaign.ttf") format("truetype");
  /* Safari, Android, iOS */ }

/* roboto-slab-300 - latin-ext_cyrillic_latin_cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-300.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-300.woff2") format("woff2"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-300.woff") format("woff"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-300.ttf") format("truetype"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-300.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }

/* roboto-slab-regular - latin-ext_cyrillic_latin_cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-regular.woff2") format("woff2"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-regular.woff") format("woff"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-regular.ttf") format("truetype"), url("/assets/fonts/roboto-slab/roboto-slab-v9-latin-ext_cyrillic_latin_cyrillic-ext-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/assets/fonts/google/OpenSans-Regular.ttf") format("truetype");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116, U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB, U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/assets/fonts/google/OpenSans-SemiBold.ttf") format("truetype");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116, U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB, U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/assets/fonts/google/OpenSans-Bold.ttf") format("truetype");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116, U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB, U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.menu .hero {
  margin-bottom: 0px; }

.menucard-container {
  padding: 16px 24px 24px;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  flex: auto; }
  .menucard-container.order-not-available {
    margin: 0; }
    @media (min-width: 1005px) {
      .menucard-container.order-not-available {
        margin: 0 auto; } }
  .menucard-container .menucard__category-image-container {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1px 1px 0 0;
    height: 88px; }
    @media (min-width: 1005px) {
      .menucard-container .menucard__category-image-container {
        height: 133px; } }
  .menucard-container .menucat {
    border-radius: 2px 2px 0 0;
    border: 1px solid #f8f5f2; }
    .menucard-container .menucat .category {
      border-radius: 2px 2px 0 0;
      padding: 19px 12px;
      background-color: #f8f5f2; }
      .menucard-container .menucat .category .category-name {
        font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #0a3847; }
      .menucard-container .menucat .category .category-description {
        margin: 4px 0 0;
        color: #0a3847;
        font-family: "Roboto Slab", Arial, serif;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.83;
        position: relative; }
    .menucard-container .menucat .addtobasket:hover {
      background: #eef7fa;
      box-shadow: 0 1px 1px #cfcac4;
      cursor: pointer; }
    .menucard-container .menucat .addtobasket {
      border: 1px solid #ebebeb;
      border-radius: 2px;
      margin: 8px 0;
      position: relative;
      padding: 16px 22px;
      display: flex !important;
      flex-wrap: wrap;
      align-items: stretch; }
      .menucard-container .menucat .addtobasket .product-name {
        font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.22;
        color: #0a3847;
        margin: 0 0 4px; }
      .menucard-container .menucat .addtobasket .product-price {
        font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.22;
        letter-spacing: -0.5px;
        color: #f86600;
        margin: auto 0 0; }
      .menucard-container .menucat .addtobasket .product-description {
        font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #666;
        line-height: 1.5;
        margin: 0 0 4px; }
      .menucard-container .menucat .addtobasket .product-order-button:before {
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-radius: 0 2px 0 0;
        color: #125fca;
        font-size: 24px;
        text-align: center;
        content: '+'; }
    .menucard-container .menucat .addtobasket.order-not-available .product-order-button:before {
      display: none; }
    .menucard-container .menucat .addtobasket.order-not-available:hover {
      cursor: auto; }
  .menucard-container .meal-wrapper {
    max-width: calc(100% - 40px);
    margin: 0 2% 0 0;
    padding: 8px 12px;
    flex: 1; }
  .menucard-container .meal__product-image-container {
    align-self: center;
    display: flex;
    flex: 0 0 70px;
    height: 70px;
    justify-content: center;
    margin: 0 32px 8px;
    text-align: right;
    width: 70px; }
    @media (min-width: 1005px) {
      .menucard-container .meal__product-image-container {
        flex: 0 0 100px;
        height: 100px;
        width: 100px; } }
    .menucard-container .meal__product-image-container .meal__product-image {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain; }

.menucard-listing {
  display: flex; }

.templaterevamped-shoppingcartna {
  display: none; }
  @media (min-width: 600px) {
    .templaterevamped-shoppingcartna {
      display: flex;
      align-self: flex-start;
      padding: 16px;
      top: 66px;
      position: sticky; } }
  @media (min-width: 1005px) {
    .templaterevamped-shoppingcartna {
      width: 20%; } }
  .templaterevamped-shoppingcartna a {
    text-align: center;
    background-color: #2f96ce;
    padding: 16px 16px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    text-decoration: none; }

/*-----staticbasket mobile-----*/
.staticBasket *::first-letter {
  text-transform: uppercase; }

.staticBasket {
  width: 100%;
  position: fixed;
  background: #fff;
  float: left;
  color: #fff;
  left: 0;
  bottom: 16px;
  transform: translateY(calc(100% - 60px));
  height: 100%;
  font-size: 12px;
  border-top: 1px solid #ebebeb;
  z-index: 18; }
  .staticBasket .btn-basket {
    border: 8px solid #fff;
    border-radius: 10px;
    background-color: #125fca; }

.staticBasket .baskettitle h2 {
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 60px;
  text-align: center; }

.staticBasket .baskettitle h2::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f07a";
  position: absolute;
  top: 30px;
  left: 32px;
  font-size: 24px; }

.staticBasket.update {
  background-color: #f80; }

.staticBasket.opened {
  height: 100%;
  transform: translateY(0%);
  overflow: auto;
  padding-bottom: 30px;
  bottom: 0; }
  .staticBasket.opened .basket-title-open {
    display: block;
    border-bottom: 1px solid #f8f5f2; }
    .staticBasket.opened .basket-title-open .basket-title-text {
      font-size: 16px;
      font-weight: 600;
      color: #666;
      height: 56px;
      line-height: 56px;
      text-align: center; }
    .staticBasket.opened .basket-title-open .basket-title-close-button:before {
      content: "\f00d";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 18px;
      font-weight: lighter;
      position: absolute;
      height: 25px;
      width: 25px;
      color: #666;
      right: 4px;
      top: 16px;
      z-index: 1; }
  .staticBasket.opened .basket-title-closed {
    display: none; }

.staticBasket #js-basket-container .cartbutton .cartbutton-button.btn-disabled {
  border-radius: 3px;
  border: 0px;
  color: #fff;
  height: 50px;
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: relative;
  padding: 0 16px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  width: 100%;
  font-size: 18px; }

.staticBasket .btn-cart-icon {
  background: #f86600;
  border-radius: 100%;
  border: 0;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 17px;
  letter-spacing: 0;
  line-height: 17px;
  position: absolute;
  left: 46px;
  text-align: center;
  text-transform: uppercase;
  top: 42px;
  width: 17px; }

.staticBasket #js-basket-container .staticBasket .cart-sum-price {
  min-width: 50px; }

.staticBasket #js-basket-container,
.staticBasket .basket-container {
  top: 0;
  padding: 0.5rem 1rem 5rem;
  width: auto;
  height: auto; }

.staticBasket .cart-single-meal {
  padding: 0px;
  padding-top: 24px; }

.staticBasket .basket-notification {
  word-break: normal; }

.staticBasket .cart-single-meal .cart-meal-price {
  text-align: right;
  min-width: 3rem;
  white-space: nowrap;
  font-size: 13px; }

.staticBasket .cart-single-meal .cart-row .cart-meal-edit-add:before {
  content: "+"; }

.staticBasket .cart-single-meal .cart-row .cart-meal-edit-delete:before {
  content: "-"; }

.staticBasket #cart-exclusive .cart-meal-exclude::before {
  content: "\f071";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0px;
  margin-right: 5px; }

.staticBasket .cart-single-meal .cart-row .cart-meal-edit-buttons {
  display: flex;
  justify-content: end; }

.staticBasket .cart-single-meal .cart-row .cart-meal-exclude:before {
  content: "\f071";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0px;
  color: #fff;
  margin-right: 5px; }

.staticBasket .cart-meal-edit-comment {
  display: none; }

.staticBasket .cart-meal-edit-comment::before {
  font: normal normal normal 14px/1 FontAwesome;
  color: #125fca;
  content: "\f044";
  font-size: 20px;
  padding: 0;
  margin: 0; }

.staticBasket .cart-single-meal .cart-row .cart-meal-delete:before {
  font: normal normal normal 14px/1 FontAwesome;
  color: #125fca;
  content: "\f1f8";
  font-size: 20px;
  padding: 0;
  margin: 0; }

.staticBasket .cart-single-meal .cart-row .cart-meal-delete {
  min-width: auto;
  margin-left: 5px; }

.staticBasket #js-basket-container .cartbutton,
.staticBasket .basket-container .cartbutton {
  padding: 0; }

.staticBasket #js-basket-container .cartbutton .cartbutton-button,
.staticBasket .basket-container .cartbutton .cartbutton-button {
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0;
  border: 8px solid #fff;
  bottom: 0;
  box-shadow: none;
  flex-shrink: 0;
  height: 72px;
  width: 100%; }

.staticBasket #js-basket-container .cartbutton .cartbutton-button:hover,
.staticBasket .basket-container .cartbutton .cartbutton-button:hover {
  background-color: #2f96ce;
  color: #fff; }

.staticBasket .minimumorderamount-reached {
  margin-top: 12px;
  text-align: center; }

.staticBasket .row-green {
  color: #fff;
  font-weight: 600; }

.jig-cart-empty-state.visible {
  color: #7d7d7d;
  margin-top: 30px;
  text-align: center; }
  .jig-cart-empty-state.visible .jig-cart-empty-state-icon {
    margin-bottom: 20px; }
  .jig-cart-empty-state.visible .jig-cart-empty-state-icon:before {
    content: "\f07a";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0px;
    color: #d7d7d7;
    font-size: 50px; }

/*-------Desktop basket*/
@media (min-width: 1005px) {
  .menu .staticBasket {
    bottom: 0;
    position: relative;
    background-color: transparent;
    transform: none;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    width: 30%;
    height: auto; }
    .menu .staticBasket .basket-title-text {
      font-size: 16px;
      font-weight: 600;
      color: #666;
      height: 56px;
      line-height: 56px;
      text-align: center; }
    .menu .staticBasket .basket-title-open {
      display: block;
      border-bottom: 1px solid #f8f5f2; }
    .menu .staticBasket .basket-title-closed {
      display: none; }
    .menu .staticBasket .main-basket {
      position: sticky;
      top: 0; } }

/*---------Toast styling-------*/
.tooltip {
  padding: 18px;
  border-radius: 5px;
  z-index: 200;
  font-weight: 600;
  background-color: rgba(58, 58, 58, 0.8);
  color: #fff;
  font-size: 14px;
  position: fixed;
  bottom: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 90%; }

.btn-order-online {
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0;
  border: 8px solid #fff;
  bottom: 0;
  box-shadow: none;
  flex-shrink: 0;
  height: 72px;
  width: 100%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  appearance: none;
  color: #fff;
  background-color: #1574f5;
  line-height: 50px;
  user-select: none; }
  .btn-order-online:hover {
    background-color: #2f96ce;
    color: #fff; }

@media (max-width: 1004px) {
  .basket-title {
    display: none; }
  .staticBasket .basket-container {
    padding: 0; } }

.menucard-main {
  display: flex; }

.menuproducts {
  width: 70%;
  flex: 1 1 auto; }

.staticBasket {
  align-items: normal; }

.hero {
  margin-bottom: 60px; }
  @media (min-width: 1005px) {
    .hero {
      margin-bottom: 50px;
      margin-top: 0; } }

.confirm {
  padding-top: 12px;
  padding-bottom: 12px; }

.checkoutstep {
  font-family: Takeaway Sans,Avant Garde,Century Gothic,Helvetica,Arial,sans-serif;
  font-weight: 600;
  padding: 0;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px dotted #ccc; }
  @media (min-width: 1005px) {
    .checkoutstep {
      margin-top: 0.7rem;
      font-size: 24px;
      font-weight: 400;
      padding-bottom: 15px; } }

.checkoutstep .step1 {
  margin-top: 0px; }

.checkoutstep span {
  display: block;
  font-size: 14px;
  color: #555;
  font-weight: 600; }

.checkout .errormsg {
  text-transform: lowercase; }

.checkout .errormsg:first-letter {
  text-transform: capitalize; }

.checkout .items .payments label {
  min-height: 145px; }

.checkout .privacystatement {
  margin-bottom: 16px; }

.checkoutform .title {
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 10px 0;
  margin: 0;
  color: #0a3847;
  line-height: 1.5;
  text-align: left;
  text-transform: capitalize;
  font-size: 20pt; }
  @media (min-width: 811px) {
    .checkoutform .title {
      font-size: 3em; } }

.checkoutform .btn_order {
  font-family: Takeaway Sans,Avant Garde,Century Gothic,Helvetica,Arial,sans-serif;
  font-weight: 600;
  position: relative;
  padding: 0 16px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  appearance: none;
  color: #fff;
  background-color: #125fca;
  line-height: 50px;
  width: 100%;
  user-select: none;
  font-size: 18px;
  margin-bottom: 32px; }
  @media (min-width: 1005px) {
    .checkoutform .btn_order {
      max-width: 400px; } }

.checkoutform .error {
  border: 1px solid #f54830; }

/*-----------Basket-----------*/
.shoppingcart {
  width: 100%;
  position: fixed;
  background: #0a3847;
  float: left;
  color: #fff;
  left: 0px;
  top: 0px;
  transform: translateY(calc(100% - 60px));
  transition: all 0.2s ease-in-out;
  height: 100%;
  font-size: 12px; }
  .shoppingcart .basket-title-open {
    display: none; }
  .shoppingcart .baskettitle h2 {
    font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 60px;
    text-align: center; }
  .shoppingcart .basket-title-closed:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f07a";
    position: absolute;
    top: 20px;
    left: 32px;
    font-size: 24px; }

.shoppingcart.update {
  background-color: #f80; }

.shoppingcart.opened {
  height: 100%;
  width: 100%;
  transform: translateY(0%);
  overflow: auto;
  padding-bottom: 30px;
  background: #fff;
  color: #666; }
  .shoppingcart.opened .basket-title-open {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-bottom: 1px solid #f8f5d2; }
    .shoppingcart.opened .basket-title-open:after {
      content: "\f00d";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 18px;
      font-weight: lighter;
      position: absolute;
      height: 25px;
      width: 25px;
      color: #666;
      right: 4px;
      top: 16px;
      z-index: 1; }
  .shoppingcart.opened .basket-title-closed {
    display: none; }

.shoppingcart .prodprice {
  text-align: right; }

.shoppingcart .totals .prodprice,
.shoppingcart .totals .prodname {
  color: #000;
  font-weight: 600; }

.shoppingcart .checkoutrow {
  text-align: center; }

.shoppingcart .checkout .btn_order {
  height: 50px;
  background: #2f96ce;
  color: #fff;
  border: 0px;
  font-size: 18px;
  font-weight: 600;
  width: 90%;
  max-width: 250px;
  text-align: center; }

.shoppingcart .checkout .btn_order.disabled {
  background: #ccc; }

.shoppingcart .prodactionbtn a i {
  background: none;
  border: 0px;
  color: #fff;
  font-size: 18px; }

.shoppingcart.opened .baskettitle {
  height: 60px;
  background-color: #fff;
  color: #666;
  font-size: 16px; }

.shoppingcart .baskettitle {
  margin: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.shoppingcart .emptybaskettext {
  padding: 20px; }

.shoppingcart.update {
  background-color: #f80; }

.shoppingcart .deliveryarea,
.shoppingcart .cleardeliveryarea,
.shoppingcart .emptybasket {
  display: none; }

.shoppingcart #cartcontent {
  padding: 10px 20px 25px 20px; }

.shoppingcart .productrow {
  overflow: auto;
  margin-bottom: 10px; }

.shoppingcart .productrow.last {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7; }

.shoppingcart .prodname {
  display: inline-block;
  width: 75%; }

.shoppingcart .prodprice {
  display: inline-block;
  float: right; }

.excluded_from_minimum_calculation::before {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f071"; }

.shoppingcart .delivery {
  overflow: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid white; }

.shoppingcart .discountrow {
  overflow: auto;
  margin-bottom: 5px; }

.shoppingcart .discountrow .prodnumber {
  display: inline-block;
  float: left;
  margin-right: 3px; }

@media (min-width: 1005px) {
  .shoppingcart {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    min-width: 344px;
    width: 344px;
    height: auto; }
    .shoppingcart.opened {
      height: auto;
      width: auto; }
    .shoppingcart .baskettitle .basket-title-open {
      display: block;
      color: #666;
      font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 60px;
      text-align: center;
      border: 0; }
    .shoppingcart .basket-title-closed {
      display: none; }
  .shoppingcart .emptybaskettext {
    padding: 0px; }
  .shoppingcart .baskettitle h2 {
    cursor: auto;
    line-height: normal; }
  .shoppingcart .baskettitle h2::after {
    display: none; }
  .shoppingcart table {
    padding: 10px; }
  .shoppingcart .prodprice p {
    font-weight: 600; }
  .shoppingcart .line.totals td {
    border: 0px;
    margin-top: 20px; }
  .shoppingcart {
    position: static;
    text-transform: none;
    background: transparent;
    color: #555;
    transform: translateY(0); }
  .shoppingcart.update {
    background-color: transparent; }
  .shoppingcart .productrow .prodname {
    width: 55%;
    font-size: 12px; }
  .shoppingcart .prodnumber input {
    color: #555; }
  .shoppingcart tr.productrow td {
    height: 50px;
    padding-bottom: 20px; } }

.checkoutpage {
  display: flex; }

.checkoutform {
  width: 100%;
  flex: 1 1 auto;
  padding: 0 24px; }

.shoppingcart {
  align-items: normal; }

/* Own Code */
#ageRestriction.popup .popupheader,
.templaterevamped.popup .popupheader,
.templaterevamped-popupheader {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  color: #0a3847;
  font-weight: 600;
  font-size: 16px;
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif; }

.templaterevamped.popup .popupheader {
  text-transform: lowercase; }

.templaterevamped.popup .popupheader::first-letter {
  text-transform: uppercase; }

.templaterevamped.popup p {
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif; }

.templaterevamped-sidedishpopup {
  max-height: 90%;
  overflow-y: auto;
  border-radius: 0px !important;
  padding: 15px !important; }

.templaterevamped-allergenspopup {
  border-radius: 0px !important;
  padding: 15px !important; }
  .templaterevamped-allergenspopup .popupheader {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
    color: #0a3847;
    font-weight: 600;
    font-size: 16px;
    font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif; }
  .templaterevamped-allergenspopup .lightbox-contents {
    font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif; }

.templaterevamped-productinfo .templaterevamped-productprice {
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
  color: #fb6100;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px; }

.templaterevamped-productinfo .templaterevamped-productdescription {
  margin-bottom: 8px;
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif; }

.templaterevamped-sidedish-content {
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif; }

.templaterevamped-sidedishes {
  background-color: #f8f5f2;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px; }
  .templaterevamped-sidedishes .templaterevamped-sidedish h3 {
    margin-bottom: 5px; }
  .templaterevamped-sidedishes .templaterevamped-sidedish-checkboxgroup {
    padding-top: 20px; }
    .templaterevamped-sidedishes .templaterevamped-sidedish-checkboxgroup h3 {
      margin-bottom: 5px; }

/* Copied */
.additivesinline {
  height: 0%;
  background: #efefef;
  position: absolute;
  border-radius: 4px;
  right: 0;
  top: 0;
  width: 100%;
  border-bottom: 3px solid #3096ce;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  overflow-y: hidden; }

.sidedish-footer {
  display: flex;
  justify-content: space-between; }
  .sidedish-footer .templaterevamped-quantity-plus,
  .sidedish-footer .templaterevamped-quantity-minus {
    background: 0 0;
    border: 0;
    width: 100%;
    height: 100%;
    color: inherit; }
  .sidedish-footer .templaterevamped-meal-price,
  .sidedish-footer .sidedish-add-button {
    height: 40px; }
  .sidedish-footer .templaterevamped-meal-price {
    font-weight: 400;
    width: 112px;
    min-width: 112px;
    display: flex;
    justify-content: space-between;
    border-radius: 1px;
    border: solid 1px #d7d7d7;
    background-color: #fff;
    line-height: 20px; }
    .sidedish-footer .templaterevamped-meal-price__block {
      text-align: center;
      height: 100%;
      line-height: 40px; }
      .sidedish-footer .templaterevamped-meal-price__block--display {
        font-weight: 600;
        color: #125fca;
        font-size: 16px; }
      .sidedish-footer .templaterevamped-meal-price__block--add {
        padding-right: 10px; }
      .sidedish-footer .templaterevamped-meal-price__block--substract {
        padding-left: 10px; }
      .sidedish-footer .templaterevamped-meal-price__block--add, .sidedish-footer .templaterevamped-meal-price__block--substract {
        color: #666;
        cursor: pointer; }
        .sidedish-footer .templaterevamped-meal-price__block--add .button-remove-sidedish,
        .sidedish-footer .templaterevamped-meal-price__block--add .button-add-sidedish, .sidedish-footer .templaterevamped-meal-price__block--substract .button-remove-sidedish,
        .sidedish-footer .templaterevamped-meal-price__block--substract .button-add-sidedish {
          width: 100%;
          height: 100%;
          color: inherit; }
  .sidedish-footer .sidedish-add-button {
    margin-left: 20px; }
    .sidedish-footer .sidedish-add-button h3 {
      font-weight: 600;
      margin: 0;
      font-size: 14px; }

.sidedish-footer .meal-add-btn-wrapper {
  width: 100%; }
  .sidedish-footer .meal-add-btn-wrapper .add-btn-icon {
    font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
    font-weight: 600;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.templaterevamped-sidedish-checkboxgroup {
  margin-bottom: 10px; }

.templaterevamped-sidedish.templaterevamped-sidedish-checkboxgroup h3,
.templaterevamped-sidedish.sidedish-select h3 {
  margin-bottom: 5px; }

.templaterevamped-sidedish.templaterevamped-sidedish-checkboxgroup::after {
  content: '';
  clear: both;
  display: table; }

.templaterevamped-sidedish .sidedish-checkbox {
  width: 100%;
  margin-bottom: 12px; }
  @media (min-width: 1005px) {
    .templaterevamped-sidedish .sidedish-checkbox {
      width: 50%;
      float: left;
      margin-bottom: 12px; } }

#ageRestriction.popup .cartbutton-button,
.templaterevamped.popup input[type=submit] {
  height: 35px;
  background: #125fca;
  color: #fff;
  border: 0;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 3px; }
  #ageRestriction.popup .cartbutton-button .wai_screenreader,
  .templaterevamped.popup input[type=submit] .wai_screenreader {
    font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif; }

.templaterevamped-sidedishpopup .cartbutton-button {
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border: 0;
  position: relative;
  padding: 0 16px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #1574f5;
  line-height: 50px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px; }
  @media (min-width: 1004px) {
    .templaterevamped-sidedishpopup .cartbutton-button {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; } }
  .templaterevamped-sidedishpopup .cartbutton-button:hover {
    background-color: #2f96ce;
    color: #fff; }

.full.category-scrolling .menucard {
  padding-top: 64px; }

.full.category-scrolling .menu-category-bar-container {
  position: fixed;
  top: 0;
  z-index: 15; }
  @media (min-width: 1004px) {
    .full.category-scrolling .menu-category-bar-container {
      width: 70%; }
      .full.category-scrolling .menu-category-bar-container.order-not-available {
        width: 100%; } }

.activesmartbanner .category-scrolling {
  top: 79px; }
  .activesmartbanner .category-scrolling .menu-category-bar-container {
    top: 79px; }

.menu-category-bar {
  height: 64px;
  background-color: #f8f5f2;
  display: flex;
  flex-direction: row;
  color: #0a3847; }
  .menu-category-bar.menucard-container {
    padding: 0;
    max-width: 1130px; }
  .menu-category-bar-container {
    background-color: #f8f5f2;
    height: 64px;
    position: relative; }
    @media (min-width: 1004px) {
      .menu-category-bar-container {
        margin-top: 0; } }
  .menu-category-bar .expanded .icon-search {
    background: #fff;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid; }
  .menu-category-bar .expanded .menu-meal-search {
    max-width: 5000px; }
  .menu-category-bar .menu-meal-search {
    max-width: 0;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 50px);
    left: 50px;
    top: 0;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    background: #f8f5f2; }
    .menu-category-bar .menu-meal-search .menu-meal-search-label {
      padding: 12px 0;
      width: 100%; }
    .menu-category-bar .menu-meal-search .menu-meal-search-input {
      height: 40px;
      padding: 0 8px 0 0;
      width: 100%;
      border-radius: 2px;
      background: #fff;
      border-top: #e7e7e7 1px solid;
      border-bottom: #e7e7e7 1px solid; }
    .menu-category-bar .menu-meal-search .menu-meal-search-close {
      display: inline-block;
      height: 40px;
      margin: 12px 15px 12px 0;
      width: 40px;
      text-align: center;
      border: #e7e7e7 1px solid;
      background: #fff;
      cursor: pointer; }
      .menu-category-bar .menu-meal-search .menu-meal-search-close:after {
        content: '\E994';
        font-family: "fontello";
        font-size: 11px;
        line-height: 40px;
        font-style: normal; }
  .menu-category-bar .menu-category-search,
  .menu-category-bar .swipe-next {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .menu-category-bar .menu-category-search .swipe-next-button,
    .menu-category-bar .swipe-next .swipe-next-button {
      width: 64px;
      height: 64px;
      text-align: center; }
      .menu-category-bar .menu-category-search .swipe-next-button:before,
      .menu-category-bar .swipe-next .swipe-next-button:before {
        width: auto;
        margin: 0;
        line-height: 64px;
        font-size: 12px; }
    .menu-category-bar .menu-category-search .icon-search,
    .menu-category-bar .swipe-next .icon-search {
      height: 40px;
      line-height: 40px;
      width: 35px;
      margin: 0 0 0 15px;
      text-align: center;
      border-top: transparent 1px solid;
      border-left: transparent 1px solid;
      border-bottom: transparent 1px solid; }
      .menu-category-bar .menu-category-search .icon-search:before,
      .menu-category-bar .swipe-next .icon-search:before {
        width: auto;
        margin: 0;
        font-size: 19px; }
  .menu-category-bar .expanded .icon-search {
    background: #fff;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid; }
  .menu-category-bar .expanded .menu-meal-search {
    max-width: 5000px; }
  .menu-category-bar .menu-category-list {
    display: flex;
    height: 64px;
    padding: 0;
    margin: 0;
    flex: 1;
    overflow: hidden; }
  .menu-category-bar .swiper-wrapper {
    display: flex;
    align-items: center; }
    .menu-category-bar .swiper-wrapper .swiper-slide {
      text-decoration: none; }
  .menu-category-bar a {
    list-style: none;
    font-size: 14px;
    font-weight: 300;
    height: 26px;
    padding: 2px 19px 0;
    font-family: "Roboto Slab", Arial, serif;
    color: #0a3847;
    text-overflow: unset;
    width: auto; }
    .menu-category-bar a.slide-active {
      color: #f86600;
      font-weight: 400; }
  .menu-category-bar .swipe-next {
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    opacity: 1; }
    @media (max-width: 1004px) {
      .menu-category-bar .swipe-next {
        display: none; } }
    .menu-category-bar .swipe-next:focus {
      outline: none; }
    .menu-category-bar .swipe-next.swiper-button-disabled {
      -webkit-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out;
      -ms-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      opacity: 0; }
  .menu-category-bar .swiper-container {
    width: 100%; }

body {
  font-family: 'Open Sans', sans-serif; }

.templaterevamped-hero {
  padding: 20px; }
  .templaterevamped-hero .templaterevamped-header {
    max-width: 200px; }
    @media (min-width: 640px) {
      .templaterevamped-hero .templaterevamped-header {
        max-width: 100%; } }
  .templaterevamped-hero .restaurantlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    height: 75px;
    width: 75px;
    border-radius: 8px; }
    @media (min-width: 640px) {
      .templaterevamped-hero .restaurantlogo {
        height: 120px;
        width: 120px;
        margin: 0 auto; } }
  .templaterevamped-hero h1 {
    font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff; }
    @media (min-width: 640px) {
      .templaterevamped-hero h1 {
        font-size: 30px;
        text-align: center; } }

.nav-wrapper {
  font-family: "Takeaway Sans", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif; }

.templaterevamped-shoppingcartna {
  display: none; }
  .templaterevamped-shoppingcartna.mobile {
    display: block;
    height: 70px;
    padding-top: 40px;
    text-align: center; }
    @media (min-width: 600px) {
      .templaterevamped-shoppingcartna.mobile {
        display: none; } }
  @media (min-width: 600px) {
    .templaterevamped-shoppingcartna {
      display: flex;
      align-self: flex-start;
      padding: 16px;
      top: 66px;
      position: sticky; } }
  @media (min-width: 1005px) {
    .templaterevamped-shoppingcartna {
      width: 20%; } }
  .templaterevamped-shoppingcartna a {
    text-align: center;
    background-color: #2f96ce;
    padding: 16px 16px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    text-decoration: none; }

.footer.dark {
  background-color: #0a3847; }
  .footer.dark .affillogo {
    background-color: #0a3847; }

.cookie-settings-granular-popup .js-header-content {
  margin-bottom: 16px;
  margin-top: 24px; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }
/*# sourceMappingURL=takeaway.css.map */
