@charset "utf-8";

/* ---------------------------------------------------------------------- */
/*	Mobile Version 640px
/* ---------------------------------------------------------------------- */

@media all and (max-width: 750px) {
	html {
		font-size: 14px;
	}
	body {
		padding-top: 90px;
	}
	#mobileNavPanel {
		width: 100%;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 9998;
	}
	.medailGrid img {
	/*width:100%;*/
	}
	#headerNav {
		display: none;
	}
	#header .content {
	/*height: 50px;*/
	}
	#mobBtnMenu {
		display: block;
		position: fixed;
		z-index: 9999;
		top: 30px;
		right: 30px;
	}
	#header {
		position: fixed;
		z-index: 9998;
		height: 84px;
		width: 100%;
		border-bottom: 1px solid #ccc;
		top:0px;
	}
	#header #logoBox {
		bottom: -5px;
		width: 100%;
	}
	#header #logo {
		top: 5px;
		left: 0px;
		bottom: inherit;
	}
	#header #logoBox img {
		width: 164px;
	}
	#header .col-1-1 {
		margin-top: 0px;
	}
	#slider {
		height: 90px;
		display: none;
	}
	.mosaic-block {
		margin-bottom: 20px;
	}
	#footer {
		display: none;
	}
	.grayBox {
		margin-left: 0px;
	}
	#linkBox {
		margin-top: 50px;
	}
	.grayBox li a {
		margin: 0px 2px 10px 2px;
		font-size: 1rem;
	}
	.grayBox li {
		background: none !important;
	}
	.btnBoxBack .btnAddCartOff {
		display: block;
		width: 100%;
		margin: 15px 0px;
	}
	
	/* ----------- SHOP */
	
	.adjTop {
		padding-top:140px;
	}	
	#caddieBox{
		width:100%;
		padding-left:2px;
		padding-right:2px;
		top:79px;
		z-index:9999;
		background-color:transparent !important;
		border:none;
		-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
			
	}
	#caddieBox .cartouche{
		/*width:100%;*/
		/*min-width: 330px;*/
		background-color:#1D1D1B;
		padding: 12px 7px 7px 7px;
		border-radius: 0px 0px 5px 5px;
		position: relative;
		top:0px;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		border-top:1px solid #1D1D1B;
		

	}
	#caddieBox i{
		margin-right:0px;
		font-size:1.5em;
		position: relative;
		top:-2px;
		font-weight:normal;
	}
	#caddieBox .wrappCaddie{
		text-align:center;
	}
	#caddieBox .wrappCaddie em{
		margin-right:5px;
				
	}
	#btnContinue{
		margin-left:0px;
		margin-right:4px;
	}
	#btnContinue i{
		margin-right:7px;		
	}
	#btnKillPanier i{
		position: relative;
		top:-1px;
	
	}
	#msg-count{
		border-radius: 3px;
		padding: 1px 7px;
		font-size:1.2em;
	}
	
	.artDetail{
		display: block;
		max-width:225px;
	}
	.artDetail+a{
		margin-bottom:25px;
	}
	.btnAddCart{
		width: 100%;
		max-width:263px;
	}
	#f_clientInfo 	.btnAddCart{
		width: 100%;
		max-width:100%;
	}
	
	.btnBoxBack span{
		position:static;
		display:block;
		width:100%;
		text-align:left;		
	}
	.btnBoxBack .btnAddCartOff{
		display:block;
		width:100%;
		margin: 2px 0px;	
	}
}
