@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

*{
	margin:0;
	padding:0;
	outline:0 none;
	font-family: inherit;
	box-sizing: border-box;
}

:root{
	/** logo colors */ 
	--l-color-1:#003316;
	--l-color-2:#e1a125;
	--l-color-3:#6d7432;
	--l-color-4	:#ad1f24;
	/** theme colors */
	--t-color-1:#003316;
	--t-color-2:#e1a125;
	--t-color-3:#6d7432;
	--t-color-4:#ad1f24;
	/** components colors */
	--c-color-1:#003316;
	--c-color-1-overlay:rgba(0,51,22,.45);
	--c-color-2:#e1a125;
	--c-color-2-overlay:rgba(225,161,37,.85);
	--c-color-3:#6d7432;
	--c-color-4:#ad1f24;
	--font-1:'Manrope', sans-serif;
	--font-2:'Rubik', sans-serif;
	--font-3:'Alex Brush', cursive;
	--c-light-font-color:#657078;
	--radius-30:30px
}

html{
	font-size:14px;
	font-family:var(--font-1);
	font-weight:400;
}

body{
	display: flex;
	flex-direction: column;
	min-height:100vh;
	height: 100%; /* 1, 3 */
	max-width:100%;
	width:100%;
	overflow-x: hidden;
	background: #f4f7f9;
}

body.dark-theme{
	background-color:var(--dark-bg-color);
}

a{
	text-decoration:none!important;
	outline:0 none!important
}

img{
	outline:0 none!important
}

.wrap {
	width:100%;
	flex:1;
}

.wrapper{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap
}

.container{
	width:1430px;
	padding:0 15px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap
}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.default-pointer{
    cursor: default!important;
}

.inside .container{
	width: 100%;
}

.select-trigger{
	width: 100%;
	height:52px;
	padding:0 10px;
	border:1px solid var(--l-color-1);
	background: #fff;
	font-size:14px;
	display: none;
}

/*--------------
	HEADER
---------------*/

.all-header-wrapper{
	position: absolute;
	top:50px;
	left:0;
	z-index:1000;
	padding:0 30px;
}

.header-wrapper{
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index:7000;
	font-size:0
}

.header-container{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding:15px;
	background: #fff;
	border-radius: 30px;
}

.header:after {
	content: '';
	height: 30px;
	width: calc(100% - 15px);
	position: absolute;
	bottom: -10px;
	border-radius: 0 0 30px 30px;
	background-color: #f2f6f7;
	opacity: 0.15;
	left: 15px;
}

.logo{
	display: flex;
	align-items: center;
	justify-content: center;
}

.pc-logo-img{
	display: inline-block;
}

.header-right{
	flex:1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}


.header-actions{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 1000;
}

.header-langs{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left:43px;
	position: relative;
	z-index:500;
	gap:0 10px;
}

.header-social-buttons{
	display: flex;
	padding:8px 15px;
	background: var(--t-color-1);
	border-radius: 30px;
	gap:0 8px
}

.header-social-link{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px;
	background: #fff;
	color:var(--t-color-1);
	border-radius: 50%;
}

.header-social-link:hover{
	background: var(--t-color-2);
	color:#fff
}

.header-contact-buttons{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 20px;
	margin-right:30px;
}

.header-contact-link{
	font-size:18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 15px;
	background: var(--t-color-1);
	color:#fff;
	padding:10px 30px;
	border-radius: 30px;
}

.header-contact-link:hover{
	background: var(--t-color-2);
	color:var(--t-color-1)
}

/*----------
FOOTER
-----------*/

.all-footer-wrapper{
	position: relative;
	background: var(--t-color-1);
}

.footer-bottom-wrapper{
	background-color: var(--t-color-1);
}

.footer-bottom{
	width: 100%;
	padding:30px 0;
	border-top:1px solid #ffffff24;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-copyright{
	width: 100%;
	flex-wrap: wrap;
	border-top:1px solid #ffffff24;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.copyright-div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding:15px 0
}

.copyright{
	font-size:14px;
	color:#fff;
	font-family: var(--t-color-2);
	font-weight: 700;
}

.manos{
	font-size:14px;
	color:#fff;
	font-family: var(--t-color-2);
	font-weight: 700;
}

