/*Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0;padding:0;}input,select,a img{vertical-align:middle;}
/*Reset END*/
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url(../custom/ubuntu_condensed.woff) format('woff');
}
/*
html {
	 height: 100%;
	 width: 100%;
	 overflow: hidden;
}
body {
	height: 100%;
	width: 100%;
	overflow: auto;
}
*/

html,
body {
	height:100%;
}
body {
	font-family: 'Ubuntu Condensed', sans-serif;
	background: #000 url('../custom/frame/background_texture.jpg');
	background-size: cover;
	font-size:30px;
	color:#1f1a17;
	line-height: 110%;
	text-transform: uppercase;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */

	/* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none;

	position: relative;
}
.show_temporaly td {
    background-color: #c55;
}

#container {
	position:relative;
	/*min-height: 670px;*/
	min-height: -webkit-calc(100% - 75px);
	min-height:    -moz-calc(100% - 75px);
	min-height:         calc(100% - 75px);
	/*overflow: hidden;*/
}
.green-color {
	color:#419016;
}
.green-background {
	background-color:#419016;
}
.green-background-important {
	background-color:#419016 !important;
}
.list-title {
	font-weight: 200;
	padding: 33px 20px 33px 20px;
	height: 100px;
	background-color: #419016;
	text-align: center;
	color: #FFF;
	display:block;
	width: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 5;
}
.bottom-blur::after {
	content: ' ';
	height: 66px;
	width: 110%;
	position: fixed;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	/*box-shadow: 0px -18px 15px #FFF;*/
	box-shadow: -6px -6px 25px #000;
}
.slicable_input {
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
}
.radio {
	position: relative;
}
.radio>span {
	display: block;
	height: 100%;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.radio input {
    opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	height: 100%;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
select { outline:none; }
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='number']{
	border: 2px solid #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 60px;
	font-size: 30px;
	padding: 0 20px;
	max-width: 100%;
	outline: none;
	appearance:field;
	-webkit-appearance:field;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
}

input[type='button'],
input[type='submit'] {
	display:block;
	border: none;
	text-transform: uppercase;
	font-family: 'Ubuntu Condensed', sans-serif;
	outline: none;
	appearance:button;
	-webkit-appearance:button;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
}

.list {
	list-style: none;
	overflow-y: scroll;
	max-height: 682px;
}
.list li a {
	color:#1f1a17;
	text-decoration: none;
}
.list li {
	padding:20px 20px;
	border-bottom:2px solid #000;
	position:relative;
	background-color:#fff;
}
.list li small {
    font-size: 0.75em;
}
.list li:last-child {
	border-bottom:none;
}

.list.remove li,
.list.add li {
    padding: 30px 95px 45px 20px;
}
.list.remove li::after,
.list.add li::after,
.extras-icon::after {
    content: '';
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    margin-top: -28px;
    top: 50%;
    right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.add-icon,
.plus-icon,
.remove-icon,
.count-icon,
.x8,
.back-icon,
.max-icon,
.next-icon,
.extras-icon {
    height: 55px;
    width: 55px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.red-bg {
    background-color: #DA251C !important;
    color: white;
}

.greyscale {
    filter: grayscale(100%);
}


.plus-icon{
    background: #419016 url(../custom/frame/sprite.svg?20200604) no-repeat 13px -310px;
}

.remove-icon{
    background: #DA251C url(../custom/frame/sprite.svg?20200604) no-repeat 13px -365px;
}

.list.add li::after,
.add-icon {
	background: #419016 url(../custom/frame/sprite.svg?20200604) no-repeat 13px -310px;

}

.count-icon,
.plus-icon,
.x8,
.extras-icon  {
    background-color:#6e5d52;
    color:#fff;
    font-size:25px;
    line-height: 50px;
    text-align: center;
}
.count-icon.active {
	background-color:#419016;
}

.plus-icon.active {
	background-color:#419016;
}

.back-icon {
	background: #1f1a17 url(../custom/frame/sprite.svg?20200604) no-repeat 15px 12px;
}
.next-icon {
	background: #1f1a17 url(../custom/frame/sprite.svg?20200604) no-repeat 20px -44px;
}

dialog {
	display: block;
	position: absolute;
	background-color: #fff;
	width: 550px;
	top: 10%;
	left: 50%;
	margin-left: -275px;
	z-index: 900;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.wide,.wideclose {
    width: 1250px;
    margin-left : -650px;
    top: 20px;
}
.fullscreen {
    width: 95%;
	height: 100%;
    top: 0px;
    left: 0px;
    margin:0;
}
.wide .close { display:none; }
.fullscreen .close { display:none; }
dialog .close {
	background: #fff url('../custom/frame/sprite.svg?20200604') no-repeat 13px -423px;
	height: 50px;
	width: 54px;
	position: absolute;
	top: 15px;
	right: -50px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
dialog .button-container,
dialog .buttons-container {
    border-top:2px solid #262a23;
	height:60px;
    overflow: hidden;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
dialog .content {
    overflow:hidden;
    min-height: 300px;
	height: auto;
    padding:0px;
}

dialog .content-right {
    float:right;
}

dialog.wide .content { height: 534px; }
dialog.fullscreen .content { height: 92%; padding:5px; }
dialog .button-container .button {
	width:100%;
}
dialog .buttons-container .button {
	width:45%;
}
dialog .buttons-container .button3 {
	width:33.3%;
}
dialog .buttons-container .button4 {
	width:25%;
}

dialog .buttons-container .button:nth-child(1) { border-right:1px solid #262a23; }
dialog .buttons-container .button:nth-child(2) { border-left:1px solid #262a23; }

dialog .button-container .button,
dialog .buttons-container .button {
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:64px;
	display:inline-block;
	line-height: 220%;
	text-align:center;
}
dialog .button.accept {
	background-color:#419016;
	color:#fff;
	border:0;
	/* font:30px/60px 'Ubuntu Condensed', sans-serif; */
	text-transform: uppercase;
}
dialog .button.warning {
    background-color:#DA251C;
    color:#fff;
	border:0;
}

dialog .button.readOnly {
    background-color:grey;
	border:0;
    color:#fff;
}

dialog span.button.cart-right{
        width:50%;
        display:inline-block;
}

dialog span.button.cart-left {
            width:50%;
        display:inline-block;
    border-right:2px solid black;
}

#tip_status {
    color:red;
    font-weight: bold;
}
.overlay {
	width: auto;
	height: auto;
	display: block;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	overflow: hidden;
    z-index: 899;
	background-color: #000;
	opacity: 0.8;
}

.list-frame {
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

dialog .list-frame {
	max-height: 484px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 290.5px;
}
.shadow-top::before {
	content: '';
	display: block;
	box-sizing: border-box;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	z-index: 90;
	background: url('../custom/frame/shadow_top.png') no-repeat center bottom;
	background-size: 100% 58px;
}
.shadow-bottom::after {
	content: '';
	display: block;
	box-sizing: border-box;
	height: 48px;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0;
	z-index: 90;
	background: url('../custom/frame/shadow_bottom.png') no-repeat center top;
	background-size: 100% 58px;
}
dialog .left.shadow-bottom::after,
dialog .left.shadow-top::before{
	right: 18px !important;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

dialog .right.shadow-bottom::after,
dialog .right.shadow-top::before{
	left: 18px !important;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

dialog .list {
	padding: 0 15px;
	width: 100%;
	background-color: #fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
    max-height: 484px;
	overflow-y: scroll;
}
dialog .list-frame.right { right:0; padding-left: 15px;}
dialog .list-frame.right .list{
	border-left: 2px solid #333333;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
dialog .list-frame.left { left:0; padding-right: 15px;}
dialog .list-frame.left .list{
	border-right: 2px solid #333333;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

.nofloatChild > * {
    float: none !important;
}

.list::-webkit-scrollbar {
	display:none;
}
/*
dialog .list::-webkit-scrollbar-button {
}
dialog .list::-webkit-scrollbar-track {
}
dialog .list::-webkit-scrollbar-track-piece {
}
dialog .list::-webkit-scrollbar-thumb {
}
dialog .list::-webkit-scrollbar-corner {
}
dialog .list::-webkit-resizer {
}
*/




dialog .list li:last-child {
	border:none;
}

dialog .list::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin: -14px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background: white;
	width: 28px;
	height: 28px;
}
dialog .fullwidth {
	width: 560px;
}
dialog .fullwidth .list::after,
dialog .list.fullwidth::after {
    content: "";
    width: 0;
    height: 0;
}

dialog .list-frame.left .list::after {
	right: 0px;
	border-right: 2px solid #333333;
	border-top: 2px solid #333333;
}
dialog .list-frame.right .list::after {
	left: 0px;
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
}



footer {
    height:66px;    width:100%;    position:fixed;    bottom:0;    background-color:#af1e17;
}
nav {
    color: #af1e17;
    border-top: 3px solid #000;
    width: 100%;
    height: 75px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
nav a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    height: 75px;
    background-color: #fff;

    float: left;
}
nav figure {
    width: 75px;
    height: 75px;
    background: #fff url('../custom/frame/logo.png') no-repeat center center;
    /*background-size: cover;*/
    float: left;
    margin:0 10px;
}
nav.langosh figure {
    background: #fff url('../custom/frame/logo.langosh.png') no-repeat center center !important;
}

body.bakery nav figure {
    background-image: url('/custom/frame/bakery-logo_login.png');
    background-size: contain;
}
.shop_name {
    display: block;
    position: absolute;
    margin-top: -40px;
    left: 20px;
    color: #FFF;
    font-size: 20px;
}
.shop_name_black {
    display: block;
    position: absolute;
    margin-top: -30px;
    left: 20px;
    color: black;
    font-size: 20px;
}
footer .content-for-left {
    position: absolute;
    z-index: 1000;
}
footer .content-for-flex {
    padding: 0 276px;
    position: relative;
}
footer .right {
    position: absolute;
    top: 0;
    right: 0;
}
footer .left {
    /*float: left;*/

    width: 100%;
    box-sizing: border-box;
    position: relative;
    /*max-width: 1000px;*/
}
#more {
    float: left;
    margin: 0;
    position: relative;
    z-index: 300;
}
nav .button {
    background-color: #DA251C;
    color: #FFF;
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    height: 75px;
    padding: 0 26px 0 26px;
    line-height: 75px;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 2px;
    float: right;
}
nav .next::after,
nav .prev::before {
    content: ' ';
    background-image: url('../custom/frame/sprite.svg?20200604?20200604');
    display: inline-block;
    height: 23px;
    width: 25px;
    margin-top: 25px;
    margin-right: 10px;
}
nav .next::after {
    background-position: 6px -58px;
}
nav .prev::before {
    background-position: -1px -4px;
}
ul#summary {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: flex;
}
#quick_payment_bar {
    margin-left: 1000px;
    position: absolute;
    height: 75px;
    top: 0;
    width: 10000px;
}
#summary li {
    font-size: 28px;
    margin-right: 5px;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 75px;
    /*vertical-align: top;*/

    line-height: 55px;
    position: relative;
    display: flex;
    align-items: center;
    border-right: 1px solid #DA251C;
    width:70px;
}
#summary li:last-child {
    margin-right: 0;
    border-right-color: transparent;
}


#summary li.pizza-slice,
#summary li.pizza,
#summary li.discount,
#summary li.drink,
#summary li.pizzaextra,
#summary li.sweets,
#summary li.salad,
#summary li.pasta,
#summary li.a,
#summary li.b,
#summary li.c,
#summary li.d,
#summary li.e  {
    padding: 10px 10px 10px 10px;
}

li.pasta::after {
    content: ' ';
    background-image: url('../custom/frame/sprite.svg?20200604');
    display: inline-block;
}
#summary li::after {
    height: 60px;
    width: 42px;
}
#summary li.pizza::after {
    content: '';
    background: url(../custom/frame/pizza.png) no-repeat 2px 13px;
    display: inline-block;
    background-size: 100%;
}
li.drink span {
    position: relative;
    top: 27px;
    right: 70px;
    font-size: 14px;
    display: inherit;
}
li.drink span div {
    margin-left: 10px;
    margin-right: 10px;
}
li.pasta::after {
    background-position: 3px -590px;
}
li.discount::after {
    content: ' ';
    background: url('../custom/frame/discount.png') no-repeat 4px 6px;
    display: inline-block;
}
span.discount::after {
    content: ' ';
    background: url('../custom/frame/discount.png') no-repeat 4px 6px;
    display: inline-block;
    width: 55px;
    height: 55px;
}

.cat_icon {
    width: 50px;
}
.cat_icon#pc {
    margin-left: -12px;
}

footer div.right>b {
    float: left;
    font-size: 28px;
    margin-right: 20px;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 75px;
    /*vertical-align: top;*/

    line-height: 55px;
    position: relative;
}

footer div.right>b.delivery {
    display: inline-block;
    width: 38px;
    top: -4px;
    margin-right: 30px;
}
footer div.right>b.delivery span {
    position: relative;
    font-size: 20px;
    margin-left: 4px;
    height: 30px;
    float: left;
    top: -11px;
}
span.tk_percent {
    left: -5px;
    top: 35px;
    position: absolute;
    font-size: 20px;
}

footer div.right> b.last_30min_sales {
    width:30px;
    padding-top: 15px;
    top: -10px;
}
footer p.last_sales_popup {
    font-size: 60px;
    color: red;
    position: fixed;
    right: 80px;
    bottom: 150px;
}
footer div.right>b.last_30min_sales svg {
    fill:#af1e17;
}
footer div.right>b.last_30min_sales.ok svg {
    fill:#1eaf17;
}

.extra_option figcaption{
    color: black !important;
    margin: 10px 25px 10px 00px;
}
.extra_option .circle{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.extra_options_list {
    max-height: 400px;
    overflow: auto;
}
.extra_option_product {
    display: inline-flex;
    margin: 10px 0px 10px 0px;
}
.transparent_dialog {
    background-color: rgba(255, 255, 255, 0.8);
}
#summary li.price {
    padding-left:10px;
    width: auto !important;
    color : #af1e17;
}

footer dialog,
footer .overlay {
    display: none;
}
.submenu {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 75px;
    padding: 0;
    width: 600px;
    display: none;
    z-index: 100;
}
#submenu2{
    left: 602px;
    display: none;
    width:400px;
}
#submenu-provider {
    left: 602px;
    display: none;
    width:400px;
    bottom: 75px;
}
#submenu-diary {
    left: 602px;
    display: none;
    width:400px;
    bottom: 75px;
    /*top: 0;
    margin-top: -624px;*/
}
#submenu-documents {
    left: 602px;
    display: none;
    width:400px;
    bottom: 75px;
    /*top: 0;
    margin-top: -234px;*/
}
#more li.h { visibility: hidden; }

