nav:not(.mm-menu) {
	display: none;
}
.mm-menu {
	font-family: 'MrEaves_VOGUE_TH_Bd';
}
.mm-menu a {
	text-transform: uppercase;
}
.mm-navbar__breadcrumbs span {
	text-transform: uppercase;
	color: #B61056;
}
.mm-navbar__breadcrumbs span.mm-separator {
	color: #D4D4D4;
}
.mm-navbar__breadcrumbs:not(:last-child) {
	color: #050505;
}
.mm-menu_border-full .mm-listitem:after {
	border-color: #D4D4D4;
}
.mm-navbars_bottom .mm-navbar button {
	border: 0;
	background: transparent;
	box-shadow: none;
}
.mm-navbars_bottom .mm-navbar button span {
	color: #050505;
}

#header-mobile  {
	background: #fff;
	color: #050505;
	line-height: 54px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding: 0 0 0 15px;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border: 1px solid #e7e7e7;
}
#header-mobile a.menu-humburger {
	display: block;
	width: 30px;
	height: 20px;
	padding: 0;
	margin: 15px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	float: right;
}
#header-mobile a.menu-humburger:before,
#header-mobile a.menu-humburger:after {
	content: '';
	display: block;
	background: #888;
	width: 30px;
	height: 2px;
}
#header-mobile a.menu-humburger span {
	background: #888;
	display: block;
	width: 30px;
	height: 2px;
	margin: 8px 0;
}
#header-mobile .logo-mobile img {
	max-width: 91px;
}
#header-mobile .login {
	position: absolute;
	top: -3px;
	right: 55px;
}
#header-mobile .search {
	position: absolute;
	top: 10px;
    right: 105px;
}
