/*!
Theme Name: The Sceleton theme
Theme URI: https://www.tigerton.se
Author: Jonathan de Jong @ Tigerton
Author URI: https://www.tigerton.se
Description: "bony framework of the body", a theme for quick and modern development with Tigerton!
Text Domain: sceleton
Version: 2.0
*/*,::before,::after{background-repeat:no-repeat;-moz-box-sizing:inherit;box-sizing:inherit}::before,::after{text-decoration:inherit;vertical-align:inherit}html{-moz-box-sizing:border-box;box-sizing:border-box;cursor:default;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}body{margin:0}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}nav ol,nav ul{list-style:none}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ffff00;color:#000000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}::-moz-selection{background-color:#b3d4fc;color:#000000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000000;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg{fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,optgroup,select,textarea{margin:0}button,input,select,textarea{background-color:transparent;color:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}legend{-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type="checkbox"],[type="radio"]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}a,area,button,input,label,select,summary,textarea,[tabindex]{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy="true"]{cursor:progress}[aria-controls]{cursor:pointer}[aria-hidden="false"][hidden]:not(:focus){clip:rect(0, 0, 0, 0);display:inherit;position:absolute}[aria-disabled]{cursor:default}.clearfix:after,.wrapper:after,.inner-wrapper:after{content:"";display:block;clear:both}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.skip-link:hover,.skip-link:active,.skip-link:focus{position:static;height:auto;width:auto;margin:0;float:left}.comment-content img[height],.entry-content img,.entry-summary img,img[class*=align],img[class*=attachment-],img[class*=wp-image-]{height:auto}.post-thumbnail img,.wp-post-image,img.size-full,img.size-large{height:auto;max-width:100%}.alignleft,.left{float:left}.alignright,.right{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto}img{max-width:100%;height:auto}blockquote{font-size:1.5rem;line-height:1.45833333em}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,label a,blockquote a,small a,li a,q a{font-size:inherit;text-decoration:inherit}



.acf-map {
	width: 100%;
	height: 250px;
	border: #eee solid 1px;
/* 	margin: 10px 0; */
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}


#main{
	min-height: 100vh;
}
.main-wrapper-outer{
	display: flex;
}
.main-wrapper-inner{
	width: 100%;
	transition: all .75s ease;
	background: #fbfbfb;
}
.main-wrapper-outer.cart-open .main-wrapper-inner{
	width: calc( 100% - 385px );
}

#ajax-cart{
	position: fixed;
	right: -385px;
	height: 100%;
    overflow-y: auto;
	margin-top: 70px;
	padding: 0 20px;
	width: 385px;
	-webkit-box-shadow: -5px 0 10px -5px #9C9C9C;
	box-shadow: -5px 0 10px -5px #9C9C9C;
	transition: all .75s ease;
	order: 2;
	z-index: 99;
	background: white;
}
#ajax-cart .mini-cart-inner{
	padding: 40px 0 90px;
}
#ajax-cart .modal__close{
	z-index: 99;
}
.main-wrapper-outer.cart-open #ajax-cart{
	right: 0;
}

#ajax-cart .mini-cart-item{
	display: flex;
	flex-wrap: wrap;
}
#ajax-cart .mini-cart-item h3{
	width: 100%
}
#ajax-cart .mini-cart-item p{
	margin: 0;
	font-weight: 100;
	line-height: 1.1;
	color: #333;
	width: 80%;
}
#ajax-cart .mini-cart-item .product-price{
	width: 20%;
}

#ajax-cart .mini-cart-item .price-col{
	width: 100%;
	display: flex;
}

#ajax-cart #ajax-quantity .quantity-container{
	position: relative;
	width: 90px;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	align-items: center;
	margin-top: 10px;
	
}
#ajax-cart #ajax-quantity button {
	font-size: 0.95rem;
	line-height: 1;
	padding: 0;
	text-align: center;
	outline: none;
	width: 30px;
	height: 30px;
	line-height: 1;
	text-decoration: none;
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	z-index: 8;
	background: #fff;
}
#ajax-cart #ajax-quantity button:hover {
	opacity: 0.8;
}
#ajax-cart #ajax-quantity .product-quantity{
	min-width: 18px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 15px;
	background: #f2f2f2;
	padding: 5px 15px;
	width: 60px;
}
#ajax-cart #ajax-quantity input.quantity-input{
	display: none !important;
}

#ajax-cart .woocommerce-cart-buy{
	margin-top: 20px;
}

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

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

}

@charset "UTF-8";

@font-face {
  font-family: "preorder-20";
  src:url("fonts/preorder-20.eot");
  src:url("fonts/preorder-20.eot?#iefix") format("embedded-opentype"),
	url("fonts/preorder-20.woff") format("woff"),
	url("fonts/preorder-20.ttf") format("truetype"),
	url("fonts/preorder-20.svg#preorder-20") format("svg");
  font-weight: normal;
  font-style: normal;

}

@font-face {
	font-family: 'Neuzeit Grotesk';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url("fonts/NeuzeitGro-Reg.woff2") format('woff2');
}

[data-icon]:before {
  font-family: "preorder-20" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  margin: 0 10px;
  line-height: 1.5;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "preorder-20" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1.5;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\61";
}
.icon-profile:before {
  content: "\62";
  color: var(--highlight);
}
.icon-arrow-left:before {
  content: "\64";
}
.icon-checkmark-round:before {
  content: "\67";
}
.icon-procent:before {
  content: "\65";
}
.icon-delivery:before {
  content: "\66";
}
.icon-search:before {
  content: "\63";
}
.icon-restaurant:before {
  content: "\68";
}
.icon-clock:before {
  content: "\69";
}
.icon-stopwatch:before {
  content: "\6a";
}
.icon-arrow-right:before {
  content: "\6b";
}
.icon-payment:before {
  content: "\6c";
}
.icon-clock-1:before {
  content: "\6d";
}
.icon-check:before {
  content: "\6e";
}
.icon-bicycle:before {
  content: "\71";
}
.icon-scooter:before {
  content: "\72";
}
.icon-marker:before {
  content: "\73";
}
.icon-info:before {
  content: "\74";
}

/**
 * Generic styles
 */
body {
	font-family: var(--font)!important;
	color: #333333;
	width: 100%;
	overflow-x:hidden;
}
.wrapper,
.inner-wrapper {
	max-width: 1600px;
	width: 92%;
	margin: 0 auto;
}
.woocommerce-checkout .page-content .inner-wrapper{
	max-width: 1024px;
}

::-webkit-input-placeholder {
	font-size: 0.85rem;
	font-weight: 300;
	font-family: "sofia-pro";
	color: #898989;
}
::-moz-placeholder {
	font-size: 0.85rem;
	font-weight: 300;
	font-family: "sofia-pro";
	color: #898989;
}
:-ms-input-placeholder {
	font-size: 0.85rem;
	font-weight: 300;
	font-family: "sofia-pro";
	color: #898989;
}
:-moz-placeholder {
	font-size: 0.85rem;
	font-weight: 300;
	font-family: "sofia-pro";
	color: #898989;
}


/**
 * Typography
 */
a {
	font-size:.9375rem;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
p {
	font-size:.8375rem;
	line-height:1.5;
}
h1 {
	font-size:1.6rem;
	line-height:1.2;
}
h2 {
	font-size:1.2rem;
	line-height:1.2;
	font-weight: 400;
}
h3 {
	font-size:1rem;
	line-height:1.2;
}
h4 {
	font-size:0.9rem;
	line-height:1.2;
} 

h1,h2,h3,h4 {
	font-family: "sofia-pro"
}
span {
	font-size: .8375rem;
}
span.small {
	font-size: 10px;
}
span.thin {
	font-weight: 100;
}
span.bold {
	font-weight: 600;
}
/**
 * Header
 */
header.header {
	position: fixed;
	display: flex;
	flex-direction: column;
	width: 100%;
	z-index: 9;
	background: white;
}

header .header-wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: unset;
	height: 70px;
}


