@charset "UTF-8";
.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
}

.color-primary {
	color: #8C4B37
}

.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: #8C4B37
}

.color-btn-primary {
	color: #192837
}

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

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

.color-btn-primary-outline-hover {
	color: #192837
}

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

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

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

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

[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-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
}

.shim {
	background: #f6f7f8;
	background-image: linear-gradient(90deg, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8);
	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: a;
	-webkit-animation-timing-function: linear
}

@keyframes a {
	0% {
		background-position: -468px 0
	}
	to {
		background-position: 468px 0
	}
}

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

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.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"
}

.myaccountpages .main-header,
.seopages .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(../../home/fonts/takeaway-sans/takeaway-sans-regular.eot);
	src: local("Takeaway Sans Regular"), url(../../home/fonts/takeaway-sans/takeaway-sans-regular.eot?#iefix) format("embedded-opentype"), url(../../home/fonts/takeaway-sans/takeaway-sans-regular.woff2) format("woff2"), url(../../home/fonts/takeaway-sans/takeaway-sans-regular.woff) format("woff"), url(../../home/fonts/takeaway-sans/takeaway-sans-regular.ttf) format("truetype")
}

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

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

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

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

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

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

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

*,
html {
	-webkit-appearance: none
}

html {
	min-height: 100%!important;
	-ms-touch-action: manipulation
}

body,
html {
	height: 100%
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	background-color: #fff;
	line-height: 1.5;
	text-align: left;
	overflow-x: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	width: 100%
}

@media (min-width:1280px) {
	body body {
		min-width: 1060px
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 10px
}

a {
	cursor: pointer;
	outline: 0;
	color: #192837;
	text-decoration: none
}

a:hover {
	color: #0953bd
}

a:active,
a:focus {
	color: #0a3847
}

img {
	vertical-align: middle;
	border: 0
}

p {
	margin: 0 0 10px;
	line-height: 1.5;
	text-align: justify
}

table {
	border-collapse: collapse;
	width: 100%
}

.hidden,
.mobile,
.nodisplay {
	display: none
}

.show {
	display: inherit
}

.nofocus {
	outline: none
}

.clear {
	clear: both
}

.left,
.right {
	float: left;
	width: 50%
}

.alignright,
.goright {
	text-align: right
}

.alignleft,
.center {
	text-align: left
}

.small {
	font-size: .75em
}

.only-desktop {
	display: block
}

.only-mobile {
	display: none
}

::-webkit-input-placeholder {
	color: #cfcac4
}

:-moz-placeholder,
::-moz-placeholder {
	color: #cfcac4
}

:-ms-input-placeholder {
	color: #cfcac4
}

.anchor:before {
	content: "";
	display: block;
	height: 78px;
	margin: -78px 0 0;
	visibility: hidden
}

button {
	background: 0 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0
}

section {
	display: block
}

.wai_screenreader {
	position: absolute!important;
	top: 0;
	right: 10px;
	clip: rect(1px, 1px, 1px, 1px)
}

::-ms-clear,
::-ms-reveal {
	display: none
}

body,
html {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

.icon i,
body,
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon i {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	font-size: 18pt;
	display: inline-block;
	text-decoration: inherit;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em
}

html.fullscreen {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%
}

body.fullscreen {
	overflow: hidden;
	position: relative
}

body.fullscreen #irestaurantresults,
body.fullscreen .footer {
	display: none
}

body.fullscreen .zopim {
	z-index: 1!important
}

.main {
	width: 96%;
	padding-top: 60px;
	min-height: 550px;
	max-width: 1080px;
	margin: 0 auto
}

@media (min-width:1280px) {
	.main {
		width: 100%;
		padding-top: 25px
	}
}

a.button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 3px;
	font-size: 1em;
	background-color: #192837;
	color: #fff;
	width: 100%;
	height: 35px
}

a.button:active,
a.button:hover {
	background-color: #0953bd
}

select::-ms-expand {
	display: none
}

.afs-ads {
	display: none;
	visibility: hidden;
	position: absolute
}

#cto-cookies-header-message {
	display: none!important
}

template {
	display: none
}

.header-container .header-top {
	width: 100%;
	background-color: #8C4B37
}

.header {
	background-color: #8C4B37;
	margin: -1px auto;
	text-align: center;
	padding: 11px 15px 0;
	max-width: 470px
}

@media (min-width:1004px) {
	.header {
		max-width: 630px
	}
}

@media (min-width:1280px) {
	.header {
		max-width: 660px
	}
}

.header__payment-icons {
	text-align: center;
	opacity: .7;
	margin: 12px 0;
	display: inline-flex;
	justify-content: space-around
}

@media (min-width:570px) {
	.header__payment-icons {
		margin: 5px 0
	}
}

.header__title {
	font-family: Takeaway Sans Campaign, Avant Garde, Century Gothic, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	font-feature-settings: "liga", "clig";
	color: #fff;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 0
}

@media (min-width:570px) {
	.header__title {
		font-size: 46px
	}
}

@media (min-width:1004px) {
	.header__title {
		font-size: 62px
	}
}

@media (min-width:1280px) {
	.header__title {
		font-size: 72px
	}
}

.header__subtitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal
}

@media (min-width:320px) {
	.header__subtitle {
		font-size: 18px;
		padding: 0 0 16px;
		margin: 0
	}
}

@media (min-width:570px) {
	.header__subtitle {
		font-size: 24px
	}
}

@media (min-width:1004px) {
	.header__subtitle {
		font-size: 26px
	}
}

.step1 .subheader__image {
	min-height: 262px
}

@media (min-width:570px) {
	.step1 .subheader__image {
		min-height: 370px
	}
}

@media (min-width:1004px) {
	.step1 .subheader__image {
		min-height: 299px
	}
}

@media (min-width:1280px) {
	.step1 .subheader__image {
		min-height: 478px
	}
}

.subheader {
	position: relative
}

.subheader__slope {
	position: absolute;
	width: 100%;
	height: 9vw;
	top: -1px;
	overflow: hidden;
	clip-path: polygon(0 0, 0 100%, 100% 0, 100% 0);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
	background: #8C4B37
}

.subheader__image {
	max-height: 70vw;
	height: calc(100vh - 301px);
	background-repeat: no-repeat;
	background-position-y: calc(49% - 9vw);
	height: 70vw;
	background-size: 100%;
	background-position-x: 50%
}

.subheader__image--pizza {
	background-image: url(/assets/images/header/hero/pizza/pizza_cover_mobile.jpg)
}

.subheader__image--hamburger {
	background-image: url(/assets/images/header/hero/tableburgers/burgers_mobile.jpg)
}

.subheader__image--pizza-light {
	background-image: url(/assets/images/header/hero/pizza_light/pizza_light_mobile.jpg)
}

.subheader__image--sushi {
	background-image: url(/assets/images/header/hero/sushi/sushi_light_mobile.jpg)
}

.subheader__image--variety {
	background-image: url(/assets/images/header/hero/variety/variety_mobile.jpg)
}

@media (min-width:570px) {
	.subheader__image {
		max-height: 65vw;
		height: calc(100vh - 310px);
		background-position-y: 55%
	}
	.subheader__image--pizza {
		background-image: url(/assets/images/header/hero/pizza/pizza_cover_desktop.jpg)
	}
	.subheader__image--hamburger {
		background-image: url(/assets/images/header/hero/tableburgers/burgers_desktop.jpg)
	}
	.subheader__image--pizza-light {
		background-image: url(/assets/images/header/hero/pizza_light/pizza_light_desktop.jpg)
	}
	.subheader__image--sushi {
		background-image: url(/assets/images/header/hero/sushi/sushi_light_desktop.jpg)
	}
	.subheader__image--variety {
		background-image: url(/assets/images/header/hero/variety/variety_desktop.jpg)
	}
}

@media (min-width:1004px) {
	.subheader__image {
		max-height: 65vw;
		height: calc(100vh - 301px)
	}
	.subheader__image--pizza {
		background-image: url(/assets/images/header/hero/pizza/pizza_cover_desktop.jpg);
		background-position-y: 51%
	}
	.subheader__image--hamburger {
		background-image: url(/assets/images/header/hero/tableburgers/burgers_desktop.jpg);
		background-position-y: 49%
	}
	.subheader__image--pizza-light {
		background-image: url(/assets/images/header/hero/pizza_light/pizza_light_desktop.jpg);
		background-position-y: 49%
	}
	.subheader__image--sushi {
		background-image: url(/assets/images/header/hero/sushi/sushi_light_desktop.jpg);
		background-position-y: 49%
	}
	.subheader__image--variety {
		background-image: url(/assets/images/header/hero/variety/variety_desktop.jpg);
		background-position-y: 100%
	}
}

@media (min-width:1280px) {
	.subheader__image {
		max-height: 65vw;
		height: calc(100vh - 430px);
		background-size: cover;
		background-position-x: 50%
	}
	.subheader__image--pizza {
		background-image: url(/assets/images/header/hero/pizza/pizza_cover_desktop.jpg);
		background-position-y: 51%
	}
	.subheader__image--hamburger {
		background-image: url(/assets/images/header/hero/tableburgers/burgers_desktop.jpg);
		background-position-y: 44%
	}
	.subheader__image--pizza-light {
		background-image: url(/assets/images/header/hero/pizza_light/pizza_light_desktop.jpg);
		background-position-y: 48%
	}
	.subheader__image--sushi {
		background-image: url(/assets/images/header/hero/sushi/sushi_light_desktop.jpg);
		background-position-y: 43%
	}
	.subheader__image--variety {
		background-image: url(/assets/images/header/hero/variety/variety_desktop.jpg);
		background-position-y: 78%
	}
}

.subheader__image .subheader__content {
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.subheader__image .subheader__content .subheader__title,
.subheader__image .subheader__content .subheader__title h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5rem
}

@media (min-width:1004px) {
	.subheader__image .subheader__content .subheader__title,
	.subheader__image .subheader__content .subheader__title h1 {
		font-size: 2.25rem;
		line-height: 2.25rem
	}
}

.subheader__image .subheader__content .subheader__location-panel {
	max-width: 630px;
	margin: 0 auto;
	padding-top: 1rem
}

.step2.seopages .subheader__default,
.subheader.panel.seopages .subheader__default {
	display: block
}

.step2.seopages .subheader__counter,
.subheader.panel.seopages .subheader__counter {
	display: none
}

.step2 .subheader__image,
.subheader.panel .subheader__image {
	height: 152px;
	background-size: cover;
	background-position-x: 40%;
	background-repeat: no-repeat;
	background-color: #0a3847
}

@media (min-width:570px) {
	.step2 .subheader__image,
	.subheader.panel .subheader__image {
		height: 176px
	}
}

@media (min-width:1004px) {
	.step2 .subheader__image,
	.subheader.panel .subheader__image {
		height: 200px
	}
}

@media (min-width:1280px) {
	.step2 .subheader__image,
	.subheader.panel .subheader__image {
		background-size: cover;
		background-position-y: 46%;
		background-position-x: 46%
	}
}

.step2 .subheader__image:before,
.subheader.panel .subheader__image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25))
}

.warning-banner {
	background: #0a3847;
	color: #fff
}

.warning-banner-container {
	max-width: 1320px;
	margin: 0 auto 0 1rem;
	display: flex;
	min-height: 50px
}

@media (min-width:1004px) {
	.warning-banner-container {
		padding-left: 52px;
		padding-right: 40px;
		margin: 0 auto
	}
}

.warning-banner-info {
	margin-right: .75rem;
	width: 1.8rem;
	height: 1.8rem;
	align-self: center
}

@media (min-width:1004px) {
	.warning-banner-info {
		margin-right: 1rem
	}
}

.warning-banner-content {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	align-self: center;
	line-height: 18px
}

.warning-banner-close {
	min-height: inherit;
	min-width: 50px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	cursor: pointer
}

.warning-banner-close:before {
	font-size: 10px;
	font-weight: 700;
	align-self: center
}

.warning-banner-closed {
	display: none
}

.step1 .main-header--background-cover {
	background-position-x: 50%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

@media (min-width:570px) {
	.step1 .main-header--background-cover {
		background-position-y: 0
	}
}

@media (min-width:1280px) {
	.step1 .main-header--background-cover {
		background-position-y: 42%
	}
}

.step1 .main-header--background-cover.background-cover__chinese {
	background-image: url(/assets/images/header/chinese.jpg)
}

@media (min-width:570px) {
	.step1 .main-header--background-cover.background-cover__chinese {
		background-image: url(/assets/images/header/chinese_desktop.jpg)
	}
}

.step1 .main-header--background-cover.background-cover__sushi {
	background-image: url(/assets/images/header/sushi.jpg)
}

@media (min-width:570px) {
	.step1 .main-header--background-cover.background-cover__sushi {
		background-image: url(/assets/images/header/sushi_desktop.jpg)
	}
}

.step1 .main-header--background-cover .header-container .header-top,
.step1 .main-header--background-cover .header-container .header-top .header,
.step1 .main-header--background-cover .topbar-container {
	background-color: transparent
}

.step1 .main-header--background-cover .subheader {
	height: calc(9vw + 1rem)
}

@media (min-width:570px) {
	.step1 .main-header--background-cover .subheader {
		height: calc(9vw + 5rem)
	}
}

.step1 .main-header--background-cover .subheader__slope {
	background: #f8f5f2;
	bottom: -1px;
	top: auto;
	clip-path: polygon(100% 100%, 0 100%, 100% 0, 100% 0);
	-webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 0 100%)
}

.step1 .main-header--background-cover .subheader__image {
	display: none
}

.main-grid-container {
	position: relative;
	display: block
}

@media (max-width:569px) {
	.main-grid-container {
		width: calc(100% - 10px);
		max-width: 1275px;
		margin-left: 5px;
		margin-right: 5px
	}
}

@media (min-width:570px) {
	.main-grid-container {
		width: calc(100% - 20px);
		max-width: 1280px;
		margin-left: 10px;
		margin-right: 10px
	}
}

@media (min-width:1004px) {
	.main-grid-container {
		width: 100%;
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:1280px) {
	.main-grid-container {
		width: 100%;
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:1280px) and (min-width:1280px) and (max-width:1320px) {
	.main-grid-container {
		left: 50%;
		margin-left: -660px
	}
}

.main-grid-container:after {
	content: "";
	display: table;
	clear: both
}

@media (max-width:1003px) {
	.main-grid-container {
		margin: 0;
		width: 100%
	}
}

.step2 .mainfooter,
.step3 .mainfooter {
	margin-bottom: 54px
}

@media (min-width:1004px) {
	.step2 .mainfooter,
	.step3 .mainfooter {
		margin-bottom: 0
	}
}

.ubh-mapmode .mainfooter {
	display: none
}

.mainfooter {
	text-align: left;
	background-color: #192837;
	padding-bottom: 0;
	color: #fff;
	position: relative
}

@media (min-width:1004px) {
	.mainfooter {
		z-index: 16
	}
}

.mainfooter .keywordpanel {
	margin: 0 auto;
	padding-left: 42px;
	padding-right: 42px;
	padding-top: 40px
}

@media (min-width:570px) {
	.mainfooter .keywordpanel {
		padding-left: 52px;
		padding-right: 52px
	}
}

@media (min-width:1280px) {
	.mainfooter .keywordpanel {
		max-width: 1280px
	}
}

.mainfooter .keywordpanel .footermobile {
	display: block
}

@media (min-width:1280px) {
	.mainfooter .keywordpanel .footermobile {
		display: none
	}
}

.mainfooter .keywordpanel .footerdesktop {
	display: none
}

@media (min-width:1280px) {
	.mainfooter .keywordpanel .footerdesktop {
		display: block
	}
}

.mainfooter .keywordpanel a {
	color: #fff;
	line-height: 1.5;
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px
}

.mainfooter .keywordpanel .logo {
	text-align: center;
	margin-bottom: 56px;
	height: 62px
}

@media (max-width:570px) {
	.mainfooter .keywordpanel .logo {
		height: 44px
	}
}

.mainfooter .keywordpanel .logo img {
	display: inline-block;
	height: 100%
}

.mainfooter .keywordpanel .footer-items {
	border-bottom: 1px solid hsla(0, 0%, 84%, .5)
}

@media (min-width:1004px) {
	.mainfooter .keywordpanel .footer-items {
		columns: 4
	}
}

.mainfooter .keywordpanel .socialmedia-items .facebook {
	background: none
}

.mainfooter .keywordpanel .socialmedia-items .facebook a:before {
	font-size: 16px;
	padding-right: 8px;
	width: 25px;
	float: left;
	content: "\E996";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia-items .twitter a:before {
	font-size: 16px;
	padding-right: 8px;
	width: 25px;
	float: left;
	content: "\E998";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia-items .google a:before {
	font-size: 16px;
	padding-right: 8px;
	width: 25px;
	float: left;
	content: "\E997";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia-items .youtube a:before {
	font-size: 16px;
	padding-right: 8px;
	width: 25px;
	float: left;
	content: "\E999";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia-items .instagram a:before {
	font-size: 25px;
	padding-right: 8px;
	width: 25px;
	float: left;
	content: "\E912";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia-items .blog a:before {
	font-size: 16px;
	padding-right: 8px;
	width: 25px;
	float: left;
	content: "\E995";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia .title {
	text-align: center;
	height: 48px;
	cursor: default
}

.mainfooter .keywordpanel .socialmedia .title:after {
	content: none
}

.mainfooter .keywordpanel .socialmedia ul {
	border: 0
}

.mainfooter .keywordpanel .socialmedia .icon-container {
	display: flex;
	justify-content: center;
	margin-bottom: 88px
}

.mainfooter .keywordpanel .socialmedia .icon-container .icons {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 422px;
	height: 48px
}

.mainfooter .keywordpanel .socialmedia .icon-container .icons li:hover {
	transform: scale(1.25);
	transition: .3s
}

.mainfooter .keywordpanel .socialmedia .icon-container .icons .social_facebook a:before {
	font-size: 25px;
	width: 20%;
	float: left;
	content: "\E996";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia .icon-container .icons .social_twitter a:before {
	font-size: 25px;
	padding-right: 8px;
	width: 15px;
	float: left;
	content: "\E998";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia .icon-container .icons .social_google a:before {
	font-size: 25px;
	padding-right: 8px;
	width: 15px;
	float: left;
	content: "\E997";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia .icon-container .icons .social_youtube a:before {
	font-size: 25px;
	padding-right: 8px;
	width: 15px;
	float: left;
	content: "\E999";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia .icon-container .icons .social_instagram a:before {
	font-size: 25px;
	padding-right: 8px;
	width: 15px;
	float: left;
	content: "\E912";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .socialmedia .icon-container .icons .social_blog a:before {
	font-size: 25px;
	padding-right: 8px;
	width: 15px;
	float: left;
	content: "\E995";
	font-family: fontello;
	font-weight: 400
}

.mainfooter .keywordpanel .title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #fff;
	position: relative;
	cursor: pointer
}

.mainfooter .keywordpanel .title:after {
	content: "\E953";
	font-family: fontello;
	position: absolute;
	right: 0;
	font-size: 16px;
	transform: rotate(0deg);
	transition: all .2s ease-in-out
}

@media (min-width:1004px) {
	.mainfooter .keywordpanel .title:after {
		content: none
	}
}

@media (min-width:1004px) {
	.mainfooter .keywordpanel .title {
		cursor: default
	}
}

@media (min-width:1004px) {
	.mainfooter .keywordpanel .footer-nav {
		page-break-inside: avoid
	}
}

.mainfooter .keywordpanel .footer-nav.open .title:after {
	transform: rotate(180deg);
	transition: all .2s ease-in-out
}

@media (min-width:1004px) {
	.mainfooter .keywordpanel .footer-nav.open .title:after {
		content: none
	}
}

.mainfooter .keywordpanel .footer-nav li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: block;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	height: 48px;
	line-height: 28px;
	letter-spacing: normal
}

.mainfooter .keywordpanel .footer-nav li a:hover {
	text-decoration: underline
}

.mainfooter .keywordpanel .footer-nav ul {
	max-height: 0;
	overflow: hidden;
	transition: all .2s ease-in-out;
	margin-bottom: 28px
}

@media (min-width:1004px) {
	.mainfooter .keywordpanel .footer-nav ul {
		max-height: 2500px;
		margin-top: 28px
	}
}

.mainfooter .keywordpanel .footer-nav.open ul {
	margin-top: 28px;
	max-height: 2500px;
	overflow: hidden;
	border-bottom: 1px solid hsla(0, 0%, 84%, .5)
}

@media (min-width:1004px) {
	.mainfooter .keywordpanel .footer-nav.open ul {
		border-bottom: 0
	}
}

.mainfooter .keywordpanel .footer-nav.open ul.last {
	border-bottom: 0
}

.mainfooter .keywordpanel li {
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: left;
	display: block
}

.mainfooter .keywordpanel .colofon,
.mainfooter .keywordpanel .links {
	text-align: center;
	padding-bottom: 20px
}

.mainfooter .keywordpanel .colofon .copyright,
.mainfooter .keywordpanel .colofon a,
.mainfooter .keywordpanel .links .copyright,
.mainfooter .keywordpanel .links a {
	font-weight: 400;
	text-align: center;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: normal
}

.mainfooter .keywordpanel .colofon .copyright:hover,
.mainfooter .keywordpanel .colofon a:hover,
.mainfooter .keywordpanel .links .copyright:hover,
.mainfooter .keywordpanel .links a:hover {
	text-decoration: underline
}

@media (min-width:570px) {
	.mainfooter .keywordpanel .colofon .copyright,
	.mainfooter .keywordpanel .colofon a,
	.mainfooter .keywordpanel .links .copyright,
	.mainfooter .keywordpanel .links a {
		display: inline-block;
		margin-left: 24px;
		line-height: 48px
	}
	.mainfooter .keywordpanel .colofon .copyright:first-child,
	.mainfooter .keywordpanel .colofon a:first-child,
	.mainfooter .keywordpanel .links .copyright:first-child,
	.mainfooter .keywordpanel .links a:first-child {
		margin-left: 0
	}
}

.mainfooter .keywordpanel .colofon .copyright,
.mainfooter .keywordpanel .colofon .copyright:hover,
.mainfooter .keywordpanel .links .copyright,
.mainfooter .keywordpanel .links .copyright:hover {
	text-decoration: none
}

@media (min-width:570px) {
	.mainfooter .keywordpanel .colofon .copyright,
	.mainfooter .keywordpanel .links .copyright {
		display: block;
		line-height: 48px
	}
}

.mainfooter .keywordpanel .colofon {
	border-bottom: 1px solid hsla(0, 0%, 84%, .5)
}

.mainfooter .keywordpanel .colofon .copyright {
	display: inline-block;
	font-size: 1em
}

.to-top {
	width: 45px;
	height: 52px;
	bottom: 20px;
	text-decoration: none;
	position: fixed;
	right: 12px;
	overflow: hidden;
	border: 0;
	opacity: .5;
	z-index: 99;
	transition: all .5s ease-in-out;
	border-radius: 3px;
	background: #333
}

@media (max-width:1003px) {
	.to-top {
		width: 40px;
		height: 50px;
		font-size: 24px;
		bottom: 12px
	}
}

.to-top:focus,
.to-top:hover {
	opacity: 1
}

.to-top:after {
	width: 40px;
	height: 50px;
	line-height: 50px;
	display: block;
	content: "";
	font-family: fontello;
	color: #fff;
	text-align: center;
	font-size: 26px
}

@media (min-width:1004px) {
	.to-top:after {
		width: 45px;
		height: 52px;
		line-height: 52px
	}
}

.topbar-container {
	position: relative;
	background-color: #8C4B37;
	z-index: 17
}

.topbar {
	align-items: center;
	display: flex;
	height: 72px;
	justify-content: space-between;
	margin: 0 auto;
	padding: 1rem
}

@media (min-width:1004px) {
	.topbar {
		position: relative
	}
}

@media (min-width:1280px) {
	.topbar {
		padding: 1rem 1.5rem
	}
}

.topbar .menu-navigation,
.topbar__logo {
	flex: 1
}

.topbar__logo {
	max-height: 1.75rem
}

.topbar__logo .go-back-button {
	display: inline-flex
}

.topbar__logo .go-back-button:before {
	content: "\E993";
	font-family: fontello;
	font-size: .8rem;
	line-height: 1.75rem;
	margin: 0 9px 0 0;
	color: #fff
}

.topbar__logo .go-back-button .small-logo {
	display: flex;
	color: #fff
}

@media (min-width:1004px) {
	.topbar__logo .go-back-button .small-logo {
		display: none
	}
}

.topbar__logo .go-back-button .small-logo:after {
	content: "\E91B";
	font-family: fontello;
	font-size: 26px;
	line-height: 1.75rem
}

.topbar__logo .large-logo {
	display: none;
	height: 28px
}

@media (min-width:1004px) {
	.topbar__logo .large-logo {
		display: inline
	}
}

.topbar__title-container {
	flex: 0 1;
	text-align: center;
	margin: 0 auto;
	max-width: 60%;
	cursor: pointer
}

@media (-ms-high-contrast:none) {
	.topbar__title-container {
		flex: none
	}
}

.topbar__title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.3rem;
	padding-bottom: 3px;
	color: #fff;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: none;
	border-bottom: 2px solid #fff;
	cursor: pointer
}

.topbar__title.show-location {
	display: inline-block
}

.topbar .menu-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.topbar .menu-navigation .locale-flag {
	display: none
}

@media (min-width:1004px) {
	.topbar .menu-navigation .locale-flag {
		display: block
	}
}

.topbar .menu-navigation .button-myaccount {
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer
}

@media (min-width:570px) {
	.topbar .menu-navigation .button-myaccount {
		margin-left: 1.75rem
	}
}

.topbar .menu-navigation .button-myaccount:before {
	content: "\E838";
	color: #fff;
	font-family: fontello;
	font-weight: 400
}

.topbar .menu-navigation .language-country-container {
	display: none
}

@media (min-width:1004px) {
	.topbar .menu-navigation .language-country-container {
		display: block
	}
}

.step1 .topbar__logo .small-logo,
.step1 .topbar__title-container,
.step5 .topbar__logo .small-logo,
.step5 .topbar__title-container {
	display: none
}

.step1 .topbar__logo .large-logo,
.step5 .topbar__logo .large-logo {
	display: inline
}

.supplementary .supplementary-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background-color: #8C4B37;
	height: 72px;
	min-height: 72px
}

.supplementary .supplementary-header:after {
	display: none
}

.supplementary .supplementary-header .logo img {
	margin-top: 20px;
	margin-left: 30px;
	max-width: 180px;
	display: inline
}

.supplementary .header-image {
	height: 300px;
	width: 100%
}

@media (min-width:570px) {
	.supplementary .header-image {
		height: 262px
	}
}

@media (min-width:1004px) {
	.supplementary .header-image {
		height: 542px
	}
}

@media (min-width:1280px) {
	.supplementary .header-image {
		height: 636px
	}
}

.supplementary .main {
	overflow: hidden;
	padding-top: 2rem
}

@media (min-width:570px) {
	.supplementary .main {
		padding-top: 0
	}
}

.supplementary .supplementary-main__header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #0a3847;
	font-size: 1rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 2rem
}

@media (min-width:570px) {
	.supplementary .supplementary-main__header {
		padding: 0 2rem;
		margin-bottom: 0
	}
}

@media (min-width:1004px) {
	.supplementary .supplementary-main__header {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		background: rgba(0, 0, 0, .6);
		padding: 0;
		margin-top: 72px;
		color: #fff;
		height: 542px
	}
}

@media (min-width:1280px) {
	.supplementary .supplementary-main__header {
		height: 636px
	}
}

.supplementary .supplementary-main__description {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -.2px;
	margin: 0 1rem
}

@media (min-width:570px) {
	.supplementary .supplementary-main__description {
		font-size: 16px;
		line-height: 23.4px;
		letter-spacing: 0
	}
}

@media (min-width:1004px) {
	.supplementary .supplementary-main__description {
		font-size: 17px;
		line-height: 24px;
		width: 80%;
		max-width: 1080px
	}
}

@media (min-width:1280px) {
	.supplementary .supplementary-main__description {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: -.4px
	}
}

.supplementary .supplementary-main__title {
	font-family: Takeaway Sans Campaign, Avant Garde, Century Gothic, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	font-feature-settings: "liga", "clig";
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -.2px
}

@media (min-width:570px) {
	.supplementary .supplementary-main__title {
		font-size: 36px;
		line-height: 41.6px;
		letter-spacing: -.3px;
		margin: 2rem
	}
}

@media (min-width:1004px) {
	.supplementary .supplementary-main__title {
		font-size: 62px;
		line-height: 72px;
		letter-spacing: -.5px;
		width: 80%;
		max-width: 1080px
	}
}

@media (min-width:1280px) {
	.supplementary .supplementary-main__title {
		font-size: 68px;
		line-height: 79px;
		letter-spacing: -.6px
	}
}

.supplementary {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: #fff
}

.supplementary .footer {
	position: relative;
	max-width: 1080px;
	margin: -20px auto 0;
	padding: 3rem 2rem 2.5rem;
	width: 100%;
	overflow: hidden;
	-webkit-clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%);
	background-color: #8C4B37;
	color: #fff;
	z-index: 1;
	text-align: center
}

.supplementary .footer__header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 50px;
	margin-top: 20px
}

@media (min-width:1004px) {
	.supplementary .footer__header {
		font-size: 62px;
		line-height: 62px
	}
}

@media (min-width:1280px) {
	.supplementary .footer__header {
		font-size: 68px;
		line-height: 72px
	}
}

.supplementary .footer__content {
	font-size: 12px;
	line-height: 26px;
	margin: 1rem 0 2rem;
	letter-spacing: -.4px;
	text-align: center
}

@media (min-width:570px) {
	.supplementary .footer__content {
		font-size: 14px;
		line-height: 22px
	}
}

@media (min-width:1004px) {
	.supplementary .footer__content {
		font-size: 14px;
		line-height: 26px
	}
}

@media (min-width:1280px) {
	.supplementary .footer__content {
		font-size: 24px;
		line-height: 26px;
		margin: 2rem 0 4rem
	}
}

.supplementary .footer__button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 1.5rem auto 0;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-radius: 2px;
	background-color: #192837;
	display: block;
	color: #fff
}

@media (min-width:1004px) {
	.supplementary .footer__button {
		height: 70px;
		line-height: 70px;
		font-size: 18px
	}
}

.supplementary .footer__download-text {
	font-size: 18px;
	line-height: 34px;
	margin-top: 67px
}

.supplementary .footer__download-buttons {
	margin: 26px auto 78px;
	display: flex;
	justify-content: space-between;
	max-width: 320px
}

.supplementary .footer__download-buttons img {
	border-radius: 3px;
	height: 35px
}

@media (min-width:570px) {
	.supplementary .footer__download-buttons img {
		height: 40px
	}
}

@media (min-width:570px) {
	.supplementary .footer {
		padding: 3rem 8rem 2.5rem
	}
}

@media (min-width:1004px) {
	.supplementary .footer {
		padding: 8rem 15rem 4rem;
		-webkit-clip-path: polygon(0 5.3vw, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 5.3vw, 100% 0, 100% 100%, 0 100%)
	}
}

.benefits {
	background: #f8f5f2
}

.benefits__wrapper {
	margin: 0 auto;
	max-width: 1020px
}

.benefits__header {
	color: #0a3847;
	font-size: 26px;
	font-weight: 600;
	line-height: 26px;
	padding: 2rem 0 1rem;
	text-align: center;
	max-width: 280px;
	margin: 0 auto
}

@media (min-width:570px) {
	.benefits__header {
		font-size: 36px;
		line-height: 40px;
		padding: 0 0 1.5rem;
		max-width: 380px
	}
}

.benefits__site-name {
	color: #8C4B37
}

.benefits__faq {
	font-size: 1rem;
	font-weight: 700;
	padding: 9px 0 24px;
	text-align: center
}

@media (min-width:570px) {
	.benefits__faq {
		padding: 9px 0 36px
	}
}

.content.collapse {
	display: none
}

.content-usp {
	background: #f8f5f2
}

.content-usp .inner {
	position: relative;
	margin: 0 auto;
	max-width: 1020px;
	height: 100%;
	padding: 60px 0;
	overflow: hidden
}

.content-usp h3.headline {
	margin: 8px 0 16px;
	color: #0a3847;
	font-size: 22px;
	text-align: center
}

.content-usp h4.subheadline {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 8px 0 16px;
	font-size: 30px;
	color: #8C4B37;
	line-height: 1.5;
	text-align: center
}

.steps-inner .listbox-boxes {
	display: block;
	box-sizing: border-box;
	min-height: 265px;
	padding: 45px 0 20px
}

.steps-inner .listbox-box {
	border: 1px solid #f8f5f2;
	background: #fff;
	width: 23.3333%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	position: relative;
	min-height: 260px;
	padding: 16px;
	box-shadow: 2px 2px 10px 0 hsla(0, 0%, 50%, .4)
}

@media (min-width:1004px) {
	.steps-inner .listbox-box {
		margin-left: 16px;
		width: 27%;
		margin-right: 16px
	}
	.steps-inner .steps-btn-backward,
	.steps-inner .steps-btn-forward {
		display: none
	}
	.steps-inner .listbox-boxes {
		margin: 0;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 56px 0 24px
	}
}

@media (min-width:1004px) {
	.steps-inner .listbox-box {
		width: 30%;
		min-height: 350px
	}
}

.steps-inner .listbox-icon {
	width: 90px;
	height: 90px;
	display: inline-block;
	border-radius: 50%;
	background: #8C4B37;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -45px;
	box-shadow: 2px 2px 10px 0 hsla(0, 0%, 50%, .4)
}

.steps-inner .listbox-icon:before {
	font-family: fontello;
	content: attr(data-icon);
	color: #fff;
	line-height: 90px;
	font-size: 45px
}

.listbox-headline {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 60px 0 20px;
	margin: 8px 0 16px;
	color: #0a3847;
	font-size: 18px;
	text-align: center
}

.listbox-list li {
	padding-bottom: 8px;
	list-style-type: none;
	font-size: 15px
}

.listbox-list {
	display: block;
	width: 100%
}

.listbox-list>li {
	text-align: left;
	padding: 0 8px;
	background: #fff
}

.listbox-list>li:before {
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	content: attr(data-icon);
	position: relative;
	display: inline-block;
	text-align: center;
	margin-right: 4px
}

.listbox-list li {
	line-height: 1.5;
	margin-left: 35px;
	padding-bottom: 16px
}

.listbox-list li:before {
	color: #8C4B37;
	font-size: 22px;
	margin-left: -35px;
	position: absolute
}

@media (max-width:1003px) {
	.listbox-slider-dots-wrap {
		height: 10px;
		text-align: center
	}
	.listbox-slider-dots-wrap .listbox-slider-dots {
		display: inline-block;
		cursor: pointer;
		border-radius: 50%;
		color: #fff;
		background-color: #fff;
		border: 1px solid #cfcac4;
		margin: 0 4px;
		font-size: 15px;
		width: 20px;
		height: 20px;
		line-height: 20px
	}
	.listbox-slider-dots-wrap .listbox-slider-dots.active {
		background-color: #8C4B37;
		border: 1px solid #8C4B37
	}
	.listbox-slider-dots-wrap .listbox-slider-dots:before {
		font-family: fontello;
		font-weight: 400;
		line-height: 1
	}
	.listbox-slider-dots-wrap .listbox-slider-dots.disabled,
	.listbox-slider-dots-wrap .listbox-slider-dots.disabled:hover {
		cursor: default;
		background-color: #cfcac4
	}
	.listbox-slider-dots-wrap .listbox-slider-dots:active,
	.listbox-slider-dots-wrap .listbox-slider-dots:focus,
	.listbox-slider-dots-wrap .listbox-slider-dots:hover {
		background-color: #da611e
	}
	.listbox-slider-dots-wrap .listbox-slider-dots.listbox-dot-active:first-child {
		background: #8C4B37;
		border: 1px solid #8C4B37
	}
	.listbox-btn-forward {
		text-align: center;
		cursor: pointer;
		color: #666;
		font-size: 50px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		right: 0
	}
	.listbox-btn-forward:before {
		content: "";
		font-family: fontello;
		font-weight: 400;
		line-height: 1
	}
	.listbox-btn-forward.disabled,
	.listbox-btn-forward.disabled:hover {
		cursor: default;
		color: #cfcac4
	}
	.listbox-btn-forward:active,
	.listbox-btn-forward:focus,
	.listbox-btn-forward:hover {
		color: #0953bd
	}
	.listbox-btn-backward {
		text-align: center;
		cursor: pointer;
		color: #666;
		font-size: 50px;
		width: 50px;
		height: 50px;
		line-height: 50px
	}
	.listbox-btn-backward:before {
		content: "";
		font-family: fontello;
		font-weight: 400;
		line-height: 1
	}
	.listbox-btn-backward.disabled,
	.listbox-btn-backward.disabled:hover {
		cursor: default;
		color: #cfcac4
	}
	.listbox-btn-backward:active,
	.listbox-btn-backward:focus,
	.listbox-btn-backward:hover {
		color: #0953bd
	}
	.listbox-btn {
		position: absolute;
		top: 55%;
		z-index: 7
	}
}

.listbox-btn {
	display: block
}

@media (min-width:1004px) {
	.listbox-btn {
		display: none
	}
}

.content-vietnam .vietnam-inner {
	margin: 0 auto;
	max-width: 1020px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center
}

.content-vietnam .vietnam-inner a {
	display: inline-block;
	margin-right: 20px
}

.content-vietnam .vietnam-inner img.dadangky {
	height: 50px
}

@media (min-width:1004px) {
	.content-vietnam .vietnam-inner img.dadangky {
		height: 70px
	}
}

.content-vietnam .vietnam-inner img.safeweb {
	height: 40px
}

@media (min-width:1004px) {
	.content-vietnam .vietnam-inner img.safeweb {
		height: 60px
	}
}

.content-renaming-notification {
	border-bottom: 1px solid #e9e9e9
}

.content-renaming-notification .renaming-notification-inner {
	margin: 0 auto;
	max-width: 283px;
	padding-top: 51px;
	padding-bottom: 51px;
	text-align: center
}

.content-renaming-notification .renaming-notification-inner p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #0a3847;
	text-align: center
}

.content-renaming-notification .renaming-notification-inner p span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.content-renaming-notification .renaming-notification-inner p .new-brand {
	color: #8C4B37
}

.content-renaming-notification .renaming-notification-inner img {
	height: 35px;
	margin-bottom: 8px
}

@media (min-width:1004px) {
	.content-renaming-notification .renaming-notification-inner img {
		height: 41px
	}
}

.faq-link {
	text-align: center;
	padding: 40px 0
}

.faq-link a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #1674f5;
	font-size: 15px;
	text-transform: capitalize
}

.needhelp-container {
	margin: 0 auto
}

.needhelp-container .forgot-something {
	text-align: center;
	margin: 0 0 34px
}

@media (min-width:1004px) {
	.needhelp-container .forgot-something {
		text-align: right;
		margin: 0
	}
}

.needhelp-container .forgot-something__text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #0a3847;
	font-size: 14px;
	line-height: 1.71
}

.needhelp-container .forgot-something__link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #8C4B37;
	font-size: 12px;
	line-height: 2.17
}

.needhelp-container .needhelp {
	border-top: 1px solid #d7d7d7;
	max-width: 630px;
	margin: 0 auto;
	padding: 0 15px
}

@media (min-width:570px) {
	.needhelp-container .needhelp {
		padding: 0 20px
	}
}

.needhelp-container .needhelp .icon-ta-arrow-down:before,
.needhelp-container .needhelp .icon-ta-arrow-up:before {
	width: auto;
	margin: 0;
	line-height: 64px
}

.needhelp-container .needhelp.expanded .icon-ta-arrow-down,
.needhelp-container .needhelp .icon-ta-arrow-up {
	display: none
}

.needhelp-container .needhelp.expanded .icon-ta-arrow-up {
	display: block
}

.needhelp-container .needhelp__top {
	height: 64px;
	display: flex;
	justify-content: space-between;
	cursor: pointer
}

@media (min-width:1004px) {
	.needhelp-container .needhelp__top {
		cursor: inherit;
		height: auto
	}
}

.needhelp-container .needhelp__top .needhelp-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 64px;
	color: #0a3847;
	display: inline-block
}

@media (min-width:1004px) {
	.needhelp-container .needhelp__top .needhelp-text {
		font-size: 14px;
		line-height: 1.71
	}
}

.needhelp-container .needhelp__top .needhelp-icon {
	display: inline-block;
	height: 64px;
	width: 64px;
	text-align: center
}

@media (min-width:1004px) {
	.needhelp-container .needhelp__top .needhelp-icon {
		display: none
	}
}

.needhelp-container .needhelp__content {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	overflow: hidden;
	transition: all 1s ease
}

.needhelp-container .needhelp__content-container {
	padding: 20px 0 30px
}

.needhelp-container .needhelp__content-container .order-reference {
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	color: #0a3847;
	margin: 0 0 5px
}

.needhelp-container .needhelp__content-container .order-reference .order-purchaseid {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.needhelp-container .needhelp__content-container .content-link {
	font-size: 14px;
	line-height: 19px;
	height: 19px;
	color: #8C4B37
}

.needhelp-container .needhelp__content-container .contact-icons {
	display: flex;
	margin: 11px 0 0
}

@media (min-width:1004px) {
	.needhelp-container .needhelp__content-container .contact-icons {
		margin: 13px 0 0
	}
}

.needhelp-container .needhelp__content-container .contact-icons .block {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	color: #0a3847;
	margin: 0 15px 0 0
}

.needhelp-container .needhelp__content-container .contact-icons .icon-ta-message:before {
	width: auto;
	margin: 0;
	font-size: 10px;
	line-height: 1
}

.needhelp-container .needhelp__content-container .contact-icons .icon-facebook:before {
	font-size: 13px
}

.needhelp-container .needhelp__content .orderconfirmation-chat {
	display: flex;
	max-width: 345px;
	margin-bottom: 32px;
	margin: 0 auto;
	flex-wrap: wrap
}

@media (min-width:570px) {
	.needhelp-container .needhelp__content .orderconfirmation-chat {
		max-width: 520px;
		flex-wrap: nowrap
	}
}

.needhelp-container .needhelp__content .orderconfirmation-chat .chat-btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	flex: 0 0 100%;
	text-align: center;
	color: #192837;
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	line-height: 22px;
	padding: 17px 10px
}

@media (min-width:570px) {
	.needhelp-container .needhelp__content .orderconfirmation-chat .chat-btn {
		width: 243px;
		flex: 0 1 auto;
		margin-top: 0
	}
}

.needhelp-container .needhelp__content .orderconfirmation-chat .faq-btn {
	margin-left: auto;
	margin-top: 16px;
	flex: 0 0 100%
}

@media (min-width:570px) {
	.needhelp-container .needhelp__content .orderconfirmation-chat .faq-btn {
		flex: 0 1 auto;
		margin-top: 0
	}
}

.smartbnr {
	position: fixed;
	height: 79px;
	top: 0;
	width: 100%;
	background-color: #fff;
	margin-bottom: -6px;
	z-index: 80;
	border-bottom: 1px solid #eee
}

.smartbnr .clickbanner {
	display: block;
	height: 100%
}

.smartbnr .logo {
	position: absolute;
	top: 10px;
	left: 3px;
	border-radius: 5px
}

.smartbnr h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	position: absolute;
	top: 10px;
	left: 70px;
	font-size: 12px;
	color: #424242;
	padding: 0;
	border: 0
}

.smartbnr .freedownload {
	font-size: 12pt;
	top: 38px
}

.smartbnr .appname,
.smartbnr .freedownload {
	position: absolute;
	left: 70px;
	color: #696969;
	text-shadow: 1px 1px 0 #fff
}

.smartbnr .appname {
	font-size: 10px;
	top: 26px
}

.smartbnr .downloadnow {
	position: absolute;
	font-size: 10px;
	top: 38px;
	left: 70px;
	color: #696969;
	text-shadow: 1px 1px 0 #fff
}

.smartbnr .review-stars-range {
	position: absolute;
	top: 55px;
	left: 70px;
	height: 14px
}

.smartbnr .closeicon {
	position: absolute;
	right: 5px;
	top: 9px;
	z-index: 99;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	border: 1px solid #696969;
	color: #696969;
	text-align: center;
	line-height: 28px;
	cursor: pointer
}

.smartbnr .closeicon:after {
	display: block;
	position: relative;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 22px;
	font-size: 10px
}

.smartbnr .downloadbtn {
	display: block;
	position: fixed;
	text-decoration: none;
	font-size: 11px;
	top: 46px;
	right: 5px;
	border-radius: 3px;
	background-color: #192837;
	padding: 0 6px
}

.smartbnr .downloadbtn span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
	padding: 4px;
	color: #fff
}

.activesmartbanner .smartbnr h2 {
	border: 0
}

.activesmartbanner .userpanel-tabs.show,
.activesmartbanner .userpanel .modal-wrapper,
.activesmartbanner header {
	margin-top: 79px
}

@media (min-width:1004px) {
	.activesmartbanner .userpanel .modal-wrapper {
		margin-top: 0
	}
}

.activesmartbanner .dropdown-location-panel {
	margin-top: 139px
}

@media (max-width:1003px) {
	.activesmartbanner .utility-middle-navigation {
		margin: 4.8rem auto 0!important
	}
	.activesmartbanner.ubh-searchmode .restaurants {
		margin-top: 4.8rem
	}
	.activesmartbanner .listing-inner .restaurants-filter.filtermode-panel {
		top: 9rem!important
	}
	.activesmartbanner .filter-wrapper {
		padding: 16px 0 90px!important
	}
}

.lp {
	font-size: 14px;
	display: flex;
	position: relative;
	text-align: left;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25)
}

.lp * {
	box-sizing: border-box
}

.lp__container {
	flex-grow: 1
}

.lp__container:before {
	color: #d7d7d7;
	content: "\e973";
	font-family: fontello;
	font-size: 1rem;
	position: absolute;
	left: 1rem;
	top: .7rem;
	z-index: 50
}

.lp__container.typing:before {
	color: #0a3847
}

.lp__container .lp__input {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 15px;
	width: 100%;
	-webkit-appearance: none;
	height: 3rem;
	border-radius: 2px 0 0 2px;
	padding: 0 1rem 0 2.7rem;
	outline: none
}

.lp__container .lp__input::-ms-clear {
	display: none
}

.lp__container .lp__input.open {
	border-radius: 2px 2px 0
}

.lp__container .lp__input-close {
	display: none
}

.lp__message {
	padding: 1rem 1rem 0
}

@media (min-width:1004px) {
	.lp__message {
		padding: .5rem 0 1rem
	}
}

.lp__search-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: 1rem;
	background-color: #192837;
	color: #fff;
	cursor: pointer;
	border: 1px solid #192837;
	border-radius: 0 2px 2px 0;
	padding: 0 21px;
	white-space: nowrap
}

@media (min-width:1004px) {
	.lp__search-button {
		padding: 0 2rem
	}
}

.lp__search-button:active,
.lp__search-button:focus,
.lp__search-button:hover,
.lp__search-button:visited {
	color: #fff
}

.lp__search-button:hover {
	background-color: #0953bd;
	border: 1px solid #0953bd
}

.lp__places-container {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: none;
	position: absolute;
	padding: 0 1.5rem 1.5rem;
	top: 2.9rem;
	left: 0;
	z-index: 10;
	background-color: #fff;
	width: 100%;
	min-height: 50px;
	border-radius: 0 0 2px 2px;
	border-top: 1px solid #f8f5f2;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .05125), 4px 4px 4px -4px rgba(0, 0, 0, .25), -4px 4px 4px -4px rgba(0, 0, 0, .25)
}

.lp__places-container .lp__place {
	color: #0a3847;
	position: relative;
	padding: 0 1rem 0 3rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: auto;
	min-height: 64px;
	border-bottom: 1px solid #f8f5f2
}

.lp__places-container .lp__place:hover {
	background-color: #f6f6f6;
	color: #0a3847
}

.lp__places-container .lp__place:before {
	color: #d7d7d7;
	content: "\e973";
	font-family: fontello;
	font-size: 1rem;
	position: absolute;
	left: 1rem
}

.lp__places-container .lp__place.selected {
	background-color: #f6f6f6
}

.lp__places-container .lp__place.selected:hover {
	background-color: #e7e7e7
}

.lp__places-container .lp__place--address {
	margin-top: .5rem
}

.lp__places-container .lp__place--address:before {
	color: #0a3847;
	content: "\e976"
}

.lp__places-container .lp__place--geoaddress {
	margin-top: 1.5rem
}

.lp__places-container .lp__place--geoaddress:before {
	content: "\e977"
}

.lp__places-container .lp__place--address,
.lp__places-container .lp__place--geoaddress {
	border: 1px solid #ebebeb;
	border-radius: 2px;
	line-height: 16px;
	height: auto;
	min-height: 64px;
	padding-top: 8px;
	padding-bottom: 8px
}

.lp__places-container .lp__place .lp__place-desc {
	font-weight: 600
}

.lp__places-container .lp__logo-google {
	display: block;
	width: 96px;
	height: 12px;
	margin: 1rem auto 0
}

.lp__places-container .lp__notice {
	color: #192837;
	margin: 1rem 0
}

.lp__places-container .lp__warning {
	display: none;
	color: #ff4246;
	margin-top: 1.5rem
}

.lp__places-container .skip {
	padding: 1rem 0;
	color: #0a3847;
	font-size: 16px
}

.lp__places-container .skip,
.lp__places-container .suggestions {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.lp__places-container .suggestions {
	display: none;
	font-size: 12px
}

.lp-popup__close {
	position: absolute;
	right: 1rem;
	font-size: 1.125rem;
	line-height: 1.125;
	color: #0a3847;
	cursor: pointer
}

.lp-popup__close:before {
	font-size: .75rem;
	content: "\e994"
}

.lp-popup.lightbox {
	z-index: 999
}

.lp-popup.lightbox .lightbox-content {
	border-radius: 2px;
	min-height: auto;
	overflow: auto
}

@media (min-width:1004px) {
	.lp-popup.lightbox .lightbox-content {
		max-width: 32rem;
		min-height: 600px;
		max-height: 80%
	}
}

@media (min-width:1280px) {
	.lp-popup.lightbox .lightbox-content {
		max-width: 42rem
	}
}

.lp-popup.lightbox .lightbox-content .lightbox-header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 2px 2px 0 0;
	background-color: #fff;
	box-shadow: none;
	color: #0a3847;
	font-size: 1.5rem;
	padding: 1.1rem 1.5rem;
	text-align: left;
	display: none
}

@media (min-width:1004px) {
	.lp-popup.lightbox .lightbox-content .lightbox-header {
		display: block;
		margin-bottom: .5rem;
		font-size: 1.125rem
	}
}

@media (min-width:1280px) {
	.lp-popup.lightbox .lightbox-content .lightbox-header {
		font-size: 1.5rem
	}
}

.lp-popup .lp {
	display: inherit;
	box-shadow: none
}

.lp-popup .lp__container {
	margin-bottom: 0
}

@media (min-width:1004px) {
	.lp-popup .lp__container {
		margin-bottom: .5rem
	}
}

.lp-popup .lp__container:before {
	z-index: 999;
	position: fixed;
	top: 1.2rem
}

@media (min-width:1004px) {
	.lp-popup .lp__container:before {
		top: .7rem;
		position: absolute
	}
}

.lp-popup .lp__container .lp__input {
	border-radius: 0;
	position: fixed;
	height: 4rem;
	border-bottom: 1px solid #d7d7d7;
	padding-right: 5rem;
	z-index: 997
}

@media (min-width:1004px) {
	.lp-popup .lp__container .lp__input {
		position: static;
		padding-right: 1rem;
		height: 3rem;
		border: 1px solid #d7d7d7;
		border-radius: 2px
	}
}

.lp-popup .lp__container .lp__input-close {
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	border-left: 1px solid #d7d7d7;
	height: 4rem;
	width: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
	z-index: 998
}

@media (min-width:1004px) {
	.lp-popup .lp__container .lp__input-close {
		position: absolute;
		height: 3rem;
		width: 3rem;
		display: none
	}
}

.lp-popup .lp__container .lp__input-close .icon-ta-close-v2:before {
	font-size: .75rem;
	content: "\e994"
}

.lp-popup .lp__search-button {
	display: none
}

.lp-popup .lp__places-container {
	position: static;
	padding: 4rem 0 0;
	box-shadow: none
}

@media (min-width:1004px) {
	.lp-popup .lp__places-container {
		padding-top: 0
	}
}

.lp-popup .lp__places-container .lp__place--geoaddress {
	margin-top: 0
}

.lp-popup .lp__places-container .lp__warning {
	margin: 1rem
}

.lp-popup .lp .autoCompleteDropDown {
	display: block!important;
	border: 0
}

.lp-popup .lp .autoCompleteDropDown .skip {
	padding: 1.35rem 0
}

.lp-popup .lp .auto-complete-drop-down-content {
	padding: 1rem
}

@media (min-width:1004px) {
	.lp-popup .lp .auto-complete-drop-down-content {
		padding: 0
	}
}

.lp-popup .deliveryareapanelwrap {
	width: 100%;
	max-width: none;
	padding-bottom: 3rem;
	margin: 0 auto
}

@media (min-width:1004px) {
	.lp-popup .deliveryareapanelwrap {
		width: 21.75rem
	}
}

@media (min-width:1280px) {
	.lp-popup .deliveryareapanelwrap {
		width: 29rem
	}
}

.auto-complete-drop-down-content,
.popupcontent .popupoptions {
	display: flex;
	flex-direction: column
}

.lp .CloseBtn,
.lp .closebtnicon,
.lp .divider-dark,
.lp .popuptitle {
	display: none
}

.deliveryareaerror {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: none;
	position: absolute;
	top: 3rem;
	padding: 1rem;
	border-radius: 5px;
	z-index: 200;
	background-color: rgba(58, 58, 58, .8);
	color: #fff;
	font-size: 13px;
	text-align: center;
	left: 0;
	right: 0;
	width: 90%;
	margin: 2rem auto 0
}

@media (min-width:1004px) {
	.deliveryareaerror {
		font-size: 14px;
		padding: 20px
	}
}

body.landingpages .atom-dropdown-switch-delivery,
body.landingpages .atom-dropdown-switch-pickup,
body.seopages .atom-dropdown-switch-delivery,
body.seopages .atom-dropdown-switch-pickup,
body.servicepages .atom-dropdown-switch-delivery,
body.servicepages .atom-dropdown-switch-pickup {
	display: none
}

span.atom-dropdown-switch-delivery {
	display: inline-block;
	overflow: hidden;
	margin-top: 5px;
	height: 55px;
	font-size: 16px;
	margin-left: 8px;
	transition: all .3s ease;
	color: #fdd4ac;
	cursor: pointer
}

span.atom-dropdown-switch-delivery.blow {
	transition: all .3s ease;
	transform: scale(2.3)
}

span.atom-dropdown-switch-delivery:before {
	content: "";
	font-family: fontello;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px
}

span.atom-dropdown-switch-delivery.switch-active {
	color: #fff
}

span.atom-dropdown-switch-delivery.switch-active:before {
	border-bottom: 1px solid #fff
}

span.atom-dropdown-switch-pickup {
	display: inline-block;
	overflow: hidden;
	margin-top: 5px;
	height: 55px;
	font-size: 16px;
	transition: all .3s ease;
	color: #fdd4ac
}

span.atom-dropdown-switch-pickup.blow {
	transition: all .3s ease;
	transform: scale(2.3)
}

span.atom-dropdown-switch-pickup:before {
	content: "";
	font-family: fontello;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px
}

span.atom-dropdown-switch-pickup.switch-active {
	color: #fff
}

span.atom-dropdown-switch-pickup.switch-active:before {
	border-bottom: 1px solid #fff
}

@media (min-width:1004px) {
	span.atom-dropdown-switch-delivery,
	span.atom-dropdown-switch-pickup {
		position: absolute;
		font-size: 30px;
		color: #fff;
		margin-top: 2px;
		text-shadow: 1px 2px 2px #000
	}
	span.atom-dropdown-switch-pickup {
		margin-left: 50px
	}
}

.textcontent .textcontent-text h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 8px 0 16px;
	color: #0a3847;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-align: left
}

.wrapper-content-tabslider-seo,
.wrapper-content-trustedseals {
	background: #f8f5f2
}

.tabslider {
	font-size: 15px;
	position: relative;
	overflow: hidden
}

.wrapper-content-inner {
	position: relative;
	margin: 0 auto;
	max-width: 1020px;
	height: 100%;
	padding: 60px 0
}

.tabslider h3 {
	font-weight: 400;
	color: #0a3847;
	font-size: 1.4rem;
	line-height: 1.6rem
}

.tabslider h2,
.tabslider h3 {
	font-family: 'Open Sans', sans-serif;
	margin: 8px 0 16px;
	text-align: center
}

.tabslider h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #8C4B37
}

.tabslider .tabslider-navi {
	display: inline-block;
	width: 100%;
	padding: 24px 16px 0;
	color: #0a3847;
	border-bottom: 1px solid #cfcac4
}

.tabslider * {
	box-sizing: border-box
}

.tabslider .tabslider-navi li.active,
.tabslider .tabslider-navi li.active a,
.tabslider .tabslider-navi li:active,
.tabslider .tabslider-navi li:active a,
.tabslider .tabslider-navi li:hover,
.tabslider .tabslider-navi li:hover a {
	color: #8C4B37
}

.tabslider .tabslider-navi li.active:after {
	background: #8C4B37;
	width: 100%;
	transform: scale(1.1)
}

.tabslider .tabslider-navi li:after {
	content: "";
	display: block;
	height: 2px;
	margin: auto;
	width: 100%;
	position: relative;
	top: 10px;
	transform: scale(.1);
	color: #fff;
	background: #8C4B37
}

.tabslider .tabslider-navi li {
	display: inline-block;
	margin: 8px 16px;
	border-bottom: 2px solid transparent;
	cursor: pointer
}

.tabslider .tabslider-navi li a {
	color: #0a3847;
	padding: 8px
}

.tabslider .tabslider-btn-backward {
	left: 0
}

.tabslider .tabslider-btn-backward,
.tabslider .tabslider-btn-forward {
	text-align: center;
	cursor: pointer;
	color: #666;
	font-size: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px
}

.tabslider .tabslider-btn-forward {
	right: 0
}

.tabslider .tabslider-btn-backward:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.tabslider .tabslider-btn-forward:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

@media (max-width:1003px) {
	.textcontent .textcontent-text {
		width: 100%;
		text-align: center
	}
	.textcontent .textcontent-text h3 {
		text-align: center
	}
	.wrapper-content-inner {
		padding: 60px 20px
	}
	.textcontent {
		text-align: center;
		display: block
	}
	.tabslider ul.seolinks-content .tabslider-grid-img,
	.tabslider ul.seolinks-content div {
		display: none
	}
	.tabslider ul.seolinks-content {
		width: 100%;
		margin-top: 4%
	}
	.tabslider ul.seolinks-content .tabslider-link-text {
		line-height: 1.5;
		display: table;
		text-align: justify;
		cursor: pointer;
		color: #192837
	}
	.tabslider ul.seolinks-content li.grid,
	.tabslider ul.seolinks-content li.list {
		height: 35px;
		margin: 0 auto;
		display: table
	}
	.tabslider .tabslider-navi {
		width: 1999px;
		padding: 0 200px;
		overflow: hidden;
		position: relative
	}
}

@media (min-width:1004px) {
	.tabslider .tabslider-btn {
		display: none
	}
	.tabslider ul.seolinks-content li.list {
		width: 50%;
		height: 60px;
		color: #666;
		padding: 2%;
		float: left;
		list-style: none;
		text-align: center
	}
	.tabslider ul.seolinks-content .grid .tabslider-links:hover:before {
		opacity: .3
	}
	.tabslider ul.seolinks-content .grid .tabslider-links:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 3px;
		top: 0;
		background: #333;
		opacity: .6
	}
	.tabslider ul.seolinks-content li.grid .tabslider-link-text {
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		font-weight: 500;
		text-align: center;
		word-wrap: break-word;
		width: 80%;
		font-size: 18px;
		top: 50%;
		color: #fff
	}
	.tabslider ul.seolinks-content li.grid {
		display: inline-block;
		position: relative;
		margin: 12px
	}
	.tabslider ul.seolinks-content {
		width: 100%;
		margin-top: 16px
	}
}

.tabslider .tabslider-btn {
	position: absolute;
	top: 275px
}

.tabslider .visible {
	display: block!important
}

.tabslider ul {
	display: none
}

.tabslider .yd-tabslider-cities-empty {
	background: none
}

.tabslider .yd-tabslider-cities-hamburg {
	background-position: -1125px 0
}

.tabslider .yd-tabslider-cities-koeln {
	background-position: -225px -160px
}

.tabslider li div {
	display: inline-block;
	background: url(/assets/images/tabslider/tabslider.jpg) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 225px;
	height: 160px
}

.tabslider li .yd-tabslider-cities-hamburg {
	background-position: -1125px 0
}

.tabslider li .yd-tabslider-cities-berlin {
	background-position: 0 0
}

.tabslider li .yd-tabslider-cities-koeln {
	background-position: -225px -160px
}

.tabslider li .yd-tabslider-cities-bremen {
	background-position: -225px 0
}

.tabslider li .yd-tabslider-cities-muenchen {
	background-position: -900px -160px
}

.tabslider li .yd-tabslider-cities-essen {
	background-position: -450px 0
}

.tabslider li .yd-tabslider-cities-frankfurt {
	background-position: -675px 0
}

.tabslider li .yd-tabslider-cities-warszawa {
	background-position: 0 -320px
}

.tabslider li .yd-tabslider-cities-krakow {
	background-position: -450px -160px
}

.tabslider li .yd-tabslider-cities-wroclaw {
	background-position: -225px -320px
}

.tabslider li .yd-tabslider-cities-poznan {
	background-position: -1125px -160px
}

.tabslider li .yd-tabslider-cities-katowice {
	background-position: 0 -160px
}

.tabslider li .yd-tabslider-cities-gdansk {
	background-position: -900px 0
}

.tabslider li .yd-tabslider-cities-lodz {
	background-position: -675px -160px
}

.tabslider li .yd-tabslider-kitchen-types-polish {
	background-position: -675px -800px
}

.tabslider li .yd-tabslider-kitchen-types-italian {
	background-position: 0 -800px
}

.tabslider li .yd-tabslider-kitchen-types-indian {
	background-position: -1125px -640px
}

.tabslider li .yd-tabslider-kitchen-types-japanese {
	background-position: -225px -800px
}

.tabslider li .yd-tabslider-kitchen-types-chinese {
	background-position: -450px -640px
}

.tabslider li .yd-tabslider-kitchen-types-mexican {
	background-position: -450px -800px
}

.tabslider li .yd-tabslider-kitchen-types-greek {
	background-position: -900px -640px
}

.tabslider li .yd-tabslider-kitchen-types-asian {
	background-position: -225px -640px
}

.tabslider li .yd-tabslider-food-types-pizza {
	background-position: -450px -480px
}

.tabslider li .yd-tabslider-food-types-sushi {
	background-position: 0 -640px
}

.tabslider li .yd-tabslider-food-types-kebap {
	background-position: -1125px -320px
}

.tabslider li .yd-tabslider-food-types-chinese {
	background-position: -675px -320px
}

.tabslider li .yd-tabslider-food-types-pierogi {
	background-position: -225px -480px
}

.tabslider li .yd-tabslider-food-types-salad {
	background-position: -900px -480px
}

.tabslider li .yd-tabslider-food-types-burger {
	background-position: -450px -320px
}

.tabslider li .yd-tabslider-food-types-home-dinners {
	background-position: -900px -320px
}

.tabslider li .yd-tabslider-kitchen-types-german {
	background-position: -675px -640px
}

.tabslider li .yd-tabslider-food-types-pommes {
	background-position: -675px -480px
}

.tabslider li .yd-tabslider-food-types-pasta {
	background-position: 0 -480px
}

.tabslider li .yd-tabslider-food-types-schnitzel {
	background-position: -1125px -480px
}

.tabslider li .yd-tabslider-recommendation-3eur-gutschein {
	background-position: -1125px -960px
}

.tabslider li .yd-tabslider-recommendation-24-stunden-lieferservice {
	background-position: -900px -960px
}

.tabslider li .yd-tabslider-recommendation-nachtlieferservice {
	background-position: -450px -1120px
}

.tabslider li .yd-tabslider-recommendation-lieferando-de-werbung {
	background-position: -225px -1120px
}

.tabslider li .yd-tabslider-recommendation-vorteile-von-lieferando-de {
	background-position: -675px -1120px
}

.tabslider li .yd-tabslider-recommendation-lieferando-de-apps {
	background-position: 0 -1120px
}

.tabslider li .yd-tabslider-moreinfo-essen-bestellen {
	background-position: -1125px -800px
}

.tabslider li .yd-tabslider-moreinfo-lieferservice {
	background-position: -450px -960px
}

.tabslider li .yd-tabslider-moreinfo-lieferdienst {
	background-position: -225px -960px
}

.tabslider li .yd-tabslider-moreinfo-bestellservice {
	background-position: -900px -800px
}

.tabslider li .yd-tabslider-moreinfo-heimservice {
	background-position: 0 -960px
}

.tabslider li .yd-tabslider-moreinfo-zur-plz-suche {
	background-position: -675px -960px
}

.content-blog .content-inner {
	position: relative;
	margin: 0 auto;
	max-width: 1020px;
	height: 100%;
	padding: 60px 0
}

.content-blog .content-inner h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 8px 0 16px;
	color: #0a3847;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-align: center
}

@media (min-width:1004px) {
	.content-blog .content-inner h3 {
		text-align: left
	}
}

.content-blog .content-inner .textcontent-img {
	text-align: center
}

@media (min-width:1004px) {
	.content-blog .content-inner .textcontent-img {
		text-align: right
	}
}

.content-blog .content-inner .textcontent-img img {
	max-width: 300px;
	width: 100%
}

@media (min-width:1004px) {
	.content-blog .content-inner .textcontent-img img {
		max-width: 400px
	}
}

.content-blog .content-inner div a {
	text-align: center;
	display: block
}

@media (min-width:1004px) {
	.content-blog .content-inner div a {
		font-size: 15px;
		display: inline-block
	}
}

.content-listing.restaurant-listing .grid-container {
	position: relative
}

@media (max-width:569px) {
	.content-listing.restaurant-listing .grid-container {
		width: calc(100% - 10px);
		max-width: 1275px;
		margin-left: 5px;
		margin-right: 5px;
		background-image: linear-gradient(90deg, #fff 0, #fff)
	}
}

@media (min-width:570px) {
	.content-listing.restaurant-listing .grid-container {
		width: calc(100% - 20px);
		max-width: 1280px;
		margin-left: 10px;
		margin-right: 10px;
		background-image: linear-gradient(90deg, #fff 0, #fff)
	}
}

@media (min-width:1004px) {
	.content-listing.restaurant-listing .grid-container {
		width: 100%;
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
		background-image: linear-gradient(90deg, transparent 20px, #fff 0, #fff calc(100% - 20px), transparent calc(100% - 20px))
	}
}

@media (min-width:1280px) {
	.content-listing.restaurant-listing .grid-container {
		width: 100%;
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto;
		background-image: linear-gradient(90deg, transparent 0, #fff 0, #fff 100%, transparent 100%)
	}
}

@media (min-width:1280px) and (min-width:1280px) and (max-width:1320px) {
	.content-listing.restaurant-listing .grid-container {
		left: 50%;
		margin-left: -660px
	}
}

.content-listing.restaurant-listing .grid-container:after {
	content: "";
	display: table;
	clear: both
}

.content-listing.restaurant-listing .space-before {
	padding-top: 64px
}

.content-listing .listing-inner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px
}

.content-listing .listing-inner.checkoutcontainer {
	height: auto
}

.activesmartbanner .kitchen-types .kitchen-type-wrapper.kitchen-type-scrolling {
	top: 79px
}

.activesmartbanner .tv-popup {
	height: calc(100vh - 79px);
	top: 79px
}

.activesmartbanner .tv-popup .tv-popup__inner {
	min-height: calc(100vh - 79px)
}

.kitchen-types {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 64px;
	margin: 0 auto
}

.kitchen-types .kitchen-type-wrapper {
	margin: 0 auto;
	width: 100vw;
	background-color: #f8f5f2
}

.kitchen-types .kitchen-type-wrapper.kitchen-type-scrolling {
	position: fixed;
	top: 0;
	z-index: 5;
	margin: 0 auto
}

.kitchen-types .component-container {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	max-width: 1280px;
	width: 100%;
	height: 64px;
	background-color: #f8f5f2;
	padding: 0 0 0 15px
}

@media (max-width:569px) {
	.kitchen-types .component-container {
		width: calc(100% - 10px);
		max-width: 1275px;
		margin-left: 5px;
		margin-right: 5px
	}
}

@media (min-width:570px) {
	.kitchen-types .component-container {
		width: calc(100% - 20px);
		max-width: 1280px;
		margin-left: 10px;
		margin-right: 10px
	}
}

@media (min-width:1004px) {
	.kitchen-types .component-container {
		width: 100%;
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:1280px) {
	.kitchen-types .component-container {
		width: 100%;
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:1280px) and (min-width:1280px) and (max-width:1320px) {
	.kitchen-types .component-container {
		left: 50%;
		margin-left: -660px
	}
}

.kitchen-types .component-container:after {
	content: "";
	display: table;
	clear: both
}

@media (min-width:1004px) {
	.kitchen-types .component-container {
		padding: 0 40px
	}
}

.kitchen-types .filter-kitchen {
	visibility: hidden;
	margin: 0
}

.kitchen-types .filter-kitchen.visible {
	visibility: visible
}

.kitchen-types .swiper-button-next,
.kitchen-types .swiper-button-prev {
	position: static;
	margin: 0;
	top: 0!important;
	color: #0a3847;
	font-size: 12px;
	background-color: #f8f5f2;
	z-index: 1;
	background-image: none;
	line-height: 46px;
	text-align: center;
	display: none!important;
	padding-top: 10px;
	width: 64px;
	height: 64px
}

@media (min-width:1004px) {
	.kitchen-types .swiper-button-next,
	.kitchen-types .swiper-button-prev {
		display: inline-block!important
	}
}

.kitchen-types .swiper-button-next.swiper-button-disabled,
.kitchen-types .swiper-button-prev.swiper-button-disabled {
	display: none!important
}

.kitchen-types .swiper-button-next:before,
.kitchen-types .swiper-button-prev:before {
	font-family: fontello;
	color: #0a3847
}

.kitchen-types .swiper-button-next:focus,
.kitchen-types .swiper-button-prev:focus {
	outline: 0
}

.kitchen-types .kitchen-types__category,
.kitchen-types .kitchen-types__select-all,
.kitchen-types .kitchen-types__show-more {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: auto;
	font-family:'Open Sans', sans-serif;
	color: #0a3847;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
	height: 32px;
	line-height: 32px;
	margin: 16px 2px
}

@media (min-width:1280px) {
	.kitchen-types .kitchen-types__category:hover,
	.kitchen-types .kitchen-types__select-all:hover,
	.kitchen-types .kitchen-types__show-more:hover {
		color: #8C4B37
	}
}

.kitchen-types .kitchen-types__category.filter-label-selected,
.kitchen-types .kitchen-types__select-all.filter-label-selected,
.kitchen-types .kitchen-types__show-more.filter-label-selected {
	background-color: #8C4B37;
	border-radius: 16px;
	color: #fff;
	font-weight: 400;
	text-shadow: .5px 0 0 #8C4B37
}

.kitchen-types .kitchen-types__category .swiper-slide__context,
.kitchen-types .kitchen-types__select-all .swiper-slide__context,
.kitchen-types .kitchen-types__show-more .swiper-slide__context {
	padding: 0 12px
}

.kitchen-types .kitchen-types__select-all {
	margin-left: 0
}

.kitchen-types .kitchen-types__show-more {
	margin-right: 0;
	white-space: nowrap;
	font-weight: 700;
	color: #8C4B37
}

.kitchen-types .swiper-wrapper {
	display: flex;
	align-items: center
}

.kitchen-types .swiper-button-prev {
	left: 0
}

.kitchen-types .swiper-button-prev:before {
	content: "\e993"
}

.kitchen-types .swiper-button-next {
	right: 0
}

.kitchen-types .swiper-button-next:before {
	content: "\e992"
}

.restaurants-filter,
.restaurants-map {
	display: none;
	float: left
}

.restaurants-filter .restaurantinfopanel .logo img,
.restaurants-map .restaurantinfopanel .logo img {
	max-width: 200px;
	height: auto;
	margin-bottom: 5px
}

.restaurants-map {
	display: block
}

.restaurant.restaurant-disable,
.restaurant.restaurant-hide {
	display: none
}

.restaurantlist-header {
	overflow: hidden;
	padding: 22px 0
}

@media (max-width:1003px) {
	.restaurantlist-header {
		padding: 0 0 20px
	}
}

.restaurantlist-header h1 {
	display: inline-block;
	font-size: 16px;
	text-align: center
}

@media (min-width:1004px) {
	.restaurantlist-header h1 {
		color: #0a3847;
		font-size: 25px;
		text-align: left;
		margin: -12px 0
	}
}

@media (max-width:1003px) {
	.restaurantlist-header h1 {
		position: absolute;
		margin-top: -100px;
		white-space: normal
	}
}

@media (max-width:1003px) {
	.content-delivery .restaurantlist-header {
		visibility: hidden;
		overflow: hidden;
		height: 0;
		padding: 0
	}
}

.restaurants {
	min-height: 270px;
	opacity: 0
}

@media (max-width:569px) {
	.restaurants {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:570px) {
	.restaurants {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:1004px) {
	.restaurants {
		width: calc(75% - 35px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1280px) {
	.restaurants {
		width: calc(75% - 35px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1004px) {
	.restaurants {
		margin-bottom: 30px
	}
}

.restaurants.restaurants__skeleton .restaurant {
	padding: 0
}

.restaurants.restaurants__skeleton .logowrapper {
	flex: 0 0 6.5rem
}

.restaurants.restaurants__skeleton .detailswrapper {
	padding: .75rem .75rem 0
}

.skeleton__logo {
	width: 3.75rem;
	height: 3.75rem;
	background-color: #ebebeb;
	border-radius: 50%;
	margin: 0 auto
}

.skeleton__title {
	width: 12rem;
	height: 1rem;
	border-radius: 2px;
	margin-bottom: .5rem
}

.skeleton__kitchens {
	width: 9.25rem;
	height: .75rem;
	border-radius: 2px;
	margin-bottom: 3rem
}

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

.skeleton__detail {
	width: 3rem;
	height: .75rem;
	border-radius: 2px;
	display: block;
	margin-right: .75rem
}

@media (min-width:1004px) {
	.restaurants-filter {
		width: calc(25% - 25px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1280px) {
	.restaurants-filter {
		width: calc(25% - 25px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1004px) {
	.restaurants-filter {
		display: block;
		margin-bottom: 60px;
		padding: 0 0 0 32px
	}
}

.noresults {
	margin-top: 300px;
	text-align: center;
	font-size: 17px
}

@media (min-width:1004px) {
	.noresults {
		margin-top: 40px;
		margin-bottom: 40px
	}
}

.noresults a {
	font-size: 14px;
	color: #192837
}

.noresults a:after {
	font-family: fontello;
	content: ""
}

.noresults.recommend:after,
.noresults.signup:after,
.noresults a.recommend:after,
.noresults a.signup:after {
	content: ""
}

.noresults.filter {
	display: none;
	text-align: center;
	max-width: 75%;
	font-size: 15px;
	margin: 15vh auto 40px
}

.noresults .no-results-reset-filter,
.noresults .no-results-reset-search {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #d7d7d7;
	color: #192837;
	width: 226px;
	height: 48px;
	border-radius: 2px
}

.noresults .no-results-reset-filter:hover,
.noresults .no-results-reset-search:hover {
	cursor: pointer;
	background-color: #0953bd;
	color: #fff
}

.noresults h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #0a3847;
	margin-top: 14px;
	margin-bottom: 24px
}

.noresults .icon-ta-search-icon {
	width: 30px;
	height: 30px
}

.noresults.no-results-filter .reset-filter-header {
	margin: 21px auto 3px;
	font-size: 18px
}

.noresults.no-results-filter .reset-filter-body {
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 262px;
	font-size: 14px
}

@media (min-width:1004px) {
	.tv-popup__inner {
		min-height: auto!important;
		max-height: calc(100vh - 80px)!important;
		height: 522px!important
	}
}

.tv-popup__inner .tv-popup__header-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #0a3847;
	font-size: 24px;
	line-height: 1.5rem;
	margin: 20px 0
}

.tv-popup__inner .tv-popup__content {
	display: block;
	width: 100%;
	padding-top: 8px!important;
	border-top: 1px solid #d7d7d7
}

.tv-popup__inner .tv-popup__content .tv-chips-container {
	height: 100%
}

.tv-popup__inner .tv-popup__content .tv-chips-results__item {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 14px
}

@media (min-width:1004px) {
	.tv-popup__inner .tv-popup__content .tv-chips-results__item {
		flex: 0 0 33.3%;
		max-width: 33.3%
	}
}

.tv-popup__inner .tv-popup__content .tv-chips-results__item .tv-chip {
	justify-content: left;
	max-width: 100%
}

.tv-popup__inner .tv-popup__content .tv-chips-results__item .tv-chip__inner-content {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.tv-popup__inner .tv-searchbox__searchfield {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400
}

.restaurant:hover {
	background: #eef7fa;
	box-shadow: 0 1px 1px #cfcac4
}

.closed-message,
.without-sponsored-label .restaurant .detailswrapper .details .delivery .label-promoted,
.without-sponsored-label .restaurant .detailswrapper .details .pickup .label-promoted {
	display: none
}

.restaurant {
	position: relative;
	display: flex;
	flex-direction: row;
	background-color: #fff;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid #ebebeb;
	cursor: pointer;
	margin: 8px 0;
	min-height: 120px;
	overflow: hidden
}

@media (min-width:1004px) {
	.restaurant {
		margin-right: 32px
	}
}

.restaurant .restaurantname {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0;
	color: #0a3847;
	font-size: 18px;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	margin: 0 8px 0 0
}

.restaurant .restaurantname a {
	line-height: 22px;
	text-align: left;
	color: #0a3847;
	margin: 0 0 4px
}

.restaurant .restaurantname a.restaurantlabel:before {
	content: attr(data-label);
	display: inline;
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.83;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	border-radius: .25em;
	background-color: transparent;
	vertical-align: 16%;
	margin-right: 4px;
	padding: 0 3px 1px
}

.restaurant .restaurantname a.restaurantlabel.balloon_new:before {
	background-color: #10d365
}

.restaurant .restaurantname a.restaurantlabel.has_tip:before,
.restaurant .restaurantname a.restaurantlabel.is_favorite:before {
	background-color: #8C4B37
}

.restaurant .restaurantname a:hover {
	color: #192837
}

.restaurant .logowrapper {
	flex: 0 0 98px;
	text-align: center;
	border-right: 1px solid #ebebeb;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative
}

@media (min-width:570px) {
	.restaurant .logowrapper {
		flex: 0 0 118px
	}
}

@media (min-width:1004px) {
	.restaurant .logowrapper {
		flex: 0 0 138px
	}
}

.restaurant .logowrapper .restaurantlabel {
	position: absolute;
	left: 8px;
	top: 8px;
	text-align: left;
	z-index: 2
}

.restaurant .logowrapper .restaurantlabel:before {
	content: attr(data-label);
	display: inline;
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	border-radius: .25em;
	background-color: transparent;
	padding: 1px 3px
}

.restaurant .logowrapper .restaurantlabel.balloon_new:before {
	background-color: #10d365
}

.restaurant .logowrapper .restaurantlabel.has_tip:before,
.restaurant .logowrapper .restaurantlabel.is_favorite:before {
	background-color: #8C4B37
}

.restaurant .logo,
.restaurant .logo-n {
	z-index: 1;
	max-width: 80px;
	text-align: left;
	font-size: 12px;
	position: absolute;
	width: 100%;
	top: 45%;
	transform: translateY(-50%);
	margin: auto;
	left: 0;
	right: 0
}

.restaurant .logo-n img,
.restaurant .logo img {
	width: 100%;
	max-height: 80px;
	height: auto
}

.restaurant .logo-n.has_tip,
.restaurant .logo.has_tip {
	top: 50%
}

.restaurant .detailswrapper {
	flex: 1;
	min-height: 120px;
	line-height: 1.7;
	font-size: 15px;
	padding: 8px 0 0 8px;
	display: flex;
	flex-direction: column;
	overflow: hidden
}

.restaurant .detailswrapper .kitchens {
	line-height: 22px;
	font-family:'Open Sans', sans-serif;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 8px 4px 0;
	color: #666
}

@media (min-width:570px) {
	.restaurant .detailswrapper .kitchens {
		margin: 0 0 8px
	}
}

.restaurant .detailswrapper .details {
	font-size: 12px;
	line-height: 2em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 3px
}

@media (min-width:570px) {
	.restaurant .detailswrapper .details {
		margin-bottom: 6px
	}
}

.restaurant .detailswrapper .details .label-promoted {
	display: none
}

.restaurant .detailswrapper .details .label-promoted.is-promoted {
	margin-right: 0;
	display: block
}

.restaurant .detailswrapper .details .pickup {
	line-height: 18px;
	font-family:'Open Sans', sans-serif;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.restaurant .detailswrapper .details .pickup div:not(.no-text) {
	margin-right: 8px
}

@media (min-width:1004px) {
	.restaurant .detailswrapper .details .pickup div:not(.no-text) {
		margin-right: 16px
	}
}

.restaurant .detailswrapper .details .pickup .wrapper-open-distance {
	display: flex;
	flex-direction: row
}

.restaurant .detailswrapper .details .pickup .wrapper-open-distance.closed-restaurant {
	flex-wrap: wrap
}

.restaurant .detailswrapper .details .pickup.hidden {
	display: none
}

.restaurant .detailswrapper .details .pickup>div:last-child {
	border-right: 0
}

.restaurant .detailswrapper .details .pickup .address:before {
	margin-right: 4px
}

.restaurant .detailswrapper .details .pickup .distance:before {
	content: "\E977";
	font-size: 11px;
	margin-right: 4px;
	font-family: fontello;
	color: #999;
	float: left
}

.restaurant .detailswrapper .details .pickup .avgdeliverytime:before,
.restaurant .detailswrapper .details .pickup .clock-icon:before,
.restaurant .detailswrapper .details .pickup .openpickup:before {
	content: "\e95d";
	font-size: 11px;
	margin-right: 4px;
	font-family: fontello;
	color: #999
}

.restaurant .detailswrapper .details .pickup .label-promoted:before {
	content: "\e99d";
	font-size: 11px;
	margin-right: 3px;
	font-family: fontello;
	color: #999
}

.restaurant .detailswrapper .details .delivery {
	width: 100%;
	line-height: 18px;
	font-family:'Open Sans', sans-serif;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

@media (min-width:570px) {
	.restaurant .detailswrapper .details .delivery .avgdeliverytimeabbr {
		display: none
	}
}

@media (max-width:569px) {
	.restaurant .detailswrapper .details .delivery .avgdeliverytimefull {
		display: none
	}
}

.restaurant .detailswrapper .details .delivery .restaurant-closed {
	color: #ff4246
}

.restaurant .detailswrapper .details .delivery .restaurant-closed:before {
	color: #ff4246!important
}

.restaurant .detailswrapper .details .delivery div {
	margin-right: 8px
}

@media (min-width:1004px) {
	.restaurant .detailswrapper .details .delivery div {
		margin-right: 16px
	}
}

.restaurant .detailswrapper .details .delivery.hidden {
	display: none
}

.restaurant .detailswrapper .details .delivery .avgdeliverytime:before,
.restaurant .detailswrapper .details .delivery .delivery-cost:before,
.restaurant .detailswrapper .details .delivery .label-promoted:before,
.restaurant .detailswrapper .details .delivery .min-order:before {
	margin-right: 4px;
	font-family: fontello;
	color: #999;
	font-size: 11px
}

.restaurant .detailswrapper .details .delivery .clock-icon:before {
	margin-right: 4px;
	font-family: fontello;
	font-size: 11px
}

.restaurant .detailswrapper .details .delivery .delivery-cost:before {
	content: "\e97d"
}

.restaurant .detailswrapper .details .delivery .label-promoted:before {
	content: "\e99d"
}

.restaurant .detailswrapper .details .delivery .min-order:before {
	content: "\e97c"
}

.restaurant .detailswrapper .details .delivery .avgdeliverytime:before,
.restaurant .detailswrapper .details .delivery .clock-icon:before {
	content: "\e95d"
}

.restaurant .detailswrapper .details .address {
	flex-wrap: nowrap;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.restaurant .detailswrapper .details .address:before {
	color: #999;
	font-family: fontello;
	content: "\e973";
	font-size: 11px;
	margin-left: 1px;
	margin-right: 4px;
	float: left
}

@media (min-width:570px) {
	.restaurant .detailswrapper .details .address:before {
		font-size: 15px
	}
}

.restaurant .bottomwrapper {
	line-height: 12px;
	display: flex;
	margin-top: auto
}

@media (min-width:570px) {
	.restaurant .bottomwrapper {
		line-height: 16px
	}
}

.restaurant .bottomwrapper .delivery-pickup-infos {
	width: 100%
}

.restaurant .bottomwrapper .paymenticons {
	display: flex;
	flex-direction: row;
	height: 18px;
	overflow: hidden;
	margin-left: 0
}

.restaurant .bottomwrapper .paymenticons span {
	height: 30px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	bottom: 5px
}

.restaurant .bottomwrapper .paymenticons span:not(last-child) {
	margin-right: 5px
}

.restaurant .bottomwrapper .paymenticons .creditcard {
	width: 12px;
	background-image: url(/images/paymethods/payment_312_2.png)
}

.restaurant .bottomwrapper .paymenticons .paypal {
	background-image: url(/images/paymethods/payment_18_2.png);
	width: 25px
}

.restaurant .bottomwrapper .paymenticons .momo {
	background-image: url(/images/paymethods/payment_33_2.png);
	width: 16px
}

.restaurant .label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 10%;
	right: 0;
	font-size: 10px;
	padding: 0 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

@media (min-width:570px) {
	.restaurant .label {
		font-size: 13px;
		padding: 8px
	}
}

.restaurantlabel:before {
	padding: .2em .6em .3em
}

.restaurant .review-stars-disabled .review-stars-range:before {
	color: #ccc
}

.restaurant .review-rating {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 2;
	padding-bottom: 3px;
	position: absolute;
	width: 100%;
	bottom: 0
}

@media (min-width:570px) {
	.restaurant .review-rating {
		padding-bottom: 6px
	}
}

.review-rating .review-stars {
	height: auto;
	width: auto;
	vertical-align: middle
}

.review-rating .rating-total,
.review-rating .rating-total-short {
	font-family:'Open Sans', sans-serif;
	font-size: 11px
}

.review-rating .rating-total-short {
	display: inline
}

@media (min-width:570px) {
	.review-rating .rating-total-short {
		display: none
	}
}

.review-rating .rating-total {
	display: none
}

@media (min-width:570px) {
	.review-rating .rating-total {
		display: inline
	}
}

.review-stars {
	width: 70px;
	vertical-align: text-bottom
}

.review-stars,
.review-stars-range {
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: 12px
}

.review-stars-range {
	width: 90%
}

.review-rating .review-stars-range {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

.review-stars-range:before,
.review-stars:before {
	display: block;
	top: 0;
	left: 0;
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	font-size: 10px;
	height: 13px
}

.review-stars:before {
	color: #d7d7d7
}

.review-stars-range:before,
.review-stars:before {
	content: "\e970\00a0\e970\00a0\e970\00a0\e970\00a0\e970"
}

.review-stars-range:before {
	color: #8C4B37;
	position: absolute
}

.content-delivery .restaurant__closed .address,
.content-delivery .restaurant__closed .delivery-cost,
.content-delivery .restaurant__closed .distance,
.content-delivery .restaurant__closed .label-promoted,
.content-delivery .restaurant__closed .min-order {
	display: none!important
}

.customer-address {
	position: relative;
	display: flex;
	flex-direction: row;
	background-color: #fff;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid #ebebeb;
	cursor: pointer;
	margin: 8px 0;
	min-height: 120px;
	overflow: hidden
}

@media (min-width:1004px) {
	.customer-address {
		margin-right: 32px
	}
}

.customer-address:hover {
	background: #eef7fa;
	box-shadow: 0 1px 1px #cfcac4
}

.customer-address .street-housenumber {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0;
	color: #0a3847;
	font-size: 18px;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	margin: 0
}

.customer-address .logowrapper {
	flex: 0 0 98px;
	text-align: center;
	border-right: 1px solid #ebebeb;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative
}

@media (min-width:570px) {
	.customer-address .logowrapper {
		flex: 0 0 118px
	}
}

@media (min-width:1004px) {
	.customer-address .logowrapper {
		flex: 0 0 138px
	}
}

.customer-address .logowrapper .logo-n {
	z-index: 1;
	max-width: 80px;
	text-align: left;
	font-size: 12px;
	position: absolute;
	width: 100%;
	top: 45%;
	transform: translateY(-50%);
	margin: auto;
	left: 0;
	right: 0
}

.customer-address .logowrapper .logo-n .address-logo {
	width: 100%;
	max-height: 80px;
	height: auto
}

.customer-address .detailswrapper {
	flex: 1;
	min-height: 120px;
	line-height: 1.7;
	font-size: 15px;
	padding: 8px 0 0 8px;
	display: flex;
	flex-direction: column;
	overflow: hidden
}

.customer-address .detailswrapper .sub-title {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	line-height: 20px;
	margin: 0 0 4px
}

@media (min-width:1004px) {
	.customer-address .detailswrapper .sub-title {
		margin: 0 0 8px
	}
}

.customer-address .detailswrapper .bottomwrapper {
	font-size: 12px;
	line-height: 2em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 3px;
	margin-top: auto
}

@media (min-width:570px) {
	.customer-address .detailswrapper .bottomwrapper {
		line-height: 16px;
		margin-bottom: 6px
	}
}

.customer-address .detailswrapper .bottomwrapper .edit-address-buttons {
	text-align: left;
	width: 100%;
	line-height: 18px;
	font-family:'Open Sans', sans-serif;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 12px
}

.restaurants-filter {
	font-size: 15px
}

.restaurants-filter .discounts-filter-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff
}

.restaurants-filter .card-filter {
	margin-bottom: 24px
}

.restaurants-filter .card-filter .title {
	display: inline-block;
	line-height: 1.38;
	margin: 4px 0
}

.restaurants-filter .card-filter .title,
.restaurants-filter .filter-counter {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #0a3847
}

.restaurants-filter .filter-counter {
	line-height: 24px;
	letter-spacing: 0
}

@media (max-width:1003px) {
	.restaurants-filter .filter-counter {
		display: none
	}
}

.restaurants-filter .filter-button.hidden {
	display: none
}

.restaurants-filter .filter-button.reset-results-hidden {
	visibility: hidden
}

@media (min-width:1004px) {
	.restaurants-filter .filter-button.reset-results-hidden {
		display: none
	}
}

.restaurants-filter .filter-button.restaurants-counter {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #192837;
	border: 0;
	border-top: 1px solid #d7d7d7;
	font-size: 16px
}

.restaurants-filter .filter-button.filter-reset-all {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #8C4B37;
	font-size: 14px;
	line-height: 2.17;
	cursor: pointer
}

@media (max-width:1003px) {
	.restaurants-filter .filter-button {
		width: 100%;
		height: 56px;
		background-color: #fff;
		display: inline-block
	}
}

@media (min-width:1004px) {
	.restaurants-filter .filter-button.filter-button-mobile,
	.restaurants-filter .filter-button.restaurants-counter {
		display: none
	}
}

.atom-filter {
	cursor: pointer
}

.atom-filter button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px
}

.atom-filter a {
	-webkit-transform: translateZ(0);
	height: 40px;
	line-height: 37px;
	white-space: nowrap;
	margin-bottom: 4px;
	display: inline-block;
	background-color: #fff;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px
}

.atom-filter a.filter-label:before {
	font-family: fontello;
	content: attr(data-icon);
	font-size: 24px;
	margin-right: 14px;
	top: 2px;
	position: relative
}

.atom-filter a.filter-label:hover {
	color: #8C4B37
}

.atom-filter.check-filter .filter-label,
.atom-filter.radio-filter .filter-label {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
	color: #0a3847;
	margin-bottom: 0;
	height: 30px
}

.atom-filter.check-filter .filter-label:before,
.atom-filter.radio-filter .filter-label:before {
	content: none
}

.atom-filter.check-filter .filter-label .check-input,
.atom-filter.check-filter .filter-label .radio-input,
.atom-filter.radio-filter .filter-label .check-input,
.atom-filter.radio-filter .filter-label .radio-input {
	content: "";
	width: 16px;
	height: 16px;
	margin-right: 15px;
	background: #fff;
	border: 1px solid #e9e9e9;
	transition: all .3s ease-in 0s
}

.atom-filter.check-filter .filter-label .radio-input,
.atom-filter.radio-filter .filter-label .radio-input {
	border-radius: 16px
}

.atom-filter.check-filter .filter-label.filter-label-selected,
.atom-filter.radio-filter .filter-label.filter-label-selected {
	background: #fff;
	color: #0a3847
}

.atom-filter.check-filter .filter-label.filter-label-selected .radio-input:before,
.atom-filter.radio-filter .filter-label.filter-label-selected .radio-input:before {
	content: "";
	background: #8C4B37;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: 3px;
	position: absolute
}

.atom-filter.check-filter .filter-label.filter-label-selected .check-input:before,
.atom-filter.radio-filter .filter-label.filter-label-selected .check-input:before {
	content: "\E80C";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	font-size: 10px;
	margin: 2px;
	color: #8C4B37;
	position: absolute
}

.ratings-filter .atom-filter-stars {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	direction: rtl;
	height: 40px;
	white-space: nowrap;
	margin-bottom: 4px;
	background-color: #fff;
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 40px
}

.ratings-filter .atom-filter-stars label {
	-ms-flex: 1;
	flex: 1
}

.ratings-filter .atom-filter-stars label .filter-label {
	text-align: center;
	height: auto;
	width: auto;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	margin: 0;
	white-space: inherit;
	line-height: 32px;
	padding: 0 8px 0 0
}

.ratings-filter .atom-filter-stars label .filter-label:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	font-size: 24px;
	margin-right: 0;
	top: 3px;
	position: relative;
	color: #d7d7d7
}

.ratings-filter .atom-filter-stars label .filter-label.starfilter-selected:before,
.ratings-filter .atom-filter-stars label .filter-label.starfilter-selected~:before,
.ratings-filter .atom-filter-stars label .filter-label:hover:before,
.ratings-filter .atom-filter-stars label .filter-label:hover~:before {
	color: #8C4B37
}

.restaurants-filter .filter-kitchen {
	transform: translateZ(0);
	margin-top: 32px;
	margin-bottom: 32px
}

@media (min-width:1004px) {
	.restaurants-filter .filter-kitchen {
		margin-top: 0
	}
}

.restaurants-filter .filter-kitchen .title {
	display: none;
	float: left;
	clear: both
}

@media (min-width:1004px) {
	.restaurants-filter .filter-kitchen .title {
		display: block
	}
}

.atom-filter .filter-label-selected,
.atom-filter .kitchen-filter--selected {
	background-color: #8C4B37;
	color: #fff
}

.atom-filter .filter-label-selected:hover,
.atom-filter .kitchen-filter--selected:hover {
	background-color: #da611e
}

.subnavigation .btn.active {
	background-color: #fff;
	color: #261e1e
}

@media (min-width:1004px) {
	.subnavigation .btn.active {
		background-color: #fff
	}
}

.reset-results {
	cursor: pointer
}

.filter-reset-hidden {
	display: none
}

.showhide-content-link {
	line-height: 1.5;
	display: inline-block;
	text-align: justify;
	cursor: pointer;
	color: #192837;
	margin-bottom: 24px
}

.showhide-content-link span:after {
	font-family: fontello;
	color: #192837;
	content: "\E953";
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	right: 0
}

.showhide-content-link.open span:after {
	content: "\E954"
}

.showhide-content-label {
	float: right;
	display: block;
	cursor: pointer;
	padding: 8px 0;
	font-size: 15px
}

.filter-wrapper {
	position: relative;
	height: auto;
	margin-bottom: 40px;
	padding: 16px 0 0
}

.filter-wrapper-scrolling {
	position: fixed;
	top: 64px;
	padding-top: 1em;
	margin: 0;
	height: calc(100vh - 64px);
	overflow: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.filter-wrapper-scrolling::-webkit-scrollbar {
	display: none
}

.filter-wrapper.filter-wrapper-scrolling::-webkit-scrollbar {
	width: 0;
	height: 10px
}

.filter-wrapper::-webkit-scrollbar {
	display: none
}

.activesmartbanner .filter-wrapper-scrolling {
	top: 143px
}

.delivery-pricerange.card-filter .title {
	margin-bottom: 8px
}

.delivery-pricerange.card-filter .atom-filter {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.delivery-pricerange.card-filter .atom-filter button {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #d7d7d7;
	border: 1px solid #d7d7d7;
	height: 40px;
	text-align: center;
	display: inline-block;
	padding: 0;
	border-radius: 2px;
	margin-right: 16px
}

.delivery-pricerange.card-filter .atom-filter button.switch-active {
	color: #8C4B37;
	border: 1px solid #8C4B37
}

.delivery-pricerange.card-filter .atom-filter button {
	margin-right: 8px
}

.delivery-pricerange.card-filter .atom-filter button:last-child {
	margin-right: 0
}

.delivery-pricerange .atom-filter .btn:hover {
	color: #8C4B37
}

.subnav-wrapper {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	max-width: 1240px;
	width: 100%;
	height: 45px;
	margin: 0 auto;
	font-size: 12px;
	position: relative
}

@media (min-width:1004px) {
	.subnav-wrapper {
		font-size: 15px;
		height: 55px
	}
}

.subnav-wrapper.mapmode .btn-map {
	width: 75%
}

@media (max-width:1003px) {
	.subnav-wrapper.mapmode .btn:not(.btn-map) {
		display: none
	}
}

.subnav-wrapper.mapmode .btn-search {
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 50%
}

@media (min-width:1004px) {
	.subnav-wrapper.mapmode .btn-search,
	.subnav-wrapper.mapmode .btn-sorting {
		display: none
	}
}

.subnav-wrapper.filtermode .btn-filter .title {
	display: inline
}

.subnav-wrapper.filtermode .btn-filter .btn-text {
	display: none
}

@media (max-width:1003px) {
	.subnav-wrapper.filtermode .btn:not(.btn-filter) {
		display: none
	}
}

.subnav-wrapper.categorymode .btn-categories .title {
	display: inline
}

.subnav-wrapper.categorymode .btn-categories .btn-text {
	display: none
}

@media (max-width:1003px) {
	.subnav-wrapper.categorymode .btn:not(.btn-categories) {
		display: none
	}
}

.subnav-wrapper.searchmode .btn-search {
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 50%
}

@media (max-width:1003px) {
	.subnav-wrapper.searchmode .btn:not(.btn-search) {
		display: none
	}
}

.subnav-wrapper.searchmode .btn-search .btn-icon {
	display: none
}

.subnav-wrapper.searchmode .btn-search .jig-subnavi-input {
	display: block!important;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	font-size: 15px;
	margin-right: 8px;
	padding-left: 8px
}

.subnav-wrapper.searchmode .btn-search .jig-subnavi-input input,
.subnav-wrapper.searchmode .btn-search .jig-subnavi-input textarea {
	position: relative;
	width: 100%;
	height: 35px;
	z-index: 1;
	background: none;
	color: #0a3847;
	border-radius: 3px
}

.subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:hover,
.subnav-wrapper.searchmode .btn-search .jig-subnavi-input textarea:hover {
	transition: all .3s ease;
	box-shadow: 0 0 8px #f8f5f2;
	border: 1px solid #192837
}

.subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:active,
.subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:focus,
.subnav-wrapper.searchmode .btn-search .jig-subnavi-input textarea:active,
.subnav-wrapper.searchmode .btn-search .jig-subnavi-input textarea:focus {
	transition: all .3s ease;
	box-shadow: 0 0 8px #f8f5f2;
	border-color: #192837!important
}

.subnav-wrapper.sortmode .btn-sorting {
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 50%
}

@media (min-width:1004px) {
	.subnav-wrapper.sortmode .btn-sorting {
		margin-left: 34px
	}
}

.subnav-wrapper.sortmode .btn-sorting .btn-icon .btn-text-active {
	display: none
}

.subnav-wrapper.sortmode .btn-sorting.active .btn-icon .btn-text-active,
.subnav-wrapper.sortmode .btn-sorting .btn-icon .btn-text-placeholder {
	display: inline-block
}

.subnav-wrapper.sortmode .btn-sorting.active .btn-icon .btn-text-placeholder {
	display: none
}

@media (max-width:1003px) {
	.subnav-wrapper.sortmode .btn:not(.btn-sorting) {
		display: none
	}
}

.subnav-wrapper.sortmode .btn-search {
	display: none
}

.btn {
	transition: all .3s ease;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	width: 25%;
	color: #fff
}

@media (min-width:1004px) {
	.btn {
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 24px
	}
}

html.no-touch .btn:hover {
	background: #fff;
	color: #000
}

.btn .btn-icon:before {
	display: inherit;
	text-align: center;
	padding: 4px 2px
}

@media (min-width:1004px) {
	.btn .btn-icon:before {
		padding-right: 8px;
		padding-bottom: 0;
		display: inline-block
	}
}

.btn .btn-text-active {
	display: none
}

.btn.active {
	color: #8C4B37
}

@media (min-width:1004px) {
	.btn.active .btn-icon {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}

.btn.active .btn-icon .btn-text-active {
	display: none
}

@media (min-width:1004px) {
	.btn.active .btn-icon .btn-text-active {
		display: inline
	}
}

@media (min-width:1004px) {
	.btn.active .btn-icon .btn-text-placeholder {
		display: none
	}
}

.btn.active .btn-remove-icon {
	display: none
}

@media (min-width:1004px) {
	.btn.active .btn-remove-icon {
		-ms-flex-align: center;
		align-items: center;
		display: inline;
		width: 20%
	}
}

.btn.active .btn-remove-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	float: right;
	padding: 16px
}

.btn .content {
	background: #fff;
	overflow: hidden;
	visibility: hidden;
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow-y: hidden;
	cursor: auto;
	transition: max-height .3s ease
}

@media (min-width:1004px) {
	.btn .content {
		top: 55px
	}
}

.btn .content.success {
	display: inline-block
}

.btn .content>div {
	width: 100%;
	float: left
}

.btn .content .content-list .yd-jig-subnavi-search-count {
	float: right
}

.btn .content .content-list .jig-subnavi-search-list-subheader {
	padding: 8px 16px;
	color: #666
}

.btn .content .content-list .yd-jig-breadcrumb-service-search-no-result {
	padding: 8px 16px
}

.btn .content .content-list ul {
	padding: 0;
	margin: 0;
	width: 100%;
	max-height: calc(100vh - 45px)
}

.btn .content .content-list ul>li {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 0;
	border-bottom: 1px solid #cfcac4;
	background: #fff
}

.btn .content .content-list ul>li:last-child {
	border-bottom: 0
}

.btn .content .content-list ul>li.selected:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	position: relative;
	font-weight: 700;
	margin-left: 16px
}

.btn .content .content-list ul>li.selected,
.btn .content .content-list ul>li.selected a,
.btn .content .content-list ul>li:hover,
.btn .content .content-list ul>li:hover a {
	color: #192837
}

.btn .content .content-list ul>li.active,
.btn .content .content-list ul>li.active a,
.btn .content .content-list ul>li:active,
.btn .content .content-list ul>li:active a,
.btn .content .content-list ul>li:focus,
.btn .content .content-list ul>li:focus a {
	color: #095dce
}

.btn .content .content-list ul a {
	color: #666;
	padding-left: 8px;
	height: 100%;
	z-index: 1
}

.btn .content .content-list ul li a {
	width: 100%;
	line-height: 50px
}

.btn .content .content-list ul li a:before {
	font-family: fontello;
	font-weight: 400;
	width: 43px;
	content: attr(data-icon);
	display: inline-block;
	text-align: center;
	z-index: 0
}

@media (max-width:1003px) {
	.btn-back {
		display: none
	}
}

@media (min-width:1004px) {
	.btn-back {
		min-width: 255px;
		width: 255px
	}
	.btn-back .btn-icon:before {
		content: "";
		font-family: fontello;
		font-weight: 400
	}
}

@media (min-width:1004px) {
	.btn-back {
		min-width: 275px;
		width: 275px
	}
}

.btn-back a {
	transition: all .3s ease;
	color: #fff;
	display: inline-block;
	height: 100%;
	left: 0;
	padding: 17px 0 17px 45px;
	position: absolute;
	top: 0;
	width: 100%
}

.btn-back:hover a {
	color: #000
}

@media (min-width:1004px) {
	.step3 .btn-back {
		min-width: 255px
	}
	.step3 .btn-back .btn-icon:before {
		content: "";
		font-family: fontello;
		font-weight: 400
	}
}

@media (min-width:1004px) and (min-width:1004px) {
	.step3 .btn-back {
		min-width: 275px
	}
}

.subnavigation.subnavigation-scrolling .btn-back a {
	padding: 17px 0 17px 65px
}

.subnavigation.subnavigation-scrolling .btn-back .btn-icon:before {
	padding-left: 20px;
	transition: all .3s ease
}

.subnavigation.subnavigation-scrolling .btn-back .btn-icon:before:hover,
.subnavigation.subnavigation-scrolling .btn-back a.btn-text:hover {
	transition: none
}

.subnavigation.subnavigation-scrolling .btn-back a.btn-text:before {
	content: "";
	font-family: fontello;
	width: 50%;
	display: flex;
	font-size: 26px;
	position: absolute;
	top: 9px;
	left: 7px
}

.subnavigation.subnavigation-scrolling .btn-back a.btn-text:before:hover {
	transition: none
}

.subnavigation .btn-back a.btn-text:before {
	content: "";
	transition: all .3s ease
}

.btn-filter .btn-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

@media (min-width:1004px) {
	.btn-filter {
		display: none
	}
}

.btn-filter .title {
	display: none
}

.btn-categories .btn-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

@media (min-width:1004px) {
	.btn-categories {
		display: none
	}
}

.btn-categories .title {
	display: none
}

.btn-map .btn-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon.minimumorderamount:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon.popularity:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon.review:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon.distance:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon.alphabet:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon.averageprice:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon.deliverycosts:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon.deliverytime:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon.default:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-sorting .btn-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn.btn-sorting .subnav-sortmode .descending {
	display: none
}

.btn-icon.averageprice~.content .subnav-sortmode .descending {
	display: flex
}

.btn-search {
	flex-grow: 1
}

.btn-search .btn-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.btn-search .jig-subnavi-input {
	display: none
}

.btn-search .btn-remove-search {
	display: none;
	width: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	text-align: center;
	cursor: pointer;
	z-index: 1
}

.btn-search .btn-remove-search:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	float: right;
	padding: 16px;
	font-size: 13px
}

@media (min-width:1004px) {
	.btn-icon {
		width: 100%
	}
	.btn-icon .jig-link {
		display: inline-block;
		width: 100%;
		height: 100%
	}
}

.subnav-wrapper.categorymode .btn-categories,
.subnav-wrapper.filtermode .btn-filter,
.subnav-wrapper.mapmode .btn-map,
.subnav-wrapper.searchmode .btn-search,
.subnav-wrapper.sortmode .btn-sorting {
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #fff;
	color: #000;
	padding-left: 24px
}

@media (max-width:1003px) {
	.subnav-wrapper.categorymode .btn-categories,
	.subnav-wrapper.filtermode .btn-filter,
	.subnav-wrapper.mapmode .btn-map,
	.subnav-wrapper.searchmode .btn-search,
	.subnav-wrapper.sortmode .btn-sorting {
		width: 100%;
		z-index: 11
	}
}

.subnav-wrapper.categorymode .btn-categories .btn-close,
.subnav-wrapper.filtermode .btn-filter .btn-close,
.subnav-wrapper.mapmode .btn-map .btn-close,
.subnav-wrapper.searchmode .btn-search .btn-close,
.subnav-wrapper.sortmode .btn-sorting .btn-close {
	-ms-flex-align: center;
	align-items: center;
	height: 45px
}

@media (min-width:1004px) {
	.subnav-wrapper.categorymode .btn-categories .btn-close,
	.subnav-wrapper.filtermode .btn-filter .btn-close,
	.subnav-wrapper.mapmode .btn-map .btn-close,
	.subnav-wrapper.searchmode .btn-search .btn-close,
	.subnav-wrapper.sortmode .btn-sorting .btn-close {
		height: 55px
	}
}

.subnav-wrapper.categorymode .btn-categories .btn-remove-icon,
.subnav-wrapper.filtermode .btn-filter .btn-remove-icon,
.subnav-wrapper.mapmode .btn-map .btn-remove-icon,
.subnav-wrapper.searchmode .btn-search .btn-remove-icon,
.subnav-wrapper.sortmode .btn-sorting .btn-remove-icon {
	display: none
}

.subnav-wrapper.categorymode .btn-categories .btn-close:before,
.subnav-wrapper.filtermode .btn-filter .btn-close:before,
.subnav-wrapper.mapmode .btn-map .btn-close:before,
.subnav-wrapper.searchmode .btn-search .btn-close:before,
.subnav-wrapper.sortmode .btn-sorting .btn-close:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1.5;
	float: right;
	padding: 16px;
	color: #666
}

.subnav-wrapper.categorymode .btn-categories .content,
.subnav-wrapper.filtermode .btn-filter .content,
.subnav-wrapper.mapmode .btn-map .content,
.subnav-wrapper.searchmode .btn-search .content,
.subnav-wrapper.sortmode .btn-sorting .content {
	transition: max-height .3s ease .3s;
	visibility: visible;
	max-height: calc(100vh - 150px);
	border-bottom: 4px solid #8C4B37;
	overflow-y: auto;
	box-shadow: -1px 6px 6px rgba(0, 0, 0, .2)
}

.subnav-wrapper.categorymode .btn-categories .btn-icon,
.subnav-wrapper.filtermode .btn-filter .btn-icon,
.subnav-wrapper.mapmode .btn-map .btn-icon,
.subnav-wrapper.searchmode .btn-search .btn-icon,
.subnav-wrapper.sortmode .btn-sorting .btn-icon {
	width: 100%;
	font-size: 15px
}

.subnav-wrapper.categorymode .btn-categories .btn-icon:before,
.subnav-wrapper.filtermode .btn-filter .btn-icon:before,
.subnav-wrapper.mapmode .btn-map .btn-icon:before,
.subnav-wrapper.searchmode .btn-search .btn-icon:before,
.subnav-wrapper.sortmode .btn-sorting .btn-icon:before {
	padding-right: 8px;
	padding-bottom: 0;
	display: inline-block
}

.jig-subnavi-scroll {
	transition: all .3s ease;
	position: fixed!important;
	top: 0;
	border-top: 4px solid #8C4B37;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.wrapper-content-top {
	padding-top: 55px
}

.hiddenOverflowSmall {
	overflow: hidden
}

@media (max-width:1003px) {
	.hiddenOverflowSmall {
		position: fixed
	}
}

@media (min-width:1004px) {
	.hiddenOverflowSmall {
		overflow: auto
	}
}

.hide-utilitybar .subnavigation {
	display: none
}

@media (min-width:1004px) {
	.hide-utilitybar header:after {
		background: none
	}
}

.subnavigation {
	transform: translateZ(0);
	background: #8C4B37;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0
}

@media (min-width:1004px) {
	.subnavigation {
		top: auto;
		bottom: 0;
		background: transparent
	}
}

.subnavigation.sticky {
	position: fixed;
	top: 0;
	bottom: auto
}

.subnavigation.success .jig-subnavimenu.cartmode .btn-back {
	display: none
}

@media (min-width:1004px) {
	.subnavigation.success {
		display: none
	}
}

@media (max-width:1003px) {
	.subnavigation.success .btn-back {
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
	.subnavigation.success .btn-back .btn-icon:before {
		content: "";
		font-family: fontello;
		font-weight: 400;
		display: initial;
		padding-right: 4px
	}
	.subnavigation.success .btn-list,
	.subnavigation.success .btn-search {
		display: none
	}
}

@media (min-width:1004px) {
	.subnavigation.subnavigation-scrolling {
		position: fixed;
		top: 0;
		left: 0;
		bottom: auto;
		background: hsla(0, 0%, 58%, .84);
		height: 55px
	}
}

.btn-text,
.btn-text-placeholder {
	display: none
}

@media (min-width:1004px) {
	.btn-text,
	.btn-text-placeholder {
		display: inline-block
	}
}

.listing-inner .restaurants-filter.filtermode-panel {
	padding: 0 15px;
	background-color: #fff;
	width: 100%;
	display: inline-block;
	overflow-y: auto;
	position: fixed;
	z-index: 11;
	height: 100%;
	top: 64px;
	left: 0
}

@media (min-width:1004px) {
	.listing-inner .restaurants-filter.filtermode-panel {
		width: 100%;
		display: initial;
		overflow-y: auto;
		background-color: #fff;
		position: fixed;
		z-index: 10;
		height: 100%;
		top: 100px
	}
}

.listing-inner .restaurants-filter.filtermode-panel:after {
	content: "";
	margin-bottom: 250px;
	display: block
}

@media (max-width:1003px) {
	.listing-inner.hideheader .filtermode-panel,
	.listing-inner.hideheader .mapmode-panel {
		top: 64px
	}
}

.btn-search .btn-search-clear {
	display: block
}

@media (min-width:1004px) {
	.subnavigation .subnav-wrapper.searchmode .btn-search {
		width: 100%;
		flex-grow: 1
	}
}

.step4 .btn-search,
.step5 .btn-search {
	visibility: hidden
}

.step5 .subnavigation {
	display: block
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-icon {
	font-size: 14px;
	width: 186px;
	padding: 8px 18px 9px;
	border: 1px solid #e9e9e9;
	border-radius: 2px
}

@media (min-width:1004px) {
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-icon {
		border: 1px solid #d7d7d7
	}
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-icon:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1.5;
	float: right;
	color: #666;
	padding: 4px;
	font-size: 12px;
	position: absolute;
	right: 13px
}

.step2 header .subnavigation,
.step2 header:after {
	display: none
}

.step2 .utility-middle-navigation {
	height: 54px;
	margin: 0 auto;
	display: none;
	float: none!important
}

@media (min-width:1004px) {
	.step2 .utility-middle-navigation {
		width: calc(75% - 35px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1280px) {
	.step2 .utility-middle-navigation {
		width: calc(75% - 35px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1004px) {
	.step2 .utility-middle-navigation {
		margin-left: calc(25% - 25px + 40px)
	}
}

@media (min-width:1280px) {
	.step2 .utility-middle-navigation {
		margin-left: calc(25% - 25px + 40px)
	}
}

@media (min-width:1004px) {
	.step2 .utility-middle-navigation {
		height: 88px;
		display: block;
		padding-right: 32px
	}
}

.step2 .utility-middle-navigation .utility-middle-bar {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: 54px
}

@media (min-width:1004px) {
	.step2 .utility-middle-navigation .utility-middle-bar {
		-ms-flex-align: center;
		align-items: center;
		height: 100%
	}
}

@media (min-width:1004px) {
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search {
		border-bottom: 1px solid #e9e9e9
	}
}

@media (min-width:1004px) and (min-width:1004px) {
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search {
		border: 1px solid #d7d7d7
	}
}

@media (min-width:1004px) and (min-width:1004px) and (max-width:1279px) {
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search {
		width: 100%
	}
}

@media (min-width:1004px) {
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .btn-close {
		display: none;
		border-left: 1px solid #d7d7d7;
		height: 100%
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .btn-close.active {
		display: block
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .btn-close:before {
		content: "";
		font-family: fontello;
		font-weight: 400;
		line-height: 1.5;
		float: right;
		font-size: 9px;
		padding: 13px
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .btn-icon {
		display: inherit;
		width: 35px;
		color: #d7d7d7
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .jig-subnavi-input {
		margin: 0;
		padding: 0;
		display: block!important;
		position: relative;
		width: 100%;
		font-size: 15px;
		margin-right: 8px;
		padding-left: 8px
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .jig-subnavi-input input,
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .jig-subnavi-input textarea {
		position: relative;
		width: 100%;
		height: 35px;
		z-index: 1;
		background: none;
		color: #0a3847
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .jig-subnavi-input input:active,
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .jig-subnavi-input input:focus,
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .jig-subnavi-input input:hover,
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .jig-subnavi-input textarea:active,
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .jig-subnavi-input textarea:focus,
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .jig-subnavi-input textarea:hover {
		border: 0;
		box-shadow: none;
		outline: none
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .btn-remove-search {
		width: auto;
		top: -9px;
		right: -39px;
		color: #d7d7d7
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .btn-remove-search:before {
		padding: 13px;
		font-size: 12px
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn-search .restaurantsearchstring--middle {
		font-size: 13px
	}
}

.step2 .utility-middle-navigation .utility-middle-bar .btn {
	color: #0a3847;
	height: 54px
}

@media (min-width:1004px) {
	.step2 .utility-middle-navigation .utility-middle-bar .btn {
		width: auto;
		height: 40px
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn .btn-search-text-placeholder,
	.step2 .utility-middle-navigation .utility-middle-bar .btn .btn-text {
		display: none
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn.btn-search {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn.btn-sorting {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn.btn-sorting .btn-close,
	.step2 .utility-middle-navigation .utility-middle-bar .btn.btn-sorting .btn-remove-icon {
		display: none
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn.btn-map {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.step2 .utility-middle-navigation .utility-middle-bar .btn.btn-map .btn-icon {
		font-size: 16px
	}
}

@media (min-width:1280px) {
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper {
		max-width: 100%
	}
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-search {
	padding-left: 10px
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-sorting-label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px
}

@media (min-width:1004px) {
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-sorting-label {
		width: auto;
		margin-right: 24px
	}
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-icon {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-icon .btn-text-placeholder,
.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-icon:before {
	display: none
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-icon .btn-text-active {
	display: inherit
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper .btn-sorting .btn-icon .select-sort {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 15px);
	display: inline-block;
	color: #0a3847
}

@media (max-width:1279px) {
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search {
		border-bottom: 1px solid #e9e9e9
	}
}

@media (max-width:1279px) and (min-width:1004px) {
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search {
		border: 1px solid #d7d7d7
	}
}

@media (max-width:1279px) and (min-width:1004px) and (max-width:1279px) {
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search {
		width: 100%
	}
}

@media (max-width:1279px) {
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .btn-close {
		display: none;
		border-left: 1px solid #d7d7d7;
		height: 100%
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .btn-close.active {
		display: block
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .btn-close:before {
		content: "";
		font-family: fontello;
		font-weight: 400;
		line-height: 1.5;
		float: right;
		font-size: 9px;
		padding: 13px
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .btn-icon {
		display: inherit;
		width: 35px;
		color: #d7d7d7
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .jig-subnavi-input {
		margin: 0;
		padding: 0;
		display: block!important;
		position: relative;
		width: 100%;
		font-size: 15px;
		margin-right: 8px;
		padding-left: 8px
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input,
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .jig-subnavi-input textarea {
		position: relative;
		width: 100%;
		height: 35px;
		z-index: 1;
		background: none;
		color: #0a3847
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:active,
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:focus,
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:hover,
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .jig-subnavi-input textarea:active,
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .jig-subnavi-input textarea:focus,
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .jig-subnavi-input textarea:hover {
		border: 0;
		box-shadow: none;
		outline: none
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .btn-remove-search {
		width: auto;
		top: -9px;
		right: -39px;
		color: #d7d7d7
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .btn-remove-search:before {
		padding: 13px;
		font-size: 12px
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .restaurantsearchstring--middle {
		font-size: 13px
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-search .btn-close {
		display: block
	}
	.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.searchmode .btn-sorting {
		display: none
	}
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.sortmode .btn-search {
	display: inherit
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.sortmode .btn-sorting {
	margin: 0
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.sortmode .btn-sorting .btn-icon:after {
	content: "";
	font-family: fontello;
	font-weight: 400
}

.step2 .utility-middle-navigation .utility-middle-bar .subnav-wrapper.sortmode .btn-sorting .content {
	top: 38px;
	left: auto;
	right: 0;
	z-index: 4;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	box-shadow: none
}

.step2 .utility-aside-navigation .utility-aside-bar .sort-filter .subnav-wrapper .btn-sorting .btn-icon {
	font-size: 14px;
	line-height: 1.86;
	border: 1px solid #d7d7d7;
	padding: 10px 18px;
	width: 100%
}

.step2 .utility-aside-navigation .utility-aside-bar .sort-filter .subnav-wrapper .btn-sorting .btn-icon:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1.5;
	float: right;
	color: #666;
	padding: 4px;
	font-size: 12px;
	position: absolute;
	right: 13px
}

.step2 .utility-aside-navigation .utility-aside-bar .delivery-pickup-switch-filter {
	display: none
}

@media (min-width:1004px) {
	.step2 .utility-aside-navigation .utility-aside-bar .delivery-pickup-switch-filter {
		display: block
	}
	.step2 .utility-aside-navigation .utility-aside-bar .delivery-pickup-switch-filter .atom-filter {
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex
	}
	.step2 .utility-aside-navigation .utility-aside-bar .delivery-pickup-switch-filter .atom-filter button {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		color: #d7d7d7;
		border: 1px solid #d7d7d7;
		height: 40px;
		text-align: center;
		display: inline-block;
		padding: 0;
		border-radius: 2px;
		margin-right: 16px
	}
	.step2 .utility-aside-navigation .utility-aside-bar .delivery-pickup-switch-filter .atom-filter button.switch-active {
		color: #8C4B37;
		border: 1px solid #8C4B37
	}
}

.step2 .utility-aside-navigation .utility-aside-bar .delivery-pickup-switch-filter .title {
	margin-bottom: 8px
}

.step2 .utility-aside-navigation .utility-aside-bar .delivery-pickup-switch-filter .atom-filter button:last-child {
	margin-right: 0
}

.step2 .utility-aside-navigation .utility-aside-bar .sort-filter {
	display: block
}

.step2 .utility-aside-navigation .utility-aside-bar .sort-filter .title {
	margin-bottom: 8px
}

@media (min-width:1004px) {
	.step2 .utility-aside-navigation .utility-aside-bar .sort-filter {
		display: none
	}
}

.step2 .utility-aside-navigation .utility-aside-bar .sort-filter .subnav-wrapper .btn-sorting {
	padding-left: 0;
	color: #0a3847;
	width: 100%
}

.step2 .utility-aside-navigation .utility-aside-bar .sort-filter .subnav-wrapper .btn-sorting .btn-icon {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.step2 .utility-aside-navigation .utility-aside-bar .sort-filter .subnav-wrapper .btn-sorting .btn-icon:before {
	display: none
}

.step2 .utility-aside-navigation .utility-aside-bar .sort-filter .subnav-wrapper .btn-sorting .btn-icon .btn-text-active {
	display: inherit
}

.step2 .utility-aside-navigation .utility-aside-bar .sort-filter .subnav-wrapper.sortmode .content {
	top: 56px;
	left: auto;
	right: 0;
	z-index: 5;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	box-shadow: none
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar {
	background-color: #fff;
	color: #0a3847
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn {
	color: #0a3847
}

@media (max-width:1003px) {
	.is-restaurant-list .map-data-window,
	.step3 .map-data-window,
	.step4 .map-data-window {
		bottom: 80px
	}
}

.is-restaurant-list .to-top,
.step3 .to-top,
.step4 .to-top {
	bottom: 80px
}

@media (min-width:1004px) {
	.is-restaurant-list .to-top,
	.step3 .to-top,
	.step4 .to-top {
		bottom: 20px
	}
}

.is-restaurant-list footer .subfooter,
.step3 footer .subfooter,
.step4 footer .subfooter {
	display: inline-block;
	margin-bottom: 64px
}

@media (min-width:1004px) {
	.is-restaurant-list footer .subfooter,
	.step3 footer .subfooter,
	.step4 footer .subfooter {
		margin-bottom: 0;
		display: block
	}
}

@media (max-width:1003px) {
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step3.utility-bottom-header .btn-filter,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step3.utility-bottom-header .btn-filter .btn-close,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step4.utility-bottom-header .btn-filter,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step4.utility-bottom-header .btn-filter .btn-close,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .btn-map,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .btn-map .btn-close,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step3.utility-bottom-header .btn-map,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step3.utility-bottom-header .btn-map .btn-close,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step4.utility-bottom-header .btn-map,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step4.utility-bottom-header .btn-map .btn-close,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-close,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step3.utility-bottom-header .btn-search,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step3.utility-bottom-header .btn-search .btn-close,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step4.utility-bottom-header .btn-search,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step4.utility-bottom-header .btn-search .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .is-restaurant-list.utility-bottom-header .btn-filter,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .is-restaurant-list.utility-bottom-header .btn-filter .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step4.utility-bottom-header .btn-filter,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step4.utility-bottom-header .btn-filter .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .btn-map,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .btn-map .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .is-restaurant-list.utility-bottom-header .btn-map,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .is-restaurant-list.utility-bottom-header .btn-map .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step4.utility-bottom-header .btn-map,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step4.utility-bottom-header .btn-map .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .is-restaurant-list.utility-bottom-header .btn-search,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .is-restaurant-list.utility-bottom-header .btn-search .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step4.utility-bottom-header .btn-search,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step4.utility-bottom-header .btn-search .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .is-restaurant-list.utility-bottom-header .btn-filter,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .is-restaurant-list.utility-bottom-header .btn-filter .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step3.utility-bottom-header .btn-filter,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step3.utility-bottom-header .btn-filter .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .btn-map,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .btn-map .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .is-restaurant-list.utility-bottom-header .btn-map,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .is-restaurant-list.utility-bottom-header .btn-map .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step3.utility-bottom-header .btn-map,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step3.utility-bottom-header .btn-map .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .is-restaurant-list.utility-bottom-header .btn-search,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .is-restaurant-list.utility-bottom-header .btn-search .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step3.utility-bottom-header .btn-search,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step3.utility-bottom-header .btn-search .btn-close {
		height: 64px
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close:before,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step3.utility-bottom-header .btn-filter .btn-close:before,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step4.utility-bottom-header .btn-filter .btn-close:before,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .btn-map .btn-close:before,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step3.utility-bottom-header .btn-map .btn-close:before,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step4.utility-bottom-header .btn-map .btn-close:before,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-close:before,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step3.utility-bottom-header .btn-search .btn-close:before,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step4.utility-bottom-header .btn-search .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .is-restaurant-list.utility-bottom-header .btn-filter .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step4.utility-bottom-header .btn-filter .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .btn-map .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .is-restaurant-list.utility-bottom-header .btn-map .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step4.utility-bottom-header .btn-map .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .is-restaurant-list.utility-bottom-header .btn-search .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step4.utility-bottom-header .btn-search .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .is-restaurant-list.utility-bottom-header .btn-filter .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .step3.utility-bottom-header .btn-filter .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .btn-map .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .is-restaurant-list.utility-bottom-header .btn-map .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.mapmode .step3.utility-bottom-header .btn-map .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .is-restaurant-list.utility-bottom-header .btn-search .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .step3.utility-bottom-header .btn-search .btn-close:before {
		content: "";
		font-family: fontello;
		font-weight: 400;
		padding: 0 26px;
		font-size: 14px;
		line-height: 64px
	}
	.is-restaurant-list.utility-bottom-header header,
	.step3.utility-bottom-header header,
	.step4.utility-bottom-header header {
		display: none
	}
	.is-restaurant-list.utility-bottom-header .content-listing.restaurant-listing,
	.step3.utility-bottom-header .content-listing.restaurant-listing,
	.step4.utility-bottom-header .content-listing.restaurant-listing {
		margin-top: 64px!important
	}
	.is-restaurant-list.utility-bottom-header .content-listing.restaurant-listing .kitchen-types,
	.step3.utility-bottom-header .content-listing.restaurant-listing .kitchen-types,
	.step4.utility-bottom-header .content-listing.restaurant-listing .kitchen-types {
		z-index: 0
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation,
	.step3.utility-bottom-header .utility-middle-navigation,
	.step4.utility-bottom-header .utility-middle-navigation {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 54px;
		width: 100%;
		z-index: 5
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter {
		padding-left: 15px;
		border-bottom: 1px solid #e9e9e9
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-icon:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-icon:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-icon:before {
		display: none
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close {
		line-height: 54px
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close:before {
		font-size: 12px;
		color: #0a3847;
		padding: 26px 14px;
		line-height: 1
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .title,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .title,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .title {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 18px
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search {
		padding-left: 24px
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-icon,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-icon,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-icon {
		display: inherit;
		width: 35px;
		color: #d7d7d7
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input {
		margin: 0;
		padding: 0
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:active,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:focus,
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:hover,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:active,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:focus,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:hover,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:active,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:focus,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .jig-subnavi-input input:hover {
		border: 0;
		box-shadow: none
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-remove-search,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-remove-search,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.searchmode .btn-search .btn-remove-search {
		display: none
	}
	.is-restaurant-list.utility-bottom-header.ubh-filtermode .filtermode-panel:after,
	.step3.utility-bottom-header.ubh-filtermode .filtermode-panel:after,
	.step4.utility-bottom-header.ubh-filtermode .filtermode-panel:after {
		margin-bottom: 140px
	}
	.is-restaurant-list.utility-bottom-header.ubh-filtermode .filtermode-panel .filter-wrapper,
	.step3.utility-bottom-header.ubh-filtermode .filtermode-panel .filter-wrapper,
	.step4.utility-bottom-header.ubh-filtermode .filtermode-panel .filter-wrapper {
		overflow: hidden;
		min-height: calc(100vh - 140px);
		margin-top: 27px
	}
}

@media (max-width:1003px) and (min-width:570px) {
	.is-restaurant-list.utility-bottom-header.ubh-filtermode .filtermode-panel .filter-wrapper,
	.step3.utility-bottom-header.ubh-filtermode .filtermode-panel .filter-wrapper,
	.step4.utility-bottom-header.ubh-filtermode .filtermode-panel .filter-wrapper {
		padding: 0 65px
	}
}

@media (max-width:1003px) {
	.is-restaurant-list.utility-bottom-header.ubh-filtermode .filtermode-panel .filter-wrapper .discounts-filter-wrap,
	.step3.utility-bottom-header.ubh-filtermode .filtermode-panel .filter-wrapper .discounts-filter-wrap,
	.step4.utility-bottom-header.ubh-filtermode .filtermode-panel .filter-wrapper .discounts-filter-wrap {
		box-shadow: 0 0 8px #d7d7d7
	}
	.is-restaurant-list.utility-bottom-header.ubh-searchmode .kitchen-types,
	.step3.utility-bottom-header.ubh-searchmode .kitchen-types,
	.step4.utility-bottom-header.ubh-searchmode .kitchen-types {
		display: none
	}
	.is-restaurant-list.utility-bottom-header.ubh-filtermode,
	.is-restaurant-list.utility-bottom-header.ubh-mapmode,
	.step3.utility-bottom-header.ubh-filtermode,
	.step3.utility-bottom-header.ubh-mapmode,
	.step4.utility-bottom-header.ubh-filtermode,
	.step4.utility-bottom-header.ubh-mapmode {
		overflow: hidden
	}
	.is-restaurant-list.utility-bottom-header.ubh-filtermode .to-top,
	.is-restaurant-list.utility-bottom-header.ubh-mapmode .to-top,
	.step3.utility-bottom-header.ubh-filtermode .to-top,
	.step3.utility-bottom-header.ubh-mapmode .to-top,
	.step4.utility-bottom-header.ubh-filtermode .to-top,
	.step4.utility-bottom-header.ubh-mapmode .to-top {
		display: none
	}
	.is-restaurant-list.utility-bottom-header.ubh-mapmode .content-listing.restaurant-listing,
	.step3.utility-bottom-header.ubh-mapmode .content-listing.restaurant-listing,
	.step4.utility-bottom-header.ubh-mapmode .content-listing.restaurant-listing {
		margin-top: 0!important
	}
}

@media (min-width:570px) and (max-width:1003px) {
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter {
		padding-left: 20px
	}
	.is-restaurant-list.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close:before,
	.step3.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close:before,
	.step4.utility-bottom-header .utility-middle-navigation .subnav-wrapper.filtermode .btn-filter .btn-close:before {
		padding: 26px 19px
	}
}

.is-restaurant-list.utility-bottom-header.ubh-mapmode .kitchen-types,
.is-restaurant-list.utility-bottom-header.ubh-mapmode .utility-middle-navigation,
.step3.utility-bottom-header.ubh-mapmode .kitchen-types,
.step3.utility-bottom-header.ubh-mapmode .utility-middle-navigation,
.step4.utility-bottom-header.ubh-mapmode .kitchen-types,
.step4.utility-bottom-header.ubh-mapmode .utility-middle-navigation {
	display: none
}

@media (min-width:1004px) {
	.is-restaurant-list .utility-bottom-navigation,
	.step3 .utility-bottom-navigation,
	.step4 .utility-bottom-navigation {
		display: none
	}
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar,
.step3 .utility-bottom-navigation .utility-bottom-bar,
.step4 .utility-bottom-navigation .utility-bottom-bar {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: 100%;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	z-index: 10;
	border-top: 1px solid #e9e9e9
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn {
	flex: 1 1 25%;
	width: inherit;
	margin: 15px
}

@media (min-width:570px) {
	.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn,
	.step3 .utility-bottom-navigation .utility-bottom-bar .btn,
	.step4 .utility-bottom-navigation .utility-bottom-bar .btn {
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
		text-align: center
	}
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn .btn-icon .btn-text,
.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn .btn-icon .btn-text-placeholder,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn .btn-icon .btn-text,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn .btn-icon .btn-text-placeholder,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn .btn-icon .btn-text,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn .btn-icon .btn-text-placeholder {
	display: none
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-switch,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn-switch,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn-switch {
	flex: 1 0 25%
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar.switch-disabled .btn,
.step3 .utility-bottom-navigation .utility-bottom-bar.switch-disabled .btn,
.step4 .utility-bottom-navigation .utility-bottom-bar.switch-disabled .btn {
	width: 33%
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar.switch-disabled .btn .btn-switch,
.step3 .utility-bottom-navigation .utility-bottom-bar.switch-disabled .btn .btn-switch,
.step4 .utility-bottom-navigation .utility-bottom-bar.switch-disabled .btn .btn-switch {
	width: inherit
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-filter,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn-filter,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn-filter {
	display: inherit
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-filter .btn-icon,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn-filter .btn-icon,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn-filter .btn-icon {
	color: #0a3847;
	font-size: 10px
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-filter .btn-icon:before,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn-filter .btn-icon:before,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn-filter .btn-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400
}

@media (min-width:570px) {
	.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-filter .btn-icon,
	.step3 .utility-bottom-navigation .utility-bottom-bar .btn-filter .btn-icon,
	.step4 .utility-bottom-navigation .utility-bottom-bar .btn-filter .btn-icon {
		font-size: 13px
	}
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-filter.active .btn-icon,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn-filter.active .btn-icon,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn-filter.active .btn-icon {
	color: #8C4B37
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-map .btn-icon,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn-map .btn-icon,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn-map .btn-icon {
	color: #0a3847;
	font-size: 14px
}

@media (min-width:570px) {
	.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-map .btn-icon,
	.step3 .utility-bottom-navigation .utility-bottom-bar .btn-map .btn-icon,
	.step4 .utility-bottom-navigation .utility-bottom-bar .btn-map .btn-icon {
		font-size: 16px
	}
}

.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-search .btn-icon,
.step3 .utility-bottom-navigation .utility-bottom-bar .btn-search .btn-icon,
.step4 .utility-bottom-navigation .utility-bottom-bar .btn-search .btn-icon {
	color: #0a3847;
	font-size: 13px
}

@media (min-width:570px) {
	.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn-search .btn-icon,
	.step3 .utility-bottom-navigation .utility-bottom-bar .btn-search .btn-icon,
	.step4 .utility-bottom-navigation .utility-bottom-bar .btn-search .btn-icon {
		font-size: 16px
	}
}

@media (min-width:570px) {
	.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn,
	.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn .btn-switch,
	.step3 .utility-bottom-navigation .utility-bottom-bar .btn,
	.step3 .utility-bottom-navigation .utility-bottom-bar .btn .btn-switch,
	.step4 .utility-bottom-navigation .utility-bottom-bar .btn,
	.step4 .utility-bottom-navigation .utility-bottom-bar .btn .btn-switch {
		width: inherit
	}
}

.is-restaurant-list .onoffswitch,
.step3 .onoffswitch,
.step4 .onoffswitch {
	display: flex;
	flex: 0 0 0;
	justify-content: center;
	flex-direction: column;
	-ms-user-select: none;
	user-select: none
}

.is-restaurant-list .onoffswitch .onoffswitch-checkbox,
.step3 .onoffswitch .onoffswitch-checkbox,
.step4 .onoffswitch .onoffswitch-checkbox {
	display: none
}

.is-restaurant-list .onoffswitch .onoffswitch-label,
.step3 .onoffswitch .onoffswitch-label,
.step4 .onoffswitch .onoffswitch-label {
	overflow: hidden;
	cursor: pointer;
	line-height: 32px;
	height: 32px;
	width: 100%;
	overflow-x: hidden;
	max-width: 100%;
	border: 1px solid #e9e9e9;
	background-color: #f8f5f2;
	border-radius: 19px
}

.is-restaurant-list .onoffswitch .onoffswitch-wrapper,
.step3 .onoffswitch .onoffswitch-wrapper,
.step4 .onoffswitch .onoffswitch-wrapper {
	min-width: 0;
	width: 200%;
	height: 32px;
	transition: all .3s ease-in 0s
}

.is-restaurant-list .onoffswitch .onoffswitch-wrapper .onoffswitch-slide,
.step3 .onoffswitch .onoffswitch-wrapper .onoffswitch-slide,
.step4 .onoffswitch .onoffswitch-wrapper .onoffswitch-slide {
	display: flex;
	flex-wrap: wrap
}

.is-restaurant-list .onoffswitch .onoffswitch-wrapper .onoffswitch-text,
.step3 .onoffswitch .onoffswitch-wrapper .onoffswitch-text,
.step4 .onoffswitch .onoffswitch-wrapper .onoffswitch-text {
	text-align: center;
	white-space: nowrap;
	flex: 1
}

.is-restaurant-list .onoffswitch .onoffswitch-wrapper .onoffswitch-text.onoffswitch-left,
.step3 .onoffswitch .onoffswitch-wrapper .onoffswitch-text.onoffswitch-left,
.step4 .onoffswitch .onoffswitch-wrapper .onoffswitch-text.onoffswitch-left {
	padding-left: 8px
}

.is-restaurant-list .onoffswitch .onoffswitch-wrapper .onoffswitch-text.onoffswitch-right,
.step3 .onoffswitch .onoffswitch-wrapper .onoffswitch-text.onoffswitch-right,
.step4 .onoffswitch .onoffswitch-wrapper .onoffswitch-text.onoffswitch-right {
	padding-right: 8px
}

.is-restaurant-list .onoffswitch .onoffswitch-inner:after,
.is-restaurant-list .onoffswitch .onoffswitch-inner:before,
.step3 .onoffswitch .onoffswitch-inner:after,
.step3 .onoffswitch .onoffswitch-inner:before,
.step4 .onoffswitch .onoffswitch-inner:after,
.step4 .onoffswitch .onoffswitch-inner:before {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: block;
	float: left;
	height: 32px;
	padding: 0;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box
}

.is-restaurant-list .onoffswitch .onoffswitch-width,
.step3 .onoffswitch .onoffswitch-width,
.step4 .onoffswitch .onoffswitch-width {
	display: flex;
	height: 0;
	overflow: hidden
}

.is-restaurant-list .onoffswitch .onoffswitch-width .onoffswitch-text,
.step3 .onoffswitch .onoffswitch-width .onoffswitch-text,
.step4 .onoffswitch .onoffswitch-width .onoffswitch-text {
	padding-left: 10px;
	white-space: nowrap
}

.is-restaurant-list .onoffswitch .onoffswitch-checkbox:not(:checked)+.onoffswitch-label .onoffswitch-wrapper,
.step3 .onoffswitch .onoffswitch-checkbox:not(:checked)+.onoffswitch-label .onoffswitch-wrapper,
.step4 .onoffswitch .onoffswitch-checkbox:not(:checked)+.onoffswitch-label .onoffswitch-wrapper {
	transform: translateX(34px) translateX(-50%)
}

.is-restaurant-list .onoffswitch .onoffswitch-switch,
.step3 .onoffswitch .onoffswitch-switch,
.step4 .onoffswitch .onoffswitch-switch {
	width: 20px;
	height: 20px;
	margin: auto 8px;
	background: #fff;
	border-radius: 20px;
	transition: all .3s ease-in 0s;
	box-shadow: 0 2px 2px 0 hsla(0, 0%, 43%, .5)
}

.step3 .utility-bottom-navigation .utility-bottom-bar {
	background-color: #fff;
	height: 72px
}

@media (min-width:1004px) {
	.step3 .utility-bottom-navigation .utility-bottom-bar {
		padding: 0;
		border-top: 0
	}
}

.step3 .utility-bottom-navigation .utility-bottom-bar.basket-status-empty {
	display: none
}

@media (min-width:1004px) {
	.step3 .utility-bottom-navigation .utility-bottom-bar.basket-status-empty {
		display: block
	}
}

.is-restaurant-list .utility-bottom-bar .btn {
	margin: 10px!important
}

.mapmode-panel {
	padding: 0;
	width: 100%;
	display: block;
	background-color: #fff;
	position: fixed;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0
}

@media (min-width:1004px) {
	.mapmode-panel {
		top: 272px
	}
}

.mapmode-panel .profile {
	border-radius: 30px;
	border: 3px solid #fff;
	width: 60px;
	height: 60px
}

.map-view__canvas {
	width: 100%;
	height: 100%;
	display: block
}

.map-view__back-to-list-button {
	display: none;
	position: absolute;
	top: 10px;
	z-index: 50;
	left: 50%
}

.map-view__back-to-list-button .inner-container {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
	left: -50%;
	line-height: 40px;
	padding: 0 20px;
	background: #fff;
	font-size: 12px;
	color: #192837;
	cursor: pointer
}

.map-view__back-to-list-button.show-button {
	display: inline-block
}

.clustered-pins div {
	font-family: 'Open Sans', sans-serif!important;
	font-size: 16px!important;
	color: #8C4B37!important
}

.step2 .mapmode-panel .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	display: none
}

@media (min-width:1004px) {
	.step2 .mapmode-panel .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
		display: block;
		bottom: unset!important
	}
}

.takeaway-switcher {
	float: right
}

.takeaway-switcher label {
	vertical-align: top
}

.takeaway-switcher .active {
	border-bottom: 1px solid #ccc;
	cursor: none
}

.takeaway-switcher dt:hover {
	cursor: pointer;
	border-bottom: 1px solid #ccc
}

.takeaway-switcher .switcher {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 54px;
	user-select: none
}

.takeaway-switcher .switcher input {
	display: none
}

.takeaway-switcher dt {
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px
}

.switch-pickup {
	display: none
}

.step2 .takeaway-switcher,
.step3 .takeaway-switcher {
	position: fixed;
	left: -500px;
	top: 0
}

.switcher__indicator:after {
	top: 0;
	background-color: #8C4B37;
	border-radius: 50%;
	animation-name: b;
	animation-duration: .2s;
	width: 20px;
	height: 20px
}

.switcher__indicator:after,
.switcher__indicator:before {
	content: "";
	position: absolute;
	left: 0;
	transition: all .2s ease
}

.switcher__indicator:before {
	top: 2px;
	width: 50px;
	height: 16px;
	background-color: #eee;
	border-radius: 20px;
	box-shadow: inset 2px 1px 1px rgba(0, 0, 0, .21)
}

input:checked+.switcher__indicator:after {
	transform: translateX(30px);
	animation-duration: .2s
}

input:disabled+.switcher__indicator:after,
input:disabled+.switcher__indicator:before {
	background-color: #e5e5e5
}

@keyframes b {
	0%,
	to {
		top: 0
	}
}

.toast-close:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	display: block;
	top: 13px;
	right: 10px;
	font-size: 15px;
	cursor: pointer;
	padding-left: 5px
}

.toast-close:hover {
	color: #ccc
}

.dpToast {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 12px;
	border-radius: 5px;
	z-index: 200;
	background-color: rgba(58, 58, 58, .8);
	color: #fff;
	font-size: 1rem;
	position: fixed;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	width: 90%
}

@media (min-width:1004px) {
	.dpToast {
		margin-left: auto;
		margin-right: auto;
		font-size: 1.2em;
		padding: 20px;
		width: 60%;
		max-width: 750px
	}
}

.step5 .main {
	padding-top: 0
}

.step5 .orderconfirmationbutton {
	display: none;
	position: absolute;
	top: 10px;
	right: 5%;
	background-color: hsla(0, 0%, 100%, .8);
	padding: 5px;
	width: auto;
	max-width: 300px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	border-radius: 5px;
	margin: 0 auto;
	z-index: 1
}

.step5 .userinfomappanel {
	position: relative;
	border-radius: 6px;
	margin-top: 10px;
	padding: 12px;
	color: #fff;
	width: 180px;
	height: 80px;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .2);
	background-color: #192837
}

.step5 .userinfomappanel .marker {
	position: absolute;
	top: -10px;
	left: 82px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #192837
}

.step5 .userinfomappanel .profile {
	border-radius: 30px;
	border: 3px solid #0953bd;
	width: 60px;
	height: 60px
}

.step5 .userinfomappanel a {
	color: #fff;
	text-decoration: underline
}

.step5 .restaurantinfopanel {
	position: relative;
	border-radius: 8px;
	margin-top: 10px;
	padding: 12px;
	background-color: #fff;
	color: #261e1e;
	width: 200px;
	transition: opacity .2s linear;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .2)
}

.step5 .restaurantinfopanel .restaurantlogo img {
	height: 100%;
	width: 100%;
	max-height: 100px
}

.step5 .restaurantinfopanel .marker {
	border-bottom: 10px solid #fff;
	left: 92px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -10px;
	width: 0;
	height: 0
}

.step5 .orderconfirmation {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%
}

.step5 .orderconfirmation .restaurant {
	min-height: 0;
	position: relative
}

.step5 .orderconfirmation .restaurant:hover {
	background: none;
	box-shadow: none
}

.step5 .orderconfirmation .closebtnicon:after {
	content: "\E918";
	font-family: fontello;
	float: right;
	top: 10px;
	right: 10px;
	color: #888
}

.step5 .orderconfirmation .toggleoverview {
	margin-bottom: 10px
}

.step5 .orderconfirmation .restaurantinfofavo {
	width: 8.33%;
	margin-left: 10px
}

.step5 .orderconfirmation .restaurantinfofavo .favo {
	position: relative;
	bottom: auto;
	left: auto;
	padding: 0;
	border: 1px solid #eee;
	background-color: #fff;
	background-image: url(/images/icons/favo.png);
	background-repeat: no-repeat;
	background-position: 50%;
	width: 30px;
	box-shadow: none;
	color: transparent
}

.step5 .orderconfirmation .restaurantinfofavo .favo.selected {
	background-image: url(/images/icons/favo_selected.png)
}

.step5 .orderconfirmation .logo {
	width: auto;
	max-height: 160px;
	height: 100%;
	margin: 0
}

.step5 .orderconfirmation .restaurant .logo img {
	border: 1px solid #eee;
	border-radius: 5px;
	max-height: 160px
}

.step5 .orderconfirmation .wrap {
	position: relative;
	width: 90%;
	max-width: 650px;
	min-width: 280px;
	background-color: #fff;
	border-radius: 4px;
	margin: 110px auto 0;
	padding: 18px;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, .2)
}

.step5 .orderconfirmation h1 {
	font-size: 18px
}

@media (min-width:1004px) {
	.step5 .orderconfirmation h1 {
		font-size: 24px
	}
}

.step5 .orderconfirmation p {
	font-size: 13px
}

@media (min-width:1004px) {
	.step5 .orderconfirmation p {
		font-size: 15px
	}
}

.step5 .orderconfirmation .reference {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.step5 .main .wrapper {
	position: relative
}

.step5 .main.mapview {
	margin-top: 58px
}

@media (min-width:1004px) {
	.step5 .main.mapview {
		margin-top: 0
	}
}

.step5 .tweet {
	position: absolute;
	float: right;
	text-align: right
}

@media (min-width:1004px) {
	.step5 .tweet {
		position: relative;
		text-align: inherit
	}
}

@media (min-width:1004px) {
	.step4 .ipaymentdetails {
		width: 50%
	}
}

.step4 .ipaymentdetails .closebtnicon {
	display: none
}

.step4 .ipaymentdetails .button-form-blue {
	margin-top: 16px
}

.step4 .ibussinesspaymentdetails .button-form-blue,
.step4 .ipaymentdetails .button-form-blue {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	position: relative;
	border-radius: 3px;
	padding: 0 8px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	background-color: #192837;
	height: 40px;
	text-transform: uppercase;
	margin-bottom: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 13px;
	width: auto
}

.step4 .ibussinesspaymentdetails .button-form-blue {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	line-height: 40px
}

@media (max-width:1279px) {
	.step5 .orderconfirmation .wrap {
		margin-top: 40px
	}
	.step5 .orderconfirmation .wrap .restaurant .logo {
		max-width: 110px
	}
}

@media screen and (orientation:landscape) and (max-height:700px) {
	.step5 .orderconfirmation .wrap {
		margin-top: 5px
	}
	.step5 .orderconfirmation .wrap .restaurant .logo {
		max-width: 80px
	}
}

.tkwy-food-tracker-dialog {
	margin-top: 35px;
	position: absolute!important
}

.step5.foodtracker {
	background-color: #fff
}

.step5.foodtracker .content {
	padding: 10px 15px
}

@media (min-width:570px) {
	.step5.foodtracker .content {
		padding: 10px 20px
	}
}

.step5.foodtracker .content .ordersummary .euro2020__wrapper {
	padding-bottom: 26px
}

.step5.foodtracker .content .ordersummary .euro2020__banner {
	width: 100%;
	min-height: 130px;
	background-image: url(/images/promo/euro2020/UEFA_BG.svg);
	background-size: cover;
	background-position-y: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

@media (max-width:569px) {
	.step5.foodtracker .content .ordersummary .euro2020__banner {
		min-height: 120px
	}
}

.step5.foodtracker .content .ordersummary .euro2020__banner--texts {
	margin-right: 20%;
	line-height: 1.1
}

@media (max-width:569px) {
	.step5.foodtracker .content .ordersummary .euro2020__banner--texts {
		margin-right: 20px
	}
}

.step5.foodtracker .content .ordersummary .euro2020__banner--texts .maintext {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px
}

.step5.foodtracker .content .ordersummary .euro2020__banner--texts .subtext {
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.43
}

.step5.foodtracker .content .ordersummary .euro2020__banner--logo {
	margin: 25px 30px 25px 20%
}

@media (max-width:569px) {
	.step5.foodtracker .content .ordersummary .euro2020__banner--logo {
		margin: 20px
	}
}

.step5.foodtracker .content .ordersummary .euro2020__banner--logo .euro2020logo {
	width: 70.23px;
	height: 80px
}

.step5.foodtracker .content .ordersummary .ls__wrapper {
	padding-bottom: 24px
}

.step5.foodtracker .content .ordersummary .ls__banner {
	width: 100%;
	color: #fff;
	background-color: #0a3847;
	display: flex;
	align-items: center
}

.step5.foodtracker .content .ordersummary .ls__banner--texts {
	margin-right: 22px;
	line-height: 1
}

.step5.foodtracker .content .ordersummary .ls__banner--texts .maintext {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 22px
}

@media (max-width:569px) {
	.step5.foodtracker .content .ordersummary .ls__banner--texts .maintext {
		font-size: 16px
	}
}

.step5.foodtracker .content .ordersummary .ls__banner--texts .subtext {
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	line-height: 2
}

.step5.foodtracker .content .ordersummary .ls__banner--logo {
	margin: 16px 16px 16px 22px
}

@media (max-width:569px) {
	.step5.foodtracker .content .ordersummary .ls__banner--logo {
		display: none
	}
}

.step5.foodtracker .content .ordersummary .ls__banner--logo-mobile {
	margin: 6px 28px 6px 24px
}

@media (min-width:570px) {
	.step5.foodtracker .content .ordersummary .ls__banner--logo-mobile {
		display: none
	}
}

.step5.foodtracker .scoober-tracker {
	overflow: hidden;
	width: 100%
}

.step5.foodtracker strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.step5.foodtracker .cta,
.step5.foodtracker .hero,
.step5.foodtracker .subnavigation {
	display: none
}

.step5.foodtracker .ordersummary {
	margin: 0 auto;
	max-width: 630px
}

.step5.foodtracker .ordersummary .orderoverview {
	position: relative;
	margin: 44px 0 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

@media (min-width:570px) {
	.step5.foodtracker .ordersummary .orderoverview {
		margin: 54px 0 25px
	}
}

.step5.foodtracker .ordersummary .orderoverview__restaurant-image-container {
	position: absolute;
	left: 50%;
	width: 88px;
	height: 88px;
	top: -44px
}

@media (min-width:570px) {
	.step5.foodtracker .ordersummary .orderoverview__restaurant-image-container {
		width: 108px;
		height: 108px;
		top: -54px
	}
}

.step5.foodtracker .ordersummary .orderoverview__restaurant-image-container-inner {
	position: relative;
	left: -50%;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	background: #fff;
	overflow: hidden;
	height: 100%
}

.step5.foodtracker .ordersummary .orderoverview__restaurant-image-container .restaurant-image {
	position: relative;
	max-width: 70px;
	max-height: 48px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	display: block
}

@media (min-width:570px) {
	.step5.foodtracker .ordersummary .orderoverview__restaurant-image-container .restaurant-image {
		max-width: 90px;
		max-height: 62px
	}
}

.step5.foodtracker .ordersummary .orderoverview__content {
	background: #f8f5f2;
	padding: 59px 19px 0;
	width: 100%
}

.step5.foodtracker .ordersummary .orderoverview__content-top {
	margin: 0 0 9px
}

.step5.foodtracker .ordersummary .orderoverview__content-top-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
	width: calc(100% - 44px);
	font-size: 18px;
	line-height: 1.22;
	color: #0a3847;
	margin: 10px 0 0;
	min-height: 40px
}

.step5.foodtracker .ordersummary .orderoverview__content-top-favorite {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #d8d8d8;
	text-align: center;
	position: absolute;
	border-radius: 2px
}

.step5.foodtracker .ordersummary .orderoverview__content-top-favorite .favorite-icon {
	cursor: pointer;
	background-image: url(/assets/images/icons/icon_unfav.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: inline-block;
	width: 100%;
	height: 100%
}

.step5.foodtracker .ordersummary .orderoverview__content-top-favorite .favorite-icon.selected {
	background-image: url(/assets/images/icons/icon_fav.svg)
}

.step5.foodtracker .ordersummary .orderoverview__content-products {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #0a3847;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 24px
}

.step5.foodtracker .ordersummary .orderoverview__content-products .product {
	max-width: calc(100% - 44px)
}

.step5.foodtracker .ordersummary .orderoverview__content-products .product__main {
	display: flex
}

.step5.foodtracker .ordersummary .orderoverview__content-products .product__main-amount {
	width: 30px
}

.step5.foodtracker .ordersummary .orderoverview__content-products .product__sidedishes {
	color: #666;
	font-size: 12px;
	margin: 0 0 0 30px
}

.step5.foodtracker .ordersummary .orderoverview__content-products .product__remark {
	color: #666;
	margin: 0 0 0 30px;
	background: #d7d7d7;
	padding: 0 0 0 10px
}

.step5.foodtracker .forgot-something {
	text-align: center;
	margin: 0 0 25px
}

.step5.foodtracker .forgot-something__text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #0a3847;
	font-size: 16px;
	line-height: 1.5;
	height: 24px
}

.step5.foodtracker .forgot-something__link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #8C4B37;
	font-size: 14px;
	line-height: 1.86;
	height: 26px
}

.step5.foodtracker .foodtracker__icon {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	position: absolute;
	right: 14px;
	top: calc(72px + 50vh - 40px - 16px);
	z-index: 11;
	cursor: pointer;
	background-color: #fff
}

@media (min-width:570px) {
	.step5.foodtracker .foodtracker__icon {
		top: 416px
	}
}

@media (min-width:1004px) {
	.step5.foodtracker .foodtracker__icon {
		top: 466px
	}
}

.step5.foodtracker .foodtracker__icon:hover {
	border: 1px solid #8C4B37
}

.step5.foodtracker .foodtracker__icon:hover .foodtracker__icon-svg-path {
	fill: #8C4B37
}

.step5.foodtracker .foodtracker__icon-svg {
	width: 15px;
	height: 19px
}

.strength-box {
	width: 100%
}

.strength-box .progress {
	width: 100%;
	height: 4px
}

.strength-box .progress-bar-parent {
	background: #d7d7d7;
	margin: 2px 0 0;
	overflow: hidden;
	position: relative;
	border-radius: 2px
}

.strength-box .progress-bar-parent .progress-bar {
	left: 0;
	position: absolute;
	top: 0
}

.button-margin-top,
.strength-box.adjusted-margin {
	margin-top: 10px
}

.input-error {
	display: none;
	color: red;
	line-height: 1em
}

.strength-level1,
.strength-level2,
.strength-level3 {
	background: #ff4246
}

.strength-level4,
.strength-level5 {
	background: #10d365
}

.strength-level6 {
	background: #1a9025
}

.preference-form .btn-small-disabled {
	border-bottom-color: #bbb!important;
	background-color: #f0f0f0!important;
	color: #bbb!important;
	text-shadow: none!important;
	cursor: not-allowed!important
}

.myaccount-body {
	background-color: #fff!important
}

.content-myaccount .nawlabel {
	margin: 12px 0 0
}

@media (min-width:1004px) {
	.content-myaccount .nawlabel {
		margin-bottom: 5px;
		font-size: 15px
	}
}

.content-myaccount .myaccount-customer-email :disabled {
	background: #ebebeb
}

.content-myaccount .pulldown_form select,
.modalpanel select {
	position: relative;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #cfcac4;
	border-radius: 3px;
	background-color: #fff
}

.content-myaccount .off-02 {
	margin-left: 4.33%
}

@media (max-width:1003px) {
	.content-myaccount .off-02 {
		margin-left: 0
	}
}

.content-myaccount.myaccount-listing {
	position: relative;
	width: 100%
}

.content-myaccount.myaccount-listing .button {
	box-shadow: none
}

.content-myaccount .content-inner .myaccountrows .details {
	text-align: right
}

.orders {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc
}

.price {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #192837;
	font-size: 16px;
	display: block;
	padding-bottom: 25px
}

.show-all-link {
	width: 100%;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 10px
}

.button.button-link {
	width: auto!important
}

.no-price {
	margin-top: 43px
}

.myorderhistory.no-heading {
	margin-top: 20px
}

.myorderhistory.nothing-found {
	margin-top: 10px;
	margin-bottom: 30px
}

@media (min-width:1004px) {
	.content-myaccount input,
	.content-myaccount textarea {
		line-height: 24px;
		z-index: auto
	}
}

.content-myaccount [type=email],
.content-myaccount [type=password],
.content-myaccount [type=text] {
	border: 1px solid #cfcac4!important
}

.content-myaccount .details-button {
	margin-top: 20px
}

.content-myaccount h2 {
	padding: 0;
	margin: 0
}

.content-myaccount .myaccount-errors {
	list-style-type: none
}

.content-myaccount .notificationalert {
	margin-top: 15px;
	margin-bottom: 0
}

.moredetails {
	padding-top: 20px;
	margin: 0 auto;
	margin-bottom: 24px;
	border-radius: 8px
}

.moredetails strong {
	margin-bottom: 12px;
	display: block;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 12px;
	font-size: 1.1em
}

.moredetails table,
.moredetails table tr,
.moredetails table tr td {
	border: 0
}

.moredetails .reorderdiv,
.moredetails table tr .deliverycosts,
.moredetails table tr .paymentmethod,
.moredetails table tr .totalcosts,
.moredetails table tr td:last-child {
	text-align: right
}

.myaccountrow .logo {
	text-align: center
}

.myaccountrow .menucard {
	text-align: right
}

.myorderhistory .restaurant .detailswrapper .details .delivery {
	text-align: left
}

.my-favorite {
	position: relative;
	cursor: inherit
}

.my-favorite .restaurantname {
	max-width: calc(100% - 19px - 5px);
	overflow: hidden;
	text-overflow: ellipsis
}

.favorite-myaccount {
	position: absolute;
	top: 0;
	right: 0
}

.favorite-myaccount .restaurantlogo-heart {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 10px
}

.favorite-myaccount .restaurantlogo-heart.selected:before,
.favorite-myaccount .restaurantlogo-heart:before {
	font-family: fontello;
	font-size: 17px;
	content: "\e979"
}

.favorite-myaccount .restaurantlogo-heart:before {
	color: #0a3847
}

.favorite-myaccount .restaurantlogo-heart.selected:before {
	color: #8C4B37
}

@media (min-width:1004px) {
	.button-link {
		margin-top: 90px
	}
}

.myaddresses .button-icon-edit,
.myaddresses .button-icon-trash {
	width: 35px!important;
	height: 35px!important;
	padding: 0!important
}

.myaddresses .button-icon-edit:before {
	font-family: fontello;
	content: ""
}

.myaddresses .button-icon-trash:before {
	font-family: fontello;
	content: ""
}

.myaddresses .button-restaurants {
	margin-left: 10px
}

.popupdiv-myaccount {
	color: #0a3847;
	border: 0;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 99;
	text-align: left;
	min-width: 280px;
	max-width: 560px;
	width: 94%;
	background-color: #fff
}

.new-blackout {
	position: absolute;
	height: 100%;
	width: 100%
}

.modalpanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 50;
	display: none
}

.modalpanel .madalpanel-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 15;
	border-bottom: 4px solid #8C4B37;
	transition: none
}

@media (min-width:1004px) {
	.modalpanel .madalpanel-inner {
		width: 500px;
		margin: 5% auto;
		left: 0;
		right: 0
	}
}

@media (max-width:1003px) {
	.modalpanel .madalpanel-inner {
		height: 100%
	}
	.modalpanel .madalpanel-inner .modal-content {
		overflow: unset
	}
	.modalpanel .madalpanel-inner .grid-11 {
		margin-bottom: 12px
	}
	.modalpanel .madalpanel-inner .off-02 {
		margin-left: 0
	}
}

.modalpanel .madalpanel-inner .button {
	box-shadow: none
}

.modalpanel .modal-wrapper {
	position: relative;
	background-color: #fff;
	transition: none
}

.modalpanel .modal-title {
	position: relative;
	background: #8C4B37;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin-bottom: 24px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.modalpanel .modal-title .modal-close {
	position: absolute;
	padding: 20px;
	right: 0;
	font-size: 20px;
	cursor: pointer
}

.modalpanel .modal-title .modal-close:before {
	display: block;
	position: relative;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.modalpanel .modal-title .modal-close:hover {
	color: #ccc
}

.modalpanel .modal-content {
	margin: 0 24px;
	padding-bottom: 24px;
	overflow: auto
}

.modalpanel .modal-content .button_form {
	margin-top: 24px
}

.content-myaccount .content-inner-headline.util-no-margin {
	margin: 0
}

.content-myaccount .content-inner-headline .headline {
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left
}

.content-myaccount .content-inner-loyalty-points {
	position: absolute;
	top: -110px;
	right: 0
}

@media (min-width:1004px) {
	.content-myaccount .content-inner-loyalty-points {
		top: -40px
	}
}

.content-myaccount .content-inner-loyalty-points .user-bonus-coins {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	background: #8C4B37;
	text-decoration: none
}

.content-myaccount .content-inner-loyalty-points .user-bonus-coins:active,
.content-myaccount .content-inner-loyalty-points .user-bonus-coins:focus,
.content-myaccount .content-inner-loyalty-points .user-bonus-coins:hover {
	color: #fff
}

.content-myaccount .content-inner-loyalty-points .user-bonus-coins .loyalty-points-account-page-icon:before {
	font-family: fontello;
	font-weight: 400;
	content: "";
	display: inline-block;
	margin: -5px 10px -5px 0;
	font-size: 22px
}

.content-myaccount .content-inner-loyalty-points .user-bonus-coins .loyalty-points-account-page-points {
	margin: 0 .34rem
}

.content-myaccount .content-inner-loyalty-points .user-bonus-coins .loyalty-points-account-page-points.tv-spinner__background-circle {
	font-size: 20px;
	border-width: 3px
}

.content-myaccount .content-inner-loyalty-points .user-bonus-coins img {
	width: 17px;
	margin-top: -5px
}

.content-myaccount .content-inner-loyalty-points .coins-desktop {
	display: none
}

@media (min-width:1004px) {
	.content-myaccount .content-inner-loyalty-points .coins-desktop {
		display: flex
	}
	.content-myaccount .content-inner-loyalty-points .coins-mobile {
		display: none
	}
}

.myaccountpages .content-inner {
	position: relative;
	margin: 0 auto;
	max-width: 1240px;
	height: 100%;
	padding: 0 10px 60px
}

@media (min-width:1004px) {
	.myaccountpages .content-inner {
		padding: 0
	}
}

.myaccountpages .navigation-menu {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #f1f0f0;
	border-radius: 3px;
	padding: 3px 10px
}

@media (min-width:1004px) {
	.myaccountpages .navigation-menu {
		display: none
	}
}

.myaccountpages .navigation-menu:after {
	content: "+";
	font-family: fontello;
	float: right
}

.myaccountpages .content-myaccount h1 {
	text-transform: uppercase
}

.myaccountpages .tabs-inforating {
	margin-top: 10px;
	padding: initial
}

@media (min-width:1004px) {
	.myaccountpages .tabs-inforating {
		margin-top: 50px;
		border-right: 1px solid #eee;
		padding: 0 0 0 17px
	}
}

.myaccountpages .tabs-inforating .navigation {
	position: relative
}

.myaccountpages .tabs-inforating .navigation ul {
	display: none;
	width: 100%
}

@media (min-width:1004px) {
	.myaccountpages .tabs-inforating .navigation ul {
		display: block;
		margin-right: 20px;
		border: 0;
		width: 94%
	}
}

.myaccountpages .tabs-inforating .navigation ul.show {
	display: block;
	position: absolute;
	z-index: 4;
	background-color: #fff;
	border: 4px solid #f1f0f0;
	border-top: 0;
	top: 39px;
	padding: 10px
}

.myaccountpages .tabs-inforating .navigation ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
	margin: 0 0 4px;
	border-radius: 3px;
	padding-left: 20px
}

.myaccountpages .tabs-inforating .navigation ul li.active,
.myaccountpages .tabs-inforating .navigation ul li:hover {
	background-color: #eee
}

.myaccountpages .tabs-inforating .navigation ul li:first-child {
	margin-left: 0
}

.myaccountpages .tabs-inforating .navigation ul li a {
	display: block;
	padding: 0;
	font-size: 12px
}

@media (min-width:1004px) {
	.myaccountpages .tabs-inforating .navigation ul li a {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 15px
	}
}

.myaccountpages .tabs-inforating .navigation ul li.active a {
	color: #000
}

.myaccountpages .tabs-inforating .navigation ul li.active:after {
	content: none
}

.myaccount-title-padding {
	padding: 15px 0
}

.myaccountpages .content-inner-headline {
	margin-top: 0;
	position: relative;
	padding-bottom: 60px
}

@media (min-width:1004px) {
	.myaccountpages .content-inner-headline {
		margin-top: 60px;
		padding-left: 2%
	}
}

.avatar {
	text-align: center;
	margin-bottom: 12px
}

.avatar img {
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 5px
}

.myaccountpages .myaccount-breakline {
	border: 0;
	height: 3px;
	color: #ebebeb;
	background-color: #ebebeb;
	margin-top: 20px
}

.myaccountpages .personal-text {
	background-color: #ebebeb;
	border-radius: 2px;
	background-clip: padding-box;
	padding: 3px 7px
}

.myaccountpages .preference-form .radiobutton_form {
	display: inline-block;
	padding-right: 5px
}

.myaccountpages .preference-form .radiobutton_form:last-child {
	margin-left: 40px
}

.myaccountpages .preference-form .radiobutton_form [type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	opacity: 1;
	padding-right: 5px
}

.myaccountpages .preference-form .checkbox-inline {
	min-height: 50px;
	max-height: inherit;
	height: auto
}

.myaccountpages .preference-form .checkbox-inline span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	min-height: 50px;
	height: auto
}

.myaccountpages .preference-form .checkbox-inline span:before {
	margin-right: 18px!important
}

.myaccountpages .restaurant .detailswrapper .sub-title {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	line-height: 20px;
	margin: 0 0 4px
}

@media (min-width:1004px) {
	.myaccountpages .restaurant .detailswrapper .sub-title {
		margin: 0 0 8px
	}
}

.myaccount-body .content-inner-headline .first {
	padding: 0 0 15px
}

.menucard-meal__sidedish-button {
	position: absolute;
	right: 0
}

@media (min-width:570px) {
	.menucard-meal__sidedish-button {
		flex: 0 0 40px;
		position: static
	}
}

.menucard-meal__sidedish-button:before {
	font-family: fontello;
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-radius: 0 2px 0 0;
	color: #192837;
	font-size: 16px;
	text-align: center;
	content: "\E99B"
}

.menucard-meal__sidedish-button--expand:before {
	color: #0a3847;
	content: "\E99C";
	font-size: .7rem
}

.restaurant-logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

@media (min-width:1004px) {
	.restaurant-logo {
		width: calc(100% - 344px)
	}
}

.restaurant-logo__container {
	height: 107px;
	width: 107px;
	top: -53px;
	position: absolute;
	z-index: 2;
	left: 50%
}

@media (min-width:1004px) {
	.restaurant-logo__container {
		width: 130px;
		height: 130px;
		top: -65px
	}
}

.restaurant-logo__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: -50%;
	position: relative
}

.restaurant-logo img {
	max-height: 60px;
	max-width: 87px
}

@media (min-width:1004px) {
	.restaurant-logo img {
		max-height: 72px;
		max-width: 104px
	}
}

.menucard-main {
	width: 100%
}

@media (min-width:1004px) {
	.menucard-main {
		width: calc(100% - 344px);
		min-height: calc(100% - 200px - 72px)
	}
}

.meal-button {
	display: flex;
	flex-direction: column
}

.menucard-listing .menucard-container {
	max-width: 1130px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px
}

@media (min-width:1004px) {
	.menucard-listing .menucard-container {
		padding: 0 24px
	}
}

.menucard-listing .tooltip {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 18px;
	border-radius: 5px;
	z-index: 200;
	background-color: rgba(58, 58, 58, .8);
	color: #fff;
	font-size: 14px;
	position: fixed;
	bottom: 120px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	width: 90%
}

@media (min-width:1004px) {
	.menucard-listing .tooltip {
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		padding: 20px;
		width: 50%
	}
}

.menucard-listing .tooltip .link {
	color: #8C4B37
}

.menucard-listing .menu-menucard {
	width: 100%;
	padding-top: 53px
}

@media (min-width:1004px) {
	.menucard-listing .menu-menucard {
		padding-top: 0
	}
}

.menucard-listing .menu-menucard .no_products_found {
	display: none;
	text-align: center;
	max-width: 75%;
	font-size: 15px;
	margin: 15vh auto 40px
}

.menucard-listing .menu-menucard .no_products_found .icon-ta-search-icon:before {
	content: "\e96e"
}

.menucard-listing .menu-menucard .no_products_found_text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #0a3847;
	margin: 14px 0 24px
}

.menucard-listing .menu-menucard .no_products_found .reset-product-search {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #d7d7d7;
	color: #192837;
	width: 226px;
	height: 48px;
	border-radius: 2px
}

.menucard-listing .menu-menucard .no_products_found .reset-product-search:hover {
	cursor: pointer;
	background-color: #0953bd;
	color: #fff
}

.menucard-listing .menu-categories-scrolling .social.social-extra {
	display: none
}

.menucard-listing .menucard-notification .restaurant-name h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
	font-size: 26px;
	line-height: 28px;
	margin: 0;
	color: #0a3847;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 89px - 24px)
}

@media (min-width:1004px) {
	.menucard-listing .menucard-notification .restaurant-name h1 {
		max-width: calc(50% - 65px - 24px - 24px);
		margin: 17px 0 0
	}
}

.menucard-listing .menucard-notification .favorite-icon {
	background-image: url(/assets/images/icons/ic_empty_fav.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 17px;
	cursor: pointer
}

.menucard-listing .menucard-notification .favorite-icon.selected {
	background-image: url(/assets/images/icons/ic_fav.svg)
}

.menucard-listing .menucard-notification .info-and-fav {
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ebebeb;
	display: inline-flex;
	height: 48px;
	line-height: 46px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 0
}

@media (min-width:1004px) {
	.menucard-listing .menucard-notification .info-and-fav {
		top: 23px;
		right: 24px
	}
}

.menucard-listing .menucard-notification .info-and-fav .fav,
.menucard-listing .menucard-notification .info-and-fav .info {
	justify-content: center;
	width: 48px;
	height: 46px;
	color: #0a3847
}

.menucard-listing .menucard-notification .info-and-fav .info {
	border-right: 1px solid #ebebeb;
	background-image: url(/assets/images/icons/ic_info.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 5px 16px;
	cursor: pointer
}

.menucard-listing .menucard-notification .review-rating {
	max-width: calc(100% - 89px - 24px);
	margin-bottom: 12px;
	padding: 0
}

@media (min-width:1004px) {
	.menucard-listing .menucard-notification .review-rating {
		margin-bottom: 16px
	}
}

.menucard-listing .menucard-notification .review-rating .review-stars {
	margin-right: 5px
}

.menucard-listing .menucard-notification .review-rating .rating-total {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	display: inline-block;
	color: #666
}

.menucard-listing .menucard-notification .review-rating .rating-total .review-link {
	color: #8C4B37
}

.menucard-listing .menucard-notification .review-rating .review-stars-range:before,
.menucard-listing .menucard-notification .review-rating .review-stars:before {
	display: inline-block;
	font-size: 15px;
	height: auto;
	line-height: 17px
}

.menucard-listing .menucard-notification .restaurant-notice,
.menucard-listing .menucard-notification .restaurant-stampcard {
	position: relative;
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden
}

@media (min-width:1280px) {
	.menucard-listing .menucard-notification .restaurant-notice,
	.menucard-listing .menucard-notification .restaurant-stampcard {
		font-size: 14px
	}
}

.menucard-listing .menucard-notification .restaurant-info {
	max-width: 738px;
	margin-bottom: 16px
}

@media (min-width:1004px) {
	.menucard-listing .menucard-notification .restaurant-info {
		margin-bottom: 24px
	}
}

@media (max-width:1003px) {
	.step3.activesmartbanner .lightbox {
		margin-top: 80px
	}
}

@media (max-width:1003px) {
	.step3.activesmartbanner.fullscreen .menu-categories-wrapper.visible {
		margin-top: 184px!important
	}
}

.wrapper-inforating-tabs .tabs {
	line-height: 2.8
}

@media (min-width:1004px) {
	.wrapper-inforating-tabs .tabs {
		background-color: #fff;
		display: block;
		height: 65px;
		left: 255px;
		margin: 0 auto;
		position: absolute;
		right: 320px
	}
}

.wrapper-inforating-tabs .tabs ul {
	border-bottom: 1px solid hsla(33, 10%, 79%, .5);
	display: inline-block;
	height: auto;
	width: 100%
}

.wrapper-inforating-tabs .tabs li {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	padding: 8px
}

@media (min-width:1004px) {
	.wrapper-inforating-tabs .tabs li {
		font-size: 15px
	}
}

.wrapper-inforating-tabs .tabs li a {
	color: #0a3847;
	padding: 8px;
	background: #fff
}

.wrapper-inforating-tabs .tabs li.active,
.wrapper-inforating-tabs .tabs li:hover {
	border-bottom: 2px solid #8C4B37
}

.wrapper-inforating-tabs .tabs li.active a,
.wrapper-inforating-tabs .tabs li:hover a {
	color: #8C4B37
}

.menu-categories-wrapper {
	position: relative;
	overflow: hidden;
	flex: 0 0 255px;
	padding: 0 16px;
	display: inline-block
}

@media (min-width:1004px) {
	.menu-categories-wrapper {
		flex: 0 0 275px;
		margin-top: 0
	}
}

.menu-meals {
	position: relative
}

@media (min-width:1004px) {
	.menu-meals {
		margin-bottom: 55px
	}
}

@media (min-width:1004px) {
	.menu-meals.has-imprint {
		margin-bottom: 15px
	}
}

@media (min-width:1004px) {
	.menu-categories {
		width: 250px
	}
}

.step3 .menu-categories ul {
	position: relative
}

.menu-categories ul:before {
	display: table;
	content: "";
	line-height: 0
}

.menu-categories li {
	width: 95%;
	font-size: 15px;
	padding-left: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1px
}

.menu-categories li a {
	transform: translateZ(0);
	line-height: 1.5;
	display: block;
	text-align: justify;
	cursor: pointer;
	color: #0a3847;
	padding: 8px 0
}

.menu-categories li a.active,
.menu-categories li a:hover {
	color: #192837
}

.menu-categories li a:hover {
	text-decoration: underline
}

.tabs-inforating li:hover,
.tabs-inforating li:hover a {
	color: #8C4B37
}

.tabs-inforating li:after {
	content: "";
	display: block;
	height: 2px;
	margin: auto;
	position: relative;
	top: 10px;
	transform: scale(.1);
	color: #fff
}

.tabs-inforating li:after,
.tabs-inforating li:hover:after {
	width: 100%;
	background: #8C4B37
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (max-width:1003px) {
	.menu-categories-wrapper {
		display: none;
		top: 45px
	}
	.menu-categories-wrapper.visible {
		width: 100%;
		overflow-y: auto;
		position: fixed;
		z-index: 10;
		background-color: #fff;
		height: 100%;
		display: block
	}
}

@media (min-width:1004px) {
	.menu-categories-scrolling {
		width: 239px;
		position: fixed;
		top: 55px;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: scroll
	}
}

.menu-categories::-webkit-scrollbar {
	display: none
}

.menu-category-head img {
	width: 100%
}

@media (min-width:1004px) {
	.menu-category-head img {
		max-height: 200px
	}
}

.placeholder-categoryimage {
	min-height: 12px
}

@media (min-width:1004px) {
	.placeholder-categoryimage {
		min-height: 48px;
		background-color: #fff;
		min-height: 80px;
		background-color: transparent
	}
}

.menu-category-head {
	position: relative
}

.menu-category-head div {
	width: 90%;
	height: 45px;
	line-height: 45px;
	left: 16px;
	padding: 4px 16px;
	display: block;
	background: #f8f5f2;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

@media (min-width:1004px) {
	.menu-category-head div {
		position: absolute;
		bottom: 0;
		display: inline-block
	}
}

.menu-category-head div span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: block;
	margin: 8px 0 16px;
	color: #0a3847;
	font-size: 1.4rem;
	line-height: 1.6em;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.menu-category-description {
	background: #f8f5f2;
	color: #0a3847;
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	padding: 2px 16px;
	position: relative
}

@media (min-width:1004px) {
	.menu-category-description {
		padding: 16px 32px 2px;
		font-size: 15px
	}
}

.menu-category-time-restriction {
	padding-left: 16px;
	padding-top: 16px;
	font-size: 11px;
	color: #9c9c9c
}

@media (min-width:1004px) {
	.menu-category-time-restriction {
		padding-left: 32px;
		padding-bottom: 16px;
		font-size: 12px
	}
}

.menu-meals-group .meal {
	display: flex;
	flex-wrap: wrap;
	padding: 32px 0;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin: 4px 0
}

@media (min-width:1004px) {
	.menu-meals-group .meal {
		width: auto;
		padding: 32px 0
	}
}

.meal:focus,
.meal:hover {
	background: #6A0E0E17;
	box-shadow: 0 1px 1px #cfcac4
}

.meal.meal-sidedish:focus,
.meal.meal-sidedish:hover {
	background: none;
	box-shadow: none
}

.menu-meals-group {
	background-color: #f8f5f2
}

.menu-meals-group .meal .meal-wrapper.productimg {
	width: 63%;
	margin-right: 2%
}

@media (min-width:1004px) {
	.menu-meals-group .meal .meal-wrapper.productimg {
		width: 48%
	}
}

.menu-meals-group .meal .meal-wrapper {
	width: 63%;
	margin-right: 2%
}

@media (min-width:1004px) {
	.menu-meals-group .meal .meal-wrapper {
		width: 83%
	}
}

.menu-meals-group .meal .meal-wrapper .meal-description-texts {
	padding-left: 10px
}

@media (min-width:1004px) {
	.menu-meals-group .meal .meal-wrapper .meal-description-texts {
		padding-left: 20px
	}
}

.menu-meals-group .meal .meal-wrapper .meal-description-texts .meal-description-choose-from {
	margin-top: 8px;
	color: gray
}

.menu-meals-group .meal .meal-wrapper .meal-description-texts .meal-description-attribute-descriptions {
	margin-top: 8px;
	color: #adadad;
	font-size: 11px
}

.menu-meals-group .meal .meal-wrapper .meal-description-texts .meal-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 8px 0 16px;
	color: #0a3847;
	font-size: 1rem;
	line-height: 1.2rem;
	text-align: left;
	word-break: break-word
}

@media (min-width:1004px) {
	.menu-meals-group .meal .meal-wrapper .meal-description-texts .meal-name {
		font-size: 1.1rem;
		line-height: 1.3rem
	}
}

.menu-meals .meal .meal-description-additional-info {
	padding-top: 8px;
	width: auto!important;
	word-break: normal
}

@media (min-width:1004px) {
	.menu-meals .meal .meal-description-additional-info {
		font-size: 15px
	}
}

.menu-meals .meal-add-btn-wrapper.productimg {
	margin: 0 2% 0 auto;
	width: 33%
}

@media (min-width:1280px) {
	.menu-meals .meal-add-btn-wrapper.productimg {
		width: 48%
	}
}

.menu-meals .meal-add-btn-wrapper.productimg .meal-product-img {
	text-align: right;
	width: 100%;
	height: 200px;
	padding-top: 50px
}

@media (min-width:1280px) {
	.menu-meals .meal-add-btn-wrapper.productimg .meal-product-img {
		height: 220px;
		padding-top: 0;
		text-align: center
	}
}

@media (min-width:1004px) {
	.menu-meals .meal-add-btn-wrapper.productimg .meal-product-img {
		height: 270px;
		max-width: 300px
	}
}

.menu-meals .meal-add-btn-wrapper.productimg .meal-product-img .menucardproductimg {
	max-width: 150px;
	max-height: 150px;
	height: auto
}

@media (min-width:1004px) {
	.menu-meals .meal-add-btn-wrapper.productimg .meal-product-img .menucardproductimg {
		max-width: 220px;
		max-height: 220px
	}
}

.menu-meals .meal-add-btn-wrapper {
	width: 100%
}

.menu-meals .meal-add-btn-wrapper .add-btn-icon {
	font-family: 'Open Sans', 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;
	border-radius: 2px
}

.menu-meals .meal-add-btn-wrapper .menu-meal-additions-add:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	display: inline-block;
	margin-left: 6px;
	padding-left: 6px;
	height: 24px;
	line-height: 24px;
	border-left: 1px solid #9fd3e3;
	font-size: 13px
}

@media (min-width:1004px) {
	.category-menu-meals {
		padding: 0 5px
	}
}

.wrapper-inforating-tabs .tabs {
	width: 100vw
}

@media (min-width:1280px) {
	.wrapper-inforating-tabs .tabs {
		max-width: 745px;
		display: block;
		margin: 0 auto
	}
}

@keyframes c {
	0% {
		background-color: #192837;
		opacity: 1
	}
	50% {
		background-color: #8C4B37
	}
	to {
		background-color: #192837
	}
}

.highlight {
	animation-name: c;
	-webkit-animation-name: c;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out
}

.pulse-button {
	animation: d .5s 1;
	-webkit-animation: d .5s 1
}

.pulse-button:hover {
	animation: none;
	-webkit-animation: none
}

@keyframes d {
	0% {
		transform: scale(1)
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 50px rgba(90, 153, 212, 0)
	}
	to {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(90, 153, 212, 0)
	}
}

.step3 .restaurantnotification.emergency {
	background-color: #ecf6f9;
	color: #0a3847;
	padding: 17px
}

@media (min-width:1004px) {
	.step3 .restaurantnotification.emergency {
		margin: 10px 0;
		border-radius: 3px;
		padding: 12px
	}
}

.menucard {
	margin-top: 16px
}

.menucard-listing .menucard-notification {
	margin-bottom: 16px
}

@media (min-width:1004px) {
	.menucard-listing .menucard-notification {
		margin-bottom: 7px
	}
}

.menucard__meals-group .menucard__meals-group-category {
	border-radius: 2px 2px 0 0;
	border: 1px solid #f8f5f2
}

.menucard__meals-group .menucard__meals-group-category .menucard__category-image-container {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 1px 1px 0 0
}

@media (min-width:320px) {
	.menucard__meals-group .menucard__meals-group-category .menucard__category-image-container {
		height: 88px
	}
}

@media (min-width:570px) {
	.menucard__meals-group .menucard__meals-group-category .menucard__category-image-container {
		height: 132px
	}
}

@media (min-width:1004px) {
	.menucard__meals-group .menucard__meals-group-category .menucard__category-image-container {
		height: 158px
	}
}

@media (min-width:1280px) {
	.menucard__meals-group .menucard__meals-group-category .menucard__category-image-container {
		height: 184px
	}
}

.menucard__meals-group .menucard__meals-group-category .menucard__category-image-container .menucard__category-image {
	width: 100%
}

@media (min-width:1004px) {
	.menucard__meals-group .menucard__meals-group-category .menucard__category-image-container .menucard__category-image {
		max-height: 200px
	}
}

.menucard__meals-group .menucard__meals-group-category .menucard__category-content {
	border-radius: 2px 2px 0 0;
	padding: 19px 12px;
	background-color: #6A0E0E17
}

@media (min-width:1004px) {
	.menucard__meals-group .menucard__meals-group-category .menucard__category-content {
		padding: 19px 16px
	}
}

@media (min-width:1280px) {
	.menucard__meals-group .menucard__meals-group-category .menucard__category-content {
		padding: 19px 22px
	}
}

.menucard__meals-group .menucard__meals-group-category .menucard__category-content.menucard__category-has-image {
	border-radius: 0
}

.menucard__meals-group .menucard__meals-group-category .menucard__category-content .menucard__category-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0a3847
}

.menucard__meals-group .menucard__meals-group-category .menucard__category-content .menucard__category-description {
	margin: 4px 0 0;
	color: #0a3847;
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.83;
	position: relative
}

.menucard__meals-group .menucard__meals-group-category .menucard__category-content .menucard__category-time-restriction {
	margin: 4px 0 0;
	color: #666;
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.83
}

@media (min-width:1004px) {
	.menucard__meals-group .menucard__meals-group-category .menucard__category-content .menucard__category-time-restriction {
		margin: 7px 0 0
	}
}

.menucard__meals-group .menucard__meals-group-category .menucard__category-content .menucard__category-time-restriction .icon-ta-delivery-time:before {
	color: #999
}

.menucard__meals-group .menucard__meals .meal-container {
	border: 2px solid #ebebeb;
	border-radius: 2px;
	margin: 8px 0;
	position: relative
}

.menucard__meals-group .menucard__meals .meal__top-button {
	text-align: left;
	width: 100%
}

.menucard__meals-group .menucard__meals .meal__top-button>* {
	cursor: pointer
}

.menucard__meals-group .menucard__meals .meal {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}

.menucard__meals-group .menucard__meals .meal:focus {
	outline: none
}

.menucard__meals-group .menucard__meals .meal .meal-json {
	display: none
}

.menucard__meals-group .menucard__meals .meal .meal__wrapper {
	max-width: calc(100% - 40px);
	margin: 0 2% 0 0;
	padding: 8px 12px;
	flex: 1
}

@media (min-width:570px) {
	.menucard__meals-group .menucard__meals .meal .meal__wrapper {
		padding: 16px
	}
}

@media (min-width:1280px) {
	.menucard__meals-group .menucard__meals .meal .meal__wrapper {
		padding: 16px 22px
	}
}

.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts {
	height: 100%;
	display: flex;
	flex-direction: column
}

.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts .meal-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.22;
	color: #0a3847;
	margin: 0 0 4px
}

.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts .meal-name .text-meal-allergens {
	font-weight: 400;
	font-size: 11px;
	color: #8C4B37
}

.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts .meal__description-additional-info {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0 0 4px
}

@media (min-width:1004px) {
	.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts .meal__description-additional-info {
		margin: 0 0 10px
	}
}

.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts .meal__description-choose-from {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #666;
	line-height: 1.5;
	margin: 0 0 4px
}

@media (min-width:1004px) {
	.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts .meal__description-choose-from {
		margin: 0 0 10px
	}
}

.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts .meal__description-attribute-descriptions {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 1.64;
	color: #666;
	margin: 4px 0 0
}

@media (min-width:1004px) {
	.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts .meal__description-attribute-descriptions {
		margin: 8px 0 0
	}
}

.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__description-texts .meal__description-attribute-descriptions .meal__description-attribute-description:not(.meal__description-attribute-description--last-child):after {
	display: inline;
	content: ", "
}

.menucard__meals-group .menucard__meals .meal .meal__wrapper .meal__price {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.22;
	letter-spacing: -.5px;
	color: #8C4B37;
	margin: auto 0 0
}

.menucard__meals-group .menucard__meals .meal .meal__product-image-container {
	align-self: center;
	display: flex;
	flex: 0 0 70px;
	height: 70px;
	justify-content: center;
	margin: 48px 16px 8px;
	text-align: right;
	width: 70px
}

@media (min-width:570px) {
	.menucard__meals-group .menucard__meals .meal .meal__product-image-container {
		margin: 16px
	}
}

@media (min-width:1004px) {
	.menucard__meals-group .menucard__meals .meal .meal__product-image-container {
		flex: 0 0 100px;
		height: 100px;
		width: 100px
	}
}

@media (min-width:1280px) {
	.menucard__meals-group .menucard__meals .meal .meal__product-image-container {
		flex: 0 0 170px;
		height: 170px;
		width: 170px
	}
}

.menucard__meals-group .menucard__meals .meal .meal__product-image-container .meal__product-image {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain
}

.menucard__meals-group .menucard__meals .meal .sidedish-pop-in .inner {
	background-color: #f8f5f2
}

.menucard__meals-group .menucard__meals .meal .sidedish-pop-in .inner .sidedish-checkbox .checkbox-inline>span {
	color: #666
}

.menucard__meals-group .menucard__meals .meal .sidedish-pop-in .inner .sidedish-checkbox .checkbox-inline>span:before {
	content: "";
	color: #fff;
	width: 14px;
	height: 14px;
	border-radius: 1px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	min-width: 14px;
	margin-right: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 3px
}

.menucard__meals-group .menucard__meals .meal .sidedish-pop-in .inner .sidedish-checkbox input:checked+span:before {
	color: #8C4B37;
	font-size: 10px
}

.menucard__meals-group .menucard__meals .meal.not-available .meal-name,
.menucard__meals-group .menucard__meals .meal.not-available .meal__description-additional-info,
.menucard__meals-group .menucard__meals .meal.not-available .meal__description-choose-from,
.menucard__meals-group .menucard__meals .meal.not-available .meal__price {
	color: #999!important
}

.menucard__meals-group .menucard__meals .meal.not-available .meal__product-image {
	filter: grayscale(100%)
}

.basket-empty {
	text-align: center;
	margin: auto;
	min-height: 153px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.basket-empty__icon {
	display: block
}

.basket-empty__icon:before {
	font-size: 2rem;
	color: #d7d7d7
}

.basket-empty__text {
	display: block;
	margin-top: 1rem;
	font-size: .875rem;
	color: #7d7d7d
}

.menucard-imprint .menucard-resolution-url {
	display: block
}

.menucard-imprint .info-resolution-url {
	display: none
}

.menucard-imprint__heading {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #0a3847;
	margin: 0;
	padding: 16px 0;
	line-height: 24px
}

@media (min-width:1004px) {
	.menucard-imprint__heading {
		padding: 0;
		line-height: 48px
	}
}

.menucard-imprint__icon {
	display: none
}

.menucard-imprint__section {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 1.71;
	letter-spacing: normal;
	font-size: 14px;
	margin-bottom: 40px
}

.menucard-imprint__link {
	color: #666;
	text-decoration: underline
}

.menucard-imprint__link:hover {
	color: #666
}

.infotab-imprint .menucard-resolution-url {
	display: none
}

.infotab-imprint .info-resolution-url {
	display: block
}

.infotab-imprint .menucard-imprint__icon {
	display: inline-block
}

.infotab-imprint .menucard-imprint__link {
	color: #666;
	text-decoration: none
}

.infotab-imprint .menucard-imprint__section {
	color: #666;
	background-color: #f8f5f2;
	padding: 16px;
	margin-bottom: 15px
}

.checkout-voucher {
	padding: 16px 16px 0;
	width: 100%;
	font-size: 13px
}

.checkout-voucher .voucher-input {
	width: 100%
}

.checkout-voucher__message {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	float: left;
	color: red;
	padding: 7px;
	padding-bottom: 0
}

.checkout-voucher .checkout-voucher-container {
	display: none;
	cursor: pointer
}

.checkout-voucher .checkout-voucher-container.open {
	display: block
}

.checkout-voucher .voucher-add {
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	width: 100%;
	text-align: left;
	color: #666;
	margin: 0 0 10px
}

.checkout-voucher .voucher-add:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1.5;
	float: right;
	color: #666;
	transition: min-width .3s ease;
	transform: translateZ(0)
}

.checkout-voucher .voucher-add.open:after {
	content: ""
}

.checkout-voucher .voucher-input-wrapper {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	width: 100%;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: normal
}

.checkout-voucher .voucher-input-wrapper input {
	color: #666;
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 280px;
	margin: 0 8px 0 0;
	border: 1px solid #cfcac4;
	border-radius: 3px;
	padding: 8px 16px;
	background-color: #fff;
	line-height: 24px
}

.checkout-voucher .voucher-input-wrapper input:focus {
	border: 1px solid #192837
}

.voucher-add-check {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	background-color: #192837;
	padding: 8px 16px;
	border-radius: 3px;
	color: #fff;
	height: 42px;
	line-height: 24px
}

.voucher-add-check:hover {
	background-color: #0953bd
}

.basket-container {
	width: 100%;
	display: none;
	background-color: #fff;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 101;
	position: fixed
}

@media (min-width:1004px) {
	.basket-container {
		top: 0;
		position: fixed;
		display: inline-block;
		background-color: transparent;
		z-index: 16;
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
		width: 344px
	}
}

.basket-container--opened {
	display: inline-block
}

.basket-container__scroller {
	position: absolute;
	border-bottom: 1px solid #e9e9e9;
	bottom: 72px;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	top: 56px
}

@media (min-width:1004px) {
	.basket-container__scroller {
		top: 64px;
		border-bottom: 0;
		bottom: 6px;
		padding: 0
	}
}

.basket * {
	box-sizing: border-box
}

.basket .basket__order-button {
	border-radius: 10px;
	border: 8px solid #fff;
	bottom: 0;
	flex-shrink: 0;
	height: 72px;
	position: fixed;
	width: 100%
}

@media (min-width:1004px) {
	.basket .basket__order-button {
		position: relative;
		height: 64px;
		line-height: 64px;
		width: calc(100% - 24px);
		margin: 0 auto;
		display: block
	}
}

@media (max-width:1003px) {
	.basket .basket__order-button.btn-disabled {
		border-bottom-color: #fff!important
	}
}

@media (min-width:1004px) {
	.basket .basket__order-button {
		border-radius: 2px;
		border: 0
	}
}

.basket__content {
	max-height: 100%;
	padding: .5rem 1rem 5rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	overflow: auto
}

@media (min-width:1004px) {
	.basket__content {
		padding: .5rem .75rem .75rem
	}
}

.basket__products {
	display: flex;
	flex-direction: column;
	flex-shrink: 0
}

.fullscreen.basket .menucard-listing .tabs-inforating {
	display: none!important
}

@media (max-width:1003px) {
	.checkout-voucher {
		margin-bottom: 80px
	}
}

.mismatch,
.missing {
	padding: 16px
}

.cart-sum {
	border-top: 1px solid #d7d7d7;
	padding: 1rem 0;
	font-size: 14px
}

.cart-sum-name {
	width: 100%;
	padding: 4px 0
}

.cart-sum-price {
	min-width: 85px;
	text-align: right;
	white-space: nowrap
}

.cartbutton-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	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: #192837;
	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) {
	.cartbutton-button {
		border-radius: 2px
	}
}

.cartbutton-button:hover {
	background-color: #0953bd;
	color: #fff
}

.cartbutton-button.btn-disabled {
	border-bottom-color: #bbb!important;
	background-color: #d7d7d7!important;
	color: #fff!important;
	text-shadow: none!important;
	cursor: not-allowed!important
}

.cartbutton-button-sidedishes {
	text-transform: none
}

.cart-single-meal {
	padding: 4px 0;
	font-size: 12px;
	color: #000
}

@media (min-width:1004px) and (max-width:1279px) {
	.cart-single-meal {
		font-size: 11px
	}
}

.cart-single-meal.highlight {
	background: #fffdd0
}

.cart-row {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	transform: translateZ(0);
	align-items: center;
	width: 100%
}

.cart-exclusive,
.cart-exclusive-only {
	display: none;
	width: inherit
}

.cart-single-meal .cart-row .cart-meal-amount {
	padding-right: 32px;
	width: 20px
}

.cart-meal-edit-buttons {
	min-width: 98px
}

.cart-single-meal .cart-row .cart-meal-delete,
.cart-single-meal .cart-row .cart-meal-edit-add,
.cart-single-meal .cart-row .cart-meal-edit-comment,
.cart-single-meal .cart-row .cart-meal-edit-delete {
	cursor: pointer;
	float: left
}

.cart-single-meal .cart-row .cart-meal-delete {
	min-width: 1.25rem
}

.cart-single-meal .cart-row .cart-meal-edit-add:before,
.cart-single-meal .cart-row .cart-meal-edit-delete:before {
	content: "\e879";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	padding: 4px 8px;
	margin: 0 3px;
	border: 1px solid #cecece;
	border-radius: 4px;
	cursor: pointer;
	float: left
}

.cart-single-meal .cart-row .cart-meal-edit-delete:before {
	content: "\e87a"
}

.cart-meal-name {
	width: 100%;
	padding: 4px 0;
	word-break: break-all;
	word-break: break-word;
	flex: 1 1;
	font-size: 13px
}

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

.cart-meal-delete:before {
	display: inline-block;
	cursor: pointer;
	color: #192837;
	font-size: 18px;
	content: "\e832";
	font-family: fontello;
	font-weight: 400;
	line-height: .3;
	float: right;
	padding: 1rem 0
}

.cart-meal-delete-disabled:before {
	color: #fff;
	cursor: default
}

.cart-meal-edit-comment:before {
	display: inline-block;
	cursor: pointer;
	color: #192837;
	font-size: 18px;
	content: "\e87e";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	padding: 0 10px
}

.cart-meal-edit-comment.hascomment:before {
	color: #0094ff
}

.cart-meal-comment,
.cart-meal-extra {
	padding: 0 0 8px 32px
}

.cart-meal-comment {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	width: 100%;
	margin-right: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.cart-row.commentinput {
	display: block
}

.cart-row.commentinput fieldset {
	margin-right: 12px;
	border: 1px solid #192837
}

.cart-row.commentinput fieldset legend {
	margin-left: 10px;
	padding: 0 4px
}

.cart-meal-textarea {
	width: 100%;
	padding: 0 12px;
	resize: none
}

.cart-meal-btns {
	float: right
}

.cart-meal-btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	min-width: 80px;
	padding: 10px 12px;
	float: left;
	text-align: right;
	font-size: 14px;
	cursor: pointer;
}

.cart-meal-error:before,
.meal-error-mismatch:before,
.meal-error-missing:before {
	margin-right: 12px;
	content: "";
	color: red;
	font-family: fontello;
	font-weight: 400;
	font-size: 18px
}

.cart-meal-exclude:before {
	margin-right: 4px;
	content: "";
	color: #888;
	font-family: fontello;
	font-weight: 400;
	font-size: 12px
}

.cart-exclusive .cart-meal-exclude {
	padding: 0 16px;
	margin-top: 20px;
	text-align: center
}

.cart-meal-exclude-only {
	padding: 16px;
	text-align: center
}

.grey {
	color: #666
}

.row-sum {
	color: #000
}

.row-green,
.row-sum {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.row-green {
	color: #380
}

.minimumorderamount-reached {
	text-align: center;
	border-top: 1px solid #d7d7d7;
	padding-top: 25px
}

.basket-notification {
	font-size: 12px;
	padding: 20px;
	margin: 0 22px 12px;
	border-radius: 3px;
	border: 1px solid rgba(80, 174, 204, .51);
	background-color: rgba(80, 174, 204, .1)
}

.legend.excluded-from-minimum-calculation {
	text-align: center;
	margin: 1em
}

.excluded-from-minimum-calculation:before {
	display: inline-block;
	color: #888;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: .3
}

.userpanel-tabs {
	position: fixed;
	visibility: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	background: rgba(0, 0, 0, .4)
}

.userpanel-tabs.show {
	visibility: visible
}

.userpanel-tabs .inner {
	height: 100%
}

@media (min-width:1004px) {
	.userpanel-tabs .inner {
		position: fixed;
		margin: auto;
		top: 5rem;
		height: calc(100% - 7.5rem);
		width: 50%;
		left: 50%;
		transform: translateX(-50%);
		max-width: 32rem
	}
}

@media (min-width:1280px) {
	.userpanel-tabs .inner {
		max-width: 42rem
	}
}

.userpanel-tabs .inner .modal-wrapper {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 2px
}

.tabs-inforating {
	position: relative;
	color: #0a3847;
	padding: 0 0 0 17px;
	line-height: 2.8;
	border-bottom: 2px solid #d7d7d7
}

.restaurant-tabs-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%
}

.tab-items {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #d7d7d7
}

.tab-items__tab-item {
	align-items: center;
	border-bottom: 2px solid transparent;
	color: #0a3847;
	display: flex;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: -2px;
	margin-left: 32px;
	min-height: 48px;
	position: relative
}

@media (min-width:1004px) {
	.tab-items__tab-item {
		font-size: 15px
	}
}

.tab-items__tab-item:hover {
	color: #8C4B37
}

.tab-items__tab-item:first-child {
	margin-left: 16px
}

.tab-items__tab-item--active {
	border-bottom: 2px solid #8C4B37;
	color: #8C4B37
}

.restaurant-tab-content {
	background-color: #fff;
	border-radius: 2px;
	height: 100%;
	width: 100%;
	flex: 1 1 100%;
	overflow: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

.tabs-inforating .restaurant-info {
	display: flex
}

@media (min-width:1004px) {
	.tabs-inforating .restaurant-info {
		display: none
	}
}

.tabs-inforating li .active a {
	color: #8C4B37
}

.tabs-inforating li:after {
	display: none
}

.tabs-inforating li.active:after {
	background: #8C4B37;
	display: block;
	width: 100%;
	height: 2px;
	transform: scale(.9);
	top: 5px
}

@media (min-width:1004px) {
	.tabs-inforating li.active:after {
		top: 9px
	}
}

.tabs-header {
	display: flex;
	height: 64px
}

@media (min-width:1280px) {
	.tabs-header {
		height: 72px
	}
}

.tabs-header__title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: auto 15px;
	font-size: 1.125rem;
	color: #0a3847;
	display: flex;
	align-items: center
}

@media (min-width:1280px) {
	.tabs-header__title {
		font-size: 1.5rem
	}
}

.tabs-header__modal-close {
	padding: 22px;
	cursor: pointer;
	color: #0a3847;
	margin-left: auto
}

.tabs-header__modal-close:before {
	content: "\e994";
	line-height: 1.25rem;
	font-family: fontello;
	font-size: .75rem
}

.sidedishes {
	padding: 32px 24px 0
}

.sidedishes .meal-allergens.show {
	display: inline-block;
	position: absolute;
	margin-top: 0;
	color: #999;
	padding: 0 12px;
	line-height: 34px;
	right: 0
}

@media (min-width:570px) {
	.sidedishes {
		padding: 24px 90px 0
	}
	.sidedishes .sidedish,
	.sidedishes .sidedish-checkbox {
		width: 100%
	}
}

@media (min-width:1280px) {
	.sidedishes {
		padding: 24px 127px 0 110px
	}
}

.sidedish-pop-in {
	position: relative;
	width: 100%
}

.sidedish-pop-in .sizenotification .sidedish {
	margin-bottom: 0
}

.sidedish-pop-in .sidedish {
	font-size: 14px;
	margin-bottom: 12px;
	position: relative
}

.sidedish-pop-in .sidedish .sidedish-overflow {
	display: none
}

.sidedish-pop-in .sidedish .show-more {
	color: #192837;
	margin-top: 4px;
	cursor: pointer
}

.sidedish-pop-in .sidedish .show-more.active:before {
	transform: rotate(180deg);
	margin-top: -1px
}

.sidedish-pop-in .sidedish .show-more:before {
	font-family: fontello;
	content: "";
	color: #0a3847;
	width: 16px;
	height: 16px;
	min-width: inherit;
	text-align: center;
	margin: 0 8px 0 1px;
	display: inline-block;
	line-height: 16px
}

.sidedish-pop-in .sidedish h3 {
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #0a3847
}

.sidedish-pop-in .sidedish.select:after {
	content: "";
	font-family: fontello;
	line-height: 1;
	transform: translateY(-50%) rotate(180deg);
	position: absolute;
	top: 47px;
	right: 10px;
	z-index: 10
}

@media (min-width:570px) {
	.sidedish-pop-in .sidedish.select:after {
		top: 54px;
		right: 25px
	}
}

.sidedish-pop-in select.pulldown {
	position: relative;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 35px 0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #666;
	border: 1px solid #cfcac4;
	border-radius: 3px;
	background-color: #fff
}

.sidedish-pop-in .sidedish-footer {
	display: flex;
	justify-content: space-between;
	padding: 10px 24px 24px
}

@media (min-width:570px) {
	.sidedish-pop-in .sidedish-footer {
		padding: 10.6px 90px 31.4px
	}
}

@media (min-width:1280px) {
	.sidedish-pop-in .sidedish-footer {
		padding: 13px 127px 30px 110px
	}
}

.sidedish-pop-in .sidedish-footer .button-add-sidedish,
.sidedish-pop-in .sidedish-footer .button-remove-sidedish {
	font-family: fontello;
	font-size: 19px;
	cursor: pointer
}

.sidedish-pop-in .sidedish-footer .meal-price,
.sidedish-pop-in .sidedish-footer .sidedish-add-button {
	height: 40px
}

.sidedish-pop-in .sidedish-footer .meal-price {
	font-weight: 400;
	width: 112px;
	min-width: 112px;
	display: flex;
	justify-content: space-between;
	border-radius: 1px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	line-height: 20px
}

.sidedish-pop-in .sidedish-footer .meal-price__block {
	text-align: center;
	height: 100%;
	line-height: 40px
}

.sidedish-pop-in .sidedish-footer .meal-price__block--display {
	font-weight: 600;
	color: #192837;
	font-size: 16px
}

.sidedish-pop-in .sidedish-footer .meal-price__block--add {
	padding-left: 10px
}

.sidedish-pop-in .sidedish-footer .meal-price__block--substract {
	padding-right: 10px
}

.sidedish-pop-in .sidedish-footer .meal-price__block--add,
.sidedish-pop-in .sidedish-footer .meal-price__block--substract {
	color: #666;
	cursor: pointer
}

.sidedish-pop-in .sidedish-footer .meal-price__block--add .button-add-sidedish,
.sidedish-pop-in .sidedish-footer .meal-price__block--add .button-remove-sidedish,
.sidedish-pop-in .sidedish-footer .meal-price__block--substract .button-add-sidedish,
.sidedish-pop-in .sidedish-footer .meal-price__block--substract .button-remove-sidedish {
	width: 100%;
	height: 100%;
	color: inherit
}

.sidedish-pop-in .sidedish-footer .sidedish-add-button {
	margin-left: 20px
}

.sidedish-pop-in .sidedish-footer .sidedish-add-button h3 {
	font-weight: 600;
	margin: 0;
	font-size: 14px
}

.menu-meals-group .meal.meal-sidedish {
	padding: 32px 0 0;
	background: #eef7fa;
	box-shadow: 0 1px 1px #cfcac4;
	margin-bottom: 30px
}

.menu-meals-group .meal.meal-sidedish .menu-meal-add {
	opacity: .2
}

.menu-meals-group .meal.meal-sidedish .sidedish-pop-in {
	margin-top: 15px
}

.menu-meals-group .meal.meal-sidedish .sidedish-pop-in .inner {
	background-color: #fff;
	margin-top: 24px;
	padding-top: 24px
}

.sidedish-pop-in .inner .popin-close {
	position: absolute;
	right: 3%;
	top: 50px
}

.sidedish-pop-in .inner .popin-close:before {
	display: block;
	position: relative;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	font-size: 15pt
}

.sidedish-pop-in .inner .popin-close:hover {
	color: #192837
}

.sidedishes .select-input {
	position: relative;
	line-height: 50px;
	height: 50px;
	display: block
}

.sidedishes .select-input:after {
	content: "\E83F";
	font-family: fontello;
	font-weight: 400;
	line-height: 1.5;
	position: absolute;
	top: 12px;
	right: 14px;
	pointer-events: none;
	font-size: 16px;
	color: #0a3847
}

.sidedish-checkbox {
	position: relative;
	display: flex;
	flex-direction: row
}

.sidedish-checkbox .checkbox-inline>input[type=checkbox] {
	display: block;
	-webkit-appearance: checkbox;
	position: absolute;
	opacity: 0
}

.sidedishformcontainer form,
.sizenotification {
	max-width: 867px;
	margin: 0 auto
}

.sidedish .sidedish-item-price {
	white-space: nowrap;
	display: contents;
	padding: 0 1px
}

.lightbox.lightbox-allergens {
	width: 100%
}

@media (min-width:1004px) {
	.lightbox.lightbox-allergens {
		position: fixed
	}
}

.lightbox.lightbox-allergens .lightbox-header {
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	padding: 16px 15px
}

.lightbox.lightbox-allergens .lightbox-header h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #0a3847;
	margin-bottom: 4px
}

.lightbox.lightbox-allergens .lightbox-header .lightbox-allergens__close {
	color: #0a3847;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px
}

@media (min-width:1004px) {
	.lightbox.lightbox-allergens .lightbox-header .lightbox-allergens__close {
		right: 26px;
		top: 35px
	}
}

.lightbox.lightbox-allergens .lightbox-header .lightbox-allergens__close:before {
	content: "";
	font-size: 10px;
	display: block;
	position: relative;
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

@media (min-width:1004px) {
	.lightbox.lightbox-allergens .lightbox-header {
		border-radius: 2px 2px 0 0;
		padding: 16px 24px
	}
	.lightbox.lightbox-allergens .lightbox-header h1 {
		font-size: 24px
	}
}

.lightbox.lightbox-allergens .lightbox-content {
	height: 100%;
	width: 100%
}

@media (min-width:1004px) {
	.lightbox.lightbox-allergens .lightbox-content {
		background-color: transparent;
		max-width: 672px;
		height: calc(100vh - 72px)
	}
}

.lightbox.lightbox-allergens .lightbox-contents-inner {
	padding: 0 35px 45px
}

.lightbox.lightbox-allergens .lightbox-contents {
	height: calc(100vh - 63px);
	background-color: #fff;
	overflow-y: auto;
	border-radius: 0
}

@media (min-width:1004px) {
	.lightbox.lightbox-allergens .lightbox-contents {
		height: calc(100vh - 72px);
		max-height: 70%;
		height: auto;
		border-radius: 0 0 2px 2px
	}
}

.lightbox.lightbox-allergens .lightbox-contents h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #0a3847;
	margin-bottom: 4px
}

.lightbox.lightbox-allergens .lightbox-contents h2 {
	margin: 0;
	padding: 0 0 24px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc
}

.lightbox.lightbox-allergens .lightbox-contents .additives {
	margin-top: 10px
}

.lightbox.lightbox-allergens .lightbox-contents .allergens {
	margin-top: 24px
}

.lightbox.lightbox-allergens .lightbox-contents .additives,
.lightbox.lightbox-allergens .lightbox-contents .allergens {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #0a3847;
	font-size: 14px
}

.lightbox.lightbox-allergens .lightbox-contents .additives ul,
.lightbox.lightbox-allergens .lightbox-contents .allergens ul {
	list-style-type: none
}

.lightbox.lightbox-allergens .lightbox-contents .additives ul li:before,
.lightbox.lightbox-allergens .lightbox-contents .allergens ul li:before {
	line-height: 1.57;
	content: "\2022";
	margin-right: 15px
}

.lightbox.lightbox-allergens .lightbox-contents .additives h3,
.lightbox.lightbox-allergens .lightbox-contents .allergens h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: inherit;
	font-size: 14px
}

@media (min-width:1004px) {
	.lightbox.lightbox-allergens .lightbox-contents .additives h3,
	.lightbox.lightbox-allergens .lightbox-contents .allergens h3 {
		font-size: 18px
	}
}

.lightbox.lightbox-allergens .lightbox-contents .disclaimer {
	margin-top: 24px;
	font-size: 12px;
	color: #666
}

.aa-switch {
	position: relative;
	display: block;
	text-align: right;
	cursor: pointer;
	transition: all .2s ease-in
}

.aa-switch input {
	display: none
}

.aa-switch span {
	display: inline-block;
	text-align: right;
	padding: 4px;
	color: #555
}

.aa-switch span:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	margin-left: 4px;
	opacity: .5
}

.aa-switch span span.hide {
	display: none
}

.aa-switch input[type=checkbox]:checked+span {
	color: #52acce
}

.aa-switch input[type=checkbox]:checked+span:after {
	color: #52acce;
	content: "";
	opacity: 1
}

.aa-switch input[type=checkbox]:checked+span span.hide {
	display: inline-block
}

.aa-switch input[type=checkbox]:checked+span span.show {
	display: none
}

.meal-allergens {
	display: inline-block;
	cursor: pointer
}

.meal-allergens.loading {
	cursor: wait
}

.meal-allergens:focus {
	outline: none
}

.meal-allergens.show {
	display: inline-block
}

.meal-allergens:after {
	font-family: fontello;
	content: "";
	font-weight: 800;
	color: #777;
	font-size: 13px;
	line-height: 21px
}

.text-meal-allergens {
	color: #8C4B37;
	font-size: 11px;
	cursor: pointer
}

.text-meal-allergens.loading {
	cursor: wait
}

.sidedishes .meal-allergens {
	display: inline-block;
	margin-top: 0;
	color: #999;
	padding: 0 5px
}

.sidedishes .meal-allergens:focus {
	outline: none
}

.sidedishes .text-meal-allergens {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px
}

.step3 .sidedish-select .select-input.inline-desc .text-meal-allergens {
	position: relative;
	right: auto;
	line-height: normal;
	top: 0;
	margin-left: 5px
}

.bestrestaurants_nominated {
	background-color: #f9f5f1;
	margin-bottom: 20px
}

.bestrestaurants_nominated .inner {
	padding: 12px;
	border-bottom: 1px solid #e8e7e6;
	margin: 0 auto
}

.bestrestaurants_nominated .inner a {
	display: block;
	color: #666;
	text-decoration: underline;
	cursor: pointer
}

.bestrestaurants_nominated .inner a.button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 3px;
	font-size: 1em;
	background-color: #192837;
	color: #fff;
	width: 300px;
	height: 35px;
	line-height: 35px
}

.bestrestaurants_nominated_votetab,
.menucardbestresto .grid-m-06 {
	display: none
}

@media (min-width:1004px) {
	.menucardbestresto .grid-m-06 {
		width: 15%;
		display: block
	}
}

.menucardbestresto .grid-m-18 {
	text-align: center;
	width: 100%
}

@media (min-width:1004px) {
	.menucardbestresto .grid-m-18 {
		width: 85%;
		text-align: left
	}
}

.menucardbestresto .grid-m-18 .title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: underline
}

@media (min-width:1004px) {
	.menucardbestresto .grid-m-18 .title {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		text-decoration: none;
		text-align: left
	}
}

.menucardbestresto .grid-m-18 a.button,
.menucardbestresto .grid-m-18 p.description {
	display: none
}

@media (min-width:1004px) {
	.menucardbestresto .grid-m-18 a.button,
	.menucardbestresto .grid-m-18 p.description {
		display: block;
		margin-top: 20px
	}
}

.tab_voteforus .bestrestaurants_nominated.bestrestaurants_nominated_votetab {
	display: block;
	background: #fff
}

.tab_voteforus .bestrestaurants_nominated.bestrestaurants_nominated_votetab .grid-m-06 {
	width: 30%
}

@media (min-width:1004px) {
	.tab_voteforus .bestrestaurants_nominated.bestrestaurants_nominated_votetab .grid-m-06 {
		width: 15%
	}
}

.tab_voteforus .bestrestaurants_nominated.bestrestaurants_nominated_votetab .grid-m-18 {
	width: 70%
}

@media (min-width:1004px) {
	.tab_voteforus .bestrestaurants_nominated.bestrestaurants_nominated_votetab .grid-m-18 {
		width: 85%
	}
}

.tab_voteforus .bestrestaurants_nominated {
	display: none
}

.menucard.bestrestaurants {
	padding: 12px;
	padding-top: 0
}

@media (max-width:1003px) {
	.menucard.bestrestaurants .stamp {
		display: none
	}
}

.menucard.bestrestaurants .stamp img {
	width: 100%;
	display: none
}

@media (min-width:1004px) {
	.menucard.bestrestaurants .stamp img {
		display: block
	}
}

.menucard.bestrestaurants .voteemail .button.extralargebutton,
.menucard.bestrestaurants .votesucces .button.extralargebutton {
	width: 300px
}

@media (max-width:1003px) {
	.menucard.bestrestaurants .voteemail .grid-m-18,
	.menucard.bestrestaurants .votesucces .grid-m-18 {
		width: 100%
	}
}

.menucard.bestrestaurants .voteemail .stamp,
.menucard.bestrestaurants .votesucces .stamp {
	margin-top: 20px
}

.menucard.bestrestaurants .voteemail .stamp img,
.menucard.bestrestaurants .votesucces .stamp img {
	width: 60%
}

.menucard.bestrestaurants .bestrestaurantswrapper h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding-bottom: 0;
	padding-left: 0
}

.menucard.bestrestaurants .bestrestaurantswrapper form {
	margin-top: 24px;
	margin-bottom: 24px
}

.menucard.bestrestaurants .bestrestaurantswrapper form .button.extralargebutton {
	height: 45px;
	line-height: 45px;
	width: auto;
	font-size: 15px;
	margin-top: 16px;
	text-transform: uppercase
}

.menucard.bestrestaurants .bestrestaurantswrapper form .email,
.menucard.bestrestaurants .bestrestaurantswrapper form .name,
.menucard.bestrestaurants .bestrestaurantswrapper form .remark {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 29px;
	font-size: 14px;
	color: #777;
	margin-bottom: 12px
}

@media (max-width:1003px) {
	.menucard.bestrestaurants .bestrestaurantswrapper .email.grid-11 {
		width: 100%
	}
}

@media (max-width:1003px) {
	.menucard.bestrestaurants .bestrestaurantswrapper .grid-11 {
		width: 45.815%
	}
}

.menucard.bestrestaurants .social {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 100%
}

.menucard.bestrestaurants .social.facebook {
	color: #fff;
	background-color: #4267b2;
	border-color: rgba(0, 0, 0, .2);
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.menucard.bestrestaurants .social.facebook:before {
	content: "";
	font-family: fontello;
	font-size: 17pt;
	position: absolute;
	top: 1px;
	left: 8px
}

.menucard.bestrestaurants .social.facebook:hover {
	background-color: #2d4373
}

.menucard.bestrestaurants .social.twitter {
	color: #fff;
	background-color: #55acee;
	border-color: rgba(0, 0, 0, .2);
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.menucard.bestrestaurants .social.twitter:before {
	content: "";
	font-family: fontello;
	font-size: 17pt;
	position: absolute;
	top: 1px;
	left: 8px
}

.menucard.bestrestaurants .social.twitter:hover {
	background-color: #2795e9
}

.menucard.bestrestaurants .av,
.menucard.bestrestaurants .newsletter {
	margin-bottom: 20px
}

.menucard.bestrestaurants .checkbox-inline {
	display: inline
}

.menucard.bestrestaurants .checkbox-inline>span {
	font-weight: 400;
	line-height: normal;
	height: auto;
	min-height: 49px;
	padding-top: 13px;
	padding-bottom: 10px;
	background: #fff;
	border-color: #cfcac4;
	box-shadow: none
}

.best-restaurant-winner,
.menucard.bestrestaurants .checkbox-inline>span {
	font-family: 'Open Sans', sans-serif;
	display: block
}

.best-restaurant-winner {
	font-weight: 600;
	padding: 9px 0;
	border-radius: 2px;
	margin-bottom: 19px;
	color: #666;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	text-align: left;
	max-width: 738px
}

@media (min-width:1004px) {
	.best-restaurant-winner {
		font-size: 15px;
		margin-bottom: 16px
	}
}

.best-restaurant-banner {
	margin: 10px 0
}

.best-restaurant-banner .best-restaurant-image {
	width: 120px;
	display: none
}

@media (min-width:1004px) {
	.best-restaurant-banner .best-restaurant-image {
		display: block
	}
}

.best-restaurant-banner .best-restaurant-image img {
	width: 100%
}

.best-restaurant-banner .best-restaurant-text {
	padding: 0 10px;
	max-width: 500px
}

@media (min-width:1004px) {
	.best-restaurant-banner .best-restaurant-text {
		padding: 20px
	}
}

.best-restaurant-banner .best-restaurant-text .head {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #8C4B37;
	text-transform: uppercase
}

.best-restaurant-banner .best-restaurant-text p {
	text-align: left
}

.best-restaurant-banner.with-background {
	background-color: #f5f6f9;
	padding: 20px
}

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

.menucard-main.category-scrolling .menu-category-bar-container {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 15
}

@media (min-width:1004px) {
	.menucard-main.category-scrolling .menu-category-bar-container {
		width: calc(100% - 344px)
	}
}

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

.menu-category-bar {
	height: 64px;
	background-color: #8C4B37;
	display: flex;
	flex-direction: row;
	color: #0a3847
}

.menu-category-bar.menucard-container {
	padding: 0
}

.menu-category-bar-container {
	background-color: #8C4B37;
	height: 64px;
	position: relative
}

@media (min-width:1004px) {
	.menu-category-bar-container {
		margin-top: 0
	}
}

.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: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7
}

.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: 1px solid #e7e7e7;
	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: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent
}

.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: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7
}

.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 a {
	list-style: none;
	font-size: 14px;
	font-weight: 300;
	height: 26px;
	padding: 2px 19px 0;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-overflow: unset;
	width: auto
}

.menu-category-bar a.slide-active {
	color: #192837;
	font-weight: 400
}

.menu-category-bar .swipe-next {
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s 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 .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	opacity: 0
}

.menu-category-bar .swiper-container {
	width: 100%
}

.restaurantvote .overview,
.tab-reviews .overview {
	display: inline-block;
	margin: 16px auto;
	padding: 4px 0;
	width: 100%
}

.restaurantvote .overview .review-stars,
.tab-reviews .overview .review-stars {
	font-size: 24px
}

@media (min-width:1004px) {
	.restaurantvote .overview .review-stars,
	.tab-reviews .overview .review-stars {
		font-size: 40px
	}
}

.restaurantvote .overviewstar,
.tab-reviews .overviewstar {
	width: 100%;
	float: left
}

.restaurantvote .overviewstar span,
.tab-reviews .overviewstar span {
	width: 80%;
	font-size: 15px
}

@media (min-width:1004px) {
	.restaurantvote .overviewstar span,
	.tab-reviews .overviewstar span {
		font-size: 18px;
		width: 80%
	}
}

.restaurantvote .paginglinks,
.tab-reviews .paginglinks {
	text-align: center;
	width: 100%;
	font-size: 15px;
	margin-bottom: 20px
}

.restaurantvote .paginglinks a,
.tab-reviews .paginglinks a {
	margin-left: 10px;
	margin-right: 10px
}

.restaurantvote .radiogroup_stars input,
.tab-reviews .radiogroup_stars input {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.restaurantvote .radiogroup_stars label,
.tab-reviews .radiogroup_stars label {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/icons/star_empty.png);
	background-size: 20px 20px
}

.restaurantvote .restaurantreview,
.tab-reviews .restaurantreview {
	position: relative;
	width: 100%;
	margin: 20px 0 16px;
	margin-right: 10px;
	background: #fff;
	min-height: 120px
}

.restaurantvote .restaurantreview .avatarbar,
.tab-reviews .restaurantreview .avatarbar {
	margin-left: 30px;
	padding: 10px 0 10px 55px;
	background: #f9f9f9;
	margin-bottom: 5px
}

@media (min-width:1004px) {
	.restaurantvote .restaurantreview .avatarbar,
	.tab-reviews .restaurantreview .avatarbar {
		padding: 10px 0 10px 90px
	}
}

.restaurantvote .restaurantreview .avatarbar .reviewdate,
.tab-reviews .restaurantreview .avatarbar .reviewdate {
	font-size: 11px
}

@media (min-width:1004px) {
	.restaurantvote .restaurantreview .avatarbar .reviewdate,
	.tab-reviews .restaurantreview .avatarbar .reviewdate {
		margin-right: 30px
	}
}

.restaurantvote .restaurantreview .authoravatar img,
.tab-reviews .restaurantreview .authoravatar img {
	display: block;
	float: left;
	max-width: 75px;
	width: auto;
	height: auto;
	margin: 0 0 5px;
	border-radius: 100%
}

@media (min-width:1004px) {
	.restaurantvote .restaurantreview .authoravatar img,
	.tab-reviews .restaurantreview .authoravatar img {
		max-width: 100px
	}
}

.votecontainer .votedetails-close {
	position: absolute;
	top: 15px;
	right: 18px;
	font-size: 17px;
	cursor: pointer
}

.votecontainer .votedetails-close:hover {
	color: #192837
}

.votecontainer .votedetails-close:after {
	display: block;
	position: relative;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.votecontainer h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 8px 0 16px;
	color: #0a3847;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-align: left;
	padding-top: 10px;
	width: 100%
}

.tab_reviews .votecontainer .radiogroup_stars label {
	display: initial
}

.votecontainer select.input {
	padding: 4px;
	border: 1px solid #ccc
}

.votecontainer .select-input {
	display: block;
	position: relative
}

.votecontainer .select-input select.marked {
	border: 1px solid #f54830!important
}

.votecontainer .select-input:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 18px;
	right: 9px
}

.votecontainer div.textarea_form {
	width: 100%
}

.votecontainer textarea {
	border: 1px solid #ccc;
	padding: 4px;
	width: 100%
}

.votecontainer .vote-remarks {
	height: auto
}

.votecontainer .button-cta-small {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 100%;
	font-size: 15px;
	padding: 0 6px;
	height: 40px;
	line-height: 40px
}

.votecontainer .notificationalert {
	margin-top: 16px;
	padding: 12px;
	font-size: 11px;
	position: relative;
	background-color: #fffbe6;
	border: 1px solid #fff5c2;
	border-radius: 3px;
	color: #5d3c01
}

div.rating-stars {
	display: inline-block
}

div.rating-stars input.rating-star {
	display: none
}

div.rating-stars input.rating-star:checked~label.rating-star:before,
div.rating-stars input.rating-star:checked~label.rating-starr:before {
	content: "\e970";
	color: #8C4B37;
	transition: all .25s
}

div.rating-stars label.rating-star {
	float: right;
	padding-left: 4px;
	font-size: 17px;
	color: #d7d7d7;
	transition: all .2s;
	cursor: pointer
}

div.rating-stars label.rating-star:hover {
	color: #d7d7d7;
	transform: scale(1.3)
}

div.rating-stars label.rating-star:before {
	content: "\e970";
	font-family: fontello
}

div.rating-stars label.rating-starr {
	float: right;
	padding-left: 4px;
	font-size: 17px;
	color: #d7d7d7;
	transition: all .2s;
	cursor: pointer
}

div.rating-stars label.rating-starr:hover {
	color: #d7d7d7;
	transform: scale(1.3)
}

div.rating-stars label.rating-starr:before {
	content: "\e970";
	font-family: fontello
}

div.radiogroup_stars2 .rating-stars,
div.radiogroup_stars .rating-stars {
	min-width: 130px;
	width: auto!important
}

.tab-moreinfo .restaurant-notification {
	margin-top: 16px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid hsla(33, 10%, 79%, .2)
}

@media (min-width:1004px) {
	.tab-moreinfo .restaurant-notification {
		font-size: 15px
	}
}

.tab-moreinfo .moreinfo-googlemaps {
	max-width: 672px;
	height: 255px
}

.tab-moreinfo .moreinfo-googlemaps img {
	max-width: 100%;
	width: auto
}

.tab-moreinfo .moreinfo-deliveryareas {
	margin-bottom: 25px
}

.tab-moreinfo .moreinfo-deliveryareas li {
	list-style-type: none
}

.tab-moreinfo .moreinfo-paymentmethods span {
	display: block;
	float: left;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-right: 4px;
	margin-bottom: 7px;
	text-align: center;
	padding: 5px;
	height: auto;
	width: calc(100% * 0.25 - 10px - 1px)
}

.tab-moreinfo .moreinfo-paymentmethods span img {
	height: auto;
	width: 100%
}

.tab-moreinfo .info-card-list {
	padding-bottom: 24px
}

.tab-moreinfo .info-card {
	padding: 0 16px
}

@media (min-width:1004px) {
	.tab-moreinfo .info-card {
		padding: 0 24px
	}
}

.tab-moreinfo .info-card h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #0a3847;
	margin: 0;
	padding: 16px 0;
	line-height: 24px
}

@media (min-width:1004px) {
	.tab-moreinfo .info-card h2 {
		padding: 0;
		line-height: 48px
	}
}

.tab-moreinfo .info-card h2 i {
	padding-right: 15px
}

.tab-moreinfo .info-card h2 i:before {
	font-size: 16px
}

.tab-moreinfo .info-card .info-tab-section {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 1.71;
	letter-spacing: normal;
	background-color: #f8f5f2;
	padding: 16px 24px;
	font-size: 14px
}

.tab-moreinfo .info-card .info-tab-section.info-pay-card-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 16px 20px
}

@media (min-width:1004px) {
	.tab-moreinfo .info-card .info-tab-section.info-pay-card-list {
		padding: 16px 20px
	}
}

.tab-moreinfo .info-card .info-tab-section.delivery-postcodes ul {
	display: flex;
	flex-wrap: wrap
}

.tab-moreinfo .info-card .info-tab-section.delivery-postcodes ul li {
	width: 50%
}

.tab-moreinfo .info-pay-card {
	width: 72px;
	height: 48px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 0 16px;
	margin: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.tab-moreinfo .info-pay-card img {
	width: 40px
}

.tab-moreinfo .info-pay-card span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 8px;
	line-height: 8px;
	text-align: center
}

.tab-moreinfo .info-map-wrapper {
	position: relative;
	height: 255px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #d7d7d7
}

@media (max-width:569px) {
	.tab-moreinfo .info-map-wrapper {
		width: calc(100% + 30px);
		margin-left: -15px
	}
}

@media (min-width:570px) {
	.tab-moreinfo .info-map-wrapper {
		width: calc(100% + 40px);
		margin-left: -20px
	}
}

@media (min-width:1004px) {
	.tab-moreinfo .info-map-wrapper {
		width: 100%;
		margin-left: 0
	}
}

@media (min-width:1280px) {
	.tab-moreinfo .info-map-wrapper {
		width: 100%;
		margin-left: 0
	}
}

.tab-moreinfo .info-map-wrapper .information-map {
	height: 255px
}

.tab-moreinfo .info-box {
	position: absolute;
	margin: auto;
	display: block;
	height: 112px;
	width: 290px;
	bottom: 16px;
	color: #0a3847;
	left: 50%
}

@media (min-width:570px) and (max-width:1003px) {
	.tab-moreinfo .info-box {
		width: 315px
	}
}

@media (min-width:1004px) {
	.tab-moreinfo .info-box {
		width: 340px
	}
}

.tab-moreinfo .info-box .info-box-inner-container {
	position: relative;
	left: -50%;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 8px 24px
}

.tab-moreinfo .info-box .card-head {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	height: 24px;
	line-height: 1.5
}

.tab-moreinfo .info-box .card-body {
	line-height: 1.83;
	min-height: 48px
}

.tab-moreinfo .info-box .card-body,
.tab-moreinfo .info-box .card-footer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px
}

.tab-moreinfo .info-box .card-footer {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.tab-moreinfo .info-box .card-footer.open {
	color: #10d365
}

.tab-moreinfo .info-box .card-footer.preorder {
	color: #8C4B37
}

.tab-moreinfo .info-box .card-footer.closed {
	color: #ff4246
}

.tab-moreinfo .gm-style-cc {
	display: none
}

.tab-moreinfo [href^="http://maps.google.com/maps"],
.tab-moreinfo [href^="https://maps.google.com/maps"],
.tab-moreinfo [href^="https://www.google.com/maps"] {
	display: none!important
}

.restaurant-info__title {
	color: #0a3847
}

.vote-container {
	z-index: 99;
	position: relative;
	height: 0;
	width: 100%
}

@media (min-width:1004px) {
	.vote-container {
		position: fixed;
		top: 0;
		left: 0
	}
}

.vote-wrapper-info {
	top: 0;
	height: 0;
	z-index: 15;
	width: 100%;
	justify-content: center;
	align-items: center;
	transition: all .5s ease-in
}

.vote-wrapper-info:not(.hidden) {
	display: flex
}

.vote-wrapper-info--error,
.vote-wrapper-info--success {
	height: auto;
	min-height: 4.5rem;
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 22px;
	padding: 12px
}

.vote-wrapper-info:before {
	color: #fff;
	font-family: fontello;
	content: "";
	padding: 14px;
	margin-right: 19px
}

.vote-wrapper-info--error {
	background-color: #ff4246
}

.vote-wrapper-info--error:before {
	background: url(/assets/icons/error_icon.svg) no-repeat 50%
}

.vote-wrapper-info--success {
	background-color: #10d365
}

.vote-wrapper-info--success:before {
	background: url(/assets/icons/happy_icon.svg) no-repeat 50%
}

.vote-wrapper-info.hidden {
	height: 0
}

.vote-wrapper-info__title {
	font-size: 1rem;
	color: #fff
}

.tab_reviews .restaurantvote .radiogroup_stars label {
	display: initial
}

.restaurantvote .select-input {
	display: block;
	position: relative
}

.restaurantvote .select-input:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 8px;
	right: 9px
}

.restaurantvote div.textarea_form {
	width: 100%
}

.restaurantvote textarea {
	border: 1px solid #ccc;
	padding: 4px;
	width: 100%
}

.restaurantvote .vote-remarks {
	height: auto;
	margin-bottom: 24px
}

.restaurantvote {
	clear: all;
	padding-left: 0
}

.restaurantvote .vote-header {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	height: 64px
}

.restaurantvote .vote-header h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #0a3847;
	font-size: 18px;
	line-height: 1.22;
	margin: 0;
	padding: 0
}

.restaurantvote .vote-header .votedetails-close {
	position: absolute;
	right: 18px;
	font-size: 13px;
	cursor: pointer
}

.restaurantvote .vote-header .votedetails-close:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	color: #0a3847
}

.restaurantvote .vote-header .votedetails-close:hover {
	color: #192837
}

.restaurantvote .restaurantreview.votecontainer {
	margin: 0
}

.restaurantvote .restaurantreview.votecontainer .votedetails {
	width: 245px;
	max-width: 500px;
	margin: auto
}

@media (min-width:570px) {
	.restaurantvote .restaurantreview.votecontainer .votedetails {
		width: 350px
	}
}

@media screen and (min-width:375px) and (max-width:569px) {
	.restaurantvote .restaurantreview.votecontainer .votedetails {
		width: 295px
	}
}

.restaurantvote .restaurantreview.votecontainer .votedetails .orderreference {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #8C4B37;
	font-size: 14px;
	height: 24px
}

.restaurantvote .restaurantreview.votecontainer .votedetails .order-date {
	font-family:'Open Sans', sans-serif;
	color: #0a3847;
	font-size: 12px;
	line-height: 26px;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 9px
}

.restaurantvote .restaurantreview.votecontainer .votedetails .vote-row {
	height: 24px;
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between
}

.restaurantvote .restaurantreview.votecontainer .votedetails .vote-row .review-label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #0a3847;
	font-size: 14px;
	line-height: 24px
}

.restaurantvote .restaurantreview.votecontainer .votedetails .rating-section {
	display: flex;
	flex-direction: column;
	margin-bottom: 12px
}

.restaurantvote .restaurantreview.votecontainer .votedetails .form-section {
	display: flex;
	flex-direction: column;
	margin: auto
}

.restaurantvote .restaurantreview.votecontainer .votedetails .form-section .vote-row {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	flex-direction: column;
	height: auto
}

.restaurantvote .restaurantreview.votecontainer .votedetails .form-section .vote-row .form-label {
	height: 24px;
	color: #0a3847
}

.restaurantvote .restaurantreview.votecontainer .votedetails .form-section .vote-row textarea {
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	color: #666;
	resize: none
}

.restaurantvote .restaurantreview.votecontainer .votedetails .form-section .vote-row .select-input:after {
	content: "";
	font-family: fontello;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 12px;
	right: 15px;
	color: #0a3847
}

.restaurantvote .restaurantreview.votecontainer .votedetails .form-section .vote-row .select-input select.input {
	height: 38px;
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	color: #666;
	padding-left: 9px
}

.restaurantvote .restaurantreview.votecontainer .votedetails .button-cta-small {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 100%;
	font-size: 14px;
	height: 40px;
	border-radius: 2px
}

.checkout-form {
	width: 100%
}

@media (min-width:1004px) {
	.checkout-form {
		width: calc(100% - 344px)
	}
}

.checkout-form__restaurant-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #666;
	font-size: 1.125rem;
	line-height: 1.2;
	margin: 0;
	padding: 0
}

@media (min-width:1004px) {
	.checkout-form__restaurant-name {
		font-size: 1.5rem
	}
}

.orderdetails-wrapper {
	width: 100%;
	background: #fff
}

@media (min-width:1004px) {
	.orderdetails-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: stretch;
		margin-top: 0
	}
}

.orderdetails-wrapper h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #0a3847
}

.orderdetails-wrapper .checkout-subheader-text,
.orderdetails-wrapper .checkout-subheader-text-first {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 35px;
	border-bottom: 1px dotted #ccc
}

@media (min-width:1004px) {
	.orderdetails-wrapper .checkout-subheader-text,
	.orderdetails-wrapper .checkout-subheader-text-first {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 1.8em;
		padding-bottom: 15px
	}
}

.orderdetails-wrapper .checkout-subheader-text-first {
	margin-top: .4rem
}

@media (min-width:1004px) {
	.orderdetails-wrapper .checkout-subheader-text-first {
		margin-top: .7rem
	}
}

.orderdetails-wrapper .postcode {
	color: #666
}

.step4 .cartbutton {
	display: none
}

.step4 .grid-11 {
	width: 47.815%
}

@media (max-width:1003px) {
	.step4 .grid-11 {
		width: 100%
	}
}

.step4 .off-02 {
	margin-left: 4.33%
}

@media (max-width:1003px) {
	.step4 .off-02 {
		margin-left: 0
	}
}

.naw-col6 {
	width: 100%
}

.naw-col3 {
	width: 35%;
	float: left
}

.naw-col9 {
	width: 65%;
	float: left
}

.checkoutdivr_nodisplay {
	display: none
}

.step4 .orderdetails-wrapper .subtitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 35px;
	color: #666;
	margin: 0;
	margin-top: 22px;
	margin-bottom: 17px;
	border-bottom: 1px dotted #ccc
}

@media (min-width:1004px) {
	.step4 .orderdetails-wrapper .subtitle {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 1.8em;
		padding-bottom: 15px
	}
}

.step4 .checkoutcontainer {
	margin: 0 auto;
	max-width: 1130px;
	padding: 15px 15px 40px
}

@media (min-width:1004px) {
	.step4 .checkoutcontainer {
		padding: 24px 24px 40px
	}
}

.step4 .step4main .checkoutcontainernaw .subtitle:first-child {
	margin-top: 0
}

.step4 #ipayments #ipaymentmethods {
	display: none;
	position: relative;
	width: 100%;
	margin: 0;
	max-width: 100%
}

.step4 .payment-optional-header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #0a3847;
	margin: 16px 0 0
}

.step4 .passwordforgotlink {
	display: inline-block;
	margin-left: 14px;
	font-size: .9em
}

.step4 .postcode {
	top: 0
}

.step4 .addressinfo {
	position: relative
}

.step4 #ibausername,
.step4 #ibusinesscharacteristic {
	background-color: #fff
}

.step4 .businessreference_nodisplay {
	display: none
}

.step4 .businessreference {
	display: block
}

.step4 .privacystatement {
	color: #cfcac4
}

.step4 .privacystatement.highlight-ps {
	color: #0a3847
}

.step4 #main .notification {
	color: #8c730f;
	background-color: #feefb3;
	border: 1px solid #fbe27f;
	padding: 9px;
	border-radius: 3px
}

#iaddressnotice {
	position: absolute;
	display: none;
	font-size: 11px;
	padding: 0 6px;
	color: #fff;
	background: #000;
	height: 28px;
	line-height: 28px;
	text-align: right;
	visibility: visible;
	border-radius: 5px;
	top: 4px;
	right: 0;
	margin-left: 0;
	z-index: 5
}

#iaddressnotice:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 90%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent
}

.notificationalert {
	background-color: #000;
	color: #fff;
	padding: 12px;
	font-size: 1em;
	margin-bottom: 12px;
	border-radius: 3px
}

input.textfield-form--large.mandatory,
input.textfield-form--small.mandatory,
input.textfield-form.mandatory,
textarea.textarea_form.mandatory {
	background: url(/images/buttons/mandatory.png) 98% 50% no-repeat;
	background-size: 20px;
	background-color: #fff
}

input.textfield-form--large.marked,
input.textfield-form--small.marked,
input.textfield-form.marked,
textarea.textarea_form.marked {
	border: 1px solid #f54830!important
}

.checkoutcontainernaw {
	margin-bottom: 40px
}

.checkoutcontainernaw div.textfield-form,
.checkoutcontainernaw input.textfield-form {
	width: 100%;
	position: relative
}

div.textfield-form.marked input {
	border: 1px solid #f54830!important
}

.checkoutcontainer .textarea_form textarea,
.checkoutcontainer .textfield-form input,
.checkoutcontainer .textfield-form textarea {
	border: 1px solid #cfcac4;
	line-height: 24px
}

@media (min-width:1004px) {
	.checkoutcontainer .textarea_form textarea,
	.checkoutcontainer .textfield-form input,
	.checkoutcontainer .textfield-form textarea {
		line-height: 24px;
		z-index: auto
	}
}

.checkoutcontainer .textarea_form textarea {
	width: 100%;
	height: 150px;
	border-radius: 3px;
	padding: 12px;
	line-height: 20px
}

.voucherdetails .CloseBtn {
	position: absolute;
	right: 0;
	top: 8px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #333;
	border-radius: 25px;
	background: #333;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	line-height: 4px;
	padding: 11px 3px;
	text-decoration: none
}

.voucherdetails .CloseBtn:before {
	content: "×"
}

.paymentbuttonwrapper:last-child {
	margin-right: 0
}

.paymentbuttonwrapper {
	display: inline-block;
	width: 101px;
	height: 140px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-right: 14px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	position: relative;
	background-size: 90%;
	background-position: 6px 22%
}

.paymentmethods .radiobutton_form_label {
	display: block;
	position: absolute;
	width: 100%;
	top: 98px;
	text-align: center;
	color: #0a3847;
	font-size: 12px;
	padding: 0 4px;
	height: 50px
}

.paymentmethods .paymentbuttonchecked .radiobutton_form_label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.paymentbuttonchecked {
	border: 1px solid #cbebb5;
	background-color: #eaffdc
}

.paymentmethods .paymentradiobutton {
	visibility: hidden
}

.paymentbuttonwrapper label {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.paymentmethod0 {
	background-image: url(/assets/icons/ta-cash.svg);
	background-size: 52px auto;
	background-position-x: 50%;
	background-position-y: 28px
}

.paymentmethod2 {
	background-image: url(/images/paymethods/payment_2.png)
}

.paymentmethod2_1 {
	background-image: url(/images/paymethods/payment_2_1.png)
}

.paymentmethod26 {
	background-image: url(/images/paymethods/payment_26.png)
}

.paymentmethod3 {
	background-image: url(/images/paymethods/payment_3.png)
}

.paymentmethod31_1 {
	background-image: url(/images/paymethods/payment_31_1.png)
}

.paymentmethod31_2 {
	background-image: url(/images/paymethods/payment_31_2.png)
}

.paymentmethod4 {
	background-image: url(/images/paymethods/payment_4.png)
}

.paymentmethod6_1 {
	background-image: url(/images/paymethods/payment_61.png)
}

.paymentmethod6_2 {
	background-image: url(/images/paymethods/payment_62.png);
	background-position: 4px 28%
}

.paymentmethod6_3 {
	background-image: url(/images/paymethods/payment_63.png);
	background-position: 8px 28%;
	background-size: 85%
}

.paymentmethod6_4 {
	background-image: url(/images/paymethods/payment_64.png);
	background-position: 6px 20%
}

.paymentmethod6_6 {
	background-image: url(/images/paymethods/payment_66.png)
}

.paymentmethod6_7 {
	background-image: url(/images/paymethods/payment_67.png)
}

.paymentmethod6_8 {
	background-image: url(/images/paymethods/payment_68.png);
	background-position: 4px 28%
}

.paymentmethod7 {
	background-image: url(/images/paymethods/payment_7.png)
}

.paymentmethod9 {
	background-image: url(/assets/icons/ta-mealvoucher.svg);
	background-size: 52px auto;
	background-position-x: 50%;
	background-position-y: 28px
}

.paymentmethod15 {
	background-image: url(/images/paymethods/payment_15.png)
}

.paymentmethod15_180 {
	background-image: url(/images/paymethods/payment_15_180.png)
}

.paymentmethod16 {
	background-image: url(/images/paymethods/payment_16.png);
	background-position: 9px 30%;
	background-size: 87%
}

.paymentmethod17 {
	background-image: url(/assets/icons/ta-cheques.svg);
	background-size: 52px auto;
	background-position-x: 50%;
	background-position-y: 28px
}

.paymentmethod18 {
	background-image: url(/images/paymethods/payment_18.png);
	background-position: 4px 25%
}

.paymentmethod20 {
	background-image: url(/images/paymethods/payment_20.png)
}

.paymentmethod22 {
	background-image: url(/images/paymethods/payment_22.png)
}

.paymentmethod21 {
	background-image: url(/images/paymethods/payment_21.png)
}

.paymentmethod24 {
	background-image: url(/images/paymethods/payment_24.png);
	background-size: 60px auto;
	background-position-x: 50%;
	background-position-y: 32px
}

.paymentmethod28 {
	background-image: url(/images/paymethods/payment_28.png)
}

.paymentmethod29 {
	background-image: url(/images/paymethods/payment_29.png);
	background-size: 52px auto;
	background-position-x: 50%;
	background-position-y: 35px
}

.paymentmethod33 {
	background-image: url(/images/paymethods/payment_33.png)
}

.checkoutcontainer .paymentdetails .CloseBtn {
	display: none
}

.checkoutcontainer .paymentdetails p.businessreference {
	line-height: 30px
}

.checkoutcontainer .paymentdetails p.businessreference,
.step4 .step4main h1.subtitle.restaurantname {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.1em
}

.step4 .step4main h1.subtitle.restaurantname {
	padding-bottom: 5px
}

.step4 .paymentdetails {
	margin-bottom: 22px
}

.step4 .ibussinesspaymentdetails .paymentdetails {
	margin-bottom: 0
}

.step4 .paymentdetails .paymentdetailsbox {
	margin-top: 12px
}

.step4 .paymentdetails .paymentdetailsbox .cashpulldown {
	max-width: 100%
}

@media (min-width:1004px) {
	.step4 .paymentdetails .paymentdetailsbox .cashpulldown {
		max-width: 48%
	}
}

#ipaymentdetails .paymentdetailsbox h3,
#ipaymentdetails .paymentdetailsbox p.nawlabel {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	margin: 0 0 9px;
	padding: 6px 0 9px
}

.ibussinesspaymentdetails .popuptitleheader {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.12em;
	color: #192837;
	text-transform: uppercase
}

.paymentdetailsbox .popuptitleheader {
	font-size: 1.12em;
	text-transform: uppercase;
	margin-top: 15px;
	padding-bottom: 6px
}

.step4 .paymentdetails div.checkbox_form {
	width: 40px
}

.step4 .addvoucher {
	margin-top: 12px
}

.step4 .addvoucher_nodisplay {
	display: none
}

.step4 .voucherdetails {
	position: relative;
	margin-top: 24px;
	margin-bottom: 24px
}

.step4 #ivoucherpopuplink a {
	color: #333
}

.step4 .voucherdetails b {
	font-size: 1.1em
}

.step4 .vouchercontainer p,
.step4 .voucherdetails p {
	font-size: 1em
}

.step4 .voucherdetails .notificationfeedbackwrapper {
	position: static
}

.step4 .voucherdetails .notificationfeedback {
	left: 0;
	bottom: -25px;
	top: auto;
	color: #e40a0a;
	background: none;
	box-shadow: none;
	padding: 0;
	font-size: 1em
}

.step4 .voucherdetails .CloseBtn,
.step4 .voucherdetails .notificationfeedbackwrapper .marker {
	display: none
}

.step4 .legal.extra {
	display: none;
	font-size: 11px
}

.step4 .checkout-orderbutton-btn .cartbutton-button {
	position: relative
}

.step4 .basket__content {
	padding-bottom: 1rem
}

.step4 .basket .cartbutton-button {
	display: none
}

.step4 img.mandatory {
	height: 20px;
	margin-top: -6px
}

.step4 .businesscontainer {
	margin-top: 4px
}

.step4 .businesscontainer .label {
	line-height: 35px
}

.step4 #ibaloginform .notificationalert,
.step4 #ipaymentdetails .notificationalert {
	font-size: .9em
}

.step4 .checkoutcontainer .businesscontainer input {
	background-color: #fff
}

.step4 .checkout-orderbutton input.button_form_disabled {
	background: #dcdcdc;
	cursor: default
}

@media (min-width:1004px) {
	.step4 #ipayments #ipaymentmethods {
		display: block
	}
	.step4 #ipayments #ipaymentmethodsmobile {
		display: none
	}
	.step4 .orderdetails-wrapper .checkout-header-text {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 3em
	}
	.step4 .checkoutcontainernaw .subtitle {
		margin-top: 40px
	}
	.step4 #icheckoutfinish .checkoutorderbutton .button_form {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 1.4em
	}
}

.step4 .pulldown_form {
	position: relative
}

.step4 .pulldown_form select {
	position: relative;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	border: 1px solid #cfcac4;
	border-radius: 3px;
	background-color: #fff
}

.step4 .pulldown_form:after {
	content: "\e892";
	right: 10px;
	position: absolute;
	font-family: fontello;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	pointer-events: none
}

.customeraddressselectbox .custadressselectboxcontainer {
	width: 100%
}

@media (min-width:1004px) {
	.customeraddressselectbox .custadressselectboxcontainer {
		width: 48%
	}
}

.step4 p.nawlabel {
	margin: 0;
	margin-top: 12px
}

@media (min-width:1004px) {
	.step4 p.nawlabel {
		margin-bottom: 5px;
		font-size: 15px
	}
}

#ipaymentdetails .paymentdetailsbox p {
	margin: 0
}

.step4 #ibaloginform p {
	margin-bottom: 20px
}

.step4 .checkout-voucher {
	margin: 0;
	padding: 0
}

.step4 .checkout-orderbutton>div {
	margin-top: 10px
}

@media (min-width:1004px) {
	.step4 .checkout-orderbutton>div {
		margin-bottom: 20px
	}
}

.step4 .checkbox-inline {
	display: inline
}

.step4 .checkout-orderbutton-btn {
	max-width: 100%;
	margin-top: 24px
}

@media (min-width:1004px) {
	.step4 .checkout-orderbutton-btn {
		max-width: 49%
	}
}

.step4 .checkout-newsletter-hidden {
	display: none
}

.step4 .checkout-notice {
	margin: 10px 0 20px
}

.step4 #order-loading,
.step4 .checkout-orderbutton .leave-at-door,
.step4 .checkout-orderbutton .leave-at-door-select-online {
	display: none
}

.step4 #order-loading:before {
	content: url(../images/loading.gif);
	vertical-align: -100%;
	padding: 0 15px 0 0
}

div[id^=payment-case-],
p[id^=payment-case-] {
	display: none
}

.takeaway-pay .tp-label-disabled {
	opacity: .33
}

.takeaway-pay .tp-label-disabled .tp-container {
	cursor: default
}

.takeaway-pay .tp-flex-row {
	display: flex;
	flex-direction: row
}

.takeaway-pay .tp-flex-column {
	display: flex;
	flex-direction: column
}

.takeaway-pay .tp-header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #0a3847;
	margin: 0 0 8px
}

.takeaway-pay .tp-single-allowance-container {
	margin: 0 5px 5px 0;
	display: inline-flex;
	flex-direction: column;
	width: 100%
}

@media (min-width:320px) {
	.takeaway-pay .tp-single-allowance-container {
		margin: 0 0 8px
	}
}

@media (min-width:1004px) {
	.takeaway-pay .tp-single-allowance-container {
		width: 350px
	}
}

.takeaway-pay .tp-single-allowance-container.tp-allowance-container-disabled {
	opacity: .33
}

.takeaway-pay .tp-single-allowance-container.tp-allowance-container-disabled .tp-label {
	cursor: default
}

.takeaway-pay .tp-single-allowance-container.tp-allowance-container-disabled .icon-takeaway-pay>.background {
	fill: #aa8055
}

.takeaway-pay .tp-single-allowance-container .tp-label {
	display: inline-flex;
	width: 100%;
	cursor: pointer
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-input {
	display: none
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-input:checked+.tp-container {
	background-color: rgba(255, 128, 0, .2);
	border-color: transparent
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-input:checked+.tp-container>.tp-checkbox:before {
	background: #192837;
	border-color: #192837
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-container {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: flex;
	flex: 1;
	align-items: center;
	padding: 0 16px;
	border-radius: 2px;
	border: 1px solid #e0e0e0;
	height: 65px;
	color: #0a3847;
	background-color: #fff
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-checkbox:before {
	font-family: fontello;
	content: "\E8B2";
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	border-radius: 3px;
	min-width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #d7d7d7;
	color: #fff
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-texts {
	margin-right: 14px
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-allowance {
	display: inline-block;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 26px
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-allowance .tp-amount {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -.7px
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-company-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #666;
	line-height: 17px;
	margin: 0 0 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-logo {
	color: #8C4B37;
	margin-left: auto
}

.takeaway-pay .tp-single-allowance-container .tp-label .tp-logo:before {
	font-size: 57px;
	margin: 0
}

.takeaway-pay .tp-single-allowance-container .tp-text-inputs-container {
	overflow: hidden
}

.takeaway-pay .tp-single-allowance-container .tp-text-inputs-container .tp-text-input-container {
	display: inline-block;
	width: 100%
}

.takeaway-pay .tp-single-allowance-container .tp-text-inputs-container .tp-text-input-container .tp-text-label {
	font-size: 13px;
	width: 100%;
	position: relative;
	line-height: 21px;
	margin: 12px 0 0;
	display: inline-block
}

.takeaway-pay .tp-single-allowance-container .tp-text-inputs-container .tp-text-input-container .tp-text-input {
	display: inline-block
}

.language-selector-popup.lightbox .lightbox-header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	box-shadow: none;
	color: #0a3847;
	font-size: 1.5rem;
	padding: 1.1rem 1.5rem;
	text-align: left
}

@media (min-width:1004px) {
	.language-selector-popup.lightbox .lightbox-header {
		display: block;
		margin-bottom: .5rem;
		font-size: 1.125rem
	}
}

@media (min-width:1280px) {
	.language-selector-popup.lightbox .lightbox-header {
		font-size: 1.5rem
	}
}

.language-selector-popup.lightbox .lightbox-content {
	position: absolute;
	top: 19%;
	left: 0;
	right: 0;
	width: 88%;
	margin: 0 auto;
	background: #fff;
	bottom: auto;
	min-height: auto
}

.language-selector-popup.lightbox .lightbox-content .languagefilter {
	padding: 1.1rem 2.5rem;
	list-style-type: none
}

.language-selector-popup.lightbox .lightbox-content .languagefilter li {
	border: 1px solid #e9e9e9;
	padding-left: 20px;
	margin-bottom: 10px;
	border-radius: 3px
}

.language-selector-popup.lightbox .lightbox-content .languagefilter li a,
.language-selector-popup.lightbox .lightbox-content .languagefilter li button {
	cursor: pointer;
	color: #333;
	display: block;
	line-height: 40px;
	width: 100%;
	text-align: left
}

.language-selector-popup.lightbox .lightbox-content .languagefilter li a:hover,
.language-selector-popup.lightbox .lightbox-content .languagefilter li button:hover {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.back-link {
	display: none;
	height: 64px
}

@media (min-width:1004px) {
	.back-link {
		display: block
	}
}

.back-link__grid-container .back-link {
	position: absolute;
	top: -64px
}

@media (max-width:569px) {
	.back-link__grid-container .back-link {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:570px) {
	.back-link__grid-container .back-link {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:1004px) {
	.back-link__grid-container .back-link {
		width: calc(66.66667% - 40px);
		float: left;
		margin-left: 24px
	}
}

@media (min-width:1280px) {
	.back-link__grid-container .back-link {
		width: calc(75% - 42px);
		float: left;
		margin-left: 24px
	}
}

.back-link__link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #8C4B37;
	font-size: 14px;
	line-height: 64px;
	display: inline-block;
	padding-right: 16px
}

.back-link__link:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	padding-right: 4px;
	position: relative;
	top: -1px;
	width: auto
}

.back-link__link:hover {
	text-decoration: underline;
	color: #8C4B37
}

.basket-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	height: 72px;
	letter-spacing: normal;
	line-height: 1.38;
	min-width: 275px;
	margin: 0!important;
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	cursor: pointer
}

@media (min-width:1004px) {
	.basket-button {
		height: 64px
	}
}

.basket-button:hover {
	background-color: #0953bd;
	color: #fff
}

.basket-button--fixed {
	top: 0;
	position: fixed;
	z-index: 2
}

.basket-button--primary {
	border: 8px solid #fff;
	border-radius: 10px;
	background-color: #192837
}

@media (min-width:1004px) {
	.basket-button--primary {
		border: 0;
		border-radius: 2px
	}
}

.basket-button--primary .basket-button__close {
	display: none
}

.basket-button--secondary {
	background-color: #fff;
	border-bottom: 1px solid #f8f5f2;
	cursor: default;
	height: 56px
}

.basket-button--secondary:hover {
	background-color: #fff
}

.basket-button--secondary .basket-button__icon:after,
.basket-button--secondary .basket-button__label {
	color: #666
}

.basket-button--secondary .basket-button__icon-container {
	display: none
}

.basket-button--tertiary {
	background-color: #0a3847
}

.basket-button--tertiary .basket-button__close {
	display: none
}

.basket-button__icon-container {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute
}

.basket-button__icon {
	top: 50%;
	left: 22px;
	position: absolute
}

.basket-button__icon--pickup:after {
	content: "\e97c";
	font-size: 20px
}

.basket-button__icon--delivery:after {
	content: "\e97c";
	font-size: 20px;
	top: 0
}

.basket-button__icon:after {
	color: #fff;
	font-family: fontello;
	font-weight: 400;
	line-height: 0;
	position: absolute
}

.basket-button__counter {
	background: #8C4B37;
	border-radius: 100%;
	border: 0;
	color: #fff;
	display: block;
	font-size: 10px;
	height: 17px;
	letter-spacing: 0;
	line-height: 17px;
	position: absolute;
	left: 32px;
	text-align: center;
	text-transform: uppercase;
	top: calc(50% + 2px);
	width: 17px
}

.basket-button__label {
	margin: 0;
	text-align: center;
	width: 100%
}

@media (max-width:1003px) {
	.basket-button__close {
		color: #666;
		position: absolute;
		right: 0
	}
	.basket-button__close:hover {
		background-color: #f6f6f6;
		color: #333
	}
	.basket-button__close:before {
		content: "";
		font-family: fontello;
		font-weight: 400;
		font-size: .75rem;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 72px;
		width: 72px
	}
}

.delivery-switch {
	cursor: pointer
}

.activesmartbanner .basket-button--fixed {
	top: 79px
}

@media (min-width:1004px) {
	.basket-button-container {
		display: none
	}
}

.basket-button-container-fixed .basket-button--tertiary {
	position: fixed;
	top: 0;
	z-index: 2
}

.basket-button-container-fixed .checkoutcontainer {
	padding-top: 56px
}

.box {
	background-color: #fff;
	margin: 15px;
	padding: 16px 18px;
	position: relative
}

@media (min-width:1004px) {
	.box {
		padding: 18px 202px 27px
	}
}

.box--with-shadow {
	box-shadow: 2px 2px 10px 0 hsla(0, 0%, 50%, .4)
}

.box__icon {
	text-align: center;
	margin: 11px auto
}

.box__icon:before {
	color: #8C4B37;
	content: attr(data-icon);
	font-family: fontello;
	font-size: 33px;
	line-height: 1
}

.box__icon--as-badge {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	margin-top: 0
}

.box__icon--inverted {
	background: #8C4B37
}

.box__icon--inverted:before {
	color: #fff
}

.box__icon--with-shadow {
	box-shadow: 2px 2px 10px 0 hsla(0, 0%, 50%, .4)
}

.box__title {
	color: #0a3847;
	font-size: 18px;
	font-weight: 600;
	margin: 16px 0 8px;
	text-align: center
}

@media (min-width:570px) {
	.box__title {
		margin: 16px 0 25px
	}
}

.box__title--no-margin-top {
	margin-top: 0
}

@media (min-width:570px) {
	.box__list {
		column-count: 2
	}
}

.box__list li {
	list-style-type: none;
	font-size: 14px;
	line-height: 22px;
	padding-left: 52px;
	padding-bottom: 16px;
	position: relative
}

.box__list li:before {
	color: #8C4B37;
	content: attr(data-icon);
	display: inline-block;
	font-family: fontello;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	left: 20px;
	top: calc(50% - 12px);
	position: absolute
}

.chat-btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none!important;
	color: #192837!important;
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	line-height: 22px;
	margin: 8px 0 0;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (min-width:570px) {
	.chat-btn {
		margin: 12px 20px 40px 0;
		min-width: 243px
	}
}

.chat-btn__hidden {
	display: none
}

.chat-container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 23px 0 28px
}

@media (min-width:570px) {
	.chat-container {
		padding: 30px 0 28px
	}
}

.chat-container--chat-btn {
	flex: 0 0 243px;
	margin: 8px 8px 0 0
}

.chat-container--sub-title {
	flex: 1 1 100%;
	margin: 0!important
}

.locale-flag-nl {
	background: url(/assets/images/flags/4x3/nl.svg)
}

.locale-flag-en {
	background: url(/assets/images/flags/4x3/gb.svg)
}

.locale-flag-de {
	background: url(/assets/images/flags/4x3/de.svg)
}

.locale-flag-de-at {
	background: url(/assets/images/flags/4x3/at.svg)
}

.locale-flag-de-ch {
	background: url(/assets/images/flags/4x3/de.svg)
}

.locale-flag-fr {
	background: url(/assets/images/flags/4x3/fr.svg)
}

.locale-flag-pl {
	background: url(/assets/images/flags/4x3/pl.svg)
}

.locale-flag-pt {
	background: url(/assets/images/flags/4x3/pt.svg)
}

.locale-flag-vi {
	background: url(/assets/images/flags/4x3/vn.svg)
}

.locale-flag-bg {
	background: url(/assets/images/flags/4x3/bg.svg)
}

.locale-flag-ro {
	background: url(/assets/images/flags/4x3/ro.svg)
}

.locale-flag-it {
	background: url(/assets/images/flags/4x3/it.svg)
}

.locale-flag-da {
	background: url(/assets/images/flags/4x3/dk.svg)
}

.locale-flag-no {
	background: url(/assets/images/flags/4x3/no.svg)
}

.locale-flag {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 4px solid #fff;
	cursor: pointer;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.flag-container {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	position: relative;
	vertical-align: text-bottom;
	margin-right: 2px;
	top: -1px;
	width: 16px
}

.flag-container .locale-flag {
	width: 14px;
	height: 14px;
	border-width: 2px
}

.flag-container:after {
	clear: both
}

.language-country-container {
	position: relative;
	display: block
}

.language-country-container .language-country-modal {
	visibility: hidden;
	background-color: #fff;
	padding: 8px 0 24px;
	position: absolute;
	right: 1.75rem;
	top: 1.5rem;
	border-radius: 4px;
	width: 414px;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05);
	z-index: 20;
	opacity: 0;
	transform: translate(0);
	transition: transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out
}

.language-country-container .language-country-modal.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(10px)
}

.language-country-container .language-country-modal .list-container {
	padding: 0 24px
}

.language-country-container .language-country-modal .list-container .title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 165px;
	height: 36px;
	font-size: 18px;
	color: #0a3847;
	line-height: 3
}

.language-country-container .language-country-modal .list-container ul {
	list-style: none
}

.language-country-container .language-country-modal .list-container .list li {
	height: 26px;
	margin: 11px 0
}

.language-country-container .language-country-modal .list-container .list li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #0a3847;
	font-size: 14px
}

.language-country-container .language-country-modal .list-container .list li a:hover {
	color: #8C4B37
}

.language-country-container .language-country-modal .list-container .list li a.selected {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.language-country-container .language-country-modal>:first-child {
	border-right: 1px solid #f8f5f2
}

.list-container li {
	height: 55px;
	line-height: 3.8
}

.list-container li .icon-check {
	position: absolute;
	top: 0;
	right: 20px;
	color: #10d365
}

.country-selector-section ul {
	list-style: none
}

.country-selector-section ul li {
	position: relative;
	border-bottom: 1px solid #f8f5f2;
	background-color: #fff;
	padding: 0 21px
}

.country-selector-section ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: block;
	color: #0a3847;
	font-size: 14px
}

.country-selector-section ul li a:hover {
	color: #8C4B37
}

.country-selector-section ul li>.selected {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.country-selector-section ul li a .flag-container {
	vertical-align: middle;
	margin-right: 8px
}

.country-selector-section ul li a .flag-container .locale-flag {
	width: 20px;
	height: 20px;
	border-width: 2px
}

.euro2020-banner {
	display: flex;
	background: #14a5bb url(/images/promo/euro2020/UEFA_BG.svg) 50%;
	background-size: cover;
	justify-content: center
}

.euro2020-banner--margin-bottom {
	margin-bottom: 16px
}

.euro2020-banner__container {
	display: flex;
	width: 100%;
	max-width: 1320px
}

@media (min-width:1004px) {
	.step2 .euro2020-banner__container {
		padding: 0 40px
	}
}

.foodtracker .euro2020-banner__container {
	display: flex
}

.euro2020-banner__container--extra-margin {
	padding: 0 4px 0 20px
}

@media (min-width:570px) {
	.euro2020-banner__container--extra-margin {
		padding: 0 24px 0 40px
	}
}

@media (min-width:1004px) {
	.euro2020-banner__container--extra-margin {
		padding: 0 44px 0 60px
	}
}

.euro2020-banner__container--centered {
	width: auto
}

.euro2020-banner--homepage-position {
	width: 100%;
	margin-top: -9vw
}

@media (min-width:570px) {
	.euro2020-banner--homepage-position {
		margin-top: 0
	}
}

.euro2020-banner__logo {
	align-self: center;
	margin: 16px;
	width: 48px;
	height: 55px
}

.euro2020-banner__logo--no-margin-left {
	margin: 18px 19px 19px 0
}

@media (min-width:570px) {
	.euro2020-banner__logo--extra-margin-right {
		margin-right: 54px
	}
}

.euro2020-banner__logo--larger {
	width: 56px;
	height: 63px
}

.euro2020-banner__text-container {
	display: flex;
	flex-direction: column;
	color: #fff;
	width: 100%
}

.euro2020-banner__extra-space {
	display: inline
}

.euro2020-banner__title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 16px 0 4px;
	font-size: 14px;
	line-height: 18px
}

@media (min-width:570px) {
	.euro2020-banner__title {
		line-height: 24px;
		font-size: 16px;
		margin: 20px 0 4px
	}
}

.euro2020-banner__title--small {
	margin: 14px 0 4px;
	line-height: 16px;
	font-size: 14px
}

@media (min-width:570px) {
	.euro2020-banner__title--small {
		font-size: 16px;
		line-height: 16px
	}
}

.euro2020-banner__title--large {
	font-size: 24px;
	line-height: 28px;
	margin: 0 16px 0 0;
	padding: 16px 0;
	flex: 1;
	display: flex;
	align-items: center
}

.euro2020-banner__title--opt-in {
	display: none
}

.euro2020-banner__text {
	line-height: 16px;
	margin: 0 16px 16px 0;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	font-size: 12px
}

@media (min-width:570px) {
	.euro2020-banner__text {
		line-height: 18px;
		font-size: 14px
	}
}

.foodtracker .euro2020-banner__text {
	margin: 0 0 14px
}

.euro2020-banner__text--opt-in {
	display: none
}

.euro2020-banner--opt-in .euro2020-banner__text--opt-in {
	display: flex
}

.euro2020-banner--opt-in .euro2020-banner__text--opt-out {
	display: none
}

.euro2020-banner__text--with-link {
	flex-direction: column
}

.euro2020-banner__text-part {
	flex-grow: 0;
	text-align: left
}

.euro2020-banner__title-and-button-close {
	display: flex;
	justify-content: space-between
}

.euro2020-banner__button-close {
	align-self: flex-start;
	color: #fff;
	padding: 16px 16px 4px
}

.foodtracker .euro2020-banner__button-close {
	padding: 14px
}

.euro2020-banner__button-close:hover {
	cursor: pointer
}

.euro2020-banner__button-close:before {
	font-size: 10px
}

.euro2020-banner__link {
	margin-top: 8px;
	font-weight: 600;
	color: #fff
}

.foodtracker .euro2020-banner__link {
	margin-top: 4px
}

.euro2020-banner__link:active,
.euro2020-banner__link:focus,
.euro2020-banner__link:hover,
.euro2020-banner__link:visited {
	color: #fff
}

.euro2020-banner--hidden {
	display: none
}

.step4 .euro2020-newsletter__signup .inline-desc {
	display: flex;
	border-color: transparent;
	padding: 9px 20px 9px 11px;
	font-size: 12px
}

@media (min-width:1004px) {
	.step4 .euro2020-newsletter__signup .inline-desc {
		border-color: #cfcac4
	}
}

.step4 .euro2020-newsletter__image-container {
	margin-right: 16px;
	order: -1
}

.step4 .euro2020-newsletter__image {
	height: 48px
}

.step4 .euro2020-notification {
	border: 1px solid #cfcac4;
	padding: 8px;
	border-radius: 3px;
	display: flex;
	flex-direction: row;
	font-size: 12px;
	align-items: center
}

.step4 .euro2020-notification__image {
	height: 48px;
	margin-right: 16px
}

.hero {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	width: 100%;
	background-color: #0a3847
}

@media (min-width:1004px) {
	.hero {
		width: calc(100% - 344px)
	}
}

.hero--vi {
	background-image: url(/assets/images/header/pizza.jpg)
}

body.step2 .hero1 {
	background-position-y: 90%
}

@media (min-width:570px) {
	body.step2 .hero1 {
		background-size: 100%;
		background-position-y: 60%
	}
}

@media (min-width:1004px) {
	body.step2 .hero1 {
		background-size: 120%
	}
}

@media (min-width:1280px) {
	body.step2 .hero1 {
		background-position-y: 63%
	}
}

body.step1 {
	position: relative;
	height: 80%;
	min-height: 550px;
	background-color: transparent
}

body.step1 .hero--vi {
	background-image: url(/assets/images/header/bg.jpg)
}

body.step3 .hero,
body.step4 .hero {
	height: 112px
}

@media (min-width:1004px) {
	body.step3 .hero,
	body.step4 .hero {
		height: 200px
	}
}

@media (min-width:1004px) {
	body.step4 .hero {
		display: none
	}
}

.map-data-window {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	z-index: 50;
	bottom: 16px;
	position: fixed;
	left: 50%;
	width: 290px
}

@media screen and (max-width:375px) {
	.map-data-window {
		width: 245px;
		margin-left: -123px
	}
}

@media screen and (min-width:375px) {
	.map-data-window {
		width: 345px;
		margin-left: -175px
	}
}

@media (min-width:570px) {
	.map-data-window {
		width: 530px;
		margin-left: -265px
	}
}

.map-data-window .top-left-info {
	position: absolute;
	top: 8px;
	left: 8px
}

@media (min-width:1280px) {
	.map-data-window .top-left-info {
		top: 16px;
		left: 16px
	}
}

.map-data-window .top-left-info label {
	line-height: 16px;
	border-radius: 2px;
	color: #fff;
	padding: 0 3px;
	font-size: 12px;
	z-index: 200;
	position: relative;
	font-family:'Open Sans', sans-serif
}

.map-data-window .top-left-info label.is-new {
	background-color: #10d365
}

.map-data-window .top-left-info label.is-tip {
	background-color: #8C4B37
}

.map-data-window .restaurant-infopanel {
	position: relative;
	width: 100%
}

.map-data-window .restaurant-infopanel .restaurant {
	margin-right: 0
}

.map-data-window .infopanel-left {
	height: 160px;
	position: relative;
	display: inline-block;
	border-right: 1px solid #e9e9e9;
	width: 98px;
	float: left
}

@media screen and (min-width:375px) {
	.map-data-window .infopanel-left {
		width: 105px
	}
}

@media (min-width:570px) {
	.map-data-window .infopanel-left {
		width: 118px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-left {
		width: 206px;
		height: 184px
	}
}

.map-data-window .infopanel-left .logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 120px;
	width: 98px
}

@media screen and (min-width:375px) {
	.map-data-window .infopanel-left .logo {
		width: 105px
	}
}

@media (min-width:570px) {
	.map-data-window .infopanel-left .logo {
		width: 152px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-left .logo {
		width: 206px;
		height: 184px
	}
}

.map-data-window .infopanel-left .logo img {
	max-width: 80px;
	max-height: 80px;
	border: 0
}

@media (min-width:1280px) {
	.map-data-window .infopanel-left .logo img {
		max-width: 96px;
		max-height: 96px
	}
}

.map-data-window .infopanel-left .restaurantrating-review {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	bottom: 10px
}

@media (min-width:570px) {
	.map-data-window .infopanel-left .restaurantrating-review {
		bottom: 16px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-left .restaurantrating-review {
		bottom: 23px
	}
}

.map-data-window .infopanel-left .restaurantrating-review img {
	margin: 0 1px;
	width: 10px
}

@media (min-width:1280px) {
	.map-data-window .infopanel-left .restaurantrating-review img {
		width: 12px
	}
}

.map-data-window .infopanel-left .restaurantrating-review .rating-amount {
	display: inline-block;
	margin: 0;
	color: #666;
	font-family:'Open Sans', sans-serif;
	font-size: 12px
}

@media (min-width:570px) {
	.map-data-window .infopanel-left .restaurantrating-review .rating-amount {
		margin: 0 0 0 3px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-left .restaurantrating-review .rating-amount {
		margin: 0 0 0 5px;
		font-size: 14px
	}
}

.map-data-window .infopanel-right {
	display: inline-block;
	width: 190px;
	height: 160px;
	background-color: #fff;
	position: relative;
	float: left;
	padding: 15px 25px 10px 16px
}

@media screen and (min-width:375px) {
	.map-data-window .infopanel-right {
		width: 238px
	}
}

@media (min-width:570px) {
	.map-data-window .infopanel-right {
		width: 410px;
		padding: 15px 43px 10px 16px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-right {
		width: 515px;
		height: 184px;
		padding: 23px 56px 16px 31px
	}
}

.map-data-window .infopanel-right .restaurantname {
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	max-height: 44px;
	text-overflow: ellipsis
}

.map-data-window .infopanel-right .restaurantname a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: normal;
	color: #0a3847
}

.map-data-window .infopanel-right .restaurant-kitchens {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	margin-top: 3px;
	font-family:'Open Sans', sans-serif
}

@media (min-width:1280px) {
	.map-data-window .infopanel-right .restaurant-kitchens {
		font-size: 14px;
		line-height: 22px
	}
}

.map-data-window .infopanel-right .restaurant__bottom-container {
	position: absolute;
	bottom: 10px
}

@media (min-width:570px) {
	.map-data-window .infopanel-right .restaurant__bottom-container {
		bottom: 16px
	}
}

.map-data-window .infopanel-right .restaurant__bottom-container .restaurant-timedetails {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80px
}

@media (min-width:570px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .restaurant-timedetails {
		max-width: 270px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .restaurant-timedetails {
		font-size: 14px;
		max-width: 330px
	}
}

.map-data-window .infopanel-right .restaurant__bottom-container .restaurant-timedetails.green {
	color: #10d365
}

.map-data-window .infopanel-right .restaurant__bottom-container .restaurant-timedetails.orange {
	color: #8C4B37
}

.map-data-window .infopanel-right .restaurant__bottom-container .restaurant-timedetails.red {
	color: #fb355a
}

.map-data-window .infopanel-right .restaurant__bottom-container .paymenticons {
	display: inline-block;
	margin-left: 15px;
	float: left;
	line-height: 26px
}

.map-data-window .infopanel-right .restaurant__bottom-container .paymenticons .mapview-payment-icon {
	margin-right: 9px
}

.map-data-window .infopanel-right .restaurant__bottom-container .paymenticons .mapview-payment-icon:before {
	font-size: 12px;
	width: auto;
	margin: 0
}

@media (min-width:1280px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .paymenticons .mapview-payment-icon:before {
		font-size: 14px
	}
}

.map-data-window .infopanel-right .restaurant__bottom-container .details {
	line-height: 22px;
	font-size: 10px;
	float: left;
	clear: left
}

@media screen and (min-width:375px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .details {
		line-height: 22px
	}
}

@media (min-width:570px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .details {
		font-size: 12px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .details {
		font-size: 14px;
		line-height: 26px
	}
}

.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item {
	max-width: 165px;
	float: left;
	text-align: center;
	margin-right: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	font-family:'Open Sans', sans-serif
}

@media (min-width:570px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item {
		max-width: 350px;
		margin-right: 16px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item {
		max-width: 475px
	}
}

.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item.deliverycosts {
	max-width: 71px
}

@media (min-width:570px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item.deliverycosts {
		max-width: 210px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item.deliverycosts {
		max-width: 330px
	}
}

.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item.avgdeliverytime {
	max-width: 85px
}

@media (min-width:570px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item.avgdeliverytime {
		max-width: 120px
	}
}

@media (min-width:1280px) {
	.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item.avgdeliverytime {
		max-width: 140px
	}
}

.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item-icon {
	font-family: fontello;
	color: #d7d7d7;
	display: inline-block;
	margin-right: 4px
}

.map-data-window .infopanel-right .restaurant__bottom-container .details .detail-item-icon:before {
	width: auto;
	margin: 0
}

.map-data-window .marker {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 60
}

.map-data-window .marker .restaurantlogo-heart {
	text-align: center;
	display: block;
	margin: 8px 8px 0 0;
	position: relative;
	top: auto;
	right: auto
}

@media (min-width:1280px) {
	.map-data-window .marker .restaurantlogo-heart {
		margin: 16px 16px 0 0
	}
}

.map-data-window .marker .restaurantlogo-heart:before {
	font-size: 12px
}

.restaurant-list-header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #0a3847;
	font-size: 1rem;
	margin: 1.75rem 0 .75rem
}

@media (min-width:570px) {
	.restaurant-list-header {
		font-size: 1.125rem;
		margin-top: 2rem
	}
}

.slide {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
	width: 26rem;
	min-height: 428px;
	font-size: 1rem;
	overflow: visible
}

@media (min-width:570px) {
	.slide {
		min-height: 385px
	}
}

@media (min-width:1004px) {
	.slide {
		min-height: 558px
	}
}

@media (min-width:1280px) {
	.slide {
		min-height: 544px
	}
}

.slide__back,
.slide__front {
	position: absolute;
	display: flex;
	flex-flow: column;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: .8rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .4s cubic-bezier(.2, .8, .2, 1);
	transform-style: preserve-3d;
	color: #0a3847;
	background-color: #fff;
	box-shadow: 0 -1rem 2rem 0 transparent, 0 1rem 2rem 0 rgba(0, 0, 0, .17)
}

.slide--flip .slide__front {
	transform: rotateY(-180deg)
}

.slide__back {
	transform: rotateY(180deg)
}

.slide--flip .slide__back {
	transform: rotateY(0deg)
}

.slide__image {
	flex-basis: 44%;
	border-radius: .8rem .8rem 0 0;
	background-size: cover;
	background-position: 50%;
	background-color: #fdfcfc
}

@media (min-width:1280px) {
	.slide__image {
		flex-basis: 55%
	}
}

.slide__body {
	padding: 1rem
}

@media (min-width:1004px) {
	.slide__body {
		padding: 1rem 2rem
	}
}

.slide__body .slide__title {
	font-family: Takeaway Sans Campaign, Avant Garde, Century Gothic, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	font-feature-settings: "liga", "clig";
	font-size: 24px;
	line-height: 30px;
	margin-bottom: .5rem
}

@media (min-width:570px) {
	.slide__body .slide__title {
		font-size: 18px;
		line-height: 22px
	}
}

@media (min-width:1004px) {
	.slide__body .slide__title {
		font-size: 32px;
		line-height: 36px
	}
}

@media (min-width:1280px) {
	.slide__body .slide__title {
		font-size: 36px;
		line-height: 40px
	}
}

.slide__body .slide__desc {
	font-size: 13px
}

@media (min-width:1004px) {
	.slide__body .slide__desc {
		font-size: 14px
	}
}

@media (min-width:1280px) {
	.slide__body .slide__desc {
		font-size: 16px
	}
}

.slide__body .slide__link {
	position: absolute;
	bottom: .7rem;
	right: 2rem;
	min-width: 100px;
	font-size: 12px;
	line-height: 30px;
	border-radius: .25rem;
	padding: 4px .9rem;
	text-align: center;
	color: #fff;
	background-color: #192837
}

@media (min-width:1004px) {
	.slide__body .slide__link {
		min-width: 130px;
		font-size: 13.5px;
		line-height: 38.8px
	}
}

@media (min-width:1280px) {
	.slide__body .slide__link {
		min-width: 145px;
		font-size: 16px;
		line-height: 43px
	}
}

.slide__body .slide__link:hover {
	background-color: #0953bd
}

.slide__body .slide__link--with-image {
	padding: 0;
	min-width: auto;
	background-color: transparent
}

.slide__body .slide__link--with-image img {
	height: 42px
}

@media (min-width:1004px) {
	.slide__body .slide__link--with-image img {
		height: 50px
	}
}

@media (min-width:1280px) {
	.slide__body .slide__link--with-image img {
		height: 55px
	}
}

.slide__body .slide__link--with-image:hover {
	background-color: transparent
}

.slide__extra {
	padding: 2rem;
	backface-visibility: hidden
}

.slide__extra .slide__close-extra {
	float: right;
	margin: 0 0 1rem 1rem;
	cursor: pointer
}

.slide__extra .slide__close-extra:before {
	font-weight: 700
}

.slide__extra .slide__extra-body {
	display: inline-block;
	height: 90%;
	font-size: 13px;
	overflow: visible
}

@media (min-width:570px) {
	.slide__extra .slide__extra-body {
		font-size: 13px
	}
}

@media (min-width:1280px) {
	.slide__extra .slide__extra-body {
		font-size: 16px
	}
}

.slide__extra .slide__extra-body::-webkit-scrollbar {
	width: 0!important
}

.slide__extra .slide__extra-body .slide__extra__app {
	margin-top: 2rem;
	line-height: 3rem
}

.slide__extra .slide__extra-body .slide__extra__app img {
	width: 113px;
	margin: 0 auto
}

@media (min-width:570px) {
	.slide__extra .slide__extra-body .slide__extra__app img {
		width: 201px
	}
}

.slider .slide {
	box-shadow: none;
	margin-bottom: 0
}

.slider.slick-slider {
	margin: 30px 0 0!important
}

@media (min-width:570px) {
	.slider.slick-slider {
		margin: 50px 0 0!important
	}
}

.slider.slick-slider:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to left right, #fff, hsla(0, 0%, 100%, .1));
	pointer-events: none
}

.slider.slick-slider .slick-slide {
	display: block;
	user-select: none;
	padding-bottom: 3rem
}

.slider.slick-slider .slick-slide>div {
	margin: 0 auto;
	padding: 0 .6rem
}

@media (min-width:570px) {
	.slider.slick-slider .slick-slide>div {
		padding: 0 2.5rem;
		width: calc(100% - 2 * .25rem)
	}
}

@media (min-width:1004px) {
	.slider.slick-slider .slick-slide>div {
		padding: 0 2.5rem;
		width: calc(100% - 2 * 2.5rem)
	}
}

.slider.slick-slider .slick-slide:first-child {
	padding-left: 3rem;
	margin-left: -3rem
}

.slider.slick-slider .slick-slide:last-child {
	padding-right: 3rem;
	margin-right: -3rem
}

.slider.slick-slider .slick-slide .slide {
	perspective: 500px
}

.slider.slick-slider .slick-list {
	overflow: visible!important
}

.slider.slick-slider .slick-next,
.slider.slick-slider .slick-prev {
	display: none!important;
	width: 3rem!important;
	height: 3rem!important;
	line-height: 1;
	opacity: .75;
	z-index: 1
}

@media (min-width:570px) {
	.slider.slick-slider .slick-next,
	.slider.slick-slider .slick-prev {
		display: inline-block!important
	}
}

.slider.slick-slider .slick-next:before,
.slider.slick-slider .slick-prev:before {
	font-family: fontello!important;
	font-size: 2.5rem!important;
	color: #d7d7d7!important
}

.slider.slick-slider .slick-next {
	right: 0
}

@media (min-width:570px) {
	.slider.slick-slider .slick-next {
		right: 0
	}
}

@media (min-width:1004px) {
	.slider.slick-slider .slick-next {
		right: .5rem
	}
}

@media (min-width:1280px) {
	.slider.slick-slider .slick-next {
		right: 2rem
	}
}

.slider.slick-slider .slick-next:before {
	content: "\E98C"!important
}

.slider.slick-slider .slick-prev {
	left: 0
}

@media (min-width:570px) {
	.slider.slick-slider .slick-prev {
		right: 0
	}
}

@media (min-width:1004px) {
	.slider.slick-slider .slick-prev {
		left: .5rem
	}
}

@media (min-width:1280px) {
	.slider.slick-slider .slick-prev {
		left: 2rem
	}
}

.slider.slick-slider .slick-prev:before {
	content: "\E98D"!important
}

.slider.slick-slider .slick-dots {
	position: static
}

.slider.slick-slider .slick-dots li button:before {
	font-family: fontello;
	font-size: 1rem;
	width: 1rem;
	height: 1rem;
	content: "\e85f";
	margin-top: -3rem
}

.slider.slick-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #192837
}

.slider.slick-slider .slick-dots li.slick-active:hover button:before {
	color: #0953bd
}

.spotlight-container {
	padding-bottom: 2rem
}

@media (min-width:570px) {
	.spotlight-container {
		padding-bottom: 0
	}
}

.spotlight {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-bottom: .75rem;
	color: #0a3847;
	font-size: 1rem
}

@media (min-width:570px) {
	.spotlight {
		margin-bottom: 0
	}
}

.spotlight__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	min-height: 32rem
}

.spotlight__wrapper .spotlight__background {
	background-color: #f8f5f2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

@media (min-width:570px) {
	.spotlight__wrapper .spotlight__background {
		height: 65%;
		top: 85px
	}
}

@media (min-width:1004px) {
	.spotlight__wrapper .spotlight__background {
		top: 125px
	}
}

@media (min-width:570px) {
	.spotlight__wrapper {
		flex-direction: row;
		padding-bottom: 0
	}
	.spotlight--slider-left .spotlight__wrapper {
		flex-direction: row-reverse
	}
}

.spotlight__wrapper .spotlight__body {
	padding: 2rem 1rem 0;
	text-align: center
}

@media (min-width:570px) {
	.spotlight__wrapper .spotlight__body {
		padding: 2rem 1rem
	}
}

.spotlight__wrapper .spotlight__body .spotlight__icon [class*=" icon-"]:before,
.spotlight__wrapper .spotlight__body .spotlight__icon [class^=icon-]:before {
	width: auto;
	color: #0a3847;
	font-size: 30px
}

@media (min-width:1004px) {
	.spotlight__wrapper .spotlight__body .spotlight__icon [class*=" icon-"]:before,
	.spotlight__wrapper .spotlight__body .spotlight__icon [class^=icon-]:before {
		color: #d7d7d7;
		font-size: 47px
	}
}

.spotlight__wrapper .spotlight__body .spotlight__title {
	font-family: Takeaway Sans Campaign, Avant Garde, Century Gothic, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	font-feature-settings: "liga", "clig";
	font-size: 24px;
	line-height: 28px;
	border-bottom: 2px dashed #d7d7d7;
	margin-bottom: 2rem;
	padding: 1rem
}

@media (min-width:570px) {
	.spotlight__wrapper .spotlight__body .spotlight__title {
		font-size: 18px;
		line-height: 24px;
		padding: .5rem;
		margin-bottom: 1rem
	}
}

@media (min-width:1004px) {
	.spotlight__wrapper .spotlight__body .spotlight__title {
		font-size: 36px;
		line-height: 40px;
		padding: .5rem;
		margin-bottom: 1rem
	}
}

@media (min-width:1280px) {
	.spotlight__wrapper .spotlight__body .spotlight__title {
		font-size: 40px;
		line-height: 44px;
		padding: 1rem 3rem
	}
}

.spotlight__wrapper .spotlight__body .spotlight__desc {
	margin-bottom: 1rem;
	font-size: 13px;
	line-height: 19px
}

@media (min-width:1004px) {
	.spotlight__wrapper .spotlight__body .spotlight__desc {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 0
	}
}

.spotlight__wrapper .spotlight__body .spotlight__extra {
	display: flex;
	justify-content: space-around
}

@media (min-width:570px) {
	.spotlight__wrapper .spotlight__body .spotlight__extra {
		display: flex;
		position: absolute;
		bottom: 20%;
		left: 1rem;
		right: 2rem
	}
}

.spotlight__wrapper .spotlight__body .spotlight__extra img {
	height: 25px
}

.spotlight__wrapper .spotlight__slider {
	width: 100vw;
	overflow: hidden;
	padding: 0 10vw
}

@media (min-width:570px) {
	.spotlight__wrapper .spotlight__slider {
		width: 100%;
		-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1%, #000 99%, transparent);
		mask-image: linear-gradient(90deg, transparent 0, #000 1%, #000 99%, transparent);
		flex: 1 55%;
		padding: 0
	}
}

@media (min-width:570px) {
	.spotlight .spotlight__wrapper {
		border-radius: .8rem;
		display: flex;
		align-items: center
	}
	.spotlight .spotlight__body {
		position: relative;
		padding: 1rem;
		flex: 1 45%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-self: stretch
	}
}

.detailed-order {
	border-radius: 2px;
	border: 1px solid #e9e9e9;
	color: #0a3847;
	cursor: pointer
}

.detailed-order:hover {
	background: #eef7fa;
	box-shadow: 0 1px 1px #cfcac4
}

.detailed-order:not(:last-child) {
	margin-bottom: 1rem
}

.detailed-order__detail {
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start
}

.detailed-order__detail--has-food-tracker {
	border-bottom: 1px solid #e9e9e9
}

.detailed-order__logo-wrapper {
	width: 118px;
	flex: 118px 0 0;
	margin: auto 0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 1.25rem 1rem
}

@media screen and (max-width:375px) {
	.detailed-order__logo-wrapper {
		width: 105px;
		flex: 105px 0 0
	}
}

@media (max-width:320px) {
	.detailed-order__logo-wrapper {
		width: 98px;
		flex: 98px 0 0;
		padding: 1.25rem .8rem
	}
}

.detailed-order__logo {
	max-width: 100%;
	max-height: 100%;
	width: 100%
}

.detailed-order__info {
	padding: .5rem 1rem;
	width: calc(100% - 118px);
	border-left: 1px solid #e9e9e9
}

@media screen and (max-width:375px) {
	.detailed-order__info {
		width: calc(100% - 105px)
	}
}

@media (max-width:320px) {
	.detailed-order__info {
		width: calc(100% - 98px)
	}
}

.detailed-order__name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 3px;
	color: #0a3847;
	display: block
}

.detailed-order__delivery-address,
.detailed-order__order-time {
	font-size: .875rem;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: capitalize
}

.detailed-order__delivery-address {
	margin-top: -6px;
	text-transform: capitalize
}

.detailed-order__order-amount {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 22px;
	margin-top: 3px;
	font-weight: 700;
	color: #8C4B37
}

.detailed-order__food-tracker,
.detailed-order__order-amount {
	font-family: 'Open Sans', sans-serif
}

.detailed-order__food-tracker {
	position: relative;
	height: 61px;
	padding: 0 1.5rem 0 1rem;
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center
}

@media (max-width:569px) {
	.detailed-order__food-tracker {
		padding: 0 1rem
	}
}

.detailed-order__food-tracker-label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #192837
}

.detailed-order__food-tracker-icon {
	margin-left: .625rem
}

.detailed-order__food-tracker-icon:before {
	font-size: 2.3rem;
	color: #192837;
	margin: 0
}

.detailed-order__food-tracker-background {
	background: url(//assets.scoober.com/food-tracker/images/background.svg);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .4;
	position: absolute
}

.tipping {
	margin-bottom: 72px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #f8f5f2
}

.tipping .tip {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #333;
	display: flex;
	flex-direction: column
}

.tipping .tip__title {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 16px
}

@media (max-width:570px) {
	.tipping .tip__title {
		padding-left: 15px;
		padding-right: 15px
	}
}

.tipping .tip__title--success {
	padding-bottom: 8px
}

.tipping .tip__title--success:before {
	color: #10d365;
	content: "\e8a5";
	font-family: fontello;
	font-weight: 400;
	margin-right: 10px
}

.tipping .tip__title--failure {
	padding-bottom: 8px
}

.tipping .tip__title--failure:before {
	color: #ff4246;
	content: "\e8b8";
	font-family: fontello;
	font-weight: 400;
	margin-right: 10px
}

.tipping .tip__title--fetch-status {
	padding-bottom: unset;
	padding-left: 10px
}

.tipping .tip__select-buttons {
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	justify-content: center
}

.tipping .tip__select-button {
	align-items: center;
	height: 40px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	background-color: #fff!important;
	color: #192837!important;
	font-size: 14px!important;
	height: unset!important;
	min-height: 40px!important;
	margin: 0 10px;
	display: flex;
	flex: 1;
	justify-content: center;
	cursor: pointer
}

@media (max-width:570px) {
	.tipping .tip__select-button {
		margin: 0 5px
	}
}

.tipping .tip__select-button--active,
.tipping .tip__select-button:hover {
	border: 1px solid #192837!important;
	color: #192837!important
}

.tipping .tip__message,
.tipping .tip__message-with-amount {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	margin-left: 25px
}

@media (max-width:570px) {
	.tipping .tip__message,
	.tipping .tip__message-with-amount {
		padding-left: 15px;
		padding-right: 15px
	}
}

.tipping .tip__message--failure,
.tipping .tip__message-with-amount--failure {
	padding-bottom: 15px
}

.tipping .tip__order-amount-text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 12px
}

@media (max-width:570px) {
	.tipping .tip__order-amount-text {
		padding-left: 15px;
		padding-right: 15px
	}
}

.tipping .tip--hidden {
	display: none!important
}

.tipping .tip__try-again-container {
	padding-left: 20px;
	padding-right: 20px
}

@media (max-width:570px) {
	.tipping .tip__try-again-container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.tipping .tip__try-again-button {
	align-items: center;
	height: 40px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	background-color: #fff!important;
	color: #192837!important;
	font-size: 14px!important;
	height: unset!important;
	min-height: 40px!important;
	width: 100%
}

.tipping .tip__try-again-button:hover {
	border: 1px solid #192837!important;
	color: #192837!important
}

.tipping .tip--collapsible {
	overflow: hidden
}

.tipping .tip--collapsed {
	max-height: 0
}

.tipping .tip__label {
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: 400
}

.tipping .tip__banks,
.tipping .tip__payment-methods {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	position: relative
}

@media (max-width:570px) {
	.tipping .tip__banks,
	.tipping .tip__payment-methods {
		padding-left: 15px;
		padding-right: 15px
	}
}

.tipping .tip__banks:after,
.tipping .tip__payment-methods:after {
	content: "\e892";
	right: 30px;
	position: absolute;
	font-family: fontello;
	line-height: 1;
	top: 50%;
	transform: rotate(180deg);
	pointer-events: none
}

.tipping .tip__courier {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	font-weight: 400;
	font-size: 12px
}

@media (max-width:570px) {
	.tipping .tip__courier {
		padding-left: 15px;
		padding-right: 15px
	}
}

.tipping .tip__banks-select,
.tipping .tip__payment-methods-select {
	align-items: center;
	height: 40px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	background-color: #fff!important;
	color: #666;
	padding-left: 10px
}

.tipping .tip__pay-button {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%!important;
	min-height: 40px;
	height: unset!important;
	font-size: 14px!important;
	border-radius: 2px
}

@media (max-width:570px) {
	.tipping .tip__pay-button {
		padding-left: 15px;
		padding-right: 15px
	}
}

.tipping .tip__spinner-small {
	margin-left: 20px;
	border: 3px solid #fac691;
	font-size: 16px;
	width: 1em;
	height: 1em;
	border-radius: .5em;
	animation: e 1s linear infinite;
	border-top-color: #8C4B37
}

@media (max-width:570px) {
	.tipping .tip__spinner-small {
		margin-left: 15px
	}
}

.tipping .tip__payment-link-error {
	padding-bottom: 8px
}

.tipping .tip__payment-link-error:before {
	color: #ff4246;
	content: "\e8b8";
	font-family: fontello;
	font-weight: 400;
	margin-right: 10px
}

.tipping .tip--fetch-status {
	display: flex;
	flex-direction: row;
	align-items: center
}

.userpanel {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;
	background: rgba(0, 0, 0, .4)
}

.userpanel .modal-wrapper {
	position: relative;
	transition: none;
	width: 100%
}

.userpanel .modal-content {
	width: 100%;
	height: 100%
}

.userpanel.no-scroll .bottom-content {
	overflow-y: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none
}

.userpanel.no-scroll .bottom-content::-webkit-scrollbar {
	width: 0!important
}

.userpanel__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
	height: 100%;
	visibility: hidden!important
}

.userpanel__wrapper .top-content {
	position: absolute;
	z-index: 2;
	background-color: #8C4B37;
	width: 100%;
	height: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	clip-path: polygon(0 0, 0 100%, 100% 82.5%, 100% 0);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 82.5%, 0 100%);
	padding: 38px 16px 0 24px
}

@media (max-width:1003px) {
	.userpanel__wrapper .top-content {
		padding-bottom: 30%
	}
}

@media only screen and (min-width:400px) {
	.userpanel__wrapper .top-content {
		padding-bottom: 25%
	}
}

@media only screen and (min-width:520px) {
	.userpanel__wrapper .top-content {
		padding-bottom: 20%
	}
}

@media only screen and (min-width:750px) {
	.userpanel__wrapper .top-content {
		padding-bottom: 14%
	}
}

@media (min-width:1004px) {
	.userpanel__wrapper .top-content {
		padding-bottom: 19%
	}
}

.userpanel__wrapper .top-content .modal-avatar {
	width: 64px;
	height: 64px;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
	border: 2px solid #fff
}

.userpanel__wrapper .top-content .profile {
	padding: 0 20px
}

.userpanel__wrapper .top-content .profile .name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #fff;
	padding: 0;
	height: 32px;
	flex: 1 0 auto;
	line-height: 1
}

.userpanel__wrapper .top-content .profile .personal-information {
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	border-bottom: 1px solid #fff
}

.userpanel__wrapper .bottom-content {
	position: relative;
	padding: 16px;
	height: 100%
}

@media (max-width:1003px) {
	.userpanel__wrapper .bottom-content {
		padding-top: 48%
	}
}

@media only screen and (min-width:400px) {
	.userpanel__wrapper .bottom-content {
		padding-top: 40%
	}
}

@media only screen and (min-width:520px) {
	.userpanel__wrapper .bottom-content {
		padding-top: 33%
	}
}

@media only screen and (min-width:750px) {
	.userpanel__wrapper .bottom-content {
		padding-top: 22%
	}
}

@media (min-width:1004px) {
	.userpanel__wrapper .bottom-content {
		padding-top: 28%
	}
}

@supports (-ms-ime-align:auto) {
	.userpanel__wrapper .bottom-content {
		padding-top: 180px
	}
}

.userpanel__wrapper .bottom-content.order-history {
	height: 100%;
	padding: 6rem 6.25rem 1.5rem;
	text-align: left;
	background: #fff;
	border-radius: 2px
}

@media (max-width:1279px) {
	.userpanel__wrapper .bottom-content.order-history {
		padding: 6rem 5.125rem 1.5rem
	}
}

@media (max-width:1003px) {
	.userpanel__wrapper .bottom-content.order-history {
		padding: 5.5rem 1.25rem 1rem;
		height: 100vh
	}
}

@media (max-width:569px) {
	.userpanel__wrapper .bottom-content.order-history {
		padding: 5.5rem 1rem 1rem
	}
}

@media (min-width:1004px) {
	.userpanel__wrapper .bottom-content .order-history__details {
		max-width: 472px;
		margin: 8px auto
	}
}

.userpanel__wrapper .bottom-content .order-history__section-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #0a3847
}

.userpanel__wrapper .bottom-content .order-history__section-title:not(:first-child) {
	margin-top: 1rem
}

.userpanel__wrapper .bottom-content .order-history__empty {
	flex-direction: column;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 100%
}

.userpanel__wrapper .bottom-content .order-history__empty-icon:before {
	font-size: 2rem;
	color: #0a3847;
	margin: 0 0 1rem
}

.userpanel__wrapper .bottom-content .order-history__empty-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.125rem;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.89;
	color: #0a3847
}

.userpanel__wrapper .bottom-content .order-history__empty-description {
	font-size: .875rem;
	color: #666;
	margin-bottom: 1rem
}

.userpanel__wrapper .bottom-content .order-history__browser-button {
	height: 48px;
	line-height: 48px;
	font-size: .875rem;
	min-width: 262px
}

.userpanel__wrapper .bottom-content .order-history__browser-button:focus,
.userpanel__wrapper .bottom-content .order-history__browser-button:hover {
	color: #fff
}

.userpanel__wrapper .bottom-content.order-history {
	overflow-y: auto
}

@media (min-height:650px) {
	.userpanel__wrapper .bottom-content.order-history {
		min-height: 555px
	}
}

@media (max-height:650px) {
	.userpanel__wrapper .bottom-content.order-history {
		height: 100vh
	}
}

.userpanel__wrapper .bottom-content .detailed-order {
	margin: 8px 0
}

.userpanel__wrapper .bottom-content .detailed-order:first-child {
	margin-top: 0
}

.userpanel__wrapper .bottom-content .login-signup-container {
	margin-bottom: 24px
}

.userpanel__wrapper .bottom-content .login-signup-container a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	width: calc(50% - 10px);
	line-height: 40px;
	height: 40px
}

.userpanel__wrapper .bottom-content .login-signup-container a:hover {
	background-color: #0953bd;
	color: #fff
}

.userpanel__wrapper .bottom-content--favorites {
	overflow-y: auto
}

@media (min-height:650px) {
	.userpanel__wrapper .bottom-content--favorites {
		min-height: 555px
	}
}

@media (max-height:650px) {
	.userpanel__wrapper .bottom-content--favorites {
		height: 100vh
	}
}

.userpanel__wrapper .modal-close {
	position: absolute;
	padding: 20px;
	right: 0;
	top: 8px;
	font-size: 13px;
	cursor: pointer;
	color: #fff
}

.userpanel__wrapper .modal-close:before {
	display: block;
	position: relative;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.userpanel__wrapper .modal-close:hover {
	color: #ccc
}

.userpanel__wrapper .modal-prev {
	position: absolute;
	padding: 20px 20px 20px 3.5px;
	left: 10px;
	top: 8px;
	font-size: 16px;
	cursor: pointer;
	color: #fff
}

@media (min-width:1004px) {
	.userpanel__wrapper .modal-prev {
		padding: 20px 20px 20px 6px
	}
}

.userpanel__wrapper .modal-prev:before {
	display: block;
	position: relative;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.userpanel__wrapper .modal-prev:hover {
	color: #ccc
}

.userpanel__wrapper.submenu {
	padding: 0
}

.userpanel__wrapper.submenu .top-content {
	height: 72px;
	clip-path: none;
	-webkit-clip-path: none;
	padding: 0
}

.userpanel__wrapper.submenu .top-content .title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: auto;
	font-size: 16px;
	text-align: center;
	color: #fff;
	height: 24px
}

.userpanel__wrapper.submenu .bottom-content {
	padding: 96px 16px 16px;
	text-align: center
}

.userpanel__wrapper.submenu .bottom-content--favorites {
	margin-top: 72px;
	padding: 16px
}

.userpanel__wrapper.submenu .bottom-content.order-history {
	margin-top: 72px;
	padding: 16px;
	text-align: left
}

.userpanel__wrapper.submenu .forgot-password,
.userpanel__wrapper.submenu .login-modal-screen,
.userpanel__wrapper.submenu .register-modal-screen {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
	height: 100%;
	background-color: #fff
}

.userpanel__wrapper.submenu .forgot-password .top-content,
.userpanel__wrapper.submenu .login-modal-screen .top-content,
.userpanel__wrapper.submenu .register-modal-screen .top-content {
	background-color: #fff;
	padding: 20px 16px
}

.userpanel__wrapper.submenu .forgot-password .top-content .modal-close,
.userpanel__wrapper.submenu .login-modal-screen .top-content .modal-close,
.userpanel__wrapper.submenu .register-modal-screen .top-content .modal-close {
	color: #0a3847;
	font-size: 11px
}

.userpanel__wrapper.submenu .forgot-password .top-content .title,
.userpanel__wrapper.submenu .login-modal-screen .top-content .title,
.userpanel__wrapper.submenu .register-modal-screen .top-content .title {
	color: #0a3847;
	margin: 0;
	font-size: 18px
}

.userpanel__wrapper.submenu .forgot-password .userpanel-forgot-password,
.userpanel__wrapper.submenu .forgot-password .userpanel-login,
.userpanel__wrapper.submenu .forgot-password .userpanel-register,
.userpanel__wrapper.submenu .login-modal-screen .userpanel-forgot-password,
.userpanel__wrapper.submenu .login-modal-screen .userpanel-login,
.userpanel__wrapper.submenu .login-modal-screen .userpanel-register,
.userpanel__wrapper.submenu .register-modal-screen .userpanel-forgot-password,
.userpanel__wrapper.submenu .register-modal-screen .userpanel-login,
.userpanel__wrapper.submenu .register-modal-screen .userpanel-register {
	margin: 0 16px;
	padding-top: 72px;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none
}

.userpanel__wrapper.submenu .forgot-password .userpanel-forgot-password::-webkit-scrollbar,
.userpanel__wrapper.submenu .forgot-password .userpanel-login::-webkit-scrollbar,
.userpanel__wrapper.submenu .forgot-password .userpanel-register::-webkit-scrollbar,
.userpanel__wrapper.submenu .login-modal-screen .userpanel-forgot-password::-webkit-scrollbar,
.userpanel__wrapper.submenu .login-modal-screen .userpanel-login::-webkit-scrollbar,
.userpanel__wrapper.submenu .login-modal-screen .userpanel-register::-webkit-scrollbar,
.userpanel__wrapper.submenu .register-modal-screen .userpanel-forgot-password::-webkit-scrollbar,
.userpanel__wrapper.submenu .register-modal-screen .userpanel-login::-webkit-scrollbar,
.userpanel__wrapper.submenu .register-modal-screen .userpanel-register::-webkit-scrollbar {
	width: 0!important
}

.userpanel .inner {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	left: 0;
	background-color: #f8f5f2;
	z-index: 15;
	transition: none;
	border-radius: 2px
}

@media (min-width:1004px) {
	.userpanel .inner {
		position: relative;
		margin: auto;
		top: 5rem;
		max-width: 636px;
		height: auto;
		max-height: calc(100% - 7.5rem)
	}
}

@media (min-width:1280px) {
	.userpanel .inner {
		max-width: 672px
	}
}

.userpanel .inner--bg-white {
	background-color: #fff
}

.userpanel .modal-title {
	position: relative;
	background: #8C4B37;
	width: 100%;
	height: 72px;
	line-height: 72px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.userpanel .modal-title,
.userpanel .modal-title .modal-close {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.userpanel .modal-title .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 64px;
	line-height: 1.22;
	text-align: left;
	margin-top: 56px;
	padding: 24px 64px 24px 24px;
	font-size: 13px;
	margin: 26px;
	cursor: pointer;
	top: -56px
}

@media (min-width:1004px) {
	.userpanel .modal-title .modal-close {
		margin-top: 0;
		top: 0;
		text-align: center;
		padding: 24px 64px
	}
}

.userpanel .modal-title .modal-close:before {
	font-weight: 400;
	display: block;
	position: relative;
	content: "";
	font-family: fontello;
	font-weight: 700;
	line-height: 1
}

.userpanel .modal-title .modal-close:hover {
	color: #ccc
}

.userpanel .modal .textarea-label {
	margin-bottom: 12px
}

.userpanel .modal .textarea-label.adjusted-margin {
	margin-top: 16px
}

.userpanel .modal-subnav {
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
	width: 86%
}

.userpanel .modal .form-element__checkbox,
.userpanel .modal .textarea-label {
	color: #0a3847;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 16px
}

.userpanel .modal .form-element__checkbox .inline-desc {
	color: #0a3847;
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: unset!important;
	height: 40px
}

.userpanel .modal .form-element__checkbox .inline-desc:before {
	content: "\E80C";
	font-family: fontello;
	border-color: #d7d7d7;
	min-width: 14px;
	height: 14px;
	margin-right: 16px
}

.userpanel .modal .form-element__checkbox input:checked+.inline-desc:before {
	color: #8C4B37;
	background-color: #fff
}

.userpanel .avatar {
	width: 68px;
	margin: 0 auto;
	text-align: center
}

@media (min-width:1004px) {
	.userpanel .avatar {
		width: 80px
	}
}

.userpanel .textarea-label input,
.userpanel .textarea-label textarea {
	height: 38px;
	border: 1px solid #d7d7d7;
	color: #666;
	border-radius: 0;
	margin-top: 7px
}

.userpanel .forgot-password-link {
	float: right
}

.userpanel .text-link {
	color: #8C4B37;
	font-size: 14px
}

.userpanel .userpanel-list-link {
	margin: 0 0 17px
}

.userpanel .userpanel-list-link.userpanel-list-language-country {
	display: block
}

@media (min-width:1004px) {
	.userpanel .userpanel-list-link.userpanel-list-language-country {
		display: none
	}
}

.userpanel .userpanel-list-link.userpanel-list-language-country .flag-container {
	top: 2px;
	margin-right: 8px
}

.userpanel .userpanel-list-link.userpanel-list-language-country .flag-container .locale-flag {
	width: 20px;
	height: 20px
}

.userpanel .userpanel-list-link:last-child {
	margin-bottom: 0
}

.userpanel .userpanel-list-link>li:before {
	content: "";
	display: none
}

.userpanel .userpanel-list-link>li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.userpanel .userpanel-list-link>li a .right-part {
	padding-right: 24px;
	color: #666
}

.userpanel .loginoptions {
	padding: 30px 0 18px;
	text-align: center
}

@media (min-width:1004px) {
	.userpanel .loginoptions {
		padding: 40px 0 18px;
		text-align: center
	}
}

.userpanel .loginoptions span {
	display: inline-block;
	padding: 0 10px;
	color: #192837
}

@media (min-width:1004px) {
	.userpanel-myaccount {
		position: absolute;
		background: transparent;
		top: 20px;
		right: 130px;
		left: auto;
		width: 360px;
		height: auto
	}
	.userpanel-myaccount .inner {
		position: relative;
		width: auto;
		height: auto;
		margin: auto;
		left: auto;
		right: auto;
		border-radius: 4px 4px 0 0
	}
	.userpanel-myaccount .modal-title {
		background-color: #ecebea;
		color: #292929;
		text-align: left;
		border-radius: 4px 4px 0 0
	}
}

.fullscreen .userpanel.show .inner {
	height: 100%;
	width: 100%;
	max-height: none;
	border-radius: 0
}

.fullscreen .userpanel.show .inner .userpanel__wrapper .top-content {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.userpanel.show {
	display: block
}

.userpanel.show .userpanel__wrapper {
	visibility: visible!important;
	overflow: hidden
}

.userpanel dt {
	display: none
}

.atom-list-link>li {
	max-height: 50px
}

.atom-list-link>li.fold {
	max-height: 50px;
	height: auto;
	overflow: hidden;
	display: block
}

@media (min-width:1004px) {
	.atom-list-link>li.fold {
		display: none
	}
}

.atom-list-link>li.fold .more.flag {
	line-height: 50px;
	height: 50px;
	background-size: 26px;
	background-position-x: 3px;
	width: auto;
	margin: 0
}

.atom-list-link>li.fold .more:after {
	transition: opacity .3s ease, transform .3s ease;
	transform: translateY(-50%) rotate(180deg);
	top: 50%
}

.atom-list-link>li.active .more:after {
	transition: opacity .3s ease, transform .3s ease;
	transform: translateY(-50%) rotate(90deg);
	top: 50%
}

.atom-list-link>li.active {
	transition: max-height .3s ease .3s, border .3s ease .3s;
	max-height: 990px;
	overflow: auto
}

.userpanel-list-link li a.more:after {
	font-size: 10pt;
	content: "";
	font-family: fontello;
	font-weight: 400;
	transform: translateY(-50%) rotate(90deg);
	transform-origin: 50% 50%;
	position: absolute;
	top: 24px;
	right: 3px
}

.userpanel .userpanel-list-link>li .userpanel-foldmenu a {
	padding-left: 20px;
	border-bottom: 1px solid #eee
}

.userpanel .userpanel-list-link>li .userpanel-foldmenu a:last-child {
	border-bottom: 0
}

.userpanel .button-cta-small {
	width: 100%
}

.userpanel-list .atom-list-link>li {
	overflow: hidden
}

.footer-already-has-account,
.footer-create-an-account {
	text-align: center;
	padding: 31px
}

div#legalerror {
	color: red;
	display: none;
	margin-top: 10px
}

div.separator {
	background: #d7d7d7;
	color: #0a3847;
	font-size: 15px;
	height: 1px;
	margin: 53px 0 40px;
	position: relative;
	text-align: center
}

div.separator span {
	position: relative;
	top: -12px;
	padding: 0 20px;
	background: #fff
}

.register-modal-screen .legal-disclamer {
	padding: 10px 0
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container {
	margin: 72px auto 0;
	background: #fff;
	border-radius: 5px 5px 0 0;
	color: #333;
	padding-top: 13px;
	max-width: 100%
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container {
		padding-left: 50px;
		padding-right: 50px
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container p {
	text-align: left
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-topimage img {
	display: block;
	margin: 24px auto 14px;
	height: 125px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .menu-container {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .menu-container {
		flex-direction: row;
		border-bottom: 2px solid #d7d7d7
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .menu-container .menu-item {
	list-style: none;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.86;
	letter-spacing: normal;
	display: block;
	color: #333
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .menu-container .menu-item .list-menu {
	width: 100%;
	cursor: pointer;
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-family:'Open Sans', sans-serif;
	text-align: left;
	min-height: 38px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #d7d7d7
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .menu-container .menu-item .list-menu {
		width: auto;
		margin: 0 7px;
		padding-bottom: 10px;
		position: relative;
		top: 2px
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .menu-container .menu-item .list-menu.list-active,
.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .menu-container .menu-item .list-menu:hover {
	color: #8C4B37;
	border-bottom: 2px solid #8C4B37
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .how-container {
	text-align: left;
	color: #333
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .how-container .stampcard-benefits {
	padding: 5px 0 10px 25px;
	margin-bottom: 10px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .how-container .stampcard-start-saving-btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0 auto;
	display: block;
	font-size: 14px
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .how-container .stampcard-start-saving-btn {
		margin: initial
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .terms-container .terms-content-list {
	text-align: left;
	padding: 20px 0 10px 16px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .terms-container .terms-content-list li {
	margin-bottom: 26px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .terms-container .terms-content-list .terms-inner-list {
	padding: 5px 0 5px 16px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .terms-container .terms-content-list .terms-inner-list li {
	margin: 0
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .hide-for-desktop {
	display: inline-block
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .hide-for-desktop {
		display: none
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .hide-for-mobile {
	display: none
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .hide-for-mobile {
		display: inline-block
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .voucher-desktop {
	margin-top: 7px;
	padding-right: 5px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .voucher-desktop .voucher-validity {
	margin-top: 7px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .voucher-mobile {
	text-align: left;
	margin-top: 4px;
	padding-right: 7px;
	max-width: 100%
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .voucher-mobile .voucher-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .voucher-mobile .voucher-validity {
	margin-top: 8px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .voucher-validity {
	font-size: 12px;
	color: #666
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .voucher-expiration-date {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .block-for-web {
	margin: 0 0 30px;
	width: 100%;
	display: inherit
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .block-for-web {
		display: none
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .block-for-mobile {
	display: none
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .block-for-mobile {
		display: inherit;
		width: 100%;
		margin: 0 0 30px
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-intro {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-overview {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	margin-top: 30px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stamp-count-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.83;
	letter-spacing: normal;
	color: #0a3847;
	padding: 5px 0 0;
	margin: 0
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display {
	background: #f8f5f2;
	min-height: 92px;
	margin-top: 8px;
	padding: 20px 0;
	margin-bottom: 20px;
	display: flex;
	text-align: left;
	flex-wrap: wrap;
	flex-direction: column
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display {
		flex-direction: row
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .restaurant-logo {
	border-radius: 50%;
	background: #fff;
	border: 1px solid #d7d7d7;
	text-align: center;
	margin: auto 16px auto 24px;
	width: 86px;
	height: 86px
}

@media screen and (min-width:320px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .restaurant-logo {
		margin: auto 11px auto 9px
	}
}

@media screen and (min-width:375px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .restaurant-logo {
		margin: auto 16px auto 24px
	}
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .restaurant-logo {
		margin: auto 30px;
		width: 92px;
		height: 92px
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .restaurant-logo img {
	width: 64px;
	vertical-align: middle
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps {
	width: calc(100% - 85px);
	text-align: left;
	display: inline-flex;
	flex-direction: column
}

@media screen and (min-width:375px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps {
		width: calc(100% - 120px)
	}
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps {
		margin-left: 20px;
		width: calc(100% - 172px)
	}
}

@media screen and (max-width:374px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps.opted-out .stamps-count img {
		margin-right: 2px
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps.logged-out {
	margin: auto 0
}

@media screen and (max-width:374px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps.logged-out {
		width: calc(100% - 63px)
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps .stamps-count img {
	height: 32px;
	margin-right: 5px;
	width: 32px
}

@media screen and (max-width:374px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps .stamps-count img {
		margin-right: 4px
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #8C4B37;
	text-decoration: none;
	font-size: 12px;
	padding: 6px 0 0
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps .stamp-count-text {
	text-align: inherit
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps .stampcard-restaurant-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: #0a3847;
	padding: 0 5px 10px 0;
	margin: 0
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps .voucher-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps .voucher-button {
		width: 216px
	}
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .stampcard-display .stampcard-stamps .voucher-button.copied {
	background: #0a3847;
	transition-property: transform;
	transition: .3s ease-out
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .panel-title {
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	margin-bottom: 12px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .panel-title a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
	padding: 25px 0;
	font-size: 18px;
	line-height: 27px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #0a3847
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .panel-title a:before {
	font-family: fontello;
	content: "\E953";
	float: right;
	transition: all .5s;
	font-size: 11px;
	font-weight: 700
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .panel-title.active a {
	color: #8C4B37
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .panel-title.active a:before {
	transform: rotate(180deg)
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .panel-collapse {
	display: none
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .panel-collapse.collapse {
	display: block
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .shim {
	background-color: #f3f0ed;
	background-image: linear-gradient(90deg, #f3f0ed 0, #edeef1 20%, #f3f0ed 40%, #f3f0ed)
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .skeleton__stampcard-restaurant-title {
	width: 55%;
	height: 1.8em;
	margin: 0 0 8px
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .skeleton__stamp {
	width: 32px;
	height: 32px;
	border-radius: 50%
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .skeleton__voucher {
	width: 70%;
	height: 3em
}

.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .skeleton__stampcard-stamps {
	display: flex;
	flex-direction: column
}

@media (min-width:570px) {
	.userpanel .userpanel__wrapper.submenu .bottom-content.stampcard-container .skeleton__stampcard-stamps {
		width: 60%
	}
}

.stampcard-container .stampcard-inner-container {
	display: inherit;
	width: 100%
}

.stampcard-container .stampcard__error {
	border: 1px solid #ff4246;
	border-radius: 5px;
	padding: .85em
}

.stampcard-container .stampcard__error-code {
	color: #d7d7d7;
	float: right
}

.paymentmethods {
	width: 90%;
	max-width: 630px;
	margin: 0 auto;
	padding-top: 10px;
	color: #fff;
	opacity: .9;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
	text-align: left
}

.paymentmethods i {
	font-size: 14pt
}

@media (min-width:1004px) {
	.paymentmethods i {
		font-size: 24px
	}
}

.paymentmethods i.icon-ta-payment-ideal {
	margin-right: 0
}

.paymentmethods i.icon-yd-payments-paypal {
	margin-left: 5px;
	margin-right: 35px
}

.paymentmethods i.icon-bitcoin {
	margin-right: 0
}

.paymentmethods i.icon-yd-payments-mastercard {
	margin-left: 0;
	margin-right: 10px
}

.paymentmethods i.icon-yd-payments-visa {
	margin-right: 20px
}

.paymentmethods i:first-child {
	margin-left: 0
}

.paymentmethods.seo {
	text-align: center;
	position: relative;
	z-index: -1
}

.paymentmethods.icon .payments-visa {
	position: relative;
	font-size: 12pt;
	bottom: 1pt
}

@media (min-width:1004px) {
	.paymentmethods.icon .payments-visa {
		font-size: 18px;
		bottom: 3px
	}
}

.togglepassword {
	display: none;
	position: absolute;
	z-index: 2;
	right: 6px;
	top: 10px;
	color: #ccc;
	height: 50px;
	line-height: 38px;
	cursor: pointer
}

.togglepassword:hover {
	color: #777
}

.dropdownwidget {
	position: relative;
	cursor: pointer;
	color: #666;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
	border-radius: 0;
	border-bottom: 2px solid #8C4B37;
	margin-bottom: 20px
}

.dropdownwidget .active {
	padding: 12px
}

.dropdownwidget .active:after {
	content: "\E84D";
	font-family: fontello;
	font-size: 18px;
	position: absolute;
	right: 12px;
	line-height: 20px
}

.dropdownwidget .item {
	padding: 12px;
	color: #333
}

.dropdownwidget .item a {
	color: #333
}

.dropdownwidget .item:hover {
	background-color: #efefef
}

.dropdownwidget span a {
	color: #333
}

.dropdownwidget .open .active:after {
	content: "\E84C"
}

.order-details {
	font-size: 14px
}

@media (min-width:1004px) {
	.order-details__wrapper {
		max-width: 472px;
		margin: 8px auto
	}
}

.order-details__main {
	padding: 56px 24px 16px;
	background: #f8f5f2;
	position: relative;
	margin-top: 54px;
	margin-bottom: 24px;
	color: #0a3847
}

.order-details__restaurant-logo {
	position: absolute;
	overflow: hidden;
	width: 88px;
	height: 88px;
	top: -44px;
	right: calc(50% - 44px);
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	display: flex;
	align-items: center;
	background: #fff
}

@media (min-width:570px) {
	.order-details__restaurant-logo {
		width: 108px;
		height: 108px;
		top: -54px;
		right: calc(50% - 54px)
	}
}

.order-details__restaurant-logo img {
	max-width: 82%;
	margin: 0 auto
}

.order-details__restaurant-info {
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px
}

.order-details__restaurant-name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.22;
	padding-right: 16px;
	padding-left: 5px
}

@media (min-width:570px) {
	.order-details__restaurant-name {
		padding-left: 0
	}
}

.order-details__favorite {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #d7d7d7;
	background-color: #fff
}

.order-details__favorite-icon {
	cursor: pointer;
	background-image: url(/assets/images/icons/icon_unfav.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 14px;
	display: inline-block;
	width: 100%;
	height: 100%
}

.order-details__favorite-icon.selected {
	background-image: url(/assets/images/icons/icon_fav.svg)
}

.order-details__products {
	margin-bottom: 35px
}

.order-details__product {
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 2
}

.order-details__product:not(:last-child) {
	margin-bottom: 7px
}

.order-details__product-info {
	flex: auto
}

.order-details__product-quantity {
	flex: 24px 0 0
}

.order-details__product-name {
	padding-left: 6px
}

.order-details__product-side-dishes {
	color: #666;
	font-size: 12px;
	padding-left: 6px
}

.order-details__product-note {
	font-size: 12px;
	color: #666;
	background-color: #d7d7d7;
	height: 24px;
	padding: 0 10px
}

@media (min-width:570px) {
	.order-details__product-note {
		padding: 0 16px
	}
}

.order-details__payment {
	border-top: 1px solid #d7d7d7;
	padding-top: 11px
}

.order-details__payment-info {
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center
}

.order-details__payment-info-detail:first-child {
	text-align: left
}

.order-details__payment-info-detail:last-child,
.order-details__payment-info span:last-child,
.order-details__product-price {
	flex: 83px 0 0;
	text-align: right
}

.order-details__actions {
	display: block;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding-top: 16px;
	border-top: 1px solid #d7d7d7;
	margin-top: 11px
}

@media (min-width:570px) {
	.order-details__actions {
		display: flex;
		flex-direction: row
	}
}

.order-details__reorder-button.button-cta-small,
.order-details__review-button.button-cta-small-inveted {
	font-family: 'Open Sans', sans-serif;
	display: flex;
	flex: 1 1 calc((100% - 16px) / 2);
	place-content: center;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 14px;
	line-height: 18px;
	border-radius: 2px
}

.order-details__reorder-button.button-cta-small:hover,
.order-details__review-button.button-cta-small-inveted:hover {
	color: #fff
}

.order-details__reorder-button.button-cta-small:not(:first-child),
.order-details__review-button.button-cta-small-inveted:not(:first-child) {
	margin-left: 0;
	margin-top: 17px
}

@media (min-width:570px) {
	.order-details__reorder-button.button-cta-small:not(:first-child),
	.order-details__review-button.button-cta-small-inveted:not(:first-child) {
		margin-left: 24px;
		margin-top: 0
	}
}

@media (min-width:1004px) {
	.order-details__reorder-button.button-cta-small:not(:first-child),
	.order-details__review-button.button-cta-small-inveted:not(:first-child) {
		margin-left: 16px;
		margin-top: 0
	}
}

.order-details__review-button.button-cta-small-inveted {
	background: #fff
}

.order-details__review-section-label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #0a3847;
	margin-bottom: 8px
}

.order-details__order-ref {
	line-height: 22px;
	margin-bottom: 6px
}

.order-details__customer-service {
	color: #8C4B37
}

.order-details__warning {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 16px 16px 16px 19px;
	font-size: 12px;
	color: #0a3847;
	margin-bottom: 16px;
	margin-top: -16px
}

.order-details__warning .strong-text {
	font-weight: 700
}

.order-details__warning-light {
	background-color: #f8f5f2
}

.seopage,
.servicepages {
	background: #fff
}

.seopage .content-listing,
.servicepages .content-listing {
	width: 100%;
	padding: 20px;
	padding-top: 30px;
	margin: 0 auto
}

@media (min-width:1004px) {
	.seopage .content-listing,
	.servicepages .content-listing {
		padding-top: 30px;
		font-size: 14px;
		width: 980px
	}
}

@media (min-width:1280px) {
	.seopage .content-listing,
	.servicepages .content-listing {
		padding: 0
	}
}

.seopage .seopage,
.seopage .servicepage ul,
.servicepages .seopage,
.servicepages .servicepage ul {
	margin-bottom: 10px
}

.seopage p,
.servicepages p {
	padding: 6px 0
}

.seopage h2,
.servicepages h2 {
	padding-left: 0;
	padding-bottom: 0
}

.seopage b,
.servicepages b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.seopage .seosubcategories,
.servicepages .seosubcategories {
	margin-top: 20px;
	margin-bottom: 20px
}

.seopage .delarealetter,
.servicepages .delarealetter {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #666;
	margin-top: 5px;
	border-bottom: 1px solid #eee;
	padding: 8px;
	font-size: 15px;
	padding-left: 0;
	margin-bottom: 8px
}

.seopage .delarea,
.servicepages .delarea {
	margin-bottom: 5px
}

.seopage .delarea a:hover,
.servicepages .delarea a:hover {
	text-decoration: underline
}

.seopage .printdiv,
.servicepages .printdiv {
	margin-bottom: 20px
}

.seopage .seosiblings,
.servicepages .seosiblings {
	display: none;
	padding-right: 35px
}

@media (min-width:1004px) {
	.seopage .seosiblings,
	.servicepages .seosiblings {
		display: block;
		padding: 20px;
		padding-top: 0;
		float: left
	}
}

.seopage .seosiblings div,
.servicepages .seosiblings div {
	padding: 5px 0;
	border-bottom: 1px solid #eee
}

.seopage .seosiblings div .menucategorytd_grey,
.servicepages .seosiblings div .menucategorytd_grey {
	color: #666
}

.seopage .seosiblings div .menucategorytd,
.servicepages .seosiblings div .menucategorytd {
	color: #666;
	font-size: 13px
}

.seopage .restaurantsearchresultstitle,
.servicepages .restaurantsearchresultstitle {
	float: left
}

.seopage .restaurantsearchresultstitle h2,
.servicepages .restaurantsearchresultstitle h2 {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
	padding: 0
}

.seopage .restaurantsearchresultstitle ul,
.servicepages .restaurantsearchresultstitle ul {
	padding-left: 20px
}

.seopage .restaurantsearchresultstitle table,
.servicepages .restaurantsearchresultstitle table {
	margin-bottom: 20px
}

.seopage .restaurantsearchresultstitle table a,
.servicepages .restaurantsearchresultstitle table a {
	text-decoration: underline
}

.seopage .restaurantsearchresultstitle table,
.servicepages .restaurantsearchresultstitle table {
	border-collapse: separate;
	border-spacing: 0 5px;
	table-layout: fixed
}

.seopage .restaurantsearchresultstitle table td:not(:first-child),
.servicepages .restaurantsearchresultstitle table td:not(:first-child) {
	padding-left: 4.165%
}

.seopage .restaurantsearchresultstitle table td a,
.servicepages .restaurantsearchresultstitle table td a {
	text-decoration: none
}

.seopage .restaurantsearchresultstitle table td a:hover,
.servicepages .restaurantsearchresultstitle table td a:hover {
	text-decoration: underline
}

.seopage .restaurantsearchresultstitle table th,
.servicepages .restaurantsearchresultstitle table th {
	display: none
}

.seopage .restaurantsearchresultstitle--wide,
.servicepages .restaurantsearchresultstitle--wide {
	width: 100%
}

.seopage .zipcodeplaces .divider,
.servicepages .zipcodeplaces .divider {
	width: 100%;
	border-top: 1px solid #eee;
	margin-bottom: 20px
}

.seopage .menucardcategoryheader,
.servicepages .menucardcategoryheader {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.seopage img {
	width: 100%;
	height: auto
}

.hide-utilitybar .seopage {
	padding: 20px
}

.hide-utilitybar .content-listing,
.hide-utilitybar .content-listing.restaurant-listing.content-delivery {
	margin-top: 0;
	background: #fff
}

.hide-utilitybar .content-listing ol,
.hide-utilitybar .content-listing ul {
	margin-bottom: 10px
}

.hide-utilitybar .content-listing ol li,
.hide-utilitybar .content-listing ul li {
	margin-left: 20px
}

.hide-utilitybar .content-listing b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.servicepages .content-listing p {
	margin: 0 0 10px;
	line-height: 1.5;
	text-align: justify
}

@media (min-width:1004px) {
	.servicepages .content-listing {
		padding: 20px;
		font-size: 14px
	}
	.servicepages .content-listing b {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600
	}
	.servicepages .content-listing p {
		margin: 0 0 10px;
		line-height: 1.5;
		text-align: justify
	}
}

.chains .restaurants.restaurants-chains {
	opacity: 1
}

.chains .restaurantsearchresultstitle ul,
.seopage .restaurantsearchresultstitle ul {
	margin-bottom: 20px
}

.myaccountpages .topbar__title-container,
.seopages .topbar__title-container {
	display: none
}

.activesmartbanner.servicepages .content-listing {
	padding: 30px;
	font-size: 13px
}

@media (min-width:1004px) {
	.activesmartbanner.servicepages .content-listing {
		margin-top: 0
	}
}

.servicepages .content-listing b {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.small-content {
	padding-bottom: 410px
}

.agb h2,
.privacystatement h2 {
	border-bottom: 1px solid #ccc
}

.servicepages .whoweare h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px
}

.servicepages table,
.servicepages td,
.servicepages th,
.servicepages tr {
	border: 1px solid #ccc;
	padding: 5px
}

.servicepages th {
	text-align: left
}

.servicepages .cookiesoverview-wrapper {
	overflow: auto
}

.servicepages .cookiesoverview td {
	width: 25%;
	font-size: 12px;
	padding: 8px;
	vertical-align: top
}

@media (min-width:1004px) {
	.servicepages .content-listing {
		padding: 30px;
		font-size: 14px;
		margin: 0 auto;
		max-width: 980px
	}
	.servicepages .content-listing b {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600
	}
	.servicepages .content-listing p {
		margin: 0 0 10px;
		line-height: 1.5;
		text-align: justify
	}
}

.passwordreset .textfield-form input {
	border-width: 1px!important
}

@media (max-width:1003px) {
	.passwordreset .off-02 {
		margin-left: 0
	}
}

.servicepages .av.terms .terms--center-text {
	text-align: center
}

.servicepages .av.terms .terms__box-style {
	border: 1px solid #000;
	padding: 15px;
	margin: 15px 0
}

.servicepages .av.terms .terms__ol--letters {
	list-style-type: lower-latin
}

.servicepages .av.terms .terms__ul--square {
	list-style-type: square
}

.servicepages .terms__paper-frame {
	border: 1px solid #000;
	padding: 10px
}

.servicepages .terms__paper-frame-heading {
	text-align: center;
	font-weight: 700;
	padding-bottom: 10px
}

.servicepages .terms__ordered-list--roman-brackets {
	counter-reset: a;
	list-style-type: none
}

.servicepages .terms__ordered-list--roman-brackets ol {
	counter-reset: b
}

.servicepages .terms__ordered-list--roman-brackets>li:before {
	counter-increment: a;
	content: "(" counter(a, lower-roman) ") "
}

.servicepages .terms__ordered-list--sublist-recursive ol {
	list-style-type: none;
	counter-reset: b;
	margin: 0;
	padding: 0
}

.servicepages .terms__ordered-list--sublist-recursive li {
	display: table;
	counter-increment: b;
	margin-bottom: .6em
}

.servicepages .terms__ordered-list--sublist-recursive li:before {
	content: counters(b, ".") ". ";
	display: table-cell;
	padding-right: .6em
}

.servicepages .terms__ordered-list--sublist-recursive li li {
	margin: 0
}

.servicepages .terms__ordered-list--sublist-recursive li li:before {
	content: counters(b, ".") " "
}

body.customerservice {
	background-color: #fff
}

.customerservice .main a {
	color: #000;
	text-decoration: underline
}

.customerservice .main a.button_white {
	text-decoration: none
}

.customerservice .main a.button_white:focus,
.customerservice .main a.button_white:hover {
	background-color: #f9f9f9
}

.customerservice .main h1,
.customerservice .main h2 {
	font-size: 2.1em;
	margin-top: 12px;
	line-height: 1em;
	color: #8C4B37;
	letter-spacing: -2px
}

.customerservice .main h2 {
	font-size: 1.7em;
	font-weight: 600
}

.customerservice .main h3 {
	font-size: 1.3em;
	color: #666;
	letter-spacing: -1px;
	font-weight: 400;
	border-bottom: 2px solid #f1f0f0;
	padding-bottom: 12px;
	margin-bottom: 12px
}

.customerservice .main .callus h3 {
	color: #fff;
	font-weight: 700
}

.customerservice ol,
.customerservice ul {
	margin-left: 30px;
	margin-bottom: 8px
}

.customerservice .cs-promovideo .title {
	color: #192837
}

.customerservice .foodsplash_baquette {
	position: absolute;
	top: 25px
}

.customerservice .foodsplash_pizza {
	position: relative;
	top: 50px
}

.customerservice .foodsplash_pizza img {
	max-width: 450px;
	width: 100%
}

.customerservice .cs-promovideo iframe {
	width: 100%;
	min-height: 250px;
	max-height: 500px
}

.customerservice .autocompletewrapper {
	width: 93%;
	position: relative;
	margin: 0 auto
}

.customerservice .ui-autocomplete {
	position: absolute;
	left: -12px!important;
	top: -7px!important;
	width: 104%!important;
	background-color: #fff;
	padding: 1px;
	margin: 0!important;
	font-size: 12px;
	z-index: 1;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .2);
	border-radius: 0 0 5px 5px
}

.customerservice .ui-autocomplete .ui-menu-item {
	list-style-type: none;
	padding: 12px
}

.customerservice .ui-autocomplete .ui-menu-item:focus,
.customerservice .ui-autocomplete .ui-menu-item:hover {
	background-color: #f6f6f6;
	cursor: pointer
}

.customerservice .cs-chooseformtopic,
.customerservice .cs-orderhistory,
.customerservice .cs-searchform {
	margin-bottom: 24px
}

.customerservice .cs-chooseformtopic p {
	margin-bottom: 6px;
	margin-top: 12px
}

.customerservice .cs-search h2 {
	color: #52acce;
	font-size: 2.3em
}

.customerservice .cs-orderhistory-item {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px
}

.customerservice .cs-orderhistory-item img {
	width: 160px
}

.customerservice .cs-orderhistory-item .grid-12 {
	width: 49.98%
}

.customerservice .cs-orderhistory-item .grid-02 {
	width: 8.33%
}

.customerservice .cs-orderhistory-item .grid-10 {
	width: 41.65%
}

.customerservice .cs-searchform {
	position: relative;
	background-color: #eee;
	border-radius: 3px;
	padding-top: 12px;
	padding-bottom: 12px
}

.customerservice .cs-searchform .textfield-form {
	width: 100%;
	margin: 0 0 6px;
	padding: 10px;
	z-index: 5
}

.customerservice .cs-searchform input.textfield-form {
	border: 1px solid #fff;
	box-shadow: none;
	height: 40px;
	line-height: 12px;
	font-size: 12px
}

.customerservice .cs-searchform input.button_form {
	margin: 0;
	height: 40px;
	line-height: .9em;
	font-size: .9em;
	font-weight: 400;
	width: 100%;
	text-align: center;
	padding: 0
}

.customerservice .cs-searchresults {
	font-size: .9em;
	color: #555
}

.customerservice .cs-searchresults .cs_item {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px dotted #eee
}

.customerservice h4 {
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 10px
}

.customerservice .cs-searchresults h4 a,
.customerservice h4 {
	text-decoration: none;
	color: #333
}

.customerservice .cs-searchresults strong {
	color: #000
}

.customerservice .customerservicebacklink a {
	font-size: .8em;
	display: block;
	padding-bottom: 8px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 8px;
	color: #000
}

.customerservice .cs_item_body {
	border-bottom: 1px dotted #eee;
	margin-bottom: 24px;
	padding-bottom: 24px
}

.customerservice .cs_item_body a {
	text-decoration: underline
}

.customerservice .cs_item_contactlink {
	color: #289ee7;
	margin-top: 12px;
	font-size: .9em
}

.customerservice .cs_item_contactlink a {
	color: #289ee7;
	text-decoration: underline
}

.customerservice .cs-topiclist h2 {
	font-size: 1.6em;
	letter-spacing: -1px;
	line-height: 1em;
	border-bottom: 2px solid #f1f0f0;
	color: #666;
	margin-bottom: 24px;
	font-weight: 400;
	margin-left: 0;
	padding-left: 0
}

.customerservice .cs-topiclist h3 {
	color: #000;
	border: 0;
	margin-bottom: 0
}

.customerservice .main ul a {
	color: #000;
	text-decoration: none
}

.customerservice .cs-topiclist ul {
	margin-left: 20px;
	list-style-type: inherit
}

.customerservice .main .grid .cstopictop {
	margin-bottom: 24px
}

.customerservice .main .grid .cstopictop a {
	text-decoration: underline
}

.customerservice .main .grid .cstopictop h4 a {
	text-decoration: none
}

.customerservice .main .grid .cstopictop h4 a div {
	height: 44px;
	width: 60px;
	background-image: url(../../images/icons/custsvcicons.png);
	background-repeat: no-repeat;
	display: inline-block
}

.customerservice .icon315,
.customerservice .icon381,
.customerservice .icon471,
.customerservice .icon551,
.customerservice .icon591,
.customerservice .icon661,
.customerservice .icon736,
.customerservice .icon814,
.customerservice .icon934,
.customerservice .icon1134,
.customerservice .icon1174,
.customerservice .icon1988,
.customerservice .icon2218,
.customerservice .icon2228 {
	background-position: 3px 1px
}

.customerservice .icon316,
.customerservice .icon391,
.customerservice .icon501,
.customerservice .icon561,
.customerservice .icon621,
.customerservice .icon671,
.customerservice .icon746,
.customerservice .icon824,
.customerservice .icon964,
.customerservice .icon1144,
.customerservice .icon1194,
.customerservice .icon1294,
.customerservice .icon1304,
.customerservice .icon1458,
.customerservice .icon1498,
.customerservice .icon1508,
.customerservice .icon1518,
.customerservice .icon1528,
.customerservice .icon1538,
.customerservice .icon1548,
.customerservice .icon1558,
.customerservice .icon1578,
.customerservice .icon1998,
.customerservice .icon2258,
.customerservice .icon2358,
.customerservice .icon2418,
.customerservice .icon2458,
.customerservice .icon2498,
.customerservice .icon2518 {
	background-position: -62px 1px
}

.customerservice .icon317,
.customerservice .icon401,
.customerservice .icon481,
.customerservice .icon531,
.customerservice .icon601,
.customerservice .icon681,
.customerservice .icon755,
.customerservice .icon834,
.customerservice .icon944,
.customerservice .icon1154,
.customerservice .icon1214,
.customerservice .icon1410,
.customerservice .icon1420,
.customerservice .icon1430,
.customerservice .icon1438,
.customerservice .icon2018,
.customerservice .icon2108,
.customerservice .icon2448,
.customerservice .icon2468,
.customerservice .icon2528,
.customerservice .icon2538 {
	background-position: -125px 1px
}

.customerservice .icon318,
.customerservice .icon411,
.customerservice .icon511,
.customerservice .icon571,
.customerservice .icon631,
.customerservice .icon691,
.customerservice .icon765,
.customerservice .icon844,
.customerservice .icon974,
.customerservice .icon1164,
.customerservice .icon1224,
.customerservice .icon2038,
.customerservice .icon2268,
.customerservice .icon2368 {
	background-position: -193px 1px
}

.customerservice .icon1330,
.customerservice .icon1340,
.customerservice .icon1350,
.customerservice .icon1360,
.customerservice .icon1370,
.customerservice .icon1380,
.customerservice .icon1390,
.customerservice .icon1400,
.customerservice .icon2088,
.customerservice .icon2428,
.customerservice .icon2488 {
	background-position: -256px 0
}

.customerservice .icon320,
.customerservice .icon431,
.customerservice .icon521,
.customerservice .icon581,
.customerservice .icon641,
.customerservice .icon711,
.customerservice .icon785,
.customerservice .icon864,
.customerservice .icon1274,
.customerservice .icon1284,
.customerservice .icon2058,
.customerservice .icon2288,
.customerservice .icon2398 {
	background-position: -324px 1px
}

.customerservice .icon319,
.customerservice .icon421,
.customerservice .icon491,
.customerservice .icon541,
.customerservice .icon611,
.customerservice .icon701,
.customerservice .icon775,
.customerservice .icon854,
.customerservice .icon954,
.customerservice .icon984,
.customerservice .icon994,
.customerservice .icon1004,
.customerservice .icon1018,
.customerservice .icon1028,
.customerservice .icon1044,
.customerservice .icon1064,
.customerservice .icon1074,
.customerservice .icon1084,
.customerservice .icon1104,
.customerservice .icon1184,
.customerservice .icon1234,
.customerservice .icon2028,
.customerservice .icon2048,
.customerservice .icon2068,
.customerservice .icon2118,
.customerservice .icon2238,
.customerservice .icon2248,
.customerservice .icon2278,
.customerservice .icon2298,
.customerservice .icon2388,
.customerservice .icon2408,
.customerservice .icon2478,
.customerservice .icon2548 {
	background-position: -389px 0
}

.customerservice .cs-topicmore a {
	display: block;
	padding-left: 20px;
	padding-top: 8px;
	text-decoration: underline
}

.customerservice .ui-helper-hidden-accessible {
	display: none
}

.customerservice input.button_form {
	margin-top: 6px;
	padding: 0 12px
}

.popupbuttoncontainerleft .customerservice input.button_form {
	margin-top: 6px
}

.customerservice a.home {
	color: #192837;
	text-decoration: underline
}

.cs-sidebar {
	background-color: #f6f6f6;
	margin: 30px 0 24px;
	padding: 12px
}

.cs-sidebar-white {
	background-color: #fff;
	padding-left: 0;
	padding-right: 0
}

.cs-sidebar h4 {
	margin: 12px 0;
	font-size: 1.5em
}

.cs-sidebar ul {
	margin-left: 0
}

.cs-sidebar li {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 12px
}

.customerservice .select-dropdown .menu ul {
	font-size: 15px;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0
}

.customerservice .select-dropdown .menu li {
	list-style: none
}

.callus {
	background-color: #8C4B37;
	padding: 10px;
	color: #fff;
	border-radius: 6px;
	display: block;
	margin-top: 10px;
	margin-left: 0
}

.callus h3 {
	font-weight: 700;
	border-bottom: 0;
	margin: 0;
	padding: 0
}

.callus h3,
.callus h4 {
	color: #fff;
	text-align: center;
	font-size: 1.2em
}

.customerservice p.nawlabel {
	margin: 2px 0
}

.newsletter .checkoutcontainer,
.newsletter .newslettersignoff,
.newsletter .restaurantsignup {
	padding-top: 30px;
	border-top: 1px solid #eee;
	margin-top: 30px
}

.newsletter #container .main h1 {
	font-size: 2.6em
}

.newsletter .checkoutcontainer h2 {
	color: #52acce;
	font-size: 1.6em
}

@media (min-width:1003px) {
	.customerservice .customerservicebacklink a {
		text-align: left;
		font-size: .9em
	}
}

@media (min-width:1004px) {
	.customerservice .cs-chooseformtopic,
	.customerservice .cs-orderhistory,
	.customerservice .cs-searchform {
		margin-bottom: 34px
	}
	.customerservice .main h1 {
		font-size: 3em
	}
	.customerservice h2 {
		font-size: 2.6em
	}
	.customerservice .smartbnr h2 {
		font-size: 12px
	}
	.customerservice h3,
	.customerservice h4 {
		font-size: 1.6em
	}
	.customerservice .cs-searchform input.button_form {
		font-weight: 600;
		font-size: 1.1em
	}
}

.customerservice .main a.button_white {
	color: #fff
}

a.button_white {
	border-radius: 12px;
	padding: 5px 15px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #192837;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block
}

.customerservice .main a.button_white:hover {
	background-color: #0953bd
}

.customerservice .cta .cta-inner .headline-xl-raised {
	line-height: 128px;
	font-size: 28pt
}

.customerservice select.pulldown_form {
	width: 100%;
	color: #666;
	line-height: 24px;
	padding: 7px 0 0 16px;
	border: 1px solid #cfcac4
}

.customerservice input.button_form {
	background-color: #192837;
	color: #fff;
	line-height: 24px;
	padding: 8px 16px;
	border-radius: 3px;
	margin-bottom: 24px;
	cursor: pointer
}

.customerservice input.button_form:hover {
	background-color: #0953bd
}

.customerservice input.button_form[disabled=disabled] {
	background-color: #d7d7d7;
	cursor: not-allowed
}

.customerservice .main {
	padding-top: 20px
}

.customerservice .country-selector-section ul,
.customerservice .language-country-modal ul {
	margin-left: 0;
	margin-bottom: 0
}

.addrestaurants .notificationfeedbackwrapper {
	padding: 12px
}

.addrestaurants .formchoices {
	margin-bottom: 20px
}

.addrestaurants .radiobuttons {
	margin-bottom: 0
}

.addrestaurants .radiobuttons .radiobutton {
	width: 50px;
	margin-bottom: 10px
}

@media (min-width:1004px) {
	.addrestaurants .radiobuttons .radiobutton {
		width: 10%
	}
}

.addrestaurants .radiobuttons .nawlabel {
	width: 70%
}

@media (min-width:1004px) {
	.addrestaurants .radiobuttons .nawlabel {
		width: 90%
	}
}

@media (min-width:1004px) {
	.addrestaurants .radiobuttons .nawradiolabel {
		line-height: 20px
	}
}

@media (min-width:1004px) {
	.addrestaurants .radiobuttons {
		margin-bottom: 0
	}
}

.addrestaurants input.radiobutton_form[type=radio] {
	opacity: 0;
	width: 30px;
	position: absolute;
	height: 30px;
	top: 0;
	margin-bottom: 0
}

.addrestaurants label.checkbox_form_label,
.addrestaurants label.radiobutton_form_label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
	padding: 0;
	padding-left: 50px;
	top: -25px;
	left: 0;
	background-color: transparent;
	font-size: 1em;
	color: #222;
	display: block
}

.addrestaurants div.radiobutton_form {
	width: 44px;
	padding: 0;
	margin: 3px
}

.addrestaurants label.radiobutton_form {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	left: 3px;
	top: 3px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: text-top;
	overflow: hidden;
	background-color: transparent;
	font-size: 1.3em;
	color: #222
}

.addrestaurants input.radiobutton_form[type=radio]:checked+label.radiobutton_form:before {
	content: "\25CF";
	font-family: fontello, serif;
	font-size: 2em;
	overflow: hidden;
	padding-top: 1px;
	line-height: 22px;
	min-width: 30px;
	height: 30px;
	font-weight: 700;
	color: #192837;
	text-align: center
}

.addrestaurants label.radiobutton_form:before {
	content: "\00a0";
	color: transparent;
	outline: none;
	width: 30px;
	height: 30px;
	line-height: 24px;
	overflow: hidden;
	font-weight: 700;
	display: inline-block;
	background-color: #f6f6f6;
	margin-right: 10px;
	border-radius: 18px;
	box-sizing: border-box;
	box-shadow: inset 0 3px 3px 0 #ccc;
	transition: none
}

.addrestaurants .g-recaptcha {
	margin-top: 15px
}

.addrestaurants .addrestaurantsubmitbutton {
	margin-bottom: 20px
}

.addrestaurants .ro-dummy {
	height: 85px
}

.lowest-price .main p strong {
	font-size: 16px
}

.lowest-price .divider {
	border-bottom: 1px solid #ccc;
	margin-top: 26px;
	margin-bottom: 26px
}

.lowest-price ol {
	margin-left: 20px
}

.lowest-price .file-upload [type=file] {
	border: 1px solid #eee
}

.lowest-price .file-upload,
.lowest-price .send-form {
	margin-top: 20px;
	margin-bottom: 20px
}

.lowest-price textarea.textarea_form {
	width: 100%;
	height: 200px
}

.lowest-price .lp_totaltext {
	font-size: 16px;
	margin-left: 7px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.lowest-price .checkbox_form {
	margin-bottom: 26px
}

.lowest-price .lowest_price img {
	max-width: 100%;
	display: none
}

.lowest-price .lowest_price .label {
	padding-right: 10px
}

.lowest-price .lowest_price .compare-price table,
.lowest-price .lowest_price .compare-price tbody,
.lowest-price .lowest_price .compare-price td,
.lowest-price .lowest_price .compare-price tr {
	display: block;
	border-collapse: collapse
}

.lowest-price .lowest_price .compare-price tr {
	padding-bottom: 15px;
	border-bottom: 1px dotted #555
}

.lowest-price .lowest_price table,
.lowest-price .lowest_price td,
.lowest-price .lowest_price tr {
	border: 0
}

.lowest-price .lowest_price input,
.lowest-price .lowest_price textarea {
	border: 1px solid #cfcac4
}

.lowest-price .lowest_price textarea {
	width: 100%;
	min-height: 150px;
	border-radius: 3px
}

.lowest-price .lowest_price .button {
	width: 100%;
	margin-top: 10px
}

.lowest-price .lowest_price .checkbox-inline>span {
	height: auto;
	line-height: inherit;
	padding: 10px;
	width: 100%;
	display: block
}

@media (min-width:1004px) {
	.lowest-price .lowest_price img {
		max-width: 100%;
		display: block
	}
	.lowest-price .lowest_price .compare-price table {
		display: table;
		border-collapse: initial
	}
	.lowest-price .lowest_price .compare-price tbody {
		display: table-row-group
	}
	.lowest-price .lowest_price .compare-price tr {
		display: table-row
	}
	.lowest-price .lowest_price .compare-price td {
		display: table-cell
	}
	.lowest-price .lowest_price .compare-price .multiplier {
		height: auto;
		margin-top: 40px
	}
	.lowest-price .lowest_price .button {
		width: auto
	}
}

.seopage .review-rating--chain {
	font-size: 150%
}

.seopage .rating-total--chain {
	font-size: 120%
}

.process.hide-utilitybar .content-listing {
	background-color: #f8f5f2
}

.process .processpayment {
	margin-top: 280px;
	max-width: 1240px;
	background-color: #fff
}

@media (min-width:570px) {
	.process .processpayment {
		margin-top: 0
	}
}

.process .processpayment .processpayment-wrapper {
	padding: 0 32px
}

.process .processpayment .checkoutcontainer {
	width: 66.64%
}

.process .main {
	width: 100%
}

.process .main.processpayment {
	padding-top: 16px
}

.process .main.processpayment .pending-loader {
	border: 8px solid #f8f5f2;
	border-top: 8px solid #192837;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	animation: e 2s linear infinite;
	display: inline-block
}

@keyframes e {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.process .main .adjusted-logo-small {
	margin-left: 0;
	margin-top: 20px
}

@media (min-width:570px) {
	.process .main .adjusted-logo-small {
		margin-top: 0
	}
}

.process .main .button-retry {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	background-color: #192837;
	border-radius: 3px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	padding: 12px 22px;
	display: none
}

.process .main .button-retry:hover {
	background-color: #0953bd;
	color: #fff
}

.process .main .button-retry.is-failure {
	display: inline
}

.process .main h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #333;
	margin: 0;
	padding: 0
}

@media (min-width:570px) {
	.process .main h1 {
		font-size: 3em
	}
}

.process .main h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 14px;
	padding: 0
}

@media (min-width:570px) {
	.process .main h3 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 1.8em;
		margin-bottom: 24px;
		padding-bottom: 16px
	}
}

.process .main h3 .desktop-logo {
	display: none
}

@media (min-width:570px) {
	.process .main h3 .desktop-logo {
		display: block;
		float: right;
		margin-top: -50px
	}
}

.process .main .mobile-logo {
	margin-left: 8.33%;
	width: 24.99%
}

.process .main .payment-icon {
	display: block
}

@media (min-width:570px) {
	.process .main .payment-icon {
		display: none
	}
}

.process .main .payment-icon img {
	max-width: 100%
}

.restaurantreviews {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0
}

.restaurantreviews .overview {
	background-color: #0a3847;
	margin: 0;
	padding: 24px 44px;
	color: #fff;
	height: 128px
}

@media (max-width:569px) {
	.restaurantreviews .overview {
		width: calc(100% + 30px);
		margin-left: -15px
	}
}

@media (min-width:570px) {
	.restaurantreviews .overview {
		width: calc(100% + 40px);
		margin-left: -20px
	}
}

@media (min-width:1004px) {
	.restaurantreviews .overview {
		width: 100%;
		margin-left: 0
	}
}

@media (min-width:1280px) {
	.restaurantreviews .overview {
		width: 100%;
		margin-left: 0
	}
}

.restaurantreviews .overview .review-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px
}

.restaurantreviews .overview .review-data {
	padding: 16px 0 0
}

.restaurantreviews .overview .review-data .rating-number-container {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 36px;
	width: 72px;
	height: 48px;
	border-right: 1px solid #666;
	line-height: 1
}

.restaurantreviews .overview .review-data .review-stars-container {
	padding: 0 8px
}

.restaurantreviews .overview .review-data .review-stars-container .review-stars,
.restaurantreviews .overview .review-data .review-stars-container .review-stars-range {
	font-size: 17px
}

.restaurantreviews .overview .review-data .review-stars-container .review-stars-range:before,
.restaurantreviews .overview .review-data .review-stars-container .review-stars:before {
	font-size: 15px;
	height: 17px
}

.restaurantreviews .overview .review-data .review-stars-container .overviewstar span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px
}

.restaurantreviews .reviews-list {
	padding: 0 16px
}

@media (min-width:1004px) {
	.restaurantreviews .reviews-list {
		padding: 0 21px
	}
}

.restaurantreviews .reviews-list.order-details__review-section {
	padding: 0
}

.restaurantreviews .reviews-list.order-details__review-section .review-head {
	position: relative
}

.restaurantreviews .reviews-list .restaurantreview {
	background-color: #f8f5f2;
	padding: 16px 24px;
	margin: 16px 0
}

.restaurantreviews .reviews-list .restaurantreview.votecontainer {
	margin: 0
}

.restaurantreviews .reviews-list .restaurantreview.order-history__add-review {
	width: 100%;
	padding: 0
}

@media (min-width:1004px) {
	.restaurantreviews .reviews-list .restaurantreview.order-history__add-review {
		width: 458px;
		margin: 8px auto
	}
}

.restaurantreviews .reviews-list .restaurantreview.order-history__add-review .votedetails {
	width: 100%;
	max-width: 100%;
	padding: 15px 24px;
	position: relative
}

.restaurantreviews .reviews-list .restaurantreview .review-head {
	margin-bottom: 13px
}

.restaurantreviews .reviews-list .restaurantreview .review-head .authoravatar {
	max-width: 36px
}

.restaurantreviews .reviews-list .restaurantreview .review-head .authoravatar img {
	width: 100%
}

.restaurantreviews .reviews-list .restaurantreview .review-head .reviewauthor {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #8C4B37;
	font-size: 14px;
	line-height: 24px
}

.restaurantreviews .reviews-list .restaurantreview .review-head .review-date {
	font-family:'Open Sans', sans-serif;
	color: #0a3847;
	font-size: 12px;
	line-height: 26px;
	font-weight: 300;
	text-transform: capitalize
}

.restaurantreviews .reviews-list .restaurantreview .ratingscontainer .review-rating {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #0a3847
}

.restaurantreviews .reviews-list .restaurantreview .ratingscontainer .review-rating:first-child {
	margin-bottom: 8px
}

.restaurantreviews .reviews-list .restaurantreview .ratingscontainer .review-rating span {
	text-transform: capitalize
}

.restaurantreviews .reviews-list .restaurantreview .ratingscontainer .review-rating .review-stars,
.restaurantreviews .reviews-list .restaurantreview .ratingscontainer .review-rating .review-stars-range {
	font-size: 17px;
	line-height: 24px;
	height: 24px
}

.restaurantreviews .reviews-list .restaurantreview .ratingscontainer .review-rating .review-stars-range:before,
.restaurantreviews .reviews-list .restaurantreview .ratingscontainer .review-rating .review-stars:before {
	font-size: 17px
}

.restaurantreviews .reviews-list .restaurantreview .reviewbody {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: block;
	color: #666;
	font-size: 13px;
	line-height: 22px;
	word-wrap: break-word
}

.restaurantreviews .reviews-list .restaurantreview .reviewnote {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #7d7d7d;
	line-height: 22px;
	font-size: 12px;
	margin-left: 0
}

.restaurantreviews .reviews-list .restaurantreview .reviewnote-sunday {
	margin-bottom: 22px
}

.restaurantreviews .review-pagination {
	max-width: 672px;
	margin: 20px auto
}

.restaurantreviews.order-history .reviews-list {
	padding: 0
}

.restaurantdiscounts .discount-list {
	padding: 16px
}

@media (min-width:1004px) {
	.restaurantdiscounts .discount-list {
		padding: 0 21px
	}
}

.restaurantdiscounts .discount-list .discount-category {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #0a3847;
	margin: 24px 0
}

.restaurantdiscounts .discount-list .discount-item {
	background-color: #f8f5f2;
	margin: 16px 0;
	padding: 7px 0;
	border-radius: 2px
}

.restaurantdiscounts .discount-list .discount-item .discount-icon {
	justify-content: center;
	margin: 0 20px
}

.restaurantdiscounts .discount-list .discount-item .discount-icon i {
	height: auto
}

.restaurantdiscounts .discount-list .discount-item .discount-icon i:before {
	font-size: 25px;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: normal
}

.restaurantdiscounts .discount-list .discount-item .discount-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #0a3847
}

.restaurantdiscounts .discount-list .discount-item .discount-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 22px;
	word-wrap: break-word
}

.step1 .wrapper-content-inner.steps-inner,
.step1 .wrapper-content-inner.textcontent {
	max-width: 1020px!important;
	margin: 0 auto!important;
	float: none!important
}

@media (max-width:569px) {
	.step1 .wrapper-content-inner.steps-inner,
	.step1 .wrapper-content-inner.textcontent {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:570px) {
	.step1 .wrapper-content-inner.steps-inner,
	.step1 .wrapper-content-inner.textcontent {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:1004px) {
	.step1 .wrapper-content-inner.steps-inner,
	.step1 .wrapper-content-inner.textcontent {
		width: calc(100% - 40px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1280px) {
	.step1 .wrapper-content-inner.steps-inner,
	.step1 .wrapper-content-inner.textcontent {
		width: calc(100% - 40px);
		float: left;
		margin-left: 20px
	}
}

@media screen and (min-width:1004px) and (max-width:1047px) {
	.step1 .wrapper-content-inner.steps-inner #cities {
		text-align: center
	}
	.step1 .wrapper-content-inner.steps-inner .grid {
		margin: 6px
	}
}

@media (max-width:569px) {
	.step1 header .header-wrapper {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:570px) {
	.step1 header .header-wrapper {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:1004px) {
	.step1 header .header-wrapper {
		width: calc(100% - 40px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1280px) {
	.step1 header .header-wrapper {
		width: calc(100% - 40px);
		float: left;
		margin-left: 20px
	}
}

.step1 .content-blog .content-inner:after {
	content: "";
	clear: both;
	display: table
}

@media (max-width:569px) {
	.step1 .content-blog .content-inner .textcontent-img,
	.step1 .content-blog .content-inner .textcontent-text {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:570px) {
	.step1 .content-blog .content-inner .textcontent-img,
	.step1 .content-blog .content-inner .textcontent-text {
		width: calc(50% - 15px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:1004px) {
	.step1 .content-blog .content-inner .textcontent-img,
	.step1 .content-blog .content-inner .textcontent-text {
		width: calc(50% - 30px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1280px) {
	.step1 .content-blog .content-inner .textcontent-img,
	.step1 .content-blog .content-inner .textcontent-text {
		width: calc(50% - 30px);
		float: left;
		margin-left: 20px
	}
}

@media (max-width:569px) {
	header .header-wrapper {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:570px) {
	header .header-wrapper {
		width: calc(100% - 20px);
		float: left;
		margin-left: 10px
	}
}

@media (min-width:1004px) {
	header .header-wrapper {
		width: calc(100% - 40px);
		float: left;
		margin-left: 20px
	}
}

@media (min-width:1280px) {
	header .header-wrapper {
		width: calc(100% - 40px);
		float: left;
		margin-left: 20px
	}
}

.takeaway-pay-registration-page {
	display: flex;
	flex-direction: column
}

.takeaway-pay-registration-page .topbar__title-container {
	display: none
}

.takeaway-pay-registration-page .go-back-button:before {
	content: "";
	margin: 0
}

.takeaway-pay-registration-page .go-back-button .small-logo {
	display: none
}

.takeaway-pay-registration-page .large-logo {
	display: inline
}

.takeaway-pay-registration-page .mainfooter {
	flex-shrink: 0
}

.takeaway-pay-registration-page .tap-forgot-password {
	padding: 0
}

.takeaway-pay-registration-page .tap-forgot-password #userpanel-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%
}

.takeaway-pay-registration-page .tap-forgot-password .forgot-password {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 100%;
	height: 100%;
	background-color: #fff
}

.takeaway-pay-registration-page .tap-forgot-password .forgot-password .top-content {
	height: 72px;
	clip-path: none;
	-webkit-clip-path: none;
	padding: 0;
	background-color: #fff;
	padding: 20px 16px
}

.takeaway-pay-registration-page .tap-forgot-password .forgot-password .top-content .modal-close {
	position: absolute;
	padding: 20px;
	right: 0;
	top: 8px;
	font-size: 13px;
	cursor: pointer;
	color: gray
}

.takeaway-pay-registration-page .tap-forgot-password .forgot-password .top-content .modal-close:before {
	display: block;
	position: relative;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.takeaway-pay-registration-page .tap-forgot-password .forgot-password .top-content .modal-close:hover {
	color: #ccc
}

.takeaway-pay-registration-page .tap-forgot-password .forgot-password .top-content .title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: center;
	height: 24px;
	color: #0a3847;
	margin: 0;
	font-size: 18px
}

.takeaway-pay-registration-page .tap-forgot-password .forgot-password .userpanel-forgot-password {
	margin: 0 16px;
	overflow-x: hidden;
	overflow-y: hidden;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none
}

.takeaway-pay-registration-page .tap-forgot-password .forgot-password .userpanel-forgot-password::-webkit-scrollbar {
	width: 0!important
}

.takeaway-pay-registration-page .tap-forgot-password .loginoptions {
	display: none
}

.takeaway-pay-registration-page .tap-forgot-password .button.button-inline {
	margin: 0 0 18px
}

.takeaway-pay-registration {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	max-width: 500px;
	padding: 0 15px;
	flex: 1 0 auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.takeaway-pay-registration.small-container {
	max-width: 375px;
	padding: 0 15px
}

.takeaway-pay-registration .takeaway-pay-registration-back {
	color: #8C4B37
}

.takeaway-pay-registration .takeaway-pay-registration-back:before {
	font-family: fontello;
	content: "\E993";
	font-size: .8rem;
	margin: 0 .5rem 0 0
}

.takeaway-pay-registration-header {
	display: flex;
	flex-direction: row;
	position: relative
}

.takeaway-pay-registration-header .takeaway-pay-registration-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: left;
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	color: #0a3847;
	padding: 7px 0
}

.takeaway-pay-registration.create-account,
.takeaway-pay-registration.login-and-connect {
	padding-top: 24px
}

.takeaway-pay-registration.create-account .business-email-address-value,
.takeaway-pay-registration.create-account .takeaway-pay-registration-text-input,
.takeaway-pay-registration.login-and-connect .business-email-address-value,
.takeaway-pay-registration.login-and-connect .takeaway-pay-registration-text-input {
	font-size: 14px
}

.takeaway-pay-registration.create-account .input-container,
.takeaway-pay-registration.login-and-connect .input-container {
	margin: 0 0 16px;
	position: relative
}

.takeaway-pay-registration.create-account .password-confirm-input-container,
.takeaway-pay-registration.login-and-connect .password-confirm-input-container {
	margin-bottom: 24px
}

.takeaway-pay-registration.create-account .takeaway-pay-registration-password-input,
.takeaway-pay-registration.login-and-connect .takeaway-pay-registration-password-input {
	margin-bottom: 8px
}

.takeaway-pay-registration.create-account .empty-error .takeaway-pay-registration-text-input,
.takeaway-pay-registration.create-account .password-error .takeaway-pay-registration-text-input,
.takeaway-pay-registration.create-account .password-not-equal .takeaway-pay-registration-text-input,
.takeaway-pay-registration.login-and-connect .empty-error .takeaway-pay-registration-text-input,
.takeaway-pay-registration.login-and-connect .password-error .takeaway-pay-registration-text-input,
.takeaway-pay-registration.login-and-connect .password-not-equal .takeaway-pay-registration-text-input {
	border: 1px solid #ff4246
}

.takeaway-pay-registration.create-account .empty-message,
.takeaway-pay-registration.create-account .password-input-equal-message,
.takeaway-pay-registration.create-account .password-input-error-message,
.takeaway-pay-registration.login-and-connect .empty-message,
.takeaway-pay-registration.login-and-connect .password-input-equal-message,
.takeaway-pay-registration.login-and-connect .password-input-error-message {
	display: none
}

.takeaway-pay-registration.create-account .email-error-message:not(:empty),
.takeaway-pay-registration.create-account .empty-message:not(:empty),
.takeaway-pay-registration.create-account .password-input-equal-message:not(:empty),
.takeaway-pay-registration.create-account .password-input-error-message:not(:empty),
.takeaway-pay-registration.login-and-connect .email-error-message:not(:empty),
.takeaway-pay-registration.login-and-connect .empty-message:not(:empty),
.takeaway-pay-registration.login-and-connect .password-input-equal-message:not(:empty),
.takeaway-pay-registration.login-and-connect .password-input-error-message:not(:empty) {
	color: #ff4246;
	font-size: 14px;
	line-height: 18px;
	padding: 7px 0
}

.takeaway-pay-registration.create-account .email-error-message,
.takeaway-pay-registration.create-account .empty-error .empty-message,
.takeaway-pay-registration.create-account .password-error .password-input-error-message,
.takeaway-pay-registration.create-account .password-not-equal .password-input-equal-message,
.takeaway-pay-registration.login-and-connect .email-error-message,
.takeaway-pay-registration.login-and-connect .empty-error .empty-message,
.takeaway-pay-registration.login-and-connect .password-error .password-input-error-message,
.takeaway-pay-registration.login-and-connect .password-not-equal .password-input-equal-message {
	display: block
}

.takeaway-pay-registration.login-and-connect .empty-error .takeaway-pay-registration-text-input {
	border: 1px solid #ff4246
}

.takeaway-pay-registration.login-and-connect .takeaway-pay-registration-password-input {
	margin-bottom: 0
}

.takeaway-pay-registration.login-and-connect .empty-message {
	display: none
}

.takeaway-pay-registration.login-and-connect .business-login-error-message:not(:empty),
.takeaway-pay-registration.login-and-connect .empty-message:not(:empty),
.takeaway-pay-registration.login-and-connect .login-error-message:not(:empty),
.takeaway-pay-registration.login-and-connect .not-activated-message:not(:empty) {
	color: #ff4246;
	font-size: 14px;
	line-height: 18px;
	padding: 7px 0
}

.takeaway-pay-registration.login-and-connect .empty-error .empty-message {
	display: block
}

.takeaway-pay-registration.login-and-connect .password-label-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.takeaway-pay-registration.login-and-connect .forgot-password-link {
	font-size: 14px;
	color: #8C4B37
}

.takeaway-pay-registration .takeaway-pay-avatar {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 22px 0 16px
}

@media (min-width:1004px) {
	.takeaway-pay-registration .takeaway-pay-avatar {
		padding: 24px 0 16px
	}
}

.takeaway-pay-registration .takeaway-pay-avatar-image {
	height: 88px;
	width: 88px;
	border-radius: 50%
}

@media (min-width:1004px) {
	.takeaway-pay-registration .takeaway-pay-avatar-image {
		height: 106px;
		width: 106px
	}
}

.takeaway-pay-registration .takeaway-pay-avatar-image.has-border {
	border: 1px solid #d7d7d7;
	box-sizing: content-box
}

.takeaway-pay-registration .title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #0a3847;
	margin: 0 0 8px
}

@media (min-width:1004px) {
	.takeaway-pay-registration .title {
		font-size: 26px;
		line-height: 32px
	}
}

.takeaway-pay-registration .title .takeaway-pay-title {
	color: #8C4B37
}

.takeaway-pay-registration .content {
	text-align: center;
	color: #0a3847;
	font-size: 14px;
	margin: 0 0 24px
}

@media (min-width:1004px) {
	.takeaway-pay-registration .content {
		font-size: 16px
	}
}

.takeaway-pay-registration.small-container .title {
	font-size: 22px;
	line-height: 28px
}

.takeaway-pay-registration.small-container .content {
	font-size: 14px
}

.takeaway-pay-registration .your-account-top {
	display: flex;
	justify-content: space-between
}

.takeaway-pay-registration .your-account-top .log-out-button {
	font-size: 14px;
	line-height: 18px;
	color: #8C4B37;
	cursor: pointer
}

.takeaway-pay-registration .your-account-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	line-height: 18px;
	margin: 0 0 8px;
	color: #0a3847
}

.takeaway-pay-registration .your-account-info {
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	min-height: 64px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 0 16px
}

.takeaway-pay-registration .your-account-info .your-account-ta-icon {
	width: 60px;
	background-image: url(/assets/images/takeaway-pay/ta_icon.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 64px
}

.takeaway-pay-registration .your-account-info .your-account-customer {
	width: calc(100% - 120px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #0a3847;
	word-break: break-word;
	font-size: 14px
}

.takeaway-pay-registration .your-account-info .your-account-checkmark {
	width: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.takeaway-pay-registration .your-account-info .your-account-checkmark:before {
	content: "\e80c";
	font-family: fontello;
	color: #10d365
}

.takeaway-pay-registration .business-email-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #0a3847;
	margin: 0 0 8px
}

.takeaway-pay-registration .customer-email-address-title,
.takeaway-pay-registration .email-title,
.takeaway-pay-registration .password-confirm-title,
.takeaway-pay-registration .password-title,
.takeaway-pay-registration .username-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #0a3847;
	margin: 0 0 8px;
	display: inline-block
}

.takeaway-pay-registration .takeaway-pay-registration-text-input {
	line-height: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	width: 100%;
	padding: 0 8px;
	color: #666
}

.takeaway-pay-registration .password-strength-bar-container {
	background: #d7d7d7;
	overflow: hidden;
	border-radius: 2px;
	height: 4px
}

.takeaway-pay-registration .password-strength-bar-container .progress-bar {
	height: 4px
}

.takeaway-pay-registration .updates-container {
	display: flex;
	align-items: center;
	margin: 0 0 8px
}

.takeaway-pay-registration .updates-container .updates-checkbox {
	width: 32px;
	display: inline-block;
	height: 16px
}

.takeaway-pay-registration .updates-container .updates-text {
	display: inline-block;
	font-size: 14px;
	color: #0a3847;
	width: calc(100% - 32px)
}

.takeaway-pay-registration .takeaway-pay-registration-checkbox {
	border: 1px solid #d7d7d7;
	border-radius: 1px;
	width: 16px;
	height: 16px;
	position: absolute
}

.takeaway-pay-registration .takeaway-pay-registration-checkbox:after {
	font-family: fontello;
	display: block;
	font-size: 10px;
	text-align: center;
	color: #8C4B37;
	margin: 2px
}

.takeaway-pay-registration .takeaway-pay-registration-checkbox:checked:after {
	content: "\E80C"
}

.takeaway-pay-registration .business-email-address-container {
	margin: 0 0 24px
}

.takeaway-pay-registration .business-email-address-container .business-email-address-value {
	margin: 0
}

.takeaway-pay-registration .business-email-address-value {
	background: #d7d7d7;
	border-radius: 2px;
	padding: 0 8px;
	line-height: 38px;
	height: 38px;
	margin: 0 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.takeaway-pay-registration .business-email-address-label,
.takeaway-pay-registration .customer-email-address-label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	white-space: nowrap
}

.takeaway-pay-registration .option-ruler {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	align-content: space-between;
	font-size: 14px;
	line-height: 1.86;
	color: #0a3847;
	margin: 0 0 10px
}

.takeaway-pay-registration .option-ruler-content {
	width: 50px;
	text-align: center
}

.takeaway-pay-registration .option-ruler-end,
.takeaway-pay-registration .option-ruler-start {
	border-bottom: 1px solid #d7d7d7;
	width: calc((100% - 50px) / 2);
	transform: translateY(-50%)
}

.takeaway-pay-registration .takeaway-pay-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 2px
}

.takeaway-pay-registration .login-and-connect-button {
	background: #192837;
	color: #fff;
	border: 0;
	margin: 0 0 16px;
	line-height: 56px
}

.takeaway-pay-registration .login-and-connect-button[disabled] {
	background: #d7d7d7
}

.takeaway-pay-registration .create-new-account-button-white {
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	width: 100%;
	color: #192837;
	line-height: 56px;
	margin: 0 0 26px
}

.takeaway-pay-registration .create-new-account-button-blue {
	background: #192837;
	color: #fff;
	border: 0;
	margin: 0 0 16px;
	line-height: 56px
}

.takeaway-pay-registration .create-new-account-button-blue[disabled] {
	background: #d7d7d7
}

.takeaway-pay-registration .browse-restaurant-button,
.takeaway-pay-registration .try-again-button {
	background: #192837;
	color: #fff;
	border: 0;
	margin: 0 0 16px;
	line-height: 56px
}

.takeaway-pay-registration .takeaway-pay-registration-disclaimer {
	margin: 0 0 30px;
	font-size: 12px;
	line-height: 1.5;
	color: #0a3847
}

.takeaway-pay-registration .create-account .create-new-account-button-blue {
	margin: 0 0 14px
}

.takeaway-pay-registration.logged-in .connect-to-button {
	background: #192837;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
	line-height: 56px;
	margin: 0 0 14px
}

.takeaway-pay-registration.logged-out .has-account-button {
	color: #192837;
	border: 1px solid #d7d7d7;
	width: 100%;
	line-height: 56px;
	margin: 0 0 26px
}

.takeaway-pay-registration .takeaway-pay-toggle-eye {
	position: absolute;
	top: 40px;
	right: 6px;
	height: auto;
	line-height: 1
}

.takeaway-pay-registration .takeaway-pay-toggle-eye:before {
	font-size: 18pt
}

.takeaway-pay-registration .takeaway-bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.userpanel-favorites .open-favorite {
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	max-width: calc(100% - 25px);
	text-align: left
}

.userpanel-favorites .removefavorite {
	position: absolute;
	right: 0;
	top: 0;
	color: #0a3847;
	cursor: pointer;
	width: 31px;
	height: 31px;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb
}

.userpanel-favorites .removefavorite:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 31px;
	margin: 0;
	line-height: 31px;
	font-size: 13px;
	text-align: center
}

.userpanel-favorites .removefavorite:hover:before {
	color: #192837
}

@media (min-width:1004px) {
	.userpanel-favorites {
		max-width: 472px;
		margin: 0 auto
	}
}

.bottom-content .no-favorites {
	height: 100%;
	display: none
}

.bottom-content .no-favorites--visible {
	display: block
}

.no-favorites .no-favorites__block {
	display: flex;
	height: 100%;
	align-items: center
}

.no-favorites .no-favorites__wrap {
	max-width: 262px;
	margin: 0 auto
}

.no-favorites .no-favorites__icon:before {
	font-size: 27px;
	color: #0a3847
}

.no-favorites .no-favorites__header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
	margin-top: 1rem;
	font-size: 18px;
	color: #0a3847
}

.no-favorites .no-favorites__message {
	display: block;
	font-size: .875rem;
	color: #666
}

.no-favorites__link {
	display: flex;
	margin-top: 24px
}

.no-favorites__link a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	width: 100%;
	line-height: 48px;
	height: 48px;
	border-color: #d7d7d7
}

.no-favorites__link a:hover {
	background-color: #0953bd;
	color: #fff
}

.no-favorites__link a:focus {
	color: #fff
}

.no-favorites__link a:active {
	color: #192837
}

.userpanel-favorites .restaurant {
	position: relative;
	padding: 0
}

@media (min-width:1004px) {
	.userpanel-favorites .restaurant {
		margin-right: 0
	}
}

.userpanel-favorites .restaurantname {
	max-width: calc(100% - 19px - 6px);
	overflow: hidden;
	text-overflow: ellipsis
}

.userpanel-favorites .detailswrapper {
	text-align: left;
	padding: 8px 16px 0
}

.userpanel-favorites .detailswrapper .details {
	margin-bottom: 6px
}

@media (min-width:570px) {
	.userpanel-favorites .detailswrapper .details {
		margin-bottom: 8px
	}
}

.userpanel-favorites .logowrapper {
	flex: 0 0 105px
}

@media (min-width:570px) {
	.userpanel-favorites .logowrapper {
		flex: 0 0 118px
	}
}

.userpanel-favorites .logowrapper .restaurantlabel,
.userpanel-favorites .review-rating {
	z-index: 1
}

.userpanel-favorites .closed {
	color: #ff4246
}

.userpanel-favorites .closed:before {
	color: #ff4246!important
}

.gdpr-page .topbar__title-container {
	display: none
}

.gdpr-page .go-back-button:before {
	content: "";
	margin: 0
}

.gdpr-page .go-back-button .small-logo {
	display: none
}

.gdpr-page .large-logo {
	display: inline
}

.gdpr {
	display: flex;
	background-color: #f8f5f2
}

.gdpr__delete-data {
	margin: 28px 16px
}

@media (min-width:570px) {
	.gdpr__delete-data {
		width: 79%;
		margin: 43px auto
	}
}

@media (min-width:1004px) {
	.gdpr__delete-data {
		width: 80%;
		margin: 59px auto
	}
}

@media (min-width:1280px) {
	.gdpr__delete-data {
		width: 72%;
		margin: 88px auto
	}
}

@media (max-width:569px) {
	.gdpr__error-page {
		margin: 28px auto
	}
}

.gdpr__title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-weight: 700;
	margin-bottom: 12px;
	font-size: 36px;
	line-height: 1.11;
	color: #0a3847
}

@media (min-width:1004px) {
	.gdpr__title {
		margin-bottom: 16px
	}
}

.gdpr__content {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px
}

.gdpr .error-icon-avatar {
	margin-bottom: 10px
}

div.legal.extra {
	display: none;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px
}

.step3 .sidedishes .checkbox-inline>span {
	color: #0a3847
}

.step3 .sidedish-checkbox label.checkbox-inline.inline-desc {
	max-height: none
}

.step3 .sidedish-checkbox .checkbox-inline.inline-desc>span {
	height: auto;
	align-items: flex-start;
	display: inline-block
}

.step3 .sidedish-checkbox span.inline-desc {
	font-size: 90%;
	line-height: 1.75em;
	white-space: normal;
	display: block;
	color: #888
}

.step3 .sidedish-select .select-input.inline-desc {
	height: auto
}

.step3 .sidedish-select .select-input.inline-desc .inline-desc {
	font-size: 90%;
	line-height: 1.75em;
	margin-left: 12px;
	display: block;
	color: #888
}

.step3 .sidedish-select .select-input.inline-desc .meal-allergens {
	position: relative;
	right: auto;
	line-height: normal
}

.step3 .sidedish-select .select-input.inline-desc .sidedish-allergens-wrapper {
	display: inline
}

.legal .checkbox-inline>span,
.step4 .checkbox-inline>span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
	background: #fff;
	border-color: #cfcac4;
	box-shadow: none
}

.legal .checkbox-inline>span:before,
.step4 .checkbox-inline>span:before {
	float: left
}

.legal .checkbox-inline>span:hover,
.step4 .checkbox-inline>span:hover {
	box-shadow: 0 0 8px #e6e2e2;
	border-color: #cfcac4
}

.legal .checkbox-inline,
.step4 .checkbox-inline {
	width: 100%
}

.legal #morelegalinfo,
.step4 #morelegalinfo {
	text-decoration: underline
}

.button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	background-color: #192837;
	height: 35px;
	line-height: 35px;
	width: auto
}

.button:focus,
.button:hover {
	background-color: #0953bd
}

.button:active {
	background-color: #3088a5
}

.button.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-login {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .75);
	text-transform: none;
	box-shadow: none;
	height: 35px;
	line-height: 35px;
	width: auto
}

.button-login:active,
.button-login:focus,
.button-login:hover {
	color: #0a3847;
	background-color: hsla(0, 0%, 100%, .75)
}

.button-login.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-icon {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	box-shadow: 0 2px 2px #b8b5b5;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	background-color: #8C4B37;
	height: 35px;
	line-height: 35px;
	width: auto
}

.button-icon:before {
	display: block
}

.button-icon:hover {
	background-color: #cc6d00
}

.button-icon:active,
.button-icon:focus {
	background-color: #b35f00
}

.button-icon.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	margin-right: 0
}

.button-close,
.button-icon:before {
	display: inline-block;
	line-height: 35px
}

.button-close {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	border-radius: 3px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	background: none;
	color: #999;
	box-shadow: none;
	height: 35px;
	width: auto
}

.button-close:hover {
	color: #666
}

.button-close:active,
.button-close:focus {
	color: #000
}

.button-close:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.button-close.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-icon-round {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	color: #fff;
	box-shadow: 0 2px 2px #b8b5b5;
	text-align: center;
	cursor: pointer;
	background-color: #e6e6e6;
	border-radius: 50%;
	font-size: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px
}

.button-icon-round:hover {
	background-color: #8C4B37
}

.button-icon-round:active,
.button-icon-round:focus {
	background-color: #cc6d00
}

.button-icon-round.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-icon-round:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	display: inline-block;
	line-height: 35px;
	margin-right: 0
}

.button-cta-small {
	color: #fff;
	background-color: #192837
}

.button-cta-small,
.button-cta-small-inveted {
	font-weight: 600;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	height: 56px;
	line-height: 1.5;
	font-size: 16px;
	width: auto
}

.button-cta-small-inveted {
	color: #192837;
	border: 1px solid #e7e7e7
}

.button-cta-small:focus,
.button-cta-small:hover {
	background-color: #0953bd
}

.button-cta-small-inveted:focus,
.button-cta-small-inveted:hover {
	background-color: #0953bd;
	border: 1px solid #0953bd
}

.button-cta-small:active {
	background-color: #3088a5
}

.button-cta-small.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-with-icon {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	box-shadow: 0 2px 2px #b8b5b5;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	background-color: #192837;
	height: 35px;
	line-height: 35px;
	width: auto
}

.button-with-icon:focus,
.button-with-icon:hover {
	background-color: #0953bd
}

.button-with-icon:active {
	background-color: #3088a5
}

.button-with-icon.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-with-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	display: inline-block;
	line-height: 35px;
	margin-right: 8px
}

.button-cta-icon {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	box-shadow: 0 2px 2px #b8b5b5;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	background-color: #192837;
	height: 35px;
	line-height: 35px;
	width: auto
}

.button-cta-icon:focus,
.button-cta-icon:hover {
	background-color: #0953bd
}

.button-cta-icon:active {
	background-color: #3088a5
}

.button-cta-icon.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-cta-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	display: inline-block;
	line-height: 35px;
	margin-right: 8px
}

.button-cta-icon-after {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	box-shadow: 0 2px 2px #b8b5b5;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	background-color: #192837;
	height: 35px;
	line-height: 35px;
	width: auto
}

.button-cta-icon-after:focus,
.button-cta-icon-after:hover {
	background-color: #0953bd
}

.button-cta-icon-after:active {
	background-color: #3088a5
}

.button-cta-icon-after.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-cta-icon-after:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	display: inline-block;
	border-left: 2px solid #9fd3e3;
	margin-left: 8px;
	padding-left: 8px;
	height: 24px;
	line-height: 24px
}

.googlelogin {
	display: inline-block;
	background: #fff;
	width: 100%;
	height: 56px;
	line-height: 52px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 16px
}

.googlelogin:hover {
	cursor: pointer
}

.googlelogin .icon {
	background: url(/images/icons/googlebtn.svg) 50% no-repeat;
	display: inline-block;
	align-content: center;
	vertical-align: middle;
	width: 18px;
	height: 18px
}

.googlelogin .buttonText {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
	font-size: 14px;
	color: #757575;
	margin-left: 14px;
	font-weight: 700
}

.button-facebook {
	background-color: #4267b2
}

.button-facebook:focus,
.button-facebook:hover {
	background-color: #4267b2;
	color: #fff
}

.button-facebook.hidden {
	display: none
}

.button-menu {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	border-radius: 3px;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	color: #192837;
	height: 35px;
	line-height: 35px;
	width: auto
}

.button-menu:hover {
	color: #fff;
	background-color: #192837;
	box-shadow: 0 2px 2px #b8b5b5
}

.button-menu:active,
.button-menu:focus {
	color: #fff;
	background-color: #0953bd;
	box-shadow: 0 2px 2px #b8b5b5
}

.button-menu.active {
	color: #fff;
	background-color: #192837;
	box-shadow: 0 2px 2px #b8b5b5
}

.button-menu.active:after {
	content: "\e8b2"
}

.button-menu.active:hover {
	background-color: #0953bd
}

.button-menu.active:active,
.button-menu.active:focus {
	background-color: #2f85a1
}

.button-menu.disabled {
	background-color: #e6e6e6;
	cursor: default
}

.button-menu:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	display: inline-block;
	border-left: 2px solid #9fd3e3;
	margin-left: 8px;
	padding-left: 8px;
	height: 24px;
	line-height: 24px
}

.button-forward {
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #666;
	font-size: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px
}

.button-forward:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.button-download {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 16px;
	border-radius: 3px;
	display: inline-block;
	color: #666;
	box-shadow: 0 2px 2px #b8b5b5;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: auto
}

checkbox-container {
	padding: 10px;
	width: 500px;
	background: #fff;
	border: 1px solid #999
}

.checkbox {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.checkbox,
.checkbox>span {
	box-sizing: border-box
}

.checkbox>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.checkbox>input[type=checkbox],
.checkbox>input[type=radio] {
	display: none
}

.checkbox>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.checkbox>input:checked+span {
	color: #666
}

.checkbox>input:checked~figure,
.checkbox>input:checked~i {
	opacity: 1
}

.checkbox>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.checkbox>span {
	box-shadow: 0 0 1px #192837
}

.checkbox>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.checkbox>input[type=checkbox]+span:before {
	border-radius: 3px
}

.checkbox>input[type=radio]+span:before {
	border-radius: 100%
}

.checkbox>input:disabled+span,
.checkbox>input:disabled+span+figure,
.checkbox>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.checkbox>input:disabled:not(checked)+span+i {
	opacity: 0
}

.checkbox>input:disabled:checked+span+i {
	opacity: .5
}

.checkbox>figure,
.checkbox>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.checkbox>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.checkbox>figure {
	float: right
}

.checkbox:hover>span {
	border: 1px solid #192837
}

.checkbox:hover>span:before {
	transform: scale(1.3)
}

.checkbox>input:disabled+span {
	border: 1px solid transparent
}

.checkbox>input:disabled+span:before {
	transform: scale(1)
}

.checkbox-no-border {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.checkbox-no-border,
.checkbox-no-border>span {
	box-sizing: border-box
}

.checkbox-no-border>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.checkbox-no-border>input[type=checkbox],
.checkbox-no-border>input[type=radio] {
	display: none
}

.checkbox-no-border>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.checkbox-no-border>input:checked+span {
	color: #666
}

.checkbox-no-border>input:checked~figure,
.checkbox-no-border>input:checked~i {
	opacity: 1
}

.checkbox-no-border>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.checkbox-no-border>span {
	box-shadow: none
}

.checkbox-no-border>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.checkbox-no-border>input[type=checkbox]+span:before {
	border-radius: 3px
}

.checkbox-no-border>input[type=radio]+span:before {
	border-radius: 100%
}

.checkbox-no-border>input:disabled+span,
.checkbox-no-border>input:disabled+span+figure,
.checkbox-no-border>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.checkbox-no-border>input:disabled:not(checked)+span+i {
	opacity: 0
}

.checkbox-no-border>input:disabled:checked+span+i {
	opacity: .5
}

.checkbox-no-border>figure,
.checkbox-no-border>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.checkbox-no-border>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.checkbox-no-border>figure {
	float: right
}

.checkbox-no-border:hover>span {
	border: 1px solid #192837
}

.checkbox-no-border:hover>span:before {
	transform: scale(1.3)
}

.checkbox-no-border>input:disabled+span {
	border: 1px solid transparent
}

.checkbox-no-border>input:disabled+span:before {
	transform: scale(1)
}

.checkbox-icon {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.checkbox-icon,
.checkbox-icon>span {
	box-sizing: border-box
}

.checkbox-icon>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.checkbox-icon>input[type=checkbox],
.checkbox-icon>input[type=radio] {
	display: none
}

.checkbox-icon>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent;
	justify-content: space-between
}

.checkbox-icon>input:checked+span {
	color: #666
}

.checkbox-icon>input:checked~figure,
.checkbox-icon>input:checked~i {
	opacity: 1
}

.checkbox-icon>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.checkbox-icon>span {
	box-shadow: 0 0 1px #192837
}

.checkbox-icon>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.checkbox-icon>input[type=checkbox]+span:before {
	border-radius: 3px
}

.checkbox-icon>input[type=radio]+span:before {
	border-radius: 100%
}

.checkbox-icon>input:disabled+span,
.checkbox-icon>input:disabled+span+figure,
.checkbox-icon>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.checkbox-icon>input:disabled:not(checked)+span+i {
	opacity: 0
}

.checkbox-icon>input:disabled:checked+span+i {
	opacity: .5
}

.checkbox-icon>figure,
.checkbox-icon>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.checkbox-icon>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.checkbox-icon>figure {
	float: right
}

.checkbox-icon>span:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	font-size: 20px
}

.checkbox-icon:hover>span {
	border: 1px solid #192837
}

.checkbox-icon:hover>span:before {
	transform: scale(1.3)
}

.checkbox-icon>input:disabled+span {
	border: 1px solid transparent
}

.checkbox-icon>input:disabled+span:before {
	transform: scale(1)
}

.checkbox-sprite {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.checkbox-sprite,
.checkbox-sprite>span {
	box-sizing: border-box
}

.checkbox-sprite>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.checkbox-sprite>input[type=checkbox],
.checkbox-sprite>input[type=radio] {
	display: none
}

.checkbox-sprite>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.checkbox-sprite>input:checked+span {
	color: #666
}

.checkbox-sprite>input:checked~figure,
.checkbox-sprite>input:checked~i {
	opacity: 1
}

.checkbox-sprite>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.checkbox-sprite>span {
	box-shadow: 0 0 1px #192837
}

.checkbox-sprite>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.checkbox-sprite>input[type=checkbox]+span:before {
	border-radius: 3px
}

.checkbox-sprite>input[type=radio]+span:before {
	border-radius: 100%
}

.checkbox-sprite>input:disabled+span,
.checkbox-sprite>input:disabled+span+figure,
.checkbox-sprite>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.checkbox-sprite>input:disabled:not(checked)+span+i {
	opacity: 0
}

.checkbox-sprite>input:disabled:checked+span+i {
	opacity: .5
}

.checkbox-sprite>figure,
.checkbox-sprite>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.checkbox-sprite>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.checkbox-sprite>figure {
	float: right;
	background: url(/media/image/sprite-payments.png) no-repeat;
	background-position: 1px -745px;
	width: 50px;
	height: 25px;
	transform: translate(8px, -37px)
}

.checkbox-sprite:hover>span {
	border: 1px solid #192837
}

.checkbox-sprite:hover>span:before {
	transform: scale(1.3)
}

.checkbox-sprite>input:disabled+span {
	border: 1px solid transparent
}

.checkbox-sprite>input:disabled+span:before {
	transform: scale(1)
}

.checkbox-discount-normal {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.checkbox-discount-normal,
.checkbox-discount-normal>span {
	box-sizing: border-box
}

.checkbox-discount-normal>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: #6b3;
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.checkbox-discount-normal>input[type=checkbox],
.checkbox-discount-normal>input[type=radio] {
	display: none
}

.checkbox-discount-normal>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.checkbox-discount-normal>input:checked+span {
	background-color: #f0f8eb;
	color: #666
}

.checkbox-discount-normal>input:checked~figure,
.checkbox-discount-normal>input:checked~i {
	opacity: 1
}

.checkbox-discount-normal>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #6b3;
	border: 1px solid #6b3
}

.checkbox-discount-normal>span {
	box-shadow: 0 0 1px #6b3
}

.checkbox-discount-normal>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.checkbox-discount-normal>input[type=checkbox]+span:before {
	border-radius: 3px
}

.checkbox-discount-normal>input[type=radio]+span:before {
	border-radius: 100%
}

.checkbox-discount-normal>input:disabled+span,
.checkbox-discount-normal>input:disabled+span+figure,
.checkbox-discount-normal>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.checkbox-discount-normal>input:disabled:not(checked)+span+i {
	opacity: 0
}

.checkbox-discount-normal>input:disabled:checked+span+i {
	opacity: .5
}

.checkbox-discount-normal>figure,
.checkbox-discount-normal>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.checkbox-discount-normal>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.checkbox-discount-normal>figure {
	float: right
}

.checkbox-discount-normal:hover>span {
	border: 1px solid #6b3
}

.checkbox-discount-normal:hover>span:before {
	transform: scale(1.3)
}

.checkbox-discount-normal>input:disabled+span {
	border: 1px solid transparent
}

.checkbox-discount-normal>input:disabled+span:before {
	transform: scale(1)
}

.checkbox-discount-newcustomer {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.checkbox-discount-newcustomer,
.checkbox-discount-newcustomer>span {
	box-sizing: border-box
}

.checkbox-discount-newcustomer>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: #192837;
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.checkbox-discount-newcustomer>input[type=checkbox],
.checkbox-discount-newcustomer>input[type=radio] {
	display: none
}

.checkbox-discount-newcustomer>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.checkbox-discount-newcustomer>input:checked+span {
	background-color: #eef7fa;
	color: #666
}

.checkbox-discount-newcustomer>input:checked~figure,
.checkbox-discount-newcustomer>input:checked~i {
	opacity: 1
}

.checkbox-discount-newcustomer>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.checkbox-discount-newcustomer>span {
	box-shadow: 0 0 1px #192837
}

.checkbox-discount-newcustomer>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.checkbox-discount-newcustomer>input[type=checkbox]+span:before {
	border-radius: 3px
}

.checkbox-discount-newcustomer>input[type=radio]+span:before {
	border-radius: 100%
}

.checkbox-discount-newcustomer>input:disabled+span,
.checkbox-discount-newcustomer>input:disabled+span+figure,
.checkbox-discount-newcustomer>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.checkbox-discount-newcustomer>input:disabled:not(checked)+span+i {
	opacity: 0
}

.checkbox-discount-newcustomer>input:disabled:checked+span+i {
	opacity: .5
}

.checkbox-discount-newcustomer>figure,
.checkbox-discount-newcustomer>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.checkbox-discount-newcustomer>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.checkbox-discount-newcustomer>figure {
	float: right
}

.checkbox-discount-newcustomer:hover>span {
	border: 1px solid #192837
}

.checkbox-discount-newcustomer:hover>span:before {
	transform: scale(1.3)
}

.checkbox-discount-newcustomer>input:disabled+span {
	border: 1px solid transparent
}

.checkbox-discount-newcustomer>input:disabled+span:before {
	transform: scale(1)
}

.checkbox-discount-stamps {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.checkbox-discount-stamps,
.checkbox-discount-stamps>span {
	box-sizing: border-box
}

.checkbox-discount-stamps>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: #8C4B37;
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.checkbox-discount-stamps>input[type=checkbox],
.checkbox-discount-stamps>input[type=radio] {
	display: none
}

.checkbox-discount-stamps>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.checkbox-discount-stamps>input:checked+span {
	background-color: #fff3e6;
	color: #666
}

.checkbox-discount-stamps>input:checked~figure,
.checkbox-discount-stamps>input:checked~i {
	opacity: 1
}

.checkbox-discount-stamps>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #8C4B37;
	border: 1px solid #8C4B37
}

.checkbox-discount-stamps>span {
	box-shadow: 0 0 1px #8C4B37
}

.checkbox-discount-stamps>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.checkbox-discount-stamps>input[type=checkbox]+span:before {
	border-radius: 3px
}

.checkbox-discount-stamps>input[type=radio]+span:before {
	border-radius: 100%
}

.checkbox-discount-stamps>input:disabled+span,
.checkbox-discount-stamps>input:disabled+span+figure,
.checkbox-discount-stamps>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.checkbox-discount-stamps>input:disabled:not(checked)+span+i {
	opacity: 0
}

.checkbox-discount-stamps>input:disabled:checked+span+i {
	opacity: .5
}

.checkbox-discount-stamps>figure,
.checkbox-discount-stamps>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.checkbox-discount-stamps>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.checkbox-discount-stamps>figure {
	float: right
}

.checkbox-discount-stamps:hover>span {
	border: 1px solid #8C4B37
}

.checkbox-discount-stamps:hover>span:before {
	transform: scale(1.3)
}

.checkbox-discount-stamps>input:disabled+span {
	border: 1px solid transparent
}

.checkbox-discount-stamps>input:disabled+span:before {
	transform: scale(1)
}

.disable {
	font-size: 12px;
	color: #192837;
	cursor: pointer
}

.radio-container {
	width: 300px;
	padding: 10px;
	border: 1px solid #999
}

.radio-visa {
	display: inline-block;
	cursor: pointer;
	max-height: 50px
}

.radio-visa,
.radio-visa>span {
	box-sizing: border-box
}

.radio-visa>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.radio-visa>input[type=checkbox],
.radio-visa>input[type=radio] {
	display: none
}

.radio-visa>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.radio-visa>input:checked+span {
	color: #666
}

.radio-visa>input:checked~figure,
.radio-visa>input:checked~i {
	opacity: 1
}

.radio-visa>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.radio-visa>span {
	box-shadow: 0 0 1px #192837
}

.radio-visa>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.radio-visa>input[type=checkbox]+span:before {
	border-radius: 3px
}

.radio-visa>input[type=radio]+span:before {
	border-radius: 100%
}

.radio-visa>input:disabled+span,
.radio-visa>input:disabled+span+figure,
.radio-visa>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.radio-visa>input:disabled:not(checked)+span+i {
	opacity: 0
}

.radio-visa>input:disabled:checked+span+i {
	opacity: .5
}

.radio-visa>figure,
.radio-visa>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.radio-visa>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.radio-visa>figure {
	float: right;
	background: url(/media/image/sprite-payments.png) no-repeat;
	background-position: 1px -745px;
	width: 50px;
	height: 25px;
	transform: translate(8px, -37px)
}

.radio-visa:hover>span {
	border: 1px solid #192837
}

.radio-visa:hover>span:before {
	transform: scale(1.3)
}

.radio-visa>input:disabled+span {
	border: 1px solid transparent
}

.radio-visa>input:disabled+span:before {
	transform: scale(1)
}

.radio-mastercard {
	display: inline-block;
	cursor: pointer;
	max-height: 50px
}

.radio-mastercard,
.radio-mastercard>span {
	box-sizing: border-box
}

.radio-mastercard>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.radio-mastercard>input[type=checkbox],
.radio-mastercard>input[type=radio] {
	display: none
}

.radio-mastercard>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.radio-mastercard>input:checked+span {
	color: #666
}

.radio-mastercard>input:checked~figure,
.radio-mastercard>input:checked~i {
	opacity: 1
}

.radio-mastercard>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.radio-mastercard>span {
	box-shadow: 0 0 1px #192837
}

.radio-mastercard>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.radio-mastercard>input[type=checkbox]+span:before {
	border-radius: 3px
}

.radio-mastercard>input[type=radio]+span:before {
	border-radius: 100%
}

.radio-mastercard>input:disabled+span,
.radio-mastercard>input:disabled+span+figure,
.radio-mastercard>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.radio-mastercard>input:disabled:not(checked)+span+i {
	opacity: 0
}

.radio-mastercard>input:disabled:checked+span+i {
	opacity: .5
}

.radio-mastercard>figure,
.radio-mastercard>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.radio-mastercard>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.radio-mastercard>figure {
	float: right;
	background: url(/media/image/sprite-payments.png) no-repeat;
	background-position: 1px -771px;
	width: 50px;
	height: 25px;
	transform: translate(8px, -37px)
}

.radio-mastercard:hover>span {
	border: 1px solid #192837
}

.radio-mastercard:hover>span:before {
	transform: scale(1.3)
}

.radio-mastercard>input:disabled+span {
	border: 1px solid transparent
}

.radio-mastercard>input:disabled+span:before {
	transform: scale(1)
}

.radio-amex {
	display: inline-block;
	cursor: pointer;
	max-height: 50px
}

.radio-amex,
.radio-amex>span {
	box-sizing: border-box
}

.radio-amex>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.radio-amex>input[type=checkbox],
.radio-amex>input[type=radio] {
	display: none
}

.radio-amex>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.radio-amex>input:checked+span {
	color: #666
}

.radio-amex>input:checked~figure,
.radio-amex>input:checked~i {
	opacity: 1
}

.radio-amex>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.radio-amex>span {
	box-shadow: 0 0 1px #192837
}

.radio-amex>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.radio-amex>input[type=checkbox]+span:before {
	border-radius: 3px
}

.radio-amex>input[type=radio]+span:before {
	border-radius: 100%
}

.radio-amex>input:disabled+span,
.radio-amex>input:disabled+span+figure,
.radio-amex>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.radio-amex>input:disabled:not(checked)+span+i {
	opacity: 0
}

.radio-amex>input:disabled:checked+span+i {
	opacity: .5
}

.radio-amex>figure,
.radio-amex>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.radio-amex>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.radio-amex>figure {
	float: right;
	background: url(/media/image/sprite-payments.png) no-repeat;
	background-position: 1px -799px;
	width: 50px;
	height: 25px;
	transform: translate(8px, -37px)
}

.radio-amex:hover>span {
	border: 1px solid #192837
}

.radio-amex:hover>span:before {
	transform: scale(1.3)
}

.radio-amex>input:disabled+span {
	border: 1px solid transparent
}

.radio-amex>input:disabled+span:before {
	transform: scale(1)
}

.radio-bitcoin {
	display: inline-block;
	cursor: pointer;
	max-height: 50px
}

.radio-bitcoin,
.radio-bitcoin>span {
	box-sizing: border-box
}

.radio-bitcoin>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.radio-bitcoin>input[type=checkbox],
.radio-bitcoin>input[type=radio] {
	display: none
}

.radio-bitcoin>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent;
	justify-content: space-between
}

.radio-bitcoin>input:checked+span {
	color: #666
}

.radio-bitcoin>input:checked~figure,
.radio-bitcoin>input:checked~i {
	opacity: 1
}

.radio-bitcoin>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.radio-bitcoin>span {
	box-shadow: 0 0 1px #192837
}

.radio-bitcoin>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.radio-bitcoin>input[type=checkbox]+span:before {
	border-radius: 3px
}

.radio-bitcoin>input[type=radio]+span:before {
	border-radius: 100%
}

.radio-bitcoin>input:disabled+span,
.radio-bitcoin>input:disabled+span+figure,
.radio-bitcoin>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.radio-bitcoin>input:disabled:not(checked)+span+i {
	opacity: 0
}

.radio-bitcoin>input:disabled:checked+span+i {
	opacity: .5
}

.radio-bitcoin>figure,
.radio-bitcoin>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.radio-bitcoin>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.radio-bitcoin>figure {
	float: right
}

.radio-bitcoin>span:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	font-size: 20px
}

.radio-bitcoin:hover>span {
	border: 1px solid #192837
}

.radio-bitcoin:hover>span:before {
	transform: scale(1.3)
}

.radio-bitcoin>input:disabled+span {
	border: 1px solid transparent
}

.radio-bitcoin>input:disabled+span:before {
	transform: scale(1)
}

.checkbox-inline {
	display: inline-block;
	cursor: pointer;
	max-height: 50px
}

.checkbox-inline,
.checkbox-inline>span {
	box-sizing: border-box
}

.checkbox-inline>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.checkbox-inline>input[type=checkbox],
.checkbox-inline>input[type=radio] {
	display: none
}

.checkbox-inline>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.checkbox-inline>input:checked+span {
	color: #666
}

.checkbox-inline>input:checked~figure,
.checkbox-inline>input:checked~i {
	opacity: 1
}

.checkbox-inline>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.checkbox-inline>span {
	box-shadow: 0 0 1px #192837
}

.checkbox-inline>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	min-width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff
}

.checkbox-inline>input[type=checkbox]+span:before {
	border-radius: 3px
}

.checkbox-inline>input[type=radio]+span:before {
	border-radius: 100%
}

.checkbox-inline>input:disabled+span,
.checkbox-inline>input:disabled+span+figure,
.checkbox-inline>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.checkbox-inline>input:disabled:not(checked)+span+i {
	opacity: 0
}

.checkbox-inline>input:disabled:checked+span+i {
	opacity: .5
}

.checkbox-inline>figure,
.checkbox-inline>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.checkbox-inline>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.checkbox-inline>figure {
	float: right
}

.checkbox-inline>input:disabled+span {
	border: 1px solid transparent
}

.checkbox-inline>input:disabled+span:before {
	transform: scale(1)
}

.tab-checkbox {
	display: block!important;
	-webkit-appearance: checkbox;
	position: absolute;
	opacity: 0
}

.radio-newline-visa {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.radio-newline-visa,
.radio-newline-visa>span {
	box-sizing: border-box
}

.radio-newline-visa>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.radio-newline-visa>input[type=checkbox],
.radio-newline-visa>input[type=radio] {
	display: none
}

.radio-newline-visa>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.radio-newline-visa>input:checked+span {
	color: #666
}

.radio-newline-visa>input:checked~figure,
.radio-newline-visa>input:checked~i {
	opacity: 1
}

.radio-newline-visa>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.radio-newline-visa>span {
	box-shadow: 0 0 1px #192837
}

.radio-newline-visa>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.radio-newline-visa>input[type=checkbox]+span:before {
	border-radius: 3px
}

.radio-newline-visa>input[type=radio]+span:before {
	border-radius: 100%
}

.radio-newline-visa>input:disabled+span,
.radio-newline-visa>input:disabled+span+figure,
.radio-newline-visa>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.radio-newline-visa>input:disabled:not(checked)+span+i {
	opacity: 0
}

.radio-newline-visa>input:disabled:checked+span+i {
	opacity: .5
}

.radio-newline-visa>figure,
.radio-newline-visa>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.radio-newline-visa>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.radio-newline-visa>figure {
	float: right;
	background: url(/media/image/sprite-payments.png) no-repeat;
	background-position: 1px -745px;
	width: 50px;
	height: 25px;
	transform: translate(8px, -37px)
}

.radio-newline-visa:hover>span {
	border: 1px solid #192837
}

.radio-newline-visa:hover>span:before {
	transform: scale(1.3)
}

.radio-newline-visa>input:disabled+span {
	border: 1px solid transparent
}

.radio-newline-visa>input:disabled+span:before {
	transform: scale(1)
}

.radio-newline-mastercard {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.radio-newline-mastercard,
.radio-newline-mastercard>span {
	box-sizing: border-box
}

.radio-newline-mastercard>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.radio-newline-mastercard>input[type=checkbox],
.radio-newline-mastercard>input[type=radio] {
	display: none
}

.radio-newline-mastercard>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.radio-newline-mastercard>input:checked+span {
	color: #666
}

.radio-newline-mastercard>input:checked~figure,
.radio-newline-mastercard>input:checked~i {
	opacity: 1
}

.radio-newline-mastercard>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.radio-newline-mastercard>span {
	box-shadow: 0 0 1px #192837
}

.radio-newline-mastercard>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.radio-newline-mastercard>input[type=checkbox]+span:before {
	border-radius: 3px
}

.radio-newline-mastercard>input[type=radio]+span:before {
	border-radius: 100%
}

.radio-newline-mastercard>input:disabled+span,
.radio-newline-mastercard>input:disabled+span+figure,
.radio-newline-mastercard>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.radio-newline-mastercard>input:disabled:not(checked)+span+i {
	opacity: 0
}

.radio-newline-mastercard>input:disabled:checked+span+i {
	opacity: .5
}

.radio-newline-mastercard>figure,
.radio-newline-mastercard>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.radio-newline-mastercard>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.radio-newline-mastercard>figure {
	float: right;
	background: url(/media/image/sprite-payments.png) no-repeat;
	background-position: 1px -771px;
	width: 50px;
	height: 25px;
	transform: translate(8px, -37px)
}

.radio-newline-mastercard:hover>span {
	border: 1px solid #192837
}

.radio-newline-mastercard:hover>span:before {
	transform: scale(1.3)
}

.radio-newline-mastercard>input:disabled+span {
	border: 1px solid transparent
}

.radio-newline-mastercard>input:disabled+span:before {
	transform: scale(1)
}

.radio-newline-amex {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.radio-newline-amex,
.radio-newline-amex>span {
	box-sizing: border-box
}

.radio-newline-amex>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.radio-newline-amex>input[type=checkbox],
.radio-newline-amex>input[type=radio] {
	display: none
}

.radio-newline-amex>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.radio-newline-amex>input:checked+span {
	color: #666
}

.radio-newline-amex>input:checked~figure,
.radio-newline-amex>input:checked~i {
	opacity: 1
}

.radio-newline-amex>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.radio-newline-amex>span {
	box-shadow: 0 0 1px #192837
}

.radio-newline-amex>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.radio-newline-amex>input[type=checkbox]+span:before {
	border-radius: 3px
}

.radio-newline-amex>input[type=radio]+span:before {
	border-radius: 100%
}

.radio-newline-amex>input:disabled+span,
.radio-newline-amex>input:disabled+span+figure,
.radio-newline-amex>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.radio-newline-amex>input:disabled:not(checked)+span+i {
	opacity: 0
}

.radio-newline-amex>input:disabled:checked+span+i {
	opacity: .5
}

.radio-newline-amex>figure,
.radio-newline-amex>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.radio-newline-amex>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.radio-newline-amex>figure {
	float: right;
	background: url(/media/image/sprite-payments.png) no-repeat;
	background-position: 1px -799px;
	width: 50px;
	height: 25px;
	transform: translate(8px, -37px)
}

.radio-newline-amex:hover>span {
	border: 1px solid #192837
}

.radio-newline-amex:hover>span:before {
	transform: scale(1.3)
}

.radio-newline-amex>input:disabled+span {
	border: 1px solid transparent
}

.radio-newline-amex>input:disabled+span:before {
	transform: scale(1)
}

.checkbox-checkout {
	display: initial;
	cursor: pointer;
	max-height: 50px
}

.checkbox-checkout,
.checkbox-checkout>span {
	box-sizing: border-box
}

.checkbox-checkout>i {
	opacity: 0;
	font-style: normal;
	font-weight: 700;
	color: "";
	float: right;
	margin-right: 40px;
	transform: translate(25px, -31px);
	transition: all .3s ease
}

.checkbox-checkout>input[type=checkbox],
.checkbox-checkout>input[type=radio] {
	display: none
}

.checkbox-checkout>span {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid transparent
}

.checkbox-checkout>input:checked+span {
	color: #666
}

.checkbox-checkout>input:checked~figure,
.checkbox-checkout>input:checked~i {
	opacity: 1
}

.checkbox-checkout>input:checked+span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #192837;
	border: 1px solid #192837
}

.checkbox-checkout>span {
	box-shadow: none
}

.checkbox-checkout>span:before {
	content: "";
	font-family: fontello;
	line-height: 1;
	font-size: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	border: 1px solid #999;
	color: #fff;
	transition: all .3s ease
}

.checkbox-checkout>input[type=checkbox]+span:before {
	border-radius: 3px
}

.checkbox-checkout>input[type=radio]+span:before {
	border-radius: 100%
}

.checkbox-checkout>input:disabled+span,
.checkbox-checkout>input:disabled+span+figure,
.checkbox-checkout>input:disabled+span+i {
	opacity: .5;
	cursor: not-allowed
}

.checkbox-checkout>input:disabled:not(checked)+span+i {
	opacity: 0
}

.checkbox-checkout>input:disabled:checked+span+i {
	opacity: .5
}

.checkbox-checkout>figure,
.checkbox-checkout>span:after {
	margin-left: 10px;
	margin-right: 15px
}

.checkbox-checkout>span:after {
	flex: auto;
	text-align: right;
	justify-content: flex-end
}

.checkbox-checkout>figure {
	float: right
}

.checkbox-checkout:hover>span {
	border: 1px solid #192837
}

.checkbox-checkout:hover>span:before {
	transform: scale(1.3)
}

.checkbox-checkout>input:disabled+span {
	border: 1px solid transparent
}

.checkbox-checkout>input:disabled+span:before {
	transform: scale(1)
}

.discount-inline-3 {
	background-color: #eee;
	width: 250px;
	padding: 5px
}

.discount-inline-3 [class^=discount-] {
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 30%
}

.discount-inline-3.large {
	width: 500px
}

.discount-stamps {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: baseline;
	-moz-align-items: baseline;
	align-items: baseline;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 8px;
	border-radius: 3px;
	height: 41px;
	width: 80px;
	background-color: #fff3e6;
	box-shadow: 0 0 1px #8C4B37;
	color: #8C4B37
}

.discount-stamps:hover {
	background-color: #ffe7cc
}

.discount-stamps:active,
.discount-stamps:focus {
	background-color: #ffdbb3
}

.discount-stamps>small {
	font-size: 9px;
	text-align: center;
	width: 100%
}

.discount-stamps>span {
	white-space: normal;
	margin-bottom: 2px;
	font-size: 16px;
	text-align: center;
	width: 100%
}

.discount-stamps>span+small {
	padding-top: 2px;
	border-top: 1px solid #ffcf99
}

.discount-normal {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: baseline;
	-moz-align-items: baseline;
	align-items: baseline;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 8px;
	border-radius: 3px;
	height: 41px;
	width: 80px;
	background-color: #f0f8eb;
	box-shadow: 0 0 1px #6b3;
	color: #6b3
}

.discount-normal:hover {
	background-color: #e0f1d6
}

.discount-normal:active,
.discount-normal:focus {
	background-color: #d1ebc2
}

.discount-normal>small {
	font-size: 9px;
	text-align: center;
	width: 100%
}

.discount-normal>span {
	white-space: normal;
	margin-bottom: 2px;
	font-size: 16px;
	text-align: center;
	width: 100%
}

.discount-normal>span+small {
	padding-top: 2px;
	border-top: 1px solid #c2e4ad
}

.discount-newcustomer {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: baseline;
	-moz-align-items: baseline;
	align-items: baseline;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 8px;
	border-radius: 3px;
	height: 41px;
	width: 80px;
	background-color: #eef7fa;
	box-shadow: 0 0 1px #192837;
	color: #192837
}

.discount-newcustomer:hover {
	background-color: #dceff5
}

.discount-newcustomer:active,
.discount-newcustomer:focus {
	background-color: #cbe7f0
}

.discount-newcustomer>small {
	font-size: 9px;
	text-align: center;
	width: 100%
}

.discount-newcustomer>span {
	white-space: normal;
	margin-bottom: 2px;
	font-size: 16px;
	text-align: center;
	width: 100%
}

.discount-newcustomer>span+small {
	padding-top: 2px;
	border-top: 1px solid #b9dfeb
}

.dropdown-content {
	background: #e6e2e2;
	border-bottom: 4px solid #8C4B37;
	display: none
}

.dropdown-content.success {
	display: inline-block
}

.dropdown-content-default {
	background: #fff;
	border-bottom: 4px solid #8C4B37;
	display: none
}

.dropdown,
.dropdown-content-default.success {
	display: inline-block
}

.dropdown {
	min-width: 0;
	transition: min-width .3s ease;
	transform: translateZ(0);
	padding: 8px 16px;
	color: #fff;
	font-size: 32px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .75)
}

.dropdown .atom-dropdown-label {
	display: flex;
	justify-content: space-between
}

.dropdown .atom-dropdown-additional-text {
	padding-left: 8px
}

.dropdown.atom-dropdown-scroll {
	font-size: 15px
}

.dropdown .atom-dropdown-text {
	display: inline-flex;
	border-bottom: 1px solid #fff
}

.dropdown .atom-dropdown-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	margin-left: 8px
}

.dropdown.expanded {
	background: #fff;
	color: #333
}

.dropdown.active,
.dropdown.selected,
.dropdown:active {
	color: #8C4B37
}

.dropdown.active .atom-dropdown-icon,
.dropdown.selected .atom-dropdown-icon,
.dropdown:active .atom-dropdown-icon {
	transition: all .3s ease;
	transform: rotateX(180deg)
}

.dropdown.active,
.dropdown.selected,
.dropdown:hover {
	transition: background .3s ease;
	transform: translateZ(0);
	background: #fff;
	color: #333
}

.dropdown-delete {
	display: inline-block;
	min-width: 0;
	transition: min-width .3s ease;
	transform: translateZ(0);
	color: #fff;
	font-size: 15px;
	border-radius: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 16px;
	background: none
}

.dropdown-delete .atom-dropdown-label {
	display: flex;
	justify-content: space-between
}

.dropdown-delete .atom-dropdown-additional-text {
	padding-left: 8px
}

.dropdown-delete.atom-dropdown-scroll {
	font-size: 15px
}

.dropdown-delete .atom-dropdown-text {
	display: inline-flex
}

.dropdown-delete .atom-dropdown-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	margin-left: 8px
}

.dropdown-delete.expanded {
	color: #333
}

.dropdown-delete.expanded .atom-dropdown-icon {
	transform: rotateX(180deg)
}

.dropdown-delete.expanded:hover {
	background: none
}

.dropdown-delete.active,
.dropdown-delete.selected,
.dropdown-delete:active {
	color: #8C4B37
}

.dropdown-delete.active .atom-dropdown-icon,
.dropdown-delete.selected .atom-dropdown-icon,
.dropdown-delete:active .atom-dropdown-icon {
	transition: all .3s ease;
	transform: rotateX(180deg)
}

.dropdown-delete.active,
.dropdown-delete.selected,
.dropdown-delete:hover {
	transition: background .3s ease;
	transform: translateZ(0);
	background: #000;
	color: #8C4B37
}

.dropdown-delete.active.selected,
.dropdown-delete.selected.selected,
.dropdown-delete:hover.selected {
	background: none
}

.dropdown-selected {
	display: inline-block;
	min-width: 0;
	transition: min-width .3s ease;
	transform: translateZ(0);
	color: #fff;
	font-size: 15px;
	border-radius: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 16px;
	background: none
}

.dropdown-selected .atom-dropdown-label {
	display: flex;
	justify-content: space-between
}

.dropdown-selected .atom-dropdown-additional-text {
	padding-left: 8px
}

.dropdown-selected.atom-dropdown-scroll {
	font-size: 15px
}

.dropdown-selected .atom-dropdown-text {
	display: inline-flex
}

.dropdown-selected .atom-dropdown-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	margin-left: 8px
}

.dropdown-selected.expanded {
	color: #333
}

.dropdown-selected.expanded .atom-dropdown-icon {
	transform: rotateX(180deg)
}

.dropdown-selected.expanded:hover {
	background: none
}

.dropdown-selected.active,
.dropdown-selected.selected,
.dropdown-selected:active {
	color: #8C4B37
}

.dropdown-selected.active .atom-dropdown-icon,
.dropdown-selected.selected .atom-dropdown-icon,
.dropdown-selected:active .atom-dropdown-icon {
	transition: all .3s ease;
	transform: rotateX(180deg)
}

.dropdown-selected.active,
.dropdown-selected.selected,
.dropdown-selected:hover {
	transition: background .3s ease;
	transform: translateZ(0);
	background: #000;
	color: #8C4B37
}

.dropdown-selected.active.selected,
.dropdown-selected.selected.selected,
.dropdown-selected:hover.selected {
	background: none
}

.dropdown-scroll {
	display: inline-block;
	min-width: 0;
	transition: min-width .3s ease;
	transform: translateZ(0);
	padding: 8px 16px;
	color: #fff;
	font-size: 15px;
	border-radius: none;
	background: rgba(0, 0, 0, .75)
}

.dropdown-scroll .atom-dropdown-label {
	display: flex;
	justify-content: space-between
}

.dropdown-scroll .atom-dropdown-additional-text {
	padding-left: 8px
}

.dropdown-scroll.atom-dropdown-scroll {
	font-size: 15px
}

.dropdown-scroll .atom-dropdown-text {
	display: inline-flex;
	border-bottom: 1px solid #fff
}

.dropdown-scroll .atom-dropdown-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	margin-left: 8px
}

.dropdown-scroll.expanded {
	background: #fff;
	color: #333
}

.dropdown-scroll.active,
.dropdown-scroll.selected,
.dropdown-scroll:active {
	color: #8C4B37
}

.dropdown-scroll.active .atom-dropdown-icon,
.dropdown-scroll.selected .atom-dropdown-icon,
.dropdown-scroll:active .atom-dropdown-icon {
	transition: all .3s ease;
	transform: rotateX(180deg)
}

.dropdown-scroll.active,
.dropdown-scroll.selected,
.dropdown-scroll:hover {
	transition: background .3s ease;
	transform: translateZ(0);
	background: #fff;
	color: #333
}

.dropdown-transparent {
	display: inline-block;
	min-width: 0;
	transition: min-width .3s ease;
	transform: translateZ(0);
	padding: 8px 16px;
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
	background: none
}

.dropdown-transparent .atom-dropdown-label {
	display: flex;
	justify-content: space-between
}

.dropdown-transparent .atom-dropdown-additional-text {
	padding-left: 8px
}

.dropdown-transparent.atom-dropdown-scroll {
	font-size: 15px
}

.dropdown-transparent .atom-dropdown-text {
	display: inline-flex;
	border-bottom: 1px solid #fff
}

.dropdown-transparent .atom-dropdown-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	margin-left: 8px
}

.dropdown-transparent.expanded {
	color: #8C4B37;
	background: #e6e2e2
}

.dropdown-transparent.active,
.dropdown-transparent.selected,
.dropdown-transparent:active {
	color: #8C4B37
}

.dropdown-transparent.active .atom-dropdown-icon,
.dropdown-transparent.selected .atom-dropdown-icon,
.dropdown-transparent:active .atom-dropdown-icon {
	transition: all .3s ease;
	transform: rotateX(180deg)
}

.dropdown-transparent.active,
.dropdown-transparent.selected,
html.no-touch .dropdown-transparent:hover {
	transition: background .3s ease;
	transform: translateZ(0);
	background: #fff;
	color: #333
}

.dropdown-filter {
	display: inline-block;
	min-width: 0;
	transition: min-width .3s ease;
	transform: translateZ(0);
	padding: 8px 16px;
	font-size: 15px;
	border-radius: none;
	color: #8C4B37;
	background: none
}

.dropdown-filter .atom-dropdown-label {
	display: flex;
	justify-content: space-between
}

.dropdown-filter .atom-dropdown-additional-text {
	padding-left: 8px
}

.dropdown-filter.atom-dropdown-scroll {
	font-size: 15px
}

.dropdown-filter .atom-dropdown-text {
	display: inline-flex
}

.dropdown-filter .atom-dropdown-icon:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	margin-left: 8px
}

.dropdown-filter.expanded {
	background: #fff;
	color: #333
}

.dropdown-filter.active,
.dropdown-filter.selected,
.dropdown-filter:active {
	color: #8C4B37
}

.dropdown-filter.active,
.dropdown-filter.selected,
.dropdown-filter:hover {
	background: none;
	color: #8C4B37
}

.dropdown-filter.active:hover .atom-dropdown-icon,
.dropdown-filter.selected:hover .atom-dropdown-icon,
.dropdown-filter:hover:hover .atom-dropdown-icon {
	color: #333
}

.dropdown-filter-default {
	display: inline-block;
	min-width: 0;
	transition: min-width .3s ease;
	transform: translateZ(0);
	padding: 8px 16px;
	font-size: 15px;
	border-radius: none;
	color: #8C4B37;
	background: none
}

.dropdown-filter-default .atom-dropdown-label {
	display: flex;
	justify-content: space-between
}

.dropdown-filter-default .atom-dropdown-additional-text {
	padding-left: 8px
}

.dropdown-filter-default.atom-dropdown-scroll {
	font-size: 15px
}

.dropdown-filter-default .atom-dropdown-text {
	display: inline-flex
}

.dropdown-filter-default.expanded {
	background: #fff;
	color: #333
}

.dropdown-filter-default.active,
.dropdown-filter-default.selected,
.dropdown-filter-default:active {
	color: #8C4B37
}

.dropdown-filter-default.active .atom-dropdown-icon,
.dropdown-filter-default.selected .atom-dropdown-icon,
.dropdown-filter-default:active .atom-dropdown-icon {
	transition: all .3s ease;
	transform: rotateX(180deg)
}

.dropdown-filter-default.active,
.dropdown-filter-default.selected,
.dropdown-filter-default:hover {
	background: none;
	color: #8C4B37
}

.dropdown-filter-default.active:hover .atom-dropdown-icon,
.dropdown-filter-default.selected:hover .atom-dropdown-icon,
.dropdown-filter-default:hover:hover .atom-dropdown-icon {
	color: #333
}

.headline-xl-raised {
	font-weight: 400;
	margin: 8px 0 16px;
	font-size: 30px;
	line-height: 54px;
	text-align: center
}

.headline-xl-raised.scrolled {
	font-size: 15px;
	transition: all .3s ease;
	transform: translateZ(0)
}

.headline-xl-raised span.title-delivery,
.headline-xl-raised span.title-pickup {
	position: relative;
	background: #261e1e;
	box-shadow: 8px 0 0 #261e1e, -8px 0 0 #261e1e;
	color: #fff;
	padding: 4px 0
}

.headline-xl-raised-left {
	font-weight: 400;
	margin: 8px 0 16px;
	font-size: 30px;
	line-height: 54px;
	text-align: left
}

.headline-xl-raised-left.scrolled {
	font-size: 15px;
	transition: all .3s ease;
	transform: translateZ(0)
}

.headline-xl-raised-left span {
	position: relative;
	display: inline;
	background: #000;
	box-shadow: 8px 0 0 #000, -8px 0 0 #000;
	color: #fff;
	padding: 4px 0;
	left: 8px
}

.headline-xl {
	font-weight: 600;
	font-size: 30px;
	color: #8C4B37;
	line-height: 1.5
}

.headline-l,
.headline-xl {
	margin: 8px 0 16px;
	text-align: center
}

.headline-l {
	color: #333;
	font-size: 22px
}

.headline-xl-left {
	font-weight: 600;
	margin: 8px 0 16px;
	font-size: 30px;
	color: #8C4B37;
	line-height: 1.5;
	text-align: left
}

.headline-xl-raised-scrolled {
	font-weight: 400;
	margin: 8px 0 16px;
	font-size: 30px;
	line-height: 54px;
	text-align: right
}

.headline-xl-raised-scrolled.scrolled {
	font-size: 15px;
	transition: all .3s ease;
	transform: translateZ(0)
}

.headline-xl-raised-scrolled span {
	position: relative;
	display: inline;
	background: #000;
	box-shadow: 8px 0 0 #000, -8px 0 0 #000;
	color: #fff;
	padding: 4px 0;
	right: 8px
}

.headline-m {
	color: #333;
	font-size: 18px
}

.headline-m,
.headline-s {
	font-weight: 600;
	margin: 8px 0 16px;
	text-align: left
}

.headline-s {
	color: #8C4B37;
	font-size: 15px
}

h2 {
	background: #cfcac4;
	padding: 20px 5px
}

.headline-resto-name {
	font-weight: 600;
	margin: 8px 0 16px;
	color: #333;
	font-size: 18px;
	text-align: left
}

.wrapper {
	width: 100%;
	min-height: 400px
}

.second-wrapper {
	width: 100%;
	height: 250px
}

.input {
	position: relative;
	margin-bottom: 24px;
	border-radius: 3px;
	background: #fff;
	width: 100%
}

.input input,
.input textarea {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 1;
	background: none;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 8px 16px
}

.input input:hover,
.input textarea:hover {
	box-shadow: 0 0 8px #e6e2e2;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input input:active,
.input input:focus,
.input textarea:active,
.input textarea:focus {
	box-shadow: 0 0 8px #e6e2e2;
	border-color: #192837!important;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input input:active+label,
.input input:active+span+label,
.input input:focus+label,
.input input:focus+span+label,
.input input:valid+label,
.input input:valid+span+label,
.input textarea:active+label,
.input textarea:active+span+label,
.input textarea:focus+label,
.input textarea:focus+span+label,
.input textarea:valid+label,
.input textarea:valid+span+label {
	top: -5px;
	padding: 0 4px;
	font-size: 10px;
	color: #666;
	background: #fff;
	line-height: 1;
	z-index: 2;
	border-radius: 3px
}

.input label {
	position: absolute;
	top: 0;
	left: 16px;
	cursor: text;
	line-height: 50px;
	z-index: 0;
	transition: all .2s ease;
	transform: translateZ(0)
}

.input:after {
	right: 0
}

.input.error input,
.input.success input,
.input.warning input {
	padding-right: 40px
}

.input:after {
	position: absolute;
	display: inline-flex;
	top: 0;
	width: 32px;
	text-align: center;
	height: 50px;
	line-height: 50px!important
}

.input.success:after {
	content: "";
	color: #6b3
}

.input.error:after,
.input.success:after {
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.input.error:after {
	content: "";
	color: #fa4329
}

.input.warning:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #192837
}

.input.error div,
.input.warning div {
	font-size: 12px;
	display: block;
	position: relative;
	top: 4px;
	margin-left: 16px
}

.input.error div {
	color: #fa4329
}

.input.warning div {
	color: #192837
}

.input-icon {
	position: relative;
	margin-bottom: 24px;
	border-radius: 3px;
	background: #fff;
	width: 100%
}

.input-icon label:before {
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	content: attr(data-icon);
	position: relative;
	margin: 0 4px 0 0
}

.input-icon input,
.input-icon textarea {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 1;
	background: none;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 8px 16px
}

.input-icon input:hover,
.input-icon textarea:hover {
	box-shadow: 0 0 8px #e6e2e2;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input-icon input:active,
.input-icon input:focus,
.input-icon textarea:active,
.input-icon textarea:focus {
	box-shadow: 0 0 8px #e6e2e2;
	border-color: #192837!important;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input-icon input:active+label,
.input-icon input:active+span+label,
.input-icon input:focus+label,
.input-icon input:focus+span+label,
.input-icon input:valid+label,
.input-icon input:valid+span+label,
.input-icon textarea:active+label,
.input-icon textarea:active+span+label,
.input-icon textarea:focus+label,
.input-icon textarea:focus+span+label,
.input-icon textarea:valid+label,
.input-icon textarea:valid+span+label {
	top: -5px;
	padding: 0 4px;
	font-size: 10px;
	color: #666;
	background: #fff;
	line-height: 1;
	z-index: 2;
	border-radius: 3px
}

.input-icon label {
	position: absolute;
	top: 0;
	left: 16px;
	cursor: text;
	line-height: 50px;
	z-index: 0;
	transition: all .2s ease;
	transform: translateZ(0)
}

.input-icon:after {
	right: 0
}

.input-icon.error input,
.input-icon.success input,
.input-icon.warning input {
	padding-right: 40px
}

.input-icon:after {
	position: absolute;
	display: inline-flex;
	top: 0;
	width: 32px;
	text-align: center;
	height: 50px;
	line-height: 50px!important
}

.input-icon.success:after {
	content: "";
	color: #6b3
}

.input-icon.error:after,
.input-icon.success:after {
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.input-icon.error:after {
	content: "";
	color: #fa4329
}

.input-icon.warning:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #192837
}

.input-icon.error div,
.input-icon.warning div {
	font-size: 12px;
	display: block;
	position: relative;
	top: 4px;
	margin-left: 16px
}

.input-icon.error div {
	color: #fa4329
}

.input-icon.warning div {
	color: #192837
}

.input-search {
	position: relative;
	margin-bottom: 24px;
	width: 100%
}

.input-search:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	position: absolute;
	line-height: 35px;
	left: 16px;
	z-index: 3
}

.input-search input,
.input-search textarea {
	position: relative;
	width: 100%;
	height: 35px;
	z-index: 1;
	background: none;
	background: #fbfbfb;
	padding: 8px 16px 8px 40px
}

.input-search input:hover,
.input-search textarea:hover {
	box-shadow: 0 0 8px #e6e2e2;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input-search input:active,
.input-search input:focus,
.input-search textarea:active,
.input-search textarea:focus {
	box-shadow: 0 0 8px #e6e2e2;
	border-color: #192837!important;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input-search input:active+label,
.input-search input:active+span+label,
.input-search input:focus+label,
.input-search input:focus+span+label,
.input-search input:valid+label,
.input-search input:valid+span+label,
.input-search textarea:active+label,
.input-search textarea:active+span+label,
.input-search textarea:focus+label,
.input-search textarea:focus+span+label,
.input-search textarea:valid+label,
.input-search textarea:valid+span+label {
	top: -5px;
	padding: 0 4px;
	font-size: 10px;
	color: #666;
	background: #fff;
	line-height: 1;
	z-index: 2;
	border-radius: 3px
}

.input-search span {
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	z-index: 3;
	margin-right: 8px
}

.input-search span:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	cursor: pointer
}

.input-search:after {
	z-index: 30;
	right: 24px
}

.input-search.error input,
.input-search.success input,
.input-search.warning input {
	padding-right: 72px
}

.input-search:after {
	position: absolute;
	display: inline-flex;
	top: 0;
	width: 32px;
	text-align: center;
	height: 35px;
	line-height: 35px!important
}

.input-search.success:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #6b3
}

.input-search.error:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fa4329
}

.input-search.warning:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #192837
}

.input-search.error div,
.input-search.warning div {
	font-size: 12px;
	display: block;
	position: relative;
	top: 4px;
	margin-left: 16px
}

.input-search.error div {
	color: #fa4329
}

.input-search.warning div {
	color: #192837
}

.input-width {
	position: relative;
	margin-bottom: 24px;
	border-radius: 3px;
	background: #fff;
	width: 230px
}

.input-width input,
.input-width textarea {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 1;
	background: none;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 8px 16px
}

.input-width input:hover,
.input-width textarea:hover {
	box-shadow: 0 0 8px #e6e2e2;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input-width input:active,
.input-width input:focus,
.input-width textarea:active,
.input-width textarea:focus {
	box-shadow: 0 0 8px #e6e2e2;
	border-color: #192837!important;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input-width input:active+label,
.input-width input:active+span+label,
.input-width input:focus+label,
.input-width input:focus+span+label,
.input-width input:valid+label,
.input-width input:valid+span+label,
.input-width textarea:active+label,
.input-width textarea:active+span+label,
.input-width textarea:focus+label,
.input-width textarea:focus+span+label,
.input-width textarea:valid+label,
.input-width textarea:valid+span+label {
	top: -5px;
	padding: 0 4px;
	font-size: 10px;
	color: #666;
	background: #fff;
	line-height: 1;
	z-index: 2;
	border-radius: 3px
}

.input-width label {
	position: absolute;
	top: 0;
	left: 16px;
	cursor: text;
	line-height: 50px;
	z-index: 0;
	transition: all .2s ease;
	transform: translateZ(0)
}

.input-width:after {
	right: 0
}

.input-width.error input,
.input-width.success input,
.input-width.warning input {
	padding-right: 40px
}

.input-width:after {
	position: absolute;
	display: inline-flex;
	top: 0;
	width: 32px;
	text-align: center;
	height: 50px;
	line-height: 50px!important
}

.input-width.success:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #6b3
}

.input-width.error:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fa4329
}

.input-width.warning:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #192837
}

.input-width.error div,
.input-width.warning div {
	font-size: 12px;
	display: block;
	position: relative;
	top: 4px;
	margin-left: 16px
}

.input-width.error div {
	color: #fa4329
}

.input-width.warning div {
	color: #192837
}

.input-m {
	position: relative;
	margin-bottom: 24px;
	border-radius: 3px;
	background: #fff;
	width: 100%
}

.input-m input,
.input-m textarea {
	position: relative;
	width: 100%;
	height: 35px;
	z-index: 1;
	background: none;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 8px 16px
}

.input-m input:hover,
.input-m textarea:hover {
	box-shadow: 0 0 8px #e6e2e2;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input-m input:active,
.input-m input:focus,
.input-m textarea:active,
.input-m textarea:focus {
	box-shadow: 0 0 8px #e6e2e2;
	border-color: #192837!important;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input-m input:active+label,
.input-m input:active+span+label,
.input-m input:focus+label,
.input-m input:focus+span+label,
.input-m input:valid+label,
.input-m input:valid+span+label,
.input-m textarea:active+label,
.input-m textarea:active+span+label,
.input-m textarea:focus+label,
.input-m textarea:focus+span+label,
.input-m textarea:valid+label,
.input-m textarea:valid+span+label {
	top: -5px;
	padding: 0 4px;
	font-size: 10px;
	color: #666;
	background: #fff;
	line-height: 1;
	z-index: 2;
	border-radius: 3px
}

.input-m label {
	position: absolute;
	top: 0;
	left: 16px;
	cursor: text;
	line-height: 35px;
	z-index: 0;
	transition: all .2s ease;
	transform: translateZ(0)
}

.input-m:after {
	right: 0
}

.input-m.error input,
.input-m.success input,
.input-m.warning input {
	padding-right: 40px
}

.input-m:after {
	position: absolute;
	display: inline-flex;
	top: 0;
	width: 32px;
	text-align: center;
	height: 35px;
	line-height: 35px!important
}

.input-m.success:after {
	content: "";
	color: #6b3
}

.input-m.error:after,
.input-m.success:after {
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.input-m.error:after {
	content: "";
	color: #fa4329
}

.input-m.warning:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #192837
}

.input-m.error div,
.input-m.warning div {
	font-size: 12px;
	display: block;
	position: relative;
	top: 4px;
	margin-left: 16px
}

.input-m.error div {
	color: #fa4329
}

.input-m.warning div {
	color: #192837
}

.textarea-label {
	position: relative;
	margin-bottom: 24px;
	border-radius: 3px;
	background: #fff;
	width: 100%
}

.textarea-label.adjusted-margin {
	margin-top: 5px
}

.textarea-label input,
.textarea-label textarea {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 1;
	background: none;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 8px 16px
}

.textarea-label textarea {
	height: 200px
}

.textarea-label input:hover,
.textarea-label textarea:hover {
	box-shadow: 0 0 8px #e6e2e2;
	transition: all .3s ease;
	transform: translateZ(0)
}

.textarea-label input:active,
.textarea-label input:focus,
.textarea-label textarea:active,
.textarea-label textarea:focus {
	box-shadow: 0 0 8px #e6e2e2;
	border-color: #192837!important;
	transition: all .3s ease;
	transform: translateZ(0)
}

.textarea-label input:active+label,
.textarea-label input:active+span+label,
.textarea-label input:focus+label,
.textarea-label input:focus+span+label,
.textarea-label input:valid+label,
.textarea-label input:valid+span+label,
.textarea-label label,
.textarea-label textarea:active+label,
.textarea-label textarea:active+span+label,
.textarea-label textarea:focus+label,
.textarea-label textarea:focus+span+label,
.textarea-label textarea:valid+label,
.textarea-label textarea:valid+span+label {
	top: -5px;
	padding: 0 4px;
	font-size: 10px;
	color: #666;
	background: #fff;
	line-height: 1;
	z-index: 2;
	border-radius: 3px
}

.textarea-label label {
	position: absolute;
	left: 16px
}

.textarea-label.error div,
.textarea-label.warning div {
	font-size: 12px;
	display: block;
	position: relative;
	top: 4px;
	margin-left: 16px
}

.textarea-label.error div {
	color: #fa4329
}

.textarea-label.warning div {
	color: #192837
}

.textarea {
	position: relative;
	margin-bottom: 24px;
	border-radius: 3px;
	background: #fff;
	width: 100%
}

.textarea input,
.textarea textarea {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 1;
	background: none;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 8px 16px
}

.textarea input:hover,
.textarea textarea:hover {
	box-shadow: 0 0 8px #e6e2e2;
	transition: all .3s ease;
	transform: translateZ(0)
}

.textarea input:active,
.textarea input:focus,
.textarea textarea:active,
.textarea textarea:focus {
	box-shadow: 0 0 8px #e6e2e2;
	border-color: #192837!important;
	transition: all .3s ease;
	transform: translateZ(0)
}

.textarea input:active+label,
.textarea input:active+span+label,
.textarea input:focus+label,
.textarea input:focus+span+label,
.textarea input:valid+label,
.textarea input:valid+span+label,
.textarea textarea:active+label,
.textarea textarea:active+span+label,
.textarea textarea:focus+label,
.textarea textarea:focus+span+label,
.textarea textarea:valid+label,
.textarea textarea:valid+span+label {
	top: -5px;
	padding: 0 4px;
	font-size: 10px;
	color: #666;
	background: #fff;
	line-height: 1;
	z-index: 2;
	border-radius: 3px
}

.textarea label {
	position: absolute;
	top: 0;
	left: 16px;
	cursor: text;
	line-height: 50px;
	z-index: 0;
	transition: all .2s ease;
	transform: translateZ(0)
}

.textarea:after {
	right: 0
}

.textarea.error input,
.textarea.success input,
.textarea.warning input {
	padding-right: 40px
}

.textarea.error div,
.textarea.warning div {
	font-size: 12px;
	display: block;
	position: relative;
	top: 4px;
	margin-left: 16px
}

.textarea.error div {
	color: #fa4329
}

.textarea.warning div {
	color: #192837
}

.label {
	font-weight: 600;
	display: inline-block;
	margin: 4px 0;
	padding: 0 8px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background-color: #192837;
	border-radius: 3px
}

.label-container {
	background-color: #e6e2e2;
	padding: 10px;
	width: 50%
}

.lightbox {
	content: "";
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .82);
	z-index: 3
}

.lightbox .lightbox-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	margin: auto;
	background: #fff
}

@media (min-width:1004px) {
	.lightbox .lightbox-content {
		top: 10%;
		bottom: auto;
		width: 100%;
		max-width: 550px
	}
}

.lightbox .lightbox-header {
	position: relative;
	background: #8C4B37;
	width: 100%;
	height: auto;
	font-size: 22px;
	text-align: center;
	color: #fff;
	padding: 16px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.lightbox .lightbox-close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #fff
}

.lightbox .lightbox-close:before {
	display: block;
	position: relative;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.atom-list-select {
	width: 100%
}

.atom-list-select>li {
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	box-shadow: 0 2px 2px #e6e2e2;
	white-space: nowrap;
	border-radius: 3px;
	margin-bottom: 4px;
	list-style-type: none;
	background: #fff
}

.atom-list-select>li:last-child {
	margin-bottom: 0
}

.atom-list-select>li:before {
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	content: attr(data-icon);
	position: relative;
	display: inline-block;
	text-align: center;
	width: 30px;
	top: 2px;
	font-size: 24px;
	margin-right: 16px
}

.atom-list-select>li.selected,
.atom-list-select>li:hover {
	background: #8C4B37;
	color: #fff
}

.atom-list-select>li.selected:hover {
	background: #e67a00
}

.atom-list-select-horizontal {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.atom-list-select-horizontal>li {
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	box-shadow: 0 2px 2px #e6e2e2;
	list-style-type: none;
	white-space: nowrap;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	border-right: 1px solid #e6e2e2;
	background: #fff
}

.atom-list-select-horizontal>li:last-child {
	border-right: 0
}

.atom-list-select-horizontal>li:before {
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	content: attr(data-icon);
	position: relative;
	display: inline-block;
	text-align: center;
	top: 2px;
	font-size: 24px
}

.atom-list-select-horizontal>li.selected,
.atom-list-select-horizontal>li:hover {
	background: #8C4B37;
	color: #fff
}

.atom-list-select-horizontal>li.selected:hover {
	background: #e67a00
}

.atom-list-link {
	width: 100%
}

.atom-list-link>li {
	font-weight: 400;
	list-style-type: none;
	cursor: pointer;
	line-height: 55px;
	font-size: 14px;
	padding: 0 18px;
	white-space: nowrap;
	background: #fff;
	color: #0a3847;
	position: relative;
	margin-bottom: 1px
}

.atom-list-link>li:first-child {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px
}

.atom-list-link>li:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

.atom-list-link>li .atom-list-link>li:last-child {
	border-bottom: 0
}

.atom-list-link>li .atom-list-link>li:before {
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	content: attr(data-icon);
	position: relative;
	display: inline-block;
	text-align: center;
	width: 30px;
	margin-right: 16px
}

.atom-list-link>li a {
	color: #0a3847;
	cursor: pointer;
	display: block;
	position: relative;
	padding-left: 55px
}

.atom-list-link>li a:hover {
	color: #192837
}

.atom-list-link>li.has-icon {
	padding: 0
}

.atom-list-link>li.has-icon a {
	padding-left: 56px
}

.atom-list-link>li.has-icon a:before {
	font-family: fontello;
	font-weight: 400;
	content: attr(data-icon);
	display: inline-block;
	text-align: center;
	width: 30px;
	font-size: 15px;
	position: absolute;
	left: 14px
}

.atom-list-link>li .atom-list-link>li:hover {
	background: #f9f9f9
}

.atom-list-link>li .atom-list-link>li.selected,
.atom-list-link>li .atom-list-link>li:hover {
	color: #192837
}

.atom-list-link>li .atom-list-link>li:active,
.atom-list-link>li .atom-list-link>li:focus {
	color: #0953bd
}

.atom-list-link>li .atom-list-link-horizontal {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.atom-list-link>li .atom-list-link-horizontal>li {
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	white-space: nowrap;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	border-right: 1px solid #e6e2e2;
	background: #fff
}

.atom-list-link>li .atom-list-link-horizontal>li:last-child {
	border-right: 0
}

.atom-list-link>li .atom-list-link-horizontal>li:before {
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	content: attr(data-icon);
	position: relative;
	display: inline-block;
	text-align: center;
	margin-right: 16px
}

.atom-list-link>li .atom-list-link-horizontal>li:hover {
	background: #f9f9f9
}

.atom-list-link>li .atom-list-link-horizontal>li.selected,
.atom-list-link>li .atom-list-link-horizontal>li:hover {
	color: #192837
}

.atom-list-link>li .atom-list-link-horizontal>li:active,
.atom-list-link>li .atom-list-link-horizontal>li:focus {
	color: #0953bd
}

.atom-list-link>li .atom-list-menu {
	width: 100%
}

.atom-list-link>li .atom-list-menu>li {
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	white-space: nowrap;
	background: #fff
}

.atom-list-link>li .atom-list-menu>li.selected:after {
	content: "";
	font-family: fontello;
	line-height: 1;
	position: relative;
	font-weight: 700;
	margin-left: 16px
}

.atom-list-link>li .atom-list-menu>li:hover {
	background: #f9f9f9
}

.atom-list-link>li .atom-list-menu>li.selected,
.atom-list-link>li .atom-list-menu>li:hover {
	color: #192837
}

.atom-list-link>li .atom-list-menu>li:active,
.atom-list-link>li .atom-list-menu>li:focus {
	color: #0953bd
}

.atom-list-link>li .atom-list-plain {
	width: 100%
}

.atom-list-link>li .atom-list-plain>li {
	text-align: left;
	padding: 4px 0;
	background: #fff
}

.atom-list-link>li .atom-list-plain>li:before {
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	content: attr(data-icon);
	position: relative;
	display: inline-block;
	text-align: center;
	width: 30px;
	margin-right: 4px
}

.atom-list-link>li .atom-list-plain-horizontal {
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.atom-list-link>li .atom-list-plain-horizontal>li {
	text-align: left;
	padding: 0 8px;
	border-right: 1px solid #333;
	background: #fff
}

.atom-list-link>li .atom-list-plain-horizontal>li:last-child {
	border-right: 0
}

.atom-list-link>li .atom-list-plain-horizontal>li:before {
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	content: attr(data-icon);
	position: relative;
	display: inline-block;
	text-align: center;
	margin-right: 4px
}

.atom-list-link>li .atom-list-link-background {
	width: 100%;
	background: #8C4B37
}

.atom-list-link>li .atom-list-link-background>li {
	font-weight: 600;
	cursor: pointer;
	color: #fff;
	line-height: 1.2
}

.atom-list-link>li .atom-list-link-background>li:hover {
	color: #666
}

.atom-list-link>li .atom-list-link-background>li:active,
.atom-list-link>li .atom-list-link-background>li:focus {
	color: #333
}

.atom-list-link>li .atom-list-wrapper {
	background: #e6e2e2
}

.atom-list-link>li .atom-list-wrapper ul {
	margin: 0 0 30px
}

.atom-list-link>li .logo-de {
	display: inline-block;
	background-image: url(/media/img/logos/lieferando_de.svg), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: auto 55%;
	background-color: #8C4B37;
	background-position: 33.3333333333px 22.5px;
	width: 401.276216667px;
	height: 100px;
	border-radius: 0 0 3px 3px
}

.atom-list-link>li .logo-pl {
	display: inline-block;
	background-image: url(/media/img/logos/pyszne_pl.svg), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 675.7395px;
	height: 150px
}

.atom-list-link>li .logo-restaurant {
	display: inline-block;
	position: relative;
	width: 200px
}

.atom-list-link>li .logo-restaurant img {
	width: 100%;
	height: auto;
	display: inline-block;
	border: 1px solid #e6e2e2
}

.atom-list-link>li .logo-restaurant.franchise:before {
	content: "";
	background: url(https://lieferando.de/yd/media/img/yd-sprite-icons-2.8-lieferando_de.png) no-repeat 0 -150px;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -10px
}

.atom-list-link>li .logo-restaurant.new:before {
	content: "NEW";
	width: auto;
	background: #333;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 2px;
	position: absolute;
	top: -7px
}

.atom-list-link>li .logo-restaurant.closed {
	color: #333
}

.atom-list-link>li .logo-restaurant.closed:before {
	background: hsla(0, 0%, 100%, .75)
}

.atom-list-link>li .logo-restaurant.preorder {
	color: #fff
}

.atom-list-link>li .logo-restaurant.preorder:before {
	background: rgba(0, 0, 0, .75)
}

.atom-list-link>li .logo-restaurant.closed:before,
.atom-list-link>li .logo-restaurant.preorder:before {
	content: "";
	width: 100%;
	height: inherit;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px
}

.atom-list-link>li .logo-restaurant.closed p,
.atom-list-link>li .logo-restaurant.preorder p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	line-height: 100%;
	text-align: inherit
}

.atom-list-link>li .logo-restaurant.closed p:before,
.atom-list-link>li .logo-restaurant.preorder p:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	font-size: 30px;
	display: block;
	float: left;
	padding: 0 8px 0 12px
}

.atom-list-link>li .stars {
	position: relative;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 30px;
	width: 152.7px;
	letter-spacing: 3px;
	color: #999
}

.atom-list-link>li .stars>i {
	font-style: normal;
	font-size: 30px;
	margin-left: 15px
}

.atom-list-link>li .stars:before,
.atom-list-link>li .stars>span,
.atom-list-link>li .stars>span:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.atom-list-link>li .stars:before,
.atom-list-link>li .stars>span:before {
	color: #999;
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	content: ""
}

.atom-list-link>li .stars>span,
.atom-list-link>li .stars>span:before {
	position: absolute;
	display: inline-block
}

.atom-list-link>li .stars:before {
	position: relative;
	display: block;
	z-index: 0
}

.atom-list-link>li .stars>span {
	overflow: hidden
}

.atom-list-link>li .stars>span:before {
	display: inline-block;
	z-index: 1;
	color: #ffb700
}

.atom-list-link>li h2,
.atom-list-link>li h3,
.atom-list-link>li h4 {
	font-weight: 400
}

.atom-list-link>li p {
	margin: 0 0 10px;
	line-height: 1.5;
	text-align: justify
}

.atom-list-link>li .yd-jig-infocenter-imprint p,
.atom-list-link>li .yd-jig-infocenter-partnerterms p,
.atom-list-link>li .yd-jig-infocenter-privacy p,
.atom-list-link>li .yd-jig-infocenter-stampterms p,
.atom-list-link>li .yd-jig-infocenter-termsofcustomer p,
.atom-list-link>li .yd-jig-infocenter-termsofservice p {
	font-family: sans-serif!important;
	font-size: 12px!important
}

.atom-list-link>li .yd-jig-infocenter-imprint .yd-hl-rc-m-ul,
.atom-list-link>li .yd-jig-infocenter-partnerterms .yd-hl-rc-m-ul,
.atom-list-link>li .yd-jig-infocenter-privacy .yd-hl-rc-m-ul,
.atom-list-link>li .yd-jig-infocenter-stampterms .yd-hl-rc-m-ul,
.atom-list-link>li .yd-jig-infocenter-termsofcustomer .yd-hl-rc-m-ul,
.atom-list-link>li .yd-jig-infocenter-termsofservice .yd-hl-rc-m-ul {
	font-family: sans-serif!important;
	line-height: 1.5!important;
	font-size: 18px!important
}

.atom-list-link>li .text,
.atom-list-link>li .text-bold {
	line-height: 1.5;
	color: #333;
	display: inline-block;
	text-align: justify
}

.atom-list-link>li .text-bold {
	font-weight: 600
}

.atom-list-link>li .text-p {
	line-height: 1.5;
	color: #333;
	display: inline-block;
	text-align: justify
}

.atom-list-link>li .text-link {
	line-height: 1.5;
	display: inline-block;
	text-align: justify;
	cursor: pointer;
	color: #192837
}

.atom-list-link>li .text-link:hover {
	color: #0953bd
}

.atom-list-link>li .text-link:focus {
	color: #333
}

.atom-list-link>li .text-link:before {
	padding-right: 8px;
	width: 35px
}

.atom-list-link>li .text-link:after {
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	background: transparent;
	width: 0
}

.atom-list-link>li .text-link:hover:after {
	transition: width .3s ease, background-color .3s ease;
	width: 100%;
	background: #192837
}

.atom-list-link>li .text-link-icon-default {
	line-height: 1.5;
	display: table;
	text-align: justify;
	cursor: pointer;
	color: #192837
}

.atom-list-link>li .text-link-icon-default:hover {
	color: #0953bd
}

.atom-list-link>li .text-link-icon-default:focus {
	color: #333
}

.atom-list-link>li .text-link-icon-default:before {
	padding-right: 8px;
	width: 35px;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.atom-list-link>li .text-link-icon-default:after {
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	background: transparent;
	width: 0
}

.atom-list-link>li .text-link-icon-default:hover:after {
	transition: width .3s ease, background-color .3s ease;
	width: 100%;
	background: #192837
}

.atom-list-link>li .text-link-icon {
	line-height: 1.5;
	display: table;
	text-align: justify;
	cursor: pointer;
	color: #192837
}

.atom-list-link>li .text-link-icon:hover {
	color: #0953bd
}

.atom-list-link>li .text-link-icon:focus {
	color: #333
}

.atom-list-link>li .text-link-icon:before {
	padding-right: 8px;
	width: 35px;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.atom-list-link>li .text-link-icon:after {
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	background: transparent;
	width: 0
}

.atom-list-link>li .text-link-icon:hover:after {
	transition: width .3s ease, background-color .3s ease;
	width: 100%;
	background: #192837
}

.atom-list-link>li .text-link-superscript,
.atom-list-link>li .text-superscript {
	font-weight: 400;
	line-height: 1.5;
	vertical-align: super;
	font-size: 12px;
	color: #666;
	margin: 0;
	display: inline-block;
	text-align: justify
}

.atom-list-link>li .text-link-superscript {
	cursor: pointer;
	transform: translateY(2px)
}

.atom-list-link>li .text-link-superscript:hover {
	color: #0953bd
}

.atom-list-link>li .text-link-superscript:focus {
	color: #333
}

.atom-list-link>li .text-link-superscript:before {
	content: "";
	display: block;
	height: 1px;
	background: #666;
	width: 100%;
	margin-bottom: -17px
}

.atom-list-link>li .text-link-superscript:after {
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	background: transparent;
	width: 0
}

.atom-list-link>li .text-link-superscript:hover:after {
	transition: width .3s ease, background-color .3s ease;
	width: 100%;
	background: #192837
}

.atom-list-link>li .text-link-superscript:hover:before {
	background: transparent
}

.atom-list-link>li .text-width-full {
	line-height: 1.5;
	color: #333;
	display: table;
	text-align: justify
}

.atom-list-link>li .text-width-dependant {
	line-height: 1.5;
	color: #333;
	display: inline-block;
	text-align: justify
}

.atom-list-link>li .headline-m {
	font-weight: 600;
	margin: 8px 0 16px;
	color: #333;
	font-size: 18px;
	text-align: left
}

.atom-list-link>li .button-add-meal {
	line-height: 1.5;
	display: inline-block;
	text-align: justify;
	cursor: pointer;
	color: #192837
}

.atom-list-link>li .button-add-meal:hover {
	color: #0953bd
}

.atom-list-link>li .button-add-meal:focus {
	color: #333
}

.atom-list-link>li .button-add-meal:before {
	padding-right: 8px;
	width: 35px;
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.atom-list-link>li .button-add-meal:after {
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	background: transparent;
	width: 0
}

.atom-list-link>li .button-add-meal:hover:after {
	transition: width .3s ease, background-color .3s ease;
	width: 100%;
	background: #192837
}

.lightbox {
	z-index: 101;
	background: rgba(0, 0, 0, .6)
}

.lightbox .notification {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 24px;
	padding-bottom: 0;
	font-size: 15px;
	display: block
}

.lightbox .buttoncontainer {
	padding: 24px
}

.lightbox .buttoncontainer .button {
	width: 49%;
	float: left;
	margin-left: 1%;
	height: 40px;
	line-height: 40px;
	font-size: 16px
}

.lightbox .lightbox-contents-spacing {
	padding: 10px
}

.ligthbox__product-comment textarea {
	width: 100%;
	padding: 12px;
	line-height: 20px;
	border: 1px solid #cfcac4;
	border-radius: 3px;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0
}

[type=radio] {
	opacity: 0
}

.checkbox-checkout:hover>span {
	border-color: #cfcac4!important
}

.atom-list-wrapper {
	background-color: #fbf8f6
}

h1,
h2,
h3,
h4,
h5,
h6 {
	background-color: transparent
}

.button:focus,
.button:hover,
.textfield-form .button {
	background-color: #0953bd
}

.button-login:active,
.button-login:focus,
.button-login:hover {
	color: #fff;
	background-color: #1c1c1c
}

.dropdown-transparent .atom-dropdown-label {
	display: block;
	justify-content: inherit;
	text-align: center;
	cursor: pointer
}

.dropdown-transparent .atom-dropdown-text {
	display: inline-block;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width:1004px) {
	.dropdown-transparent .atom-dropdown-text {
		max-width: 450px
	}
}

.atom-dropdown-icon {
	display: inline-block
}

.sidedishes .checkbox-inline {
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 100%;
	max-height: 100%
}

.sidedishes .checkbox-inline>span {
	box-shadow: none;
	min-height: 30px;
	height: auto;
	line-height: 1.5;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	word-break: break-word;
	align-items: normal;
	padding: 0 0 0 24px;
	font-weight: 400
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) 50% no-repeat
}

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

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: 0
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,
.slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

.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 {
	-ms-flex-direction: column;
	flex-direction: column
}

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

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

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

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

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

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

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

.swiper-container-3d {
	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 {
	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: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.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: 50%;
	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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(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 {
	transform: scale(.33);
	position: relative
}

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.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;
	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%;
	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%;
	transform: translateY(-50%);
	width: 8px
}

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

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

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

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

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

.swiper-pagination-progressbar {
	background: rgba(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%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	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: hsla(0, 0%, 100%, .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, .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, .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, .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: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: 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%;
	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;
	transform-origin: 50%;
	animation: f 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes f {
	to {
		transform: rotate(1turn)
	}
}

.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 {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	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;
	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 {
	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;
	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
}

.notificationfeedbackwrapper {
	padding: 12px;
	position: relative;
	background-color: #fffbe6;
	border: 1px solid #fff5c2;
	border-radius: 3px;
	margin-bottom: 12px;
	color: #5d3c01
}

.textfield-form {
	position: relative;
	border-radius: 3px;
	background: #fff;
	width: 100%
}

.textfield-form input,
.textfield-form textarea {
	position: relative;
	width: 100%;
	z-index: 1;
	background: none;
	border: 1px solid #999;
	border-radius: 3px;
	padding: 8px 16px
}

.textfield-form input:hover,
.textfield-form textarea:hover {
	box-shadow: 0 0 8px #e6e2e2;
	transition: all .3s ease;
	transform: translateZ(0)
}

.input-m textarea:active,
.textfield-form input:active,
.textfield-form input:focus,
.textfield-form textarea:focus {
	box-shadow: 0 0 8px #e6e2e2;
	border-color: #192837;
	transition: all .3s ease;
	transform: translateZ(0)
}

.textfield-form input:active+label,
.textfield-form input:active+span+label,
.textfield-form input:focus+label,
.textfield-form input:focus+span+label,
.textfield-form input:valid+label,
.textfield-form input:valid+span+label,
.textfield-form textarea:active+label,
.textfield-form textarea:active+span+label,
.textfield-form textarea:focus+label,
.textfield-form textarea:focus+span+label,
.textfield-form textarea:valid+label,
.textfield-form textarea:valid+span+label {
	top: -5px;
	padding: 0 4px;
	font-size: 10px;
	color: #666;
	background: #fff;
	line-height: 1;
	z-index: 2;
	border-radius: 3px
}

.textfield-form label {
	position: absolute;
	top: 0;
	cursor: text;
	line-height: 35px;
	z-index: 0;
	transition: all .2s ease;
	transform: translateZ(0)
}

.textfield-form:after {
	right: 0
}

.textfield-form.error input,
.textfield-form.success input,
.textfield-form.warning input {
	padding-right: 40px
}

.textfield-form:after {
	position: absolute;
	display: inline-flex;
	top: 0;
	width: 32px;
	text-align: center;
	height: 35px;
	line-height: 35px!important
}

.textfield-form.success:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #6b3
}

.textfield-form.error:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fa4329
}

.textfield-form.warning:after {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #192837
}

.textfield-form.error div,
.textfield-form.warning div {
	font-size: 12px;
	display: block;
	position: relative;
	top: 4px;
	margin-left: 16px
}

.textfield-form.error div {
	color: #fa4329
}

.textfield-form.warning div {
	color: #192837
}

.button-big {
	height: 45px;
	line-height: 45px;
	margin-bottom: 14
}

.button-big,
.button.button-white,
.button.button-white:hover {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.button.button-white,
.button.button-white:hover {
	background: #e4e4e4;
	color: #555;
	font-size: 15px
}

.content-apps {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover
}

.content-apps--static-background {
	background-color: #8C4B37
}

.content-apps .apps-inner {
	position: relative;
	margin: 0 auto;
	max-width: 1020px;
	height: 100%;
	padding: 60px 20px
}

@media (min-width:570px) {
	.content-apps .apps-text-inner {
		max-width: 60%
	}
}

@media (min-width:1004px) {
	.content-apps .apps-text-inner {
		max-width: 750px
	}
}

@media (min-width:1280px) {
	.content-apps .apps-text-inner {
		max-width: 90%
	}
}

.content-apps .apps-headline {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: 80%;
	margin: 8px 0 16px;
	font-size: 20px;
	text-align: left
}

.content-apps .apps-headline-sub {
	font-size: 18px;
	margin: 0 0 20px
}

.content-apps .apps-headline span {
	position: relative;
	display: inline;
	background: #261e1e;
	box-shadow: 16px 0 0 #261e1e, -16px 0 0 #261e1e;
	color: #fff;
	padding: 8px 0;
	left: 16px
}

.content-apps .apps-logo {
	width: 45%;
	max-width: 135px;
	height: 56px;
	border-radius: 3px;
	background: #000;
	display: inline-block;
	margin-right: 16px
}

.content-apps .apps-logos {
	min-height: 150px
}

@media (min-width:1004px) {
	.content-apps .apps-logos {
		min-height: 0
	}
}

.content-apps .apps-logos a {
	display: block;
	margin-bottom: 5px
}

@media (min-width:1004px) {
	.content-apps .apps-logos a {
		display: inline-block
	}
}

.content-apps .apps-logos img {
	max-width: 160px
}

@media (min-width:1004px) {
	.content-apps .apps-logos {
		margin-bottom: 55px
	}
}

.apps-apple-store:before,
.apps-google-play:before,
.apps-windows-store:before {
	font-family: fontello;
	content: attr(data-icon);
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	position: relative;
	top: 8px;
	left: 8px
}

.content-apps .apps-static-image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 33%;
	padding-left: 50px;
	min-width: 220px
}

.content-apps .apps-static-image img {
	width: 100%
}

@media (min-width:570px) {
	.content-apps .apps-static-image {
		min-width: 325px
	}
}

@media (min-width:1004px) {
	.content-apps .apps-inner {
		padding: 60px 0
	}
	.content-apps.content-apps--static-background .apps-inner {
		padding: 60px 16px
	}
	.content-apps .apps-headline-sub {
		margin: 0 0 60px;
		font-size: 26px
	}
	.content-apps .apps-logos img {
		max-width: 160px
	}
	.content-apps .apps-headline {
		font-size: 30px
	}
	.content-apps .apps-headline span {
		box-shadow: 8px 0 0 #261e1e, -8px 0 0 #261e1e;
		padding: 4px 0;
		left: 8px
	}
}

.flag-background {
	background-size: contain
}

.flag,
.flag-background {
	background-position: 50%;
	background-repeat: no-repeat
}

.flag {
	position: relative;
	display: inline-block;
	line-height: 1em;
	width: 25px;
	height: 18.75px;
	background-size: 100% 100%;
	margin: 0 10px 0 0;
	vertical-align: text-top
}

.flag:before {
	content: "\00a0"
}

.flag.flag-squared {
	width: 1em
}

.flag-ad {
	background-image: url(/assets/images/flags/4x3/ad.svg)
}

.flag-ad.flag-squared {
	background-image: url(/assets/images/flags/1x1/ad.svg)
}

.flag-ae {
	background-image: url(/assets/images/flags/4x3/ae.svg)
}

.flag-ae.flag-squared {
	background-image: url(/assets/images/flags/1x1/ae.svg)
}

.flag-af {
	background-image: url(/assets/images/flags/4x3/af.svg)
}

.flag-af.flag-squared {
	background-image: url(/assets/images/flags/1x1/af.svg)
}

.flag-ag {
	background-image: url(/assets/images/flags/4x3/ag.svg)
}

.flag-ag.flag-squared {
	background-image: url(/assets/images/flags/1x1/ag.svg)
}

.flag-ai {
	background-image: url(/assets/images/flags/4x3/ai.svg)
}

.flag-ai.flag-squared {
	background-image: url(/assets/images/flags/1x1/ai.svg)
}

.flag-al {
	background-image: url(/assets/images/flags/4x3/al.svg)
}

.flag-al.flag-squared {
	background-image: url(/assets/images/flags/1x1/al.svg)
}

.flag-am {
	background-image: url(/assets/images/flags/4x3/am.svg)
}

.flag-am.flag-squared {
	background-image: url(/assets/images/flags/1x1/am.svg)
}

.flag-ao {
	background-image: url(/assets/images/flags/4x3/ao.svg)
}

.flag-ao.flag-squared {
	background-image: url(/assets/images/flags/1x1/ao.svg)
}

.flag-aq {
	background-image: url(/assets/images/flags/4x3/aq.svg)
}

.flag-aq.flag-squared {
	background-image: url(/assets/images/flags/1x1/aq.svg)
}

.flag-ar {
	background-image: url(/assets/images/flags/4x3/ar.svg)
}

.flag-ar.flag-squared {
	background-image: url(/assets/images/flags/1x1/ar.svg)
}

.flag-as {
	background-image: url(/assets/images/flags/4x3/as.svg)
}

.flag-as.flag-squared {
	background-image: url(/assets/images/flags/1x1/as.svg)
}

.flag-at {
	background-image: url(/assets/images/flags/4x3/at.svg)
}

.flag-at.flag-squared {
	background-image: url(/assets/images/flags/1x1/at.svg)
}

.flag-au {
	background-image: url(/assets/images/flags/4x3/au.svg)
}

.flag-au.flag-squared {
	background-image: url(/assets/images/flags/1x1/au.svg)
}

.flag-aw {
	background-image: url(/assets/images/flags/4x3/aw.svg)
}

.flag-aw.flag-squared {
	background-image: url(/assets/images/flags/1x1/aw.svg)
}

.flag-ax {
	background-image: url(/assets/images/flags/4x3/ax.svg)
}

.flag-ax.flag-squared {
	background-image: url(/assets/images/flags/1x1/ax.svg)
}

.flag-az {
	background-image: url(/assets/images/flags/4x3/az.svg)
}

.flag-az.flag-squared {
	background-image: url(/assets/images/flags/1x1/az.svg)
}

.flag-ba {
	background-image: url(/assets/images/flags/4x3/ba.svg)
}

.flag-ba.flag-squared {
	background-image: url(/assets/images/flags/1x1/ba.svg)
}

.flag-bb {
	background-image: url(/assets/images/flags/4x3/bb.svg)
}

.flag-bb.flag-squared {
	background-image: url(/assets/images/flags/1x1/bb.svg)
}

.flag-bd {
	background-image: url(/assets/images/flags/4x3/bd.svg)
}

.flag-bd.flag-squared {
	background-image: url(/assets/images/flags/1x1/bd.svg)
}

.flag-be {
	background-image: url(/assets/images/flags/4x3/be.svg)
}

.flag-be.flag-squared {
	background-image: url(/assets/images/flags/1x1/be.svg)
}

.flag-bf {
	background-image: url(/assets/images/flags/4x3/bf.svg)
}

.flag-bf.flag-squared {
	background-image: url(/assets/images/flags/1x1/bf.svg)
}

.flag-bg {
	background-image: url(/assets/images/flags/4x3/bg.svg)
}

.flag-bg.flag-squared {
	background-image: url(/assets/images/flags/1x1/bg.svg)
}

.flag-bh {
	background-image: url(/assets/images/flags/4x3/bh.svg)
}

.flag-bh.flag-squared {
	background-image: url(/assets/images/flags/1x1/bh.svg)
}

.flag-bi {
	background-image: url(/assets/images/flags/4x3/bi.svg)
}

.flag-bi.flag-squared {
	background-image: url(/assets/images/flags/1x1/bi.svg)
}

.flag-bj {
	background-image: url(/assets/images/flags/4x3/bj.svg)
}

.flag-bj.flag-squared {
	background-image: url(/assets/images/flags/1x1/bj.svg)
}

.flag-bl {
	background-image: url(/assets/images/flags/4x3/bl.svg)
}

.flag-bl.flag-squared {
	background-image: url(/assets/images/flags/1x1/bl.svg)
}

.flag-bm {
	background-image: url(/assets/images/flags/4x3/bm.svg)
}

.flag-bm.flag-squared {
	background-image: url(/assets/images/flags/1x1/bm.svg)
}

.flag-bn {
	background-image: url(/assets/images/flags/4x3/bn.svg)
}

.flag-bn.flag-squared {
	background-image: url(/assets/images/flags/1x1/bn.svg)
}

.flag-bo {
	background-image: url(/assets/images/flags/4x3/bo.svg)
}

.flag-bo.flag-squared {
	background-image: url(/assets/images/flags/1x1/bo.svg)
}

.flag-bq {
	background-image: url(/assets/images/flags/4x3/bq.svg)
}

.flag-bq.flag-squared {
	background-image: url(/assets/images/flags/1x1/bq.svg)
}

.flag-br {
	background-image: url(/assets/images/flags/4x3/br.svg)
}

.flag-br.flag-squared {
	background-image: url(/assets/images/flags/1x1/br.svg)
}

.flag-bs {
	background-image: url(/assets/images/flags/4x3/bs.svg)
}

.flag-bs.flag-squared {
	background-image: url(/assets/images/flags/1x1/bs.svg)
}

.flag-bt {
	background-image: url(/assets/images/flags/4x3/bt.svg)
}

.flag-bt.flag-squared {
	background-image: url(/assets/images/flags/1x1/bt.svg)
}

.flag-bv {
	background-image: url(/assets/images/flags/4x3/bv.svg)
}

.flag-bv.flag-squared {
	background-image: url(/assets/images/flags/1x1/bv.svg)
}

.flag-bw {
	background-image: url(/assets/images/flags/4x3/bw.svg)
}

.flag-bw.flag-squared {
	background-image: url(/assets/images/flags/1x1/bw.svg)
}

.flag-by {
	background-image: url(/assets/images/flags/4x3/by.svg)
}

.flag-by.flag-squared {
	background-image: url(/assets/images/flags/1x1/by.svg)
}

.flag-bz {
	background-image: url(/assets/images/flags/4x3/bz.svg)
}

.flag-bz.flag-squared {
	background-image: url(/assets/images/flags/1x1/bz.svg)
}

.flag-ca {
	background-image: url(/assets/images/flags/4x3/ca.svg)
}

.flag-ca.flag-squared {
	background-image: url(/assets/images/flags/1x1/ca.svg)
}

.flag-cc {
	background-image: url(/assets/images/flags/4x3/cc.svg)
}

.flag-cc.flag-squared {
	background-image: url(/assets/images/flags/1x1/cc.svg)
}

.flag-cd {
	background-image: url(/assets/images/flags/4x3/cd.svg)
}

.flag-cd.flag-squared {
	background-image: url(/assets/images/flags/1x1/cd.svg)
}

.flag-cf {
	background-image: url(/assets/images/flags/4x3/cf.svg)
}

.flag-cf.flag-squared {
	background-image: url(/assets/images/flags/1x1/cf.svg)
}

.flag-cg {
	background-image: url(/assets/images/flags/4x3/cg.svg)
}

.flag-cg.flag-squared {
	background-image: url(/assets/images/flags/1x1/cg.svg)
}

.flag-ch {
	background-image: url(/assets/images/flags/4x3/ch.svg)
}

.flag-ch.flag-squared {
	background-image: url(/assets/images/flags/1x1/ch.svg)
}

.flag-ci {
	background-image: url(/assets/images/flags/4x3/ci.svg)
}

.flag-ci.flag-squared {
	background-image: url(/assets/images/flags/1x1/ci.svg)
}

.flag-ck {
	background-image: url(/assets/images/flags/4x3/ck.svg)
}

.flag-ck.flag-squared {
	background-image: url(/assets/images/flags/1x1/ck.svg)
}

.flag-cl {
	background-image: url(/assets/images/flags/4x3/cl.svg)
}

.flag-cl.flag-squared {
	background-image: url(/assets/images/flags/1x1/cl.svg)
}

.flag-cm {
	background-image: url(/assets/images/flags/4x3/cm.svg)
}

.flag-cm.flag-squared {
	background-image: url(/assets/images/flags/1x1/cm.svg)
}

.flag-cn {
	background-image: url(/assets/images/flags/4x3/cn.svg)
}

.flag-cn.flag-squared {
	background-image: url(/assets/images/flags/1x1/cn.svg)
}

.flag-co {
	background-image: url(/assets/images/flags/4x3/co.svg)
}

.flag-co.flag-squared {
	background-image: url(/assets/images/flags/1x1/co.svg)
}

.flag-cr {
	background-image: url(/assets/images/flags/4x3/cr.svg)
}

.flag-cr.flag-squared {
	background-image: url(/assets/images/flags/1x1/cr.svg)
}

.flag-cu {
	background-image: url(/assets/images/flags/4x3/cu.svg)
}

.flag-cu.flag-squared {
	background-image: url(/assets/images/flags/1x1/cu.svg)
}

.flag-cv {
	background-image: url(/assets/images/flags/4x3/cv.svg)
}

.flag-cv.flag-squared {
	background-image: url(/assets/images/flags/1x1/cv.svg)
}

.flag-cw {
	background-image: url(/assets/images/flags/4x3/cw.svg)
}

.flag-cw.flag-squared {
	background-image: url(/assets/images/flags/1x1/cw.svg)
}

.flag-cx {
	background-image: url(/assets/images/flags/4x3/cx.svg)
}

.flag-cx.flag-squared {
	background-image: url(/assets/images/flags/1x1/cx.svg)
}

.flag-cy {
	background-image: url(/assets/images/flags/4x3/cy.svg)
}

.flag-cy.flag-squared {
	background-image: url(/assets/images/flags/1x1/cy.svg)
}

.flag-cz {
	background-image: url(/assets/images/flags/4x3/cz.svg)
}

.flag-cz.flag-squared {
	background-image: url(/assets/images/flags/1x1/cz.svg)
}

.flag-de {
	background-image: url(/assets/images/flags/4x3/de.svg)
}

.flag-de-at {
	background-image: url(/assets/images/flags/4x3/at.svg)
}

.flag-de-ch {
	background-image: url(/assets/images/flags/4x3/de.svg)
}

.flag-de.flag-squared {
	background-image: url(/assets/images/flags/1x1/de.svg)
}

.flag-dj {
	background-image: url(/assets/images/flags/4x3/dj.svg)
}

.flag-dj.flag-squared {
	background-image: url(/assets/images/flags/1x1/dj.svg)
}

.flag-dk {
	background-image: url(/assets/images/flags/4x3/dk.svg)
}

.flag-dk.flag-squared {
	background-image: url(/assets/images/flags/1x1/dk.svg)
}

.flag-dm {
	background-image: url(/assets/images/flags/4x3/dm.svg)
}

.flag-dm.flag-squared {
	background-image: url(/assets/images/flags/1x1/dm.svg)
}

.flag-do {
	background-image: url(/assets/images/flags/4x3/do.svg)
}

.flag-do.flag-squared {
	background-image: url(/assets/images/flags/1x1/do.svg)
}

.flag-dz {
	background-image: url(/assets/images/flags/4x3/dz.svg)
}

.flag-dz.flag-squared {
	background-image: url(/assets/images/flags/1x1/dz.svg)
}

.flag-ec {
	background-image: url(/assets/images/flags/4x3/ec.svg)
}

.flag-ec.flag-squared {
	background-image: url(/assets/images/flags/1x1/ec.svg)
}

.flag-ee {
	background-image: url(/assets/images/flags/4x3/ee.svg)
}

.flag-ee.flag-squared {
	background-image: url(/assets/images/flags/1x1/ee.svg)
}

.flag-eg {
	background-image: url(/assets/images/flags/4x3/eg.svg)
}

.flag-eg.flag-squared {
	background-image: url(/assets/images/flags/1x1/eg.svg)
}

.flag-eh {
	background-image: url(/assets/images/flags/4x3/eh.svg)
}

.flag-eh.flag-squared {
	background-image: url(/assets/images/flags/1x1/eh.svg)
}

.flag-er {
	background-image: url(/assets/images/flags/4x3/er.svg)
}

.flag-er.flag-squared {
	background-image: url(/assets/images/flags/1x1/er.svg)
}

.flag-es {
	background-image: url(/assets/images/flags/4x3/es.svg)
}

.flag-es.flag-squared {
	background-image: url(/assets/images/flags/1x1/es.svg)
}

.flag-et {
	background-image: url(/assets/images/flags/4x3/et.svg)
}

.flag-et.flag-squared {
	background-image: url(/assets/images/flags/1x1/et.svg)
}

.flag-fi {
	background-image: url(/assets/images/flags/4x3/fi.svg)
}

.flag-fi.flag-squared {
	background-image: url(/assets/images/flags/1x1/fi.svg)
}

.flag-fj {
	background-image: url(/assets/images/flags/4x3/fj.svg)
}

.flag-fj.flag-squared {
	background-image: url(/assets/images/flags/1x1/fj.svg)
}

.flag-fk {
	background-image: url(/assets/images/flags/4x3/fk.svg)
}

.flag-fk.flag-squared {
	background-image: url(/assets/images/flags/1x1/fk.svg)
}

.flag-fm {
	background-image: url(/assets/images/flags/4x3/fm.svg)
}

.flag-fm.flag-squared {
	background-image: url(/assets/images/flags/1x1/fm.svg)
}

.flag-fo {
	background-image: url(/assets/images/flags/4x3/fo.svg)
}

.flag-fo.flag-squared {
	background-image: url(/assets/images/flags/1x1/fo.svg)
}

.flag-fr {
	background-image: url(/assets/images/flags/4x3/fr.svg)
}

.flag-fr.flag-squared {
	background-image: url(/assets/images/flags/1x1/fr.svg)
}

.flag-ga {
	background-image: url(/assets/images/flags/4x3/ga.svg)
}

.flag-ga.flag-squared {
	background-image: url(/assets/images/flags/1x1/ga.svg)
}

.flag-gb {
	background-image: url(/assets/images/flags/4x3/gb.svg)
}

.flag-gb.flag-squared {
	background-image: url(/assets/images/flags/1x1/gb.svg)
}

.flag-gd {
	background-image: url(/assets/images/flags/4x3/gd.svg)
}

.flag-gd.flag-squared {
	background-image: url(/assets/images/flags/1x1/gd.svg)
}

.flag-ge {
	background-image: url(/assets/images/flags/4x3/ge.svg)
}

.flag-ge.flag-squared {
	background-image: url(/assets/images/flags/1x1/ge.svg)
}

.flag-gf {
	background-image: url(/assets/images/flags/4x3/gf.svg)
}

.flag-gf.flag-squared {
	background-image: url(/assets/images/flags/1x1/gf.svg)
}

.flag-gg {
	background-image: url(/assets/images/flags/4x3/gg.svg)
}

.flag-gg.flag-squared {
	background-image: url(/assets/images/flags/1x1/gg.svg)
}

.flag-gh {
	background-image: url(/assets/images/flags/4x3/gh.svg)
}

.flag-gh.flag-squared {
	background-image: url(/assets/images/flags/1x1/gh.svg)
}

.flag-gi {
	background-image: url(/assets/images/flags/4x3/gi.svg)
}

.flag-gi.flag-squared {
	background-image: url(/assets/images/flags/1x1/gi.svg)
}

.flag-gl {
	background-image: url(/assets/images/flags/4x3/gl.svg)
}

.flag-gl.flag-squared {
	background-image: url(/assets/images/flags/1x1/gl.svg)
}

.flag-gm {
	background-image: url(/assets/images/flags/4x3/gm.svg)
}

.flag-gm.flag-squared {
	background-image: url(/assets/images/flags/1x1/gm.svg)
}

.flag-gn {
	background-image: url(/assets/images/flags/4x3/gn.svg)
}

.flag-gn.flag-squared {
	background-image: url(/assets/images/flags/1x1/gn.svg)
}

.flag-gp {
	background-image: url(/assets/images/flags/4x3/gp.svg)
}

.flag-gp.flag-squared {
	background-image: url(/assets/images/flags/1x1/gp.svg)
}

.flag-gq {
	background-image: url(/assets/images/flags/4x3/gq.svg)
}

.flag-gq.flag-squared {
	background-image: url(/assets/images/flags/1x1/gq.svg)
}

.flag-gr {
	background-image: url(/assets/images/flags/4x3/gr.svg)
}

.flag-gr.flag-squared {
	background-image: url(/assets/images/flags/1x1/gr.svg)
}

.flag-gs {
	background-image: url(/assets/images/flags/4x3/gs.svg)
}

.flag-gs.flag-squared {
	background-image: url(/assets/images/flags/1x1/gs.svg)
}

.flag-gt {
	background-image: url(/assets/images/flags/4x3/gt.svg)
}

.flag-gt.flag-squared {
	background-image: url(/assets/images/flags/1x1/gt.svg)
}

.flag-gu {
	background-image: url(/assets/images/flags/4x3/gu.svg)
}

.flag-gu.flag-squared {
	background-image: url(/assets/images/flags/1x1/gu.svg)
}

.flag-gw {
	background-image: url(/assets/images/flags/4x3/gw.svg)
}

.flag-gw.flag-squared {
	background-image: url(/assets/images/flags/1x1/gw.svg)
}

.flag-gy {
	background-image: url(/assets/images/flags/4x3/gy.svg)
}

.flag-gy.flag-squared {
	background-image: url(/assets/images/flags/1x1/gy.svg)
}

.flag-hk {
	background-image: url(/assets/images/flags/4x3/hk.svg)
}

.flag-hk.flag-squared {
	background-image: url(/assets/images/flags/1x1/hk.svg)
}

.flag-hm {
	background-image: url(/assets/images/flags/4x3/hm.svg)
}

.flag-hm.flag-squared {
	background-image: url(/assets/images/flags/1x1/hm.svg)
}

.flag-hn {
	background-image: url(/assets/images/flags/4x3/hn.svg)
}

.flag-hn.flag-squared {
	background-image: url(/assets/images/flags/1x1/hn.svg)
}

.flag-hr {
	background-image: url(/assets/images/flags/4x3/hr.svg)
}

.flag-hr.flag-squared {
	background-image: url(/assets/images/flags/1x1/hr.svg)
}

.flag-ht {
	background-image: url(/assets/images/flags/4x3/ht.svg)
}

.flag-ht.flag-squared {
	background-image: url(/assets/images/flags/1x1/ht.svg)
}

.flag-hu {
	background-image: url(/assets/images/flags/4x3/hu.svg)
}

.flag-hu.flag-squared {
	background-image: url(/assets/images/flags/1x1/hu.svg)
}

.flag-id {
	background-image: url(/assets/images/flags/4x3/id.svg)
}

.flag-id.flag-squared {
	background-image: url(/assets/images/flags/1x1/id.svg)
}

.flag-ie {
	background-image: url(/assets/images/flags/4x3/ie.svg)
}

.flag-ie.flag-squared {
	background-image: url(/assets/images/flags/1x1/ie.svg)
}

.flag-il {
	background-image: url(/assets/images/flags/4x3/il.svg)
}

.flag-il.flag-squared {
	background-image: url(/assets/images/flags/1x1/il.svg)
}

.flag-im {
	background-image: url(/assets/images/flags/4x3/im.svg)
}

.flag-im.flag-squared {
	background-image: url(/assets/images/flags/1x1/im.svg)
}

.flag-in {
	background-image: url(/assets/images/flags/4x3/in.svg)
}

.flag-in.flag-squared {
	background-image: url(/assets/images/flags/1x1/in.svg)
}

.flag-io {
	background-image: url(/assets/images/flags/4x3/io.svg)
}

.flag-io.flag-squared {
	background-image: url(/assets/images/flags/1x1/io.svg)
}

.flag-iq {
	background-image: url(/assets/images/flags/4x3/iq.svg)
}

.flag-iq.flag-squared {
	background-image: url(/assets/images/flags/1x1/iq.svg)
}

.flag-ir {
	background-image: url(/assets/images/flags/4x3/ir.svg)
}

.flag-ir.flag-squared {
	background-image: url(/assets/images/flags/1x1/ir.svg)
}

.flag-is {
	background-image: url(/assets/images/flags/4x3/is.svg)
}

.flag-is.flag-squared {
	background-image: url(/assets/images/flags/1x1/is.svg)
}

.flag-it {
	background-image: url(/assets/images/flags/4x3/it.svg)
}

.flag-it.flag-squared {
	background-image: url(/assets/images/flags/1x1/it.svg)
}

.flag-je {
	background-image: url(/assets/images/flags/4x3/je.svg)
}

.flag-je.flag-squared {
	background-image: url(/assets/images/flags/1x1/je.svg)
}

.flag-jm {
	background-image: url(/assets/images/flags/4x3/jm.svg)
}

.flag-jm.flag-squared {
	background-image: url(/assets/images/flags/1x1/jm.svg)
}

.flag-jo {
	background-image: url(/assets/images/flags/4x3/jo.svg)
}

.flag-jo.flag-squared {
	background-image: url(/assets/images/flags/1x1/jo.svg)
}

.flag-jp {
	background-image: url(/assets/images/flags/4x3/jp.svg)
}

.flag-jp.flag-squared {
	background-image: url(/assets/images/flags/1x1/jp.svg)
}

.flag-ke {
	background-image: url(/assets/images/flags/4x3/ke.svg)
}

.flag-ke.flag-squared {
	background-image: url(/assets/images/flags/1x1/ke.svg)
}

.flag-kg {
	background-image: url(/assets/images/flags/4x3/kg.svg)
}

.flag-kg.flag-squared {
	background-image: url(/assets/images/flags/1x1/kg.svg)
}

.flag-kh {
	background-image: url(/assets/images/flags/4x3/kh.svg)
}

.flag-kh.flag-squared {
	background-image: url(/assets/images/flags/1x1/kh.svg)
}

.flag-ki {
	background-image: url(/assets/images/flags/4x3/ki.svg)
}

.flag-ki.flag-squared {
	background-image: url(/assets/images/flags/1x1/ki.svg)
}

.flag-km {
	background-image: url(/assets/images/flags/4x3/km.svg)
}

.flag-km.flag-squared {
	background-image: url(/assets/images/flags/1x1/km.svg)
}

.flag-kn {
	background-image: url(/assets/images/flags/4x3/kn.svg)
}

.flag-kn.flag-squared {
	background-image: url(/assets/images/flags/1x1/kn.svg)
}

.flag-kp {
	background-image: url(/assets/images/flags/4x3/kp.svg)
}

.flag-kp.flag-squared {
	background-image: url(/assets/images/flags/1x1/kp.svg)
}

.flag-kr {
	background-image: url(/assets/images/flags/4x3/kr.svg)
}

.flag-kr.flag-squared {
	background-image: url(/assets/images/flags/1x1/kr.svg)
}

.flag-kw {
	background-image: url(/assets/images/flags/4x3/kw.svg)
}

.flag-kw.flag-squared {
	background-image: url(/assets/images/flags/1x1/kw.svg)
}

.flag-ky {
	background-image: url(/assets/images/flags/4x3/ky.svg)
}

.flag-ky.flag-squared {
	background-image: url(/assets/images/flags/1x1/ky.svg)
}

.flag-kz {
	background-image: url(/assets/images/flags/4x3/kz.svg)
}

.flag-kz.flag-squared {
	background-image: url(/assets/images/flags/1x1/kz.svg)
}

.flag-la {
	background-image: url(/assets/images/flags/4x3/la.svg)
}

.flag-la.flag-squared {
	background-image: url(/assets/images/flags/1x1/la.svg)
}

.flag-lb {
	background-image: url(/assets/images/flags/4x3/lb.svg)
}

.flag-lb.flag-squared {
	background-image: url(/assets/images/flags/1x1/lb.svg)
}

.flag-lc {
	background-image: url(/assets/images/flags/4x3/lc.svg)
}

.flag-lc.flag-squared {
	background-image: url(/assets/images/flags/1x1/lc.svg)
}

.flag-li {
	background-image: url(/assets/images/flags/4x3/li.svg)
}

.flag-li.flag-squared {
	background-image: url(/assets/images/flags/1x1/li.svg)
}

.flag-lk {
	background-image: url(/assets/images/flags/4x3/lk.svg)
}

.flag-lk.flag-squared {
	background-image: url(/assets/images/flags/1x1/lk.svg)
}

.flag-lr {
	background-image: url(/assets/images/flags/4x3/lr.svg)
}

.flag-lr.flag-squared {
	background-image: url(/assets/images/flags/1x1/lr.svg)
}

.flag-ls {
	background-image: url(/assets/images/flags/4x3/ls.svg)
}

.flag-ls.flag-squared {
	background-image: url(/assets/images/flags/1x1/ls.svg)
}

.flag-lt {
	background-image: url(/assets/images/flags/4x3/lt.svg)
}

.flag-lt.flag-squared {
	background-image: url(/assets/images/flags/1x1/lt.svg)
}

.flag-lu {
	background-image: url(/assets/images/flags/4x3/lu.svg)
}

.flag-lu.flag-squared {
	background-image: url(/assets/images/flags/1x1/lu.svg)
}

.flag-lv {
	background-image: url(/assets/images/flags/4x3/lv.svg)
}

.flag-lv.flag-squared {
	background-image: url(/assets/images/flags/1x1/lv.svg)
}

.flag-ly {
	background-image: url(/assets/images/flags/4x3/ly.svg)
}

.flag-ly.flag-squared {
	background-image: url(/assets/images/flags/1x1/ly.svg)
}

.flag-ma {
	background-image: url(/assets/images/flags/4x3/ma.svg)
}

.flag-ma.flag-squared {
	background-image: url(/assets/images/flags/1x1/ma.svg)
}

.flag-mc {
	background-image: url(/assets/images/flags/4x3/mc.svg)
}

.flag-mc.flag-squared {
	background-image: url(/assets/images/flags/1x1/mc.svg)
}

.flag-md {
	background-image: url(/assets/images/flags/4x3/md.svg)
}

.flag-md.flag-squared {
	background-image: url(/assets/images/flags/1x1/md.svg)
}

.flag-me {
	background-image: url(/assets/images/flags/4x3/me.svg)
}

.flag-me.flag-squared {
	background-image: url(/assets/images/flags/1x1/me.svg)
}

.flag-mf {
	background-image: url(/assets/images/flags/4x3/mf.svg)
}

.flag-mf.flag-squared {
	background-image: url(/assets/images/flags/1x1/mf.svg)
}

.flag-mg {
	background-image: url(/assets/images/flags/4x3/mg.svg)
}

.flag-mg.flag-squared {
	background-image: url(/assets/images/flags/1x1/mg.svg)
}

.flag-mh {
	background-image: url(/assets/images/flags/4x3/mh.svg)
}

.flag-mh.flag-squared {
	background-image: url(/assets/images/flags/1x1/mh.svg)
}

.flag-mk {
	background-image: url(/assets/images/flags/4x3/mk.svg)
}

.flag-mk.flag-squared {
	background-image: url(/assets/images/flags/1x1/mk.svg)
}

.flag-ml {
	background-image: url(/assets/images/flags/4x3/ml.svg)
}

.flag-ml.flag-squared {
	background-image: url(/assets/images/flags/1x1/ml.svg)
}

.flag-mm {
	background-image: url(/assets/images/flags/4x3/mm.svg)
}

.flag-mm.flag-squared {
	background-image: url(/assets/images/flags/1x1/mm.svg)
}

.flag-mn {
	background-image: url(/assets/images/flags/4x3/mn.svg)
}

.flag-mn.flag-squared {
	background-image: url(/assets/images/flags/1x1/mn.svg)
}

.flag-mo {
	background-image: url(/assets/images/flags/4x3/mo.svg)
}

.flag-mo.flag-squared {
	background-image: url(/assets/images/flags/1x1/mo.svg)
}

.flag-mp {
	background-image: url(/assets/images/flags/4x3/mp.svg)
}

.flag-mp.flag-squared {
	background-image: url(/assets/images/flags/1x1/mp.svg)
}

.flag-mq {
	background-image: url(/assets/images/flags/4x3/mq.svg)
}

.flag-mq.flag-squared {
	background-image: url(/assets/images/flags/1x1/mq.svg)
}

.flag-mr {
	background-image: url(/assets/images/flags/4x3/mr.svg)
}

.flag-mr.flag-squared {
	background-image: url(/assets/images/flags/1x1/mr.svg)
}

.flag-ms {
	background-image: url(/assets/images/flags/4x3/ms.svg)
}

.flag-ms.flag-squared {
	background-image: url(/assets/images/flags/1x1/ms.svg)
}

.flag-mt {
	background-image: url(/assets/images/flags/4x3/mt.svg)
}

.flag-mt.flag-squared {
	background-image: url(/assets/images/flags/1x1/mt.svg)
}

.flag-mu {
	background-image: url(/assets/images/flags/4x3/mu.svg)
}

.flag-mu.flag-squared {
	background-image: url(/assets/images/flags/1x1/mu.svg)
}

.flag-mv {
	background-image: url(/assets/images/flags/4x3/mv.svg)
}

.flag-mv.flag-squared {
	background-image: url(/assets/images/flags/1x1/mv.svg)
}

.flag-mw {
	background-image: url(/assets/images/flags/4x3/mw.svg)
}

.flag-mw.flag-squared {
	background-image: url(/assets/images/flags/1x1/mw.svg)
}

.flag-mx {
	background-image: url(/assets/images/flags/4x3/mx.svg)
}

.flag-mx.flag-squared {
	background-image: url(/assets/images/flags/1x1/mx.svg)
}

.flag-my {
	background-image: url(/assets/images/flags/4x3/my.svg)
}

.flag-my.flag-squared {
	background-image: url(/assets/images/flags/1x1/my.svg)
}

.flag-mz {
	background-image: url(/assets/images/flags/4x3/mz.svg)
}

.flag-mz.flag-squared {
	background-image: url(/assets/images/flags/1x1/mz.svg)
}

.flag-na {
	background-image: url(/assets/images/flags/4x3/na.svg)
}

.flag-na.flag-squared {
	background-image: url(/assets/images/flags/1x1/na.svg)
}

.flag-nc {
	background-image: url(/assets/images/flags/4x3/nc.svg)
}

.flag-nc.flag-squared {
	background-image: url(/assets/images/flags/1x1/nc.svg)
}

.flag-ne {
	background-image: url(/assets/images/flags/4x3/ne.svg)
}

.flag-ne.flag-squared {
	background-image: url(/assets/images/flags/1x1/ne.svg)
}

.flag-nf {
	background-image: url(/assets/images/flags/4x3/nf.svg)
}

.flag-nf.flag-squared {
	background-image: url(/assets/images/flags/1x1/nf.svg)
}

.flag-ng {
	background-image: url(/assets/images/flags/4x3/ng.svg)
}

.flag-ng.flag-squared {
	background-image: url(/assets/images/flags/1x1/ng.svg)
}

.flag-ni {
	background-image: url(/assets/images/flags/4x3/ni.svg)
}

.flag-ni.flag-squared {
	background-image: url(/assets/images/flags/1x1/ni.svg)
}

.flag-nl {
	background-image: url(/assets/images/flags/4x3/nl.svg)
}

.flag-nl.flag-squared {
	background-image: url(/assets/images/flags/1x1/nl.svg)
}

.flag-no {
	background-image: url(/assets/images/flags/4x3/no.svg)
}

.flag-no.flag-squared {
	background-image: url(/assets/images/flags/1x1/no.svg)
}

.flag-np {
	background-image: url(/assets/images/flags/4x3/np.svg)
}

.flag-np.flag-squared {
	background-image: url(/assets/images/flags/1x1/np.svg)
}

.flag-nr {
	background-image: url(/assets/images/flags/4x3/nr.svg)
}

.flag-nr.flag-squared {
	background-image: url(/assets/images/flags/1x1/nr.svg)
}

.flag-nu {
	background-image: url(/assets/images/flags/4x3/nu.svg)
}

.flag-nu.flag-squared {
	background-image: url(/assets/images/flags/1x1/nu.svg)
}

.flag-nz {
	background-image: url(/assets/images/flags/4x3/nz.svg)
}

.flag-nz.flag-squared {
	background-image: url(/assets/images/flags/1x1/nz.svg)
}

.flag-om {
	background-image: url(/assets/images/flags/4x3/om.svg)
}

.flag-om.flag-squared {
	background-image: url(/assets/images/flags/1x1/om.svg)
}

.flag-pa {
	background-image: url(/assets/images/flags/4x3/pa.svg)
}

.flag-pa.flag-squared {
	background-image: url(/assets/images/flags/1x1/pa.svg)
}

.flag-pe {
	background-image: url(/assets/images/flags/4x3/pe.svg)
}

.flag-pe.flag-squared {
	background-image: url(/assets/images/flags/1x1/pe.svg)
}

.flag-pf {
	background-image: url(/assets/images/flags/4x3/pf.svg)
}

.flag-pf.flag-squared {
	background-image: url(/assets/images/flags/1x1/pf.svg)
}

.flag-pg {
	background-image: url(/assets/images/flags/4x3/pg.svg)
}

.flag-pg.flag-squared {
	background-image: url(/assets/images/flags/1x1/pg.svg)
}

.flag-ph {
	background-image: url(/assets/images/flags/4x3/ph.svg)
}

.flag-ph.flag-squared {
	background-image: url(/assets/images/flags/1x1/ph.svg)
}

.flag-pk {
	background-image: url(/assets/images/flags/4x3/pk.svg)
}

.flag-pk.flag-squared {
	background-image: url(/assets/images/flags/1x1/pk.svg)
}

.flag-pl {
	background-image: url(/assets/images/flags/4x3/pl.svg)
}

.flag-pl.flag-squared {
	background-image: url(/assets/images/flags/1x1/pl.svg)
}

.flag-pm {
	background-image: url(/assets/images/flags/4x3/pm.svg)
}

.flag-pm.flag-squared {
	background-image: url(/assets/images/flags/1x1/pm.svg)
}

.flag-pn {
	background-image: url(/assets/images/flags/4x3/pn.svg)
}

.flag-pn.flag-squared {
	background-image: url(/assets/images/flags/1x1/pn.svg)
}

.flag-pr {
	background-image: url(/assets/images/flags/4x3/pr.svg)
}

.flag-pr.flag-squared {
	background-image: url(/assets/images/flags/1x1/pr.svg)
}

.flag-ps {
	background-image: url(/assets/images/flags/4x3/ps.svg)
}

.flag-ps.flag-squared {
	background-image: url(/assets/images/flags/1x1/ps.svg)
}

.flag-pt {
	background-image: url(/assets/images/flags/4x3/pt.svg)
}

.flag-pt.flag-squared {
	background-image: url(/assets/images/flags/1x1/pt.svg)
}

.flag-pw {
	background-image: url(/assets/images/flags/4x3/pw.svg)
}

.flag-pw.flag-squared {
	background-image: url(/assets/images/flags/1x1/pw.svg)
}

.flag-py {
	background-image: url(/assets/images/flags/4x3/py.svg)
}

.flag-py.flag-squared {
	background-image: url(/assets/images/flags/1x1/py.svg)
}

.flag-qa {
	background-image: url(/assets/images/flags/4x3/qa.svg)
}

.flag-qa.flag-squared {
	background-image: url(/assets/images/flags/1x1/qa.svg)
}

.flag-re {
	background-image: url(/assets/images/flags/4x3/re.svg)
}

.flag-re.flag-squared {
	background-image: url(/assets/images/flags/1x1/re.svg)
}

.flag-ro {
	background-image: url(/assets/images/flags/4x3/ro.svg)
}

.flag-ro.flag-squared {
	background-image: url(/assets/images/flags/1x1/ro.svg)
}

.flag-rs {
	background-image: url(/assets/images/flags/4x3/rs.svg)
}

.flag-rs.flag-squared {
	background-image: url(/assets/images/flags/1x1/rs.svg)
}

.flag-ru {
	background-image: url(/assets/images/flags/4x3/ru.svg)
}

.flag-ru.flag-squared {
	background-image: url(/assets/images/flags/1x1/ru.svg)
}

.flag-rw {
	background-image: url(/assets/images/flags/4x3/rw.svg)
}

.flag-rw.flag-squared {
	background-image: url(/assets/images/flags/1x1/rw.svg)
}

.flag-sa {
	background-image: url(/assets/images/flags/4x3/sa.svg)
}

.flag-sa.flag-squared {
	background-image: url(/assets/images/flags/1x1/sa.svg)
}

.flag-sb {
	background-image: url(/assets/images/flags/4x3/sb.svg)
}

.flag-sb.flag-squared {
	background-image: url(/assets/images/flags/1x1/sb.svg)
}

.flag-sc {
	background-image: url(/assets/images/flags/4x3/sc.svg)
}

.flag-sc.flag-squared {
	background-image: url(/assets/images/flags/1x1/sc.svg)
}

.flag-sd {
	background-image: url(/assets/images/flags/4x3/sd.svg)
}

.flag-sd.flag-squared {
	background-image: url(/assets/images/flags/1x1/sd.svg)
}

.flag-se {
	background-image: url(/assets/images/flags/4x3/se.svg)
}

.flag-se.flag-squared {
	background-image: url(/assets/images/flags/1x1/se.svg)
}

.flag-sg {
	background-image: url(/assets/images/flags/4x3/sg.svg)
}

.flag-sg.flag-squared {
	background-image: url(/assets/images/flags/1x1/sg.svg)
}

.flag-sh {
	background-image: url(/assets/images/flags/4x3/sh.svg)
}

.flag-sh.flag-squared {
	background-image: url(/assets/images/flags/1x1/sh.svg)
}

.flag-si {
	background-image: url(/assets/images/flags/4x3/si.svg)
}

.flag-si.flag-squared {
	background-image: url(/assets/images/flags/1x1/si.svg)
}

.flag-sj {
	background-image: url(/assets/images/flags/4x3/sj.svg)
}

.flag-sj.flag-squared {
	background-image: url(/assets/images/flags/1x1/sj.svg)
}

.flag-sk {
	background-image: url(/assets/images/flags/4x3/sk.svg)
}

.flag-sk.flag-squared {
	background-image: url(/assets/images/flags/1x1/sk.svg)
}

.flag-sl {
	background-image: url(/assets/images/flags/4x3/sl.svg)
}

.flag-sl.flag-squared {
	background-image: url(/assets/images/flags/1x1/sl.svg)
}

.flag-sm {
	background-image: url(/assets/images/flags/4x3/sm.svg)
}

.flag-sm.flag-squared {
	background-image: url(/assets/images/flags/1x1/sm.svg)
}

.flag-sn {
	background-image: url(/assets/images/flags/4x3/sn.svg)
}

.flag-sn.flag-squared {
	background-image: url(/assets/images/flags/1x1/sn.svg)
}

.flag-so {
	background-image: url(/assets/images/flags/4x3/so.svg)
}

.flag-so.flag-squared {
	background-image: url(/assets/images/flags/1x1/so.svg)
}

.flag-sr {
	background-image: url(/assets/images/flags/4x3/sr.svg)
}

.flag-sr.flag-squared {
	background-image: url(/assets/images/flags/1x1/sr.svg)
}

.flag-ss {
	background-image: url(/assets/images/flags/4x3/ss.svg)
}

.flag-ss.flag-squared {
	background-image: url(/assets/images/flags/1x1/ss.svg)
}

.flag-st {
	background-image: url(/assets/images/flags/4x3/st.svg)
}

.flag-st.flag-squared {
	background-image: url(/assets/images/flags/1x1/st.svg)
}

.flag-sv {
	background-image: url(/assets/images/flags/4x3/sv.svg)
}

.flag-sv.flag-squared {
	background-image: url(/assets/images/flags/1x1/sv.svg)
}

.flag-sx {
	background-image: url(/assets/images/flags/4x3/sx.svg)
}

.flag-sx.flag-squared {
	background-image: url(/assets/images/flags/1x1/sx.svg)
}

.flag-sy {
	background-image: url(/assets/images/flags/4x3/sy.svg)
}

.flag-sy.flag-squared {
	background-image: url(/assets/images/flags/1x1/sy.svg)
}

.flag-sz {
	background-image: url(/assets/images/flags/4x3/sz.svg)
}

.flag-sz.flag-squared {
	background-image: url(/assets/images/flags/1x1/sz.svg)
}

.flag-tc {
	background-image: url(/assets/images/flags/4x3/tc.svg)
}

.flag-tc.flag-squared {
	background-image: url(/assets/images/flags/1x1/tc.svg)
}

.flag-td {
	background-image: url(/assets/images/flags/4x3/td.svg)
}

.flag-td.flag-squared {
	background-image: url(/assets/images/flags/1x1/td.svg)
}

.flag-tf {
	background-image: url(/assets/images/flags/4x3/tf.svg)
}

.flag-tf.flag-squared {
	background-image: url(/assets/images/flags/1x1/tf.svg)
}

.flag-tg {
	background-image: url(/assets/images/flags/4x3/tg.svg)
}

.flag-tg.flag-squared {
	background-image: url(/assets/images/flags/1x1/tg.svg)
}

.flag-th {
	background-image: url(/assets/images/flags/4x3/th.svg)
}

.flag-th.flag-squared {
	background-image: url(/assets/images/flags/1x1/th.svg)
}

.flag-tj {
	background-image: url(/assets/images/flags/4x3/tj.svg)
}

.flag-tj.flag-squared {
	background-image: url(/assets/images/flags/1x1/tj.svg)
}

.flag-tk {
	background-image: url(/assets/images/flags/4x3/tk.svg)
}

.flag-tk.flag-squared {
	background-image: url(/assets/images/flags/1x1/tk.svg)
}

.flag-tl {
	background-image: url(/assets/images/flags/4x3/tl.svg)
}

.flag-tl.flag-squared {
	background-image: url(/assets/images/flags/1x1/tl.svg)
}

.flag-tm {
	background-image: url(/assets/images/flags/4x3/tm.svg)
}

.flag-tm.flag-squared {
	background-image: url(/assets/images/flags/1x1/tm.svg)
}

.flag-tn {
	background-image: url(/assets/images/flags/4x3/tn.svg)
}

.flag-tn.flag-squared {
	background-image: url(/assets/images/flags/1x1/tn.svg)
}

.flag-to {
	background-image: url(/assets/images/flags/4x3/to.svg)
}

.flag-to.flag-squared {
	background-image: url(/assets/images/flags/1x1/to.svg)
}

.flag-tr {
	background-image: url(/assets/images/flags/4x3/tr.svg)
}

.flag-tr.flag-squared {
	background-image: url(/assets/images/flags/1x1/tr.svg)
}

.flag-tt {
	background-image: url(/assets/images/flags/4x3/tt.svg)
}

.flag-tt.flag-squared {
	background-image: url(/assets/images/flags/1x1/tt.svg)
}

.flag-tv {
	background-image: url(/assets/images/flags/4x3/tv.svg)
}

.flag-tv.flag-squared {
	background-image: url(/assets/images/flags/1x1/tv.svg)
}

.flag-tw {
	background-image: url(/assets/images/flags/4x3/tw.svg)
}

.flag-tw.flag-squared {
	background-image: url(/assets/images/flags/1x1/tw.svg)
}

.flag-tz {
	background-image: url(/assets/images/flags/4x3/tz.svg)
}

.flag-tz.flag-squared {
	background-image: url(/assets/images/flags/1x1/tz.svg)
}

.flag-ua {
	background-image: url(/assets/images/flags/4x3/ua.svg)
}

.flag-ua.flag-squared {
	background-image: url(/assets/images/flags/1x1/ua.svg)
}

.flag-ug {
	background-image: url(/assets/images/flags/4x3/ug.svg)
}

.flag-ug.flag-squared {
	background-image: url(/assets/images/flags/1x1/ug.svg)
}

.flag-um {
	background-image: url(/assets/images/flags/4x3/um.svg)
}

.flag-um.flag-squared {
	background-image: url(/assets/images/flags/1x1/um.svg)
}

.flag-us {
	background-image: url(/assets/images/flags/4x3/us.svg)
}

.flag-us.flag-squared {
	background-image: url(/assets/images/flags/1x1/us.svg)
}

.flag-uy {
	background-image: url(/assets/images/flags/4x3/uy.svg)
}

.flag-uy.flag-squared {
	background-image: url(/assets/images/flags/1x1/uy.svg)
}

.flag-uz {
	background-image: url(/assets/images/flags/4x3/uz.svg)
}

.flag-uz.flag-squared {
	background-image: url(/assets/images/flags/1x1/uz.svg)
}

.flag-va {
	background-image: url(/assets/images/flags/4x3/va.svg)
}

.flag-va.flag-squared {
	background-image: url(/assets/images/flags/1x1/va.svg)
}

.flag-vc {
	background-image: url(/assets/images/flags/4x3/vc.svg)
}

.flag-vc.flag-squared {
	background-image: url(/assets/images/flags/1x1/vc.svg)
}

.flag-ve {
	background-image: url(/assets/images/flags/4x3/ve.svg)
}

.flag-ve.flag-squared {
	background-image: url(/assets/images/flags/1x1/ve.svg)
}

.flag-vg {
	background-image: url(/assets/images/flags/4x3/vg.svg)
}

.flag-vg.flag-squared {
	background-image: url(/assets/images/flags/1x1/vg.svg)
}

.flag-vi {
	background-image: url(/assets/images/flags/4x3/vn.svg)
}

.flag-vi.flag-squared {
	background-image: url(/assets/images/flags/1x1/vn.svg)
}

.flag-vn {
	background-image: url(/assets/images/flags/4x3/vn.svg)
}

.flag-vn.flag-squared {
	background-image: url(/assets/images/flags/1x1/vn.svg)
}

.flag-vu {
	background-image: url(/assets/images/flags/4x3/vu.svg)
}

.flag-vu.flag-squared {
	background-image: url(/assets/images/flags/1x1/vu.svg)
}

.flag-wf {
	background-image: url(/assets/images/flags/4x3/wf.svg)
}

.flag-wf.flag-squared {
	background-image: url(/assets/images/flags/1x1/wf.svg)
}

.flag-ws {
	background-image: url(/assets/images/flags/4x3/ws.svg)
}

.flag-ws.flag-squared {
	background-image: url(/assets/images/flags/1x1/ws.svg)
}

.flag-ye {
	background-image: url(/assets/images/flags/4x3/ye.svg)
}

.flag-ye.flag-squared {
	background-image: url(/assets/images/flags/1x1/ye.svg)
}

.flag-yt {
	background-image: url(/assets/images/flags/4x3/yt.svg)
}

.flag-yt.flag-squared {
	background-image: url(/assets/images/flags/1x1/yt.svg)
}

.flag-za {
	background-image: url(/assets/images/flags/4x3/za.svg)
}

.flag-za.flag-squared {
	background-image: url(/assets/images/flags/1x1/za.svg)
}

.flag-zm {
	background-image: url(/assets/images/flags/4x3/zm.svg)
}

.flag-zm.flag-squared {
	background-image: url(/assets/images/flags/1x1/zm.svg)
}

.flag-zw {
	background-image: url(/assets/images/flags/4x3/zw.svg)
}

.flag-zw.flag-squared {
	background-image: url(/assets/images/flags/1x1/zw.svg)
}

.flag-eu {
	background-image: url(/assets/images/flags/4x3/eu.svg)
}

.flag-eu.flag-squared {
	background-image: url(/assets/images/flags/1x1/eu.svg)
}

.flag-gb-eng {
	background-image: url(/assets/images/flags/4x3/gb-eng.svg)
}

.flag-gb-eng.flag-squared {
	background-image: url(/assets/images/flags/1x1/gb-eng.svg)
}

.flag-en {
	background-image: url(/assets/images/flags/4x3/gb.svg)
}

.flag-en.flag-squared {
	background-image: url(/assets/images/flags/1x1/gb.svg)
}

.flag-gb-nir {
	background-image: url(/assets/images/flags/4x3/gb-nir.svg)
}

.flag-gb-nir.flag-squared {
	background-image: url(/assets/images/flags/1x1/gb-nir.svg)
}

.flag-gb-sct {
	background-image: url(/assets/images/flags/4x3/gb-sct.svg)
}

.flag-gb-sct.flag-squared {
	background-image: url(/assets/images/flags/1x1/gb-sct.svg)
}

.flag-gb-wls {
	background-image: url(/assets/images/flags/4x3/gb-wls.svg)
}

.flag-gb-wls.flag-squared {
	background-image: url(/assets/images/flags/1x1/gb-wls.svg)
}

.flag-un {
	background-image: url(/assets/images/flags/4x3/un.svg)
}

.flag-un.flag-squared {
	background-image: url(/assets/images/flags/1x1/un.svg)
}

@media (min-width:1004px) {
	.select-dropdown .locale-flag {
		padding-left: 45px
	}
	.select-dropdown .locale-flag:before {
		content: "";
		position: absolute;
		top: 8px;
		left: 11px;
		width: 26px;
		height: 18px;
		line-height: 1
	}
	.select-dropdown.expanded .locale-flag {
		padding-left: 10px
	}
	.select-dropdown.expanded .locale-flag:before {
		display: none;
		background: none
	}
	.locale-flag.locale-flag-en:before {
		background: url(/assets/images/flags/4x3/gb.svg);
		background-size: cover
	}
	.locale-flag.locale-flag-nl:before {
		background: url(/assets/images/flags/4x3/nl.svg);
		background-size: cover
	}
	.locale-flag.locale-flag-pt:before {
		background: url(/assets/images/flags/4x3/pt.svg);
		background-size: cover
	}
	.locale-flag.locale-flag-at:before {
		background: url(/assets/images/flags/4x3/at.svg);
		background-size: cover
	}
	.locale-flag.locale-flag-de:before {
		background: url(/assets/images/flags/4x3/de.svg);
		background-size: cover
	}
	.locale-flag.locale-flag-de-at:before {
		background: url(/assets/images/flags/4x3/at.svg);
		background-size: cover
	}
	.locale-flag.locale-flag-de-ch:before {
		background: url(/assets/images/flags/4x3/de.svg);
		background-size: cover
	}
	.locale-flag.locale-flag-fr:before {
		background: url(/assets/images/flags/4x3/fr.svg);
		background-size: cover
	}
	.locale-flag.locale-flag-pl:before {
		background: url(/assets/images/flags/4x3/pl.svg);
		background-size: cover
	}
}

.grid:after,
.grid:before {
	display: table;
	content: "";
	line-height: 0
}

.grid:after {
	clear: both
}

.grid-01,
.grid-02,
.grid-03,
.grid-04,
.grid-05,
.grid-06,
.grid-07,
.grid-08,
.grid-09,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16,
.grid-17,
.grid-18,
.grid-19,
.grid-20,
.grid-21,
.grid-22,
.grid-23,
.grid-24,
.grid-m-01,
.grid-m-02,
.grid-m-03,
.grid-m-04,
.grid-m-05,
.grid-m-06,
.grid-m-07,
.grid-m-08,
.grid-m-09,
.grid-m-10,
.grid-m-11,
.grid-m-12,
.grid-m-13,
.grid-m-14,
.grid-m-15,
.grid-m-16,
.grid-m-17,
.grid-m-18,
.grid-m-19,
.grid-m-20,
.grid-m-21,
.grid-m-22,
.grid-m-23,
.grid-m-24 {
	position: relative;
	float: left;
	min-height: 1px
}

.grid-01 {
	width: 4.165%
}

.grid-02 {
	width: 8.33%
}

.grid-03 {
	width: 12.495%
}

.grid-04 {
	width: 16.66%
}

.grid-05 {
	width: 20.825%
}

.grid-06 {
	width: 24.99%
}

.grid-07 {
	width: 29.155%
}

.grid-08 {
	width: 33.32%
}

.grid-09 {
	width: 37.485%
}

.grid-10 {
	width: 41.65%
}

.grid-11 {
	width: 45.815%
}

.grid-12 {
	width: 49.98%
}

.grid-13 {
	width: 54.145%
}

.grid-14 {
	width: 58.31%
}

.grid-15 {
	width: 62.475%
}

.grid-16 {
	width: 66.64%
}

.grid-17 {
	width: 70.805%
}

.grid-18 {
	width: 74.97%
}

.grid-19 {
	width: 79.135%
}

.grid-20 {
	width: 83.3%
}

.grid-21 {
	width: 87.465%
}

.grid-22 {
	width: 91.63%
}

.grid-23 {
	width: 95.795%
}

.grid-24 {
	width: 99.96%
}

.grid-m-01 {
	width: 4.165%
}

.grid-m-02 {
	width: 8.33%
}

.grid-m-03 {
	width: 12.495%
}

.grid-m-04 {
	width: 16.66%
}

.grid-m-05 {
	width: 20.825%
}

.grid-m-06 {
	width: 24.99%
}

.grid-m-07 {
	width: 29.155%
}

.grid-m-08 {
	width: 33.32%
}

.grid-m-09 {
	width: 37.485%
}

.grid-m-10 {
	width: 41.65%
}

.grid-m-11 {
	width: 45.815%
}

.grid-m-12 {
	width: 49.98%
}

.grid-m-13 {
	width: 54.145%
}

.grid-m-14 {
	width: 58.31%
}

.grid-m-15 {
	width: 62.475%
}

.grid-m-16 {
	width: 66.64%
}

.grid-m-17 {
	width: 70.805%
}

.grid-m-18 {
	width: 74.97%
}

.grid-m-19 {
	width: 79.135%
}

.grid-m-20 {
	width: 83.3%
}

.grid-m-21 {
	width: 87.465%
}

.grid-m-22 {
	width: 91.63%
}

.grid-m-23 {
	width: 95.795%
}

.grid-m-24 {
	width: 99.96%
}

.off-01 {
	margin-left: 4.165%
}

.off-02 {
	margin-left: 8.33%
}

.off-03 {
	margin-left: 12.495%
}

.off-04 {
	margin-left: 16.66%
}

.off-05 {
	margin-left: 20.825%
}

.off-06 {
	margin-left: 24.99%
}

.off-07 {
	margin-left: 29.155%
}

.off-08 {
	margin-left: 33.32%
}

.off-09 {
	margin-left: 37.485%
}

.off-10 {
	margin-left: 41.65%
}

.off-11 {
	margin-left: 45.815%
}

.off-12 {
	margin-left: 49.98%
}

.off-13 {
	margin-left: 54.145%
}

.off-14 {
	margin-left: 58.31%
}

.off-15 {
	margin-left: 62.475%
}

.off-16 {
	margin-left: 66.64%
}

.off-17 {
	margin-left: 70.805%
}

.off-18 {
	margin-left: 74.97%
}

.off-19 {
	margin-left: 79.135%
}

.off-20 {
	margin-left: 83.3%
}

.off-21 {
	margin-left: 87.465%
}

.off-22 {
	margin-left: 91.63%
}

.off-23 {
	margin-left: 95.795%
}

.grid-gap-b {
	margin-left: 1%;
	margin-right: 1%
}

.grid-01.grid-gap-b {
	width: 2.165%
}

.grid-02.grid-gap-b {
	width: 6.33%
}

.grid-03.grid-gap-b {
	width: 10.495%
}

.grid-04.grid-gap-b {
	width: 14.66%
}

.grid-05.grid-gap-b {
	width: 18.825%
}

.grid-06.grid-gap-b {
	width: 22.99%
}

.grid-07.grid-gap-b {
	width: 27.155%
}

.grid-08.grid-gap-b {
	width: 31.32%
}

.grid-09.grid-gap-b {
	width: 35.485%
}

.grid-10.grid-gap-b {
	width: 39.65%
}

.grid-11.grid-gap-b {
	width: 43.815%
}

.grid-12.grid-gap-b {
	width: 47.98%
}

.grid-13.grid-gap-b {
	width: 52.145%
}

.grid-14.grid-gap-b {
	width: 56.31%
}

.grid-15.grid-gap-b {
	width: 60.475%
}

.grid-16.grid-gap-b {
	width: 64.64%
}

.grid-17.grid-gap-b {
	width: 68.805%
}

.grid-18.grid-gap-b {
	width: 72.97%
}

.grid-19.grid-gap-b {
	width: 77.135%
}

.grid-20.grid-gap-b {
	width: 81.3%
}

.grid-21.grid-gap-b {
	width: 85.465%
}

.grid-22.grid-gap-b {
	width: 89.63%
}

.grid-23.grid-gap-b {
	width: 93.795%
}

.grid-24.grid-gap-b {
	width: 97.96%
}

.off-01.grid-gap-b {
	margin-left: 5.165%
}

.off-02.grid-gap-b {
	margin-left: 9.33%
}

.off-03.grid-gap-b {
	margin-left: 13.495%
}

.off-04.grid-gap-b {
	margin-left: 17.66%
}

.off-05.grid-gap-b {
	margin-left: 21.825%
}

.off-06.grid-gap-b {
	margin-left: 25.99%
}

.off-07.grid-gap-b {
	margin-left: 30.155%
}

.off-08.grid-gap-b {
	margin-left: 34.32%
}

.off-09.grid-gap-b {
	margin-left: 38.485%
}

.off-10.grid-gap-b {
	margin-left: 42.65%
}

.off-11.grid-gap-b {
	margin-left: 46.815%
}

.off-12.grid-gap-b {
	margin-left: 50.98%
}

.off-13.grid-gap-b {
	margin-left: 55.145%
}

.off-14.grid-gap-b {
	margin-left: 59.31%
}

.off-15.grid-gap-b {
	margin-left: 63.475%
}

.off-16.grid-gap-b {
	margin-left: 67.64%
}

.off-17.grid-gap-b {
	margin-left: 71.805%
}

.off-18.grid-gap-b {
	margin-left: 75.97%
}

.off-19.grid-gap-b {
	margin-left: 80.135%
}

.off-20.grid-gap-b {
	margin-left: 84.3%
}

.off-21.grid-gap-b {
	margin-left: 88.465%
}

.off-22.grid-gap-b {
	margin-left: 92.63%
}

.off-23.grid-gap-b {
	margin-left: 96.795%
}

.grid-gap-l {
	margin-left: 1%;
	margin-right: 0
}

.grid-gap-r {
	margin-left: 0;
	margin-right: 1%
}

.grid-01.grid-gap-l,
.grid-01.grid-gap-r {
	width: 3.165%
}

.grid-02.grid-gap-l,
.grid-02.grid-gap-r {
	width: 7.33%
}

.grid-03.grid-gap-l,
.grid-03.grid-gap-r {
	width: 11.495%
}

.grid-04.grid-gap-l,
.grid-04.grid-gap-r {
	width: 15.66%
}

.grid-05.grid-gap-l,
.grid-05.grid-gap-r {
	width: 19.825%
}

.grid-06.grid-gap-l,
.grid-06.grid-gap-r {
	width: 23.99%
}

.grid-07.grid-gap-l,
.grid-07.grid-gap-r {
	width: 28.155%
}

.grid-08.grid-gap-l,
.grid-08.grid-gap-r {
	width: 32.32%
}

.grid-09.grid-gap-l,
.grid-09.grid-gap-r {
	width: 36.485%
}

.grid-10.grid-gap-l,
.grid-10.grid-gap-r {
	width: 40.65%
}

.grid-11.grid-gap-l,
.grid-11.grid-gap-r {
	width: 44.815%
}

.grid-12.grid-gap-l,
.grid-12.grid-gap-r {
	width: 48.98%
}

.grid-13.grid-gap-l,
.grid-13.grid-gap-r {
	width: 53.145%
}

.grid-14.grid-gap-l,
.grid-14.grid-gap-r {
	width: 57.31%
}

.grid-15.grid-gap-l,
.grid-15.grid-gap-r {
	width: 61.475%
}

.grid-16.grid-gap-l,
.grid-16.grid-gap-r {
	width: 65.64%
}

.grid-17.grid-gap-l,
.grid-17.grid-gap-r {
	width: 69.805%
}

.grid-18.grid-gap-l,
.grid-18.grid-gap-r {
	width: 73.97%
}

.grid-19.grid-gap-l,
.grid-19.grid-gap-r {
	width: 78.135%
}

.grid-20.grid-gap-l,
.grid-20.grid-gap-r {
	width: 82.3%
}

.grid-21.grid-gap-l,
.grid-21.grid-gap-r {
	width: 86.465%
}

.grid-22.grid-gap-l,
.grid-22.grid-gap-r {
	width: 90.63%
}

.grid-23.grid-gap-l,
.grid-23.grid-gap-r {
	width: 94.795%
}

.grid-24.grid-gap-l,
.grid-24.grid-gap-r {
	width: 98.96%
}

.off-01.grid-gap-l {
	margin-left: 5.165%
}

.off-02.grid-gap-l {
	margin-left: 9.33%
}

.off-03.grid-gap-l {
	margin-left: 13.495%
}

.off-04.grid-gap-l {
	margin-left: 17.66%
}

.off-05.grid-gap-l {
	margin-left: 21.825%
}

.off-06.grid-gap-l {
	margin-left: 25.99%
}

.off-07.grid-gap-l {
	margin-left: 30.155%
}

.off-08.grid-gap-l {
	margin-left: 34.32%
}

.off-09.grid-gap-l {
	margin-left: 38.485%
}

.off-10.grid-gap-l {
	margin-left: 42.65%
}

.off-11.grid-gap-l {
	margin-left: 46.815%
}

.off-12.grid-gap-l {
	margin-left: 50.98%
}

.off-13.grid-gap-l {
	margin-left: 55.145%
}

.off-14.grid-gap-l {
	margin-left: 59.31%
}

.off-15.grid-gap-l {
	margin-left: 63.475%
}

.off-16.grid-gap-l {
	margin-left: 67.64%
}

.off-17.grid-gap-l {
	margin-left: 71.805%
}

.off-18.grid-gap-l {
	margin-left: 75.97%
}

.off-19.grid-gap-l {
	margin-left: 80.135%
}

.off-20.grid-gap-l {
	margin-left: 84.3%
}

.off-21.grid-gap-l {
	margin-left: 88.465%
}

.off-22.grid-gap-l {
	margin-left: 92.63%
}

.off-23.grid-gap-l {
	margin-left: 96.795%
}

.off-01.grid-gap-r {
	margin-left: 4.165%
}

.off-02.grid-gap-r {
	margin-left: 8.33%
}

.off-03.grid-gap-r {
	margin-left: 12.495%
}

.off-04.grid-gap-r {
	margin-left: 16.66%
}

.off-05.grid-gap-r {
	margin-left: 20.825%
}

.off-06.grid-gap-r {
	margin-left: 24.99%
}

.off-07.grid-gap-r {
	margin-left: 29.155%
}

.off-08.grid-gap-r {
	margin-left: 33.32%
}

.off-09.grid-gap-r {
	margin-left: 37.485%
}

.off-10.grid-gap-r {
	margin-left: 41.65%
}

.off-11.grid-gap-r {
	margin-left: 45.815%
}

.off-12.grid-gap-r {
	margin-left: 49.98%
}

.off-13.grid-gap-r {
	margin-left: 54.145%
}

.off-14.grid-gap-r {
	margin-left: 58.31%
}

.off-15.grid-gap-r {
	margin-left: 62.475%
}

.off-16.grid-gap-r {
	margin-left: 66.64%
}

.off-17.grid-gap-r {
	margin-left: 70.805%
}

.off-18.grid-gap-r {
	margin-left: 74.97%
}

.off-19.grid-gap-r {
	margin-left: 79.135%
}

.off-20.grid-gap-r {
	margin-left: 83.3%
}

.off-21.grid-gap-r {
	margin-left: 87.465%
}

.off-22.grid-gap-r {
	margin-left: 91.63%
}

.off-23.grid-gap-r {
	margin-left: 95.795%
}

@media (max-width:1003px) {
	.grid-01,
	.grid-02,
	.grid-03,
	.grid-04,
	.grid-05,
	.grid-06,
	.grid-07,
	.grid-08,
	.grid-09,
	.grid-10,
	.grid-11,
	.grid-12,
	.grid-13,
	.grid-14,
	.grid-15,
	.grid-16,
	.grid-17,
	.grid-18,
	.grid-19,
	.grid-20,
	.grid-21,
	.grid-22,
	.grid-23,
	.grid-24 {
		width: 100%
	}
	.off-01 {
		margin-left: 0
	}
}

.step1 .promovideo {
	visibility: visible;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .82);
	z-index: 11;
	text-align: center;
	margin: 0 auto;
	overflow: hidden
}

.step1 .promovideo .videoframe {
	margin: 0 auto;
	position: relative;
	height: 100%;
	width: 100%
}

.step1 .promovideo .videoframe iframe {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.step1 .promovideo .closevideoplayer {
	position: absolute;
	right: 20px;
	color: #fff;
	font-size: 2em;
	z-index: 5;
	background-color: #8C4B37;
	padding: 10px 20px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 0 1px #000
}

.promovideo .closevideoplayer:before {
	width: 35px;
	content: "\E80F";
	font-family: fontello;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	font-size: 34pt
}

.steps-inner {
	position: relative;
	margin: 0 auto;
	max-width: 1020px;
	height: 100%;
	padding: 60px 0;
	overflow: hidden
}

.steps-inner .steps-mainheadline {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 8px 0 16px;
	color: #8C4B37;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2rem
}

@media (min-width:1004px) {
	.steps-inner .steps-mainheadline {
		font-size: 30px
	}
}

.steps-inner .steps-subheadline {
	margin: 8px 0 16px;
	color: #0a3847;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.4rem
}

@media (min-width:1004px) {
	.steps-inner .steps-subheadline {
		font-size: 22px
	}
}

.steps-inner .steps-wrapper {
	position: relative;
	margin-left: 0;
	display: block;
	padding: 45px 0 20px
}

.steps-inner .step-seperator {
	position: relative;
	top: 60px;
	float: left
}

.steps-inner .step-seperator:last-child {
	opacity: 0
}

.steps-inner .steps-wrapper .step-wrapper .step-icon {
	display: block;
	text-align: center
}

.steps-inner .steps-wrapper .step-wrapper .step-number {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	background-color: #192837;
	font-size: 15px;
	left: 30%;
	top: -30px
}

.steps-inner .steps-wrapper .step-wrapper .step-headline {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	position: relative;
	display: block;
	margin: 8px 0 16px;
	color: #0a3847;
	font-size: 18px;
	text-align: center
}

.steps-inner .steps-wrapper .step-wrapper p {
	font-size: 14px;
	text-align: center
}

.steps-inner .steps-wrapper .step-wrapper a {
	line-height: 1.5;
	display: table;
	text-align: justify;
	cursor: pointer;
	color: #192837;
	margin: 0 auto
}

.steps-inner .steps-wrapper .step-wrapper .step-icon:before {
	font-family: fontello;
	content: attr(data-icon);
	line-height: 110px;
	font-size: 80px;
	color: #8C4B37
}

.steps-inner .number-of-steps-3 .step-wrapper,
.steps-inner .number-of-steps-4 .step-wrapper,
.steps-inner .number-of-steps-5 .step-wrapper {
	width: 33.3333%;
	float: left
}

.steps-inner .step-seperator {
	display: none
}

.steps-inner .align-step0 {
	margin-left: 0
}

.steps-inner .align-step1 {
	margin-left: -100%
}

.steps-inner .align-step2 {
	margin-left: -200%
}

.steps-inner .steps-wrapper {
	width: 300%;
	overflow: hidden;
	transition: margin-left .5s ease-in-out
}

.steps-inner .steps-btn-backward,
.steps-inner .steps-btn-forward {
	text-align: center;
	cursor: pointer;
	color: #666;
	font-size: 50px;
	width: 32px;
	height: 50px;
	line-height: 50px
}

.steps-inner .steps-btn-forward {
	right: 0
}

.steps-inner .steps-btn {
	position: absolute;
	font-size: 60px;
	top: 45%;
	z-index: 5
}

.steps-inner .steps-slider-dots-wrap {
	margin-top: 10px;
	height: 30px;
	text-align: center
}

.steps-inner .steps-slider-dots-wrap .steps-slider-dots {
	cursor: pointer;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #cfcac4;
	font-size: 15px;
	width: 20px;
	height: 20px
}

.steps-inner .steps-slider-dots-wrap .steps-slider-dots.steps-slider-dot-active {
	background: #8C4B37;
	border: 1px solid #8C4B37
}

.steps-inner .steps-btn-forward:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.steps-inner .steps-btn-backward:before {
	content: "";
	font-family: fontello;
	font-weight: 400;
	line-height: 1
}

.steps-inner .steps-slider-dots-wrap .steps-slider-dots:active,
.steps-inner .steps-slider-dots-wrap .steps-slider-dots:focus,
.steps-inner .steps-slider-dots-wrap .steps-slider-dots:hover {
	background-color: #cc6d00
}

.steps-inner .steps-btn-backward:active,
.steps-inner .steps-btn-backward:focus,
.steps-inner .steps-btn-backward:hover,
.steps-inner .steps-btn-forward:active,
.steps-inner .steps-btn-forward:focus,
.steps-inner .steps-btn-forward:hover {
	color: #0953bd
}

@media (max-width:569px) {
	.discount-listing .restaurantlogowrapper {
		display: none
	}
}

@media (min-width:1004px) {
	.steps-inner .steps-wrapper {
		position: relative;
		margin-left: 0;
		display: block;
		width: auto
	}
	.steps-inner .steps-btn {
		display: none
	}
	.steps-inner .step-seperator {
		display: block
	}
	.steps-inner .steps-slider-dots-wrap .steps-slider-dots {
		display: none
	}
	.steps-inner .steps-wrapper .step-wrapper:first-of-type {
		margin-left: 0!important
	}
	.steps-inner .number-of-steps-3 .step-wrapper {
		width: 32%;
		max-width: 32%;
		min-width: 32%;
		float: left
	}
	.steps-inner .step-seperator:before {
		content: "";
		font-family: fontello;
		font-weight: 400;
		line-height: 1;
		color: #999;
		font-size: 25px;
		display: inline-block
	}
}

:root .kitchen-types .swiper-slide,
_::-webkit-full-page-media,
_:future {
	margin: 16px 0
}

:root .menu-category-bar-container .swiper-slide,
_::-webkit-full-page-media,
_:future {
	height: 4rem;
	display: flex;
	align-items: center
}

:root main,
_:-ms-fullscreen main {
	display: block
}

:root .basket-button__close,
_:-ms-fullscreen .basket-button__close {
	top: 0
}

:root .basket-button,
:root .basket__order-button,
_:-ms-fullscreen .basket-button,
_:-ms-fullscreen .basket__order-button {
	border-radius: 0
}

:root .lp-popup .lp__container .lp__input,
_:-ms-fullscreen .lp-popup .lp__container .lp__input {
	position: relative
}

@media (min-width:1004px) {
	:root .basket-container,
	_:-ms-fullscreen .basket-container {
		left: auto
	}
}

:root .inner--bg-white,
_:-ms-fullscreen .inner--bg-white {
	height: calc(100% - 7.5rem)
}

@media (min-width:1004px) {
	:root .step1 .main-header--background-cover .subheader,
	_:-ms-fullscreen .step1 .main-header--background-cover .subheader {
		height: calc(4vw + 5rem)
	}
}

:root .step1 .main-header--background-cover .subheader__slope,
_:-ms-fullscreen .step1 .main-header--background-cover .subheader__slope {
	height: 4vw
}

:root .order-details__reorder-button.button-cta-small,
:root .order-details__review-button.button-cta-small-inveted,
_:-ms-fullscreen .order-details__reorder-button.button-cta-small,
_:-ms-fullscreen .order-details__review-button.button-cta-small-inveted {
	flex: 1;
	flex-direction: column
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
	.restaurant-tabs-wrapper {
		display: initial
	}
}

@supports (padding:constant(safe-area-inset-bottom)) {
	:root {
		--safe-area-bottom: constant(safe-area-inset-bottom)
	}
}

@supports (padding:env(safe-area-inset-bottom)) {
	:root {
		--safe-area-bottom: env(safe-area-inset-bottom)
	}
}

@supports (padding:env(safe-area-inset-bottom)) or (padding:env(safe-area-inset-bottom)) {
	@media (max-width: 1003px) and (max-width:1003px) {
		.basket .basket__order-button {
			border-bottom-width:calc(8px + var(--safe-area-bottom));
			height: calc(72px + var(--safe-area-bottom))
		}
	}
	@media (max-width:1003px) {
		.basket-container__scroller {
			bottom: calc(72px + var(--safe-area-bottom))
		}
		.step3 .utility-bottom-navigation .utility-bottom-bar {
			height: calc(73px + var(--safe-area-bottom))
		}
		.is-restaurant-list .utility-bottom-navigation .utility-bottom-bar .btn {
			margin-bottom: calc(10px + var(--safe-area-bottom))!important
		}
		.to-top {
			bottom: calc(80px + var(--safe-area-bottom))!important
		}
	}
}


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