@media (max-width: 575.98px) {
	body .osahan-menu-2 {
		left: -230px;
		display: block;
		position: fixed;
	}
	body.menu-toggled .osahan-menu-2 {
		padding: 0;
		background: #041c35 !important;
		width: 65%;
		height: 100%;
        max-height: 100vh;
		left: 0;
		top: 0;
		z-index: 9;
		box-shadow: 0 0 0 0 rgba(111, 134, 230, 0.13), 0 4px 16px 0 rgba(179, 187, 195, 0.36);
		transition: left 0.3s ease, width 0.3s ease;
		overflow: hidden !important;
		overflow-anchor: none;
		-ms-overflow-style: none;
		touch-action: auto;
		-ms-touch-action: auto;
	}
	body.menu-toggled .osahan-menu-2 .nav-link.shop{
		    color: #ffffff !important;
	}
	body.menu-toggled .osahan-menu-2 .nav-link{
		color: #ffffff !important;
		font-size: 18px;
	}
}