.active .submenu, .subactive #submenu2, .subactive-diary, .subactive-documents {
    display: block;
}
#submenu3 {
    left: 1005px;
    display: none;
    width:400px;
}

#submenu4 {
    left: 1005px;
    display: none;
    width:400px;
}

#submenu5 {
    left: 1005px;
    display: none;
    width:400px;
}

#submenu6 {
    left: 1005px;
    display: none;
    width:400px;
}

#more .next:after {float:right;}
.active .submenu, .subactive #submenu2, .subactive3 #submenu3, .subactive4 #submenu4,.subactive5 #submenu5,.subactive6 #submenu6, .subactive-provider #submenu-provider, .active-provider #submenu-provider, .subactive-diary #submenu-diary, .subactive-documents #submenu-documents {
    display: block;
}
.active-provider #submenu-provider #submenu-diary{
    left:0;
}
.active-provider #submenu-provider #submenu-documents{
    left:0;
}
#more.active-provider .pm { visibility:visible}
#more.active-provider .npm { display:none;}


.submenu li {
    border-bottom: 3px solid #000;
}
.submenu li a {
    color: #fff;
    text-decoration: none;
    background-color: #DA251C;
    padding: 0;
    display: block;
    float: none;
    text-align:center;
}
/*pizza slice*/

