@media only screen and (min-device-width :200px) and (max-device-width :720px) {

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 1px;
	height:1px;
}

.top.mobile {display: block;z-index: 9999!important;}

.top.desktop {display: none;}

.top.mobile .menu {
	display: flex;
	margin-top: 60px;
	/* align-items: center; */
	/* justify-content: space-between; */
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 60px;
}

.top.mobile .header {
	justify-content: space-between;
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 15px;
	display: flex;
	margin-bottom: 0;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999999;
	box-sizing: border-box;
	top: 0;
	background: #111;
	box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 40%);
}

.top.mobile .logo a img {width: 135px;}

.top.mobile .sub-menu ul li a i {font-size: 24px;}

.top.mobile .sub-menu ul {gap: 35px;margin: 0;padding: 0;}

.top.mobile .menu {
	display: flex;
	margin-top: 60px;
	/* align-items: center; */
	/* justify-content: space-between; */
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 120px;
}
.top.mobile .menu ul li {
	display: flex;
	justify-content: center;
}
.top.mobile .menu ul li a {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}
.top.mobile .menu ul li h3 {margin: 0; font-size: 26px;}

.top.mobile ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 0 20px;
}
.top.mobile .header.search {
		padding: 16px 15px 16px 0;
		gap: 0px;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
	}
.top.mobile .header.search .logo {display: none;}
.search input {
		background: none;
		border: none;
		font-size: 42px;
		width: 45vw;
		font-weight: 300;
		color: rgba(255,255,255,0.9);
	}

.categories {
	margin: 25px auto 0px auto;
	padding: 0 0px 0 0px;
	top: 0;
	margin-top: 20px;
	/* overflow-x: scroll; */
	-webkit-overflow-scrolling: touch;
	position: relative;
	height: 60px;
}
.categories ul {
	display: flex;
	gap: 5px;
	margin: 0;
	padding: 0;
	overflow-x: scroll;
	padding-left: 15px;
}

.categories:after {
	content: "";
	background: linear-gradient(270deg, #111 60%, rgba(17, 17, 17, 0) 100%);
	height: 79%;
	width: 90px;
	position: absolute;
	top: 0;
	display: block;
	z-index: 999;
	right: 0;
	background-size: 300%;
}

.day-item-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.day-item a {
	width: 44vw;
	height: 65vw;
	display: block;
	background-size: cover!important;
	background-position: center!important;
	border-radius: 15px;
	box-shadow: 0px 4px 10px 5px #000000;
}

.content {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	gap: 75px;
	margin-bottom: 75px;
	margin-top: 5px;
}

.day-title h5 {
	font-size: 4.5vw;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.overlay {display: none;}

.day-title h2 {
	font-size: 8.5vw;
	font-weight: 300;
	margin: 0;
	line-height: 7vw;
}

.footer {
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	text-align: center;
	margin: 20px 0px;
}
.footer img {
	width: 40px;
}

.footer ul li {
	font-size: 4vw;
}

.footer a.alt {
	font-size: 4vw;
	color: #1D10BF;
}








}