header .header-wrapper:after {
	content: none;
}
header .logotype {
	width: 20%
}
header .logotype img {
	max-width: 120px;
	max-height: 50px;
	width: auto;
	height: auto;
	margin-left: 16%;
}

/* - main menu */
.menu-main {
	float: left;
	/*width: 100%;*/
	text-align: center;
}
.menu-main ul {
	padding: 0;
	margin: 0;
}
.menu-main ul li {
	display: inline-block;
}
.menu-main ul li a {
	display: block;
	padding: 0.5rem 0.65rem;
	color: inherit;
}
.menu-main ul li a:after {
	content: "";
	display: block;
	width: 0;
	margin: 0.15rem auto 0;
	border-bottom: 2px solid #333333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-main ul li.current-menu-item > a:after,
.menu-main ul li a:hover:after {
	display: block;
	width: 100%;
}

.menu-main .restaurant-select {
	padding: 0;
	margin: 0 0 0 0.5rem;
}
.menu-main .restaurant-select p {
	margin: 0;
}
.menu-main .restaurant-select .choices__inner {
	vertical-align: middle;
	text-align: left;
	padding: 0.4rem 1rem 0.4rem 0.5rem;
	min-height: 0px;
}
.menu-main .restaurant-select .choices__list--single {
	padding: 0 1rem 0 0;
}
.choices[data-type*=select-one] .choices__input,
.choices__list--dropdown .choices__item {
	padding: 0.25rem 0.5rem;
	text-align: left; 
}

/* - menu tools */
.menu-tools {
	width: 80%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.menu-tools a,
.menu-tools .cart-btn{
	height: 100%;
	display: flex;
	align-items: center;
	color: inherit;
	padding: 0 13px;
	border-left: 1px solid #f2f2f2;
}
.menu-tools a:before,
.menu-tools .cart-btn:before {
	margin-right: 10px;
}
.menu-tools select{
	opacity: 0;
	height: 24px;
}
.menu-tools .select2{
	min-height: 24px;
}


.menu-tools.desktop span.thin {
	font-size: 0.575rem;
}


.menu-tools .popup-restaurant-container{
	padding: 0 13px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #f2f2f2;
	/* min-width: 250px; */
}
.menu-tools .popup-restaurant-container .marker-content{
	display: flex;
	margin-right: 5px;
	width: 50px;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}
.menu-tools .popup-restaurant-container .marker-content span{
	text-align: center;
}
.popup-restaurant-container .marker-content span.distance{
	height: 14px;

}


.menu-tools span.select2-container{
	width: 100%!important;
	cursor: pointer;
}
.menu-tools .select2-selection__rendered {
	padding-left: 0!important;
}
.menu-tools .select2-container .select2-selection--single {
	border: none;
	border-radius: 0!important;
	height: 100%;
}
.menu-tools span.select2-container.select2-container--disabled .select2-selection__arrow{
	display: none;
}

.select2-selection__placeholder{
	color: #444!important;
}
.select2-dropdown .select2-results__option{
	padding: 10px;
	border: 1px solid #f2f2f2;
	border-top: none;
}
.select2-dropdown.header-dropdown{
	margin-top: 15px;
	border-radius: unset;
	border: none;
	left: -13px!important;
}
.select2-dropdown.header-dropdown .select2-results__option{
	padding: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: none!important;
}
.select2-container--default .select2-results__option[aria-selected=true]{
	background: none!important;
}
.select2-dropdown.header-dropdown .select2-results__option .dropdown-icon{
	display: flex;
	align-items: center;
}
.select2-dropdown.header-dropdown .select2-results__option .dropdown-icon:before{
	margin-right: 10px;
	font-size: 1rem;
}
.select2-dropdown.header-dropdown .select2-results__option--highlighted{
	background: #f2f2f2!important;
	color: black!important;
}
.select2-dropdown.header-dropdown.time, .select2-dropdown.header-dropdown.delivery{
	width: 149px!important;
}
.select2-dropdown.header-dropdown.time, .select2-dropdown.header-dropdown.time{
	width: 149px!important;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
	background: none!important;
}
.select2-container--default.select2-container--disabled .select2-selection--single #select2-restaurant-select-container{
	padding: 0;
}




.dropdown-restaurant-container{
	display: flex;
	flex-direction: column;
}
.dropdown-restaurant-container .restaurant-address{
	font-size: 12px;
}
.dropdown-restaurant-container .restaurant-name{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}


.select2-dropdown.header-dropdown.restaurant{
	left: -68px!important;
	width: 281px!important;
}
.select2-dropdown.header-dropdown.restaurant .select2-results__option{
	padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	/* right: 10px!important; */
}
#restaurant-popup .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 18px!important;
}



.menu-tools .popup-restaurant-container .restaurant-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 200px;
}

span.status-text{
	padding-left: 8px;
	font-size: 0.575rem;
	color: green;
}
span.status-text.closed{
	color: red;
}


.menu-tools .delivery-btn{
	height: 100%;
	min-width: 130px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border-left: 1px solid #f2f2f2;
	padding: 0 13px;
}
.menu-tools .delivery-btn{
	min-width: 150px;
}
.menu-tools .cart-btn {
	font-size: 1.4rem;
	min-width: 250px;
	background-color: var(--hightlight15);
	position: relative;
	display: flex;
	justify-content: space-between;
}
.menu-tools .cart-btn.on-checkout{
	background: none;
}
.menu-tools .cart-btn.on-checkout .icon-arrow-right{
	opacity: 0;
}
.menu-tools .cart-btn.on-checkout .count-container{
	cursor: default;
}
.menu-tools .cart-btn .checkout-btn{
	padding: 0;
	border: none;
	width: 60%;
	justify-content: flex-end;
}
.menu-tools .cart-btn .checkout-btn.empty_cart{
	opacity: .5;
	pointer-events: none;
}
.menu-tools .cart-btn .count-container{
	margin-right: 10px;
	width: 40%;
	height: 100%;
	cursor: pointer;
}
.menu-tools .cart-btn div {
	display: flex;
	align-items: center;
}
.menu-tools .cart-btn .delivery-type-icon:before{
	margin-left: 0; 
}
.menu-tools .cart-btn .cart-item {
	position: absolute;
	display: flex;
	justify-content: center;
	height: 20px;
	width: 20px;
	top: 15px;
	left: 12px;
	background-color: var(--highlight);
	border-radius: 50%;
	color: var(--highlight-text);
	font-size: 12px;
	transition: transform 250ms ease-in-out;
}
.menu-tools .cart-total .amount {
	font-size: .8375rem;
}
.menu-tools .cart-btn .icon-arrow-right:before {
	font-size: 1rem;  
}
.menu-tools .login-btn {
	border-right: 1px solid #f2f2f2;
	min-width: 135px;
}

