/* Site Presets */
html, body {
	scroll-behavior:smooth;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:20px;
}
a {
	text-decoration:none;
	transition: all ease-in-out 250ms;
}
a:hover {
	color:inherit;
}
h1,
.h1 {
	font-size:70px;
	font-weight:700;
}
h2,
.h2 {
	font-size:24px;
	font-weight:600;
}
h3,
.h3 {
	font-size:20px;
	font-weight:400;
}
h4,
.h4 {
	font-size:22px;
	font-weight:700;
}
.net22-image {
	width:45px;
	display: inline;
}
.container {
	width:1100px;
	margin-inline:auto;
}
.menu__item-single__title,
.menu__item-single__price {
	color:var(--color_2);
}
.menu-block__title {
	color:var(--color_1);
}
.menu__item-single__text {
	color: var(--color_3);
}
.menu__item-single__text p:not(:last-child) {
	margin-bottom:10px;
}
#language-loading {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
	background-color:#fff;
}
#language-loading .icon {
	width: 100%;
	margin: auto;
	height: 100%;
}
#language-loading .icon {
	height:100%;
	width:200px;
	align-items:center;
	justify-content:center;
}
#language-loading .icon svg {
	width:150px;
	height:150px;
}
#language-loading .icon svg circle {
	fill:var(--color_1);
}
.block-english {
	display:none;
}
#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	border: 1px solid var(--color_1);
	border-radius: 50%;
	min-width: 50px;
	min-height: 50px;
	max-width: 50px;
	max-height: 50px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color:var(--color_1);
}
#back-to-top svg {
	height:100%;
	width:100%;
}
#back-to-top svg path {
	fill:#fff;
	transition:all ease-in-out 250ms;
}
#back-to-top:not(.visible) {
	transform: translateY(calc(100% + 20px));
}
#back-to-top:hover {
	background-color:#fff;
}
#back-to-top:hover svg path {
	fill:var(--color_1);
}
/* Telos Site Presets */

/* Intro */
#intro {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width:100%;
	row-gap: 40px;
	padding-block:40px 80px;
	background-color:#fff;
	z-index:16;
}
.hero__lang-select svg {
	height:100%;
	width:100%;
	transition:all ease-in-out 150ms;
}
.hero__lang-select {
	height:80px;
	width:80px;
}
.hero__lang-select:hover svg {
	transform:scale(1.1);
	opacity:.8;
}
.hero__lang-select.active {
	pointer-events:none;
}
#hero-flags {
	column-gap: 40px;
	margin-bottom:40px;
}
.logo-wrapper {
	margin:0 auto 40px;
	width:400px;
	height:225px;
}
/* End Intro */

/* Catalogue */
.hero-wrapper {
	padding-block: 40px;
}
.hero-wrapper .logo-wrapper {
	margin-bottom:0;
}
.menu-wrapper {
	padding: 30px 22px;
	margin: auto;
	position: sticky;
	top: 0;
	z-index:10;
	min-height:80px;
}
.menu-wrapper::before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100vw;
	height:100%;
	background-color:#fff;
}
.categories-single.active .text {
	color:var(--color_2);
}
.categories-single .text {
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	line-height:1.2;
}
.menu-wrapper .owl-nav > div {
	position:absolute;
	top:0;
	display:flex;
}
.menu-wrapper .owl-nav > div.owl-prev {
	left:-20px;
}
.menu-wrapper .owl-nav > div.owl-next {
	right:-20px;
}
.menu-wrapper .owl-nav > div svg {
	transition:all ease-in-out 250ms;
}
.menu-wrapper .owl-nav > div.owl-prev:hover svg {
	transform:translateX(-5px);
}
.menu-wrapper .owl-nav > div.owl-next:hover svg {
	transform:translateX(5px);
}
.menu-block__title {
	text-transform:uppercase;
	margin-bottom:40px;
}
.menu-blocks {
	margin-top:60px;
}
.menu-block {
	position:relative;
}
.menu-block:not(:last-child) {
	margin-bottom:100px;
}
.menu-block:nth-child(even) {
	padding-block:40px;
}
.menu-block:nth-child(even)::before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:100vw;
	height:100%;
	background-color:var(--color_4);
	z-index:-1;
	pointer-events:none;
}
.menu-block:nth-child(even) .menu__item-single__seperator {
	border-color:var(--color_3);
}
.menu__item-single__seperator {
	display: block;
	flex: 1;
	border-bottom: 2px solid var(--color_4);
	margin-bottom:2px;
}
.menu__item-single__top {
	column-gap:10px;
	justify-content: center;
	text-align: center;
}
.menu-items {
	row-gap: 25px;
}
.secondary--layout-menus__parent .menu__item-single__text {
	text-align:center;
}
.menu__item-single__title {
	line-height:1;
	font-weight:700;
}
.menu__item-single__bottom {
	margin-top: 12px;
	font-size:16px;
}
.menu__item-single__price {
	line-height: 1;
	font-size: 18px;
	font-weight:700;
}
/* End Catalogue */

