#headerMobile {
	padding: 10px 20px 5px 10px;
	background: #fff4df;
	color: #1f1f1f
}

#headerMobile a {
	font-size: 11px;
	color: #1f1f1f;
	padding-top: 25px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#headerMobile.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#headerMobile .mmenu {
	background-image: url(./../images/mobile/icon_menu_m.png);
}

#headerMobile .msearch {
	background-image: url(./../images/mobile/icon_search_m.png);
}

#headerMobile .mtrack {
	background-image: url(./../images/mobile/icon_track_m.png);
}

#headerMobile .maccount {
	background-image: url(./../images/mobile/icon_account_m.png);
}

#headerMobile .mcart {
	background-image: url(./../images/mobile/icon_cart_m.png);
}

#headerMobile .col-xs-3 {
	padding: 0;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	background-color: rgba(33, 33, 33, .9);
	overflow-x: hidden;
	transition: .5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #f9f9f9;
	display: block;
	transition: .3s;
}

.sidenav a:hover {
	color: #818181;
}

.sidenav .closebtn {
	display: none;
	position: fixed;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height:750px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}

#footerMobile {
	background: #fff4df;
	color: #1f1f1f;
	padding: 30px;
}

#footerMobile .nav div.col-xs-6:first-child {
	border-right: 1px solid #aaa294;
}

#footerMobile .nav li {
	margin-bottom: 10px;
}

#footerMobile .nav a {
	text-decoration: none;
	color: #1f1f1f;
	font-size: 14px;
}

#logoMobile {
	margin-top: 6px;
}

#social ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

#social ul li {
	display: inline-block;
	width: 18%;
	text-align: center;
}

#social ul li img {
	width: 27px;
}

.rela {
	margin: 15px;
}

#search {
	padding: 5px
}

#searchquery {
	background: #fff !important;
}

#search button {
	color: #1f1f1f !important;
}