* {
	padding:0;
	margin:0;
	border:0;
	outline:none;
}
*:focus {
	outline:1px solid rgba(0,0,0,0.1);
}
input:focus {
	outline:1px solid #AB5B89;
}

@font-face
{
font-family: "Century Gothic";
src: url('/css/GOTHIC.TTF')
}
@font-face
{
font-family: "BrushScriptStd";
src: url('/css/BrushScriptStd.otf')
}
@font-face {
  font-family: "mmfontv2";
  src:url("/css/mmfontv2.eot");
  src:url("/css/mmfontv2.svg#mmfontv2") format("svg"),
  	url("/css/mmfontv2.eot?#iefix") format("embedded-opentype"),
    url("/css/mmfontv2.woff") format("woff"),
    url("/css/mmfontv2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mico:before {
	font-family: "mmfontv2" !important;
	font-size: 24px;
	line-height: 12px;
	display: inline-block;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 3px;
}
.mico-view:before {content: "a";}
.mico-edit:before {content: "b";}
.mico-new:before {content: "c";}
.mico-delete:before {content: "d";}
.mico-close:before {content: "d";}
.mico-trash:before {content: "e";}
.mico-confirm:before {content: "f";}
.mico-flag:before {content: "g";}
.mico-warning:before {content: "h";}
.mico-cancel:before {content: "i";}
.mico-search:before {content: "j";}
.mico-config:before {content: "k";}
.mico-print:before {content: "l";}
.mico-image:before {content: "m";}
.mico-back:before {content: "n";}
.mico-next:before {content: "o";}
.mico-dsp1:before {content: "p";}
.mico-dsp2:before {content: "q";}
.mico-crop:before {content: "r";}
.mico-link:before {content: "s";}
.mico-address:before {content: "t";}
.mico-map:before {content: "u";}
.mico-date:before {content: "v";}
.mico-tag:before {content: "w";}
.mico-social:before {content: "x";}
.mico-user:before {content: "y";}
.mico-star:before {content: "z";}
.mico-comment:before {content: "A";}
.mico-folder:before {content: "B";}
.mico-video:before {content: "C";}
.mico-movie:before {content: "D";}
.mico-time:before {content: "E";}
.mico-home:before {content: "F";}
.mico-security:before {content: "G";}
.mico-pers:before {content: "H";}
.mico-down:before {content: "I";}
.mico-up:before {content: "J";}
.mico-photo:before {content: "K";}
.mico-copy:before {content: "L";}
.mico-contrast:before {content: "M";}
.mico-upload:before {content: "N";}
.mico-download:before {content: "O";}
.mico-poster:before {content: "P";}
.mico-sync:before {content: "Q";}
.mico-refresh:before {content: "R";}


body, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333;
}
table.normal tr td {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
body {
	/*
	background: #d0d0ce url(/img/background.png) repeat-x center bottom;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.20)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
	*/
	text-align:center;
	
	/*background-color: #cdc2ce;*/
	background-color: #EEE;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;

}
a {
	color:#AB5B89;
	text-decoration: none;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#CABDC9;
	font-size: 32px;#application.ntxt[session.language][0]#<!---  --->
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#CABDC9;
	font-size: 16px;
}
.annim-basket {
	display: block;
	position: absolute;
	animation-name: anim-bsk;
	animation-delay: 0s;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	-webkit-animation-name: anim-bsk;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	z-index: 999;
	background:url(/img/blink-basket.png) no-repeat center center transparent;
	background-size: cover;
}
@-webkit-keyframes anim-bsk {
	1%   { 
		display:block;
		top: -100px;
		left: -300px;
		width: 400px;
		height: 400px;
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
	100% { 
		display:block;
		top: 40px;
		left: 130px;
		width: 1px;
		height: 1px;
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
}
@charset "UTF-8";

@font-face {
  font-family: "social";
  src:url("fonts/social.eot");
  src:url("fonts/social.eot?#iefix") format("embedded-opentype"),
    url("fonts/social.woff") format("woff"),
    url("fonts/social.ttf") format("truetype"),
    url("fonts/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon-social]:before {
  font-family: "social" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-social-"]:before,
[class*=" icon-social-"]:before {
  font-family: "social" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 30px !important;
}

.icon-social-android:before {
  content: "a" !important;
}
.icon-social-apple:before {
  content: "b" !important;
}
.icon-social-facebook:before {
  content: "c" !important;
}
.icon-social-google-plus:before {
  content: "d" !important;
}
.icon-social-linkedin:before {
  content: "e" !important;
}
.icon-social-pinterest:before {
  content: "f" !important;
}
.icon-social-twitter:before {
  content: "g" !important;
}
.icon-social-windows:before {
  content: "h" !important;
}
/************************* page *************************/
.page {
    background: #FFF;
    display: inline-block;
    position: relative;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    width: 900px;
    padding: 0;
    margin: 20px 0;
    /* border: 4px solid #cdc2ce;*/
}
.page .header {
	padding:0 20px;
}
.page .header .first-line {
	display:block;
	padding:4px 0;
	color:#CCC;
	overflow:hidden;
	margin:auto;
}
.page .header .first-line a {
	color:#AB5B89;
	font-size: 11px;
}
.page .header .head {
	clear:both;
	display:block;
	background: url(/img/head.jpg) no-repeat center top;
	width:auto;
	height:350px;
	margin:0;
	border-top:5px solid #EEE;
	position:relative;
}
.page .header .head:after {
	content:"";
	display:block;
	position:absolute;
	background: url(/img/head-trans.png) no-repeat left top;
	background-size: cover;
	top:0;
	left:0;
	right: 200px;
	bottom: 80px;
	z-index:700;
}
.page .header .head .logo {
	display:block;
	position:absolute;
	background: url(/img/logo-head.png) no-repeat center center;
	background-size: cover;
	width: 230px;
	height: 158px;
	top:10px;
	left:20px;
	z-index:500;
	animation-name: anim-logo;
	animation-delay: 0s;
	animation-duration: 2s;
	animation-iteration-count: 1;
	-webkit-animation-name: anim-logo;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
}
.social-head {
	display:inline-block;
	margin-left:4px;
	background:url(/img/sprite-social-32.png);
	background-size:cover;
	width:16px;
	height:16px;
	background-position:0 -20px;
	vertical-align: middle;
	margin-top: -2px;
}
.social-head.fb {
	background-position:0 0px;
}
.social-head.tw {
	background-position:0 -20px;
}
.social-head.g {
	background-position:0 -40px;
}
.social-head.mail {
	background-position:0 -60px;
}
.social-footer {
	display:inline-block!important;
	margin-left:4px;
	background:url(/img/sprite-social-32.png);
	background-size:cover;
	width:32px;
	height:32px;
	background-position:0 -20px;
	vertical-align: middle;
	margin-top: 4px;
}
.social-footer.fb {
	background-position:0 0px;
}
.social-footer.tw {
	background-position:0 -40px;
}
.social-footer.g {
	background-position:0 -80px;
}
.social-footer.mail {
	background-position:0 -120px;
}
@keyframes anim-logo {
	20%   { 
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	80% { 
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}
@-webkit-keyframes anim-logo {
	20%   { 
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	80% { 
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}
/************************* head anim *************************/
.page .header .head .anim {
	position: relative;
	margin-top: 33px;
}
.page .header .head .anim .b0:after {
	display:block;
	position: absolute;
	content:"Préparations de Fruits fabriquées en Provence";
	top: 4px;
	left: 303px;
	font-size: 12px;
	font-weight: normal;
	color: #603968;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background: rgba(255,255,255,0.2);
	padding: 8px 16px;
	border-radius: 9px;
	animation-name: anim-b0;
	animation-delay: 0s;
	animation-duration: 3s;
	animation-iteration-count: 1;
	-webkit-animation-name: anim-b0;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
}
.page .header .head .anim .b1 {
	display:block;
	position: absolute;
	background: url(/img/head-B1.png) no-repeat 0 0 transparent;
	width: 350px;
	height: 60px;
	top: 60px;
	left: 370px;
	animation-name: anim-b1;
	animation-delay: 0s;
	animation-duration: 2s;
	animation-iteration-count: 1;
	-webkit-animation-name: anim-b1;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
}
.page .header .head .anim .b2 {
	display:block;
	position: absolute;
	background: url(/img/head-B2.png) no-repeat 0 0 transparent;
	width: 350px;
	height: 60px;
	top: 95px;
	left: 370px;
	animation-name: anim-b2;
	animation-delay: 0s;
	animation-duration: 2s;
	animation-iteration-count: 1;
	-webkit-animation-name: anim-b2;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
}
.page .header .head .anim .b3 {
	display:block;
	position: absolute;
	background: url(/img/head-B3.png) no-repeat 0 0 transparent;
	width: 350px;
	height: 60px;
	top: 138px;
	left: 370px;
	animation-name: anim-b3;
	animation-delay: 0s;
	animation-duration: 2s;
	animation-iteration-count: 1;
	-webkit-animation-name: anim-b3;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
}
@keyframes anim-b0 {
	20%   { 
		margin-top:-20px; 
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	100% { 
		margin-top:0px; 
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}
@-webkit-keyframes anim-b0 {
	20%   { 
		margin-top:-20px;
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	100% { 
		margin-top:0px;
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}

@keyframes anim-b1 {
	20%   { 
		left:540px; 
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	100% { 
		left: 370px; 
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}
@-webkit-keyframes anim-b1 {
	20%   { 
		left:540px; 
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	100% { 
		left: 370px; 
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}
@keyframes anim-b2 {
	20%   { 
		left:250px; 
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	100% { 
		left: 370px; 
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}
@-webkit-keyframes anim-b2 {
	20%   { 
		left:250px; 
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	100% { 
		left: 370px; 
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}
@keyframes anim-b3 {
	20%   { 
		left:540px; 
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	100% { 
		left: 370px; 
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}
@-webkit-keyframes anim-b3 {
	20%   { 
		left:540px; 
		opacity:0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
	}
	100% { 
		left: 370px; 
		opacity:1;
		filter:alpha(opacity=1); /* For IE8 and earlier */
	}
}
/************************************ nav ************************************/
.nav-phone {
	display:none;
}
.nav {
	display:block;
	clear:both;
	margin: auto;
}
.nav ul {
	display:block;
	background:#CABDC9;
	overflow: hidden;
	border-top:6px solid #351C3B;
}
.nav ul li {
	display:block;
	float:left;
}
.nav ul li a {
	display:block;
	color:#FFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#603968;
	padding:8px 8px 8px 8px;
	font-weight: bold;
	background-color:#CABDC9;
	position: relative;
}
.nav ul li.selected a {
	background-color: #AB5B89;
	color:#FFF;
}
.nav ul li .ole {
	display: block;
	background: url(/img/ole_1.png) repeat-x;
	height: 13px;
	position: absolute;
	bottom: -12px;
	width: 100%;
	left: 0;
}
.nav ul li.selected .ole {
	background: url(/img/ole_2.png) repeat-x;
}
.nav ul li:hover .ole {
	transition: color margin 0.5s;
	-webkit-transition: color margin 0.5s; /* Safari */
	background: url(/img/ole_3.png) repeat-x;
}
.nav [class^="icon-"] {
	display: none;
}

.main {
	display: block;
	float: left;
	width: 570px;
	margin: 0 10px 0 20px;
	text-align: left;
}
.wc {
	padding:8px 0;
	color:#666;
	line-height: 19px;
	font-size:13px;
}
.wc p {
	margin: 8px 0;
}
/**************************************** right ****************************************/
.right {
	display: block;
	width: 270px;
	margin: -10px 0 0 10px;
	float: left;
	text-align: left;
}
.right .box {
	clear:both;
	display:block;
	padding: 0;
	margin:0 0 8px 0;
}
.right .box .title {
	display:block;
	background-color: #351C3B;
	padding:8px 16px;
	color:#FFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-image: url(/img/lum.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
}
.right .box .box-content {
	padding:10px;
	color: #603968;
	background:#CABDC9; 
	font-size: 12px;
}
.right .box .box-list {
	padding:0;
	color: #351C3B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.right .box .box-list div {
	display:block;
	margin-bottom:1px;
}
.right .box .box-list div a {
	display: block;
	position: relative;
	padding: 8px 8px 8px 36px;
	background: #CABDC9;
	color: #603968;
	font-weight: bold;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 28px;
}
.right .box .box-list div a span {
	display: block;
	float: right;
	font-weight: normal;
}
.right .box .box-list div.selected a {
	background-color:rgba(0,0,0,0.05);
}
.right .box .box-list div.selected a:after {
	border-left: 10px solid rgba(0,0,0,0.05);
}
.right .box .box-list div a:hover {
	background-color: #351C3B;
	color:#FFF;
}
.right .box .box-list div a:hover span {
	color:#AB5B89;
}
.right .box .box-list div a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid #CABDC9;
	position: absolute;
	right: -10px;
	top: 0px;
}
.right .box .box-list div a:hover:after {
	border-left: 12px solid #351C3B;
}
/**************************************** footer ****************************************/
.footer {
	display:block;
	background: #AB5B89;
	min-height: 200px;
	margin: 20px;
	color:#FFF;
	text-align: left;
}
.footer .foot {
	display: block;
	clear:both;
	padding: 10px 20px;
	border-top: 1px dotted rgba(255,255,255,0.4);
	line-height: 20px;
}
.footer a {
	color:#FFF;
}
.foot-menu {
	display:block;
}
.foot-menu div {
	display:block;
	float:left;
	width:240px;
	padding:10px;
	margin: 10px;
	border-left: 1px dotted rgba(255,255,255,0.4);
	height:120px;
}
.foot-menu div:first-child {
	border:0;
}
.foot-menu div a {
	display:block;
	padding: 0 0 4px 0;
	color:rgba(255,255,255,0.8);
}

.foot-menu div [class^="icon-"]{
	float:left;
	margin:4px;
}
.foot-menu div a:hover {
	color:rgba(255,255,255,1);
}
/**************************************** main ****************************************/
.zone-title {
	clear: both;
	display:block;
	background-color: #AB5B89;
	padding:8px 16px 24px 16px;
	margin:8px 0;
	color:#FFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-image: url(/img/lum.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: normal;
}
.zone-title h2 {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
}
.zone-subtitle {
	clear: both;
	display:block;
	padding: 8px 16px;
	margin:8px 0;
	background: #DDD;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.zone-subtitle h3 {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
}
/* FORM */
input[type='text'], 
input[type='password'], 
select, 
textarea {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 2px;
	background: #FFF;
	box-shadow: 0 0 6px #CCC inset;
	padding: 6px 10px;
	width: 100%;
	border: 1px solid #AAA;
	color: #333;
}
input[type='text']:focus, 
input[type='password']:focus, 
select:focus, 
textarea:focus {
	box-shadow: 0 0 6px #AB5B89 inset;
	border: 1px solid #AB5B89;
	outline:none;
}
input[type='submit'],
input[type='button'],
.button,
button {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 2px;
	background: #AB5B89;
	padding: 10px 10px;
	width:auto;
	color: #FFF;
	font-size: 12px;
	cursor:pointer;
}
input[type='submit']:hover,
input[type='button']:hover,
.button:hover,
button:hover {
	opacity: 0.8;
}
.right input[type='submit'],
.right input[type='button'],
.right .button {
	width:100%;
}
input[type='radio'] {
	vertical-align: middle;
}

.price sup {
vertical-align: middle;
font-size: xx-small;
font-weight: normal;
margin: 0 2px;
}

/* pc */
@media only screen and (min-width: 940px) {

	body {
		/*background-image: url(/img/bg-flor.png);
		background-position: center center;
		background-repeat: no-repeat;*/
		/*background-image: url(/img/background.jpg);*/
	}
	body.test {
		/*background-image: url(/img/background2.jpg);*/
		background-size: 100%;
		background-position: bottom;
		background-attachment: fixed;
	}
	#head-basket {
		display: block;
		position: absolute;
		top: 50px;
		right: -8px;
		background: url(/img/ico-panier.png) no-repeat 6px 4px #351c3b;
		color: #FFF;
		padding: 10px 10px 10px 41px;
		z-index: 999;
		box-shadow: 0 0 4px rgba(0,0,0,0.5);
		cursor: pointer;
	}
	.nav ul {
		display:block;
		background:transparent;
		height: 80px;
		position:relative;
	}
	.nav ul li {
		display:block;
		float:left;
		padding:0 2px 0 0;
		margin-top:-40px;
		transition: color margin 1s;
		-webkit-transition: color margin 1s; /* Safari */
	}
	.nav ul li:after {
		content: "";
		display: inline-block;
		height: 3px;
		background: #000;
		filter: blur(3px);
		-webkit-filter: blur(3px);
		-moz-filter: blur(3px);
		-o-filter: blur(3px);
		-ms-filter: blur(3px);
		margin-top: 24px;
		opacity: 0.0;
		transition: color margin 1s;
		-webkit-transition: color margin 1s;
		width: 90%;
	}
	.nav ul li:hover {
		margin-top: -24px;
		transition: color margin 0.5s;
		-webkit-transition: color margin 0.5s; /* Safari */
	}
	.nav ul li:hover a {
		background-color: #351C3B;
		color: #FFF;
		transition: color margin 1s;
		-webkit-transition: color margin 1s; /* Safari */
	}
	.nav ul li.selected:hover a {
		background-color: #351C3B;
		transition: color margin 1s;
		-webkit-transition: color margin 1s; /* Safari */
	}
	.nav ul li:hover:after {
		margin-top: 5px;
		opacity: 0.2;
		transition: color margin 0.5s;
		-webkit-transition: color margin 0.5s; /* Safari */
	}
	.nav ul li.selected {
		margin-top:-24px;
	}
	.nav ul li.selected:after {
		margin-top: 5px;
		opacity: 0.2;
	}
	.nav ul li a {
		display:block;
		padding:58px 20px 8px 20px;
		/*border-radius: 4px;*/
		box-shadow: 0 0 4px #CCC;
		background-image: url(/img/lum.png);
		background-repeat: no-repeat;
		background-position: left 24px;
	}
	.nav [class^="icon-"],
	.nav [class*=" icon-"] {
		display: block;
		position: absolute;
		top: 10px;
		font-size: 23px;
		text-align: center;
		right: 0;
		left: 0;
	}
	.nav ul li:hover [class^="icon-"],
	.nav ul li:hover .nav [class*=" icon-"],
	.nav ul li.selected [class^="icon-"],
	.nav ul li.selected .nav [class*=" icon-"] {
		top: 30px;
	}

	.nav ul li span.home {
		display: block;
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		background: url(/img/logo-b-100.png);
		height: 31px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		margin-top: -3px;
	}
	.nav ul li:hover span.home,
	.nav ul li.selected span.home {
		top: 30px;
	}

	.main {
		margin-top: -10px;
	}
}

/* pad */
@media only screen and (max-width: 940px) {
	.foot-menu div {
		width: 120px;
	}
	.page {
		width: 600px;
		color:#CCC;
	}
	.page .header {
		padding:0 10px;
	}
	.page .header .head {
		display: none;
		background-size: 100%;
		height:236px;
	}
	.page .header .head:after {
		right: 110px;
		bottom: 50px;
	}
	.page .header .head .logo {
		width: 184px;
		height: 108px;
		top: 10px;
		left: 0px;
	}
	.page .header .head .anim {
		margin-left: -143px;
		margin-top: 8px;
	}
	.main {
		padding:0 10px;
		width: 360px;
		margin-left: 0;
		margin-right: 0;
	}
	.right {
		width: 210px;
		margin: 10px 0 0 0;
	}
	.gt_pad {
		display:none;
		visibility:hidden;
		position: absolute;
	}
}

/* phone */
@media only screen and (max-width: 600px) {
	body {
		padding-top: 70px;
	}
	#id-header {
		background: url(/img/logo-inline.png) no-repeat 5px 7px #351C3B;
		padding-top: 54px;
		background-size: 270px;
	}
	.scroll-mobile {
		width: 100%;
		overflow-x: scroll;
	}
	.foot-menu div {
		width: 260px;
		border: 0;
		border-top:  1px dotted rgba(255,255,255,0.4);
		height: auto;
		margin: 0 10px;
	}
	.foot-menu div:first-child {
		border:0;
	}
	.page {
		width: 320px;
		color:#CCC;
		margin-top: 0;
		padding-top: 10px;
	}
	.page .header {
		padding:0 10px;
		display: block;
		position: fixed;
		top: 0;
		left: -85%;
		z-index: 9999;
		width: 84%;
		bottom: 0;
		height: 100%;
		background: #351C3B;
		opacity: 0.95;
		box-shadow: 0 0 10px #000;
		padding:0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s; /* Safari */
	}
	.page .header.show {
		left:0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s; /* Safari */
	}
	.nav-phone {
		display:block;
		position:fixed;
		right: 0;
		left: 0;
		top: 0;
		z-index: 9998;
		transition: all 0.5s;
		-webkit-transition: all 0.5s; /* Safari */
		background: url(/img/logo-inline.png) no-repeat 5px 7px #351C3B;
		background-size: 300px;
	}
	.page .header.show .nav-phone {
		right: -50px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s; /* Safari */
	}
	.nav-phone .iphone-but {
		display: block;
		float: right;
		width: 60px;
		height: 60px;
		color: #FFF;
		background: #351C3B;
		font-size: 38px;
		line-height: 57px;
		font-family: 'Simple-Line-Icons';
	}
	.nav-phone .iphone-but:before {
		content:"\e067";
	}
	.page .header .head {
		height: 92px;
		border: 0;
		background:rgba(255,255,255,0.0);
		overflow: hidden;
	}
	.page .header .head:after {
		width: 100%;
	}
	.page .header .head .logo {
		width: 210px;
		height: 80px;
		top: 4px;
		left: 70px;
		background: url(/img/logo-b-100.png) no-repeat center center;
		display: inline-block;
	}
	.page .header .head:after {
		right: 110px;
		bottom: -90;
	}
	.page .header .head .anim {
		display:none;
	}
	#head-basket {
		display:none;
	}
	.page .header .first-line {
		position: absolute;
		bottom: 0;
		right: 8px;
		left: 8px;
	}
	.nav [class^="icon-"] {
		display: inline-block;
		margin-right: 8px;
	}
	.nav ul {
		background: transparent;
	}	
	.nav ul li {
		display:block;
		clear:both;
		width:100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.nav ul li .ole {
		display:none;
	}
	.nav ul li a {
		text-align: left;
		font-size: 1.5em;
		padding: 8px 16px;
		font-weight: normal;
		color:#FFF;
		background-color:transparent;
	}
	.main {
		width: 300px;
	}
	.right {
		width: 300px;
		margin: 10px 0 0 10px;
	}
	.footer {
		margin: 0 10px 10px 10px;
	}
	.gt_phone {
		display:none;
		visibility:hidden;
		position: absolute;
	}
}

/* basket-right */
.basket-right {
	text-align: left;
	padding: 0;
	margin: 0;
}
.basket-right ul {
	display:block;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.basket-right ul li {
	display:block;
	padding: 4px;
	margin: 0;
	list-style: none;
	border-top: 1px solid rgba(53,28,59,0.1);
	overflow: hidden;
}
.basket-right ul li div {
	display: block;
	float:left;
	font-size:11px;
}
.basket-right ul li:first-child {
	border:0;
}

.basket-right ul li div.r {
	width:70px;
	font-weight: bold;
}
.basket-right ul li div.t {
	width:150px;
}
.basket-right ul li div.q {
	float:right;
}

.basket-right ul.product-subtotal,
.basket-right ul.product-total {
	border-top: 1px solid rgba(53,28,59,0.4);
	font-weight: bold;
}

.error-zone {
	background:#e53361;
	padding:16px;
	color:#FFF;
}
.error-zone .t {
	font-size: 20px;
	font-family: "Century Gothic";
}
.msg-zone {
	background:#dff0d8;
	border:1px solid #d6e9c6;
	padding:16px;
	color:#3c763d;
}
.msg-zone .t {
	font-size: 20px;
	font-family: "Century Gothic";
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/css/glyphicons-halflings-regular.eot');
  src: url('/css/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/css/glyphicons-halflings-regular.woff2') format('woff2'), url('/css/glyphicons-halflings-regular.woff') format('woff'), url('/css/glyphicons-halflings-regular.ttf') format('truetype'), url('/css/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button .glyphicon,
button .glyphicon {
	margin-right:4px;
}

.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}