

/*nav:not(.mm-menu) {
	display: none;
}*/

.header{
	text-align: center;
}
.header {
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 55px;
	padding: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(0,0,0,.09);
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a.icon-bar-m {
	    /* display: block; */
    width: 50px;
    height: 18px;
    padding: 11px;
    /* position: absolute; */
    /* top: 5px; */
    /* right: 120px; */
    float: right;
    margin-top: 5px;
    margin-right: -10px;
}
.header a.icon-bar-m:before,
.header a.icon-bar-m:after {
	content: '';
	display: block;
	background: #000;
	height: 3px;
}
.header a.icon-bar-m span {
	background: #000;
	display: block;
	height: 3px;
	margin: 5px 0;
}
/*.content {
	padding: 150px 50px 50px 50px;
}*/
.close_menu_m{
	position: absolute;
	left: -35px;
	top: 0;
	font-size: 30px;
}
.close_menu_m a{
    color: var(--mm-color-text-dimmed);
}
.mm-listview li.lang_m a img{
	width: 50px;
	padding: 10px 5px;
}
.mm-listview li.lang_m a{
	padding: 0;
	flex: none;
}
.mm-listview li.lang_m span{
	font-size: 18px;
	font-weight: bold;
}
.header_m span.stt_cart {
    position: absolute;
    right: -4px;
    top: -2px;
    height: 20px;
    line-height: 20px;
}
.header_m .log {
  margin-top: 3px;
  margin-right: 40px;
}
.header_m .slogan {
    top: 5px;
}