@charset "utf-8";

body.mobilenav {
	overflow-y: visible;
	overflow-x: hidden;
	padding-top: 55px;
}
body.mobilenav #branding {
	display: none;
}

/* Menu visible */
body.mobilenav-on {
	overflow: hidden;
	height: 100%;
}
body.mobilenav-on #mobilenav_nav {
	-webkit-box-shadow: 5px 0 10px rgba(0,0,0,0.3);
	        box-shadow: 5px 0 10px rgba(0,0,0,0.3);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
body.mobilenav-on #mobilenav_reset {
	display: block;
	left: 0;
	opacity: 1;
}
body.mobilenav-on #mobilenav_nav_toggler i {
	background-position: -72px 0
}
body.mobilenav-on #mobilenav_nav_toggler span {
	display: none;
}

#header_mobile {
	position: relative;
	z-index: 1000;
}
#mobilenav_header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
}
#mobilenav_header #header_logo {
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding: 0;
}
#mobilenav_header #header_logo img {
	display: inline-block;
	float: none;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 50px;
	margin: 0 auto;
}
#mobilenav_cart_link {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
}
#mobilenav_cart_link i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 12px auto 0 auto;
	background: url('../img/sprite.png') no-repeat -96px 0;
}
#mobilenav_cart_link .badge {
	position: absolute;
	top: 6px;
	right: 3px;
	padding: 2px 5px;
	font-weight: normal;
	font-size: 12px;
}
#mobilenav_home_link i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 2px auto 0 auto;
	background: url('../img/home_icon.png') no-repeat 0 0;
}
#mobilenav_home_link,
#mobilenav_nav_toggler {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 42px;
	padding: 8px 0 0 0;
	border-right-width: 1px;
	border-right-style: solid;
}

#mobilenav_nav_toggler i {
	display: inline-block; zoom: 1; *display: inline;
	height: 24px;
	width: 24px;
	margin-top: 5px;
	background: url('../img/sprite.png') no-repeat -48px 0;
}

#mobilenav_nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 100px 0;
	background: #444;
	overflow: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.35s;
	        transition: transform 0.35s;
}
#mobilenav_reset {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: -100%;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	overflow: hidden;
	-webkit-transition: opacity 0.35s;
	        transition: opacity 0.35s;
}
#mobilenav_nav #searchbox {
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
}
#mobilenav_nav #search_query_top {
	width: 95%;
	height: 20px;
	margin: 0 3% 0 2%;
	padding: 5px 0;
	border-radius: 4px;
	text-indent: 10px;
	border: 0;
	background: #666;
	color: #bbb;
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
	        box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
}
#mobilenav_nav #search_btn_top {
	position: absolute;
	top: 0;
	right: 3%;
	display: block;
	width: 40px;
	height: 26px;
	margin: 2px 2px 0 0;
	padding: 3px 10px;
	border-radius: 3px;
	box-shadow: none;
	border: 0;
	background: #333;
	color: #bbb;
}
#mobilenav_nav ul {
	width: 95%;
	margin: 0 3% 0 2%;
	padding: 0;
	list-style: none;
	border-left: 1px solid #444;
	overflow-x: hidden;
	overflow-y: auto;
}
#mobilenav_nav li a {
	display: block;
	color: #fff;
	padding: 10px 12px;
	border-top: 1px solid #555;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: -1px 0 0 rgba(0,0,0,0.8);
	line-height: 1.1em;
}
#mobilenav_nav li:first-of-type a {
	border-top: 0;
}
#mobilenav_nav li a:hover {
	background: #404040;
}

#mobilenav_nav #header_top_user {
	float: none;
	text-align: left;
	padding-left: 17px;
	margin-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #666;
	color: #fff;
}

#mobilenav_nav #header_top_user a {
	color: #fff;
	text-decoration: underline;
}

#mobilenav_nav .mobilenav_row .mobilenav_row_title {
	display: block;
	font-size: 11px;
	color: #ccc;
	font-size: 12px;
	text-shadow: 0 1px rgba(0, 0, 0, .75);
	padding-bottom: 5px;
	border-bottom: 1px solid #555;
	margin-top: 10px;
}

#mobilenav_nav .mobilenav_row ul {
	margin-left: 0;
	padding-left: 0
}

#mobilenav_nav .mobilenav_row ul li i {
	float: left;
	margin: 10px
}

#mobilenav_nav .mobilenav_row ul li a {
	text-transform: none;
	font-size: 14px;
}

#mobilenav_buttons {
	border-bottom: 1px solid #555;
	height: 50px;
	margin-bottom: 10px;
}

#mobilenav_buttons a.mobilenav_button {
	display: inline-block; *zoom: 1; *display: inline;
	width: 50px;
	height: 50px;
	border-right: 1px solid #555;
}

#mobilenav_buttons a.mobilenav_button i {
	display: inline-block; *zoom: 1; *display: inline;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/sprite-white.png');
	margin-top: 12px;
	margin-left: 12px;
}

#mobilenav_buttons a.mobilenav_button.home i {
	background-position: -120px 0;
}

#mobilenav_buttons a.mobilenav_button.account i {
	background-position: 0 0;
}

#mobilenav_buttons a.mobilenav_button.search i {
	background-position: -24px 0
}

#mobilenav #searchbox {
	display: none;
}

#mobilenav #mobilenav_alertbox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
}
#mobilenav #mobilenav_alertbox .alert {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
}
#mobilenav #mobilenav_alertbox .alert-success {
	background-image: url('../img/ok.png');
	background-position: 8px 49%;
	background-repeat: no-repeat;
}

/* Menu compte */
#mobilenav_account_nav {
	display: block;
	width: 100%;
}

/* Menu panier */
#mobilenav_cart_block {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50px;
	right: 0;
	background: #fff;
	color: #fff;
	padding: 20px;
	border-top: 1px solid #888;
	-webkit-box-shadow: 0 3px 6px #555;
	        box-shadow: 0 3px 6px #555;
}

#mobilenav_cart_block {
	color: #333
}

#mobilenav_cart_block .block_title {
	text-align: center;
}

#mobilenav_cart_block .block_title a {
	color: #444
}

#mobilenav_cart_block_summary {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
}

#mobilenav_cart_block_summary .ajax_cart_total {
	display: none !important;
}

#mobilenav_cart_block_list .hidden {
	display: none !important;
}

#mobilenav_cart_block_list .products {
	margin: 10px 0
}

#mobilenav_cart_block_list .products .price {
	float: right;
}

#mobilenav_cart_block .block_title {
	display: none !important;
}

#mobilenav_cart-prices .price {
	float: right;
	font-weight: bold;
}

#mobilenav_cart-buttons .btn-primary {
	display: block !important;
}

/* Switch mobile/desktop */
#mobilenav_desktop_switch {
	background: #555;
	padding: 5px 0;
	text-align: center;
}
#mobilenav_desktop_switch a {
	color: #fff;
}

#mobilenav_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 5px 0;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
}
#mobilenav_footer select {
	margin: 0;
}