footer dialog {}footer dialog .list li {
    padding-right: 100px;
}
footer dialog .list li span {
    position: absolute;
    right: 0;
    margin-top: -16px;
    top: 50%;
}
footer dialog .list li span.count {
    margin: 0 10px 0 0;
    position: static;
}
/*SRC:product_pizza.style.css*/

div.change_list {
    margin-top: 0px;
    padding: 15px 10px 15px 10px;
    border-top: 1px solid black;
}
div.content_change {
    font-size:20px;
    width:390px;
    margin-bottom: 20px;
}
span.right {
    float: right;
}
.square {
    text-align: center;
    width: 100px;
    height: 185px;
    margin-left: 5px;
    color: white;
}
.add_special {
    width: 75px;
    height: 60px;
    margin: 0 auto;
    font-size: 44px;
    background-color: #008000;
    line-height: 55px;
    border-radius: 10px;
    display: block;
    /*width: 100px;        position: relative;    */
}
.count_special {
    position: relative;
    width: 100px;
    height: 80px;
    display: block;
    line-height: 75px;
}
.remove_special {
    width: 75px;
    height: 60px;
    margin: 0 auto;
    font-size: 44px;
    background-color: #da251c;
    line-height: 55px;
    border-radius: 10px;
    display: block;
    /*width: 100px;    position: relative;*/
}
#cup-top {
    height: 70px;
    width: 100%;
    bottom: 240px;
    position: absolute;
    z-index: 1;
}
#cup-5 {
    height: 70px;
    width: 100%;
    bottom: 170px;
    position: absolute;
    z-index: 1;
}
#cup-3 {
    height: 70px;
    width: 100%;
    bottom: 100px;
    position: absolute;
    z-index: 1;
}
#cup-2 {
    height: 100px;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.swipe {
    padding-top: 30px;
    float: left;
    height: 850px;
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {}.pagination {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    height: 60px;
    width: 60px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 30px;
    padding: 0 5px;
}
.swiper-active-switch {
    background-color: #419016;
}
.foods {
    float: left;
}
.foods figure {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 16%;
    min-height: 250px;
    vertical-align: top;
}
.foods figcaption {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.foods figcaption.special_figcaption {
    color: #fff;
    margin-top: 30px;
    font-size: 20px;
    line-height: 20px;
    word-wrap: break-word;
}
.foods figure img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 90px;
}
.foods .circle {
    height: 185px;
    width: 185px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 65px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 65px 8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 65px 8px rgba(0, 0, 0, 0.75);
}
.foods .circle.table > a > span {
    display: block;
    width: 100%;
    height: 100%;
}
.foods .circle.table > a > span {
    background: url(../custom/frame/table_new.svg) center center no-repeat;
}
.foods .circle.table.worker > a > span {
    background: url(../custom/frame/worker.svg) center 10px no-repeat;
}
.foods .circle.table.gift > a > span {
    background: url(../custom/frame/gift.svg) center 67px no-repeat;
}
.foods .circle.table.bin > a > span {
    background: url(../custom/frame/bin.svg) center 67px no-repeat;
}
.foods .circle.table > a > span > span {
    color: #DA251C;
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 32px;
    font-size: 36px;
}
.foods .circle.table > a {
    text-decoration: none;
}
.x8:not(.extra_option){
    position: absolute;
    top: 0;
    left: 0;
}
.foods .max-icon {
    position: absolute;
    top: 0;
    left: 0;
    background: #419016;
	font-size:20px;
	line-height: 55px;
	text-align: center;
	text-transform: lowercase;

}
.add-icon {
    position: absolute;
    /*bottom:0;left:0;*/

    left: 50%;
    top: 50%;
    width: 128px;
    height: 128px;
    margin-left: -64px;
    margin-top: -66px;
    background: transparent /*url('../custom/frame/plus.svg') center center no-repeat*/;
}
.add-icon-layer {
    position: absolute;
    /*bottom:0;    left:0;*/

    left: 50%;
    top: 50%;
    width: 128px;
    height: 128px;
    margin-left: -64px;
    margin-top: -64px;
    /*background-color: #000;
    opacity: 0.3;*/
    display: block;
    border-radius: 200px;
}
.foods .plus-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.foods .remove-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.extras-icon {
    position: absolute;
    bottom: 0;
}
.foods .count-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.drinks {
    float: left;
}
.drinks figure {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 16%;
    min-height: 250px;
    vertical-align: top;
}
.drinks figcaption {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.drinks figure img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 90px;
}
.drinks .circle {
    height: 185px;
    width: 185px;
    padding: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
/*.drinks .circle .add-icon {    width: 145px;    height: 145px;    margin-left: -72px;    margin-top: -72px;}.drinks .circle .add-icon-layer{    width: 145px;    height: 145px;    margin-left: -72px;    margin-top: -72px;}*/

.drinks .circle .plus-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.drinks .circle .remove-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.drinks .circle .count-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.extras {
    float: left;
}
.extras figure {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 16%;
    min-height: 250px;
    vertical-align: top;
}
.extras figcaption {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.extras figure img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 90px;
}
.extras .circle {
    height: 185px;
    width: 185px;
    padding: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
/*.extras .circle .add-icon {    width: 145px;    height: 145px;    margin-left: -72px;    margin-top: -72px;}.extras .circle .add-icon-layer{    width: 145px;    height: 145px;    margin-left: -72px;    margin-top: -72px;}*/

.extras .circle .plus-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.extras .circle .remove-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.extras .circle .count-icon {
    position: absolute;
    top: 0;
    right: 0;
}


.foods .table .price {
    position: absolute;
    bottom: -82px;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    text-align: center;
}
.foods .table .price strong {
    color: #419016;
    font-size: 16px;
}
.foods .table .pay {
    padding: 0 15px;
    background: #419016;
    border-radius: 30px;
    line-height: 55px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 20px;
}
.foods .pizza input[type=text] {
    width: 100%;
    border: 0;
    text-align: center;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
}
.spec-wrapper {
    /*width: 25%;*/

    width: 9%;
    float: left;
    padding-top: 30px;
}
.spec-wrapper .foods,
.spec-wrapper .foods figure {
    width: 100%;
}




body.sheet_paying {
    background: #fff;
}
.list.remove li span {
    float: right;
}
#final {
    padding-right: 410px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.list-title {
    padding: 33px 410px 33px 0;
}
#final aside {
    width: 410px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #caa675;
    border-left: 2px solid #000;
    z-index: 10;
	height: -webkit-calc(100% - 75px);
	height:    -moz-calc(100% - 75px);
	height:         calc(100% - 75px);
}
#final aside {
    color: #fff;
    text-align: center;
}
#worker-order {
    display: block;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    /*font-size: 35px;*/

    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #FFF;
    /*height: 135px;*/

    height: 100px;
    width: 100%;
    outline: none;
    border-bottom: 2px solid #000;
    text-decoration: none;
    /*line-height: 140px;*/

    line-height: 50px;
    padding: 5px 0;
}