/*--------------------
	COOKIE BOX
---------------------*/

.cookies-box-wrapper{
	position: fixed;
	bottom:0;
	left:0;
	z-index:10000;
	width:100%;
	background:#000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.cookies-box{
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:15px 0
}

.cookies-box-left{
	display: flex;
	flex:1;
	flex-wrap: wrap;
	padding-right:30px;
}

.cookies-desc{
	width: 100%;
	display: inline-block;
	color:#fff;
	font-size:12px
}

.cookies-inline-link{
	display: inline-block;
	color:#fff;
	text-decoration: underline!important;
	font-size:12px
}
.cookies-link{
	display: inline-block;
	text-align: center;
	font-size:12px;
	font-weight: 700;
	color:#fff;
	background: var(--t-color-1);
	padding:10px 15px
}


/*------
FIXED
-------*/

.ikon-menu{
	position: fixed;
	right:15px;
	bottom:15px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index:9000;
	display: none;
}

.go-top{
	background:var(--t-color-1);
	color: #fff;
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 100ms ease 0s;
	transition: all 100ms ease 0s;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	margin-bottom:10px
}

.whatsapp{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.w-box-wrapper{
	max-width: 300px;
	display: none
}

.w-box-wrapper.active{
	display: flex;
}

.w-box{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 20px;
	overflow: hidden
}

.w-box-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:15px;
	background: var(--t-color-1);
	gap:0 20px
}

.w-box-avatar{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	border:1px solid #fff;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:5px
}

.w-box-avatar img{
	max-width: 100%;
	max-height: 100%;
}

.w-box-person{
	display: flex;
	flex-direction: column;
	flex:1;
	justify-content: center;
	align-items: flex-start;
	color:#fff
}

.w-box-name{
	width: 100%;
	display: block;
	font-size:13px
}

.w-box-title{
	font-size:12px;
	display: block;
	margin-top:2px
}

.w-box-body{
	width: 100%;
	padding:15px 15px;
	background: #f1f1f1;
}

.w-box-text-wrapper{
	padding:15px;
	position: relative
}

.w-box-text{
	background: #fff;
	padding:15px;
	display: block;
	border-radius: 0 15px 15px 15px;
	position: relative;
	font-size:13px;
	line-height: 19px;
}

.w-box-text::before{
	content:"";
	display: inline-block;
	width:0;
	height: 0;
	border:8px solid transparent;
	border-top-color:#fff;
	border-right-color:#fff;
	position: absolute;
	top:0;
	left:-15px
}

.w-box-footer{
	width: 100%;
	padding:0 15px 15px;
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-box-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:12px 25px;
	color:#fff;
	background: var(--t-color-1);
	border-radius: 30px;
	gap:0 5px
}

.w-box-link i{
	font-size:22px
}

.w-box-link:hover{
	background: var(--t-color-2);
	color:#fff
}

.w-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width:48px;
	height:48px;
	background: var(--t-color-1);
	border-radius:50%;
	text-align: center;
	font-size:36px;
	color:#fff;
	margin-top:8px;
	box-shadow:2px 2px 13px rgba(0,0,0,0.6);
}

/*---------
PAGE BANNER
----------*/

