html.offnav_active {
	overflow: hidden !important;
}
#offnav_wrapper {
	display: none;
}
#offnav_btn,
#offnav_cart_btn {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#offnav_btn,
#offnav_cart_btn {
	font: 700 normal 16px/20px 'Font Awesome';
	width: 20px;
	height: 20px;
	position: fixed;
	top: 0;
	background: none;
	z-index: 1001;
	cursor: pointer;
	text-align: center;
	padding: 15px;
}
#offnav_btn:hover,
#offnav_cart_btn:hover .cart_icon {
	color: #fff;
}

#offnav_btn {	 
 	left: 0;
}
#offnav_btn:before {
	display: inline-block;
	content: "\f52c";
}	
.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;
	background: #1f1f1f;
	
	-moz-transition: all.5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.offnav_active #offnav_container {
	left: 0;
}
#offnav_content {
	margin-top: 50px;
	z-index: 1000;
	position: relative;
	padding: 5%;
	height: 100%;
	overflow-y: scroll;
	background: #1f1f1f;
	display: block;
}
 

#offnav_content ul,
#offnav_content li {
	list-style: none;
	display: block;
}
#offnav_content a {
	font-family: 'Flama', sans-serif;
	color: #bdbaaf !important;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	display: block;
	line-height: 1.1em;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	text-align: left;
	padding: .5em 0;
	 
	border: none !important;
	-webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}

#offnav_content a:hover { 
	color: #fff !important;
	border: none !important;

}
#offnav_content .current-menu-item.inactive > a  {
	color: #fff !important;
}




#mobile_series_nav {
	margin-top: 2em;
}
#mobile_series_nav .title {
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	color: #bdbaaf;
	padding: 1em 0 0 0;
}

#offnav_overlay {
	height: 100%;
	display: none;
    position: fixed;
    top: 0; 
	left: 0;
    width: 100%;
	z-index: 999;
	background: rgba(31, 31, 31, 0.5) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	backdrop-filter: blur(15px) !important;
}


.light #offnav_btn:before,
.light #offnav_cart_btn .cart_icon {
	color: #323219;
}
.light #offnav_btn:hover:before,
.light #offnav_cart_btn:hover .cart_icon {
	color: #000 !important;
}
.offnav_active .light #offnav_btn:before,
.offnav_active .light #offnav_cart_btn .cart_icon {
	color: #bdbaaf;
}
.offnav_active .light #offnav_btn:hover:before,
.offnav_active .light #offnav_cart_btn:hover .cart_icon {
	color: #fff !important;
}

@media only screen and (max-width: 768px)  {
	#offnav_wrapper {
		display: block;
	}
	#offnav_content {
		padding: 10%;
		margin-top: 95px;
	}
	#offnav_btn, 
	#offnav_cart_btn {
		font-size: 18px;
		padding: 20px;
		top: 25px;
	}
	
	
}


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

	#offnav_content {
		padding: 5%;
		margin-top: 50px;
	}
	#offnav_btn, 
	#offnav_cart_btn {
		font-size: 16px;
		padding: 15px;
		top: 0;

	}
}