/* - mobile menu */
.mobile-menu-wrapper{
	display: none;
}
.mobile-menu-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: left;
	width: 100%;
}
.mobile-menu {
	display: inline-block;
	float: right;
	position: fixed;
	background: #ffffff;
	left: -300px;
	top: 0;
	bottom: 0;
	z-index: 9997;
	transition: all .5s;
	width: 300px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mobile-menu .mobile-menu-inner-wrap {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	margin-right: -16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8rem 0 6rem;
	background: #ffffff;
}
.mobile-menu .mobile-menu-inner {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.mobile-menu .mobile-menu-list {
	margin: 0;
	padding: 0;
}
.mobile-menu .mobile-menu-list li {
	display:block;
	overflow: hidden;
	padding: 0 2rem;
}
.mobile-menu .mobile-menu-list li a {
	display: inline-block;
	padding: 0.5rem 0;
	color: #333333;
	font-size: 0.9rem;
}
.mobile-menu .mobile-menu-list li.current-page-ancestor > a,
.mobile-menu .mobile-menu-list li.current-menu-item > a,
.mobile-menu .mobile-menu-list li a:hover {
	/* color: #a8a8a8; */
}
.mobile-menu-wrap.open .mobile-menu {
	left: 0;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

/**
 * Page
 */
 
.content-area,
#content{
	padding-top: 111px;
}
.page-content {
	margin: 4rem 0;
}

.imageblock	{
	position:relative;
}

.imageblock .overlay	{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.35);
}

.imageblock .caption	{
	position:absolute;
	color:#fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:100%;
	padding:5%;
}

.imageblock .caption h1,.imageblock .caption h2, .imageblock .caption h3, .imageblock .caption p, .imageblock .caption a	{
	color:#fff;
}


/**
 * RESTAURANT PICKER POPUP
 */

.icon-marker:before {
	display: flex;
	justify-content: center;
	color: var(--highlight);
	font-size: 24px;
}
.pac-container {
	z-index: 99999999 !important;
}
#restaurant-popup input[type="radio"] {
	display: none;
}
#restaurant-popup input[type="radio"]+label {
	width: 100%;
	height: 70px;
	padding: 10px;
	border: 2px solid #F1F4F5;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
#restaurant-popup .popup-delivery-container .delivery-title{
	font-size: 1rem;
}
#restaurant-popup input[type="radio"]:checked+label {
	border: 2px solid var(--main);
}

#restaurant-popup .selection-number{
	color: var(--highlight);
	font-size: 30px;
}


#restaurant-popup .restaurant-modal__container {
	background-color: #fff;
	padding: 0 30px;
	width: 800px;
	max-height: calc( 100% - 2rem );
	border-radius: 4px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;  
	scrollbar-width: none;  
}
#restaurant-popup .restaurant-modal__container::-webkit-scrollbar {
	display: none;
}
#restaurant-popup .restaurant-modal__content {
	position: relative;
	margin: 1rem 0;
}
#restaurant-popup .restaurant-modal__content h3{
	margin-top: 40px;
}
#restaurant-popup .restaurant-modal__content .modal__close{
	right: 0;
	top:-20px;
	cursor: pointer;
}


#restaurant-popup .popup-restaurant-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#restaurant-popup .popup-restaurant-container{
	width: 48%;
	padding: 10px;
	border: 2px solid var(--main);
	display: flex;
	justify-content: space-between;
}
#restaurant-popup .popup-restaurant-container .marker-content{
	width: 15%;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}
#restaurant-popup .popup-restaurant-container .marker-content span{
	text-align: center;
}
#restaurant-popup .popup-restaurant-container .restaurant-content{
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#restaurant-popup .popup-restaurant-wrapper span.select2-container{
	width: 48%!important;
}
#restaurant-popup .popup-restaurant-wrapper .select2-selection__rendered {
	line-height: 80px !important;
}
#restaurant-popup .popup-restaurant-wrapper .select2-container .select2-selection--single {
	border: 2px solid #F1F4F5!important;
	border-radius: 0!important;
	height: 100%;
}
#restaurant-popup .popup-restaurant-wrapper .select2-selection__arrow {
	height: 80px !important;
	right: 14px !important;
}
#restaurant-popup .popup-restaurant-wrapper .browse-text{
	display: flex;
	margin-bottom: 0;
}
#restaurant-popup .popup-restaurant-wrapper .browse-menu{
	display: flex;
	margin-left: 5px;
	color: var(--highlight);
	cursor: pointer;
}
#restaurant-popup .popup-restaurant-wrapper .browse-text  .icon-arrow-right:before{
	display: flex;
	font-size: 1rem;
}

#restaurant-popup .select2-dropdown.popup-dropdown-restaurant{
	border-radius: unset;
	border-top: none!important;
	border: 1px solid #f2f2f2!important;
}
#restaurant-popup .select2-dropdown.popup-dropdown-restaurant .select2-results__option:hover{
	background: #f2f2f2!important;
}
#restaurant-popup .select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: none!important;
	color: #333333;
}
#restaurant-popup .select2-container--default .select2-results__option[aria-selected=true]{
	background: #f2f2f2!important;
}
#restaurant-popup .select2-dropdown.popup-dropdown-restaurant .select2-results__option .delivery-type-icon{
	display: flex;
	align-items: center;
}
#restaurant-popup .select2-dropdown.popup-dropdown-restaurant .select2-results__option .delivery-type-icon:before{
	margin-left: 0;
}
#restaurant-popup .select2-dropdown.popup-dropdown-restaurant .select2-results__option{
	padding: 20px;	
}


/* #restaurant-popup .next-step-section{
	display: none;
} */

#restaurant-popup .popup-delivery-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#restaurant-popup .popup-delivery-container{
	width: 31%;
}
#restaurant-popup .delivery-container{
	margin-top: 20px;
	display: none;
	align-items: center;
	flex-flow: row wrap;
	width: 100%;
	display: none;
	margin-top: 20px;
	
}
#restaurant-popup .delivery-container input{
	border: 2px solid #F1F4F5;
	width: calc( 100% - 44px);
	height: 40px;
	padding-left: 10px;
}
#restaurant-popup .delivery-container .delivery-address-message{
	padding: 0 0 0 44px;
	display: none;
}

#restaurant-popup .popup-time-wrapper{
	display: flex;
	position: relative;
}
#restaurant-popup .popup-asap-container{
	width: 31%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	text-align: center;
	cursor: pointer;
}
#restaurant-popup .popup-time-wrapper span.select2-container{
	width: 31%!important;
	margin-left: 3.5%;
}
#restaurant-popup .popup-time-wrapper span.select2-selection--single.selected{
	border: 2px solid var(--main)!important;
}
#select2-popup-time-select-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
#select2-popup-time-select-container:before{
	margin-right: 10px;
}
#restaurant-popup .popup-time-wrapper .select2-selection__rendered {
	line-height: 70px !important;
}
#restaurant-popup .popup-time-wrapper .select2-container .select2-selection--single {
	border: 2px solid #F1F4F5!important;
	border-radius: 0!important;
	height: 100%;
}
#restaurant-popup .popup-time-wrapper .select2-selection__arrow {
	height: 70px !important;
}
.popup-spacer{
	height: 30px;
	width: 100%;
}

#restaurant-popup .popup.btn{
	width: 100%;
	border: none;
	background: var(--highlight);
	padding: 15px;
	color: var(--highlight-text);
	text-transform: uppercase;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
#restaurant-popup .popup.btn:disabled{
	pointer-events: none;
	cursor: default;
	opacity: .5;
}

.delivery-time-container{
	position: relative;
	height: 30px;
}
.delivery-content{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	right: 40px;
	bottom: 0px;
}
span.minutes-container.checkout{
	position: unset;
	margin-left: 10px;
	display: none;
}
span.delivery-text{
	display: none;
}
span.minutes-container{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 50px;
	width: 50px;
	background-color: var(--main);
	border-radius: 50%;
	color: var(--main-text);
	left: -20px;
	bottom: -22px;
}
span.minutes{
	display: flex;
	justify-content: center;
	line-height: 1;
}
span.letters{
	display: flex;
	justify-content: center;
	font-size: 10px;
	line-height: 1;
}


/**
 * Footer
 */