/* Footer */
.footer-wrapper {
	background-color: var(--color_4);
	padding-block: 60px 15px;
	margin-top: 150px;
}
.footer-col.col-logo .logo-wrapper {
	width: 300px;
	height: 135px;
	margin-bottom:0;
}
.footer-title {
	text-transform: uppercase;
	margin-bottom:20px;
	color:#000;
}
.contact-list {
	row-gap:10px;
}
.contact-list li a {
	column-gap:8px;
}
.contact-list li a .icon {
	width:20px;
	height:20px;
	min-width:20px;
	min-height:20px;
	max-width:20px;
	max-height:20px;
	margin-top:3px;
}
.contact-list li.email-item a .icon {
	width:15px;
	height:15px;
	min-width:15px;
	min-height:15px;
	max-width:15px;
	max-height:15px;
}
.contact-list li.telephone-item a .icon {
	margin-top:1px;
}
.contact-list li.address-item a {
	max-width:400px;
}
.contact-list li a .icon svg {
	height:100%;
	width:100%;
}
.contact-list li a {
	color:var(--color_5);
}
.contact-list li a:hover {
	color:var(--color_1);
}
.footer-col {
	flex: 1;
}
.footer-cols {
	column-gap:100px;
}
.footer-hours {
	line-height: 1.35;
	row-gap:4px;
}
.footer-hours,
.contact-list li a {
	font-size:18px;
}
.footer__hours-single {
	column-gap:5px;
	max-width:225px;
}
.footer__hours-single__day {
	font-weight: 600;
}
.sub-footer {
	font-size: 15px;
	margin-top: 60px;
	line-height: 1;
}
.sub-footer .created-by {
	column-gap:5px;
}
/* End Footer */

/* 404 */
.error__page-wrapper {
	min-height: 100vh;
	gap:60px;
	padding:20px;
}
.error__page-wrapper h1 {
	color:var(--color_1);
	font-size:40px;
}
.error__page-wrapper a {
	border:1px solid var(--color_1);
	padding:10px 15px;
	color:var(--color_1);
	background-color:#fff;
}
.error__page-wrapper a:hover {
	background-color:var(--color_1);
	color:#fff;
}
/* End 404 */