.banner-wrapper{
	min-height: 400px;
	background: var(--t-color-1);
	align-items: center;
	padding:190px 0 30px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-wrapper::before{
	content:"";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0;
	background:var(--c-color-1-overlay);
	z-index: 1;
}

.banner-container{
	position: relative;
	z-index: 200
}

.banner{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.banner-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 30px
}

.banner-title{
	display: inline-block;
	color:#fff;
	font-size:57px;
	line-height: 72px;
	letter-spacing: -0.05em;
	font-weight: 100;
	margin-top:15px
}

.banner-category{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:10px 20px;
	color:#fff;
	background: var(--t-color-1);
	border-radius: 20px;
}

.banner-values{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap:0 15px
}

.banner-value{
	display: inline-flex;
	align-items: center;
	gap:0 10px;
	color:#fff;
	margin-top:15px
}

.banner-seo-box{
	width: 50%;
	display: flex;
	flex-direction: column;
	padding-bottom:30px
}

.banner-seo-content{
	width: 90%;
	display: block;
	color:#fff;
	margin-top:30px
}

/*---------
MENU PAGE
----------*/

.menu-page{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.menu-page-top{
	width: 100%;
	display: block;
	padding:30px 0;
	position: sticky;
	top:0;
	background: #f4f7f9;
	z-index: 200;
}

.main-categories{
	width: 100%;
	display: block;
	overflow: hidden;
}

.main-category{
	width: 100%;
	padding:15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #f4f7f9;
	border-radius: 8px;
	margin:2px 0;
	border:1px solid var(--t-color-1);
	font-size:14px;
	font-weight: 400;
	color:var(--t-color-1);
	white-space: nowrap;
}

.main-category-image{
	width: 42px;
	height: 42px;
	display: flex;
	border-radius: 50%;
	overflow: hidden;
	margin-right:15px
}

.main-category-image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.main-category.active{
	background: var(--t-color-1);
	color:#fff
}

.main-categories-swiper-scrollbar{
	height: 4px;
	background: #bbbcbc;
	margin-top:15px
}

.main-categories .swiper-scrollbar-drag{
	background: var(--t-color-2);
	cursor:e-resize
}

.main-categories .swiper-scrollbar-drag:hover{
	transform:scale(1.15)
}

.sub-categories{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top:15px;
	display: block;
}

.sub-categories.active{
	display: block;
}

.sub-categories-swiper-scrollbar{
	height: 4px;
	background: #bbbcbc;
	margin-top:15px;
	display: block!important;
}

.sub-categories .swiper-scrollbar-drag{
	background: var(--t-color-2);
	cursor:e-resize
}

.sub-categories .swiper-scrollbar-drag:hover{
	transform:scale(1.15)
}

.main-category-wrapper{
	width: fit-content!important;
	flex:auto;
	padding:0 5px
}

.sub-category-wrapper{
	width: fit-content!important;
	display: none;
	padding:0 5px
}

.sub-category-wrapper.visible{
	display: flex;
}

.sub-category{
	width: 100%;
	padding:15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #f4f7f9;
	border-radius: 8px;
	margin:2px 0;
	border:1px solid var(--t-color-1);
	font-size:14px;
	font-weight: 400;
	color:var(--t-color-1);
	white-space: nowrap;
}

.sub-category.visible{
	display: flex;
}

.sub-category.active{
	background: var(--t-color-1);
	color:#fff
}

/* .menu-item-top:hover,
.menu-item-top.active{
	background: #fff;
	border-color: #fff;
} */


.menu-right{
	display: flex;
	flex-wrap: wrap;
	flex:auto;
	align-items: flex-start;
	justify-content: flex-start;
}

.meals-category-wrapper{
	width: 100%;
	display: block;
	position: relative;
}

.meals-child{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom:60px
}

.meals-child-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom:30px
}

.meals-child-title{
	display: block;
	font-size:30px;
	line-height: 1;
	font-weight: 700;
	color:var(--t-color-1);
	padding-left:15px
}

.meals-products{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.meal-product-wrapper{
	width: 50%;
	display: flex;
	padding-bottom:15px;
	margin-bottom:30px;
}

.meal-product-wrapper:nth-child(odd){
	padding-right:15px
}

.meal-product-wrapper:nth-child(even){
	padding-left:15px
}

.meal-product{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	padding:30px 15px;
	border-radius: 16px;
	box-shadow: 0 10px 10px rgba(0,0,0,.09);
}

.meal-product-image-wrapper{
	flex-shrink: 0;
	width: 100px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	margin-right:30px
}

.meal-product-image{
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.meal-product-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.meal-product-content{
	display: flex;
	flex:auto;
	align-items: stretch;
	flex-direction: column;
	height: 100%;
}

.meal-product-content-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex:1;
}

.meal-product-title{
	width: 100%;
	display: block;
	font-size:17px;
	text-transform: uppercase;
	letter-spacing: .6px;
	color:var(--t-color-1)
}

.meal-product-ingredients{
	width: 100%;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top:15px;
	color:var(--c-light-font-color)
}

.meal-product-footer{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top:30px
}

.meal-product-price{
	display: inline-flex;
	align-items: center;
	font-size:19px;
	font-weight: 700;
	color:var(--t-color-1)
}

.meal-product-price span{
	display: inline-block;
	font-size:12px;
	margin-left:4px
}

.product-prepend-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	background: rgba(0,0,0,0.6);
	z-index: 9000;
	padding:30px;
	touch-action: manipulation;
}

.product-prepend-container{
	display: inline-flex;
	align-items:flex-start;
	justify-content: center;
}

.product-prepend{
	width: 100%;
	height: auto;
	display: flex;
}

.product-box{
	max-width: 640px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: #fff;
	padding:15px;
	border-radius: 30px;
}

.product-box-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 15px 15px 15px;
}