#discount-frame {
    height : 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 2px solid #000;
}

#discount-frame .list-title {
    padding: 15px;
    height: auto;
}

#eurocb {
    float : top;
    width : 100%;
    height : 48px;
    padding : 10px 5px 5px 30px;
    background: #fff;
    font-size: 48px;
    color: #000;
    text-align: left;
    border-top : solid black 2px;
}

#order-buttons {
    position : absolute;
     bottom : 0px;
    height : auto;
    width : 100%;
}

#order1 {
    float : top;
    background-color: #419016;
    font-size: 50px;
    color: #FFF;
    height: 70px;
    width: 100%;
    cursor:pointer;
    border-top:solid black 1px;
    border-bottom:solid black 1px;
    margin-bottom: 10px;
}
#order2 {
    float : top;
    background-color: #419016;
    font-size: 50px;
    color: #FFF;
    height: 70px;
    width: 100%;
    cursor:pointer;
    border-bottom:solid black 1px;
    margin-bottom: 10px;
}

.noClick {
    pointer-events: none;
 }
#price {
    text-align: right;
    padding: 30px 20px 30px 20px;
}
#price::after {
    display: none;
}
#price>span {
    float: none;
}
#no_product {
    padding: 30px 95px 30px 20px;
}
#final .list {
    height: 543px;
}
#final .shadow-top::before,
#final .shadow-bottom::after {
    border-right: 2px solid #000;
}

