header {
	background: #f6f6f6;
	position: sticky;
	top: 0;
	z-index: 1;
}

.header-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1112px;
	margin: 0 auto;
	height: 74px;
	align-items: center;
	padding: 0 16px;
}

.links {
	display: block !important;
	margin-bottom: 0 !important;
}

.links a {
	color: #1e1e1e;
	text-decoration: none;
}

.links a:hover {
	color: #1e1e1e;
	text-decoration: underline;
}

.links a:not(:last-child) {
	margin-right: 18px;
}

a {
	color: #1e1e1e;
	text-decoration: none;
}

.logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.info {
	display: flex;
	align-items: center;
}

.phone-number {
	margin-right: 20px;
}

.phone-number a {
	color: #1e1e1e;
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

.mobmenu-button {
	background: transparent;
	border: 0;
	padding: 0;
	display: none;
}

.mobmenu a {
	text-decoration: none;
}

.mobmenu-section1 a {
	color: #1e1e1e;
}

@media screen and (max-width: 1000px) {
	.mobmenu-button {
		display: block;
	}

	.links,
	.header-two {
		display: none;
	}
}

.mobmenu {
	display: none;
	position: fixed;
	top: 74px;
	left: 0;
	width: 90%;
	bottom: 0;
	background: white;
	z-index: 999;
	box-shadow: 85vw 0 0 #0000005c;
	overflow-y: auto;
}

.mobmenu-link {
	display: block;
	padding: 16px 20px;
	font-size: 16px;
}

.mobmenu-section1,
.mobmenu-section2 {
	padding: 16px 0;
}

.mobmenu-section2 {
	background: #1e1e1e;
	color: white;
}

.mobmenu-section2 a {
	color: white;
	display: flex;
	align-items: center;
	gap: 10px;
}

.mm-phones {
	display: flex;
	align-items: center;
}

.delivery-page-title {
	margin: 70px 0;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (max-width: 784px) {
	.phone-number {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.fl-favs,
	.fl-account {
		display: none;
	}
}