/* Extras */
.admin-homepage {
	min-height: 100vh;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 50px;
}
.admin-homepage h1 {
	color: #fff;
	text-transform: uppercase;
}
.admin-homepage svg {
	width: 285px;
	height: 110px;
}
.admin-contact {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 20px;
	justify-content: center;
	align-items: center;
	margin-top:40px;
}
.admin-contact a {
	color:#fff;
	text-align:center;
}
.admin-contact a:hover {
	color:#71BF43;
}
@media(max-width:991px) {
	.admin-homepage {
		padding-inline:20px;
	}
	.admin-homepage h1 {
		font-size:40px;
	}
	.admin-homepage svg {
		width: 220px;
		height: 72px;
	}
}
body.error404 > *:not(#main) {
	display:none;
}
.before__footer-notices {
	margin-top: 70px;
}
.before__footer-notices ul {
	list-style:disc outside;
}
.before__footer-notices ol {
	list-style:decimal outside;
}
.before__footer-notices ul,
.before__footer-notices ol {
	padding-left:20px;
	display:flex;
	flex-direction:column;
	row-gap:10px;
}
.before__footer-notices * {
	color:#000;
	line-height:1.25;
	font-size:18px;
}
/* Secondary Layout */
#secondary---hero {
	height: 100svh;
	background-color: var(--bg_color);
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 80px 45px 20px;
	overflow-x: hidden;
	overflow-y: auto;
	position:relative;
}
.secondary--hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .05;
	pointer-events:none;
	object-fit: cover;
}
#secondary---hero-inner {
	max-width: 600px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.secondary--layout-logo {
	margin-bottom: 100px;
}
.secondary--layout-categories {
	margin-bottom:70px;
}
.secondary--layout-categories ul {
	list-style:none;
	display:flex;
	flex-direction:column;
	row-gap:60px;
}
.secondary--layout-categories ul li {
	border:1px solid #707070;
	background-color:var(--text_color);
	color:var(--bg_color);
	font-size:37px;
	font-weight:700;
	line-height:1;
	padding:15px 30px 25px;
	cursor:pointer;
	transition:all ease-in-out 250ms;
	text-align:center;
}
#secondary-hero-flags {
	column-gap:15px;
}
#secondary-hero-flags .sep {
	display:block;
	min-width:12px;
	max-width:12px;
	height:2px;
	min-height:2px;
	background-color:var(--text_color);
	margin-top: 8px;
}
#secondary-hero-flags .hero__lang-select {
	height:auto;
	width:auto;
	font-size:32px;
	font-weight:300;
	line-height:1;
	color:var(--text_color);
}
.secondary--layout-logo img {
	margin-inline:auto;
}
#secondary-hero-socials {
	column-gap:15px;
	margin-top:40px;
}
.secondary--layout-menus__parent {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	transition: all linear 600ms;
	background-color: var(--bg_color);
	bottom: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 50px;
}
.secondary--layout-menus__parent:not(.active) {
	transform: translateX(100%);
}
.secondary--layout-menus__parent .menu-block__title {
	color:var(--text_color);
	font-size:37px;
	line-height:1;
	margin-bottom:0;
	padding-block: 30px 15px;
	cursor: pointer;
	transition:all ease-in-out 250ms;
	border-bottom:1px solid var(--text_color);
}
.secondary--layout-menus__parent .menu-block__title.active {
	border-color:transparent;
}
.secondary--layout-menus__parent .menu-block__title .header {
	display:flex;
	/* 	justify-content:space-between; */
	justify-content:center;
	column-gap:20px;
	align-items:center;	
	position:relative;
}
.secondary--layout-menus__parent .menu-block__title .header .icon {
	position:absolute;
	right:20px;
}
.secondary--layout-menus__parent .menu-items {
	background-color: #fff;
	padding-block: 20px;
	margin-block: 20px;
	display:none;
}
.secondary--layout-menus__parent .menu-block {
	margin:0 !important;
	padding:0 !important;
}
.secondary--layout-menus__parent .menu-block__title .cat-hours {
	/* 	text-align: left; */
	display: block;
	font-size: 12px;
	margin-top: 12px;
}
.secondary--layout-menus__parent .menu-block__title .icon {
	transition:all ease-in-out 250ms;
	min-width:34px;
}
.secondary--layout-menus__parent .menu-block__title:not(.active) .icon {
	transform: rotate(90deg);
}
.secondary--layout-menus__parent .menu-items .menu__item-single__seperator {
	display:none;
}
.secondary--layout-menus__parent .menu-items .menu__item-single__text,
.secondary--layout-menus__parent .menu-items .menu__item-single__price,
.secondary--layout-menus__parent .menu-items .menu__item-single__title {
	color:var(--bg_color);
}
.secondary--layout-menus__parent .menu-items .menu-item__single {
	margin-bottom:30px;
	border-bottom:unset;
	padding-bottom:0;
}
#back--to-home {
	position: fixed;
	bottom: 20px;
	left: 20px;
	cursor: pointer;
	transition: all ease-in-out 250ms;
	z-index: 11;
	width:80px;
	height:80px;
	border: 1px solid var(--bg_color);
	border-radius: 18px;
}
#back--to-home svg {
	height:100%;
	width:100%;
}
#back--to-home:not(.active) {
	visibility:hidden;
	opacity:0;
	pointer-events:none;
}
.menu__item-single__title.is-veg {
	display: flex;
	column-gap: 10px;
}
#secondary---hero #language-loading .icon svg circle {
	fill:var(--bg_color);
}
.secondary--layout-menus__parent .container {
	/*max-width:500px;*/
	max-width:600px;
}
.secondary--hero-bottom .sub-footer {
	margin-top:20px;
}
.secondary--hero-bottom .sub-footer .created-by {
	color:var(--text_color);
}
@media(min-width:1151px) {
	.secondary--layout-categories ul li:hover {
		background-color:var(--bg_color);
		color:var(--text_color);
	}
}
@media(max-width:1550px) {
	.secondary--layout-logo {
		margin-bottom: 60px;
	}
	.secondary--layout-categories ul {
		row-gap:40px;
	}
	#secondary---hero {
		padding:40px 45px 20px;
	}
}
@media(max-width:767px) {
	#secondary---hero {
		padding-inline:20px;
	}
	.secondary--layout-logo img {
		max-width:90%;
	}
	.secondary--layout-categories ul li {
		padding: 15px 20px 20px;
		font-size:25px;
	}
	#secondary-hero-flags .hero__lang-select {
		font-size:22px;
	}
	#secondary-hero-flags .sep {
		margin-top:4px;
	}
	.secondary--layout-menus__parent .menu-block__title {
		font-size:22px;
		padding-block: 20px 15px;
	}
	.secondary--layout-menus__parent .menu-block__title .icon {
		min-width: 26px;
		max-width: 26px;
	}
	#back--to-home {
		width: 50px;
		height: 50px;
	}
	.secondary--layout-menus__parent {
		padding-bottom:75px;
	}
	.secondary--layout-categories ul {
		row-gap:20px;
	}
}
/* End Secondary Layout */