#order_form .list,
#external_provider_form .list {
    height : auto;
    min-height: 400%;
    color: #000;
    font-size: 20px;
    background: #fff;
    text-align: left;
}
#order_form .list li,
#external_provider_form .list li {
    padding: 7px 20px;
}

#container .list-title a {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 433px;
    background: #DA251C url(../custom/frame/sprite.svg?20200604) no-repeat 13px -365px;
    text-indent: -9999px;
}
#order_form .list li.active,
#external_provider_form .list li.active{
    background: #9f9;
}
#order_form .list li.active:after,
#external_provider_form .list li.active:after {
    content: "";
    background: url('../custom/frame/sprite.svg?20200604') no-repeat scroll 5px -373px #DA251C;
    height: 38px;
    width: 38px;
    display: block;
    position: absolute;
    margin-top: -19px;
    top: 50%;
    right: 20px;
    border-radius: 50%;
}

.external_provider #order_form, #external_provider_form {display:none;}
.external_provider #external_provider_form {display:block;}
#order3 {
    position: absolute;
    bottom:0;
    background-color: #419016;
    font-size: 50px;
    color: #FFF;
    height: 200px;
    width: 100%;
    cursor:pointer;
    border-top:solid black 1px;
    border-bottom:solid black 1px;

}

.sheet { display:none; }
.sheet_pa #sheet_pa { display:block; }
.sheet_pb #sheet_pb { display:block; }
.sheet_pc #sheet_pc { display:block; }
.sheet_pd #sheet_pd { display:block; }
.sheet_pe #sheet_pe { display:block; }
.sheet_a #sheet_a { display:block; }
.sheet_b #sheet_b { display:block; }
.sheet_c #sheet_c { display:block; }
.sheet_d #sheet_d { display:block; }
.sheet_e #sheet_e { display:block; }
.sheet_paying #sheet_paying { display:block; }
.sheet_tables #sheet_tables { display:block; }
.sheet_workers #sheet_workers { display:block; }
.sheet_invoice #sheet_invoice { display:block; }