.footer {
	width: 100%;
	overflow: hidden;
		border-top: solid 1px #eeeeee;
}
.footer .wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .wrapper:after{
	content: none;
}
.footer .footer-cols {
	overflow: hidden;
	padding: 3rem 0;
	background: #000000;
	color: #ffffff;
}
.footer .footer-cols .col {
	float: left;
	width: 30.666%;
	margin-right: 4%;
	margin-bottom: 1.5rem;
	text-align: center;
}
.footer .footer-cols .col:nth-of-type(3n+3) {
	margin-right: 0;
}
.footer .footer-cols .col:nth-of-type(3n+4) {
	clear: both;
}
.footer .payment-icons{
	padding: 1.5rem 1rem;
}
.footer-menu {

	padding: 1.5rem 0;
} 
.footer-menu ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.footer-menu ul li {
	display: inline-block;
}
.footer-menu ul li a {
	color: inherit;
	display: block;
	padding: 0.65rem 1rem;
}
.footer-menu ul li a:hover {
	color: #a8a8a8;
}

body .footer .self-service-cancel	{
	display:none;
}

/**
 * Expresskassa
 */
body.expresskassa #product_customer_note{
	display: none;
}
body.expresskassa #restaurant-popup .restaurant-modal__content{
	margin: 4rem 1rem 2rem;
}
body.expresskassa .express-pre-heading{
	color: var(--highlight) !important;
	text-align: center;
	margin-bottom: 0;
	font-size: 1rem;
}
body.expresskassa .express-heading{
	text-align: center;
	font-size: 2.4rem;
	margin: 0;
}
body.expresskassa .express-description{
	max-width: 50%;
	text-align: center;
	margin: 10px auto 20px;
	text-align: center;
}
body.expresskassa #restaurant-popup .popup-delivery-wrapper{
	justify-content: center !important;
	flex-flow: row nowrap !important;
}
body.expresskassa #restaurant-popup .popup-delivery-container {
	width: calc( 50% - 20px );
	margin: 10px !important;
}
body.expresskassa #restaurant-popup .popup-delivery-wrapper input[type="radio"]+label{
	position: relative;
	flex-flow: column nowrap;
    border: 2px solid #F1F4F5;
	height: 175px;
	padding-bottom: 43px;
}
body.expresskassa #restaurant-popup .delivery-type-icon[data-icon]:before{
	font-size: 70px;
	color: var(--highlight) !important;
}
body.expresskassa #restaurant-popup .delivery-type-icon.eatin[data-icon]:before{
	font-size: 112px;
}
body.expresskassa #restaurant-popup .popup-delivery-wrapper .delivery-title{
	position: absolute;
	bottom: 1rem;
	font-size: 1.4rem;
}
body.expresskassa #restaurant-popup .popup-delivery-container.delivery{
	display: none;
}
body.expresskassa footer.footer{
	display: none;
}


body.expresskassa .menu-tools .popup-restaurant-container{
	display: none;
}

body.expresskassa.woocommerce-page .col2-set .col-1{
	width: 100% !important;
	order: 1;
}
body.expresskassa.woocommerce-page .col2-set .col-2{
	width: 100% !important;
	margin-bottom: 2rem;
}

body.expresskassa .woocommerce-order .acf-map,
body.expresskassa .woocommerce-order .order-customer-information,
body.expresskassa .woocommerce-order .order-information > .col-half:not(:first-child){
	display: none;
}
body.expresskassa.woocommerce-order-received header.header{
	display: none;
}
body.expresskassa.woocommerce-order-received .page-content{
	min-height: calc( 100vh - 112px - 8rem );
}
body.expresskassa.woocommerce-order-received:not(.express_receipt) .page-content .woocommerce-order{
	margin-top: 8rem;
}
body.expresskassa .express-order-information{
	margin: 20px auto 30px;
	text-align: center;
}
body.expresskassa .express-order-information h2{
	font-size: 1.6rem;
	margin: 0;
}
body.expresskassa .express-order-information .express-ordernumber{
	font-size: 5rem;
	line-height: 1;
}
body.expresskassa .sms-form-open{
	background: var(--main);
	width: 100%;
	display: block;
	padding: 18px 2rem;
	color: #fff;
	font-size: 1rem;
	display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
body.expresskassa #sms_form{
/* 	display: flex; */
	display: none;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

body.expresskassa .express-ok-button{
	background: var(--highlight);
/* 	background: var(--main); */
	width: 100%;
	display: block;
	padding: 1.4rem 2rem;
	color: #fff;
	font-size: 1.6rem;
	display: flex;
    justify-content: center;
    align-items: center;
}
body.expresskassa .express-ok-button .icon-arrow-right::before {
	font-size: 2rem;
	position: relative;
	bottom: 3px;
	float: right;
}

body.express_receipt header{
	display: none;
}
body.express_receipt .content-area,
body.express_receipt #content {
    padding-top: 0;
}
body.express_receipt.expresskassa.woocommerce-order-received .page-content{
	min-height: calc( 100vh - 4rem );
	margin: 2rem 0;
}
body.express_receipt .order-status-wrapper h2{
	text-align: center;
    font-size: 2.4rem;
    margin: 0;
    text-align: center;
}
body.express_receipt .order-status-wrapper .icon{
	display: none;
}

body.express_receipt .col2-set .col-2,
body.express_receipt.expresskassa .express-order-information{
	margin-bottom: 0;
}
body.express_receipt .details-order-complete{
	margin: 1rem 0;
}

body.express_receipt #receipt_form{
	display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
body.expresskassa #sms_phone,
body.express_receipt #receipt_email{
	background: #fff;
	border: 2px solid var(--main);
	color: #333;
	padding: 1rem;
	border-radius: 0;
	flex-grow: 1;
}
body.expresskassa ::placeholder,
body.express_receipt ::placeholder {
	color: #333 !important;
	opacity: 1; 
}
body.expresskassa #sms_submit,
body.express_receipt #receipt_submit{
	background: var(--main);
	color: #fff;
	padding: 0 1rem;
	border: none;
	border-radius: 0;
	font-family: "preorder-20" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	font-size: 2rem;
}
body.expresskassa .sms_complete,
body.expresskassa .sms_error,
body.express_receipt .receipt_complete{
	font-size: 1rem;
    text-align: center;
}
body.expresskassa .sms_error{
	color: red;
}


.fullscreen	{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	z-index:9998;
	background:#000;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fullscreen .overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.4;
}
.fullscreen  .overlay-two {
	position: absolute;
	left: -150%;
	width: 300%;
	height: 200%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.3);
	top: -130%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(-15deg);
}
.fullscreen-logo	{
	position:fixed;
	top:5%;
	left:5%;	
	z-index:10000;
	max-width: 150px;
}
.fullscreen .button	{
	font-size:1.5rem;
	font-weight: 700;
	font-family: "sofia-pro"
	line-height: 1;
	text-transform: uppercase;
	background: #00ED99;
	box-shadow: 3px 3px 0 rgba(0,237,153,.25);
	border: solid 1px #00ED99;
	color: #4c4c4c!important;
	text-decoration: none!important;
	border-radius: 0;
	margin: 0.6rem 0.8rem;
	-webkit-appearance: none;
	display: inline-block;
	font-weight: 700;
	height: auto;
}
.fullscreen-content	{
	position: relative;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color:#fff;
}
.fullscreen-content h1	{
	font-size:3.5rem;
	font-weight: 400;
}
.fullscreen-content .payment-info {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.fullscreen-content .to-pay {
	float: left;
	width: calc(100% - 330px);
	background: #ffffff;
	color: #333333;
	padding: 3.5rem 4rem 3.5rem 5rem;
	border-radius: 0.3rem;
	text-align: left;
}
.fullscreen-content .to-pay .title {
	font-size: 1.2rem;
	margin: 0 0 1.2rem;
}
.fullscreen-content .to-pay .price {
	margin: 0;
	font-family: "sofia-pro"
}
.fullscreen-content .to-pay .price .amount {
	font-size: 5rem;
	line-height: 1;
	font-family: "open_numbersregular", sans-serif;
}
.fullscreen-content .to-pay .price .woocommerce-Price-currencySymbol {
	font-size: 2rem;
	font-weight: 300;
	margin: 0 0 0 0.8rem;
}
.fullscreen-content .info-circle {
	background: #333333;
	color: #ffffff;
	width: 400px;
	height: 400px;
	border-radius: 100%;
	position: absolute;
	right: 0;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3);
}
.fullscreen-content .info-circle .inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 0;
	right: 0;
	padding: 1rem 3rem;
}
.fullscreen-content .info-circle .inner .card-terminal-status {
	float: left;
	width: calc(100% - 140px);
	text-align: left;
	margin: 0 0 1rem;
}
.fullscreen-content .info-circle .inner .icon {
	font-size: 10rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 1.5rem;
	line-height: 128px;
	color: #ffffff;
}
.fullscreen-content .info-circle .inner .icon:before {
	content: "\6c";
	font-family: "preorder-20";
}

