#headerLineMobile {
	display: none;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	background: rgb(30, 30, 30);
	border-color: #f3f3f3;
	line-height: 55px;
	position: fixed;
	z-index: 800;
	height: 55px;
	width: 100%;
	left: 0;
	top: 0;
}

@media all and (max-width: 1024px) {
	#headerLine {
		display: none;
	}

	#headerLineMobile {
		display: block;
	}

	#foundation {
		padding-top: 55px;
	}
}

#headerLineMobile .header-line-content {
	display: flex;
	width: 100%;
	/* overflow-x: auto; */
	-webkit-overflow-scrolling: auto;
	justify-content: flex-start;
}

#headerLineMobile .header-line-item:first-child {
	margin-right: auto;
	border-left: none;
}

#headerLineMobile .header-line-item:not(:first-child) {
	margin-left: 0;
}

#headerLineMobile .header-line-item {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-width: 55px;
	max-width: 200px;
	height: 55px;
	text-align: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	border-left: 1px solid #f7f7f7;
}

#headerLineMobile .header-line-item-image {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: auto;
	min-height: auto;
	filter: invert(1);
}

#headerLineMobile .header-line-item-text {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #000000;
	align-self: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 3px;
}

#headerLineMobile .count {
	border: none;
	background: rgb(168, 41, 59);
	border-radius: 50%;
	position: absolute;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	color: #d1d1d1;
	line-height: 21px;
	height: 20px;
	width: 20px;
	right: 7px;
	top: 8px;
}