.sheet_paying .button.next,.sheet_tables .button.next,.sheet_workers .button.next { display:none; }

/*.empty_cart #order_submit,.empty_cart #order_cancellation_confirm {display:none;}
.empty_cart #order_submit2,.empty_cart #order_cancellation_confirm2 {display:none;}
*/
.waiting_for_saving #logout {display:none;}

.clickable {
    cursor:pointer;
}

.empty_cart.sheet_tables .button.next { display:none; } /* ha nincs termek, akkor a masodik fulon nem lehet tovabb menni */

#sheet_workers .foods {
    width:100%;
}

#sheet_workers figure {
    width:97px;
    min-height: 174px;
}

#sheet_workers p {
    color: #fff;
    font-size: 21px;
    text-align: center;
}

#sheet_workers .foods .circle {
    width:92px;
    height:92px;
    border-radius:97px;
}
#sheet_workers .foods figcaption {
    margin-top: 15px;
    font-size: 21px;
    line-height: 21px;
}

#sheet_workers .swipe {
    height:620px;
}
#barcode7,#barcode8 {margin:0 10px;}
h1.sum {
    float:left;
    color:red;
    font-size:60px;
    margin-top:20px;
    margin-left:150px;
    line-height:60px;
    text-align:center;
}

.barcodes .right { float:right;}
.barcodes .left {float:left;}
.receipt .left {margin:30px;}


#paymentSummary_left {
    height:auto;
    float : left;
    width : 68%;
}

#paymentSummary_right {
    height:auto;
    float : right;
    width : 31%;
}

.payment_method {
    padding: 10 10 10 10;
    margin: 10px 0 200px 0;
}

td.a {text-align:right;width:170px;padding:3px;font-size:40px;}
th.a {text-align:right;width:170px;padding:3px;font-size:40px;border-bottom:solid 2px black}
td.b {text-align:left; font-size:32px;}
tr.o td { border-top:solid 1px black;}
.barcodes { font-size:48px; line-height:46px; }

.s {
    font-size:22px;
    margin:0 3px;
    cursor:pointer;
}
.button {
    cursor:pointer;
}

.send {
    width: 100px;
    height: 45px;
    margin: 0 auto;
    font-size: 44px;
    background-color: #008000;
    line-height: 40px;
    border-radius: 10px;
    display: block;
    margin:10px 10px;
    color:white;
    font-size:20px;
    text-align:center;
    text-decoration:none;
    /*width: 100px;        position: relative;    */
}

#internalorder_content{
	height:95%;
	overflow:auto;
}

#internalorder_content td {
    font-size:80%;
}

#ingredients.submitted .e, #ingredients.delivered .e, #ingredients.partial .e {display:none;}

#transport_items input {text-align:right;}
#transport_items.delivered .e, #transport_items.partial .e {display:none;}
#transport_items.delivered input, #transport_items.partial input { border:none; }

#inventory_content {height:90%; overflow:auto;}
#inventory_content td { font-size:24px;}
#inventory_content input {text-align:right;}
#inventory_content .approved .e {display:none;}
#inventory_content .approved input { border:none; background-color:transparent; }
#inventory_content tr.even { background-color:#dedede;}
#inventory_content .warn1 { background-color:#f00;}
#inventory_content tr.warn2 { background-color:rgb(255, 125, 125);}

.numpad {
    height: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #6e5d52;
    color: #fff;
    font-size: 25px;
    line-height: 58px;
    text-align: center;
    margin-right: 35px;
    margin-bottom: 20px;
    vertical-align: top;
}