.fullscreen-content  .order-circle {
	background: #333333;
	color: #ffffff;
	width: 260px;
	height: 260px;
	margin: 0 auto;
	display: block;
	border-radius: 100%;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}
.fullscreen-content  .order-circle .inner {
	position: absolute;
	top: 50%;
	right:0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	padding: 1rem 1.5rem;
	text-align: center;
}
.fullscreen-content  .order-circle .inner .info {
	font-size: 1.1rem;
	font-weight: 300;
	margin: 0 0 1rem;
}
.fullscreen-content  .order-circle .inner .number {
	font-size: 4.5rem;
	line-height: 1;
	font-family: "open_numbersregular", sans-serif;
	margin: 0;
}


.fullscreen-content .button.icon {
	padding: 0.8rem 2rem 2rem 2rem;
}
.fullscreen-content .button.icon:before {
	display:block;
	font-family: "preorder-20";
	font-weight: 300;
	text-transform: none;
	margin: 1rem 0 0.5rem 0;
	vertical-align: middle;
}
.fullscreen-content .button.restaurant:before {
	content: "\68";
	font-size: 3.5rem;
	line-height: 2.8rem;
}
.fullscreen-content .button.delivery:before {
	content: "\66";
	font-size: 2.8rem;
}

.fullscreen .button.cancel,
.self-service-cancel.button.cancel {
	display: none;
	position:fixed;
	z-index: 9999;
	left:5%;
	bottom:5%;
	margin:0;
	color: #ffffff !important;
	border:2px solid #00ED99;
	background:transparent;
	box-shadow: none;
	width: auto !important;	
	font-size:1rem;
	font-weight: 700;
	font-family: "sofia-pro"
	line-height: 1;
	text-transform: uppercase;
	padding: 1.6rem 2rem;
	cursor: pointer;
}
.fullscreen .button.backtostore {
	position:fixed;
	z-index: 9999;
	left: calc(5% + 172px);
	bottom:5%;
	margin:0;
	color: #ffffff !important;
	border:2px solid #00ED99;
	background:#00ED99;
	box-shadow: none;
	width: auto !important;	
	font-size:1rem;
	font-weight: 700;
	font-family: "sofia-pro"
	line-height: 1;
	text-transform: uppercase;
	padding: 1.6rem 2rem;
}

.page-template-tpl-self-service-type-of-order .fullscreen .button.cancel {
	display:none;
}

.self-service-header {
	display: none;
}
.self-service-header .noflex .cat-info {
	display: block;
}
.self-service-header .cat-info .title {
	font-weight: 300;
	margin: 0 0 0.25rem;
}
.self-service-header .cat-info .subtitle {
	font-weight: 300;
	font-size: 1rem;
	margin:0;
}

.self-service-category-banner {
	background: #eeeeee;
	padding: 1rem 0;
	max-width: 100vw !important;
}
.self-service-category-banner .select {
	float: left;
	margin: 0;
	display: block;
	font-size: 0.875rem;
	line-height: 1.2;
}
.self-service-category-banner .cats-wrap {
	float: right;
	width: 100%;
	padding: 0 25px 0 0;
}
.self-service-category-banner .cats {
	padding: 0;
	margin: 0;
	display: flex;
	opacity: 0;
	justify-content: space-between;
}
.self-service-category-banner .cats.slick-slider{
	opacity: 1;
	display: block;
}
.self-service-category-banner .cats li {
	list-style: none;
	margin: 0 1rem;
	text-align: center;
	outline: none !important;
	height: auto;
	line-height: 1;
}
.self-service-category-banner .cats li a {
	display: inline-block;
	color: inherit;
	font-size: 0.875rem;
	line-height: 1.2;
	outline: none !important;
	padding-bottom:5px;
}

.self-service-category-banner .cats li a.current {
	border-bottom:2px solid #000;
}

.self-service-category-banner .slick-prev, 
.self-service-category-banner .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.self-service-category-banner .slick-next {
	right: -25px;
}
.self-service-category-banner .slick-prev {
	display: none !important;
}
.slick-prev:before, .slick-next:before {
	content: "\6b";
	font-family: "preorder-20";
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #333333;
}

/*
.self-service-category-banner .cats {
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	

}

.self-service-category-banner .cats li a {
	display: block;
	font-size: 0.875rem;
	line-height: 1.2;
	color: inherit;
}
*/


/* - self service login form */
.selfservice-login form {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
	left: 0;
	z-index: 9999;
	max-width: 500px;
	margin: 0 auto;
	padding: 2rem;
	background: #333333;
	color: #ffffff;
}
.selfservice-login label {
	display: block;
	margin: 0 0 0.4rem 0;
}
.selfservice-login input {
	width: 100%;
	background: #ffffff;
	color: #333333;
	border: none;
	padding: 0.5rem 1rem;
	border-radius: 0.3rem;
}
.selfservice-login input.button {
	background: #222222;
	color: #ffffff;
	padding: 0.8rem 1rem;
}

/* - self service footer */
.self-service-footer {
	display: none;
	position:fixed;
	z-index: 9999;
	left:0;
	right: 0;
	bottom:0;
	margin:0;
	background: #eeeeee;
	box-shadow: 0px 0px 10px #dcdcdc;
	overflow: hidden;
	padding: 2.5rem 0;
	height: auto;
	max-height:20vh; 
	min-height:280px;
	overflow-y: scroll;
	margin-right: -16px;
}
.self-service-footer .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.self-service-footer .wrapper:after {
	content: none;
}

.self-service-footer .woocommerce-cart-products .title {
	margin: 0 0 0.5rem 0;
	font-size: 1.6rem;
}
.self-service-footer .woocommerce-cart-products .product {
	margin: 0 0 0.5rem -8px !important;
}
.self-service-footer .woocommerce-cart-extra {
	position:fixed;
	bottom:2.5rem;
	right:2.5rem;
	width: 100%;
	max-width: 400px;
	
}
.self-service-footer .woocommerce-cart-extra .woocommerce-cart-buy {
	width: 100%;
	margin: 0.5rem 0 0 0;
}

