.amw-sticky-menu {
	position: -webkit-sticky;
	position: fixed;
	width: 100%;
	top: 50px !important;
	padding: 10px;
	z-index: 500;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	left: 0;
}

.amw-sticky-menu::-webkit-scrollbar {
	display: none;
}

.amw-sticky-menu__item {
	flex: none;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.15s ease, color 0.15s ease;
	scroll-snap-align: start;
	padding: 4px 12px;
}