.numpad.delete {
    background: #6e5d52 url(/custom/frame/sprite.svg?20200604) no-repeat 14px -477px;
}

.numpad.backspace {
    background: #6e5d52 url(/custom/frame/sprite.svg?20200604) no-repeat 10px -531px;
}

#elszamololap_items td {padding:4px; white-space: nowrap; }
#elszamololap_items input, #furnace_burning_log_items input {width:5em; text-align:right;}
#elszamololap_items tfoot .template { display:none;}
#elszamololap_items td .remove-icon,#elszamololap_items td .add-icon {    position: relative;top: 19px;}
#elszamololap_items select,#furnace_burning_log_items select {     font-size: 22px;height: 60px;}
#elszamololap_items .oraszam { font-size:20px;}

#elszamololap_items .ro { background-color:silver; }
#elszamololap_items .inform {border:solid 3px black;  width:auto; margin:50px ;padding: 35px;text-align:center; }

#elszamololap_items .sevenchar {width  :176px}

#elszamololap_items .add {
    width: 75px;
    height: 50px;
    margin: 0 auto;
    background-color: #008000;
    line-height: 55px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 21px;
}
#elszamololap_items .remove,  #furnace_burning_log_items .remove {
    width: 75px;
    height: 50px;
    margin: 0 auto;
    background-color: #da251c;
    line-height: 55px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 21px;
}

#elszamololap_closed table.table td { padding:8px 16px;}
#elszamololap_closed table.table {border:solid #dedede 1px;}
#elszamololap_closed table.table tfoot tr { border-top:solid #dedede 1px; background: #ededed; }

#elszamololap_items .chk, #furnace_burning_log_items .chk { height: 40px; }

#scrapextra_content {
    width:100%;
    height:92%;
    overflow-y:scroll;
}

#scrap_extras table.table td {
    padding-right:25px;
    padding-top:5px;
    margin-right : 10px !important;
    border : solid 1 px ;
}

#scrap_extras tbody {
    height : 100%;
    overflow-y : scroll;
}

table .scrapextra_input_narrow {
    width:150px;
}

table .scrapextra_input_wide {
    width:200px;
}

table .scrapextra_disabled {
    border: 0;
}

table .scrapextra_select {
    width:90px;
    font-size: 38px;

}



#ticket_items select {     font-size: 22px;height: 60px;}
#ticket_items textarea {     font-size: 22px;}
#ticket_content a.full {display:block; text-decoration:none; font-weight:normal; color:black;}

#refrigerator_items select {     font-size: 22px;height: 60px;}

#today_log table td { padding:8px 16px; }
#today_log tr.even { background-color:#dedede;}

.hide_footer footer {display:none;}




#sheet_invoice td b {color:red;}
#sheet_invoice td {padding:20px;}

form.cashregister div { float:left;width:500px;margin:4px;}
form.cashregister input { width:6em; text-align:right;}

.loginEQs {width:162px  !important ; margin:0px; padding:0px; }

#invoice_search tr { background-color: rgba(255, 255, 255, 0.2);}




#messages_content .message_row { overflow:hidden; padding:10px 3px; border-bottom:solid 1px #888;}
#messages_content .message_row b { display:inline-block; background:#008000;border-radius: 10px; padding:5px;color:#fff;}
#messages_content .message_row a { width:9999px;text-decoration:none; color:#000; display:block;}
#messages_content .unreded { font-weight:bold; }

#notify svg { animation: bounce 0.82s cubic-bezier(.36,.07,.19,.97) infinite;}

#reminder svg { animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite; }

@keyframes shake {
  10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
  40%, 60% { transform: translate3d(4px, 0, 0); }
}

@keyframes bounce {
  from,20%,53%,80%, to {transform: translate3d(0, 0, 0);}
  40%,
  43% { transform: translate3d(0, -15px, 0); }
  70% { transform: translate3d(0, -7px, 0); }
  90% { transform: translate3d(0, -2px, 0);  }
}
.euroback {
    float: top;
    margin-top:45px;
}
.addeuro {
    width: 70px;
    height: 40px;
    margin: 0 auto;
    font-size: 44px;
    background-color: #008000;
    line-height: 36px;
    border-radius: 10px;
    text-align: center;
    float:left;
}
.removeeuro {
    width: 70px;
    height: 40px;
    margin: 0 auto;
    font-size: 44px;
    background-color: #da251c;
    line-height: 36px;
    border-radius: 10px;
    text-align: center;
    float:left;
}

.euro {
    width:75px;
    height:40px;
    margin:0 6px;
    background-repeat: no-repeat;
    background-size: contain;
    float:left;
}
#euro1 {  background-image:url('../images/euro1.jpg'); }
#euro2 {  background-image:url('../images/euro2.jpg'); }
#euro5 {  background-image:url('../images/euro5.png'); }
#euro10 { background-image:url('../images/euro10.png'); }
#euro20 { background-image:url('../images/euro20.png'); }
#euro50 { background-image:url('../images/euro50.png'); }