.selfservice-cart-products	{
	position: relative;
	padding: 2rem;
	background: #fff;
	width: 52%;
	height: 200px;
	max-height: calc( 20vh - 5rem );
	overflow: auto ;
	min-height: 200px;
	-webkit-box-shadow: inset 4px 4px 37px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 4px 4px 37px 0px rgba(0,0,0,0.06);
	box-shadow: inset 4px 4px 37px 0px rgba(0,0,0,0.06);
}
.selfservice-cart-products-wrapper{
	min-height: 59px;
}
.self-service-footer .self-service-cancel.cancel {
	display: inline-block;
	color: #333333 !important;
	text-transform: uppercase;
	border-bottom: solid 1px #333333;
	margin-top: 1rem;
}
.woocommerce a.self-service-cart-button,
.woocommerce-cart a.self-service-cart-button {
	width: 100%;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.6;
	width: auto;
	text-transform: uppercase;
	text-align: right;
	padding: 1.8rem 2rem;
	border-radius: 0;
	outline: none;
}
.woocommerce a.self-service-cart-button.header-btn,
.woocommerce-cart a.self-service-cart-button.header-btn {
	width: 400px;
	display: inline-block;
	float: right;
}
.woocommerce a.self-service-cart-button:after,
.woocommerce-cart a.self-service-cart-button:after {
	content: "\6b";
	font-family: "preorder-20";
	text-transform: none;
	line-height: 1.8;
	float: right;
	margin: 0 0 0 0.25rem;
}
.woocommerce a.self-service-cart-button .price,
.woocommerce-cart a.self-service-cart-button .price,
.woocommerce .self-service-cart-non-button .price {
	float: left;
	color: inherit;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: 700;
	font-family: "sofia-pro"
	text-transform: none;
	margin: 0 2rem 0 0;
	vertical-align: baseline;
}
.woocommerce .self-service-cart-non-button .price{
	float: none;
}

.woocommerce a.self-service-cart-button .price .woocommerce-Price-currencySymbol,
.woocommerce-cart a.self-service-cart-button .price .woocommerce-Price-currencySymbol,
.woocommerce .self-service-cart-non-button .price .woocommerce-Price-currencySymbol{
	font-size: 0.9rem;
	font-weight: 300;
	margin: 0 0 0 0.5rem;
}
.woocommerce a.self-service-cart-button del{
	font-size: 0.8rem;
}
.page-template-tpl-self-service-order .self-service-footer,
.page-template-tpl-self-service-payment .self-service-footer,
.page-template-tpl-self-service-type-of-order .self-service-footer,
.page-template-tpl-self-service-start .self-service-footer {
	display: none;
}

/* No Script */
#no-script-div{
	position: absolute;
	width: 100vw;
	height: 100vh;
	background:	white;
	z-index: 999;
}
#no-script-div h3{
	text-align: center;
	margin-top: 200px;
}

/* App */

.page-template-tpl-app .footer	{
	display:none;
}

/**
 *
 *
 *
 *
 * Media Queries
 *
 *
 *
 *
 */
 
@media (hover: hover) {
	#restaurant-popup .select2-results__options .select2-results__option:hover{
	background: #f2f2f2!important;
	}
	#restaurant-popup input[type="radio"]+label:hover {
		background-color: #F1F4F5;
		border: 2px solid var(--main);
		/* transition: transform .2s;
		transform: scale(1.2); */
	}
	.select2-dropdown.header-dropdown .select2-results__option:hover{
		background: #f2f2f2!important;
	}
}
@media all and (max-width: 1024px) {

	/* Woocommerce */
	
	.woocommerce-products-content,
	.woocommerce-single-products-content {
		padding: 3rem 0;
	}
	.woocommerce-products-header .point p {
		font-size: 0.875rem;	
	}
	.woocommerce-products-header .cat-info .tax-img {
		width: 100px;
	}
	.woocommerce-products-header .cat-info .woocommerce-products-header__title {
		font-size: 1rem;
	}

	/* - product category */
	.woocommerce-products-content .product-category .woocommerce-loop-category__title {
		font-size: 1rem !important;
	}

	/* - product archive */
	.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-products-content .type-product .woocommerce-loop-product__title {
		font-size: 1rem !important;
	}
	.woocommerce-products-content .type-product p {
		font-size: 0.85rem;
	}
	.woocommerce-cart .cross-sells ul.products li.product .price,
	.woocommerce-products-content .type-product .price {
		font-size: 1rem !important;
	}
	
}

@media all and (max-width: 1200px) {
	
	.menu-tools.desktop span{
		font-size: .6275rem;
	}
	.menu-tools .cart-btn{
		min-width: 220px;
	}
	.menu-tools .cart-btn .cart-item{
		right: 300px;
	}
	.menu-tools a:before, .delivery-type-icon:before {
		font-size: 1rem;
	}
	#ajax-cart{
		width: 355px;
		right: -355px;
	}
	.main-wrapper-outer.cart-open .main-wrapper-inner{
		width: calc( 100% - 355px );
	}
	
}

@media all and (max-width: 1100px) {
	/* Header */
	header .wrapper {
		height: unset;
		width: 100%;
	}
	header .logotype.desktop {
		display: none;
	}
	header .logotype img {
		margin: 0;
	}
	
	/* - menu tools */
	
	.menu-tools .cart-btn .cart-item{
		left: -8px;
	}
	
	
	.menu-tools.desktop {
		width: 100%;
		height: 60px;
		border-top: 1px solid #f2f2f2;
	}
	.menu-tools.desktop a{
		padding: 1rem;
		width: 33%;
	}	
	.menu-tools.desktop .cart-btn {
		font-size: 1.8rem;
		display: none;
		min-width: unset;
	}
	.menu-tools.desktop .cart-btn .cart-item {
		font-size: 0.85rem;
		display: none;
	}
	.menu-tools.desktop .login-btn {
		display: none;
	}
	.menu-tools .popup-restaurant-container{
		justify-content: flex-start;
		min-width: unset;
		width: 40%;
	}
	.menu-tools .popup-restaurant-container .restaurant-content{
		min-width: unset;
		width: 100%;
	}
	.menu-tools .cart-btn{
		min-width: unset;
	}
	
	
	#restaurant-popup .popup-restaurant-wrapper{
		flex-direction: column;
		
	}
	#restaurant-popup .popup-restaurant-container{
		width: 100%;	
	}
	#restaurant-popup .popup-restaurant-wrapper span.select2-container{
		width: 100%!important;
		margin: 10px 0;
	}
	#restaurant-popup .popup-restaurant-wrapper .browse-menu{
		font-size: 12px;
	}
	#restaurant-popup .popup-restaurant-wrapper .browse-text .icon-arrow-right:before{
		font-size: 0.7rem;
	}
	
	#restaurant-popup .popup-delivery-wrapper{
		flex-direction: column;
	}
	#restaurant-popup .popup-delivery-container{
		width: 100%;
	}
	#restaurant-popup .popup-delivery-container:nth-child(2){
		margin: 10px 0;
	}
	
	#restaurant-popup .popup-asap-container{
		width: 50%;
	}
	#restaurant-popup .delivery-daytime-select.daytime-popup{
		width: 50%!important;
	}
	
	
	#restaurant-popup .popup.btn{
		font-size: 0.8rem;
	}
	
	
	/* - mobile menu */
	.mobile-menu-wrapper {
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: space-between;
		padding: 0 1rem;
	}
	
	.menu-tools .login-btn{
		border: none;
		padding: 0;
		min-width: unset;
	}
	.menu-tools .login-btn:before{
		margin: 0;
	}
	.mobile-menu-wrapper .logotype {
		border: none;
		padding: 0;
	}
	.mobile-menu-wrapper .cart-btn {
		border: none;
		padding: 0;
		background: #fff;
	}
	
