html.offnav_active {
	overflow: hidden !important;
}
#offnav_wrapper {
	display: none;
}
#offnav_btn,
#offnav_cart_btn {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#offnav_btn,
#offnav_cart_btn {
	font: 700 normal 20px/20px 'Font Awesome';
	width: 20px;
	height: 20px;
	position: fixed;
	top: 0;
	background: none;
	z-index: 1001;
	cursor: pointer;
	text-align: center;
	padding: 20px;
}
#offnav_btn:hover,
#offnav_cart_btn:hover .cart_icon {
	color: #34d7e2;
}
#offnav_btn {	 
 	left: 0;
}
#offnav_btn:before {
	display: inline-block;
	/*content: "\f52c";*/
	content: "\f0c9";
}	
.offnav_active #offnav_btn:before {
	content: "\f00d";
}	
#offnav_cart_btn {
	right: 0;
}	
#offnav_cart_btn .cart_icon:before {
	display: inline-block;
	content: "\f290";
}
#offnav_container {
	height: 100%;
	width: 100%;
	max-width: 500px;
	position: fixed;
	top: 0; 
	left: -500px;
	z-index: 1001;
	overflow-y: scroll;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.offnav_active #offnav_container {
	left: 0;
}
#offnav_content {
	margin-top: 0;
	z-index: 1000;
	position: relative;
    padding: 64px 4%;
	min-height: 100%;
	background: #fff;
	display: block;
}
#offnav_content ul,
#offnav_content li {
	list-style: none;
	display: block;
}
#offnav_content #mobile-main-nav a,
#offnav_content #mobile-lang-nav a,
#mobile-login-btn a {
	font-family: 'azo-sans-web', sans-serif;
	color: #0f0c0c;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	display: block;
    line-height: 1.5em;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	width: 100%;
    padding: 0.5em 1em;
	margin: 1em 0;
	background: #f3f5f6;
    box-sizing: border-box;
	border-radius: 50px;
	-webkit-hyphens: none;
    hyphens: none;
}
#offnav_content #mobile-main-nav a:hover,
#offnav_content #mobile-lang-nav a:hover { 
	color: #00a5bd;
}
#offnav_content .current-menu-item.inactive > a  {
	color: #00a5bd !important;
}
#mobile-login-btn a {
	margin: 2em 0;
	background: #00a5bd;	
}
#offnav_content #mobile-foot-nav {
	margin-top: 2em;
	border-top: 2px solid #000;
}
#offnav_content #mobile-foot-nav a {
	font-family: 'azo-sans-web', sans-serif;
	color: #0f0c0c;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: left;
	display: block;
    line-height: 1.5em;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	width: 100%;
    padding: 0.5em 1em;
	margin: 1em 0;
    box-sizing: border-box;
 	-webkit-hyphens: none;
    hyphens: none;
}
#offnav_content #mobile-footer-nav a:hover { 
	color: #00a5bd;
}
#offnav_overlay {
	height: 100%;
	display: none;
    position: fixed;
    top: 0; 
	left: 0;
    width: 100%;
	z-index: 999;
	background: rgba(255, 255, 255, 0.5) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(15px) !important;
}


@media only screen and (max-width:1024px) {
	#offnav_wrapper {
		display: block;
	}
	#main-navigation {
		display: none;
	}

	
}

@media only screen and (max-width: 600px)  {

}