.eurocount {
    float:left;
    width:134px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 25px;
}
.eurosum { font-size:25px;margin-top:5px;}
.eurosum2,.eurosum3 { font-size:30px;margin-top:0px; color:red; text-align:center;}

#fiscat_cimlet .addeuro, #fiscat_cimlet .removeeuro {
    width: 90px;
    height: 55px;
    line-height: 53px;
}
#fiscat_cimlet .euro {
    width:110px;
    height:55px;
}
#fiscat_cimlet div.content_change {
    width:550px;
}
#fiscat_cimlet .eurocount {
    width:160px;
    font-size: 30px;
    line-height: 53px;
}
#fiscat_cimlet .change_list {
    font-size: 40px;
}

div.change_list2 {
    padding: 10px 0px;
    border-bottom: 1px solid black;
}

.footer-mixed-cart-input {
    max-width: 100px !important;
}

.footer-mixed-cart-div {
    float:left;
    margin-right:15px;
    margin-bottom: 5px;
}



.plus-icon {
    float: right;
    margin-right: 10px;
}

.remove-icon {
    float: right;
    margin-right: 10px;
}

.list {
    height : auto;
    padding : 0 0 0 0;
}

.product-line {
    display : inline-block;
    height:auto;
    width : 98%;
}

.product-line-div-left {
    display : inline-block;
    height:auto;
    margin-right:  5px;
}

.product-line-div-right {
    float:right;
    height:auto;
    margin-right:  1%;
    color : #af1e17;
}

.gross {
    min-width : 100px;
    text-align: right;
}

.payable {
    min-width : 100px;
    text-align: right;
    color : #da251c;
}

.dlist {
    min-width : 270px;
}

.pname {
    min-width : 400px;
}



.discount-list li {
	display:block;
    list-style: none;
    text-decoration: none;
    color:#0000ff;
    font-size: 0.75em;
    padding : 0 0 0 0 ;
    margin: 0 0 0 0;
    text-decoration: none;
    border: none;
}

@media (max-height: 1040px) {
    section figure {
        min-height: 31%;
/*        background:green;*/
    }
    section figcaption {
        margin-top: 30px;
        font-size: 30px;
    }
    section .circle {
        height: 180px;
        width: 180px;
    }
}

@media (max-height: 900px) {
    .swipe section figure {
        min-height: 25%;
/*        background:blue;*/
    }
    .swipe section figcaption {
        margin-top: 20px;
        font-size: 26px;
    }
    .swipe section .circle {
        height: 150px;
        width: 150px;
    }
}

@media (max-height: 800px) {
    .swipe section figure {
        min-height: 180px;
/*        background:red;*/
    }
    .swipe section figcaption {
        margin-top: 10px;
        font-size: 22px;
    }
    .swipe section .circle {
        height: 130px;
        width: 130px;
    }
}

.paying_title {
    float: left;
    padding: 10px;
    margin-right: 270px;
}
.small-input {
    max-width: 220px !important;
}
.lowercase {
    text-transform: lowercase;
}

.type_switch {
    margin: 40px;
}

.circle-wrap {
    width: 40px;
    height: 40px;
    background: #fefcff;
    border-radius: 50%;
    border: 1px solid #cdcbd0;
    float:left;
    margin: 18px 10px 10px 0px;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
}

.mask .fill {
    clip: rect(0px, 20px, 40px, 0px);
}

.bronze-bg {
    background-color: #cc6633;
}

.silver-bg {
    background-color: #C0C0C0;
}

.gold-bg {
    background-color: #ffd700;
}

.circle-wrap .circle .mask {
    clip: rect(0px, 40px, 40px, 20px);
}

.mask.full,
.circle .fill {
    animation: fill ease-in-out 3s;
    transform: rotate(0deg);
}

@keyframes fill{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.circle-wrap .inside-circle {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #d2eaf1;
    line-height: 120px;
    text-align: center;
    margin-top: 14px;
    margin-left: 14px;
    color: #1e51dc;
    position: absolute;
    z-index: 100;
    font-weight: 700;
    font-size: 2em;
  }

.menu-list {
    float:left;
    width : 310px;
    margin-top : 10px;
}

.menu-list-right {
    float:right;
    margin-top : 10px;
}

p.menu-title {
    display: inline-block;
    width: 235px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.circle.has-discount.active-discount {
    background-color: green !important;
}
.circle.has-discount.bought-discount {
    background-color: blue !important;
}
.circle.has-discount.nomore-discount {
    background-color: blue !important;
}
.discountItemList {
    margin: 0 0 0 0;
    padding: 0;
    min-height : 200px;
    list-style: none;
    overflow-y: auto;
}

#knowledge_base_header {
    height: 33px;
}

#knowledge_base_content {
    height: calc(100% - 33px);
}

#baking_plan_content {
    height: 90%;
    overflow-y: auto;
}

.dateSelector {
    font-size: 20px;
    min-height: 60px;
    border: 2px solid;
    margin-bottom: 10px;
}

/* less sensitive scroll for the swipe body  */
.sheet .swipe.less-sensitive-scroll {
    height:79vh;
    overflow-y:auto;
}