@font-face
{
	font-family:a;
	src:url('../css/webfonts/RobotoCondensed-Regular.ttf');
}

@font-face
{
	font-family:a;
	font-weight:700;
	src:url('../css/webfonts/RobotoCondensed-Bold.ttf');
}

body
{
	margin:0;
}

#alert
{
	background:rgba(255, 255, 255, .95);
	bottom:0;
	color:#333;
	font-family:a;
	font-size:18px;
	left:0;
	overflow:auto;
	padding:40px 200px;
	position:fixed;
	right:0;
	text-align:center;
	top:0;
	transition:opacity .5s;
	white-space:pre-line;
	z-index:100;
}

#alert input
{
	background:transparent;
	border:3px double #000;
	border-radius:50%;
	box-sizing:content-box;
	cursor:pointer;
	display:block;
	font-family:a;
	font-size:13px;
	font-weight:700;
	height:28px;
	line-height:15px;
	margin:42px auto 0;
	outline:none;
	padding:27px 0;
	text-transform:uppercase;
	transition:background .5s,color .5s;
	white-space:normal;
	width:83px;
}

#alert input:focus
{
	background:#000;
	color:#fff;
	outline:none;
}

#alert input:hover
{
	background:#000;
	border:3px double #000;
	color:#fff;
}

#alert input:active
{
	color:#bcce32;
	transform:scale(.98);
}

#frame
{
	background:#fff;
	font-family:a;
	height:720px;
	overflow:auto;
	position:relative;
	width: 100%;
}

#frame.closed>*
{
	display:none;
}

#frame.closed::before
{
	font-size: 30px;
	background:#fff;
	bottom:0;
	color:#000;
	content:'Rendelésfelvétel: H-P: 08:00-21:45, Szo-V: 11:00-21:45.';
	font-family:a;
	padding-top:20px;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	z-index:2;
}

#nojs
{
	background:#fff;
	bottom:0;
	color:#000;
	font-family:a;
	padding-top:20px;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	z-index:2;
}

nav
{
	background:#79AA15;
	color:#fff;
	display:flex;
	font-weight:700;
	line-height:38px;
	list-style-type:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

#orderMenu {
	overflow-x: auto;
}

@media only screen and (min-width:767px){
	nav {
		justify-content:space-around;
	}
}

nav div
{
	cursor:pointer;
}

nav .aktiv
{
	box-shadow:inset 0 -3px 0 #bcce32;
	color: #000000;;
}

section
{
	align-content:flex-start;
	align-items:flex-start;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	float:left;
	height:calc(100% - 55px);
	justify-content:space-between;
	overflow:auto;
	padding:8px 8px 0 0;
	width:calc(100% - 155px);
}

section.menu p
{
	margin-bottom:0;
}

section:not(.menu) article>p:hover
{
	background:#d9d9d9;
	margin-top:0;
	padding:0 8px 4px 8px;
	position:absolute;
	top:27px;
	white-space:normal;
	z-index:1;
}

section hr
{
	background:#eee;
	border:none;
	clear:both;
	height:2px;
	margin:11px 0 23px 0;
	width:100%;
}
section hr:first-child, section hr+hr
{
	display:none;
}

article
{
	background:#d9d9d9;
	margin-bottom:11px;
	overflow:hidden;
	padding-bottom:4px;
	position:relative;
	transition:background .5s;
	width:310px;
}

article:not(.open):hover>div:not(:empty)~label:first-of-type::after
{
	background:#000;
	transition:width linear 1s;
	width:100%;
}

article h1
{
	font-size:15px;
	height:23px;
	line-height:23px;
	margin:8px 0 19px 0;
	overflow:hidden;
	text-indent:8px;
	text-overflow:ellipsis;
	text-transform:uppercase;
	white-space:nowrap;
}

article>p
{
	font-size:15px;
	line-height:15px;
	margin:-23px 0 8px 0;
	overflow:hidden;
	position:relative;
	padding-left:8px;
	text-overflow:ellipsis;
	white-space:nowrap;
}

@media only screen and (max-width:767px){
	article h1
	{
		font-size:12px;
	}

	article>p
	{
		font-size:12px;
	}
}

article>div:not(:empty)~label:first-of-type::after
{
	top:46px;
	content:'';
	height:4px;
	left:0;
	position:absolute;
	width:0;
}

