/*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;
}
#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;
}
.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;
}
.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:30px 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 30px 20px;
}
.list.remove li::after,
.list.add li::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,
.remove-icon,
.count-icon,
.x8,
.back-icon,
.max-icon,
.next-icon {
	height: 55px;
	width: 55px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.list.remove li::after,
.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,
.x8  {
	background-color:#6e5d52;
	color:#fff;
	font-size:25px;
	line-height: 50px;
	text-align: center;
}
.count-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: 950px;
    margin-left: -507px;
    top: 20px;
}
.fullscreen {
    width: 100%;
	height: 100%;
    top: 0px;
    left: 0px;
    margin:0;
    box-sizing: border-box;
}
.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:64px;
	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 {
	height: 434px;
	padding:25px;
}
dialog.wide .content { height: 534px; }
dialog.fullscreen .content { height: 92%; padding:5px; }
dialog .button-container .button {
	width:100%;
}
dialog .buttons-container .button {
	width:50%;
	float:left;
}
dialog .buttons-container .button3 {
	width:33.3%;
	float:left;
}

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;
}
dialog span.button.cart-right{
        width:50%;
        display:inline-block;
        float:left;
}

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


.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 {
	position: absolute;
	top: 0px;
	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;
	background-color: #F00;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	z-index: 90;
	background: rgba(0, 0, 0, 0) 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;
	background-color: #F00;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0;
	z-index: 90;
	background: rgba(0, 0, 0, 0) 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;
    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;
}

.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: 500px;
}
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: 100px;
    height: 75px;
    background: #fff url('../custom/frame/logo.png?2') no-repeat center center;
    float: left;
}
.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;
}
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;
}
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%;
    position: absolute;
    top: 0;
    left: 0;
}
#summary li {
    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;
}
#summary li:last-child {
    margin-right: 0;
}
#summary li.pizza-slice,
#summary li.pizza,
li.pizza-slice::after,
li.pizza::after,
li.drink::after,
li.pasta::after {
    content: ' ';
    background-image: url('../custom/frame/sprite.svg?20200604');
    display: inline-block;
    height: 40px;
    width: 38px;
    position: absolute;
    right: 0;
    top: 16px;
}
li.pizza-slice::after {
    background-position: 3px -112px;
}
li.pizza::after {
    background-position: 3px -178px;
}
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 {
    background: url('../custom/frame/delivery.png') no-repeat 4px 18px;
    display: inline-block;
    height: 40px;
    width: 38px;
}
footer div.right>b.delivery span {
    position: relative;
    top: 17px;
    right: -10px;
    font-size: 14px;
}
footer div.right> b.last_30min_sales {
    width:30px;
    padding-top: 15px;
}
footer div.right>b.last_30min_sales svg {
    fill:#af1e17;
}
footer div.right>b.last_30min_sales.ok svg {
    fill:#1eaf17;
}


#summary li.price { padding-left:5px;}
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,#submenu-provider {
    left: 602px;
    display: none;
    width:400px;
}
#more li.h { visibility: hidden; }

#submenu3 {
    left: 1005px;
    display: none;
    width:400px;
}
#more .next:after {float:right;}
.active .submenu, .subactive #submenu2, .subactive3 #submenu3, .subactive-provider #submenu-provider, .active-provider #submenu-provider {
    display: block;
}
.active-provider #submenu-provider {
    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 {
    padding: 15px 0 15px 0;
    border-bottom: 2px solid black;
}
div.content_change {
    font-size:20px;
    width:400px;
    margin:20px auto 0;
    float:right;
}
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;
}
.foods .x8, .extras .x8 {
    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 .remove-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.foods .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: 19%;
    min-height: 300px;
    vertical-align: top;
}
.extras figcaption {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.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 .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: 30px 0;
}
#discount-frame {
    /*height:215px;*/
    /*padding:50px 32px;*/

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 2px solid #000;
}
#discount-frame label {
    display: block;
    margin-bottom: 15px;
}
#order1 {
    background-color: #419016;
    font-size: 50px;
    color: #FFF;
    height: 100px;
    width: 100%;
    cursor:pointer;
    border-top:solid black 1px;
    border-bottom:solid black 1px;
}
#order2 {
    background-color: #419016;
    font-size: 50px;
    color: #FFF;
    height: 68px;
    width: 100%;
    cursor:pointer;
    border-bottom:solid black 1px;
    margin-bottom: 67px;
}

#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 {
    height: 160px;
    color: #000;
    font-size: 20px;
    background: #fff;
    text-align: left;
}
#order_form .list li {
    padding: 7px 20px;
}
#discount-frame .list-title {
    padding: 10px;
    height: auto;
}
#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 {
    background: #9f9;
}
#order_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_discounts #sheet_discounts { display:block; }
.sheet_workers #sheet_workers { display:block; }

.sheet_pa .button.prev, .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 {
    color:red;
    font-size:64px;
    margin-top:20px;
    line-height:64px;
}

.barcodes .right { float:right;}
.barcodes .left {float:left;}
.receipt .left {margin:64px;}
td.a {text-align:right;width:200px;}
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;}

.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; word-wrap: white-space: nowrap; }
#elszamololap_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 {     font-size: 22px;height: 60px;}
#elszamololap_items .oraszam { font-size:20px;}

#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 {
    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 { height: 40px; }


#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;}


#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 {
    margin-top:-45px;
}
.addeuro {
    width: 75px;
    height: 40px;
    margin: 0 auto;
    font-size: 44px;
    background-color: #008000;
    line-height: 36px;
    border-radius: 10px;
    text-align: center;
    float:left;
}
.removeeuro {
    width: 75px;
    height: 40px;
    margin: 0 auto;
    font-size: 44px;
    background-color: #da251c;
    line-height: 36px;
    border-radius: 10px;
    text-align: center;
    float:left;
}

.euro {
    width:90px;
    height:40px;
    margin:0 6px;
    background-repeat: no-repeat;
    background-size: contain;
    float:left;
}
#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:135px;
    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;}


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

@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;
    }
}

.counter_item {
    display:block;
    margin:5px 2px;
    border:solid gray 1px;
    border-radius:5px;
    padding:10px;
    cursor: pointer;
}

#recipe_content h3 {
    margin-top: 30px;
}
#recipe_content li {
    margin-left: 50px;
}

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

.item_scrap { background: #f88; }
.bg-warning { background: #ff8; }
.item_baking { background: #ff8; opacity:0.5; }
.item_selected { background: #8f8; }
.counter_item span {float:right;  white-space: nowrap;}

#select-swap {
    font-size: 20px;
    margin-top: 30px;
}