.product-box-title{
	display: inline-flex;
	font-size:20px;
	font-weight: 700;
}

.product-box-image{
	width: 100%;
	height: auto;
	max-height: 480px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	border-radius: 30px;
}

.product-box-image img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px;
}

.product-box-ingredients{
	width: 100%;
	display: block;
	padding:30px 15px
}

.product-box-price{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	background: var(--t-color-3);
	color:#fff;
	padding:5px 10px;
	border-radius: 6px;
	white-space: nowrap;
}

/*----------
R BOX
-----------*/

.r-box-wrapper{
	margin:30px 0;
	position: sticky;
	top:0;
	z-index:9000
}

.r-box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f9f9f9
}

.r-box-item-wrapper{
	flex:auto;
	padding:15px;
	border-right:1px solid #f1f1f1
}

.r-box-item-wrapper:last-child{
	border-right: none
}

.r-box-item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.r-box-left{
	width: 48px;
	height:48px;
	overflow: hidden;
}

.r-box-icon{
	font-size:30px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.r-box-image{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.r-box-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.r-box-content{
	padding-left:15px
}

.r-box-title{
	width: 100%;
	display: block;
	font-size:14px;
	font-weight: 600;
}

.r-box-sub-title{
	width: 100%;
	display: block;
	font-size:12px;
	margin-top:5px;
	color:#7e7a7a
}

.r-box-button{
	width: 100%;
	background: #339933;
	color:#fff;
	padding:15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size:12px;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 1px;
	white-space: nowrap;
}

.r-box-button:hover{
	background: #52ab52
}

/*----------
LEGAL TEXTS
-----------*/

.metin-content{
	padding:60px 0;
	width: 100%;
	font-size:16px;
	line-height: 28px;
	color:var(--light-font-color)
}

/*----------
MOBILE NAV
-----------*/
.mobile-header-wrapper{
	justify-content: space-between;
	position: sticky;
	top:0;
	z-index:2000;
	background: #fff;
	padding:15px 15px;
	align-items: center;
	display: none;
}


.mobile-header-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.mobile-randevu-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:0 10px;
	background: var(--color-3);
	color:var(--light-font-color);
	font-size:10px;
	font-weight: 500;
	letter-spacing: 1px;
	padding:10px 10px
}

.mobile-randevu-link:hover{
	background: var(--l-color-1);
	color:#fff
}

.rMenu{
	width:100%;
	height:100vh;
	background:#fff;
	position:fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index:999999;
	left:auto;
	right:-150%;
	top:0;
	overflow:hidden;
	overflow-y: auto;
	scrollbar-width: none;
	padding:0 0;
	transition:all 300ms ease 0s
}

.rMenu.active{
	right:0;
}

.rMenu::-webkit-scrollbar {
    width: 0px;
	background: transparent;
	display: none;
}

.r-menu-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:10px 30px;
	background: #f4f4f4
}

.r-logo{
	display: inline-flex;
}

.r-menu-body{
	width:100%;
	height:100%;
	position:relative;
	padding:30px 30px;
	display: flex;
	align-items: center;
	flex:1;
	flex-wrap: wrap;
}

.r-actions{
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
}

.r-contact-buttons{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:30px 0
}

.r-contact-item{
	width: 100%;
	display: flex;
	justify-content: center;
}

.r-contact-link{
	width: 100%;
	display: flex;
	background: var(--t-color-1);
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:15px;
	font-size:20px;
	font-weight: 600;
	gap:0 20px
}

.r-social-buttons{
	margin:30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 20px
}

.r-social-link{
	font-size:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--t-color-2);
	color:var(--t-color-1)
}

.r-langs{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 20px;
}

