div.img_back {
	/* background-image: url('https://cdn.prod.website-files.com/673069bd3169cdbc5df16729/6731d682eab6e1028e061367_Inside%202.avif'); /* img/back_table.jpg');*/
	background-color: #EDE9E4;
	/*opacity: 0.3;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
/*	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);*/
	margin-left: -2%;
	margin-top: -2%;
	width: 105%;
	height: 105%;
	z-index: -1;
}
.header .bell {
	padding: 8px;
	-webkit-filter: drop-shadow(0px 0px 3px #00f7ff) drop-shadow(0px 0px 5px #000);
}
.header .bell:active {
	-webkit-filter: drop-shadow(0px 0px 8px #00f7ff);
}
.content .items li.busy {
	opacity: .3;
}
.content .items li .data {
	width: 100%;
}
.content .items li .descr .ingredient .off {
	height: 100%;
    line-height: 150%;
    display: inline-block;
    width: 24px;
    font-size: 16px;
    position: absolute;
    margin-left: 4px;
    top: -1px;
    right: -1px;	
}
.content .items li .descr .ingredient.active {
    text-align: center;
	background: #DBD2C9; /*#004499; /* fallback */
/*	background: -webkit-linear-gradient(#4f797B, #0B3537);
	background: -o-linear-gradient(#4f797B, #0B3537);
	background: -moz-linear-gradient(#4f797B, #0B3537);
	background: linear-gradient(#4f797B, #0B3537);*/
	border: 1px solid #0B3537;
	color: #0B3537;
}
.content .menuBtn li {
	line-height: 40px;		
	font-size: 24px;
}
.content .cats li {
	line-height: 40px;		
	font-size: 20px;	
}
.content .types li {
	line-height: 30px;
	font-size: 16px;
}
.content .menuBtn li div,
.content .cats li div {
	border: 1px solid #000;
	background-color: #DBD2C9; /* rgba(11,53,55,1); /* fallback */
/*	background: -webkit-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: -o-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: -moz-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));*/
	color: #000;
}
.content .types li div {
	border: 1.5px solid #0B3537;
	background-color: #DBD2C9; /* rgba(11,53,55,1); /* fallback */
/*	background: -webkit-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: -o-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: -moz-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));*/
	color: #0B3537;
}
.content .cats li div.sel {
	background-color: #EC5633; /* rgba(11,53,55,1); /* fallback */
/*	background: -webkit-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: -o-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: -moz-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1)); */
	color: #fff;
}
.content .types li div.sel {
	background-color: #0B3537; /* rgba(11,53,55,1); /* fallback */
/*	background: -webkit-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: -o-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: -moz-linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1));
	background: linear-gradient(rgba(11,53,55,.5), rgba(11,53,55,1)); */
	color: #fff;
}
.content .cats li.sel,
.content .types.sel {
	/*background-color: rgba(255,255,255,.5);*/
}
.content .cats li div:active,
.content .types li div:active {
	-webkit-filter: drop-shadow(0px 0px 4px #00f7ff);
}
.content .cats li div span {
	display: none;
}
.content .video_container {
	/*position: absolute;*/
	margin: 10px;
    left: 5%;
    top: calc(200px + 5%);
    /*width: calc(100% - 10%);*/
    height: calc(100% - 200px - 10%);
}
.content .logo {
	text-align: center;
}
.content .logo img {
	width: 100px;
}
.content #bbs {
	width: calc(100% - 20px);
    height: 500px !important;
    border-radius: 6px;
    margin-left: 10px;
    margin-top: 10px;
}
.content #bbs img {
	width: 100%;
	height: auto;
	border-radius: 6px;	
}
.content .video_wrap {
	height: 100%;
}
.content .video_wrap .video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 14px;
}
.content .order_list .waiter_bell {
    height: 40px;
    margin-left: 10px;
    margin-top: -10px;
}

@media only screen and (max-width: 600px) {
	.content .cats li,
	.content .types li {
		float: none;
		width: 100% !important;
	}
	.content .cats li.sel,
	.content .types.sel {
		background-color: initial;
	}	
	.content .cats li.mobileHide {
		display: none;
	}
	.content .cats li div span.mobileIcon {
		display: inline;
	}
	.content .items li .pic.zoom {
		width: 100%;
		height: 300px;
	}	
	.content .video_container,
	.content #bbs {
    	width: calc(100% - 20px);
    	height: 300px !important;
	}
	.total_price {
		font-size: 32px;
    	margin-top: 10px;
	}	
}