article img
{
	display:block;
	width:100%;
	max-width: 310px;
	max-height: 207px;
	margin: auto;
}

article input
{
	border:none;
	border-radius:50%;
	height:30px;
	line-height:30px;
	padding:0;
	text-align:center;
	width:30px;
}

article input:focus
{
	background:#000;
	color:#fff;
	outline:none;
}

article>input
{	
	clear:left;
	float:left;
	margin:4px 4px 0 4px;
}

article>label
{
	display:block;
	float:left;
	line-height:30px;
	margin:4px 0 0 0;
	width:calc(100% - 38px);
}

@media screen and (min-width: 768px) {
	article>div
	{
		background:rgba(204, 204, 204, .9);
		box-sizing:border-box;
		display:none;
		height:207px;
		overflow:auto;
		padding-bottom:4px;
		position:absolute;
		top:50px;
		width:100%;
	}
}
@media screen and (max-width: 768px) {
	article>div
	{
		background:rgba(204, 204, 204, .9);
		box-sizing:border-box;
		display:none;
		height:207px;
		overflow:auto;
		padding-bottom:4px;
		position:absolute;
		top:50px;
		width:100%;
	}
}
@media screen and (max-width: 425px) {
	article>div
	{
		background:rgba(204, 204, 204, .9);
		box-sizing:border-box;
		display:none;
		height:135px;
		overflow:auto;
		padding-bottom:4px;
		position:absolute;
		top:50px;
		width:100%;
	}
}
@media screen and (max-width: 375px) {
	article>div
	{
		background:rgba(204, 204, 204, .9);
		box-sizing:border-box;
		display:none;
		height:102px;
		overflow:auto;
		padding-bottom:4px;
		position:absolute;
		top:50px;
		width:100%;
	}
}
@media screen and (max-width: 320px) {
	article>div
	{
		background:rgba(204, 204, 204, .9);
		box-sizing:border-box;
		display:none;
		height:207px;
		overflow:auto;
		padding-bottom:4px;
		position:absolute;
		top:50px;
		width:100%;
	}
}

@media screen and (min-width: 374px) {
	article>div.p0 p
	{
		background:#bcce32;
		color:#000;
		font-size:15px;
		margin:0;
		padding:5px;
		text-align:center;
	}
}
@media screen and (max-width: 374px) {
	article>div.p0 p
	{
		background:#bcce32;
		color:#000;
		font-size:10px;
		margin:0;
		padding:5px;
		text-align:center;
	}
}

article.open>div:not(:empty)
{
	display:block;
}

article>div.f input
{
	clear:left;
	float:left;
	margin:4px 4px 0 4px;
}

article>div.f label
{
	float:left;
	line-height:15px;
	margin-top:4px;
	padding:8px 0;
	overflow:hidden;
	width:calc(100% - 42px);
	word-break:break-word;
}

article>div.p1 input[type="checkbox"]
{
	display:none;
}

article>div.p1 label
{
	display:block;
	line-height:30px;
	margin-top:4px;
}

article>div.p1 svg
{
	background:#fff;
	border:none;
	border-radius:50%;
	clear:left;
	cursor:pointer;
	float:left;
	height:30px;
	line-height:30px;
	margin:0 4px;
	padding:8px;
	text-align:center;
	width:30px;
}

article>div.p1 path
{
	display:none;
}

article>div.p1 input[type=checkbox]:checked + label path
{
	display:block;
}

article>div.p2 div
{
	float:left;
	height:30px;
	margin-top:4px;
	white-space:nowrap;
}

article>div.p2 div:first-of-type
{
	background:#bcce32;
	color:#000;
	font-size:12px;
	font-weight:700;
	margin:0;
	min-width:100%;
	padding:4px 0;
}

article>div.p2 p
{
	display:inline-block;
	height:30px;
	line-height:30px;
	margin:0;
	vertical-align:top;
	text-align:right;
	width:178px;
}

article>div.p2 input:not([type="checkbox"])
{
	background:transparent;
	border:2px solid #000;
	box-sizing:border-box;
	display:inline-block;
	font-weight:700;
	margin-left:4px;
}

article>div.p2 input[type="checkbox"]
{
	display:none;
}

article>div.p2 label
{
	display:inline-block;
	height:30px;
	line-height:30px;
}

