@media screen and (max-width: 430px) {
	.categories .categories-bottom ul {
		    display: flex;
			flex-direction: column;
			padding: 0;
			position: unset;
	}
}

@media screen and (max-width: 768px) {
	.header-bottom.menu-fixed .nav-center ul.nav {
		/*
		height: 300px;
		overflow-y: auto;
		overflow-x: hidden;
		*/
	}
	
	.header-bottom.menu-fixed .nav-center ul.nav li {
		margin: 4px auto;
	}
	
	.header-bottom.menu-fixed .nav-center ul.nav li {
		width: unset !important;
	}
	
	.nav-link {
		padding: .4rem 1rem;
	}
}