.header-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
.header-mobile.shadow {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}
@media(min-width: 1000px) {
	.header-mobile {
		display: none;
		width: calc(100% - 365px);
		left: unset;
		right: 0;
	}
	/*#header-mobile-cell-nav {
		display: none;
	}
	#header-mobile-cell-brand img.brand {
		display: none;
	}*/
}


.header-mobile .item-group {
	display: table;
	width: 100%;
}

.header-mobile .item-group > .cell {
	display: table-cell;
	vertical-align: top;
}
.header-mobile .item-group > .cell.rect {
	width: 60px;
	text-align: center;
}
.header-mobile .item-group > .cell.rect.small {
	width: 50px;
}
.header-mobile .item-group > .cell .btn {
	margin: 0 auto;
}
.header-mobile .item-group > .cell .btn img.icon {
	display: block;
	width: 50px;
	margin: 5px auto 0 auto;
}
.header-mobile .item-group > .cell img.brand {
	height: 60px;
}


#header-mobile-cell-cart {
	position: relative;
}
#header-mobile-cell-cart .auto-update-cart-count {
	position: absolute;
	top: 15px;
	right: 8px;
	background-color: #000;
	color: #fff;
	line-height: 22px;
	min-width: 22px;
	padding: 0 7px;
	text-align: center;
	font-size: 9pt;
	border-radius: 20px;
}

/*
.header-banner {
	position: relative;
	height: 60px;
	z-index: 10;
}

.header-banner .brand {
	text-align: center;
}
.header-banner .brand img {
	display: block;
	height: 60px;
	margin: 0 auto;
}

.header-banner .menu-btn {
	position: absolute;
	top: 0;
	left: 0;
}
.header-banner .menu-btn .hamburger-icon {
	position: relative;
	width: 70px;
	height: 60px;
	padding-top: 24px;
}
.header-banner .menu-btn .hamburger-icon > .bar{
	position: relative;
	height: 2px;
	width: 20px;
	margin: 0 0 0 25px;
	margin-bottom: 4px;
	background-color: #666;
}
.header-banner .menu-btn .hamburger-icon > .bar:last-child {
	width: 15px;
}

.header-banner .cart-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.header-banner .cart-btn > img {
	width: 60px;
	height: 60px;
}
*/