article>div.p2 svg
{
	background:#fff;
	border:none;
	border-radius:50%;
	cursor:pointer;
	height:30px;
	line-height:30px;
	margin-left:4px;
	padding:8px;
	text-align:center;
	width:30px;
}

article>div.p2 path
{
	display:none;
}

article>div.p2 input[type=checkbox]:checked + label path
{
	display:block;
}

form
{
	background:#d9d9d9;
	overflow:hidden;
	height:calc(100% - 55px);
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	transition:width .5s;
	width:155px;
}

form header
{
	background:#ccc;
	line-height:30px;
}

form ul
{
	height:145px;
	list-style-type:none;
	margin:0;
	overflow:auto;
	padding:0;
}

form li
{
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:4px;
	position:relative;
}

/*form li:hover
{
	background:#bcce32;
	cursor:pointer;
}

form li:hover p
{
	color:transparent !important;
}

form li:hover::after
{
	background:#bcce32;
	color:#000;
	content:'Módosítás';
	position:absolute;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}*/

form li p
{
	line-height:15px;
	margin:0;
}
form li p:last-of-type
{
	color:#999;
	font-size:13px;
}

form footer
{
	background:#ccc;
	line-height:30px;
	text-align:center;
}

form>input:not([type="submit"])
{
	border:none;
	box-sizing:border-box;
	font-family:a;
	font-size:15px;
	height:30px;
	margin:7px 0 0 8px;
	padding:4px;
	width:calc(100% - 15px);
}

form textarea
{
	border:none;
	bottom:241px;
	box-sizing:border-box;
	font-family:a;
	font-size:15px;
	height:30px;
	left:0;
	margin:8px 0 0 8px;
	overflow:hidden;
	padding:4px;
	position:absolute;
	resize:none;
	transition:height .5s;
	width:calc(100% - 15px);
}

form button
{
	background:#000;
	border:none;
	bottom:220px;
	color:#ccc;
	cursor:pointer;
	font-size:15px;
	opacity:0;
	padding:0;
	position:absolute;
	right:8px;
	transition:opacity .5s;
}

form textarea:focus
{
	height:180px;
	overflow:auto;
}

form textarea:focus+button
{
	opacity:1;
}

form>input:not([type="submit"]):focus, form textarea:focus
{
	background:#000;
	color:#fff;
	outline:none;
}

form input[type="submit"]
{
	background:transparent;
	border:3px solid #000;
	cursor:pointer;
	display:block;
	font-family:a;
	font-size:15px;
	font-weight:700;
	height:40px;
	margin: 20px auto 0;
	outline:none;
	padding:0;
	text-transform:uppercase;
	transition:background .5s,color .5s;
	width:110px;
}

form input[type="submit"]:hover
{
	background:#000;
	border:3px solid #000;
	color:#bcce32;
}

form input[type="submit"]:active
{
	color:#bcce32;
	transform:scale(.98);
}

#fin
{
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	background:#000;
	bottom:0;
	color:#fff;
	display:none;
	left:0;
	opacity:0;
	padding-top:38px;
	position:absolute;
	right:0;
	top:0;
	transition:opacity .5s;
	text-align:center;
	user-select:none;
}

#fin p
{
	margin:0 0 50px 0;
}

#like
{
	background:#fff;
    border-radius:4px;
    box-shadow:0 0 5px rgba(0, 0, 0, .7);
    box-sizing:border-box;
    height:30px;
    margin:0 auto;
	overflow:hidden;
    padding-top:5px;
    transform:scale(1.6);
    transition:opacity .5s;
    width:210px;
}

#orderMenu div {
	padding: 0 10px;
}

.checkboxdiv {
	padding: 5px 10px;
	font-size: 12px;
}

.registrationdiv {
	margin-top: 40px;
}

#registrationlabel {
	display: inline-block;
}

#pointsdiv {
	font-size: 12px;
	width: 100%;
	text-align: center;
}

#points {
	display: inline-block;
}

.modifybutton {
	width: 50%;
	margin-bottom: 0;
	font-size: 12px;
}

.deletebutton {
	width: 50%;
	margin-bottom: 0;
	font-size: 12px;
}

.pointbutton, .nopointbutton {
	width: 100%;
	margin-bottom: 0;
	font-size: 12px;
	background: #79AA15;
	color: white;
}

#totalprice {
	display: inline-block;
}

#acceptdiv a {
	color:#79AA15;
}

#acceptdiv a:hover {
	color:#bcce32;
}