/*
	.menu-tools .delivery-btn.time{
		width: 25%;
		min-width: unset;
	}
*/
	.menu-tools .delivery-btn.style{
		width: 30%;
		min-width: unset;
	}
	
	.select2-dropdown.header-dropdown{
		margin-top: 9px;
	}
	.select2-container--open .select2-dropdown.header-dropdown.restaurant{
		left: -63px!important;
		width: 40vw!important;
		font-size: 12px;
	}
	
	
	.select2-container--open .select2-dropdown.header-dropdown.delivery{
		width: 35vw!important;
	}
	.select2-container--open .select2-dropdown.header-dropdown.time{
		width: 25vw!important;
	}
	.select2-dropdown.header-dropdown .select2-results__option .delivery-type-icon{
		font-size: 12px;
	}

	
	.select2-dropdown.header-dropdown .select2-results__option{
		border: 1px solid #f2f2f2;
		border-top: none;
		font-size: 12px;
	}
	.select2-dropdown.header-dropdown.restaurant .select2-results__option{
		border-left: none;
	}
	.select2-container--default .select2-results>.select2-results__options{
		border-bottom: 1px solid #f2f2f2;
	}
	
	.content-area,
	#content{
		padding-top: 161px;
	}
	/* Woocommerce */
	.woocommerce-products-header .back .t {
		display: none;
	}	
	.woocommerce-products-header .cat-info .tax-img {
		width: 90px;
	}
	.woocommerce-products-header .cat-info .woocommerce-products-header__title {
		font-size: 0.85rem;
	}
	#ajax-cart{
		margin-top: 120px;
		-webkit-box-shadow: -5px 2px 10px -5px #9C9C9C;
		box-shadow: -5px 2px 10px -5px #9C9C9C;
	}
	#ajax-cart .mini-cart-inner{
		padding: 40px 0 140px;
	}
}

 
@media all and (max-width: 768px) {
	
	/* Woocommerce */
	.woocommerce-products-header .point {
		padding: 0 2.5%;
	}
	.woocommerce-products-header .point .number {
		font-size: 0.8rem;
		width: 25px;
		height: 25px;
	}
	.woocommerce-products-header .point p {
		font-size: 0.75rem;	
	}

	/* - product archive */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-bottom: 1.6rem !important;
		margin-right: 3.8% !important;
	}
	.woocommerce ul.products li.product:nth-of-type(2n+2), .woocommerce-page ul.products li.product:nth-of-type(2n+2) {
		margin-right: 0 !important;
	}

	/* - single product */
	.woocommerce-single-products-content .product .information {
		width: 45%;
	}
	.woocommerce-single-products-content .product .customization {
		width: 50%;
	}
	.product .customization-wrap .cart .quantity {
		width: 100% !important;
		margin: 0 0 0.5rem 0 !important;
	}
	.product .customization-wrap .cart .quantity input {
		width: 100%;
		padding: 1rem 1.2rem;
		text-align: left !important;
	}
	.product .customization-wrap .cart button.button.alt {
		width: 100% !important;
		padding: 1.4rem 1.2rem;
	}
	.product .customization-wrap .modifier-group .modifier img {
		height: 41px;
	}
	
	/* - messages */
	.woocommerce-message, .woocommerce-info, .woocommerce-error {
		text-align: center;
	}
	.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
		float: none !important;
		display: block !important;
		border: none !important;
	}
	
	/* - cart */
	.woocommerce-cart-products {
		width: 100%;
		margin: 0 0 1rem 0;
	}
	.woocommerce-cart-buy {
		width: 100%;
	}
	.estimated-time {
		margin-top: -1rem;
		margin-left: -0.5rem;
	}
	.estimated-time .minutes {
		width: 70px;
		height: 70px;
	}
	.estimated-time .minutes .inner {
		font-size: 1.1rem;
		line-height: 1.1rem;
	}
	.estimated-time .info {
		margin: 0.25rem 0 0 0.5rem;
	}
	.woocommerce-cart .cross-sells {
		margin: 3rem 0 0;
	}
	
	/* Footer */
	.footer {
		padding: 1.2rem 0;
	} 
	.footer-menu ul li a {
		font-size: 0.8rem;
		padding: 0.5rem 0.5rem;
	}	

} 
@media all and (max-width: 650px) {
	#restaurant-popup .restaurant-modal__container {
		padding: 30px;
	}
/*
	#restaurant-popup input[type="radio"]+label:hover {
		background-color: #F1F4F5;
		border: 2px solid #F1F4F5;	
	}
*/
}

@media all and (max-width: 600px) {
	
	/* Typography */
	a {
		font-size:0.875rem;
	}
	p {
		font-size:0.875rem;
	}
	h1 {
		font-size:1.4rem;
	}
	h2 {
		font-size:1.1rem;
	}
	h3 {
		font-size:0.9rem;
	}
	h4 {
		font-size:0.8rem;
	} 	
	
	/* Header */
	header .logotype {
		max-width: 100px;
	}
	
	.menu-tools.desktop .marker-content{
		display: none;
	}
	.menu-tools.desktop span.thin.your-restaurant{
		display: none;
	}
	.menu-tools.desktop span.thin.status-text{
		padding: 0;
	}
	
	.select2-dropdown.header-dropdown{
		margin-top: 17px;
	}
	
	.select2-container--open .select2-dropdown.header-dropdown.restaurant{
		left: -14px!important;
		width: 100vw!important;
		font-size: 12px;
	}
	.main-wrapper-outer.cart-open .main-wrapper-inner{
		width: 100%;
	}
	#ajax-cart{
		width: calc( 100% - 1rem );
		right: calc( -100% - 1rem );
	}


	/* Woocommerce */
	.woocommerce-products-content,
	.woocommerce-single-products-content {
		padding: 2rem 0;
	}	
	.woocommerce-products-header .back {
		font-size: 0.65rem;
	}
	.woocommerce-products-header .back:before {
		font-size: 0.8rem;
	}	
	.woocommerce-products-header .cat-info .tax-img {
		display: none;
	}
	
	/* - product archive */
	.self-service-category-banner .select {
		display: none;
	}
	.self-service-category-banner .cats-wrap {
		width: 100%;
	}
	.self-service-category-banner .cats li a {
		font-size: 0.8rem;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-bottom: 1.2rem !important;
		margin-right: 3.6% !important;
	}
		
	/* - single product */
	.single-product .woocommerce-products-header {
		padding: 2rem 0;
	}
	.woocommerce-single-products-content .product .information {
		width: 100%;
		margin: 0 0 1rem;
	}
	.woocommerce-single-products-content .product .customization {
		width: 100%;
	}
	
	/* Footer */
	.footer .footer-cols {
		padding: 2.5rem 0;
	}
	.footer .footer-cols .col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

}