.fixed-wrapper{
	position: fixed;
	width: 100%;
	display: none;
	left:0;
	bottom:0;
	z-index:3000
}

.fixed{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.fixed-link{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:15px 5px;
	color:#fff;
	font-size:12px;
	min-height: 100%;
}

.fixed-link i{
	font-size:20px;
	margin-right:5px
}

.fixed-phone{
	background: #006699
}

.fixed-whatsapp{
	background: #339933;
}

.plr0 {
	padding-left:0;
	padding-right:0
}

.toggle {
	display:block;
	padding: 0;
	margin-left:15px;
	font-size: 18px;
	position: relative;
	z-index: 3000;
}

.toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--t-color-1);
	margin: 8px 0;
	position: relative;
	top: 0;
	transition: top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
}

.toggle.active span:nth-child(1){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(45deg);
	top:8px;
}

.toggle.active span:nth-child(2){
	transition: opacity 0s .15s linear,background .3s 0s linear;
	opacity:0
}

.toggle.active span:nth-child(3){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(-45deg);
	top:-12px
}

#closeMenu {
	font-size:30px;
	display: inline-block;
	color:var(--t-color-1);
	cursor:pointer;
	z-index:5000
}

.close-menu span {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--t-color-1);
	margin: 8px 0;
	position: relative;
	top: 0;
	transition: top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
}

.close-menu span:nth-child(1){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(45deg);
	top:8px;
}

.close-menu span:nth-child(2){
	transition: opacity 0s .15s linear,background .3s 0s linear;
	opacity:0
}

.close-menu span:nth-child(3){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(-45deg);
	top:-12px
}

/*-------------
	COMMON
--------------*/

.dir-ltr{
	direction:ltr
}

.dir-rtl{
	direction: rtl;
}

.f-title-16{
	font-size:16px;
	line-height: 28px;
}

.f-title-18{
	font-size:18px;
	line-height: 1.5;
}

.f-title-20{
	font-size:20px;
	line-height: 1.5;
}

.f-title-24{
	font-size:24px;
	line-height: 1.5;
}

.f-title-30{
	font-size:30px;
	line-height: 1.5;
	letter-spacing: -0.05em;
}