@media all and (max-width: 480px) {
	
	/* Typography */
	a {
		font-size:0.8rem;
	}
	p {
		font-size:0.8rem;
	}
	h1 {
		font-size:1.2rem;
	}
	h2 {
		font-size:1rem;
	}
	h3 {
		font-size:0.85rem;
	}
	h4 {
		font-size:0.75rem;
	} 	
	
	/* Header */
	header .logotype {
		max-width: 80px;
	}
	
	/* - menu tools */
	.menu-tools {
		top: -0.35rem;
	}
	.menu-tools a {
		margin: 0;
	}
	.menu-tools .cart-btn {
		font-size: 1.4rem;  
	}
	.menu-tools .cart-btn .cart-item {
		font-size: 0.6rem;
		height: 16px;
		width: 16px;
		line-height: 14px;
	}
	
	
	/* - mobile menu button */
	.mobile-menu-btn {
		top: 0;
	}
	.mobile-menu-btn .bar1,
	.mobile-menu-btn .bar2 {
		width: 25px;
		height: 2px;
		margin: 5px 0;
	}
	.mobile-menu-btn .l {
		font-size: 0.75rem;
		margin: 0 0 0 0.15rem;
		padding: 0;
		vertical-align: inherit;
	}
	.mobile-menu-btn.open .bar1 {
		-webkit-transform: rotate(-45deg) translate(-2px, 2px);
		transform: rotate(-45deg) translate(-2px, 2px);
	}
	
	/* - mobile menu */
	.mobile-menu {
		left: -100%;
		width: 100%;
	}
	.mobile-menu .mobile-menu-inner-wrap {
		padding: 6rem 0 6rem;
	}
	.mobile-menu .mobile-menu-list li {
		padding: 0 1rem;
	}
	.mobile-menu-wrap.open .close-menu {
		display: none !important;
	}
	.close-menu {
		width: 0%;
	}	
	
	/* Woocommerce */
	.woocommerce-products-header .cat-info .woocommerce-products-header__title {
		font-size: 0.75rem;
	}
	.woocommerce-products-content,
	.woocommerce-single-products-content {
		padding: 1.5rem 0;
	}
	.woocommerce-products-header .points {
		padding: 0;
	}
	.woocommerce-products-header .point .number {
		font-size: 0.6rem;
		width: 20px;
		height: 20px;
		padding: 0.3rem 0.15rem;
	}
	.woocommerce-products-header .point p {
		font-size: 0.65rem;
		line-height: 1.3;
	}
	.woocommerce a.button {
		font-size: 0.6rem;
		padding: 0.8rem 0.5rem;
	}
	
	/* - product category */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-bottom: 1rem !important;
	}
	.woocommerce-products-content .product-category .woocommerce-loop-category__title {
		font-size: 0.8rem !important;
		padding: 1.2rem 0.8rem !important;
	}

	
	/* - product archive */
	.self-service-category-banner .cats li a {
		font-size: 0.7rem;
	}
	.woocommerce-products-content .type-product {
		padding: 0.8rem !important;
	}
	.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-products-content .type-product .woocommerce-loop-product__title {
		font-size: 0.8rem !important;
	}
	.woocommerce-products-content .type-product p {
		font-size: 0.75rem;
	}
	.woocommerce-cart .cross-sells ul.products li.product .price,
	.woocommerce-products-content .type-product .price {
		font-size: 0.8rem !important;
	}

	/* - single product */
	.product .customization-wrap {
		padding: 1.2rem;
	}
	.product .customization-wrap .open-groups {
		margin: 0 0 1.5rem 0;
	}
	.product .customization-wrap .open-groups h5 {
		font-size: 0.7rem;
	}
	.product .customization-wrap .modifier-group .modifier label {
		padding: 0.6rem 1rem;
		font-size: 0.65rem;
	}
	.product .customization-wrap .modifier-group .modifier label:before {
		top: 0.7rem;
	}
	.product .customization-wrap .modifier-group .modifier input:checked ~ label {
		padding: 0.6rem 1rem 0.6rem 2rem;
	}
	.product .customization-wrap .modifier-group .modifier img {
		height: 35px;
	}
	.product .customization-wrap .addon-group .addon img {
		max-width: 30px;
	}
	
	.product .customization-wrap .cart .quantity input {
		height: 60px;
		font-size: 0.9rem;
	}
	.product .customization-wrap .cart .quantity .inc, .product .customization-wrap .cart .quantity .dec {
		height: 30px;
		width: 30px;
		font-size: 0.85rem;
	}
	.product .customization-wrap .cart button.button.alt {
		padding: 1rem 1.1rem;
		font-size: 0.65rem;
	}
	.product .customization-wrap .cart button.button.alt .price, .woocommerce button.button.alt.checkout-button .price, .woocommerce a.button.alt.checkout-button .price {
		font-size: 0.9rem;
	}
	
	/* - woocommerce cart */
	.woocommerce-cart-overview {
		padding: 1.2rem;
	}
	.woocommerce-cart-products .title {
		margin: 0 0 1rem 0;
	}
	
	.woocommerce-cart-buy .coupon .input-text {
		padding: 1rem 1rem 1rem 2.4rem;
		font-size: 0.7rem;
	}
	.woocommerce-cart-buy .coupon:before {
		font-size: 0.8rem;
		top: 1rem;
	}
	.woocommerce-cart-buy .coupon .button {
		font-size: 0.7rem;
		padding: 0.85rem 0.5rem;
	}
	
	.woocommerce-cart .cross-sells > h2 {
		font-size: 0.95rem;
	}

	.woocommerce button.button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce button.button.alt:disabled {
		padding: 1rem 1rem;
	}
	.product .customization-wrap .cart button.button.alt .price, .woocommerce button.button.alt.checkout-button .price, .woocommerce a.button.alt.checkout-button .price {
		float: none;
		display: block;
		margin: 0 0 0.25rem;
	}
	
	/* - checkout */
/*
	.woocommerce form.checkout_coupon,
	form.woocommerce-checkout,
	.woocommerce-order-overview,
	.woocommerce-order-details {
		padding: 1.2rem;
	}
*/
	.woocommerce ul.order_details li {
		width: 100%;
		display: block;
		border: none;
		margin: 0 0 1rem;
		padding: 0;
	}
	form.woocommerce-checkout h3 {
		font-size: 1.1rem;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
	.woocommerce-checkout-review-order .delivery-options .delivery-option label.delivery-type-eatin .delivery-type-icon {
		font-size: 2.3rem;
	}
	.woocommerce-checkout-review-order .delivery-options .delivery-option label .delivery-type-icon {
		font-size: 1.8rem;
	}
	.woocommerce-checkout-review-order .delivery-options .delivery-option label, .woocommerce-checkout-review-order .datetime-options .datetime-option label {
		font-size: 0.8rem;
	}
	.woocommerce-info .showcoupon {
		display: block;
	}
	.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last {
		width: 100%;
	}
	
	/* - messages */
	.woocommerce-message, .woocommerce-info, .woocommerce-error {
		padding: 1rem 1rem;
		font-size: 0.8rem;
	}

	/* Footer */
	.footer-menu ul li a {
		font-size: 0.7rem;
		padding: 0.25rem 0.34rem;
	}
	
}


@media all and (max-width: 380px) {
	
	/* Header */
	header .logotype img {
		max-width: 100px;
	}
	
	/* - menu tools */
	.menu-tools {
		min-width: 0px;
	}
	/* .menu-tools .cart-btn .cart-item {
		display: none;
	} */	
	
	/* - mobile menu button */
	.mobile-menu-btn .l {
		display: none;
	}
	
	/* Woocommerce */
	.woocommerce-products-header .point {
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	
	/* - product category */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-bottom: 0.8rem !important;
	}
	.woocommerce-products-content .product-category .woocommerce-loop-category__title {
		font-size: 0.7rem !important;
		padding: 0.8rem 0.8rem !important;
	}
	
	/* - product archive */
	.self-service-category-banner {
		padding: 0.8rem 0;
	}
	.self-service-category-banner .cats li a {
		padding-bottom: 2px;
	}
	.self-service-category-banner .cats li a.current {
		border-bottom: 1px solid;
	}
	.self-service-category-banner .slick-prev, .self-service-category-banner .slick-next {
		width: 15px;
		height: 15px;
	}
	.slick-prev::before, .slick-next::before {
		font-size: 15px;
	}
	
	.woocommerce-products-content .type-product {
		padding: 0.6rem 0.6rem 5rem !important;
	}
	.page-template-tpl-shop .type-product .button, .woocommerce-products-content .type-product .button {
		left: 0.6rem;
		right: 0.6rem;
		width: calc(100% - 1.2rem);
	}
	.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-products-content .type-product .woocommerce-loop-product__title {
		font-size: 0.7rem !important;
	}
	.woocommerce-products-content .type-product p {
		font-size: 0.7rem;
		line-height: 1.3;
	}
	.woocommerce-cart .cross-sells ul.products li.product .price,
	.woocommerce-products-content .type-product .price {
		font-size: 0.7rem !important;
	}

	
}