.f-title-36{
	font-size:36px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.f-title-40{
	font-size:40px;
	line-height: 1.5;
	letter-spacing: -0.05em;
}

.f-title-53{
	font-size:53px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.f-title-57{
	font-size:57px;
	line-height: 72px;
	letter-spacing: -0.05em;
	font-weight: 700;
}

.with-menu .f-title-40{
	font-size:30px
}

.f-content-14{
	font-size:14px;
	line-height: 21px;
	font-family: var(--font-2);
}

.f-content-16{
	font-size:16px;
	line-height: 28px;
	font-family: var(--font-2);
}

.f-content-18{
	font-size:18px;
	line-height: 1.85;
	font-family: var(--font-2);
}

.f-content-20{
	font-size:20px;
	line-height: 1.85;
	font-family: var(--font-2);
}


.f-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #fff;
    color:var(--c-color-2);
	letter-spacing: 1px;
	gap:0 10px
}

.with-radius .f-link{
	border-radius: 30px;
}

.f-link-sm{
	font-size:14px;
    padding:10px 20px;
	letter-spacing: 1px;
}

.f-link-md{
	font-size:14px;
    padding:16px 24px;
}

.f-link:hover{
    background: var(--c-color-2);
    color:#fff;
}

.w-900{
	font-weight: 900;
}

.w-800{
	font-weight: 800;
}

.w-700{
	font-weight: 700;
}

.w-600{
	font-weight: 600;
}

.w-500{
	font-weight: 500;
}

.w-400{
	font-weight: 400;
}

.w-300{
	font-weight: 300;
}

.w-200{
	font-weight: 200;
}

.w-100{
	font-weight: 100;
}

@media (max-width:1559px) {	

	.cookies-box{
		padding:15px;
	}

}

@media (max-width:1470px) {

	.container{
		width:100%
	}

}

@media (max-width:1368px) {
	
	.all-header-wrapper{
		padding:0 15px
	}

	.menu{
		gap:0 30px
	}

	.header-langs{
		margin-left:15px
	}

	.cookies-box-buttons{
		width: 100%;
		margin-top:15px
	}

	.newsletter-title{
		font-size:40px;
		line-height: 54px;
	}

	.f-title-57{
		font-size:40px;
		line-height: 54px;
	}

}

@media (max-width:1359px) {

	.all-header-wrapper{
		display: none;
	}

	.mobile-header-wrapper{
		display: flex;
	}

	.page-menu-wrapper{
		width: 100%;
		padding-right:0;
		display: none;
	}

	.f-title-16{
		font-size:14px
	}

	.f-title-30{
		font-size:20px;
	}

	.f-title-36{
		font-size:30px
	}

	.f-title-40{
		font-size:30px;
	}
	
	.f-title-53{
		font-size:30px;
	}
	
	.f-content-16{
		font-size:14px
	}

	.f-content-18{
		font-size:14px
	}

	.f-content-20{
		font-size:16px
	}

	.f-link-sm{
		font-size: 12px;
		padding:8px 14px
	}

	.f-link-md{
		font-size: 14px;
		padding:12px 20px
	}

}

@media (max-width:1280px){

	.footer-bottom-title{
		font-size:24px;
	}

	.footer-bottom-contact-item{
		font-size:14px
	}

	.banner-wrapper{
		height: auto;
	}

	.banner-title{
		font-size:30px
	}

}
@media (max-width:1024px){

	.footer-bottom{
		flex-wrap: wrap;
	}

	.footer-bottom-25{
		width: 100%;
		margin-bottom:30px;
		padding:0
	}

	.footer-bottom-title{
		font-size:20px
	}

	.footer-bottom-25:first-child{
		display: none;
	}

	.footer-copyright{
		margin-top:0
	}

	.banner-wrapper{
		min-height: auto;
		padding:30px 0
	}

	.menu-page-top{
		top:68px
	}

	.main-category{
		padding:5px;
		font-weight: 400;
		font-size:13px;
		text-align: center;
		justify-content: center;
	}

	.main-category-image{
		display: none;
		font-size:12px;
		border-radius: 4px;
	}

	.sub-category{
		padding:5px;
		border-radius: 4px;
		font-size:12px
	}

	.meal-product-wrapper{
		width: 100%;
		padding:0!important
	}

	.meals-child-title{
		font-size:24px
	}

	.meal-product-wrapper{
		margin-bottom:10px;
		align-items: flex-start;
	}

	.meal-product{
		box-shadow: none;
		padding:15px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		overflow: hidden;
	}

	.meal-product-image-wrapper{
		width: 50px;
		margin-right:10px
	}

	.meal-product-image{
		width: 50px;
		height: 50px;
	}

	.meal-product-content{
		flex-direction: column;
		flex:1;
		justify-content: space-between;
		align-items: flex-start;
	}

	.meal-product-content-top{
		flex:auto;
		align-items: flex-start;
		padding-right:15px
	}

	.meal-product-title{
		font-size:14px
	}

	.meal-product-ingredients{
		margin-top:10px;
		display:-webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.meal-product-footer{
		width: auto;
		margin-top:0;
		align-items: flex-start;
	}

	.meal-product-price{
		font-size:16px
	}

	.product-prepend-wrapper{
		align-items: flex-start;
	}

	.product-box-title{
		display: inline-flex;
		font-size:18px;
		font-weight: 700;
	}

	.f-title-20{
		font-size:16px;
		line-height: 26px
	}

	.f-title-36{
		font-size:20px
	}

	.f-title-57 {
		font-size: 30px;
		line-height: 44px;
	}
	
	.f-link-md{
		font-size: 12px;
		padding:10px 20px
	}
	

}

@media (max-width:768px){

	.f-title-40{
		font-size:20px;
	}

	.f-title-53{
		font-size:20px;
	}

	.hidden-768{
		display: none;
	}

	.select-trigger{
		display: block;
	}

}

@media (max-width:600px){ 

	
}

@media (max-width:480px){ 

    .f-title{
		font-size:18px;
		line-height: 28px;
	}

	.product-box-title{
		font-size:14px;
		font-weight: 700;
	}
	
	.product-box-price{
		font-size:14px
	}
    
}

@media (max-width:360px) {

	.mobile-logo-link img{
		width: 100px;
		height: 45px;
	}

	


}