@font-face {
  font-family: "Futura BT Medium Condensed";
  src: url('../font/futurabt-mediumcondensed.eot');
  src: url('../font/futurabt-mediumcondensed.svg') format('svg'), url('../font/futurabt-mediumcondensed.woff') format('woff'), url('../font/futurabt-mediumcondensed.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Bold';
  src: url('../font/futura-bold.eot');
  src: url('../font/futura-bold.svg') format('svg'), url('../font/futura-bold.woff') format('woff'), url('../font/futura-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura BT Book';
  src: url('../font/futurabt-book.eot');
  src: url('../font/futurabt-book.svg') format('svg'), url('../font/futurabt-book.woff') format('woff'), url('../font/futurabt-book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Condensed Medium';
  src: url('../font/futura-condensed-medium.eot');
  src: url('../font/futura-condensed-medium.svg') format('svg'), url('../font/futura-condensed-medium.woff') format('woff'), url('../font/futura-condensed-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura Medium';
  src: url('../font/futura-medium.eot');
  src: url('../font/futura-medium.svg') format('svg'), url('../font/futura-medium.woff') format('woff'), url('../font/futura-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura BT Medium';
  src: url('../font/futurabt-medium.eot');
  src: url('../font/futurabt-medium.svg') format('svg'), url('../font/futurabt-medium.woff') format('woff'), url('../font/futurabt-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------------------------ */
/* ::: =PRODUCT LIST (content with their own media queries) ::: */
/* ------------------------------------------------------------ */
.non-ecom .price,
.non-ecom .nonvendable {
  display: none !important;
}
.ecom .nonvendable {
  display: none;
}
.nonvendable.show {
  display: block;
}
.page-list .hidden {
  display: none;
}
.page-list #main #menu {
  display: inline-block;
  width: 100%;
  margin-bottom: -2px;
  background: white;
  border-bottom: 2px solid #bfc2c6;
}
.page-list #main #menu .menu-product {
  width: 670px;
}
.page-list #main #menu .menu-product ul {
  float: left;
}
.page-list #main #menu .menu-gender {
  float: right;
  width: 300;
  margin-left: 20px;
}
.page-list #main #menu .menu-gender ul {
  float: right;
}
.page-list #main #menu .select ul,
.page-list #main #menu .list ul {
  padding: 5px 10px 8px;
}
.page-list #main #menu .select ul li,
.page-list #main #menu .list ul li {
  float: left;
  margin: 5px 2px;
  font-size: 1.38462em;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
}
.page-list #main #menu .select ul li a,
.page-list #main #menu .list ul li a {
  padding: 5px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font: 1.3/1em "Interstate Bold", arial, "helvetica", sans-serif;
  color: #999;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.page-list #main #menu .select ul li a:hover,
.page-list #main #menu .list ul li a:hover {
  background-position: center -14px;
  color: black;
  text-decoration: none;
}
#prod-nav .wrap > a:hover {
  background-position: center -22px;
  color: black;
  text-decoration: none;
}
.page-list #main #menu .select ul li a.current,
.page-list #main #menu .list ul li a.current {
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  color: black;
  text-decoration: none;
}
.page-list #main #menu .select .selected,
.page-list #main #menu .list .selected {
  display: none;
}
.page-list #main #menu .btn {
  display: none;
  visibility: hidden;
}
.page-list #main #menu.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  background: url("../images/global/back-menu-fixed.png") repeat;
  border-bottom: none;
}
.page-list #main #menu.fixed .inner {
  width: 990px;
  margin: 0 auto;
}
.page-list #main #menu.fixed .menu-gender {
  display: none;
}
.page-list #main #menu.fixed .btn.medium {
  display: block;
  visibility: visible;
  float: right;
  margin-right: 10px;
  background: none;
  border: 0;
}
.page-list #main #menu.fixed .btn.medium a {
  padding: 5px 15px 5px 43px;
}
.page-list #main #menu.fixed .btn.medium span {
  top: 3px;
  height: 22px;
}
.page-list section {
  position: relative;
  overflow: visible;
  width: 100%;
  padding-bottom: 100px;
  background: white;
}
.page-list section .title {
  overflow: hidden;
}
.page-list section .title h2 {
  padding: 30px 0 60px;
  background: url("../images/global/title.gif") repeat center center;
}
.page-list section figure.border {
  display: block;
  width: 0;
  height: 0;
  margin-top: -40px;
  border-left: 495px solid white;
  border-right: 495px solid white;
  border-top: 40px inset transparent;
}
.page-list section .more {
  position: relative;
  z-index: 1;
  width: 190px;
  margin: -50px auto 65px;
  background: transparent;
  text-align: center;
}
.page-list section .more strong {
  display: block;
  height: 20px;
  padding: 8px 10px 0 18px;
  background: transparent url("../images/icons/question-mark.png") no-repeat 20px 6px;
  color: #999999;
}
.page-list section .more strong.cross {
  background: url("../images/icons/black-cross.png") no-repeat scroll 45px 6px;
  background-size: 20px 20px;
}
.page-list section .more .more-text {
  display: none;
  position: absolute;
  width: 200%;
  margin-left: -62%;
  padding: 20px;
  background: yellow;
  font-size: 0.85em;
  color: #333;
}
.page-list .has-sub-category .title h2 {
  padding: 20px 0 50x;
}
.page-list .has-sub-category .sub-category {
  margin-top: 40px !important;
  padding: 20px 0 55px;
  background: white;
  border-top: 1px solid #CCC;
}
.page-list .has-sub-category .sub-category .subtitle {
  display: inline-block;
  position: relative;
  left: 50%;
  top: -32px;
  text-align: center;
}
.page-list .has-sub-category .sub-category .subtitle h3 {
  position: relative;
  left: -50%;
  padding: 0 15px;
  font-size: 1.92308em;
  background: white;
}
.page-list .has-sub-category .sub-category .more {
  margin: -33px auto 50px;
}
.page-list .has-sub-category .sub-category .more strong {
  padding: 8px 10px 0 45px;
}
/* Product list */
.page-list .product-list {
  width: auto;
}
.page-list .product-list .product {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.page-list .product-list .product .inner {
  padding: 5px;
}
.page-list .product-list .product .infos {
  padding: 15px;
  background: white;
}
.page-list .product-list .product .conteneurImageProduit {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.page-list .product-list .product .conteneurImageProduit img {
  max-height: 100%;
  -webkit-transition: -webkit-filter 0.4s ease-in-out;
}
.page-list .product-list .product .conteneurImageProduit img.grayscale {
  -webkit-filter: grayscale(0.9);
}
.page-list .product-list .product .conteneurImageProduit.center {
  text-align: center;
}
.page-list .product-list .product .conteneurImageProduit.center img {
  position: relative;
  bottom: auto;
}
.page-list .product-list .product .couleurs {
  display: inline-block;
  margin: 0 auto 10px;
}
.page-list .product-list .product .couleurs a {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  margin: 1px 1px 1px 2px;
  margin-left: 3px;
}
.page-list .product-list .product .couleurs a:first-child {
  margin-left: 0;
}
.page-list .product-list .product .couleurs a.active {
  margin: 0 0 0 1px;
  border: 1px solid black;
}
.page-list .product-list .product .couleurs a img {
  overflow: hidden;
  width: 20px;
  height: 20px;
  padding: 1px;
}
.page-list .product-list .product .infosProduit {
  clear: left;
  font-family: arial, "helvetica", sans-serif;
  font-size: 1.23077em;
  line-height: 1.2em;
  color: black;
  text-transform: uppercase;
}
.page-list .product-list .product .infosProduit .nomProduit {
  height: 52px;
}
.page-list .product-list .product .infosProduit .category {
  display: block;
  font-size: 1em;
  text-transform: lowercase;
}
.page-list .product-list .product .infosProduit .category:first-letter {
  text-transform: uppercase;
}
.page-list .product-list .product .infosProduit .price {
  clear: left;
  display: block;
  margin-top: 15px;
  font-size: 25px;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
}
.page-list .product-list .product .infosProduit.old-price-block .nomProduit {
  margin-bottom: 5px;
}
.page-list .product-list .product .infosProduit.old-price-block .price {
  margin-top: 5px;
}
.page-list .product-list .product .infosProduit.old-price-block .old-price {
  position: relative;
  font: 1.05em "Interstate Bold", arial, "helvetica", sans-serif;
  color: #999;
  line-height: 1em;
  letter-spacing: -0.05em;
  text-align: center;
}
.page-list .product-list .product .infosProduit.old-price-block .old-price img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-list .product-list .product .tailles .taille {
  padding: 12px 18px 0;
}
.page-list .product-list .product .tailles .taille .line {
  background: url("../images/global/taille_trame.gif") repeat center top;
}
.page-list .product-list .product .tailles .taille .line span {
  display: inline-block;
  padding: 6px 5px;
  color: black;
}
.page-list .product-list .product .tailles .taille .line span.out {
  color: #999999;
}
.page-list .product-list .product .tailles .taille .msg {
  padding-top: 5px;
  font-size: 11px;
  font-style: italic;
  text-transform: lowercase;
  color: #333333;
}
.page-list .product-list .product .tailles .taille .msg:first-letter {
  text-transform: capitalize;
}
.page-list .product-list .product .tailles .taille .msg span {
  color: #999999;
}
.page-list .product-list .product .infosHover {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 160px;
  padding: 4% 16px;
  background: yellow;
  text-align: left;
  letter-spacing: 0;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.page-list .product-list .product .infosHover .close {
  display: block;
  position: absolute;
  right: 3%;
  top: 0;
  color: black;
  line-height: 20px;
}
.page-list .product-list .product .infosHover .close img {
  position: absolute;
  left: -22px;
  top: -2px;
  width: 20px;
}
.page-list .product-list .product .infosHover .titre {
  margin-top: 5px;
  padding: 8px 0;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  color: #31BABC;
  border-bottom: 1px solid #333333;
}
.page-list .product-list .product .infosHover .but {
  padding: 5px 0;
  border-bottom: 1px solid #333333;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  color: #333333;
  text-transform: lowercase;
}
.page-list .product-list .product .infosHover .but:first-letter {
  text-transform: capitalize;
}
.page-list .product-list .product .infosHover .text {
  margin-top: 18px;
  font-family: arial, sans-serif;
  color: #333333;
  line-height: 16px;
  text-transform: lowercase;
}
.page-list .product-list .product .infosHover .text:first-letter {
  text-transform: capitalize;
}
.page-list .product-list .product .infosHover .nonvendable {
  margin: 12px 18px 10px 0;
  padding: 10px 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  text-transform: lowercase;
  color: black;
}
.page-list .product-list .product .infosHover .nonvendable:first-letter {
  text-transform: capitalize;
}
.page-list .product-list .product .infosHover .btn a {
  padding: 10px 15px 10px 34px;
}
/* PRODUCT EXTRA */
.page-list .product-list .product-extra {
  position: relative;
  overflow: visible;
  padding: 0;
}
/* Taille selon les colonnes */
.type-shoes .product-list .product-extra.col-2 {
  width: 66.666666%;
}
.type-shoes .product-list .product-extra.col-3 {
  width: 100%;
}
.type-ski .product-list .product-extra.col-2,
.type-clothing .product-list .product-extra.col-2 {
  width: 50%;
}
.type-ski .product-list .product-extra.col-3,
.type-clothing .product-list .product-extra.col-3 {
  width: 75%;
}
.product-list .product-extra.col-4 {
  width: 100%;
}
/* PRODUCT BANNER */
.page-list .product-list .product-banner {
  height: auto;
  overflow: visible;
  text-align: left;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
}
.page-list .product-list .product-banner.striped {
  background: url("../images/global/title.gif") repeat center center;
}
/* Left: texte, prix et bouton */
.page-list .product-list .product-banner .left {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 1;
  width: 92%;
}
.page-list .product-list .product-banner .left > span {
  display: block;
}
.page-list .product-list .product-banner .left .title,
.page-list .product-list .product-banner .left .subtitle {
  max-width: 70%;
  height: auto;
  margin-top: 15px;
  background: none;
  font-size: 2.69231em;
  line-height: 35px;
  text-align: left;
  color: black;
}
.page-list .product-list .product-banner .left .subtitle {
  margin-top: 0;
  font-size: 1.5em;
}
/* Diff�rentes couleurs du texte */
.page-list .product-list .product-banner.color-grey .left .title,
.page-list .product-list .product-banner.color-grey .left .subtitle {
  color: #999;
}
.page-list .product-list .product-banner.color-white .left .title,
.page-list .product-list .product-banner.color-white .left .subtitle {
  color: white;
}
.page-list .product-list .product-banner .left .price {
  width: 90%;
  line-height: 30px;
}
.page-list .product-list .product-banner .left .btn {
  font-size: 1.23077em;
}
.page-list .product-list .product-banner .left .btn a {
  padding: 10px 43px 10px 15px;
}
.page-list .product-list .product-banner .left .btn span {
  left: auto;
  right: 12px;
}
.page-list .product-list .product-banner .left .btn span img {
  position: relative;
  left: auto;
  top: -2px;
}
/* Alignement text � droite */
.page-list .product-list .product-banner.align-right .left {
  left: auto;
  right: 25px;
  text-align: right;
}
.page-list .product-list .product-banner.align-right .left .title,
.page-list .product-list .product-banner.align-right .left .subtitle,
.page-list .product-list .product-banner.align-right .left .price {
  max-width: 100%;
  text-align: right;
}
/* Right: image */
.page-list .product-list .product-banner .right {
  display: table;
  width: 100%;
  height: 100%;
  text-align: left;
}
.page-list .product-list .product-banner.image-right .right {
  text-align: right;
}
.page-list .product-list .product-banner .right a {
  display: table-cell;
}
.page-list .product-list .product-banner .bottom span {
  color: #999;
}
/* Position de l'image */
.page-list .product-list .product-banner.img-right .right {
  text-align: right;
}
.page-list .product-list .product-banner.img-bottom .right a {
  vertical-align: bottom;
}
/* PRODUCT VIDEO */
.page-list .product-list .product-video.overlay-video .overlay {
  background: url("../images/global/overlay-video.png") repeat center center;
}
/* Product quote */
.page-list .product-list .product-quote {
  margin-top: 18px;
  padding: 0 3%;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  text-align: left;
  letter-spacing: -0.06em;
}
/* Diff�rentes taille selon les colonnes */
.type-shoes .product-list .product-quote.col-2 {
  width: 60.666666%;
}
.type-ski .product-list .product-quote.col-2,
.type-clothing .product-list .product-quote.col-2 {
  width: 44%;
}
.type-ski .product-list .product-quote.col-3,
.type-clothing .product-list .product-quote.col-3 {
  width: 69%;
}
.type-shoes .product-list .product-quote.col-3,
.type-ski .product-list .product-quote.col-4,
.type-clothing .product-list .product-quote.col-4 {
  width: 94%;
}
.page-list .product-list .product-quote blockquote {
  font-size: 2.69231em;
  color: black;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
.page-list .product-list .product-quote span {
  display: block;
  font-size: 1.92308em;
  line-height: 1.1em;
  color: #999;
}
/* Diff�rentes couleures du texte */
.page-list .product-list .product-quote.color-grey blockquote {
  color: #999;
}
.page-list .product-list .product-quote.color-grey span {
  color: #333;
}
.page-list .product-list .product-quote.color-white blockquote {
  color: white;
}
.page-list .product-list .product-quote.color-white span {
  color: #ccc;
}
/* Product bottom */
.page-list .product-list .product-banner,
.page-list .product-list .product-quote,
.page-list .product-list .product-video .container-video {
  margin-bottom: 40px;
}
.page-list .product-list .product-banner .bottom,
.page-list .product-list .product-quote .bottom,
.page-list .product-list .product-video .container-video .bottom {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  font-size: 1.1em;
  color: #333;
  text-align: center;
}
.page-list .product-list .product-banner .bottom span,
.page-list .product-list .product-quote .bottom span,
.page-list .product-list .product-video .container-video .bottom span {
  color: #999;
}
/* Discover (bottom of page) */
.page-list .discover {
  padding: 20px 10px 20px;
  background: white;
  border-top: 1px solid #eeeeee;
  text-align: center;
  text-transform: uppercase;
}
.page-list .discover ul {
  display: inline-block;
}
.page-list .discover ul li {
  float: left;
  margin: 10px 0 10px 8px;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
}
.page-list .discover ul li a {
  padding: 5px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #999999;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
}
.page-list .discover ul li:first-child {
  color: #666666;
}
.page-list .back-top {
  display: none;
  padding: 0 10px 20px;
  background: white;
  text-align: center;
  text-transform: uppercase;
}
.page-list .back-top div {
  width: 100%;
  background: #fafafa;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(#fafafa, #ececec);
  background-image: -moz-linear-gradient(#fafafa, #ececec);
  background-image: -o-linear-gradient(#fafafa, #ececec);
  background-image: linear-gradient(#fafafa, #ececec);
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.page-list .back-top div a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #999999;
  line-height: 40px;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
}
.page-list .back-top div a span {
  position: absolute;
  left: -15px;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 4px;
  background: url(../images/global/back-top.png) no-repeat -26px center;
}
.page-list .back-top div:hover a {
  color: #666666;
  text-decoration: none;
}
.page-list .back-top div:hover a span {
  background: url(../images/global/back-top.png) no-repeat left center;
}
/* ::: TYPE SHOES ::: */
.type-shoes .product-list .product {
  width: 33.333333%;
  height: 400px;
}
.type-shoes .product-list .product .inner {
  width: 316px;
}
.type-shoes .product-list .product-video {
  width: 66.666666%;
}
.type-shoes .product-list .product-video .container-video {
  height: 90%;
}
.type-shoes .product-list .product-video .container-video img {
  height: 100%;
}
.type-shoes .product-list .product-banner {
  height: 250px;
}
.type-shoes .product-list .product-quote {
  width: 27.333333%;
  height: auto;
}
/* ::: TYPE SKI ::: */
.type-ski .more.cross strong {
  padding: 8px 10px 0 60px !important;
  background: yellow url("../images/icons/black-cross.png") no-repeat scroll 35px 4px !important;
}
.type-ski .product-list .product .inner {
  width: 236px;
}
.type-ski .product-list .product-video {
  width: 72.7778%;
}
.type-ski .product-list .product-banner {
  height: 500px;
}
.type-ski .product-list .product-banner .left .btn {
  margin-top: 37px;
}
.type-ski .product-list .product-quote {
  width: 19%;
}
/* ::: TYPE CLOTHING ::: */
.type-clothing .product-list .product .inner {
  width: 234px;
}
.type-clothing .product-list .product-video {
  width: 50%;
}
.type-clothing .product-list .product-banner {
  height: 300px;
}
.type-clothing .product-list .product-quote {
  width: 19%;
  height: auto;
}
/* ::: RESULT SEARCH ::: */
.result-search #main {
  margin-top: 120px;
}
.result-search .product-list {
  margin-top: 0;
}
.result-search #main #menu {
  width: 96%;
  height: 38px;
  padding: 13px 2% 6px;
}
.lte10 .result-search #main #menu.fixed {
  padding: 13px 1.4% 6px 1%;
}
.result-search #menu .search {
  width: 27%;
  float: left;
  margin-right: 1%;
}
.result-search #menu .search input[type=text] {
  float: left;
  width: 215px;
  height: 27px;
  padding-left: 6px;
  border: 1px solid #eeeeee;
  font-size: 11px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.result-search #menu .search input[type=submit] {
  width: 34px;
  height: 31px;
  margin-left: -3px;
  padding: 0;
  background: url("../images/icons/ok.png") no-repeat center center;
  border: 0;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.result-search #menu .search input[type=submit]:hover,
.result-search #menu .search input[type=submit]:active {
  background: url("../images/icons/ok-hover.png") no-repeat center center;
}
.result-search #menu .result {
  float: left;
  width: 30%;
  font-size: 1.1em;
  line-height: 1.1em;
}
.result-search #menu .result strong {
  color: #333;
  text-transform: uppercase;
}
.result-search .menu-filter {
  float: right;
}
.result-search .menu-filter p {
  float: left;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1.2em;
  line-height: 32px;
  color: #999;
  text-transform: uppercase;
  text-align: right;
}
.result-search .menu-filter .select {
  position: relative;
  z-index: 0;
  overflow: visible;
  float: right;
  width: 210px;
  margin: -4px 0 0 0;
  border: 1px solid #cccccc;
}
.result-search .menu-filter select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 37px;
  border: 0;
}
.result-search .menu-filter option {
  position: relative;
  display: block;
  z-index: 5;
  padding-top: 3px;
}
.result-search .menu-filter .selected {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 95%;
  height: 37px;
  padding-left: 5%;
  background: white url("../images/global/select-mobile.gif") no-repeat right center;
  color: black;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  line-height: 37px;
  text-transform: uppercase;
}
.page-list #main #menu .select .selected img {
  vertical-align: middle;
  padding: 0 10px;
}
/* ::: TABLET ::: */
@media only screen and (min-width: 710px) and (max-width: 1023px) {
  .page-list #main #menu {
    width: 96%;
    height: 31px;
    padding: 15px 2% 5px;
    background: white;
    border-bottom: 1px solid #eeeeee;
  }
  .page-list #main #menu .list a {
    visibility: hidden;
  }
  .page-list #main #menu .menu-product ul li {
    font-size: 1.15385em;
  }
  .page-list #main #menu .menu-product {
    float: left;
    width: 60%;
    margin-right: 5%;
  }
  .page-list #main #menu .menu-gender {
    float: right;
    width: 120px;
  }
  .page-list #main #menu .select {
    position: relative;
    z-index: 0;
    overflow: visible;
    margin-top: -10px;
    border: 1px solid #cccccc;
  }
  .page-list #main #menu .select select {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 37px;
    border: 0;
  }
  .page-list #main #menu .select select option {
    position: relative;
    display: block;
    z-index: 5;
    padding-top: 3px;
  }
  .page-list #main #menu .select .selected {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 95%;
    height: 37px;
    padding-left: 5%;
    background: white url("../images/global/select-mobile.gif") no-repeat right center;
    color: black;
    font-family: "Interstate Bold", arial, "helvetica", sans-serif;
    line-height: 37px;
    text-transform: uppercase;
  }
  .page-list #main #menu .select .selected img {
    vertical-align: middle;
    padding: 0 10px;
  }
  .page-list section .title h2 {
    padding: 20px 0 60px;
    font-size: 2.38462em;
  }
  .page-list section figure.border {
    border-left: 355px solid white;
    border-right: 355px solid white;
  }
  .page-list section .more {
    margin: -50px auto 50px;
  }
  .page-list .product-list {
    width: 700px;
  }
  .page-list .product-list .product .infosProduit .nomProduit {
    height: 72px;
  }
  .page-list .product-list .product:hover .infosHover .btn {
    display: block;
  }
  /* Product extra */
  .page-list .product-list .product-banner .left .title,
  .page-list .product-list .product-banner .left .subtitle {
    max-width: 100%;
  }
  .page-list .product-list .product-banner .left .btn {
    font-size: 1em;
  }
  .page-list .product-list .product-quote blockquote {
    font-size: 1.92308em;
  }
  .page-list .product-list .product-quote span {
    font-size: 1.23077em;
  }
  .page-list .discover {
    display: none;
  }
  .page-list .back-top {
    display: block;
  }
  .page-list .back-top div {
    margin-left: 15px;
    background: transparent;
    border: 0;
    text-align: left;
  }
  .page-list .back-top div a {
    cursor: pointer;
  }
  /* ::: TYPE OF PRODUCT ::: */
  .type-shoes .product-list .product .inner {
    width: 223px;
  }
  .type-shoes .product-list .product-video .container-video {
    max-width: 100%;
  }
  .type-ski .product-list .product .inner {
    width: 165px;
  }
  .type-ski .product-list .product-banner .left span {
    font-size: 1.92308em;
    line-height: 25px;
  }
  .type-ski .product-list .product-banner .right {
    right: 10px;
  }
  .type-clothing .product-list .product .inner {
    width: 165px;
  }
  .type-clothing .product-list .product .conteneurImageProduit {
    height: 200px;
  }
  .type-clothing .product-list .product-banner .right a {
    width: 85%;
  }
  .result-search #main #menu {
    padding: 19px 2% 8px;
    border-bottom: 2px solid #EEEEEE;
  }
  .result-search #menu .search {
    display: none;
  }
  .result-search #menu .result {
    width: 45%;
  }
  .result-search #menu .menu-filter {
    width: 54%;
  }
  .result-search #menu .menu-filter p {
    line-height: 25px;
  }
}
/* ::: ALL MOBILE ::: */
@media only screen and (max-width: 709px) {
  .page-list #main {
    width: auto !important;
    margin: 0 15px !important;
  }
  .page-list #main #menu {
    height: 39px;
    padding: 22px 0 14px;
    background: transparent;
    border-bottom: 1px solid #eeeeee;
  }
  .page-list #main #menu .list a {
    visibility: hidden;
  }
  .page-list #main #menu .menu-product {
    float: left;
    width: 60%;
    margin-right: 5%;
  }
  .page-list #main #menu .menu-gender {
    float: right;
    width: 35%;
    margin-left: 0;
  }
  .page-list #main #menu .select {
    position: relative;
    z-index: 0;
    overflow: visible;
  }
  .page-list #main #menu .select select {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 37px;
    border: 0;
  }
  .page-list #main #menu .select select option {
    position: relative;
    display: block;
    z-index: 5;
    padding-top: 3px;
  }
  .page-list #main #menu .select select option[selected=selected] {
    background: #eee;
  }
  .page-list #main #menu .select .selected {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 95%;
    height: 37px;
    padding-left: 5%;
    background: white url("../images/global/select-mobile.gif") no-repeat right center;
    color: black;
    font-family: "Interstate Bold", arial, "helvetica", sans-serif;
    line-height: 37px;
    text-transform: uppercase;
  }
  .page-list #main #menu .select .selected img {
    vertical-align: middle;
    padding: 0 10px;
  }
  .page-list #main section > .title h2 {
    padding: 20px 0 54px;
    letter-spacing: -0.06em;
    font-size: 1.53846em;
  }
  .page-list #main section > .title h2 span {
    display: none;
  }
  .page-list #main section > .title.no-more {
    height: 100px;
  }
  .page-list #main section > .title.no-more h2 {
    font-size: 1.76923em;
  }
  .page-list #main section > .title.no-more h2 span {
    display: inline-block;
  }
  .page-list #main section .more {
    margin: -50px auto 50px;
  }
  .page-list #main section .more .more-text {
    width: 200%;
    margin-left: -66%;
  }
  .page-list #main section figure.border {
    width: 3%;
    border-left: 247px solid white;
    border-right: 248px solid white;
  }
  .page-list #main .has-sub-category .sub-category {
    margin-top: 25px !important;
  }
  .page-list #main .has-sub-category .sub-category .subtitle {
    top: -10px;
  }
  .page-list #main .has-sub-category .sub-category .more {
    margin: 0 auto 20px;
  }
  .page-list #main .product-list {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
  }
  .page-list #main .product-list .product {
    width: 50%;
  }
  .page-list #main .product-list .product .infosProduit .price {
    margin-top: 10px;
    font-size: 1.53846em;
  }
  .page-list #main .product-list .product:hover {
    border: 0 !important;
  }
  .page-list .product-list .product .inner {
    width: auto;
  }
  .page-list #main .product-list .product:hover .inner .tailles {
    display: none;
  }
  /* Product extra */
  .page-list #main .product-list .product-extra {
    width: 94.52%;
    padding: 18px 2.74%;
  }
  .page-list #main .product-list .product-video {
    width: 94.52% !important;
  }
  .page-list #main .product-list .product-banner {
    width: 94.52%;
  }
  .page-list #main .product-list .product-banner .left .title,
  .page-list #main .product-list .product-banner .left .subtitle {
    font-size: 1.53846em;
    line-height: 1.1em;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
  }
  .page-list .product-list .product-banner .left .title,
  .page-list .product-list .product-banner .left .subtitle {
    max-width: 100%;
  }
  .page-list #main .product-list .product-quote blockquote {
    font-size: 1.23077em;
  }
  .page-list #main .product-list .product-quote span {
    font-size: 1.07692em;
  }
  /* Product type */
  .page-list #main .type-shoes .product-list .product-video .container-video {
    max-width: 100%;
  }
  .page-list #main .type-shoes .product-list .product .inner .conteneurImageProduit {
    height: 150px !important;
  }
  .page-list #main .type-shoes .product-list .product-video a {
    left: 2.74%;
    width: 94.52%;
  }
  .page-list #main .type-ski .product-list .product-video {
    margin-top: 0;
  }
  .page-list #main .type-ski .product-list .product {
    width: 33.333333%;
  }
  .page-list #main .type-ski .product-list .product .inner .conteneurImageProduit {
    height: 400px !important;
  }
  .page-list #main .type-ski .product-list .product-banner {
    width: 55.70667%;
  }
  .page-list #main .type-ski .product-list .product-banner.col-3,
  .page-list #main .type-ski .product-list .product-banner.col-4 {
    width: 94.52%;
  }
  .page-list #main .type-ski .product-list .product-quote {
    width: 26%;
    padding: 0 3.666666%;
  }
  .page-list #main .discover {
    display: none;
  }
  .page-list #main .back-top {
    display: block;
  }
  /* Result Search*/
  .result-search #main #menu {
    height: 20px;
    margin-top: 40px;
    padding: 11px 2% 8px;
    background: white;
    border-bottom: 2px solid #EEEEEE;
  }
  .result-search #menu .search {
    display: none;
  }
  .result-search #menu .result {
    width: 100%;
    font-size: 0.95em;
  }
  .result-search #main #menu .menu-filter {
    display: none;
  }
  .result-search #main section .product-list {
    margin-top: 0;
  }
  .result-search #menu .search input[type=text] {
    height: 24px;
  }
}
/* end 709 */
/* ::: LARGE MOBILE ::: */
@media only screen and (min-width: 510px) and (max-width: 709px) {
  .page-list #main {
    margin: 0 auto !important;
    width: 510px !important;
  }
  .page-list #main section .title h2 span {
    display: inline-block;
  }
  .page-list #main .product .infosProduit .price {
    font-size: 1.53846em;
  }
  .page-list #main .product-list .product .conteneurImageProduit {
    min-height: 200px;
  }
  .page-list #main .product-video {
    height: 300px !important;
    min-height: 300px !important;
  }
}
/* end large mobile*/
/* ::: EXTRA MEDIA QUERIES ::: */
@media only screen and (max-width: 360px) {
  .page-list #main section {
    padding-bottom: 30px;
  }
  .page-list #main section .more .more-text {
    width: 200px;
    margin-left: -25px;
  }
  .page-list #main .product-list .product .infosProduit .category {
    display: none;
  }
  .page-list #main .product-list .product .infosProduit .price {
    font-size: 1.15385em;
  }
  .page-list #main .product-list .product .infos {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-list #main .product-list .product .infosHover {
    height: 100%;
  }
  .page-list #main .product-list .product .infosHover .btn span {
    display: none;
  }
  .page-list #main .product-list .product .infosHover .btn a {
    padding: 10px 15px;
  }
  /* Product extra */
  .page-list #main .product-list .product-extra {
    height: 250px;
  }
  .page-list #main .product-list .product-video {
    min-height: 200px !important;
    height: 200px !important;
  }
  .page-list #main .product-list .product-banner .left .btn a {
    padding: 10px 15px;
    font-size: 0.8em;
  }
  .page-list #main .product-list .product-banner .left .btn span {
    display: none;
  }
  .page-list #main .product-list .product-banner .right img {
    width: 100%;
  }
  .page-list #main .product-list .product-quote {
    height: auto;
  }
  /* Product type */
  .page-list #main .type-shoes .product-list .product .inner .conteneurImageProduit {
    height: 70px !important;
  }
  .page-list #main .type-shoes .product-list .product-banner {
    height: 180px !important;
  }
  .page-list #main .type-shoes .product-list .product-banner .left {
    left: 10px;
    bottom: 65px;
  }
  .page-list #main .type-shoes .product-list .product-banner .left .btn {
    position: absolute;
    bottom: -50px;
  }
  .page-list #main .type-shoes .product-list .product-banner.align-right .left {
    left: auto;
  }
  .page-list #main .type-shoes .product-list .product-banner.align-right .left .btn {
    right: 0;
  }
  .page-list #main .type-ski .product-list .product {
    height: 460px;
  }
  .page-list #main .type-ski .product-list .product .inner .conteneurImageProduit {
    height: 280px !important;
  }
  .page-list #main .type-ski .product-list .product-video {
    min-height: 150px;
  }
  .page-list #main .type-ski .product-list .product-banner .right a img {
    max-width: 65%;
  }
  .page-list #main .type-ski .product-list .product-banner.align-right,
  .page-list #main .type-ski .product-list .product-banner.align-right .left .title {
    text-align: left;
  }
  .page-list #main .type-ski .product-list .product-video {
    height: 200px !important;
    min-height: 200px !important;
  }
  .page-list #main .type-ski .product-list .product-quote {
    height: auto;
    font-size: 0.8em;
  }
  .page-list #main .type-clothing .product-list .product {
    height: 430px;
  }
  .page-list #main .type-clothing .product-list .product-quote {
    height: auto;
  }
  .page-list #main .type-clothing .product-list .product .conteneurImageProduit {
    height: 130px;
  }
  .page-list #main .type-clothing .product-list .product-banner {
    height: 200px;
  }
  .page-list #main .type-clothing .product-list .product-banner .left .btn {
    margin-top: 5px;
  }
  .result-search #menu .result {
    font-size: 0.95em;
  }
}
/* end 360 */
/* TOUCH OR NO-TOUCH DEVICE */
.touch .page-list section .more.cross strong {
  background: yellow url("../images/icons/black-cross.png") no-repeat scroll 52px 4px;
  background-size: 20px 20px !important;
  /*add "!important" 2012/01/02 */
  color: #333333;
}
.touch .page-list .product-list .product .couleurs a {
  width: 30px;
  height: 30px;
}
.touch .page-list .product-list .product .couleurs a img {
  width: 28px;
  height: 28px;
}
/*.touch .page-list .product-list .product .tailles .taille {
display: none;
}*/
.touch .page-list .product-list .product .infosHover .btn {
  display: inline-block;
  margin-top: 0;
  text-align: center;
}
.touch .page-list .product-list .product .infosHover .btn span {
  display: none;
}
.touch .page-list .type-ski .product-list .product-banner {
  min-height: 280px;
}
.touch .result-search #main #menu {
  width: 96.2%;
}
.touch .result-search #menu .search input[type="text"] {
  height: 24px;
}
.touch .result-search #main #menu {
  border-bottom: 3px solid #EEEEEE;
}
.no-touch .page-list section .more:hover {
  background: yellow;
  color: #333333;
}
.no-touch .page-list section .more:hover h2 {
  color: #333333;
}
.no-touch .page-list section .more:hover strong {
  color: #333333;
  background-position: 20px -79px;
}
.no-touch .page-list section .more:hover .more-text {
  display: block;
  cursor: pointer;
}
.no-touch .page-list section .product-list .product .infosHover .close {
  display: none;
}
.no-touch .page-list section .product-list .product .infosHover .btn {
  display: none;
}
@media only screen and (min-width: 710px) {
  .touch .result-search #main #menu {
    width: 96.1%;
  }
  /* Hover yellow block */
  .page-list .product-list .product:hover .inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 0 197px 0 0;
    background: yellow;
    border: 5px solid yellow;
  }
  .page-list .product-list .product .infos.arrow {
    background: white url('../images/global/yellow-arrow-left.png') no-repeat right 18px;
  }
  .page-list .product-list .product .infos.arrow.right {
    background: white url('../images/global/yellow-arrow-right.png') no-repeat left 18px;
  }
  .page-list .product-list .product:hover .infosHover {
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .touch .result-search #main #menu {
    width: 96.8% !important;
  }
}
/* --------------------------------------------------------------- */
/* ::: =PRODUCT CONTENT (content with their own media queries) ::: */
/* --------------------------------------------------------------- */
.product-page #main {
  margin-top: 160px;
}
#product {
  position: relative;
  background: #fff;
  letter-spacing: normal;
}
#product .clear {
  clear: both;
}
.btn .orange-btn {
  font-family: normal "Interstate Bold", arial, "helvetica", sans-serif;
  background: #e85c05;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ef7d01), color-stop(100%, #e85c05));
  background-image: -webkit-linear-gradient(#ef7d01, #e85c05);
  background-image: -moz-linear-gradient(#ef7d01, #e85c05);
  background-image: -o-linear-gradient(#ef7d01, #e85c05);
  background-image: linear-gradient(#ef7d01, #e85c05);
  border: 1px solid #E85C05;
  -webkit-box-shadow: #fff 0 0 0 inset;
  -moz-box-shadow: #fff 0 0 0 inset;
  box-shadow: #fff 0 0 0 inset;
}
.btn .orange-btn:hover,
.btn:hover .orange-btn {
  background: #ef7f01;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ef7f01), color-stop(100%, #31BABC));
  background-image: -webkit-linear-gradient(#ef7f01, #ef7f01);
  background-image: -moz-linear-gradient(#ef7f01, #ef7f01);
  background-image: -o-linear-gradient(#ef7f01, #ef7f01);
  background-image: linear-gradient(#ef7f01, #ef7f01);
}
#product {
  background: #fff;
  letter-spacing: normal;
  position: relative;
}
#product .clear {
  clear: both;
}
#product strong {
  font-weight: normal;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
}
#product .select {
  position: relative;
  overflow: visible;
  z-index: 0;
  width: 135px;
  height: 45px;
}
#product .select .selected {
  background: url("../images/global/select.png") no-repeat scroll right center white;
  color: #000;
  display: block;
  border: 1px solid #cccccc;
  padding: 10px 55px 10px 10px;
  font-size: 1.2em;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
#product .select select {
  opacity: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 45px;
  border: none;
}
#product .select select option {
  font: 1.076923em "Interstate Bold", arial, "helvetica", sans-serif;
}
.lte10 #product .select select {
  height: 47px;
  padding: 0;
}
#product .prod-part {
  clear: both;
}
.non-ecom #product #prod-additionals,
.non-ecom #prod-nav a:nth-child(3) {
  display: none;
}
#product .prod-subtitle {
  padding: 30px 0 45px 0;
  background: url(../images/productpage/prod-subtitle-bg.png);
  font-size: 3em;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: block;
  letter-spacing: -0.1em;
}
#product .prod-subtitle .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
/* ---- Product Zoom ---- */
#prod-zoom {
  position: absolute;
  width: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 500;
  display: none;
  border-bottom: 2px solid #fff;
}
#prod-zoom-close {
  background: url(../images/productpage/product-zoom-close.png) no-repeat left bottom;
  width: auto;
  height: 27px;
  padding: 0 0 0 33px;
  line-height: 27px;
  text-transform: uppercase;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1.2em;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  color: #ABABAB;
}
#prod-zoom-close:hover {
  background-position: left 1px;
  color: #000;
}
#prod-zoom-picture {
  text-align: center;
  position: relative;
  z-index: 5;
}
#prod-zoom-picture img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
#prod-zoom-thumbs {
  width: 100px;
  height: auto;
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 50px;
}
#prod-zoom-thumbs a {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
}
#prod-zoom-thumbs a:hover {
  border: 1px solid #999;
}
#prod-zoom-thumbs a img {
  max-width: 100%;
  height: auto;
}
/* ---- Product Navigation ---- */
#prod-nav {
  padding: 9px 5px;
  border-bottom: 1px solid #c8c8c8;
  overflow: auto;
  background: white url(../images/productpage/product-nav-bg.png);
}
#prod-nav .wrap > a {
  display: block;
  float: left;
  margin: 0 4px;
  padding: 6px 4px;
  background: url('../images/global/liceret.gif') repeat-x center 25px;
  font: 1.384615em/1em "Interstate Bold", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  color: #999999;
  font-size: 1.3em;
  line-height: 1em;
  letter-spacing: -0.06em;
}
#prod-nav .wrap > a:hover {
  background-position: center -15px;
  color: black;
  text-decoration: none;
}
#prod-nav a.active {
  text-decoration: none;
  color: #313131;
  background: #f5f5f5;
  padding: 5px 3px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -chrome-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#prod-nav a.back {
  float: right;
  padding: 0 15px 0 30px;
  margin: 4px 0 0 0;
  background: url(../images/icons/icon-back.png) no-repeat left 0;
  line-height: 26px;
  font-size: 0.9em;
  text-decoration: none;
  font-family: "Interstate bold", arial, "helvetica", sans-serif;
  border: none;
}
#prod-nav a.back:hover {
  background-position: left bottom;
  color: #000;
}
/* Product Rating Stars */
#product .prod-rate-stars {
  float: left;
  clear: left;
  background: #999999;
  position: relative;
  height: 11px;
  top: 3px;
  width: 60px;
}
#product .prod-rate-stars .mask {
  display: block;
  width: 60px;
  height: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#product .prod-rate-stars .fill {
  display: block;
  background: #31BABC;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 0;
}
#product .prod-rate-link {
  float: left;
  margin: 3px 15px 0 5px;
  font-size: 0.9em;
  line-height: 1em;
  text-decoration: underline;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
/* Product Picture */
#prod-intro {
  overflow: hidden;
  height: 1000px;
  padding: 0 0 30px 0;
}
#prod-img {
  width: 640px;
  position: absolute;
  top: 0;
  left: 0;
}
#prod-img img {
  max-with: 100% !important;
  height: auto !important;
  cursor: pointer;
}
#prod-img-360 img {
  cursor: url("../images/productpage/jquery.reel.cur.ico"), move;
  position: relative;
  z-index: 10;
}
#prod-img-360 {
  width: 550px;
  height: 550px;
  position: relative;
  margin: 25px auto 0 auto;
  display: none;
  z-index: 1;
}
#prod-img-360 div {
  width: auto !important;
  height: auto !important;
}
#prod-img-360 p {
  position: absolute;
  z-index: 20;
  bottom: 48px;
  left: 0;
  padding: 10px 0 10px 225px;
  background: url("../images/productpage/product-360-2.png") no-repeat scroll 180px center transparent;
  color: #999;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
  line-height: 16px;
  text-transform: uppercase;
}
.finger,
.touch .mouse {
  display: none;
}
.touch .finger {
  display: inline;
}
#prod-img-360-btn {
  width: auto;
  border: 1px solid #c8c8c8;
  margin: 0 auto 20px auto;
  font-family: Interstate Bold;
  font-size: 1em;
  line-height: 1em;
  color: #999;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: url(../images/productpage/product-360-bg-mobile.png) repeat-x top;
  display: none;
  -webkit-border-radius: 4px;
  -chrome-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#prod-img-360-btn.active,
#prod-img-360-btn:hover {
  background-position: bottom;
}
#prod-img-360-btn .active {
  display: none;
}
#prod-img-360-btn.active .active {
  display: inline;
}
#prod-img-360-btn.active .inactive {
  display: none;
}
#prod-img-360-btn img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#prod-img-slider {
  width: 550px;
  height: 550px;
  position: relative;
  margin: 25px auto 0 auto;
}
#prod-img-slider .carousel-slider {
  width: 2000em;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
#prod-img-slider .carousel-mask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#prod-img-slider .carousel-element {
  float: left;
}
#prod-img-thumbnails {
  overflow: hidden;
  padding: 20px 0 0 20px;
}
#prod-img-thumbnails .carousel-slider {
  float: left;
}
#prod-img-thumbnails .carousel-element {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 3px 3px 0;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}
#prod-img-thumbnails .carousel-element .arrow {
  display: none;
  width: 102px;
  height: 12px;
  position: absolute;
  left: -1px;
  top: -12px;
  background: url(../images/productpage/product-picture-active.png) no-repeat;
}
#prod-img-thumbnails .carousel-element:hover,
#prod-img-thumbnails .carousel-element.active {
  border: 1px solid #999;
}
#prod-img-thumbnails .carousel-element.active .arrow {
  display: block;
}
#prod-img-thumbnails .carousel-element.carousel-zoom {
  background: url(../images/productpage/product-zoom.png) no-repeat center center;
}
#prod-img-thumbnails .carousel-element.carousel-360 {
  background: url(../images/productpage/product-360.png) no-repeat center center;
}
/* ---- Product Description ---- */
#prod-desc {
  width: 30.3%;
  padding: 40px 2.02% 0 0;
  float: right;
}
#product .prod-desc .desc-title {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1.9em;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: -0.05em;
}
#product .prod-desc .desc-ref {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1em;
  color: #676767;
  clear: both;
}
#product .prod-desc .desc-reviews {
  overflow: hidden;
  padding: 5px 0 0 0;
}
#product .prod-desc .desc-fb {
  float: left;
}
#product .prod-desc .desc-content {
  display: block;
  margin: 15px 0 0 0;
  padding: 20px 0;
  border-top: 10px solid #eeeeee;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}
#product .prod-desc .desc-colors {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #dddddd;
}
.prod-desc .desc-size {
  overflow: hidden;
  padding: 0 0 10px 0;
}
.prod-desc .desc-size label {
  float: left;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  color: #999999;
  font-size: 1.1em;
  padding: 10px 5px 10px 0;
  text-transform: uppercase;
}
.prod-desc .desc-size .select {
  float: left;
}
#product .prod-desc .desc-colors .color {
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid #eeeeee;
  margin: 0 4px 5px 0;
  float: left;
  cursor: pointer;
  position: relative;
}
#product .prod-desc .desc-colors .color .icon {
  width: 13px;
  height: 12px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  display: none;
  background: url(../images/productpage/product-color-active.png) no-repeat;
}
#product .prod-desc .desc-colors .color img {
  display: block;
  max-width: 100%;
  height: auto;
}
#product .prod-desc .desc-colors .color.active,
#product .prod-desc .desc-colors .color:hover {
  border-color: #31BABC;
}
#product .prod-desc .desc-colors .color.active .icon {
  display: block;
}
#product .prod-desc .desc-price {
  overflow: hidden;
  padding: 5px 0;
}
#product .prod-desc .desc-price .price {
  float: left;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 2.2em;
  color: #31BABC;
  line-height: 1em;
  width: 45%;
  text-align: right;
  letter-spacing: -0.05em;
}
#product .prod-desc .desc-price .indisprice {
  color: #999;
}
#product .prod-desc .desc-price .new-price {
  float: right;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 2.2em;
  color: #31BABC;
  line-height: 1em;
  width: 48%;
  text-align: left;
  letter-spacing: -0.05em;
}
#product .prod-desc .desc-price .old-price {
  float: left;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1.5em;
  color: #999;
  line-height: 1em;
  width: 48%;
  text-align: right;
  letter-spacing: -0.05em;
}
#product .prod-desc .desc-price .old-price span {
  position: relative;
  float: right;
  width: auto;
  height: 100%;
  padding-top: 4px;
}
#product .prod-desc .desc-price .old-price img {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#product .prod-desc .desc-price .delivery {
  float: right;
  margin: 0;
  text-transform: uppercase;
  font-family: Interstate Regular;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #57ab2d;
  width: 52%;
  text-align: left;
}
#product .prod-desc .desc-price.old-price-block .price {
  text-align: center;
}
#product .prod-desc .desc-price.old-price-block .delivery {
  clear: left;
  float: none;
  width: 84%;
  margin: 0 8%;
  padding-top: 5px;
  text-align: center;
}
#product .prod-desc .desc-price .orange {
  color: #ec8208;
}
#product .prod-desc .desc-actions {
  position: relative;
  margin-top: 10px;
  padding: 35px 6px 16px;
  background: #f6f6f6;
}
#product .prod-desc .desc-actions .mask {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#product .prod-desc .desc-actions .action {
  margin: 0;
  border: 5px solid #eeeeee;
  display: block;
  -webkit-border-radius: 10px;
  -chrome-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#product .prod-desc .desc-actions .action.reseller {
  border-color: #f6f6f6;
}
#product .prod-desc .desc-actions a {
  display: block;
  text-align: center;
  webkit-box-shadow: none;
  -chrome-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -chrome-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#product .prod-desc .desc-actions .btn-main {
  padding: 8px;
  font-size: 1.2em;
  text-transform: uppercase;
  border-color: #044796;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
}
#product .prod-desc .desc-actions .orange-btn {
  border-color: #e43b00;
}
#product .prod-desc .desc-actions .action.cart .btn-main {
  background-image: url(../images/productpage/product-additionals-cart-large.png);
  background-repeat: no-repeat;
  background-position: 11px center;
  padding: 12px 8px 12px 57px;
  text-align: center;
}
#product .prod-desc .desc-actions .action.cart .orange-btn {
  background-image: url(../images/productpage/product-subscribe.png);
}
#product .prod-desc .desc-actions .btn-secondary {
  padding: 10px 0;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #d5d5d5;
  background: #fff;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: -0.06em;
}
#product .prod-desc .desc-actions .action.reseller .btn-secondary {
  background-image: url(../images/productpage/product-reseller.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  padding: 10px 0 10px 15px;
  text-align: center;
  letter-spacing: -0.06em;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
}
#product .prod-desc .desc-arguments {
  overflow: hidden;
  padding: 20px 0 0 0;
}
#product .prod-desc .desc-arguments .argument {
  float: left;
  width: 33.3%;
  padding-top: 48px;
  background: url('../images/icons/commitments.png') no-repeat 26px top;
  font: 0.9em/1.1em Arial, Helvetica, sans-serif;
  text-align: center;
  color: #666;
}
#product .prod-desc .desc-arguments .argument.delivery {
  background-position: 26px -450px;
}
#product .prod-desc .desc-arguments .argument.guarantee {
  background-position: 26px -300px;
}
/* ---- Product Information ---- */
#prod-info .infolists {
  overflow: hidden;
  padding: 0 0 60px 0;
}
#prod-info .infolist {
  display: block;
  width: 42.93%;
  padding: 0 0 70px 0;
}
#prod-info .infolist.left {
  float: left;
  margin-left: 3.54%;
}
#prod-info .infolist.right {
  float: right;
  margin-right: 3.54%;
}
#prod-info .infolist li {
  display: block;
  padding: 6px 0 6px 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 1.1em;
  line-height: 1.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
#prod-info .infolist li .label {
  float: left;
  width: 65.9%;
}
#prod-info .infolist li .value {
  float: left;
  width: 34%;
  font-weight: bold;
  text-transform: none;
}
#prod-info .infolist li.title {
  padding: 15px 0 20px 0;
  margin: 0 0 10px 0;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  border-bottom: 10px solid #eeeeee;
  font-size: 1.5em;
  letter-spacing: -0.05em;
}
#prod-info .infobox {
  overflow: hidden;
  background: #eeeeee;
  margin: 0 0 10px 0;
  clear: both;
}
#prod-info .infobox-left {
  float: left;
  width: 32%;
  display: block;
}
#prod-info .infobox-left .title {
  display: none;
  font-size: 2.5em;
  line-height: 1em;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  color: #333333;
  padding: 30px 0 0 30px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
#prod-info .infobox-left .title:first-child {
  display: block;
}
#prod-info .infobox-left .title small {
  font-size: 0.6em;
  line-height: 1.2em;
  display: block;
}
#prod-info .infobox-left .desc {
  display: block;
  padding: 30px 30px 0 30px;
}
#prod-info .infobox-left .desc p {
  padding: 0 0 15px 0;
  margin: 0;
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
}
#prod-info .infobox-right {
  float: right;
  width: 66%;
  display: block;
  position: relative;
}
#prod-info .infobox-right img {
  max-width: 100%;
  height: auto;
  display: block;
}
#prod-info .infobox-right .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/productpage/product-infobox-bg.png);
  top: 0;
  left: 0;
}
#prod-info .infobox-right .overlay .play {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/productpage/product-infobox-play.png) 50% 50% no-repeat;
  cursor: pointer;
}
#prod-info .infobox-right .overlay:hover .play {
  background-image: url(../images/productpage/product-infobox-play-2.png);
}
#prod-info .infobox-carousel {
  position: relative;
}
#prod-info .infobox .carousel-nav {
  overflow: hidden;
  position: absolute;
  left: 25px;
  bottom: 30px;
}
#prod-info .infobox .carousel-nav .prev,
#prod-info .infobox .carousel-nav .next {
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(../images/productpage/infobox-carousel-nav.png);
  background-repeat: no-repeat;
  margin: 0 5px;
  cursor: pointer;
  float: left;
}
#prod-info .infobox .carousel-nav .prev {
  background-position: 0 0;
}
#prod-info .infobox .carousel-nav .next {
  background-position: -51px 0;
}
#prod-info .infobox .carousel-nav .prev:hover {
  background-position: 0 -104px;
}
#prod-info .infobox .carousel-nav .next:hover {
  background-position: -51px -104px;
}
#prod-info .infobox .carousel-nav .prev:active {
  background-position: 0 -51px;
}
#prod-info .infobox .carousel-nav .next:active {
  background-position: -51px -51px;
}
#prod-info .infobox .carousel-mask {
  overflow: hidden;
  position: relative;
}
#prod-info .infobox .carousel-slider {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 2000em;
}
#prod-info .infobox .carousel-element {
  float: left;
  position: relative;
}
#prod-info .infotech {
  clear: both;
  padding: 0 0 70px 0;
}
#prod-info .techtitle {
  font-size: 1.9em;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  line-height: 1em;
  padding: 20px 0;
  text-align: center;
  color: #666666;
  display: block;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
#prod-info .techbox {
  display: block;
  float: left;
  width: 23.74%;
  margin: 0 0 9px 1.01%;
  height: 80px;
  background: #eee;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#prod-info .techbox .title {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  color: #0d0d0d;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  letter-spacing: -0.05em;
}
#prod-info .techbox .icon {
  background: url(../images/productpage/icon-more.png) no-repeat;
  display: block;
  height: 21px;
  width: 21px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#prod-info .techbox .desc {
  background: #ffff00;
  min-width: 23.74%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -chrome-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#prod-info .techbox .desc .title {
  display: block;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  color: #0d0d0d;
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 0 20px;
  letter-spacing: -0.05em;
}
#prod-info .techbox .desc p {
  display: block;
  font-family: "Interstate Regular", arial, "helvetica", sans-serif;
  color: #0d0d0d;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0 20px;
}
.no-touch #prod-info .techbox:hover,
.touch #prod-info .opentechbox {
  z-index: 10;
}
.no-touch #prod-info .techbox:hover .desc,
.touch #prod-info .opentechbox .desc {
  height: auto;
  padding: 20px 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ---- Product Size Facts ---- */
#prod-size-content {
  overflow: hidden;
  padding: 60px 0 40px 0;
}
#prod-size-advice {
  width: 59.6%;
  margin-left: 3.54%;
  float: left;
}
#prod-size-grid {
  width: 26.26%;
  margin-right: 3.54%;
  float: right;
}
#prod-size .title {
  display: block;
  padding: 0 10% 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 10px solid #eee;
  font-size: 2.5em;
  line-height: 1em;
  color: #333;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
#prod-size .subtitle {
  display: block;
  padding: 0 0 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px 0;
}
#prod-size .subtitle .num {
  display: block;
  float: left;
  width: 22px;
  height: 24px;
  border: 3px solid #333;
  color: #333;
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  margin: 0 4px 0 0;
  padding: 0 0 0 2px;
  -webkit-border-radius: 24px;
  -chrome-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}
#prod-size .subtitle .label,
#prod-sizegrid-form .label {
  display: block;
  font-size: 1.4em;
  line-height: 1em;
  color: #333;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  padding: 6px 0 0 0;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
#prod-size p,
#prod-size-advice ol {
  font: 1.230769em arial, "helvetica", sans-serif;
  line-height: 1.2em;
  padding: 0 0 15px 0;
  color: #676767;
}
#prod-size p .mini-title {
  text-transform: uppercase;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  color: #333;
}
#prod-size-advice ol {
  list-style: decimal inside;
  min-height: 250px;
  padding-left: 100px;
  background: url('../images/productpage/size.jpg') no-repeat left top;
}
#prod-size-advice ol li {
  margin-bottom: 25px;
}
#prod-size label {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  color: #333;
  padding: 0 20px 0 0;
}
#prod-size table {
  width: 100%;
}
#prod-size table th,
#prod-size table td {
  padding: 10px;
  background: #F6F6F6;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  font-family: "Interstate Regular", arial, "helvetica", sans-serif;
  font-size: 1em;
}
#prod-size table th {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
}
#prod-size-grid table th {
  font-weight: bold;
}
#prod-size .sizegrid th,
#prod-size .sizegrid td {
  text-align: left;
}
#prod-size table .odd td {
  background: #eee;
}
.prod-sizegrid-select {
  overflow: hidden;
}
#prod-sizegrid-form {
  overflow: hidden;
  width: 100%;
  padding: 10px 0 20px 0;
}
#prod-sizegrid-form .label {
  dispaly: block;
  height: 15px;
  margin-bottom: 15px;
  color: #666;
}
#prod-sizegrid-form .intro {
  display: block;
  margin-bottom: 15px;
  font-size: 1.153846em;
  line-height: 1.2em;
  color: #333;
}
#prod-sizegrid-form label {
  display: block;
  float: left;
  font-size: 1em;
  line-height: 50px;
  color: #333;
  font-family: arial, "helvetica", sans-serif;
  text-transform: uppercase;
  padding: 0;
}
#prod-sizegrid-form .select {
  float: right;
  width: 137px;
  height: 50px;
}
#prod-sizegrid-form table {
  clear: both;
  margin: 20px 0 0 0;
}
#prod-sizegrid-form .gender {
  clear: both;
  display: inline-block;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
#prod-sizegrid-form .gender:first-child {
  border: none;
}
#prod-sizegrid-form .type {
  float: left;
  width: 45%;
}
#prod-sizegrid-form.type {
  width: 45%;
}
#prod-sizegrid-form .type:first-child {
  margin-right: 10%;
}
#prod-sizegrid-form .type table tr:last-child td {
  font-weight: bold;
}
/* ---- Additionals Products ---- */
#prod-additionals .addition {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
#prod-additionals .addition:last-child {
  border: none;
}
#prod-additionals .addition-box {
  width: 33.33%;
  float: left;
  text-align: center;
}
.prod-picture {
  display: block;
}
.prod-picture img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}
.prod-title {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  color: #999999;
  text-decoration: none;
  letter-spacing: -0.05em;
}
.prod-price {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1.5em;
  color: #31BABC;
  line-height: 1em;
  letter-spacing: -0.05em;
}
.prod-desc .desc-title {
  color: #333;
}
.prod-desc .desc-title span {
  display: block;
  color: #999;
}
#prod-additionals .prod-desc .desc-actions .action {
  border: 4px solid #fbfbfb;
  margin: 0 0 2px 0;
}
#prod-additionals .prod-desc .desc-actions .btn-main {
  padding: 8px 8px 10px 45px;
  font-size: 1em;
  line-height: 1em;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  background-image: url(../images/productpage/product-additionals-cart.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-box-shadow: #0f62ab 0 -3px 0 inset;
  -moz-box-shadow: #0f62ab 0 -3px 0 inset;
  box-shadow: #0f62ab 0 -3px 0 inset;
}
#prod-additionals .prod-desc .desc-actions .btn-secondary {
  padding: 8px 8px 8px 45px;
  font-size: 1em;
  line-height: 1em;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  color: #666;
  background: url(../images/productpage/product-additionals-infos.png) 13px center no-repeat #f0f0f0;
}
#prod-additionals .addition-space,
#prod-additionals .addition-more {
  width: 5.05%;
  float: left;
  padding: 110px 0 0 0;
}
#prod-additionals .addition-more img {
  max-width: 100%;
  height: auto;
  display: block;
}
#prod-additionals .addition-total {
  width: 23.23%;
  float: left;
}
#prod-additionals .addition-total .desc-actions {
  padding: 15px 7px 5px 7px;
}
#prod-additionals .addition-total .desc-price .price,
#prod-additionals .addition-total .desc-price .new-price {
  font-size: 1.7em;
}
#prod-additionals .addition-total .desc-price .old-price {
  font-size: 1.2em;
}
#prod-additionals .addition-total .desc-price .delivery {
  line-height: 1.1em;
}
#prod-nav .btn {
  display: none;
  visibility: hidden;
}
.non-ecom .desc-size,
.non-ecom .desc-price,
.non-ecom .desc-arguments,
#product .prod-desc .desc-actions .find,
.non-ecom #product .prod-desc .btn {
  display: none;
}
.non-ecom #product .prod-desc .desc-actions .find {
  display: block;
}
.non-ecom #product .prod-desc .desc-actions .find .btn-main {
  background-image: url("../images/productpage/product-target.png");
}
/* List partner */
.non-ecom #product .prod-desc .desc-actions .find.open > a {
  background: #31BABC;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #31BABC), color-stop(100%, #31BABC));
  background-image: -webkit-linear-gradient(#31BABC, #31BABC);
  background-image: -moz-linear-gradient(#31BABC, #31BABC);
  background-image: -o-linear-gradient(#31BABC, #31BABC);
  background-image: linear-gradient(#31BABC, #31BABC);
  background-image: url("../images/productpage/product-target.png");
  background-position: 11px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 4px inset;
}
.non-ecom #product .prod-desc .desc-actions .list-partner {
  display: none;
  width: 80%;
  padding: 10px 10%;
}
.non-ecom #product .prod-desc .desc-actions .list-partner > li {
  height: 40px;
  padding: 3px;
  border-top: 1px solid #999;
}
.non-ecom #product .prod-desc .desc-actions .list-partner > li:first-child {
  border: none;
}
.non-ecom #product .prod-desc .desc-actions .list-partner .img {
  clear: both;
  float: left;
  overflow: hidden;
  width: 35%;
  height: 40px;
  margin-right: 10%;
}
.non-ecom #product .prod-desc .desc-actions .list-partner .img img {
  width: 100%;
  height: 100%;
}
.non-ecom #product .prod-desc .desc-actions .list-partner .link {
  float: right;
  width: 55%;
}
.non-ecom #product .prod-desc .desc-actions .list-partner .link a {
  font-size: 1.076923em;
  line-height: 40px;
  text-align: left;
}
.non-ecom .desc-actions {
  margin-bottom: 150px;
}
.readnext {
  display: none;
}
.non-ecom footer li.grid3 {
  width: 30%;
  margin-left: 2.5%;
  max-width: 215px;
  float: none;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.non-ecom footer li.service,
.non-ecom footer li.hidden-desktop-tablet {
  display: none;
}
.non-ecom footer #sitemap {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #prod-nav.fixedTabs {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    padding-top: 12px;
    background: transparent url(../images/global/back-menu-fixed.png);
    border: 0;
  }
  #prod-nav.fixedTabs .wrap {
    width: 990px;
    margin: 0 auto;
  }
  #main .fixedTabs .back {
    display: none;
  }
  #main .fixedTabs .btn {
    display: block;
    visibility: visible;
    float: right;
    margin: -5px 10px 0 0;
    background: none;
    border: 0;
  }
  #main .fixedTabs .btn span {
    top: 4px;
  }
  #main .fixedTabs .btn img {
    left: 0;
    top: 0;
  }
  .non-ecom #main .fixedTabs .btn {
    display: none;
  }
  #main .fixedTabs .btn a {
    padding: 5px 15px 5px 43px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
}
/* end 990 */
@media only screen and (min-width: 510px) {
  #product h5.prod-subtitle {
    background: none;
    border-bottom: 10px solid #EEEEEE;
    color: #333333;
    display: block;
    font-family: "Interstate Bold", arial, "helvetica", sans-serif;
    font-size: 2.3em;
    letter-spacing: -0.05em;
    line-height: 1em;
    margin: 0 0 15px;
    padding: 0 10% 15px 0;
    text-transform: uppercase;
    text-align: left;
  }
  .semi-column {
    float: left;
    margin: 3.54%;
    width: 42.92%;
  }
}
@media only screen and (min-width: 710px) and (max-width: 1023px) {
  #product .prod-subtitle {
    padding: 20px 0 40px 0;
    font-size: 2.2em;
  }
  #prod-nav .wrap > a {
    background-position: center 22px;
    font-size: 1em;
  }
  #prod-nav .wrap > a:hover {
    background-position: center -19px;
  }
  #prod-nav a.back {
    height: 24px;
    background-position: left -1px;
    font-size: 0.9em;
    line-height: 24px;
  }
  #prod-nav a.back:hover {
    background-position: left -27px;
    color: black;
  }
  #prod-img {
    width: 56.3%;
  }
  #prod-img-360,
  #prod-img-slider {
    width: 370px;
    height: 370px;
  }
  #prod-img-thumbnails .carousel-element {
    width: 68px;
    height: 68px;
  }
  #prod-img-thumbnails .carousel-element .arrow {
    background-image: url(../images/productpage/product-picture-active-tablet.png);
    top: -10px;
  }
  #prod-desc {
    width: 40.8%;
  }
  #prod-info .infolist li {
    font-size: 1em;
  }
  #prod-info .infolist li.title {
    padding-bottom: 10px;
    font-size: 1.3em;
    border-bottom-width: 7px;
  }
  #prod-info .infobox-left .title {
    font-size: 1.7em;
  }
  #prod-info .techtitle {
    font-size: 1.5em;
  }
  #prod-info .techbox {
    height: 60px;
  }
  #prod-info .techbox .title {
    padding: 10px;
  }
  #prod-size-advice {
    width: 54.2%;
    margin-left: 2.11%;
  }
  #prod-size-grid {
    width: 36.6%;
    margin-right: 2.11%;
  }
  #prod-size .title,
  #product h5.prod-subtitle {
    font-size: 1.4em;
    padding-right: 0;
    padding-bottom: 10px;
  }
  #prod-size .subtitle .label {
    font-size: 1.2em;
    padding-top: 8px;
  }
  #prod-size .subtitle .num {
    font-size: 1.2em;
  }
  #prod-additionals .addition-space,
  #prod-additionals .addition-more {
    width: 4.5%;
  }
  #prod-additionals .addition-box {
    width: 32.5%;
  }
  #prod-additionals .addition-total {
    width: 28.5%;
  }
  #prod-additionals .prod-desc .desc-actions .btn-main,
  #prod-additionals .prod-desc .desc-actions .btn-secondary {
    font-size: 0.8em;
  }
  #prod-additionals .prod-title,
  #prod-additionals .prod-price {
    font-size: 1.2em;
  }
  #prod-additionals .prod-desc .desc-size .select .selected {
    padding-right: 45px;
  }
  #prod-additionals .prod-desc .desc-size label {
    font-size: 1em;
  }
  #prod-additionals .prod-desc .desc-title {
    font-size: 1.5em;
    padding-bottom: 5px;
    text-align: center;
  }
  #prod-additionals .prod-desc .desc-content {
    padding-top: 0;
    border-top: 0;
  }
  #prod-img-360 p {
    bottom: 10px;
    padding: 10px 0 10px 154px;
    background: url("../images/productpage/product-360-tablet.png") no-repeat scroll 113px center transparent;
    line-height: 15px;
    font-size: 0.84615em;
  }
}
@media only screen and (max-width: 709px) {
  .product-page #main {
    margin: 0 15px !important;
    width: auto !important;
  }
  .prod-subtitle {
    cursor: pointer;
    position: relative;
  }
  .prod-subtitle .icon {
    background: url("../images/productpage/icon-more.png") no-repeat scroll 0 0 transparent;
    bottom: 8px;
    display: block;
    height: 21px;
    position: absolute;
    right: 10px;
    width: 21px;
  }
  .prod-subtitle-open .icon {
    background-position: 0 100%;
  }
  .main-background.image_v1 {
    display: block !important;
  }
  #product {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    position: relative;
  }
  #product .prod-part {
    margin-bottom: 15px;
  }
  #product .prod-subtitle {
    font-size: 1.2em;
    padding: 10px 15px;
    text-align: left;
    letter-spacing: normal;
  }
  #product .prod-subtitle .mask,
  #product .prod-subtitle .decoration {
    display: none;
  }
  #product .prod-subcontent {
    display: none;
    padding: 0 10px;
  }
  /*#product .select .selected{ font-size:1em; }*/
  #prod-zoom {
    display: none !important;
  }
  #prod-nav {
    display: table;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    background: url(../images/productpage/product-nav-bg-mobile.png) repeat-x;
    border: 1px solid #c4c8d1;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #prod-nav .wrap > a {
    display: none;
  }
  #prod-nav a.back {
    display: table;
    float: none;
    margin: 6px auto 0 auto;
    padding: 0 0 0 30px;
    width: auto;
    line-height: 26px;
    text-align: center;
  }
  #prod-img {
    position: relative;
    width: auto;
  }
  #prod-img-360,
  #prod-img-slider {
    width: auto;
    height: auto;
    margin: 0;
  }
  #prod-img-thumbnails {
    padding: 20px 0 12px 0;
  }
  #prod-img-thumbnails .carousel-slider {
    overflow: hidden;
  }
  #prod-img-thumbnails .carousel-360,
  #prod-img-thumbnails .carousel-zoom {
    display: none;
  }
  #prod-img-thumbnails .carousel-element img {
    display: none;
  }
  #prod-img-thumbnails .carousel-element {
    width: 6px;
    height: 6px;
    margin: 0 4px 0 0;
    background: url(../images/productpage/product-thumbnails-mobile.png) no-repeat top;
    border: none;
  }
  #prod-img-thumbnails .carousel-element:hover,
  #prod-img-thumbnails .carousel-element.active {
    background-position: bottom;
    border: none;
  }
  #prod-img-thumbnails .carousel-element.active .arrow {
    display: none;
  }
  #prod-img-360-btn {
    display: block;
  }
  #prod-desc {
    float: none;
    width: auto;
    padding: 20px 10px;
  }
  #product .prod-desc .desc-actions {
    margin: 0 -10px;
  }
  #product .prod-desc .desc-content {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
    font-size: 0.85em;
  }
  #product .prod-desc .desc-colors {
    border-top: none;
    padding-top: 0;
    min-width: 270px;
  }
  #product .prod-desc .desc-arguments .argument {
    width: 87px;
  }
  #prod-info .infobox-left,
  #prod-info .infobox-right {
    float: none;
    width: auto;
  }
  #prod-info .infobox-left .title {
    padding: 20px 15px 15px 15px;
    font-size: 1.4em;
  }
  #prod-info .infobox-left .title small {
    font-size: 0.7em;
  }
  #prod-info .infobox-left .desc {
    padding: 0 15px 20px 15px;
  }
  #prod-info .infolist.left,
  #prod-info .infolist.right {
    float: none;
    padding: 0;
    margin: 0;
    width: auto;
  }
  #prod-info .infolists {
    padding-bottom: 30px;
  }
  #prod-info .infolist li.title {
    font-size: 1.2em;
    padding: 30px 0 10px 0;
  }
  #prod-info .techbox {
    float: none;
    margin: 0 0 5px 0;
    width: auto;
    height: 50px;
  }
  #prod-info .techbox .title {
    padding: 18px 15px;
  }
  #prod-info .techbox .icon {
    top: 50%;
    margin-top: -10px;
  }
  #prod-info .techbox .desc .title {
    font-size: 1.2em;
  }
  #prod-info .techtitle {
    font-size: 1.5em;
  }
  #prod-size-content {
    padding: 20px 0;
  }
  #prod-size-advice,
  #prod-size-grid {
    margin: 0;
    float: none;
    width: auto;
  }
  #prod-size .title {
    font-size: 1.5em;
  }
  #prod-size .subtitle .label {
    font-size: 1.1em;
    padding-top: 8px;
  }
  #prod-sizegrid-form {
    width: auto;
  }
  #prod-additionals .addition {
    padding: 30px 0 30px 0;
  }
  #prod-additionals .addition-box {
    width: 100%;
    clear: both;
  }
  #prod-additionals .addition-total {
    width: 100%;
    pad5ding: 20px 0 0 0;
    clear: both;
  }
  #prod-additionals .addition-space {
    display: none;
  }
  #prod-additionals .addition-pack .addition-box {
    width: 44.8%;
    clear: none;
  }
  #prod-additionals .addition-pack .addition-more {
    width: 10.4%;
    clear: none;
    padding-top: 40px;
  }
  #prod-additionals .prod-desc .desc-title {
    font-size: 1.5em;
    padding-bottom: 5px;
  }
  #prod-additionals .prod-desc .desc-size {
    float: right;
  }
  #prod-additionals .prod-desc .desc-actions {
    clear: both;
  }
  #prod-reviews h4.prod-subtitle {
    display: none;
  }
  .semi-column {
    width: 100%;
    margin: 0;
  }
  #product h5.prod-subtitle {
    background: url("../images/productpage/prod-subtitle-bg.png") repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    font-family: "Interstate Bold", arial, "helvetica", sans-serif;
    position: relative;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: normal;
    padding: 10px 15px;
    border: 0;
    margin-bottom: 15px;
  }
  .readnext {
    text-decoration: underline;
  }
  .no-touch #prod-info .techbox:hover,
  .touch #prod-info .opentechbox {
    z-index: 10;
    height: auto;
  }
  .no-touch #prod-info .techbox:hover .desc,
  .touch #prod-info .opentechbox .desc {
    position: relative;
  }
  #prod-img-360 p {
    display: none;
  }
  .non-ecom footer li.grid3 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .non-ecom footer li.hidden-desktop-tablet {
    display: block;
  }
  #prod-info .infobox .carousel-nav {
    bottom: 0;
    left: 0;
    margin: 0 0 10px;
    position: relative;
  }
}
/* end 709 */
/* Popins */
#indispo-form {
  position: relative;
}
#indispo-form label,
#indispo-form input[type=text],
#indispo-form .btn,
.basket-links .btn,
.basket-links a.continu {
  display: inline-block;
  vertical-align: middle;
}
#indispo-form label {
  text-transform: uppercase;
  color: #333;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  padding-right: 10px;
}
#indispo-form input[type=text] {
  height: 29px;
  font: 1em/29px Arial, sans-serif;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  width: 220px;
  margin-right: 7px;
}
#indispo-form input.error {
  border: 1px solid #C00;
  color: #C00;
}
#indispo-form .btn {
  border-color: #efeeea;
  margin: 0;
}
#indispo-form .btn input {
  height: 33px;
  line-height: 33px;
  background: #E85C05 url("../images/productpage/product-subscribe.png") no-repeat 11px center;
  padding: 0 8px 8px 57px;
}
@-moz-document url-prefix() {
  #indispo-form .btn input {
    padding-top: 4px;
  }
}
.red {
  position: absolute;
  top: -8px;
  left: 57px;
  color: #C00;
  font-size: 0.8em;
}
.hiddenAnchor {
  display: none!important;
}
.popin .valid {
  text-align: center;
  color: #53aa27;
  text-transform: uppercase;
  font: 0.9em/56px "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
}
.valid img {
  padding-right: 3px;
  position: relative;
  top: 2px;
}
.centered-link {
  text-align: center;
}
.centered-link a {
  text-transform: uppercase;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
  color: #333;
  text-decoration: underline;
}
.centered-link a:hover {
  color: #000;
}
#productAdded .picture {
  float: left;
  width: 50%;
  margin-right: 5%;
}
#productAdded .information {
  float: left;
  width: 45%;
}
#productAdded .information p {
  margin-bottom: 5px;
}
#productAdded .information-title {
  color: #333;
  font: 1.3846em "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
  margin: 25px 0 0;
}
#productAdded .information-size {
  color: #999;
  font: 1.30769em/24px "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
  margin: 0;
}
#productAdded .price {
  font: 1.30769em/20px "Interstate Bold", arial, "helvetica", sans-serif;
  margin: 0;
}
html .amer {
  line-height: 1;
  font-family: "Futura BT Book", arial, "helvetica", sans-serif;
  color: #878787;
}
body {
  background-color: #DFEAE8 !important;
}
body .amer {
  font: 14px Futura BT Book, Arial, Helvetica sans-serif;
  font-family: "Futura BT Book", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
}
h3.empty {
  padding: 0 !important;
  margin: 0 !important;
}
#colophon {
  font-family: arial, "helvetica", sans-serif;
  height: 60px;
  margin-top: -60px;
  background: rgba(0, 0, 0, 0.2);
}
#colophon span,
#colophon a {
  font-size: 1em;
  color: white;
}
#colophon .wrapper {
  width: 900px;
  padding: 24px 0;
  text-align: center;
}
#colophon li {
  display: inline;
}
#colophon li a {
  padding: 0 11px;
  border-left: 1px solid white;
}
#colophon li span {
  padding: 0 11px;
  border: 0;
  border-left: 1px solid white;
  margin-left: 0;
  padding-left: 0;
}
#colophon .link-product {
  position: relative;
}
#colophon .link-product span {
  display: none;
  position: absolute;
  right: 22px;
  bottom: -24px;
  margin: 0;
}
#content .video span {
  height: 200px;
  background-image: url(../images/global/play.png);
  background-size: 30% 47%;
}
#content .video:hover span {
  background-image: url(../images/global/play-hover.png);
}
#hightlight {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  position: relative;
  display: inline-block;
  width: 96%;
  margin-bottom: 41px;
  padding: 50px 2% 25px;
  background: white;
  cursor: pointer;
  margin-bottom: 0;
  /* ------------------------------------------------------------ */
  /* ::: =HOME AND shp (content with their own media queries) ::: */
  /* ------------------------------------------------------------ */
  /* Default hightlight */
  /* V2 hightlight */
  /* V3 hightlight */
}
#hightlight .text {
  font-size: 1.92308em;
  color: #333333;
}
#hightlight .left {
  float: left;
  width: 36%;
  padding-left: 1.85%;
}
#hightlight .right {
  float: right;
  width: 62.15%;
}
#hightlight .right a {
  display: block;
  float: right;
  width: 100%;
}
#hightlight .left .inner > * {
  float: left;
  clear: left;
  margin-top: 15px;
}
#hightlight h2 {
  line-height: 0.9em;
  letter-spacing: -0.08em;
}
#hightlight .text {
  margin-top: 0 !important;
  line-height: 0.9em;
  letter-spacing: -0.05em;
}
#hightlight .price {
  margin: 0 0 22px 0 !important;
  line-height: 1em;
}
#hightlight #hightlight.v2 {
  min-height: 320px;
  padding-right: 13px;
  padding-left: 13px;
  background: transparent;
}
#hightlight #hightlight.v2 .left {
  width: 75%;
  padding: 0;
}
#hightlight #hightlight.v2 .text {
  max-width: 540px;
}
#hightlight #hightlight.v2 h2 {
  font-size: 4.23077em;
  color: white;
}
#hightlight #hightlight.v2 .text {
  color: white;
}
#hightlight #hightlight.v3 {
  width: 100%;
  padding: 0;
  background: transparent;
}
#hightlight #hightlight.v3 .left {
  position: absolute;
  left: 10px;
  bottom: 30px;
  z-index: 2;
}
#hightlight #hightlight.v3 .left h2 {
  font-size: 4em;
  color: white;
  line-height: 0.8em;
}
#hightlight #hightlight.v3 .left .text {
  margin: 0;
  color: white;
}
#hightlight #hightlight.v3 .right {
  position: relative;
  z-index: 1;
  left: auto;
  bottom: auto;
  width: 100%;
  padding: 0;
}
#hightlight #hightlight.v3 .right a {
  position: relative;
  display: block;
  width: 100%;
  min-height: 470px;
}
#hightlight #hightlight.v3 .right a img {
  position: relative;
  z-index: -1;
}
#hightlight #hightlight.v3:hover .video span {
  background-image: url("../images/global/play-hover.png");
}
#inspiration {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  overflow: hidden;
  width: 980px;
  padding: 0 5px 55px;
  background: white;
}
#inspiration > .title {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 2.69231em;
  color: #333333;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  top: 13px;
}
#inspiration > .title span {
  position: relative;
  left: -50%;
  padding: 0 15px;
  background: white;
}
#inspiration p {
  font-size: 1.53846em;
  color: #999999;
}
#inspiration p.small {
  font-size: 1.35em;
  color: #999999;
}
#inspiration li .title {
  font-size: 2.69231em;
  color: white;
}
#inspiration .inside p {
  color: #333333;
}
#inspiration .inside .title {
  font-size: 1.92308em;
  color: #333333;
}
#inspiration > ul {
  padding-top: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 15px solid #eee;
}
#inspiration .dash {
  font-size: 30px !important;
  font-weight: bold;
}
#inspiration ul li {
  position: relative;
  float: left;
}
#inspiration ul li img {
  max-width: none;
  width: 100%;
  height: 100%;
}
#inspiration ul li .inside {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 3%;
  background: yellow;
  -webkit-transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in;
}
#inspiration ul li:hover .inside {
  opacity: 1;
  filter: alpha(opacity=100);
}
#inspiration .block-1 {
  width: 32.56945%;
  height: 200px;
  margin: 0 0 1.14583% 1.14583%;
}
#inspiration .block-2 {
  width: 32.56945%;
  height: 411px;
  margin: 0 0 1.14583% 1.14583%;
}
#inspiration .block-3 {
  width: 66.28472%;
  height: 200px;
  margin: 0 0 1.14583% 1.14583%;
}
#inspiration .first {
  margin-left: 0;
}
#inspiration .fourth {
  margin-left: 0;
  background: #333333;
}
#inspiration .sixth {
  clear: left;
  margin: -211px 0 0 33.71528%;
}
#inspiration .seventh {
  display: none;
}
#inspiration .eighth {
  margin-left: 0;
}
#inspiration .ninth {
  margin-top: -211px;
}
#inspiration .text {
  padding: 30px 3%;
  width: 26.56945%;
  height: 351px;
}
#inspiration .block-1 .inside {
  width: 95%;
  height: 140px;
  margin: 0;
}
#inspiration .block-2 .inside {
  width: 95%;
  height: 351px;
  margin: 0;
}
#inspiration .block-3 .inside {
  width: 95%;
  height: 140px;
  margin: 0;
}
#messageup {
  background: #fff;
  background-image: url('../images/icon-messageup.PNG');
  padding: 20px 50px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  background-position: 10px;
}
#onestepcheckout-hookcup-popup-contents-tnc {
  font-size: 12px;
  font-family: arial;
  position: relative;
  max-width: 450px;
  padding: 25px 30px 30px;
}
#onestepcheckout-hookcup-popup-contents-tnc h2 strong {
  color: black;
}
#onestepcheckout-hookcup-popup-contents-tnc p strong {
  color: black;
}
#onestepcheckout-hookcup-popup-contents-tnc a {
  font-size: inherit;
}
#onestepcheckout-hookcup-popup-contents-tnc .close {
  background: none;
}
#onestepcheckout-hookcup-popup-contents-tnc .close a {
  padding: 2px 0 5px 25px;
  position: absolute;
  right: 20px;
  top: 5px;
}
#onestepcheckout-hookcup-popup-contents-tnc .close a img {
  margin-top: -7px;
}
#onestepcheckout-login-popup-contents-forgot {
  position: relative;
  max-width: 354px;
  padding: 25px 30px 80px;
  background-color: #ffffff;
}
#onestepcheckout-login-popup-contents-login {
  position: relative;
  max-width: 275px;
  padding: 25px 30px 80px;
  background-color: #ffffff;
}
#postfooter {
  display: none;
  padding: 25px 0 35px;
  background: white url("../images/global/hr.gif") repeat-x center top;
}
#postfooter .post-sitemap {
  float: left;
  width: 18.75%;
  margin-left: 1.5625%;
}
#postfooter .post-sitemap:first-child {
  margin-left: 0;
}
#postfooter .post-sitemap li {
  font-family: arial, "helvetica", sans-serif;
  line-height: 1.8em;
}
#postfooter .post-sitemap li a:before {
  content: "> ";
}
#postfooter .post-sitemap li:first-child a:before {
  content: "";
}
#postfooter .title a {
  color: #31BABC;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1.53846em;
  text-transform: uppercase;
}
#sitemap {
  color: white;
  display: inline-block;
}
#sitemap a {
  color: white;
}
#sitemap li {
  font-family: arial, "helvetica", sans-serif;
  font-size: 1em;
  line-height: 20px;
}
#sitemap h5 {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 18px;
  color: white;
}
#sitemap .social span:first-child {
  font: 1.38462em "Interstate Bold", arial, "helvetica", sans-serif;
  text-transform: uppercase;
}
#sitemap > li {
  margin-top: 65px;
  margin-bottom: 55px;
}
#sitemap > li:nth-child(2) {
  margin-left: 0;
}
#sitemap #internal-links {
  margin: 0;
}
.account.customer-address-index .amer section.full a {
  width: auto;
  text-decoration: none;
  float: right;
}
.account.customer-address-index .amer section {
  margin-bottom: 0px;
}
.account.page-popup .amer {
  position: relative;
  padding: 25px 30px 80px;
}
.account.page-popup .amer h3 {
  width: 90%;
  margin: 0 10% 15px 0;
  padding-bottom: 3px;
  border-bottom: 8px solid #EEEEEE;
  font-size: 2.38em;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.account.page-popup .amer h4 {
  margin: 20px 0 10px;
  font-size: 1.230769em;
  color: #31BABC;
  text-transform: uppercase;
}
.account.page-popup .amer p {
  padding: 2px 0;
  font-family: Arial, "Helvetica", sans-serif;
  color: #666;
}
.account.page-popup .amer p a {
  color: #ababab;
  text-decoration: underline;
}
.account.page-popup .amer .back-order {
  margin: 25px 10% 15px 0;
  padding-top: 15px;
  border-top: 1px solid #EEEEEE;
  text-align: center;
}
.account.page-popup .amer .back-order a {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  color: #333;
  text-transform: uppercase;
}
.account.page-popup .amer .close a {
  background: url("../images/icons/grey-cross.png") no-repeat scroll left top / 21px 21px transparent;
  padding: 2px 0 5px 25px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.account.registration .amer .new-address .select select {
  width: 90.2% !important;
}
.account.registration .amer p.required {
  font: 13px 'Futura BT Book', Arial, Helvetica, sans-serif;
}
.account.registration .amer .validation-error,
.account.registration .amer .validation-passed {
  background-position: 430px 9px;
}
.account.registration .amer .my-account .validation-error {
  background-position: right 7% top 24px;
}
.account.registration .amer .my-account .validation-passed {
  background-position: right 5.8% top 17px;
}
.account.sales-order-history .amer .pagination img {
  display: none;
}
.account.customer-address-index .amer section.full a {
  font: 20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
  padding: 18px 46px 18px 50px;
  color: white;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: #31BABC;
}
.account.customer-address-index .amer section.full a:hover,
.account.customer-address-index .amer section.full a:active {
  background-color: #2D2D2D;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.account .amer,
.rma-guest-new .amer,
.rma-guest-index .amer,
.rma-guest-success .amer {
  /* Menu*/
  /* Content */
  /* New address */
  /* Order page */
  /* Order subpage */
  /* UPDATED by SQLI, 13/03/2013*/
  /* Info (informations personnelles) */
  /* Sidebar */
}
.account .amer .valid,
.rma-guest-new .amer .valid,
.rma-guest-index .amer .valid,
.rma-guest-success .amer .valid {
  margin-bottom: 15px;
  padding: 1px 10px 5px 30px;
  background: url('../images/icons/feedback-valid.png') no-repeat left top;
  color: #389c1d;
  line-height: 1em;
}
.account .amer .error,
.rma-guest-new .amer .error,
.rma-guest-index .amer .error,
.rma-guest-success .amer .error {
  margin-bottom: 15px;
  padding: 1px 10px 5px 30px;
  background: url('../images/icons/feedback-error.png') no-repeat left -2px;
  color: #c80c0c;
  line-height: 1em;
}
.account .amer .my-account a,
.rma-guest-new .amer .my-account a,
.rma-guest-index .amer .my-account a,
.rma-guest-success .amer .my-account a {
  display: block;
  width: 100%;
  font: 1.076em / 14px "Futura BT Book", arial, "helvetica", sans-serif;
}
.account .amer .my-account :not(section.button) a:hover,
.rma-guest-new .amer .my-account :not(section.button) a:hover,
.rma-guest-index .amer .my-account :not(section.button) a:hover,
.rma-guest-success .amer .my-account :not(section.button) a:hover {
  color: #31BABC;
}
.account .amer .my-account #form-validate .input-box input[type=text].validation-failed,
.account .amer .my-account #form-validate .input-box input[type=number].validation-failed,
.account .amer .my-account #form-validate .input-box input[type=email].validation-failed,
.rma-guest-new .amer .my-account #form-validate .input-box input[type=text].validation-failed,
.rma-guest-new .amer .my-account #form-validate .input-box input[type=number].validation-failed,
.rma-guest-new .amer .my-account #form-validate .input-box input[type=email].validation-failed,
.rma-guest-index .amer .my-account #form-validate .input-box input[type=text].validation-failed,
.rma-guest-index .amer .my-account #form-validate .input-box input[type=number].validation-failed,
.rma-guest-index .amer .my-account #form-validate .input-box input[type=email].validation-failed,
.rma-guest-success .amer .my-account #form-validate .input-box input[type=text].validation-failed,
.rma-guest-success .amer .my-account #form-validate .input-box input[type=number].validation-failed,
.rma-guest-success .amer .my-account #form-validate .input-box input[type=email].validation-failed {
  margin-bottom: 0px;
}
.account .amer .my-account .accou-validate .customer-dob .validation-advice,
.rma-guest-new .amer .my-account .accou-validate .customer-dob .validation-advice,
.rma-guest-index .amer .my-account .accou-validate .customer-dob .validation-advice,
.rma-guest-success .amer .my-account .accou-validate .customer-dob .validation-advice {
  padding-top: 0px;
}
.account .amer .my-account .change-pass .validation-advice,
.rma-guest-new .amer .my-account .change-pass .validation-advice,
.rma-guest-index .amer .my-account .change-pass .validation-advice,
.rma-guest-success .amer .my-account .change-pass .validation-advice {
  padding-top: 0px;
  width: 60%;
}
.account .amer .my-account .change-pass input[type="password"].validation-failed,
.rma-guest-new .amer .my-account .change-pass input[type="password"].validation-failed,
.rma-guest-index .amer .my-account .change-pass input[type="password"].validation-failed,
.rma-guest-success .amer .my-account .change-pass input[type="password"].validation-failed {
  margin-bottom: 8px;
}
.account .amer .my-account .checkcontainer a,
.rma-guest-new .amer .my-account .checkcontainer a,
.rma-guest-index .amer .my-account .checkcontainer a,
.rma-guest-success .amer .my-account .checkcontainer a {
  display: inline;
  width: inherit;
  font: inherit;
}
.account .amer .order .detail-order,
.account .amer .rma .detail-rma,
.rma-guest-new .amer .order .detail-order,
.rma-guest-new .amer .rma .detail-rma,
.rma-guest-index .amer .order .detail-order,
.rma-guest-index .amer .rma .detail-rma,
.rma-guest-success .amer .order .detail-order,
.rma-guest-success .amer .rma .detail-rma {
  clear: left;
  margin-bottom: 0px;
  padding: 8px 4px 5px;
  padding-left: 0px;
  border-bottom: 1px solid #DFEAE8;
}
.account .amer .order .detail-order.head-order,
.account .amer .rma .detail-rma.head-order,
.rma-guest-new .amer .order .detail-order.head-order,
.rma-guest-new .amer .rma .detail-rma.head-order,
.rma-guest-index .amer .order .detail-order.head-order,
.rma-guest-index .amer .rma .detail-rma.head-order,
.rma-guest-success .amer .order .detail-order.head-order,
.rma-guest-success .amer .rma .detail-rma.head-order {
  text-align: left;
}
.account .amer .order .detail-order .quantity,
.rma-guest-new .amer .order .detail-order .quantity,
.rma-guest-index .amer .order .detail-order .quantity,
.rma-guest-success .amer .order .detail-order .quantity {
  width: 22%;
}
.account .amer .order .detail-order .quantity2,
.rma-guest-new .amer .order .detail-order .quantity2,
.rma-guest-index .amer .order .detail-order .quantity2,
.rma-guest-success .amer .order .detail-order .quantity2 {
  width: 15%;
}
.account .amer .detail-order .tva,
.rma-guest-new .amer .detail-order .tva,
.rma-guest-index .amer .detail-order .tva,
.rma-guest-success .amer .detail-order .tva {
  width: 15%;
}
.account .amer .order .detail-order .tva2,
.rma-guest-new .amer .order .detail-order .tva2,
.rma-guest-index .amer .order .detail-order .tva2,
.rma-guest-success .amer .order .detail-order .tva2 {
  width: 10%;
}
.account .amer .order .detail-order .refund-name-product,
.rma-guest-new .amer .order .detail-order .refund-name-product,
.rma-guest-index .amer .order .detail-order .refund-name-product,
.rma-guest-success .amer .order .detail-order .refund-name-product {
  width: 20%;
}
.account .amer .order .detail-order .refund-ref,
.rma-guest-new .amer .order .detail-order .refund-ref,
.rma-guest-index .amer .order .detail-order .refund-ref,
.rma-guest-success .amer .order .detail-order .refund-ref {
  width: 20%;
}
.account .amer .order .detail-order .refund-price,
.rma-guest-new .amer .order .detail-order .refund-price,
.rma-guest-index .amer .order .detail-order .refund-price,
.rma-guest-success .amer .order .detail-order .refund-price {
  width: 12%;
}
.account .amer .order .detail-order .refund-qty,
.rma-guest-new .amer .order .detail-order .refund-qty,
.rma-guest-index .amer .order .detail-order .refund-qty,
.rma-guest-success .amer .order .detail-order .refund-qty {
  width: 8%;
}
.account .amer .order .detail-order .refund-subtotal,
.rma-guest-new .amer .order .detail-order .refund-subtotal,
.rma-guest-index .amer .order .detail-order .refund-subtotal,
.rma-guest-success .amer .order .detail-order .refund-subtotal {
  width: 15%;
}
.account .amer .order .detail-order .refund-damount,
.rma-guest-new .amer .order .detail-order .refund-damount,
.rma-guest-index .amer .order .detail-order .refund-damount,
.rma-guest-success .amer .order .detail-order .refund-damount {
  width: 10%;
}
.account .amer .order .detail-order .refund-rowtot,
.rma-guest-new .amer .order .detail-order .refund-rowtot,
.rma-guest-index .amer .order .detail-order .refund-rowtot,
.rma-guest-success .amer .order .detail-order .refund-rowtot {
  width: 15%;
  text-align: right;
}
.account .amer .order .detail-order .subtotal,
.rma-guest-new .amer .order .detail-order .subtotal,
.rma-guest-index .amer .order .detail-order .subtotal,
.rma-guest-success .amer .order .detail-order .subtotal {
  width: 12%;
  padding-left: 3%;
  text-align: right;
}
.account .amer .order .detail-order .subtotal2,
.rma-guest-new .amer .order .detail-order .subtotal2,
.rma-guest-index .amer .order .detail-order .subtotal2,
.rma-guest-success .amer .order .detail-order .subtotal2 {
  width: 17%;
  padding-left: 3%;
  text-align: right;
}
.account .amer .total li,
.rma-guest-new .amer .total li,
.rma-guest-index .amer .total li,
.rma-guest-success .amer .total li {
  margin-bottom: 5px;
  font: 1.076923em arial, "helvetica", sans-serif;
  color: #31BABC;
}
.account .amer .half,
.account .amer .half.align-r,
.rma-guest-new .amer .half,
.rma-guest-new .amer .half.align-r,
.rma-guest-index .amer .half,
.rma-guest-index .amer .half.align-r,
.rma-guest-success .amer .half,
.rma-guest-success .amer .half.align-r {
  float: left;
  width: 47.5%;
  min-height: 200px;
  margin-bottom: 0;
}
.account .amer p,
.rma-guest-new .amer p,
.rma-guest-index .amer p,
.rma-guest-success .amer p {
  clear: both;
}
.account .amer section,
.rma-guest-new .amer section,
.rma-guest-index .amer section,
.rma-guest-success .amer section {
  margin-bottom: 50px;
}
.account .amer .full,
.rma-guest-new .amer .full,
.rma-guest-index .amer .full,
.rma-guest-success .amer .full {
  clear: left;
  width: 100%;
}
.account .amer .half.align-r,
.rma-guest-new .amer .half.align-r,
.rma-guest-index .amer .half.align-r,
.rma-guest-success .amer .half.align-r {
  margin-left: 5%;
}
.account .amer section h4,
.rma-guest-new .amer section h4,
.rma-guest-index .amer section h4,
.rma-guest-success .amer section h4 {
  text-align: left;
  text-transform: uppercase;
}
.account .amer section h5,
.rma-guest-new .amer section h5,
.rma-guest-index .amer section h5,
.rma-guest-success .amer section h5 {
  margin-bottom: 10px;
  font: bold 1em arial, "helvetica", sans-serif;
  color: #666;
}
.account .amer section p,
.account .amer section a,
.rma-guest-new .amer section p,
.rma-guest-new .amer section a,
.rma-guest-index .amer section p,
.rma-guest-index .amer section a,
.rma-guest-success .amer section p,
.rma-guest-success .amer section a {
  font-family: "Futura BT Medium", arial;
}
.account .amer section a,
.rma-guest-new .amer section a,
.rma-guest-index .amer section a,
.rma-guest-success .amer section a {
  display: block;
  padding-top: 10px;
  color: #434343;
  text-decoration: underline;
}
.account .amer section a:hover,
.rma-guest-new .amer section a:hover,
.rma-guest-index .amer section a:hover,
.rma-guest-success .amer section a:hover {
  color: #31BABC;
}
.account .amer section h4,
.rma-guest-new .amer section h4,
.rma-guest-index .amer section h4,
.rma-guest-success .amer section h4 {
  margin-bottom: 13px;
}
.account .amer .column .btn,
.rma-guest-new .amer .column .btn,
.rma-guest-index .amer .column .btn,
.rma-guest-success .amer .column .btn {
  left: auto;
}
.account .amer .order h4,
.rma-guest-new .amer .order h4,
.rma-guest-index .amer .order h4,
.rma-guest-success .amer .order h4 {
  margin-bottom: 22px;
}
.account .amer .order .detail-order,
.account .amer .order .detail-order.head-order,
.rma-guest-new .amer .order .detail-order,
.rma-guest-new .amer .order .detail-order.head-order,
.rma-guest-index .amer .order .detail-order,
.rma-guest-index .amer .order .detail-order.head-order,
.rma-guest-success .amer .order .detail-order,
.rma-guest-success .amer .order .detail-order.head-order {
  font-family: "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
}
.account .amer .order .detail-order.head-order,
.rma-guest-new .amer .order .detail-order.head-order,
.rma-guest-index .amer .order .detail-order.head-order,
.rma-guest-success .amer .order .detail-order.head-order {
  padding-top: 27px;
}
.account .amer .order .detail-order > ul,
.account .amer .rma .detail-rma > ul,
.rma-guest-new .amer .order .detail-order > ul,
.rma-guest-new .amer .rma .detail-rma > ul,
.rma-guest-index .amer .order .detail-order > ul,
.rma-guest-index .amer .rma .detail-rma > ul,
.rma-guest-success .amer .order .detail-order > ul,
.rma-guest-success .amer .rma .detail-rma > ul {
  display: inline-block;
  width: 100%;
  clear: both;
}
.account .amer .order .detail-order span,
.account .amer .order .detail-order a,
.rma-guest-new .amer .order .detail-order span,
.rma-guest-new .amer .order .detail-order a,
.rma-guest-index .amer .order .detail-order span,
.rma-guest-index .amer .order .detail-order a,
.rma-guest-success .amer .order .detail-order span,
.rma-guest-success .amer .order .detail-order a {
  padding: 0;
  font: 1em / 14px "Futura BT Book", arial, "helvetica", sans-serif;
}
.account .amer .order .detail-order a,
.rma-guest-new .amer .order .detail-order a,
.rma-guest-index .amer .order .detail-order a,
.rma-guest-success .amer .order .detail-order a {
  text-decoration: underline;
}
.account .amer .order .detail-order a:hover,
.rma-guest-new .amer .order .detail-order a:hover,
.rma-guest-index .amer .order .detail-order a:hover,
.rma-guest-success .amer .order .detail-order a:hover {
  color: #31BABC;
}
.account .amer .order .detail-order .title,
.rma-guest-new .amer .order .detail-order .title,
.rma-guest-index .amer .order .detail-order .title,
.rma-guest-success .amer .order .detail-order .title {
  display: none;
  font-weight: bold;
  color: #1C1C1C;
}
.account .amer .order .head-order .title,
.rma-guest-new .amer .order .head-order .title,
.rma-guest-index .amer .order .head-order .title,
.rma-guest-success .amer .order .head-order .title {
  display: block;
  font: 1.2em / 17px 'Futura BT Medium Condensed', arial, "helvetica", sans-serif;
}
.account .amer .order .detail-order > ul > li,
.rma-guest-new .amer .order .detail-order > ul > li,
.rma-guest-index .amer .order .detail-order > ul > li,
.rma-guest-success .amer .order .detail-order > ul > li {
  float: left;
}
.account .amer .order .detail-order .number,
.rma-guest-new .amer .order .detail-order .number,
.rma-guest-index .amer .order .detail-order .number,
.rma-guest-success .amer .order .detail-order .number {
  width: 20%;
}
.account .amer .order .detail-order .date-order,
.rma-guest-new .amer .order .detail-order .date-order,
.rma-guest-index .amer .order .detail-order .date-order,
.rma-guest-success .amer .order .detail-order .date-order {
  width: 20%;
}
.account .amer .order .detail-order .cost,
.rma-guest-new .amer .order .detail-order .cost,
.rma-guest-index .amer .order .detail-order .cost,
.rma-guest-success .amer .order .detail-order .cost {
  width: 18%;
  text-align: right;
  padding-right: 23px;
  box-sizing: border-box;
}
.account .amer .order .head-order .cost,
.rma-guest-new .amer .order .head-order .cost,
.rma-guest-index .amer .order .head-order .cost,
.rma-guest-success .amer .order .head-order .cost {
  text-align: left;
}
.account .amer .order .detail-order .status,
.rma-guest-new .amer .order .detail-order .status,
.rma-guest-index .amer .order .detail-order .status,
.rma-guest-success .amer .order .detail-order .status {
  width: 22%;
}
.account .amer .order .detail-order .link,
.rma-guest-new .amer .order .detail-order .link,
.rma-guest-index .amer .order .detail-order .link,
.rma-guest-success .amer .order .detail-order .link {
  width: 20%;
  font-size: 1.08em;
  text-align: right;
}
.account .amer section:not(.rma) .address,
.rma-guest-new .amer section:not(.rma) .address,
.rma-guest-index .amer section:not(.rma) .address,
.rma-guest-success .amer section:not(.rma) .address {
  margin-bottom: 50px;
}
.account .amer section .address.half,
.rma-guest-new .amer section .address.half,
.rma-guest-index .amer section .address.half,
.rma-guest-success .amer section .address.half {
  width: 43.5%;
}
.account .amer section .address.half.align-r,
.rma-guest-new .amer section .address.half.align-r,
.rma-guest-index .amer section .address.half.align-r,
.rma-guest-success .amer section .address.half.align-r {
  margin-left: 9.2%;
}
.account .amer .left,
.rma-guest-new .amer .left,
.rma-guest-index .amer .left,
.rma-guest-success .amer .left {
  float: left;
  width: 50%;
  margin-top: 30px;
}
.account .amer .right,
.rma-guest-new .amer .right,
.rma-guest-index .amer .right,
.rma-guest-success .amer .right {
  float: right;
  width: 40%;
  text-align: right;
  margin-right: 5px;
  letter-spacing: 1.6px;
  font: 1em / 13px "Futura BT Book", arial, helvetica, sans-serif;
}
.account .amer .left span,
.rma-guest-new .amer .left span,
.rma-guest-index .amer .left span,
.rma-guest-success .amer .left span {
  display: block;
  height: 20px;
  font: 1.308em / 17px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
}
.account .amer .right span,
.rma-guest-new .amer .right span,
.rma-guest-index .amer .right span,
.rma-guest-success .amer .right span {
  display: block;
  height: 20px;
}
.account .amer .right a,
.rma-guest-new .amer .right a,
.rma-guest-index .amer .right a,
.rma-guest-success .amer .right a {
  color: #1C1C1C;
  text-decoration: underline;
}
.account .amer h3.small,
.rma-guest-new .amer h3.small,
.rma-guest-index .amer h3.small,
.rma-guest-success .amer h3.small {
  margin: 15px 0 4px;
  padding-top: 10px;
  font: 1.384em / 18px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  color: #1C1C1C;
  border: none;
  padding-bottom: 0px;
}
.account .amer .order .detail-order .product,
.rma-guest-new .amer .order .detail-order .product,
.rma-guest-index .amer .order .detail-order .product,
.rma-guest-success .amer .order .detail-order .product {
  width: 40%;
}
.account .amer .order .detail-order .product2,
.rma-guest-new .amer .order .detail-order .product2,
.rma-guest-index .amer .order .detail-order .product2,
.rma-guest-success .amer .order .detail-order .product2 {
  width: 12%;
}
.account .amer .order .detail-order .sku,
.rma-guest-new .amer .order .detail-order .sku,
.rma-guest-index .amer .order .detail-order .sku,
.rma-guest-success .amer .order .detail-order .sku {
  width: 20%;
}
.account .amer .order .detail-order .price-taxe,
.account .amer .price-taxe,
.rma-guest-new .amer .order .detail-order .price-taxe,
.rma-guest-new .amer .price-taxe,
.rma-guest-index .amer .order .detail-order .price-taxe,
.rma-guest-index .amer .price-taxe,
.rma-guest-success .amer .order .detail-order .price-taxe,
.rma-guest-success .amer .price-taxe {
  width: 12%;
  padding-right: 11%;
  text-align: right;
}
.account .amer .total .left,
.rma-guest-new .amer .total .left,
.rma-guest-index .amer .total .left,
.rma-guest-success .amer .total .left {
  width: 43%;
  text-align: left;
  margin-left: 33%;
  font: 1.53em / 20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  margin-top: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-bottom: 18px;
  border-bottom: 1px solid #DFEAE8;
  color: #1C1C1C;
}
.account .amer .total .tax-total .left,
.account .amer .total .tax-total .right,
.rma-guest-new .amer .total .tax-total .left,
.rma-guest-new .amer .total .tax-total .right,
.rma-guest-index .amer .total .tax-total .left,
.rma-guest-index .amer .total .tax-total .right,
.rma-guest-success .amer .total .tax-total .left,
.rma-guest-success .amer .total .tax-total .right {
  margin-top: 0px;
  padding-top: 18px;
  border-top: 1px solid #DFEAE8;
}
.account .amer .total .left.last,
.account .amer .total .right.last,
.rma-guest-new .amer .total .left.last,
.rma-guest-new .amer .total .right.last,
.rma-guest-index .amer .total .left.last,
.rma-guest-index .amer .total .right.last,
.rma-guest-success .amer .total .left.last,
.rma-guest-success .amer .total .right.last {
  border-bottom: none;
}
.account .amer .total .right.last,
.rma-guest-new .amer .total .right.last,
.rma-guest-index .amer .total .right.last,
.rma-guest-success .amer .total .right.last {
  margin-bottom: 5px;
  padding-top: 3px;
}
.account .amer .total .right,
.rma-guest-new .amer .total .right,
.rma-guest-index .amer .total .right,
.rma-guest-success .amer .total .right {
  width: 23%;
  text-align: right;
  font: 1.53em / 20px "Futura BT Medium", arial, "helvetica", sans-serif;
  margin-top: 18px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-bottom: 18px;
  border-bottom: 1px solid #DFEAE8;
  color: #1C1C1C;
}
.account .amer .total .last,
.rma-guest-new .amer .total .last,
.rma-guest-index .amer .total .last,
.rma-guest-success .amer .total .last {
  margin-top: 10px;
}
.account .amer .total strong,
.rma-guest-new .amer .total strong,
.rma-guest-index .amer .total strong,
.rma-guest-success .amer .total strong {
  font: 1.25em / 25px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  font-weight: bold;
  color: #1C1C1C;
}
.account .amer .total strong,
.rma-guest-new .amer .total strong,
.rma-guest-index .amer .total strong,
.rma-guest-success .amer .total strong {
  font: 1.28em / 27px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  color: #31BABC;
}
.account .amer .total .right strong,
.rma-guest-new .amer .total .right strong,
.rma-guest-index .amer .total .right strong,
.rma-guest-success .amer .total .right strong {
  font: 1.1em / 24px "Futura Bold", arial, "helvetica", sans-serif;
  font-weight: bold;
  color: #1C1C1C;
}
.account .amer .col-right .date,
.rma-guest-new .amer .col-right .date,
.rma-guest-index .amer .col-right .date,
.rma-guest-success .amer .col-right .date {
  padding-bottom: 15px;
  padding-top: 28px;
  font-size: 15px;
  font: 18px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
}
.account .amer .col-right .detail,
.rma-guest-new .amer .col-right .detail,
.rma-guest-index .amer .col-right .detail,
.rma-guest-success .amer .col-right .detail {
  min-height: 110px;
  text-align: left;
}
.account .amer .col-right .detail p:first-child,
.rma-guest-new .amer .col-right .detail p:first-child,
.rma-guest-index .amer .col-right .detail p:first-child,
.rma-guest-success .amer .col-right .detail p:first-child {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.account .amer .bottom,
.rma-guest-new .amer .bottom,
.rma-guest-index .amer .bottom,
.rma-guest-success .amer .bottom {
  clear: both;
  display: block;
}
.account .amer .bottom .continue,
.rma-guest-new .amer .bottom .continue,
.rma-guest-index .amer .bottom .continue,
.rma-guest-success .amer .bottom .continue {
  position: relative;
  margin-bottom: 20px;
  background-image: url('../images/icons/arrow-back.png');
  background-position: left 0;
  color: #666;
}
.account .amer .delivery-link a,
.rma-guest-new .amer .delivery-link a,
.rma-guest-index .amer .delivery-link a,
.rma-guest-success .amer .delivery-link a {
  display: block;
  padding: 5px 0;
  font: 1em / 13px "Futura BT Book", arial, "helvetica", sans-serif;
  text-decoration: underline;
  color: #1C1C1C;
}
.account .amer .expedition,
.rma-guest-new .amer .expedition,
.rma-guest-index .amer .expedition,
.rma-guest-success .amer .expedition {
  display: inline-block;
  margin-top: 20px;
  padding-top: 55px;
  border-top: 1px solid #DFEAE8;
  width: 100%;
}
.account .amer .expedition .title,
.account .amer .expedition a,
.account .amer .expedition p,
.rma-guest-new .amer .expedition .title,
.rma-guest-new .amer .expedition a,
.rma-guest-new .amer .expedition p,
.rma-guest-index .amer .expedition .title,
.rma-guest-index .amer .expedition a,
.rma-guest-index .amer .expedition p,
.rma-guest-success .amer .expedition .title,
.rma-guest-success .amer .expedition a,
.rma-guest-success .amer .expedition p {
  font: 0.9em arial, "helvetica", sans-serif;
}
.account .amer .expedition .title,
.rma-guest-new .amer .expedition .title,
.rma-guest-index .amer .expedition .title,
.rma-guest-success .amer .expedition .title {
  margin-bottom: 18px;
  color: #1C1C1C;
  text-transform: uppercase;
  font: 1.384em / 18px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
}
.account .amer .expedition > a,
.rma-guest-new .amer .expedition > a,
.rma-guest-index .amer .expedition > a,
.rma-guest-success .amer .expedition > a {
  display: block;
  margin-bottom: 5px;
  color: #1C1C1C;
  text-decoration: underline;
}
.account .amer .expedition > a:hover,
.account .amer .delivery-link a:hover,
.rma-guest-new .amer .expedition > a:hover,
.rma-guest-new .amer .delivery-link a:hover,
.rma-guest-index .amer .expedition > a:hover,
.rma-guest-index .amer .delivery-link a:hover,
.rma-guest-success .amer .expedition > a:hover,
.rma-guest-success .amer .delivery-link a:hover {
  color: #31BABC;
}
.account .amer .order h3.small,
.rma-guest-new .amer .order h3.small,
.rma-guest-index .amer .order h3.small,
.rma-guest-success .amer .order h3.small {
  margin-top: 63px;
  margin-bottom: 2px;
}
.account .amer .expedition p,
.rma-guest-new .amer .expedition p,
.rma-guest-index .amer .expedition p,
.rma-guest-success .amer .expedition p {
  margin-top: 10px;
}
.account .amer .expedition p a,
.rma-guest-new .amer .expedition p a,
.rma-guest-index .amer .expedition p a,
.rma-guest-success .amer .expedition p a {
  text-decoration: underline;
}
.account .amer .order .detail-order .name-product,
.rma-guest-new .amer .order .detail-order .name-product,
.rma-guest-index .amer .order .detail-order .name-product,
.rma-guest-success .amer .order .detail-order .name-product {
  width: 50%;
}
.account .amer .order .detail-order .ref,
.rma-guest-new .amer .order .detail-order .ref,
.rma-guest-index .amer .order .detail-order .ref,
.rma-guest-success .amer .order .detail-order .ref {
  width: 30%;
}
.account .amer .order .detail-order .quantity-delivery,
.rma-guest-new .amer .order .detail-order .quantity-delivery,
.rma-guest-index .amer .order .detail-order .quantity-delivery,
.rma-guest-success .amer .order .detail-order .quantity-delivery {
  width: 20%;
  text-align: center;
}
.account .amer .back a,
.account .amer .my-account .bottom a.continue,
.rma-guest-new .amer .back a,
.rma-guest-new .amer .my-account .bottom a.continue,
.rma-guest-index .amer .back a,
.rma-guest-index .amer .my-account .bottom a.continue,
.rma-guest-success .amer .back a,
.rma-guest-success .amer .my-account .bottom a.continue {
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 45px;
  background: url('../images/icons/arrow-left.png') no-repeat -10px -9px;
  font: 20px "Futura Condensed Medium", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #878787;
  margin-top: 20px;
  left: 0px;
}
.account .amer .my-account .bottom a.continue,
.rma-guest-new .amer .my-account .bottom a.continue,
.rma-guest-index .amer .my-account .bottom a.continue,
.rma-guest-success .amer .my-account .bottom a.continue {
  margin-top: 0px;
}
.account .amer .my-account .back a:hover,
.account .amer .my-account .bottom a.continue:hover,
.rma-guest-new .amer .my-account .back a:hover,
.rma-guest-new .amer .my-account .bottom a.continue:hover,
.rma-guest-index .amer .my-account .back a:hover,
.rma-guest-index .amer .my-account .bottom a.continue:hover,
.rma-guest-success .amer .my-account .back a:hover,
.rma-guest-success .amer .my-account .bottom a.continue:hover {
  color: #878787;
}
.account .amer h2,
.rma-guest-new .amer h2,
.rma-guest-index .amer h2,
.rma-guest-success .amer h2 {
  margin-left: 5px;
}
.account .amer .menu-select select .selected,
.account .amer .menu-select select,
.rma-guest-new .amer .menu-select select .selected,
.rma-guest-new .amer .menu-select select,
.rma-guest-index .amer .menu-select select .selected,
.rma-guest-index .amer .menu-select select,
.rma-guest-success .amer .menu-select select .selected,
.rma-guest-success .amer .menu-select select {
  width: 100%;
}
.account .amer .column01,
.rma-guest-new .amer .column01,
.rma-guest-index .amer .column01,
.rma-guest-success .amer .column01 {
  width: 78%;
  min-height: 500px;
  margin-bottom: 140px;
  padding: 0px;
  background-color: transparent;
}
.account .amer .column02 > img,
.rma-guest-new .amer .column02 > img,
.rma-guest-index .amer .column02 > img,
.rma-guest-success .amer .column02 > img {
  margin-bottom: 10px;
}
.account .amer .col-left,
.rma-guest-new .amer .col-left,
.rma-guest-index .amer .col-left,
.rma-guest-success .amer .col-left {
  float: left;
  margin: 0;
  background-color: #fff;
  padding: 40px;
  max-width: 26%;
  padding-right: 25px;
}
.account .amer .col-right,
.rma-guest-new .amer .col-right,
.rma-guest-index .amer .col-right,
.rma-guest-success .amer .col-right {
  float: left;
  width: 65%;
  margin-left: 15px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.account .amer .menu-list,
.rma-guest-new .amer .menu-list,
.rma-guest-index .amer .menu-list,
.rma-guest-success .amer .menu-list {
  display: inline-block;
}
.account .amer .menu-list li,
.rma-guest-new .amer .menu-list li,
.rma-guest-index .amer .menu-list li,
.rma-guest-success .amer .menu-list li {
  padding: 7px 0px 35px 0px;
  line-height: 1.3em;
}
.account .amer .menu-list a,
.rma-guest-new .amer .menu-list a,
.rma-guest-index .amer .menu-list a,
.rma-guest-success .amer .menu-list a {
  font: 1.538em/20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1C1C1C;
}
.account .amer .menu-list .current a,
.rma-guest-new .amer .menu-list .current a,
.rma-guest-index .amer .menu-list .current a,
.rma-guest-success .amer .menu-list .current a {
  font: 1.538em/20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  color: #31BABC;
  text-decoration: underline;
}
.account .amer .column01 .menu-select,
.rma-guest-new .amer .column01 .menu-select,
.rma-guest-index .amer .column01 .menu-select,
.rma-guest-success .amer .column01 .menu-select {
  display: none;
  width: 100%;
}
.account .amer .col-left .select select,
.rma-guest-new .amer .col-left .select select,
.rma-guest-index .amer .col-left .select select,
.rma-guest-success .amer .col-left .select select {
  top: 0;
  width: 114% !important;
  height: 39px;
}
.account .amer .col-left .select .selected,
.rma-guest-new .amer .col-left .select .selected,
.rma-guest-index .amer .col-left .select .selected,
.rma-guest-success .amer .col-left .select .selected {
  height: 27px !important;
  padding-top: 10px;
}
.account .amer .col-right > p,
.account .amer .col-right .my-account > p,
.rma-guest-new .amer .col-right > p,
.rma-guest-new .amer .col-right .my-account > p,
.rma-guest-index .amer .col-right > p,
.rma-guest-index .amer .col-right .my-account > p,
.rma-guest-success .amer .col-right > p,
.rma-guest-success .amer .col-right .my-account > p {
  margin-bottom: 22px;
}
.account .amer .info.change-pass,
.rma-guest-new .amer .info.change-pass,
.rma-guest-index .amer .info.change-pass,
.rma-guest-success .amer .info.change-pass {
  margin-top: 20px;
  margin-bottom: 35px;
}
.account .amer .list-table > li li,
.rma-guest-new .amer .list-table > li li,
.rma-guest-index .amer .list-table > li li,
.rma-guest-success .amer .list-table > li li {
  clear: left;
  margin-bottom: 0px;
  padding: 8px 4px 5px;
  padding-left: 0px;
  border-bottom: 1px solid #DFEAE8;
}
.account .amer .new-address p.required,
.rma-guest-new .amer .new-address p.required,
.rma-guest-index .amer .new-address p.required,
.rma-guest-success .amer .new-address p.required {
  margin-bottom: 20px;
}
.account .amer .new-address .select,
.rma-guest-new .amer .new-address .select,
.rma-guest-index .amer .new-address .select,
.rma-guest-success .amer .new-address .select {
  float: left;
  width: 56.8%;
}
.account .amer .new-address .select select,
.rma-guest-new .amer .new-address .select select,
.rma-guest-index .amer .new-address .select select,
.rma-guest-success .amer .new-address .select select {
  position: relative;
  /* top: 0; */
  width: 100% !important;
  height: 38px;
}
.account .amer .new-address .select .selected,
.rma-guest-new .amer .new-address .select .selected,
.rma-guest-index .amer .new-address .select .selected,
.rma-guest-success .amer .new-address .select .selected {
  width: 75% !important;
  line-height: 38px;
  width: 90.2%;
  background-position: right 2% center;
}
.account .amer .new-address li.white > ul,
.rma-guest-new .amer .new-address li.white > ul,
.rma-guest-index .amer .new-address li.white > ul,
.rma-guest-success .amer .new-address li.white > ul {
  padding-left: 0px;
  padding-top: 0px;
}
.account .amer .new-address li.white > ul li label,
.rma-guest-new .amer .new-address li.white > ul li label,
.rma-guest-index .amer .new-address li.white > ul li label,
.rma-guest-success .amer .new-address li.white > ul li label {
  font: 1.076em / 14px "Futura BT Book", arial, "helvetica", sans-serif;
}
.account .amer .new-address li.white > ul li,
.rma-guest-new .amer .new-address li.white > ul li,
.rma-guest-index .amer .new-address li.white > ul li,
.rma-guest-success .amer .new-address li.white > ul li {
  margin-bottom: 30px;
}
.account .amer .new-address .select,
.rma-guest-new .amer .new-address .select,
.rma-guest-index .amer .new-address .select,
.rma-guest-success .amer .new-address .select {
  margin-bottom: 14px;
}
.account .amer .new-address .checkboxes .checkcontainer,
.rma-guest-new .amer .new-address .checkboxes .checkcontainer,
.rma-guest-index .amer .new-address .checkboxes .checkcontainer,
.rma-guest-success .amer .new-address .checkboxes .checkcontainer {
  display: inline-block;
  width: 80%;
}
.account .amer .new-address .checkboxes input,
.rma-guest-new .amer .new-address .checkboxes input,
.rma-guest-index .amer .new-address .checkboxes input,
.rma-guest-success .amer .new-address .checkboxes input {
  left: 0;
  top: 0;
  width: 20px !important;
}
.account .amer .new-address .checkboxes label,
.rma-guest-new .amer .new-address .checkboxes label,
.rma-guest-index .amer .new-address .checkboxes label,
.rma-guest-success .amer .new-address .checkboxes label {
  width: 100%;
  margin-bottom: 20px;
}
.account .amer .new-address .checkboxes ul > label,
.rma-guest-new .amer .new-address .checkboxes ul > label,
.rma-guest-index .amer .new-address .checkboxes ul > label,
.rma-guest-success .amer .new-address .checkboxes ul > label {
  margin-left: 0px;
}
.account .amer .new-address .checkboxes,
.rma-guest-new .amer .new-address .checkboxes,
.rma-guest-index .amer .new-address .checkboxes,
.rma-guest-success .amer .new-address .checkboxes {
  margin-top: 0px;
}
.account .amer .new-address .btn input,
.rma-guest-new .amer .new-address .btn input,
.rma-guest-index .amer .new-address .btn input,
.rma-guest-success .amer .new-address .btn input {
  padding: 15px 20px 15px 60px;
  font-size: 1.23077em;
}
.account .amer .order-bar,
.rma-guest-new .amer .order-bar,
.rma-guest-index .amer .order-bar,
.rma-guest-success .amer .order-bar {
  width: 100%;
  height: 38px;
  margin-bottom: 5px;
  padding: 0;
  background: #878787;
  font: 17px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  color: #fff;
}
.account .amer .order-bar .quantity,
.rma-guest-new .amer .order-bar .quantity,
.rma-guest-index .amer .order-bar .quantity,
.rma-guest-success .amer .order-bar .quantity {
  float: left;
  width: 22%;
  height: 40px;
  padding: 0 4%;
  line-height: 40px;
}
.account .amer .order-bar .pagination,
.rma-guest-new .amer .order-bar .pagination,
.rma-guest-index .amer .order-bar .pagination,
.rma-guest-success .amer .order-bar .pagination {
  float: left;
  width: 26%;
  height: 38px;
  padding: 1px 4% 0px 0%;
  line-height: 38px;
}
.account .amer#main .order-bar .select .selected,
.rma-guest-new .amer#main .order-bar .select .selected,
.rma-guest-index .amer#main .order-bar .select .selected,
.rma-guest-success .amer#main .order-bar .select .selected {
  background: url("../images/icons/select_blue.png") no-repeat scroll 50px 8px transparent !important;
  border: none;
}
.account .amer .order-bar .pagination > *,
.rma-guest-new .amer .order-bar .pagination > *,
.rma-guest-index .amer .order-bar .pagination > *,
.rma-guest-success .amer .order-bar .pagination > * {
  display: block;
  float: left;
}
.account .amer .order-bar .pagination span,
.rma-guest-new .amer .order-bar .pagination span,
.rma-guest-index .amer .order-bar .pagination span,
.rma-guest-success .amer .order-bar .pagination span {
  padding-right: 5px;
}
.account .amer .order-bar .pagination li,
.rma-guest-new .amer .order-bar .pagination li,
.rma-guest-index .amer .order-bar .pagination li,
.rma-guest-success .amer .order-bar .pagination li {
  float: left;
  padding: 1px 2px 0;
}
.account .amer .order-bar .pagination,
.rma-guest-new .amer .order-bar .pagination,
.rma-guest-index .amer .order-bar .pagination,
.rma-guest-success .amer .order-bar .pagination {
  padding-top: 2px;
}
.account .amer .order-bar .pagination a,
.rma-guest-new .amer .order-bar .pagination a,
.rma-guest-index .amer .order-bar .pagination a,
.rma-guest-success .amer .order-bar .pagination a {
  color: #fff;
  text-decoration: none;
  font: 1em / 17px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
}
.account .amer .order-bar .pagination .current a,
.rma-guest-new .amer .order-bar .pagination .current a,
.rma-guest-index .amer .order-bar .pagination .current a,
.rma-guest-success .amer .order-bar .pagination .current a {
  color: #31BABC;
  text-decoration: none;
}
.account .amer .order-bar .pagination .select,
.account .amer .order-bar .pagination .select select,
.account .amer .order-bar .pagination .select .selected,
.rma-guest-new .amer .order-bar .pagination .select,
.rma-guest-new .amer .order-bar .pagination .select select,
.rma-guest-new .amer .order-bar .pagination .select .selected,
.rma-guest-index .amer .order-bar .pagination .select,
.rma-guest-index .amer .order-bar .pagination .select select,
.rma-guest-index .amer .order-bar .pagination .select .selected,
.rma-guest-success .amer .order-bar .pagination .select,
.rma-guest-success .amer .order-bar .pagination .select select,
.rma-guest-success .amer .order-bar .pagination .select .selected {
  top: 0;
  width: 60px;
  height: 27px;
  font: 1em/24px arial, "helvetica", sans-serif;
  color: #fff;
  padding-top: 8px;
}
.account .amer .order-bar .pagination .select option,
.rma-guest-new .amer .order-bar .pagination .select option,
.rma-guest-index .amer .order-bar .pagination .select option,
.rma-guest-success .amer .order-bar .pagination .select option {
  color: black;
}
.account .amer .order-bar .change,
.rma-guest-new .amer .order-bar .change,
.rma-guest-index .amer .order-bar .change,
.rma-guest-success .amer .order-bar .change {
  float: right;
  width: 32%;
  padding: 2px 2%;
}
.account .amer .order-bar .change > span,
.rma-guest-new .amer .order-bar .change > span,
.rma-guest-index .amer .order-bar .change > span,
.rma-guest-success .amer .order-bar .change > span {
  display: block;
  float: left;
  width: 53px;
  height: 38px;
  line-height: 38px;
}
.account .amer .order-bar .change .per-page,
.rma-guest-new .amer .order-bar .change .per-page,
.rma-guest-index .amer .order-bar .change .per-page,
.rma-guest-success .amer .order-bar .change .per-page {
  width: 60px;
  margin-left: 5px;
  text-align: right;
}
.account .amer .order-bar .change .select,
.rma-guest-new .amer .order-bar .change .select,
.rma-guest-index .amer .order-bar .change .select,
.rma-guest-success .amer .order-bar .change .select {
  float: left;
}
.account .amer .order-bar .change .select,
.account .amer .order-bar .change .select select,
.rma-guest-new .amer .order-bar .change .select,
.rma-guest-new .amer .order-bar .change .select select,
.rma-guest-index .amer .order-bar .change .select,
.rma-guest-index .amer .order-bar .change .select select,
.rma-guest-success .amer .order-bar .change .select,
.rma-guest-success .amer .order-bar .change .select select {
  width: 69px;
  height: 24px;
}
.account .amer .order-bar .change .select select,
.rma-guest-new .amer .order-bar .change .select select,
.rma-guest-index .amer .order-bar .change .select select,
.rma-guest-success .amer .order-bar .change .select select {
  top: 13px;
  height: 25px;
}
.account .amer .order-bar .change .select .selected,
.rma-guest-new .amer .order-bar .change .select .selected,
.rma-guest-index .amer .order-bar .change .select .selected,
.rma-guest-success .amer .order-bar .change .select .selected {
  width: 24px;
  height: 38px;
  line-height: 38px;
  padding: 0 45px 0 0px;
  text-align: right;
}
.account .amer .menu-order,
.rma-guest-new .amer .menu-order,
.rma-guest-index .amer .menu-order,
.rma-guest-success .amer .menu-order {
  float: left;
  margin-right: 33px;
  padding-bottom: 0px;
  width: 100%;
}
.account .amer .menu-order li,
.rma-guest-new .amer .menu-order li,
.rma-guest-index .amer .menu-order li,
.rma-guest-success .amer .menu-order li {
  float: left;
  margin-right: 37px;
  padding-bottom: 0px;
}
.account .amer .menu-order li.active a,
.account .amer .menu-order li:hover a,
.rma-guest-new .amer .menu-order li.active a,
.rma-guest-new .amer .menu-order li:hover a,
.rma-guest-index .amer .menu-order li.active a,
.rma-guest-index .amer .menu-order li:hover a,
.rma-guest-success .amer .menu-order li.active a,
.rma-guest-success .amer .menu-order li:hover a {
  background: #434343;
  color: #fff;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.account .amer .menu-order li a,
.rma-guest-new .amer .menu-order li a,
.rma-guest-index .amer .menu-order li a,
.rma-guest-success .amer .menu-order li a {
  display: inline-block;
  padding: 9px 10px 7px;
  font-size: 11px;
  text-decoration: none;
  border: 1px solid #434343;
  text-align: center;
  text-transform: uppercase;
  font: 15px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 1.4px;
  margin-right: 0px;
}
.account .amer .column01 .menu-order-select,
.rma-guest-new .amer .column01 .menu-order-select,
.rma-guest-index .amer .column01 .menu-order-select,
.rma-guest-success .amer .column01 .menu-order-select {
  display: none;
  width: 100%;
  height: 40px;
  margin: 10px 0 15px;
}
.account .amer .menu-order-select select,
.rma-guest-new .amer .menu-order-select select,
.rma-guest-index .amer .menu-order-select select,
.rma-guest-success .amer .menu-order-select select {
  top: 0;
  width: 102% !important;
  height: 38px !important;
}
.account .amer .menu-order-select .selected,
.rma-guest-new .amer .menu-order-select .selected,
.rma-guest-index .amer .menu-order-select .selected,
.rma-guest-success .amer .menu-order-select .selected {
  width: 88%;
  padding: 7px 8% 6px 0%;
  height: 25px;
  line-height: 28px;
}
.account .amer .col-right.info,
.rma-guest-new .amer .col-right.info,
.rma-guest-index .amer .col-right.info,
.rma-guest-success .amer .col-right.info {
  padding-bottom: 80px;
}
.account .amer .info p.required,
.rma-guest-new .amer .info p.required,
.rma-guest-index .amer .info p.required,
.rma-guest-success .amer .info p.required {
  margin-bottom: 20px;
}
.account .amer .info .change-radio .checkcontainer,
.account .amer .change-radio .checkcontainer,
.rma-guest-new .amer .info .change-radio .checkcontainer,
.rma-guest-new .amer .change-radio .checkcontainer,
.rma-guest-index .amer .info .change-radio .checkcontainer,
.rma-guest-index .amer .change-radio .checkcontainer,
.rma-guest-success .amer .info .change-radio .checkcontainer,
.rma-guest-success .amer .change-radio .checkcontainer {
  display: inline-block;
  width: 90%;
  margin: 20px 10% 20px 0;
  padding: 20px 0 0;
  border-top: 8px solid #eee;
  background-position: left 20px;
}
.account .amer .info .change-radio .checkcontainer.checkcontainerChecked,
.rma-guest-new .amer .info .change-radio .checkcontainer.checkcontainerChecked,
.rma-guest-index .amer .info .change-radio .checkcontainer.checkcontainerChecked,
.rma-guest-success .amer .info .change-radio .checkcontainer.checkcontainerChecked {
  background-position: left -160px;
}
.account .amer .info .change-radio input,
.rma-guest-new .amer .info .change-radio input,
.rma-guest-index .amer .info .change-radio input,
.rma-guest-success .amer .info .change-radio input {
  left: 0;
  top: 20px;
  width: 20px;
}
.account .amer .info .change-radio label,
.rma-guest-new .amer .info .change-radio label,
.rma-guest-index .amer .info .change-radio label,
.rma-guest-success .amer .info .change-radio label {
  width: 80%;
}
.account .amer .info .change-pass label,
.rma-guest-new .amer .info .change-pass label,
.rma-guest-index .amer .info .change-pass label,
.rma-guest-success .amer .info .change-pass label {
  width: 45%;
}
.account .amer .info .change-pass input,
.rma-guest-new .amer .info .change-pass input,
.rma-guest-index .amer .info .change-pass input,
.rma-guest-success .amer .info .change-pass input {
  width: 34%;
}
.account .amer .info .change-pass .validation-advice,
.rma-guest-new .amer .info .change-pass .validation-advice,
.rma-guest-index .amer .info .change-pass .validation-advice,
.rma-guest-success .amer .info .change-pass .validation-advice {
  margin-left: 45%;
}
.account .amer .info .btn input,
.rma-guest-new .amer .info .btn input,
.rma-guest-index .amer .info .btn input,
.rma-guest-success .amer .info .btn input {
  width: 100%;
  padding: 12px 12px 12px 57px;
  font: 1.23077em/18px "Interstate Bold";
}
.account .amer .valid,
.account .amer .error,
.rma-guest-new .amer .valid,
.rma-guest-new .amer .error,
.rma-guest-index .amer .valid,
.rma-guest-index .amer .error,
.rma-guest-success .amer .valid,
.rma-guest-success .amer .error {
  height: 22px;
  line-height: 22px;
  margin-bottom: 15px;
}
.account .amer .column02 > img,
.rma-guest-new .amer .column02 > img,
.rma-guest-index .amer .column02 > img,
.rma-guest-success .amer .column02 > img {
  display: none;
}
.account .amer .retour-link,
.account .amer .retour-link-nb,
.rma-guest-new .amer .retour-link,
.rma-guest-new .amer .retour-link-nb,
.rma-guest-index .amer .retour-link,
.rma-guest-index .amer .retour-link-nb,
.rma-guest-success .amer .retour-link,
.rma-guest-success .amer .retour-link-nb {
  background: url("../images/icons/retour.png") no-repeat scroll 0 0 transparent;
  background-size: 31px 30px !important;
}
.account .amer .list-table,
.rma-guest-new .amer .list-table,
.rma-guest-index .amer .list-table,
.rma-guest-success .amer .list-table {
  padding: 0;
}
.account .amer .list-table > li ul.thead li,
.rma-guest-new .amer .list-table > li ul.thead li,
.rma-guest-index .amer .list-table > li ul.thead li,
.rma-guest-success .amer .list-table > li ul.thead li {
  padding-bottom: 10px;
}
.account .amer .list-table > li ul.thead li span.content,
.rma-guest-new .amer .list-table > li ul.thead li span.content,
.rma-guest-index .amer .list-table > li ul.thead li span.content,
.rma-guest-success .amer .list-table > li ul.thead li span.content {
  font: 1em/14px 'Futura BT Medium Condensed', Arial, Helvetica, sans-serif;
}
.account .amer .list-table > li > ul,
.rma-guest-new .amer .list-table > li > ul,
.rma-guest-index .amer .list-table > li > ul,
.rma-guest-success .amer .list-table > li > ul {
  display: table;
  width: 100%;
}
.account .amer .list-table > li li,
.rma-guest-new .amer .list-table > li li,
.rma-guest-index .amer .list-table > li li,
.rma-guest-success .amer .list-table > li li {
  display: table-cell;
  width: 25%;
  float: none;
  padding: 4px 16px;
  text-align: center;
  font: 1.28em 'Futura BT Medium Condensed', Arial, Helvetica, sans-serif;
}
.account .amer .list-table > li li span.th,
.rma-guest-new .amer .list-table > li li span.th,
.rma-guest-index .amer .list-table > li li span.th,
.rma-guest-success .amer .list-table > li li span.th {
  display: none;
  float: left;
  margin-right: 4px;
  font-weight: bold;
}
.account .amer .list-table > li li:first-of-type,
.rma-guest-new .amer .list-table > li li:first-of-type,
.rma-guest-index .amer .list-table > li li:first-of-type,
.rma-guest-success .amer .list-table > li li:first-of-type {
  text-align: left;
  padding-left: 0;
  width: 22%;
}
.account .amer .list-table > li li:nth-of-type(2),
.rma-guest-new .amer .list-table > li li:nth-of-type(2),
.rma-guest-index .amer .list-table > li li:nth-of-type(2),
.rma-guest-success .amer .list-table > li li:nth-of-type(2) {
  width: 29%;
  text-align: left;
}
.account .amer .list-table > li li:nth-of-type(3),
.rma-guest-new .amer .list-table > li li:nth-of-type(3),
.rma-guest-index .amer .list-table > li li:nth-of-type(3),
.rma-guest-success .amer .list-table > li li:nth-of-type(3) {
  width: 28%;
  text-align: left;
}
.account .amer .list-table > li li:nth-of-type(4),
.rma-guest-new .amer .list-table > li li:nth-of-type(4),
.rma-guest-index .amer .list-table > li li:nth-of-type(4),
.rma-guest-success .amer .list-table > li li:nth-of-type(4) {
  width: 15%;
  text-align: right;
}
.account .amer .list-table > li li.c-status a,
.rma-guest-new .amer .list-table > li li.c-status a,
.rma-guest-index .amer .list-table > li li.c-status a,
.rma-guest-success .amer .list-table > li li.c-status a {
  display: block;
  font-size: 0.667em;
  text-decoration: underline;
  color: #6B6B6B;
}
.account .amer .list-table > li:last-of-type li,
.rma-guest-new .amer .list-table > li:last-of-type li,
.rma-guest-index .amer .list-table > li:last-of-type li,
.rma-guest-success .amer .list-table > li:last-of-type li {
  border-bottom: none;
}
.account .amer section.order > div:nth-of-type(2),
.rma-guest-new .amer section.order > div:nth-of-type(2),
.rma-guest-index .amer section.order > div:nth-of-type(2),
.rma-guest-success .amer section.order > div:nth-of-type(2) {
  display: none;
}
.account .amer .list-table > li li span.content,
.rma-guest-new .amer .list-table > li li span.content,
.rma-guest-index .amer .list-table > li li span.content,
.rma-guest-success .amer .list-table > li li span.content {
  font: 0.78em / 14px 'Futura BT Book', helvetica, arial, sans-serif;
  text-transform: none;
}
.account .amer .rma .disabled-item,
.rma-guest-new .amer .rma .disabled-item,
.rma-guest-index .amer .rma .disabled-item,
.rma-guest-success .amer .rma .disabled-item {
  background-color: rgba(240, 240, 240, 0.5);
}
.account .amer .rma .form-list li.wide,
.account .amer .rma #rma-requested-items,
.rma-guest-new .amer .rma .form-list li.wide,
.rma-guest-new .amer .rma #rma-requested-items,
.rma-guest-index .amer .rma .form-list li.wide,
.rma-guest-index .amer .rma #rma-requested-items,
.rma-guest-success .amer .rma .form-list li.wide,
.rma-guest-success .amer .rma #rma-requested-items {
  margin: 10px 0;
}
.account .amer .rma .detail-rma > ul > li,
.rma-guest-new .amer .rma .detail-rma > ul > li,
.rma-guest-index .amer .rma .detail-rma > ul > li,
.rma-guest-success .amer .rma .detail-rma > ul > li {
  float: left;
}
.account .amer .rma .detail-rma .number,
.account .amer .rma .detail-rma .date-rma,
.rma-guest-new .amer .rma .detail-rma .number,
.rma-guest-new .amer .rma .detail-rma .date-rma,
.rma-guest-index .amer .rma .detail-rma .number,
.rma-guest-index .amer .rma .detail-rma .date-rma,
.rma-guest-success .amer .rma .detail-rma .number,
.rma-guest-success .amer .rma .detail-rma .date-rma {
  width: 20%;
}
.account .amer .rma .detail-rma .status,
.rma-guest-new .amer .rma .detail-rma .status,
.rma-guest-index .amer .rma .detail-rma .status,
.rma-guest-success .amer .rma .detail-rma .status {
  width: 17%;
}
.account .amer .rma .detail-rma .link,
.rma-guest-new .amer .rma .detail-rma .link,
.rma-guest-index .amer .rma .detail-rma .link,
.rma-guest-success .amer .rma .detail-rma .link {
  width: 23%;
}
.account .amer .rma .detail-rma .link a,
.rma-guest-new .amer .rma .detail-rma .link a,
.rma-guest-index .amer .rma .detail-rma .link a,
.rma-guest-success .amer .rma .detail-rma .link a {
  padding: 0;
}
.account .amer .rma .detail-rma .to-return,
.rma-guest-new .amer .rma .detail-rma .to-return,
.rma-guest-index .amer .rma .detail-rma .to-return,
.rma-guest-success .amer .rma .detail-rma .to-return {
  width: 5%;
}
.account .amer .rma .detail-rma .product-name,
.rma-guest-new .amer .rma .detail-rma .product-name,
.rma-guest-index .amer .rma .detail-rma .product-name,
.rma-guest-success .amer .rma .detail-rma .product-name {
  width: 45%;
}
.account .amer .rma .detail-rma .qty,
.rma-guest-new .amer .rma .detail-rma .qty,
.rma-guest-index .amer .rma .detail-rma .qty,
.rma-guest-success .amer .rma .detail-rma .qty {
  width: 15%;
}
.account .amer .rma .detail-rma .qty input,
.rma-guest-new .amer .rma .detail-rma .qty input,
.rma-guest-index .amer .rma .detail-rma .qty input,
.rma-guest-success .amer .rma .detail-rma .qty input {
  width: 30%;
}
.account .amer .rma .detail-rma .reason,
.rma-guest-new .amer .rma .detail-rma .reason,
.rma-guest-index .amer .rma .detail-rma .reason,
.rma-guest-success .amer .rma .detail-rma .reason {
  width: 35%;
}
.account .amer .rma .detail-rma .reason select,
.rma-guest-new .amer .rma .detail-rma .reason select,
.rma-guest-index .amer .rma .detail-rma .reason select,
.rma-guest-success .amer .rma .detail-rma .reason select {
  max-width: 100%;
}
.account .amer .rma .fields .field,
.rma-guest-new .amer .rma .fields .field,
.rma-guest-index .amer .rma .fields .field,
.rma-guest-success .amer .rma .fields .field {
  padding: 3px 0;
}
.account .amer .rma .fields .field > strong,
.rma-guest-new .amer .rma .fields .field > strong,
.rma-guest-index .amer .rma .fields .field > strong,
.rma-guest-success .amer .rma .fields .field > strong {
  width: 20%;
  display: inline-block;
}
.account .amer .rma a.hidden-link,
.rma-guest-new .amer .rma a.hidden-link,
.rma-guest-index .amer .rma a.hidden-link,
.rma-guest-success .amer .rma a.hidden-link {
  color: inherit;
  display: inline;
  text-decoration: none;
}
.account .amer section.button a,
.rma-guest-new .amer section.button a,
.rma-guest-index .amer section.button a,
.rma-guest-success .amer section.button a {
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
  padding: 7px 12px;
  color: white;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: #31BABC;
  text-decoration: none;
  margin: 12px 20px 12px 0;
  width: auto;
  float: left;
}
.account .amer #rma-new-form .validation-advice,
.account .amer #rma-new-form span.required,
.account .amer #rma-new-form p.required,
.rma-guest-new .amer #rma-new-form .validation-advice,
.rma-guest-new .amer #rma-new-form span.required,
.rma-guest-new .amer #rma-new-form p.required,
.rma-guest-index .amer #rma-new-form .validation-advice,
.rma-guest-index .amer #rma-new-form span.required,
.rma-guest-index .amer #rma-new-form p.required,
.rma-guest-success .amer #rma-new-form .validation-advice,
.rma-guest-success .amer #rma-new-form span.required,
.rma-guest-success .amer #rma-new-form p.required {
  color: #c80c0c;
}
.rma-guest-new .rma-item li.product-name,
.rma-guest-index .rma-item li.product-name,
.rma-guest-success .rma-item li.product-name {
  padding-top: 15px;
}
.rma-guest-new .rma-item li.qty input,
.rma-guest-index .rma-item li.qty input,
.rma-guest-success .rma-item li.qty input {
  margin-top: 15px;
  height: 30px;
  border: 1px solid #dadada;
  padding: 3px;
}
.rma-guest-new .custom-select,
.rma-guest-index .custom-select,
.rma-guest-success .custom-select,
.rma-guest-new .custom-select-bootstrap,
.rma-guest-index .custom-select-bootstrap,
.rma-guest-success .custom-select-bootstrap {
  height: 30px!important;
  margin: 10px 0px;
  width: 75%!important;
}
.rma-guest-new section.button a,
.rma-guest-index section.button a,
.rma-guest-success section.button a {
  float: inherit!important;
  text-transform: uppercase;
  font: 20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  padding: 15px 60px!important;
}
.rma-guest-new .col-left,
.rma-guest-index .col-left,
.rma-guest-success .col-left {
  display: none !important;
}
.rma-guest-new .amer .column01,
.rma-guest-index .amer .column01,
.rma-guest-success .amer .column01 {
  width: 100%;
}
.rma-guest-new .amer .col-right,
.rma-guest-index .amer .col-right,
.rma-guest-success .amer .col-right {
  width: 80%;
  margin-left: 10%;
}
.rma-guest-new .amer .column02,
.rma-guest-index .amer .column02,
.rma-guest-success .amer .column02 {
  width: 15%;
}
.rma-guest-index .rma-index-form {
  padding-top: 40px;
}
.rma-guest-index .rma-index-form li.item.validation-error {
  background-position: 595px  25px;
}
.rma-guest-index .rma-index-form li.item.validation-passed {
  background-position: 595px  15px;
}
.rma-guest-index .rma-index-form li.item span.required {
  color: #31BABC;
}
.rma-guest-index .comment-proclub {
  padding-top: 40px;
}
.rma-customer-view #rma-requested-items {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rma-guest-index .amer section.button a {
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
  padding: 7px 12px;
  color: white;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: #31BABC;
  text-decoration: none;
  margin: 12px 20px 7px 0;
  width: auto;
}
.rma-guest-index .amer section.button:hover:before {
  width: 0;
}
.rma-guest-index .amer .comment-proclub {
  clear: both;
  margin-top: 20px;
  font-weight: bold;
}
.rma-explanation {
  margin: 20px 0 20px;
}
.rma-explanation p {
  margin: 10px 0 5px;
  clear: both;
}
.rma-explanation p.list-title {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 8px;
}
.rma-explanation p.address {
  font-family: inherit !important;
  margin: 10px 0 5px 50px;
}
.rma-explanation ul {
  list-style: initial;
}
.rma-explanation ul li {
  padding: 3px 0;
  list-style: initial;
  margin-left: 20px;
}
.rma-explanation .form-choice.first {
  margin-top: 25px;
}
.rma-explanation dl {
  width: 100%;
  float: left;
}
.rma-explanation dl dt {
  width: 6%;
  float: left;
  clear: both;
  text-align: right;
  margin-right: 2%;
  line-height: 45px;
  padding: 0;
}
.rma-explanation dl dt img {
  width: 100%;
  max-width: 20px;
  vertical-align: middle;
}
.rma-explanation dl dd {
  display: block;
  width: 92%;
  float: left;
  margin: 0;
  vertical-align: middle;
  line-height: 45px;
}
.rma-explanation dl dd span {
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.rma-explanation #rma-policies-title {
  cursor: pointer;
  float: left;
}
.rma-explanation #rma-policies-title span {
  text-decoration: underline;
}
.rma-explanation #rma-policies {
  clear: both;
}
.rma-explanation #rma-policies + p.list-title {
  padding-top: 13px;
}
.addPack {
  width: 640px;
  height: 460px;
}
.addPack .first-product,
.addPack .second-product {
  width: 200px;
  text-align: center;
}
.addPack .addition-more,
.addPack .addition-equal {
  width: 40px;
  padding: 115px 10px 0;
}
.addPack .prod-price {
  line-height: 35px;
}
.addPack .prod-desc .desc-size label {
  width: 100%;
  text-align: center;
}
.addPack .prod-desc .desc-size .select {
  float: none;
  height: 40px;
  margin: 30px 0 0 47px;
}
.addPack .total-product {
  width: 60px;
}
.addPack .total-product .prod-price {
  display: block;
  margin-top: 125px;
  font-size: 1.8em;
}
.addPack .select {
  overflow: visible;
  position: relative;
  width: 100px;
  z-index: 0;
}
.addPack .select select {
  position: absolute;
  left: 0;
  top: -3px;
  width: 100px !important;
  padding: 8px 0;
}
.addPack .select .selected {
  background: url("../images/global/select.png") no-repeat scroll right center white;
  border: 1px solid #CCCCCC;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  padding: 10px 55px 10px 10px;
}
.addPack .add-basket {
  float: none;
  clear: left;
  position: relative;
  width: 100%;
  height: 50px;
  text-decoration: none;
}
.addPack .add-basket .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.addPack .add-basket .btn-main {
  padding: 8px 8px 10px 45px;
  background-image: url("../images/productpage/product-additionals-cart.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
}
.addPack > div {
  float: left;
}
.amer {
  position: relative;
  width: 1414px;
  min-height: 450px;
  margin: 120px auto;
  margin-bottom: 50px;
  /* Firefox */
  /* Chrome */
  /* Opéra*/
  /* Clearing  */
  /* ::: PRICE ::: */
  /* style flat */
}
.amer img.osc_images_cb_mini {
  filter: grayscale(100%);
}
.amer input {
  border-radius: 0px;
}
.amer input[type=number] {
  -moz-appearance: textfield;
}
.amer input::-webkit-inner-spin-button,
.amer input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.amer input::-o-inner-spin-button,
.amer input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}
.amer .btn.active,
.amer .btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.amer .checkcontainer input {
  opacity: 0!important;
  filter: alpha(opacity=0) !important;
}
.amer .amer_order_confirmation {
  float: left;
}
.amer #advice-validate-password-password,
.amer #advice-validate-cpassword-confirmation {
  padding-top: 0px;
}
.amer div,
.amer span,
.amer applet,
.amer object,
.amer iframe,
.amer h1,
.amer h2,
.amer h3,
.amer h4,
.amer h5,
.amer h6,
.amer p,
.amer blockquote,
.amer pre,
.amer a,
.amer abbr,
.amer acronym,
.amer address,
.amer big,
.amer cite,
.amer code,
.amer del,
.amer dfn,
.amer em,
.amer img,
.amer ins,
.amer kbd,
.amer q,
.amer s,
.amer samp,
.amer small,
.amer strike,
.amer strong,
.amer sub,
.amer sup,
.amer tt,
.amer var,
.amer b,
.amer u,
.amer i,
.amer center,
.amer dl,
.amer dt,
.amer dd,
.amer ol,
.amer ul,
.amer li,
.amer fieldset,
.amer form,
.amer label,
.amer legend,
.amer table,
.amer caption,
.amer tbody,
.amer tfoot,
.amer thead,
.amer tr,
.amer th,
.amer td,
.amer article,
.amer aside,
.amer canvas,
.amer details,
.amer embed,
.amer figure,
.amer figcaption,
.amer hgroup,
.amer menu,
.amer nav,
.amer output,
.amer ruby,
.amer section,
.amer summary,
.amer time,
.amer mark,
.amer audio,
.amer video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
}
.amer ol,
.amer ul {
  list-style: none;
}
.amer table {
  border-collapse: collapse;
  border-spacing: 0;
}
.amer caption,
.amer th,
.amer td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.amer q,
.amer blockquote {
  quotes: none;
}
.amer q:before,
.amer blockquote:before,
.amer q:after,
.amer blockquote:after {
  content: "";
  content: none;
}
.amer a img {
  border: none;
}
.amer article,
.amer aside,
.amer details,
.amer figcaption,
.amer figure,
.amer hgroup,
.amer menu,
.amer nav,
.amer section,
.amer summary {
  display: block;
}
.amer h1,
.amer h2,
.amer h3,
.amer h4,
.amer h5,
.amer h6,
.amer p,
.amer blockquote,
.amer pre,
.amer a,
.amer abbr,
.amer acronym,
.amer address,
.amer big,
.amer cite,
.amer code,
.amer del,
.amer dfn,
.amer em,
.amer img,
.amer ins,
.amer kbd,
.amer q,
.amer s,
.amer samp,
.amer small,
.amer strike,
.amer strong,
.amer sub,
.amer sup,
.amer tt,
.amer var,
.amer b,
.amer u,
.amer i,
.amer dl,
.amer dt,
.amer dd,
.amer ol,
.amer ul,
.amer li,
.amer fieldset,
.amer form,
.amer label,
.amer legend {
  line-height: 1em;
}
.amer h1,
.amer h2,
.amer h3,
.amer h4,
.amer h5,
.amer h6 {
  font-family: "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  color: #1C1C1C;
}
.amer h2 {
  font-size: 3.84615em;
}
.amer h3 {
  font-size: 1.92308em;
}
.amer h4 {
  font-size: 1.28em;
}
.amer a {
  color: #434343;
  text-decoration: none;
}
.amer a:hover {
  color: #31BABC;
  text-decoration: underline;
}
.amer sup {
  font-size: 0.6em;
  vertical-align: top;
}
.amer strong,
.amer b {
  font-weight: bold;
}
.amer em,
.amer i {
  font-style: italic;
}
.amer .uppercase {
  text-transform: uppercase;
}
.amer p {
  line-height: 21px !important;
}
.amer .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.amer .clearfix:before,
.amer .clearfix:after,
.amer .row:before,
.amer .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.amer .row,
.amer .clearfix {
  zoom: 1;
}
.amer .row:after,
.amer .clearfix:after {
  clear: both;
}
.amer .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.amer input:-webkit-autofill {
  -webkit-box-shadow: 0 0 1000px white inset;
}
.amer textarea:focus,
.amer input:focus {
  outline: 2px solid #31BABC;
}
.amer input[type=checkbox]:focus,
.amer input[type=radio]:focus {
  outline: none;
}
.amer .price {
  font-size: 2.69231em;
  color: #31BABC;
  vertical-align: bottom;
}
.amer .price span {
  font-size: 0.65em;
  line-height: 0.75em;
  vertical-align: top;
}
.amer .old-price span {
  font-size: 0.65em;
  line-height: 0.9em;
  vertical-align: top;
}
.amer .btn {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.amer .btn a,
.amer .btn button,
.amer form .btn input {
  font: 20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
  padding: 18px 46px 18px 50px;
  color: white;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: #31BABC;
}
.amer .btn.back-grey a,
.amer .btn.back-grey button {
  background: #969798 !important;
  background: -moz-linear-gradient(top, #969798 0%, #80878a 47%, #6d6e6e 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969798), color-stop(47%, #80878a), color-stop(100%, #6d6e6e)) !important;
  background: -webkit-linear-gradient(top, #969798 0%, #80878a 47%, #6d6e6e 100%) !important;
  background: -o-linear-gradient(top, #969798 0%, #80878a 47%, #6d6e6e 100%) !important;
  background: -ms-linear-gradient(top, #969798 0%, #80878a 47%, #6d6e6e 100%) !important;
  background: linear-gradient(to bottom, #969798 0%, #80878a 47%, #6d6e6e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969798', endColorstr='#6d6e6e', GradientType=0);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.amer .btn.big.type-product a,
.amer .btn.big.type-product button {
  padding: 18px 75px 18px 20px;
  font-size: 1.84615em;
}
.amer .btn.big.type-product-smaller a,
.amer .btn.big.type-product-smaller button {
  padding: 18px 75px 18px 20px;
  font-size: 1.53846em;
}
.amer .btn.big.type-product span,
.amer .btn.big.type-product-smaller span {
  position: absolute;
  top: 8px;
  right: 20px;
  overflow: hidden;
  width: 40px;
  height: 42px;
}
.amer .btn.big.type-product span img,
.amer .btn.big.type-product-smaller span img {
  position: absolute;
  left: -45px;
  top: 0;
  max-width: none;
}
.amer .btn.medium span {
  position: absolute;
  top: 8px;
  left: 12px;
  overflow: hidden;
  width: 26px;
  height: 22px;
}
.amer .btn.medium span img {
  position: absolute;
  max-width: none;
}
.amer .btn.medium.type-product img,
.amer .btn.medium.type-product-smaller img {
  left: -140px;
  top: -8px;
  display: none;
}
.amer .btn.medium.type-video img {
  left: -177px;
  top: -8px;
}
.amer .btn.medium.type-expert img {
  left: -226px;
  top: -9px;
}
.amer .btn a:hover,
.amer .btn button:hover,
.amer .btn input:hover,
.amer .btn a:active,
.amer .btn button:active,
.amer .btn input:active,
.amer .cash .freeship .btn input[type=button]:hover {
  background-color: #2D2D2D;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.amer .button:before {
  background: #2D2D2D;
}
.amer .button:hover {
  color: #fff;
}
.amer .btn a:focus,
.amer .btn button:focus,
.amer .btn input:focus {
  outline: none;
}
.amer .btn.back-grey:hover a,
.amer .btn.back-grey:hover button,
.amer .btn.back-grey:active a,
.amer .btn.back-grey:active button {
  background: #80878a;
}
.amer .dash {
  font-size: 18px !important;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
}
.amer .list-puce li {
  position: relative;
  padding-left: 0px;
  margin-top: 8px;
}
.amer .list-puce li:first-child {
  margin-top: 0;
}
.amer .list-puce.s1 {
  font-size: 13px;
  font-family: 'Interstate Bold', arial, "helvetica", sans-serif;
}
.amer img {
  max-width: 100%;
  height: auto;
}
.amer .unstyled {
  display: inline-block;
  width: 80%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}
.amer .hidden-desktop,
.amer .hidden-desktop-tablet {
  display: none;
}
.amer .on {
  display: block;
}
.amer .off {
  display: none;
}
.amer .grid1,
.amer li.grid1 {
  width: 6.90104%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid1:first-child,
.amer li.grid1:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid2,
.amer li.grid2 {
  width: 15.36458%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid2:first-child,
.amer li.grid2:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid3,
.amer li.grid3 {
  width: 23.82813%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid3:first-child,
.amer li.grid3:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid4,
.amer li.grid4 {
  width: 32.29167%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid4:first-child,
.amer li.grid4:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid5,
.amer li.grid5 {
  width: 40.75521%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid5:first-child,
.amer li.grid5:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid6,
.amer li.grid6 {
  width: 49.21875%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid6:first-child,
.amer li.grid6:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid7,
.amer li.grid7 {
  width: 57.68229%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid7:first-child,
.amer li.grid7:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid8,
.amer li.grid8 {
  width: 66.14583%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid8:first-child,
.amer li.grid8:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid9,
.amer li.grid9 {
  width: 74.60938%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid9:first-child,
.amer li.grid9:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid10,
.amer li.grid10 {
  width: 83.07292%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid10:first-child,
.amer li.grid10:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid11,
.amer li.grid11 {
  width: 91.53646%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid11:first-child,
.amer li.grid11:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid12,
.amer li.grid12 {
  width: 100%;
  float: left;
  margin-left: 1.5625%;
}
.amer .grid12:first-child,
.amer li.grid12:first-child {
  clear: left;
  margin-left: 0;
}
.amer .grid2:nth-child(7) {
  clear: left;
  margin-left: 0;
}
.amer .grid4:nth-child(4) {
  clear: left;
  margin-left: 0;
}
.amer .grid6:nth-child(3) {
  clear: left;
  margin-left: 0;
}
.amer .all {
  clear: left;
}
.amer .all-pad {
  clear: left;
  padding: 0 15px;
}
.amer textarea {
  overflow: auto;
}
.amer form .btn.back-grey input {
  background: #969798 !important;
  border: 1px solid #969798;
}
.amer form .btn img {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin: -16px 0 0;
  left: 15px;
  cursor: pointer;
}
.amer .valid,
.amer .validation-passed {
  background: url(../images/icons/feedback-valid.png) 412px 8px no-repeat;
}
.amer .validation-passed.current_password {
  background: none;
}
.amer .error,
.amer .validation-error,
.amer .validation-failed {
  background: url(../images/icons/feedback-error.png) 412px 8px no-repeat;
}
.amer input.error,
.amer input.validation-error,
.amer input.validation-failed,
.amer input.valid,
.amer input.validation-passed {
  background: none;
}
.amer .onecheck.valid {
  background-position: 325px 17px;
}
.amer .onecheck.error {
  background-position: 325px 19px;
}
.amer .textarea.valid {
  background-position: 502px 137px;
}
.amer .textarea.error {
  background-position: 502px 137px;
}
.amer .item.error {
  padding-bottom: 15px;
}
.amer .item .bubble {
  position: absolute;
  top: 85px;
  left: 0;
  color: #c41a1c;
  font: normal 0.9em/15px arial, "helvetica", sans-serif;
  text-transform: inherit;
}
.amer .item .formError {
  position: absolute;
}
.amer .onecheck .bubble {
  top: 48px;
}
.amer .textarea .bubble {
  left: 0;
  top: 174px;
}
.amer .item .validation-advice,
.amer .item .error-msg {
  display: none;
  clear: both;
  margin-top: 8px;
  margin-bottom: 8px;
  font: 0.9em arial, "helvetica", sans-serif;
  color: #c80c0c;
}
.amer #error-payment-denied {
  color: #c80c0c;
}
.amer .item.validation-error .validation-advice,
.amer .item.validation-failed .validation-advice,
.amer .item.validation-error .error-msg {
  display: block;
}
.amer .checkboxes input {
  display: inline-block;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 4px;
  min-height: 20px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.amer .checkboxes label {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0 28px;
  color: #333;
  font: 14px/31px arial, "helvetica", sans-serif;
}
.amer .checkcontainer {
  position: relative;
  background: url(../images/global/checkbox2.png) no-repeat -11px -182px !important;
}
.amer .checkcontainerChecked {
  background-position: -11px 2px !important;
}
.amer .radios input[type=radio] {
  position: absolute;
  left: -20px;
  top: 11px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  height: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.amer .radios .radio-list > li {
  float: left;
}
.amer .radios .radio-list label {
  display: inline-block;
  margin-left: 35px;
  padding: 0 40px 0 0;
  font: 1.07em/14px "Futura BT Book", arial, "helvetica", sans-serif;
  color: #434343;
  line-height: 22px;
}
.amer .radios .radiocontainer {
  position: relative;
  min-height: 22px;
  background: url(../images/global/radio2.png) -5px top no-repeat !important;
}
.amer .radios .radios .radio-list .radiocontainerChecked {
  background-position: -5px -349px !important;
}
.amer .radios .radios .radiocontainer input[type=radio] {
  opacity: 0 !important;
}
.amer .radios .radios .radiocontainerChecked {
  background-position: -5px -349px !important;
}
.amer .radios .radios ul .radiocontainer {
  background: url(../images/global/radio2.png) -5px 3px no-repeat !important;
}
.amer .radios .radios ul .radiocontainerChecked {
  background-position: -5px -349px !important;
}
.amer .re-mt {
  display: none;
  padding: 5px 0 0 0px;
}
.amer .rfl {
  float: left;
  clear: both;
  left: 26%;
  position: relative;
}
.amer .select {
  position: relative;
  overflow: visible;
  z-index: 0;
  cursor: pointer;
  color: #434343;
}
.amer select option {
  max-width: 100%;
  border-right: 1px solid #ccc;
}
.amer .ajaxSubmit {
  font: 1.32em/28px "Interstate bold", arial, "helvetica", sans-serif;
  margin: 15px 0;
  color: #A6CE39;
  background: url(../images/icons/feedback-valid.png) 0 0 no-repeat;
  padding-left: 32px;
}
.amer #discount-coupon-form #coupon_code {
  width: 180px;
}
.amer #discount-coupon-form .btn {
  margin: 0;
  left: -5px;
}
.amer #discount-coupon-form .btn input {
  left: 0;
}
.amer .fancybox-type-iframe .fancybox-skin {
  padding-top: 40px !important;
}
.amer .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.amer .fancybox-skin {
  background: white;
  color: #444444;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: none;
}
.amer .fancybox-close {
  right: 3px;
  top: 9px;
  width: 92px;
  font: 1.2507em "Interstate bold", arial, "helvetica", sans-serif;
  color: #ababab;
  text-transform: uppercase;
}
.amer .fancybox-close:hover {
  text-decoration: none;
}
.amer .fancybox-close img {
  vertical-align: bottom;
  max-width: 22px;
}
.amer .video span {
  background: url("../images/global/play.png") no-repeat center center;
  background-size: 20% 42%;
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.amer .container-video {
  position: relative;
  width: auto;
  height: auto;
}
.amer .container-video .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 99%;
}
.amer .container-video .overlay > a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/global/play2.png") no-repeat 50% 50%;
  cursor: pointer;
}
.amer .container-video .overlay > a:hover {
  background: url("../images/global/play2-hover.png") no-repeat 50% 50%;
}
.amer .popin {
  display: none;
}
.amer .popin .left {
  float: left;
  padding: 0 10px 10px 0;
  position: relative;
}
.amer .popin div.left {
  width: 48.5%;
  padding: 0 3% 0 0;
}
.amer #showSat1 > div {
  width: 67%;
  text-align: center;
  float: left;
}
.amer #showSat1 div.left {
  width: 30%;
  margin-bottom: 25px;
}
.amer #showSat2 a.uppercase,
.amer #showSat3 a.uppercase {
  text-align: center;
  color: #333;
}
.amer .popin .rel {
  position: relative;
  float: left;
  width: 48.5%;
}
.amer .left p,
.amer .rel p {
  margin-top: 15px;
}
.amer #showSat4 img {
  position: relative;
  z-index: 5;
}
.amer #showSat4 a.uppercase {
  clear: both;
}
.amer .popin .abs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 57px;
  height: 57px;
  margin-top: 0;
  font: 14px/16px "Interstate bold", arial, "helvetica", sans-serif;
  color: #999;
  text-align: center;
  text-transform: uppercase;
}
.amer .popin .abs span {
  display: block;
  margin: 4px 0 0;
}
.amer .popin .abs .number {
  font-size: 22px;
  line-height: 22px;
  position: relative;
  top: 6px;
}
.amer .popin .clear {
  clear: both;
}
.amer .popin .grey {
  margin-bottom: 10px;
  padding: 10px;
  background: #eeeeee;
}
.amer .popin .title {
  display: block;
  width: 100%;
  margin: 5px 0 15px;
  padding: 2px 0 15px;
  border-bottom: 10px solid #eee;
  font: 1.92307em/1em "Interstate bold", arial, "helvetica", sans-serif;
  color: #333333;
  text-transform: uppercase;
}
.amer .popin p {
  font-family: arial, sans-serif;
  margin-bottom: 15px;
  line-height: 1.4em;
}
.amer .popin > p.uppercase {
  clear: both;
  padding-top: 25px;
  border-top: 1px solid #eee;
  line-height: 1.2em;
}
.amer .popin a {
  display: block;
  text-decoration: underline;
}
.amer .fancybox-close-chat {
  top: 30px;
  right: 10px;
  width: auto;
}
.amer .fancybox-close-chat img {
  max-width: 25px;
  margin-right: 4px;
}
.amer #expertChat .content,
.amer #expertPreChat .content {
  background: #f6f6f6;
  padding: 20px;
}
.amer #expertChat .title,
.amer #expertPreChat .title {
  font-family: Interstate Bold;
  font-size: 2.1em;
  line-height: 1em;
  display: block;
  padding: 0 0 5px 0;
  color: #333333;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.075em;
}
.amer #expertChatArea {
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 15px;
  height: 145px;
  overflow: auto;
  -webkit-border-radius: 3px;
  -chrome-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.amer #expertChatArea .chat-q,
.amer #expertChatArea .chat-a {
  font-family: "Interstate Regular", arial, "helvetica", sans-serif;
  font-size: 1em;
  color: #666;
  line-height: 1.2em;
  padding: 0 0 12px 0;
}
.amer #expertChatArea .chat-q {
  color: #666666;
}
.amer #expertChatArea .chat-a {
  color: #3b9ace;
}
.amer #expertChatArea .chat-q strong,
.amer #expertChatArea .chat-a strong {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-weight: normal;
}
.amer #expertChat form {
  display: block;
  padding: 10px 0 0 0;
  position: relative;
}
.amer #expertChat form input[type=text],
.amer #expertChat form input[type=number],
.amer #expertChat form input[type=email] {
  display: block;
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 11px 2%;
  font-family: "Interstate Regular", arial, "helvetica", sans-serif;
  font-style: italic;
  font-size: 1em;
  color: #666;
  width: 96%;
  -webkit-border-radius: 3px;
  -chrome-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.amer #expertChat form input[type=text]:focus,
.amer #expertChat form input[type=number]:focus,
.amer #expertChat form input[type=email]:focus {
  font-style: normal;
}
.amer #expertChat form .btn {
  position: absolute;
  top: 17px;
  right: 3px;
  margin: 0;
  border: 0;
}
.amer #expertChat form .btn a {
  padding: 5px 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2em;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  border-color: #31BABC;
  webkit-box-shadow: none;
  -chrome-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -chrome-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.amer #expertPreChat .element {
  float: left;
  width: 46%;
  padding-left: 4%;
  font-family: Arial, Helvetica, sans-serif;
}
.amer #expertPreChat .element:nth-child(odd) {
  padding: 0 4% 0 0;
}
.amer #expertPreChat label {
  display: block;
  margin: 20px 0 8px;
  font-size: 1.076923em;
  font-weight: bold;
}
.amer #expertPreChat .blue {
  color: #43a3d4;
}
.amer #expertPreChat input,
.amer #expertPreChat select,
.amer #expertPreChat .select .selected {
  display: block;
  width: 90%;
  height: 36px;
  padding: 0 5%;
  line-height: 36px;
  background: #fff;
  border: 1px solid #c5c5c5;
  color: #666;
  -webkit-border-radius: 3px;
  -chrome-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.amer #expertPreChat .select,
.amer #expertPreChat select {
  position: relative;
  width: 100% !important;
  height: 36px;
}
.amer #expertPreChat .select .selected {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: white url("../images/global/select-chat.jpg") no-repeat right center;
}
.amer #expertPreChat .compulsory {
  clear: left;
  float: left;
  margin-top: 60px;
}
.amer #expertPreChat .btn {
  margin: 30px 0 10px -94px;
}
.amer #expertPreChat .btn span {
  top: 7px;
  width: 42px;
  height: 30px;
}
.amer #expertPreChat .btn a {
  padding: 12px 15px 12px 70px;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  text-decoration: none;
}
@-moz-document url-prefix() {
  .amer #expertChat form input[type=text],
  .amer #expertChat form input[type=number],
  .amer #expertChat form input[type=email] {
    padding: 11px 10px;
    width: 95%;
  }
  .amer #expertPreChat input {
    width: 88%;
    padding: 0 12px;
  }
  .amer #expertChat form .btn {
    top: 14px;
  }
}
.amer .columns {
  position: relative;
  padding: 0px;
}
.amer .column01 {
  width: 971px;
  display: inline-block;
  padding: 41px 40px 40px 41px;
  background: #fff;
  position: relative;
}
.amer .column02 {
  position: relative;
  width: 311px;
  float: right;
}
.amer .column02 > img:first-of-type {
  display: none;
}
.amer .column h3 {
  color: #31BABC;
  font: 1.57em/22px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 1px solid #DFEAE8;
  margin-bottom: 35px;
}
.amer .paragraph1 {
  color: #333;
  font: 1.15385em/21px Arial, sans-serif;
  margin-bottom: 10px;
}
.amer .item {
  padding: 0px 0 0;
  position: relative;
}
.amer .item label {
  display: block;
  color: #878787;
  font: 1.384em/18px "Futura BT Medium Condensed", Arial, sans-serif;
  letter-spacing: 0.06em;
}
.amer .item .checkcontainer label {
  display: inline;
  font: inherit;
  margin-left: 5px;
}
.amer .item label span {
  font-weight: 400;
}
.amer .item input[type=text],
.amer .item input[type=tel],
.amer .item input[type=number],
.amer .item input[type=email],
.amer .item input[type=password] {
  height: 38px;
  font: 1.07em/14px "Futura BT Book", arial, "helvetica", sans-serif;
  color: #434343;
  padding: 0 2%;
  border: 1px solid #CAD2D0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 278px;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.amer .item textarea {
  height: 116px;
  padding: 5px 15px;
  font: 1em/15px Arial, sans-serif;
  color: #666;
  border: 1px solid #CAD2D0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 458px;
}
.amer .column .select {
  position: relative;
  overflow: visible;
  z-index: 0;
}
.amer .column .select select {
  position: relative;
  height: 30px;
}
.amer .column .select .selected {
  display: block;
  position: absolute;
  top: 0;
  padding: 0px 10% 0 0%;
  background: url("../images/icons/select_qty.PNG") no-repeat scroll right 2% top 5px transparent;
  font: 1.07em/14px "Futura BT Book", Arial, sans-serif;
  border: 1px solid #CAD2D0;
  width: 86.3% !important;
  height: 38px;
  line-height: 38px;
}
.amer .column .select.menu-select .selected {
  line-height: 25px;
  overflow: hidden;
}
.amer .column .btn {
  position: relative;
  left: -5px;
  padding-top: 0;
}
.amer .column02 .title {
  color: #999;
  text-transform: uppercase;
  border-bottom: 8px solid #eee;
  padding: 0 0 10px;
  margin: 0 0 8px;
  display: none;
}
.amer .column02 li {
  margin: 0 0 15px;
  padding: 0 0 0 0px;
  min-height: 200px;
  background: url(../images/icons/icons.png) 0 0 no-repeat;
  text-align: center;
}
.amer .column02 .delivery_charge_free {
  background-position: center -25px;
}
.amer .column02 .delivery {
  background-position: center -231px;
}
.amer .column02 .secure_paiement {
  background-position: center -447px;
}
.amer .column02 .warranty {
  background-position: center -1364px;
}
.amer .column02 .satisfaction {
  background-position: center -1079px;
}
.amer .column02 .help {
  background-position: center -650px;
}
.amer .column02 .hotline {
  background-position: center -1670px;
}
.amer .column02 .retour-link {
  background: url(../images/icons/retour.png) 0 0 no-repeat;
}
.amer .column02 .retour-link-nb {
  background: url(../images/icons/retour.png) 0 0 no-repeat;
  margin-bottom: 24px;
}
.amer .column02 .line1 {
  color: #2D2D2D;
  font: 1.57em/22px "Futura Condensed Medium", Arial, sans-serif;
  margin-top: 59px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.amer .help .line1,
.amer .hotline .line1,
.amer .retour-link .line1,
.amer .retour-link-nb .line1 {
  padding-top: 0;
}
.amer .line1 span {
  font-size: 1.153846em;
}
.amer .column02 .line2 {
  color: #999;
  display: block;
  font: 11px/14px Arial, sans-serif;
}
.amer .grey {
  margin: 37px 0 10px;
  padding: 17px 15px 19px;
  background: #f6f6f6;
}
.amer .grey > ul > li {
  margin-bottom: 8px;
}
.amer .checkboxes p {
  color: #666;
  font: 14px/21px "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.amer .checkboxes li {
  float: left;
  width: 50%;
}
.amer .onecheck.valid,
.amer .onecheck.error {
  padding-bottom: 25px;
  background-position: 0 40px;
}
.amer .onecheck.error .bubble {
  padding-left: 30px;
}
.amer .cgv p {
  color: #999;
  font: 0.857142em/15px Arial, sans-serif;
  margin-bottom: 15px;
}
.amer .cgv ul {
  margin: 15px 0;
}
.amer .cgv li {
  margin: 0 0 5px 20px;
  list-style: outside disc;
  font: 0.857142em/15px Arial, sans-serif;
}
.amer .cgv ol li {
  list-style: outside decimal;
}
.amer .cgv li li {
  list-style: outside circle;
  font-size: 1em;
}
.amer dt {
  cursor: pointer;
  color: #666;
  text-transform: uppercase;
  font: 1.230769em/21px "Interstate Bold", arial, "helvetica", sans-serif;
  padding: 10px 0;
}
.amer dt .icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 0 0 12px;
  background: url(../images/global/icon-more.png);
}
.amer .open .icon {
  background-position: 100% 100%;
}
.amer dd.open {
  display: block;
  border-top: 10px solid #eee;
  padding: 11px 18px;
}
.amer dd dt {
  color: #31BABC;
  text-transform: inherit;
  font: 1.153846em/18px Arial, sans-serif;
  padding: 6px 0;
}
.amer dd dt.open {
  font-weight: 700;
}
.amer dd dd.open {
  border: none;
  color: #666;
  font: 1em/17px Arial, sans-serif;
  padding: 0 13px 15px;
}
.amer .hardgoods-form-popup {
  position: relative;
  max-width: 930px;
  padding: 25px 30px 30px;
}
.amer .hardgoods-form-popup h3 {
  width: 100%;
  margin: 13px 10% 25px 0;
  padding-bottom: 3px;
  font: 1.692308em/1.1em "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
  color: #333333;
  text-transform: uppercase;
}
.amer .hardgoods-form-popup p {
  padding-bottom: 10px;
}
.amer .hardgoods-form-popup p a {
  color: #999;
  text-decoration: underline;
}
.amer .remainingfreeshipping b {
  color: #31BABC;
}
.amer .cash {
  clear: left;
  display: inline-block;
  width: 972px;
  position: relative;
  left: -41px;
  border-top: 10px solid #DFEAE8;
  background-color: #fff;
  padding: 40px;
}
.amer .cash .total ul {
  display: inline-block;
  width: 100%;
}
.amer .cash .total ul li ul {
  display: inline-block;
}
.amer .cash .total ul > li:first-of-type {
  border-top: none;
}
.amer .cash .total .left {
  float: left;
  width: 50%;
}
.amer .cash .total .right {
  float: right;
  width: 30%;
  text-align: right;
  font-weight: bold;
  margin-right: 77px;
}
.amer .cash .total .right strong {
  float: right;
}
.amer .cash .total .subtotal {
  padding: 10px 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #DFEAE8;
}
.amer .cash .total .subtotal.off {
  display: none;
}
.amer .cash .total .subtotal.on {
  display: block;
}
.amer .cash .total .subtotal .left {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  font: 1.43em/20px "Futura BT Medium Condensed", Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.06em;
  color: #434343;
  padding-top: 1px;
}
.amer .cash .total .tax {
  padding: 10px 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #DFEAE8;
}
.amer .cash .total .tax .left {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  font: 1.43em/20px "Futura BT Medium Condensed", Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.06em;
  color: #434343;
  padding-top: 1px;
}
.amer .cash .total .discount {
  padding: 10px 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #DFEAE8;
}
.amer .cash .total .discount .left {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  font: 1.43em/20px "Futura BT Medium Condensed", Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.06em;
  color: #434343;
  padding-top: 1px;
}
.amer .cash .total .discount .left span {
  font-family: "Futura BT Book", Arial, Helvetica, sans-serif;
}
.amer .cash .total .shipping {
  padding: 10px 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #DFEAE8;
}
.amer .cash .total .shipping .left {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  font: 1.43em/20px "Futura BT Medium Condensed", Arial, Helvetica, sans-serif;
  letter-spacing: 0.06em;
  color: #434343;
  padding-top: 1px;
}
.amer .cash .total .shipping .right span {
  float: right;
}
.amer .cash .total .subtotal .right,
.amer .cash .total .shipping .right,
.amer .cash .total .discount .right,
.amer .cash .total .tax .right {
  font: 1.5em/21px "Futura BT Medium", arial, "helvetica", sans-serif;
  color: #434343;
}
.amer .cash .total .subtotal span,
.amer .cash .total .discount span {
  font-weight: normal;
  text-transform: capitalize;
}
.amer .cash .total .total-price {
  padding: 13px 0 25px;
  border-top: 1px solid #DFEAE8;
}
.amer .cash .total .total-price .right {
  width: 30%;
  margin-right: 78px;
  font: 1.57em/22px "Futura Bold", Arial, Helvetica, sans-serif;
  margin-top: 3px;
  color: #1C1C1C;
  white-space: nowrap;
}
.amer .cash .total .total-price .left {
  width: 50%;
  font: 2em/26px "Futura BT Medium Condensed", Arial, Helvetica, sans-serif;
  color: #31BABC;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.amer .cash .total .total-price .left strong {
  font-weight: normal;
}
.amer .cash .freeship .open-freeship {
  display: block;
  margin-bottom: 12px;
  padding-left: 36px;
  font: 1.43em/20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  color: #2D2D2D;
  text-transform: uppercase;
  letter-spacing: 0.044em;
  cursor: pointer;
  margin-top: 7px;
  text-decoration: underline;
}
.amer .cash .freeship form {
  position: absolute;
  left: 3px;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -chrome-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-top: 41px;
}
.amer .cash .freeship .btn input[type=button] {
  left: 15px;
  width: 54px !important;
  height: 40px;
  top: 1px;
  background-color: #31BABC;
  background-image: url('../images/icons/arrow-continue.png');
  background-repeat: no-repeat;
  color: transparent;
  background-position: 11px 6px;
}
.amer .column02 .call {
  background-position: center -1659px;
}
.amer .column02 .call a span {
  font-size: 1.153846em;
}
.amer .column02 .retour-link-nb {
  padding-top: 10px;
  background: url('../images/icons/shipping-blue.png') no-repeat left 0.3px 40px;
  background-position: 0 12px;
}
.amer .column02 .retour-link {
  padding-top: 10px;
  background: url('../images/icons/retour.png') no-repeat left 0.3px 40px;
  background-position: 0 12px;
  border-top: 1px solid #eee;
}
.amer .bottom .continue {
  position: absolute;
  left: 24px;
  top: 18px;
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 55px;
  background: url('../images/icons/arrow-left.png') no-repeat left -9px !important;
  font: 20px "Futura Condensed Medium", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #878787;
}
.amer .top.btn {
  position: absolute;
  right: 367px;
  top: 99px;
  z-index: 1;
}
.amer .basket-list .product {
  display: inline-block;
  width: 100%;
  padding: 14px 0px 44px 0px;
  border-bottom: 1px solid #DFEAE8;
  margin-bottom: 38px;
}
.amer .basket-list .image {
  clear: left;
  float: left;
  text-align: center;
  width: 17%;
  margin-right: 3%;
}
.amer .basket-list .details {
  position: relative;
  float: right;
  width: 77.2%;
}
.amer #onestepcheckout-form {
  margin-top: 40px;
}
.amer #vertex_choice fieldset h3 {
  border-bottom: none;
}
.amer .input-telephone {
  position: relative;
}
.amer .phone-information {
  margin: 0 5px;
  padding-left: 0px;
  font-family: 'Futura BT Book', Arial, sans-serif;
  font-size: 12px;
  line-height: 42px;
  background: url('../images/help.gif') no-repeat center left;
  height: 20px;
  display: inline-block;
  width: 19px;
  margin-top: 25px;
  position: absolute;
  top: 6px;
  right: 65px;
  color: #1C1C1C;
}
.amer .eca-onestepcheckout-onestep-index .phone-information {
  line-height: 20px;
}
.amer .phone-message {
  z-index: 1;
  position: absolute;
  top: 55px;
  right: -140px;
  width: 227px;
  padding: 15px;
  border: 1px solid #CAD2D0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 6px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 6px 0 rgba(50, 50, 50, 0.5);
}
.amer .hardgoods-form-popup {
  position: fixed;
  padding: 0px;
  top: 134px;
  left: 50% !important;
  width: 930px;
  margin-left: -465px;
}
.amer .hardgoods-form-popup.large .image {
  width: 50%;
  text-align: center;
}
.amer .hardgoods-form-popup .inner {
  display: inline-block;
}
.amer .hardgoods-form-popup .content {
  float: left;
  overflow: auto;
  max-height: 450px;
  width: 45%;
  padding-left: 40px;
  padding-bottom: 40px;
}
.amer .hardgoods-form-popup .content p {
  line-height: 15px !important;
}
.amer .hardgoods-form-popup ul {
  list-style: disc inside;
}
.amer .hardgoods-form-popup li {
  line-height: 15px;
}
.amer .hardgoods-form-popup .image {
  float: left;
}
.amer .hardgoods-form-popup .close a {
  text-decoration: none;
}
.amer #advice-validate-custom-day,
.amer #advice-validate-custom-month,
.amer #advice-validate-custom-year {
  display: none;
}
.amer .messages .error-msg {
  background: url("../images/icons/feedback-error.png") no-repeat scroll left top transparent;
  color: #c80c0c;
  line-height: 1em;
  margin-bottom: 15px;
  padding: 4px 10px 6px 30px;
}
.amer .messages .success-msg {
  background: url("../images/icons/feedback-valid.png") no-repeat scroll left top transparent;
  color: #389c1d;
  line-height: 1em;
  margin-bottom: 15px;
  padding: 4px 10px 15px 30px;
  background-position: 3px -8px;
}
.amer #advice-required-entry-coupon_code {
  color: #c80c0c;
  position: absolute;
}
.amer .amer_change_radio {
  border-top: 1px solid #DDDDDD;
  padding-top: 35px !important;
  margin-bottom: 10px;
}
.amer .amer_change_radio .checkcontainer label {
  width: 50%;
}
.amer .hardgoods-form-popup {
  background-color: #FFFFFF;
  z-index: 1000001;
}
.amer .col-right .osc_images_cb2 {
  margin: 30px auto 0 auto !important;
  display: block;
  height: 50px;
}
.amer .kiala-info {
  margin-left: 30px;
  margin-top: 8px;
  background: none;
}
.amer #checkout-payment-method-load {
  width: 97%;
  padding: 0;
  margin-top: 12px;
  height: auto;
}
.amer #checkout-payment-method-load .payment-detail .price {
  color: #31BABC;
  margin-top: 0px;
}
.amer #checkout-payment-method-load .radiocontainer {
  background-position: 0 10px;
}
.amer #checkout-payment-method-load dt:first-of-type {
  margin-top: 20px;
}
.amer #checkout-payment-method-load .radiocontainer.radiocontainerChecked {
  background-position: -5px -344px !important;
}
.amer #checkout-payment-method-load .radiocontainer input[type=radio] {
  left: 0;
  top: 10px;
  display: block;
  width: 24px;
  height: 24px;
}
.amer #checkout-payment-method-load .item {
  clear: both;
  display: inline-block;
  width: 90%;
  height: auto;
  padding: 0 10% 10px 0;
}
.amer #checkout-payment-method-load .item label {
  width: 190px;
  font: 1.38em / 18px 'Futura BT Medium Condensed', arial, helvetica, sans-serif;
  padding-top: 10px;
  letter-spacing: 0.06em;
}
.amer #checkout-payment-method-load .input-box input,
.amer #checkout-payment-method-load .select-box .select {
  width: 332px;
}
.amer #checkout-payment-method-load .input-box input.validation-failed {
  margin-bottom: 0px;
}
.amer #checkout-payment-method-load .select-box .select .selected {
  width: 86.5%;
  padding: 3px 11% 0 2%;
}
.amer #checkout-payment-method-load dt {
  margin: 0;
  padding: 0 20px 0 28px;
  min-height: 40px;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
.amer #checkout-payment-method-load label {
  float: left;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  font-weight: bold;
  font: 20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
}
.amer #checkout-payment-method-load dt label {
  min-width: 170px;
  line-height: 44px;
  letter-spacing: 0;
  width: 100%;
  text-indent: 5px;
}
.amer #checkout-payment-method-load label img {
  margin: 0 0 0 10px;
}
.amer #checkout-payment-method-load label a {
  font-size: 11px;
  font-weight: normal;
}
.amer #checkout-payment-method-load .carts-image {
  float: left;
  height: 31px;
  width: 268px;
}
.amer #checkout-payment-method-load .carts-image img {
  margin-left: 12px;
}
.amer #checkout-payment-method-load .carts-image.emea {
  width: 230px;
}
.amer #checkout-payment-method-load .carts-image img:first-child {
  margin-left: 0;
}
.amer #checkout-payment-method-load.us .carts-image {
  text-align: center;
  visibility: visible;
  position: absolute;
  top: 0px;
  margin: 0;
  z-index: 0;
  padding: 0px;
  width: 280px;
  left: 20px;
}
.amer #checkout-payment-method-load.us .carts-image img,
.amer #checkout-payment-method-load dt.paypal label img {
  display: none;
}
.amer #checkout-payment-method-load dd {
  display: block;
  border: 0 none;
  max-height: 0;
  visibility: hidden;
  margin: 10px 0;
  padding: 0;
  background: none;
  line-height: 13px;
  -webkit-transition-duration: 0.7s, 0.1s;
  transition-duration: 0.7s, 0.1s;
  -moz-transition-duration: 0.7s, 0.1s;
  -o-transition-property: max-height, visibility;
  -webkit-transition-property: max-height, visibility;
  -moz-transition-property: max-height, visibility;
  transition-property: max-height, visibility;
  clear: both;
  position: relative;
}
.amer #checkout-payment-method-load dd ul {
  display: block;
}
.amer #checkout-payment-method-load dd.open {
  max-height: 1000px;
  visibility: visible;
}
.amer #checkout-payment-method-load dd.open .form-list {
  display: block;
}
.amer #checkout-payment-method-load dd.carts {
  padding-right: 0;
  background: #effaff url("../images/verisign.png") no-repeat 98% 97%;
}
.amer #checkout-payment-method-load dd.carts > ul {
  padding-top: 12px;
}
.amer #checkout-payment-method-load dt.radiocontainer label {
  font: 20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-block;
  width: auto;
}
.amer #checkout-payment-method-load dt.paypal label:before {
  content: 'PAYPAL';
  font: 20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.amer #checkout-payment-method-load dt.paypal label {
  min-height: 60px;
  background-image: url('../images/paypal.jpg');
  background-repeat: no-repeat;
  background-position: -7px 25px;
  margin-top: 2px;
}
.amer #checkout-payment-method-load dt input#p_method_cybersourcesasop + label {
  background-image: url('../../default/images/CB-US.JPG');
  background-repeat: no-repeat;
  background-position: -4px 24px;
  min-height: 60px;
  min-width: 200px;
}
.amer #cybersourceSASOP_CC_CARDNO {
  width: 340px;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .date-validity .select-box .select,
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .crypto input {
  width: 163px;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .date-validity .select-box {
  width: 350px !important;
  padding: 0px;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .date-validity .select-box select {
  width: 100%;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .date-validity .select-box .select:first-child {
  margin-right: 9px;
}
.amer #checkout-payment-method-load .carts.open {
  min-height: 100px;
}
.amer #checkout-payment-method-load .carts .date-validity .select-box .select,
.amer #checkout-payment-method-load .carts .crypto input {
  width: 82px;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .date-validity .select-box .select .selected {
  width: 75.5%;
  padding-left: 11%;
  padding-right: 11%;
  height: 28px;
  padding-top: 10px;
}
.amer #checkout-payment-method-load .carts .date-validity .select-box {
  width: 300px;
  padding: 0;
}
.amer #checkout-payment-method-load .carts .date-validity .select-box .select:first-child {
  margin-right: 8px;
}
.amer #checkout-payment-method-load .carts .date-validity .select-box .select .selected {
  width: 75.5%;
  padding-left: 11%;
  padding-right: 11%;
}
.amer #checkout-payment-method-load .carts .crypto .tooltip {
  float: left;
  left: 250px;
  position: absolute;
}
.amer #checkout-payment-method-load .carts .crypto.validation-error .tooltip {
  top: 5px;
}
.amer #checkout-payment-method-load .carts .crypto .tooltip img.mobile {
  display: none;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .crypto .tooltip img.mobile {
  display: none;
}
.amer #checkout-payment-method-load .carts .crypto .tooltip img {
  margin: 2px 0 0 10px;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .crypto .tooltip img {
  margin: 2px 0 0 10px;
}
.amer #checkout-payment-method-load .carts .crypto .tooltip:hover .tooltip-content {
  display: block;
}
.amer #checkout-payment-method-load .carts .crypto .tooltip .tooltip-content {
  display: none;
  position: absolute;
  left: -82px;
  top: 22px;
  z-index: 100;
  width: 200px;
  padding: 10px 20px;
  background: white;
  border: 1px solid #ccc;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .crypto .tooltip {
  position: relative;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .crypto .tooltip:hover .tooltip-content {
  display: block;
}
.amer #checkout-payment-method-load #cybersourceSASOP_cc_data .crypto .tooltip .tooltip-content {
  position: absolute;
  left: 59px;
  top: 22px;
  z-index: 100;
  padding: 15px;
  background: #FFF none repeat scroll 0% 0%;
  border: 1px solid #CAD2D0;
  display: none;
  margin-left: -120px;
  color: #1C1C1C;
  font-family: 'Futura BT Book', Arial, sans-serif;
  top: 50px;
  right: -140px;
  width: 227px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 6px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 6px 0 rgba(50, 50, 50, 0.5);
}
.amer #checkout-payment-method-load .transfer > ul > li {
  margin-bottom: 24px;
}
.amer #checkout-payment-method-load .transfer .mini {
  margin-top: 10px;
  font-size: 11px;
}
.amer #checkout-payment-method-load .transfer p {
  margin: 0;
  padding-top: 3px;
  vertical-align: top;
  line-height: 20px;
  color: #333;
}
.amer #checkout-payment-method-load .transfer .transfer-detail {
  margin: 5px 0 18px;
  padding: 20px;
  border: 1px solid #d9e2e5;
}
.amer #checkout-payment-method-load .transfer .transfer-detail .transfer-detail li {
  margin-bottom: 8px;
  font-size: 13px;
  color: #666;
}
.amer #checkout-payment-method-load .transfer .transfer-detail .transfer-detail li span:first-child {
  display: inline-block;
  width: 165px;
  font-weight: bold;
}
.amer #checkout-payment-method-load .transfer .title {
  font: 14px "Interstate Bold", arial, "helvetica", sans-serif;
}
.amer #checkout-payment-method-load .transfer .title img {
  display: inline-block;
  margin: 4px 4px 0 0;
}
.amer #checkout-payment-method-load .transfer .title span {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  text-transform: uppercase;
}
.amer #checkout-payment-method-load .validation-error {
  padding-top: 5px;
  padding-bottom: 12px;
  background-position: 546px 13px;
}
.amer #checkout-payment-method-load .validation-error.small {
  background-position: 265px 5px;
}
.amer #checkout-payment-method-load .validation-error.medium,
.amer #checkout-payment-method-load .validation-error.crypto {
  background-position: 546px 12px;
}
.amer #checkout-payment-method-load .validation-error.date-validity {
  background-position: 353px 5px;
}
.amer #checkout-payment-method-load .validation-advice {
  margin-left: 180px;
}
.amer #checkout-payment-method-load .select-box .validation-advice {
  margin-top: 30px;
}
.amer #checkout-payment-method-load .date-validity .validation-advice {
  margin-top: 8px;
}
.amer #checkout-payment-method-load .crypto .validation-advice {
  margin-top: 24px;
}
.amer #checkout-payment-method-load .cybersourceSASOP-form-list .select-box .validation-advice {
  margin-top: 0px;
  margin-left: 0px;
  width: 180px;
}
.amer #cybersourceSASOP_cc_brand_selector .validation-error {
  margin-bottom: 15px;
}
.amer #checkout-payment-method-load .validate-ops-validity .validation-advice,
.amer #checkout-payment-method-load .validate-ops-brand .validation-advice {
  margin-left: 0px;
  margin-top: 0px;
  width: 200px;
}
.amer #checkout-payment-method-load .validate-ops-validity.validation-error,
.amer #checkout-payment-method-load .validate-ops-brand.validation-error {
  margin-bottom: 20px;
}
.amer #vertex_billing_address .item label,
.amer #vertex_shipping_address .item label {
  font-weight: normal;
  color: #000000;
}
.amer .conditions .validation-refused {
  margin: 25px 0;
  line-height: 16px;
  color: #c80c0c;
  text-align: center;
}
.amer #checkout-payment-method-load.us h4 {
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: -0.05em;
}
.amer #checkout-payment-method-load .payment-detail h4 {
  text-transform: uppercase;
}
.amer #checkout-payment-method-load.us .payment-detail li {
  margin-bottom: 8px;
  color: #333;
}
.amer #checkout-payment-method-load.us .payment-detail li span:first-child {
  font: 1.538em/20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.amer #checkout-payment-method-load.us .payment-detail li span.price:first-child {
  font: 1.538em/20px "Futura BT Book", arial, "helvetica", sans-serif;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.amer #checkout-payment-method-load.us .payment-detail li span.price:first-child {
  font: 1.538em/20px "Futura BT Book", arial, "helvetica", sans-serif;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #434343;
}
.amer #checkout-payment-method-load.us .payment-detail li:nth-of-type(2) {
  font: 1.23em/16px "Futura BT Medium Condensed", Arial, Helvetica, sans-serif;
  color: #31BABC;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
.amer #checkout-payment-method-load.us .payment-detail li:nth-of-type(2) span.price b {
  font: 1em/21px "Futura Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.03em;
  color: #434343;
  font-weight: bold;
}
.amer .eca_shipping_method_hidable {
  margin-top: 40px;
}
.amer #checkout-payment-method-load.us .carts h4 {
  float: left;
  margin-top: 10px;
}
.amer #checkout-payment-method-load.us .carts h4 + .carts-image img {
  margin-left: 5px;
}
.amer .ops-payment-placeform .columns {
  margin-bottom: 400px;
}
.amer #checkout-payment-method-load .validate-ops-validity .s_year .validation-advice,
.amer #checkout-payment-method-load .cybersourceSASOP-form-list .select-box .s_year .validation-advice {
  margin-left: 0px;
}
.amer #vertex_choice #error_message_billing,
.amer #vertex_choice #error_message_shipping {
  color: #c80c0c;
  width: 20%;
  padding-left: 30px;
  background: url(../images/icons/feedback-error.png) -2px -2px no-repeat;
  margin-top: -55px;
}
.amer .vtx_list_item {
  padding-left: 29px !important;
  padding-bottom: 15px !important;
  text-transform: uppercase;
}
.amer .vtx_list_item label {
  color: #31BABC !important;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif !important;
  font-size: 100% !important;
  padding-top: 3px !important;
}
.amer .customer-popin-content {
  margin-top: 20px;
}
.amer .customer-popin-content .btn-left {
  float: left;
}
.amer .customer-popin-content .btn-right {
  float: right;
}
.amer .customer-popin-content .popin-btn {
  position: relative !important;
}
.amer .customer-account-create .grey {
  margin-top: 10px;
}
.amer .customer-account-create h3.titleNewsletter {
  margin-top: 25px;
}
.amer .g-nav {
  font-size: x-small;
}
.amer .re-pn {
  background: none repeat scroll 0 0 #c9c9c9;
  border: 0 none;
  border-radius: 3px;
  height: 9px;
  margin: 1px 0 0;
  width: 99px;
}
.amer .pg-short {
  background-position: 0 0px;
  height: 9px;
  width: 27px;
}
.amer .pg-weak {
  background-position: -30px 0px;
  height: 9px;
  width: 52px;
}
.amer .pg-medium {
  background-position: -86px 0px;
  height: 9px;
  width: 75px;
}
.amer .pg-strong {
  background-position: -165px 0px;
  height: 9px;
  width: 99px;
}
.amer .pg-i {
  background-image: url("../images/strength.png");
}
.amer em {
  font-style: inherit !important;
}
.amer .dnd-abandonnedcart-index-index.identify .col-left h3,
.amer .dnd-abandonnedcart-index-index.identify .col-left p {
  margin-bottom: 25px;
  line-height: 18px;
}
.amer .dnd-abandonnedcart-index-index .column02 {
  top: 54px;
}
.amer * {
  box-sizing: content-box;
}
.apple #hightlight.v3 .left {
  z-index: 2;
}
.apple #hightlight.v3 .right a img {
  position: relative;
  z-index: 0;
}
.basket .amer {
  margin-top: 120px;
  margin-bottom: 50px;
  /* Retour */
}
.basket .amer h2 {
  color: #2C2E2D;
  font: 2.3846em/31px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  margin: 0 0 5px 1px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.basket .amer .column01 {
  padding-bottom: 0px;
}
.basket .amer .empty .column01 {
  padding-bottom: 40px;
}
.basket .amer.confirmation .column01 {
  padding-bottom: 40px;
}
.basket .amer .column .error {
  margin-bottom: 15px;
  padding: 5px 10px 5px 25px;
  background: url('../images/icons/feedback-error.png') no-repeat left top;
  color: #c80c0c;
  line-height: 1em;
}
.basket .amer .column .error.item-msg {
  display: block;
  background: none;
  padding-left: 0px;
}
.basket .amer .product .title {
  max-width: 205px;
  margin-top: 3px;
  font: 1.461em/19px "Futura Condensed Medium", Arial, Helvetica, sans-serif;
  letter-spacing: 0.07em;
  color: #434343;
}
.basket .amer .size {
  font: 1.384em/18px "Futura BT Medium Condensed", Arial, Helvetica, sans-serif;
  margin-top: 5px;
  letter-spacing: 0.06em;
}
.basket .amer .product .delete {
  float: left;
  margin-top: 21px;
  font: 1em / 14px "Futura BT Book", Arial, Helvetica, sans-serif;
  padding-left: 21px;
  background-image: url('../images/icons/delete.png');
  background-repeat: no-repeat;
  background-position: -6px -8px;
}
.basket .amer .quantity {
  position: absolute;
  right: 311px;
  top: 11px;
  width: 90px;
}
.basket .amer .quantity .selected {
  width: 70px !important;
  /* padding: 0 4px 0 0px;*/
  padding: 8px 4px 0 0px;
  cursor: pointer;
  text-align: center;
}
.basket .amer select {
  top: 0px;
  width: 76px;
  height: 19px;
}
.basket .amer .price {
  position: absolute;
  right: 39px;
  top: 8px;
  font-family: "Futura BT Medium", arial, "helvetica", sans-serif;
  white-space: nowrap;
}
.basket .amer .old-price .price {
  position: absolute;
  top: 33px;
  font: 0.89em "Interstate Bold", arial, "helvetica", sans-serif;
  text-decoration: line-through;
  color: #434343;
  width: 100px;
  text-align: right;
  display: block;
}
.basket .amer .old-price span.item-discount {
  position: absolute;
  top: 60px;
  right: 39px;
  font-size: 1.2em;
  color: #434343;
}
.basket .amer .retour {
  padding: 0 0 10px 0;
}
.basket .amer .retour .item {
  clear: left;
  float: left;
  width: 75%;
  margin-left: 1%;
}
.basket .amer .retour .item label {
  font-weight: normal;
  line-height: 17px;
}
.basket .amer .retour .item label a {
  color: #31BABC;
}
.basket .amer .retour .details {
  width: 24%;
}
.basket .amer .retour .details .price {
  top: 14px;
  color: #ccc;
}
.basket .amer .retour.on .details .price {
  color: #31BABC;
}
.basket .amer .cash .total {
  float: right;
  width: 50.3%;
}
.basket .amer .cash .freeship {
  float: left;
  position: absolute;
  overflow: hidden;
  width: 35%;
  margin-right: 4%;
  -webkit-transition: all 0.2s ease-out;
  -chrome-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.basket .amer .colmun01 {
  padding-bottom: 128px;
}
.basket .amer ul.basket-list li:last-of-type {
  border-bottom: none !important;
}
.basket .amer .cash .freeship {
  /* Error .freeship */
}
.basket .amer .cash .freeship input[type=text],
.basket .amer .cash .freeship input[type=tel],
.basket .amer .cash .freeship input[type=number],
.basket .amer .cash .freeship input[type=email] {
  width: 200px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #c5c5c5;
  font: 1em/38px Arial, Helvetica, sans-serif;
  color: #666;
}
.basket .amer .cash .freeship .btn {
  margin: 0 0 0 5px;
}
.basket .amer .cash .freeship .btn input {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 42px;
  padding: 0 0 0 2px;
  font: 1.230769em "Interstate Bold", arial, "helvetica", sans-serif;
  color: white;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.basket .amer .cash .freeship .btn:hover input {
  border: none;
}
.basket .amer .cash .freeship .delete {
  display: none;
  margin-top: 0px;
  font: 1.23em/16px "Futura BT Book", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}
.basket .amer .cash .freeship p {
  display: none;
  margin-top: 10px;
  font: 0.9em arial, "helvetica", sans-serif;
  color: #c80c0c;
}
.basket .amer .cash .freeship.active .open-freeship {
  margin-bottom: 88px;
  background-position: left -65px;
}
.basket .amer .cash .freeship.active form {
  top: 9px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  left: 36px;
}
.basket .amer .cash .freeship.active {
  background: transparent;
}
.basket .amer .cash .freeship.valid {
  background: transparent url('../images/icons/feedback-valid.png') no-repeat 310px 50px;
}
.basket .amer .cash .freeship.valid input[type=text],
.basket .amer .cash .freeship.valid input[type=number],
.basket .amer .cash .freeship.valid input[type=tel],
.basket .amer .cash .freeship.valid input[type=email] {
  border: 1px solid #389c1d;
}
.basket .amer .cash .freeship.valid .delete {
  display: block;
}
.basket .amer .cash .freeship.valid .open-freeship,
.basket .amer .cash .freeship.error-freeship .open-freeship {
  cursor: default;
}
.basket .amer .cash .freeship.error-freeship p {
  display: block;
}
.basket .amer .cash .freeship.error-freeship .open-freeship {
  margin-bottom: 125px;
}
.basket .amer .cash .freeship.error-freeship input[type=text],
.basket .amer .cash .freeship.error-freeship input[type=number],
.basket .amer .cash .freeship.error-freeship input[type=email] {
  border: 1px solid #c80c0c;
}
.basket .amer .bottom {
  position: relative;
  width: 1052px;
  background-color: #fff;
  height: 100px;
}
.basket .amer .bottom .btn {
  position: absolute;
  right: 4px;
  top: 0px;
  margin: 0;
  padding: 0;
}
.basket .amer .bottom .btn:empty {
  display: none;
}
.basket .amer .top.btn button,
.basket .amer .bottom .btn button {
  padding: 18px 90px 17px 46px;
  margin-right: 35px;
  background-image: url('../images/icons/arrow-continue.png');
  background-repeat: no-repeat;
  background-position: 95% center;
}
.basket .amer .top.btn button {
  margin-right: 40px;
}
.basket .amer .bottom .btn span {
  display: none;
}
.basket .amer .bottom .btn span img {
  left: 5px;
  top: 1px;
}
.basket .amer .column02 .retour-link-nb {
  padding-top: 10px;
  background: url('../images/icons/retour.png') no-repeat left 0.3px 40px;
  background-position: 0 12px;
}
.basket .amer .column02 .line1 {
  padding-top: 10px;
  color: #666;
}
.basket .amer .top.btn span {
  height: 30px;
  width: 37px;
}
.basket .amer .top.btn span img {
  left: 5px;
  top: 1px;
}
.basket .amer .top.btn.emea {
  display: none;
}
.basket .amer .product .bundled-img {
  margin-top: 25px;
}
.basket .amer .product .bundle_title {
  margin-top: 35px;
}
.basket .amer .product .bundle_price .price {
  position: relative;
  right: 2px;
}
.basket .amer .amer_empty_cart .amer_empty_cart_title {
  color: #333333;
  font-size: 1.5em;
  margin-bottom: 15px;
}
.basket .amer .amer_empty_cart .amer_empty_cart_content {
  line-height: 1em;
}
.basket .amer .amer_empty_cart .amer_empty_cart_content a {
  text-decoration: underline;
}
.basket .amer .column .quantity.select .selected {
  margin-left: 0px;
  line-height: 30px;
  border: 1px solid #CAD2D0;
  height: 30px;
  background-position: right 0px top 1px;
  padding-top: 0px;
}
.basket .amer .column .quantity.select,
.basket .amer .column .quantity.select .select {
  height: 30px;
}
.basket .amer .form-product .price {
  font: 1.28em/20px "Futura BT Book", arial, "helvetica", sans-serif;
  letter-spacing: -0.03em;
}
.basket .amer .form-product .old-price .price {
  font: 1.58em/18px "Futura BT Book", arial, "helvetica", sans-serif;
}
.basket .amer .product .bundle_price .old-price .price {
  top: 6px !important;
}
.basket.empty .amer {
  /* Empty basket */
}
.basket.empty .amer .columns {
  min-height: 435px;
}
.basket.empty .amer .column01 {
  min-height: 55px;
  padding-bottom: 40px;
}
.basket.empty .amer .column01 p:first-child {
  margin-bottom: 15px;
  font-size: 1em;
}
.basket.empty .amer .column01 a {
  text-decoration: underline;
}
.basket-links {
  background: #eee;
  padding: 10px;
}
.basket-links a.continu {
  text-transform: uppercase;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  letter-spacing: -0.06em;
  color: #333;
  text-decoration: underline;
  float: left;
  line-height: 69px;
}
.basket-links a.continu:hover {
  color: #000;
}
.basket-links .btn {
  border-color: #f6f7fb;
  margin: 0;
  float: right;
}
.basket-links .btn a {
  background-image: url("../images/productpage/product-additionals-cart-large-2.png");
  background-position: 11px center;
  background-repeat: no-repeat;
  padding: 6px 8px 6px 57px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 1.2em;
  letter-spacing: -0.06em;
  text-decoration: none;
}
.checkout .amer {
  /*delivery*/
  /* Checkout old client*/
}
.checkout .amer h2 {
  color: #2C2E2D;
  font: 2.3846em/31px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  margin: 0 0 5px 1px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.checkout .amer form .multi-input {
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 22px 0 5px 0;
  height: 38px;
}
.checkout .amer form .multi-input .required {
  visibility: hidden;
}
.checkout .amer form .multi-input .input-list input[type=text],
.checkout .amer form .multi-input .input-list input[type=number],
.checkout .amer form .multi-input .input-list input[type=tel] {
  width: 80%;
  margin-right: 20%;
}
.checkout .amer form .multi-input .input-list li {
  float: left;
  display: inline-block;
  width: 20%;
}
.checkout .amer .radios input[type=radio] {
  left: 6px;
  top: 5px;
}
.checkout .amer .radios ul .radiocontainer {
  background: url(../images/global/radio2.png) -5px -3px no-repeat !important;
}
.checkout .amer .radios ul .radiocontainerChecked {
  background-position: -5px -347px !important;
}
.checkout .amer .delivery .radios ul .radiocontainer {
  background: url(../images/global/radio2.png) -5px -5px no-repeat !important;
}
.checkout .amer .delivery .radios ul .radiocontainerChecked {
  background-position: -5px -349px !important;
}
.checkout .amer .valid {
  margin-bottom: 15px;
  padding: 1px 10px 5px 30px;
  background: url('../images/icons/feedback-valid.png') no-repeat left top;
  color: #389c1d;
  line-height: 1em;
}
.checkout .amer .error {
  margin-bottom: 15px;
  padding: 1px 10px 5px 30px;
  background: url('../images/icons/feedback-error.png') no-repeat left -2px;
  color: #c80c0c;
  line-height: 1em;
}
.checkout .amer .col-left {
  float: left;
  width: 467px;
}
.checkout .amer .col-right {
  position: relative;
  float: right;
  width: 722px;
  margin: 0 0px 100px 0px;
  padding: 40px;
  background-color: #fff;
  padding-left: 170px;
}
.checkout .amer .cash {
  left: -40px;
  width: 387px;
  border-top: 5px solid #DFEAE8;
  padding-bottom: 50px;
  padding-top: 0px;
}
.checkout .amer .cash .total .right {
  margin-right: 0px;
}
.checkout .amer .col-left .inner {
  padding: 40px;
  background: white;
  padding-bottom: 0px;
}
.checkout .amer .col-left .image {
  width: 34%;
}
.checkout .amer .col-left .image img {
  max-height: 100px;
}
.checkout .amer .col-left .details {
  width: 63%;
}
.checkout .amer .product .title {
  margin-bottom: 4px;
  font: 1.461em/19px "Futura Condensed Medium", Arial, Helvetica, sans-serif;
  letter-spacing: 0.07em;
  color: #434343;
  text-align: right;
}
.checkout .amer .bundle_title {
  float: right;
  clear: right;
  margin-top: .5rem;
}
.checkout .amer .bundle_size {
  float: right;
  clear: right;
  margin-bottom: .5rem;
  font-weight: bold;
}
.checkout .amer .size {
  margin-bottom: 6px;
  font: 1.384em/18px "Futura BT Medium Condensed", Arial, Helvetica, sans-serif;
  letter-spacing: 0.06em;
  text-align: right;
}
.checkout .amer .quantity {
  font: 1em/38px "Futura BT Medium", Arial, sans-serif;
  border: 1px solid #CAD2D0;
  float: right;
  width: 90px;
  margin-top: 20px;
  height: 33px;
  padding: 0px;
  line-height: 32px;
  text-align: center;
}
.checkout .amer .price {
  margin-top: 14px;
  text-align: right;
  clear: both;
  font: 1.25em/21px "Futura BT Book", arial, "helvetica", sans-serif;
  letter-spacing: -0.03em;
  float: right;
}
.checkout .amer .shipment-methods .price {
  float: none;
}
.checkout .amer .onestepcheckout-summary ul.basket-list li:last-of-type.product {
  border: none !important;
  margin-bottom: 0px;
}
.checkout .amer .onestepcheckout-summary .basket-list .product {
  border-bottom: 1px solid #DFEAE8;
  padding-bottom: 34px;
  margin-bottom: 12px;
}
.checkout .amer .onestepcheckout-summary .basket-list .product .price .old-price span {
  vertical-align: top;
  margin-top: -8px !important;
}
.checkout .amer .old-price .price {
  text-decoration: line-through;
  position: absolute;
  right: 0px;
  font: 1.58em / 18px "Futura BT Book", arial, "helvetica", sans-serif;
  letter-spacing: -0.03em;
  color: #434343;
  margin-top: -8px;
}
.checkout .amer .cash .total .retour {
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
}
.checkout .amer .cash .total .retour .right {
  margin-top: -3px;
  font: 1.38461em 'Interstate Regular', Arial, Helvetica, sans-serif;
  color: #333;
}
.checkout .amer .cash .total .total-price {
  margin-top: -5px;
}
.checkout .amer .cash .total .total-price .left {
  font-size: 1.692308em;
}
.checkout .amer .cash .total .total-price .right {
  font: 1.57em/22px "Futura Bold", Arial, Helvetica, sans-serif;
  color: #434343;
  font-weight: bold;
}
.checkout .amer .cash .total .discount {
  padding-top: 3px;
  padding: 15px 0 15px;
}
.checkout .amer .bottom {
  clear: both;
  background-color: #fff;
}
.checkout .amer .bottom .continue {
  position: relative;
  margin-bottom: 14px;
  top: -20px;
  left: 30px;
  text-align: left;
  margin-right: 30px;
  height: 40px;
}
.checkout .amer .already-account {
  position: absolute;
  right: 40px;
  top: 36px;
}
.checkout .amer .already-account a {
  font: 23px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  color: #2D2D2D;
  letter-spacing: 0.044em;
  line-height: 30px;
  text-decoration: underline;
}
.checkout .amer .col-right fieldset {
  width: 103%;
  margin-top: 0px;
}
.checkout .amer .col-right fieldset.end {
  margin-left: -65px;
}
.checkout .amer fieldset h3 {
  width: 115%;
  margin: 0 10% 15px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #DFEAE8;
  color: #31BABC;
  font: 1.833em/22px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.036em;
  text-transform: uppercase;
  margin-left: -130px;
  box-sizing: border-box;
}
.checkout .amer .col-left h3 {
  margin: 0 10% 15px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #DFEAE8;
  color: #31BABC;
  font: 1.833em/22px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.036em;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
}
.checkout .amer form fieldset {
  padding-bottom: 46px;
}
.checkout .amer form fieldset.delivery {
  margin-bottom: 0px;
}
.checkout .amer form .input-box.input-county,
.checkout .amer form .input-box.input-taxjurcode,
.checkout .amer form .input-box.input-pobox {
  display: none;
}
.checkout .amer form .radios,
.checkout .amer form .checkboxes,
.checkout .amer form .select-box {
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 22px 0% 5px 0;
  height: 38px;
}
.checkout .amer form .input-box {
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 22px 0% 5px 0;
  height: 38px;
}
.checkout .amer form .input-box input {
  display: block;
  float: left;
  width: 77%;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 340px !important;
  line-height: 28px;
}
.checkout .amer form .input-box input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.checkout .amer form .input-box input:-moz-placeholder {
  color: #cfcfcf;
  opacity: 1;
}
.checkout .amer form .input-box input::-moz-placeholder {
  color: #cfcfcf;
  opacity: 1;
}
.checkout .amer form .input-box input:-ms-input-placeholder {
  color: #cfcfcf;
}
.checkout .amer form .input-box input::-ms-input-placeholder {
  color: #cfcfcf;
}
.checkout .amer form .input-box input::placeholder {
  color: #cfcfcf;
}
.checkout .amer form .input-box.additional-street-address-hidden {
  display: none;
}
.checkout .amer .invoicing a.additional-street-address-btn,
.checkout .amer .invoicing-repeat a.additional-street-address-btn {
  display: block;
  margin: 10px 0 0;
  padding: 0 0 0 23%;
  font-size: 0.846154em;
  font-family: arial, "helvetica", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.checkout .amer form .input-box.input-error {
  background-image: url('../images/icons/feedback-error.png');
  background-position: right 2% top 29px;
  background-repeat: no-repeat;
}
.checkout .amer form .item > label {
  display: block;
  float: left;
  width: 23%;
  padding-top: 3px;
  line-height: 28px;
}
.checkout .amer .unstyled {
  padding-top: 18px;
  padding-left: 0px;
  margin-right: 0px;
}
.checkout .amer .item {
  height: 22px;
}
.checkout .amer ul#billing_address_list li:nth-of-type(7) {
  padding-bottom: 0px;
}
.checkout .amer ul#billing_address_list li:nth-of-type(8) {
  padding-top: 10px;
}
.checkout .amer form .input-box input + input,
.checkout .amer form .input-box input + input + input {
  margin: 10px 0 0 23%;
}
.checkout .amer form .select-box .select {
  display: block;
  float: left;
  width: 77%;
  height: 20px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout .amer form .shipment-methods {
  width: 90%;
  margin-top: 7px;
}
.checkout .amer form .shipment-methods label .validation-advice {
  display: block;
  margin-left: 0;
}
.checkout .amer form .item.shipment-methods {
  height: auto;
}
.checkout .amer .delivery .radiocontainer label span.price {
  margin-top: 0px;
  float: none;
}
.checkout .amer form p {
  width: 90%;
  margin: 0 10% 12px 0;
  font: 1em/13px "Futura BT Book", arial, "helvetica", sans-serif;
}
.checkout .amer form .item.small input,
.checkout .amer form .item.medium input {
  max-width: 340px;
}
.checkout .amer .checkboxes label {
  min-height: 20px;
  margin-left: 28px;
  line-height: 1.2em;
  font-size: 14px !important;
}
.checkout .amer .checkboxes input[type=checkbox] {
  position: absolute;
  left: 4px;
  top: 4px;
}
.checkout .amer .checkboxes .checkcontainer {
  min-height: 20px;
  background-position: left top;
  margin-top: -5px;
}
.checkout .amer .checkboxes .checkcontainerChecked {
  background-position: left -180px;
}
.checkout .amer .invoicing .checkboxes > div {
  margin-top: 12px;
}
.checkout .amer .invoicing .checkboxes label {
  font: 1em/13px "Futura BT Book", arial, "helvetica", sans-serif;
  padding-top: 6px;
}
.checkout .amer .double-input {
  height: 50px;
}
.checkout .amer .invoicing li > a {
  display: block;
  margin: 10px 0 0 102px;
  font: 0.846154em arial, "helvetica", sans-serif;
  text-decoration: underline;
}
.checkout .amer .us-address .btn {
  width: 290px;
}
.checkout .amer .us-address .btn a {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.checkout .amer .us-address .btn:first-child {
  width: 200px;
  margin-left: 147px;
}
.checkout .amer form .double-input .validation-advice {
  margin-top: 58px;
}
.checkout .amer form .select-box .validation-advice {
  margin: 0;
}
.checkout .amer .delivery .radiocontainer {
  margin-bottom: 30px;
}
.checkout .amer .delivery .radiocontainer label {
  margin-left: 28px;
}
.checkout .amer .delivery .radiocontainer label span {
  color: inherit;
  font: 1em/20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.checkout .amer .delivery .radiocontainer label span.description {
  font: 0.9em/18px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  width: 100%;
  display: block;
  padding-top: 5px;
  color: #d3d3d3;
}
.checkout .amer .fieldset .Account {
  margin-bottom: 15px;
}
.checkout .amer .delivery .radiocontainer label {
  line-height: 22px;
  font: 1.4em/20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  font-weight: bold;
  width: 100%;
}
.checkout .amer .delivery .radiocontainer label .validation-advice {
  font-size: 0.643em;
}
.checkout .amer .conditions {
  padding: 0;
  padding-top: 10px;
  width: 100% !important;
}
.checkout .amer .conditions .item {
  width: 90%;
  padding-right: 10%;
}
.checkout .amer .conditions label {
  font-size: 16px;
  font: 1em/13px "Futura BT Book", arial, "helvetica", sans-serif;
  padding-top: 5px;
  line-height: 15px;
}
.checkout .amer .conditions label a {
  text-decoration: underline;
}
.checkout .amer .conditions label a:hover {
  text-decoration: none;
}
.checkout .amer .verify {
  text-align: center;
  padding-left: 0px;
  margin-left: -142px;
}
.checkout .amer .btn.us-conditions {
  display: block;
  width: 190px;
  margin: 5px auto 0;
}
.checkout .amer .btn.us-conditions a,
.checkout .amer .btn.us-conditions input {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.checkout .amer .end {
  width: 100%;
  text-align: center;
  padding-top: 9px;
}
.checkout .amer .end .payment {
  margin-top: 30px;
}
.checkout .amer .old-client .paragraph {
  height: auto;
  padding-bottom: 10px;
}
.checkout .amer .old-client .paragraph label {
  float: none;
  width: 100% !important;
  font: 1.307em / 17px "Futura BT Medium Condensed", arial, helvetica, sans-serif;
  line-height: 1.2em;
  font-weight: normal;
}
.checkout .amer .old-client .paragraph label a {
  text-decoration: underline;
}
.checkout .amer .old-client form .checkboxes {
  padding-top: 10px;
}
.checkout .amer form .old-client .select,
.checkout .amer form .old-client .select select {
  width: 500px;
}
.checkout .amer form .old-client .select .selected {
  width: 92%;
  top: 0px;
  margin-left: 0px;
  border: 1px solid #CAD2D0;
  height: 22px;
  padding-top: 8px;
  padding-left: 10px;
  position: absolute;
  display: block;
  background: url("../images/icons/select_qty.PNG") no-repeat scroll right 0 top 1px transparent;
  font: 1.07em/20px "Futura BT Book", Arial, sans-serif;
  overflow: hidden;
}
.checkout .amer form .old-client .select select {
  position: relative;
  height: 26px;
}
.checkout .amer form select.address-select {
  width: 94% !important;
}
.checkout .amer form .validation-passed {
  background-position: right 0.5% top 23px;
}
.checkout .amer form button.validation-passed {
  background-position: right 0.5% top 60px;
}
.checkout .amer form .validation-passed .validation-passed {
  background: none;
}
.checkout .amer form .validation-error {
  padding-bottom: 24px;
  background-position: right 2% top 29px;
}
.checkout .amer form .input-box.validation-error input.validation-failed {
  margin-bottom: 0px;
}
.checkout .amer form .validation-error .validation-advice {
  display: block;
  padding-top: 4px;
  margin-left: 23%;
}
.checkout .amer form .adyen_payment_input_fields .validation-error .validation-advice {
  margin: 0;
}
.checkout .amer form #payment_form_adyen_cc .validation-error:after {
  content: '';
  display: inline-block;
  clear: both;
  width: 100%;
}
.checkout .amer form .fixing .validation-error .validation-advice {
  padding-top: 0px;
}
.checkout .amer form .fixing.conditions .validation-advice {
  padding-top: 4px;
  padding-left: 28px;
}
.checkout .amer form .validation-error.double-input {
  height: 60px;
}
.checkout .amer form .validation-error.checkboxes {
  background-position: 0 27px;
}
.checkout .amer form .validation-error.checkboxes .validation-advice {
  margin: 5px 0 0 28px;
}
.checkout .amer form .fixing .item > label {
  width: 30%;
  line-height: 1em;
  padding-top: 8px;
}
.checkout .amer form .fixing .item > .select {
  width: 52%;
}
.checkout .amer form .fixing .hardgoods-form-popup .title h3 {
  width: inherit;
  padding-top: 35px;
  font: 3.14em / 44px 'Futura BT Medium Condensed', arial, helvetica, sans-serif;
  margin-top: 40px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  color: #1C1C1C;
}
.checkout .amer form .fixing .hardgoods-form-popup .close {
  width: inherit;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 6px;
}
.checkout .amer form .fixing .validation-error {
  padding-bottom: 25px !important;
}
.checkout .amer form .fixing .select-box .validation-advice {
  margin: 0;
  margin-top: 8px;
}
.checkout .amer form .fixing .question .question-mark,
.checkout .amer form .fixing .question-mark {
  position: absolute;
  right: 25px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url('../images/help.gif') no-repeat center center !important;
}
.checkout .amer form .fixing .validation-error {
  background-position: 490px 15px;
}
.checkout .amer form .fixing .question.validation-error {
  background-position: 595px 15px;
}
.checkout .amer form .fixing .question.validation-passed {
  background-position: 595px 8px;
}
.checkout .amer form .fixing.conditions > .item {
  width: 100%;
  padding-right: 0;
  padding-bottom: 2px;
}
.checkout .amer form .fixing.conditions {
  width: 530px;
  max-width: 530px;
}
.checkout .amer form .fixing.conditions label {
  font-size: 1em;
}
.checkout .amer form .fixing.conditions > p {
  width: 100%;
  margin: 25px 0 15px;
  line-height: 15px !important;
  font: 1em / 14px "Futura BT Book", arial, "helvetica", sans-serif;
}
.checkout .amer form .fixing.btn {
  margin-left: 150px;
  float: right;
}
.checkout .amer form .fixing.btn input {
  padding: 17px 94px 17px 60px;
  background-image: url('../images/icons/arrow-continue.png');
  background-repeat: no-repeat;
  background-position: right 35px top 16px;
}
.checkout .amer form .fixing ul li:nth-of-type(3) div.hardgoods-form-popup .inner .image {
  display: none;
}
.checkout .amer form .fixing ul li:nth-of-type(3) div.hardgoods-form-popup .inner .content {
  width: auto;
  padding-right: 40px;
}
.checkout .amer .col-right .fixing {
  padding-bottom: 18px;
}
.checkout .amer .col-right .fixing .item {
  padding: 5px 4% 19px 0;
}
.checkout .amer .col-right .fixing.conditions {
  padding-bottom: 8px;
  padding-top: 0px;
}
.checkout .amer .fixing.btn input {
  padding: 17px 94px 17px 60px;
  background-image: url('../images/icons/arrow-continue.png');
  background-repeat: no-repeat;
  background-position: right 35px top 16px;
}
.checkout .amer .hardgoods-agreements {
  margin-bottom: 40px;
  margin-left: -130px;
}
.checkout .amer .hardgoods-form-popup .close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px;
  text-align: center;
  background-color: #1C1C1C;
}
.checkout .amer .hardgoods-form-popup .close a {
  width: auto;
  padding-left: 30px;
  background-image: url('../images/icons/close-popup.jpg');
  background-repeat: no-repeat;
  color: #31BABC;
  font: 16px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  background-position: 0px -4px;
}
.checkout .amer .account ul {
  padding-top: 10px;
}
.checkout .amer form .conditions .validation-advice {
  display: block;
  margin: 0;
  padding-left: 28px;
}
.checkout .amer .cash .total .discount .left .amer_price_label span {
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
}
.checkout .amer .col-right .btn,
.checkout .amer .invoicing li > a {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.checkout .amer .col-right .btn.left {
  margin-left: 0 !important;
}
.checkout .amer .delivery .radiocontainerChecked .kiala-info label {
  background: none repeat scroll 0 0 transparent;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
}
.checkout .amer .col-right .payment {
  width: 100%;
}
.confirmation .amer .columns {
  min-height: 500px;
}
.confirmation .amer .call {
  background-position: 0 -888px;
}
.confirmation .amer h3 {
  padding-left: 0px;
}
.confirmation .amer .thank {
  margin: 0px 0 0px;
  font: 1.285em / 18px "Futura BT Medium Condensed", Arial, helvetica sans-serif;
}
.confirmation .amer .column .btn {
  padding-bottom: 30px;
  padding-top: 20px;
  width: 100%;
}
.confirmation .amer .btn a {
  padding: 15px;
  margin-left: 0;
}
.confirmation .amer .column02 .title {
  color: #999;
}
.customer-account-create.registration .amer .validation-error,
.customer-account-create.registration .amer .validation-failed,
.customer-account-create.registration .amer .indent.validation-error,
.customer-account-create.registration .amer .indent.validation-failed {
  background-position: right 1% top 22px;
}
.customer-account-create.registration .amer input.validation-failed {
  margin-bottom: 8px;
}
.customer-account-create.registration .amer input.validation-failed.customer-dob {
  margin-bottom: 14px;
}
.customer-account-create.registration .amer .validation-passed {
  background-position: right 0.2% top 15px;
}
.customer-account-create.registration .amer h3.titleNewsletter {
  margin-top: 40px;
}
.customer-account-edit .amer .my-account ul .validation-error .validation-advice {
  margin-left: 29%;
  padding-left: 0;
}
.customer-account-edit .amer .rfl {
  left: 50%;
}
.customer-account-edit.onestepcheckout-index-index .amer .multi-input .input-list > li {
  width: 17%;
}
.customer-account-forgotpassword.identify .amer .col-left {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customer-account-forgotpassword.identify .amer .col-left .item {
  margin-top: 30px;
}
.customer-account-forgotpassword.identify .amer .col-left .item input {
  width: 30%;
  margin-bottom: 0px;
}
.customer-account-forgotpassword.identify .amer .col-left .bottom .continue {
  bottom: 50px;
  top: initial;
  left: 35px;
}
.customer-account-forgotpassword.identify .amer .column .col-left .btn {
  float: right;
  right: 0px;
  left: 0px;
}
.customer-account-forgotpassword.identify .amer .column02 img:first-of-type {
  visibility: hidden;
}
.customer-account-login.identify .amer .item.validation-passed {
  background-position: right -1% top -9px;
}
.customer-account-login.identify .amer .item.validation-error {
  background-position: right 1% top 0px;
}
.customer-account-login.identify .amer .item.validation-error input {
  margin-bottom: 3px;
}
.customer-account-resetpassword.identify .amer .column01 {
  padding: 40px;
}
.customer-account-resetpassword .amer .rfl {
  left: 0;
  float: none;
  top: -30px;
}
.customer-account-resetpassword .amer .button {
  width: 80%;
}
.customer-address-form.registration.account .amer .my-account .item .validation-advice,
.customer-address-form.registration.rma-guest-new .amer .my-account .item .validation-advice,
.customer-address-form.registration.rma-guest-index .amer .my-account .item .validation-advice,
.customer-address-form.registration.rma-guest-success .amer .my-account .item .validation-advice {
  margin-left: 29%;
}
.customer-address-form .amer .validation-passed,
.customer-address-form .amer .validation-error,
.customer-address-form .amer .validation-failed {
  background-position: 430px 9px;
}
.customer-address-form .amer li.item.validation-error {
  margin-bottom: 14px;
}
.dnd-abandonnedcart-index-index #main.amer h2 {
  text-transform: uppercase;
}
.hookup .amer {
  overflow: hidden;
}
.hookup .amer #colophon {
  display: none;
}
.hoockup .amer .item.validation-passed,
.hoockup .amer .item.validation-error {
  background-position: 345px 24px;
}
.hookup #main.amer {
  width: 380px;
  height: 280px;
  margin: 120px auto 300px;
  padding: 35px 25px;
  background: white;
}
.hookup #main.amer p {
  margin-top: 10px;
  font: 1.153846em/1.1em arial, "helvetica", sans-serif;
  color: #333;
}
.hookup #main.amer .checkboxes label {
  height: 20px;
  font: bold 1.076923em arial, "helvetica", sans-serif;
  text-decoration: underline;
}
.hookup #main.amer .input label,
.hookup #main.amer .hnput-box label {
  float: left;
  width: 38%;
  margin-right: 2%;
  line-height: 40px;
}
.hookup #main.amer .input input,
.hookup #main.amer .input-box input {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home #main {
  letter-spacing: -0.05em;
  margin-top: 40px;
  padding: 15px;
  background: white;
}
.home #main h3 {
  margin-top: 20px;
}
.home #main #content {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
}
.home #main #content .small-hight {
  text-transform: uppercase;
}
.home #main #content .text {
  font-size: 1.230769em;
}
.home #main #content .expert {
  text-align: center;
  clear: left;
  float: none;
  height: 200px;
  min-height: 0;
  margin-left: 0;
  padding-top: 30px;
  background: transparent url("../images/global/expert.png") no-repeat 35px bottom;
  border-bottom: 10px solid #eeeeee;
}
.home #main #content .expert p {
  display: block;
  margin-left: 24%;
  margin-top: 30px;
  padding: 0 70px;
  font-family: "Interstate Light", arial, "helvetica", sans-serif;
  font-size: 1.53846em;
  text-align: center;
}
.home #main #content .expert .title {
  font-size: 2.65345em;
  color: #333;
  display: block;
  margin-left: 24%;
  margin-top: 30px;
  padding: 0 70px;
  font-family: "Interstate Light", arial, "helvetica", sans-serif;
  text-align: center;
}
.home #main #content .expert .btn {
  margin-left: 48%;
  bottom: 35px;
}
.home #main #content .title {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 2.69231em;
  line-height: 1.05em;
  color: #333333;
}
.home #main #content h2 {
  margin: 20px 0 8px;
}
.home #main #content li {
  position: relative;
  min-height: 350px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  background: #f6f6f6;
}
.home #main #content li > * {
  margin-left: 8px;
}
.home #main #content li a:first-child {
  margin-left: 0;
}
.home #main #content li > h3 {
  letter-spacing: -0.07em;
}
.home #main #content li > .text {
  line-height: 1.1em;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.home #main #content li .btn {
  position: absolute;
  left: 0;
  bottom: 15px;
}
.identify .amer {
  /* Validation */
}
.identify .amer .col-left {
  display: inline-block;
  float: left;
  width: 46%;
  margin-right: 8.8%;
}
.identify .amer .col-right {
  display: inline-block;
  float: left;
  width: 45%;
}
.identify .amer label {
  display: inline-block;
  margin-bottom: 5px;
  min-width: 150px;
}
.identify .amer .item input[type="text"],
.identify .amer .item input[type="number"],
.identify .amer .item input[type="email"],
.identify .amer .item input[type="password"] {
  width: 400px;
  padding: 0 20px;
}
.identify .amer .forgot {
  margin-top: -10px;
  margin-bottom: 14px;
  font: 16px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
.identify .amer .col-right > p {
  margin: 0px 0 22px;
  font: 1.077em/14px "Futura BT Book", arial, "helvetica", sans-serif;
}
.identify .amer .btn {
  float: right;
}
.identify .amer .btn span {
  width: 37px;
  height: 30px;
}
.identify .amer .btn span img {
  left: 5px !important;
  top: 1px !important;
  margin: 0;
}
.identify .amer .btn button {
  margin-left: 3px;
}
.identify .amer li.item {
  margin-bottom: 20px;
}
.identify .amer .item.validation-error {
  background-position: right 45% top 9px;
}
.identify .amer .item.validation-passed {
  background-position: right 45% top 0px;
}
.identify .amer .item .error-msg {
  width: 70%;
}
.amer .items_consent input.checkbox {
  width: 20px;
  display: inline-block;
}
.amer .items_consent .checkcontainer {
  line-height: 30px;
  background-position: -11px -178px !important;
}
.amer .items_consent .checkcontainerChecked {
  background-position: -11px 6px !important;
}
.layer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: 44px;
  background: rgba(0, 0, 0, 0.7);
}
.lte8 .amer .column .btn {
  display: inline;
}
.lte9 .amer .hidden-desktop-tablet {
  display: none;
}
.lte9 .amer .fancybox-close {
  right: 0px;
  top: 5px;
  width: 92px;
  font-size: 18em;
  color: #ababab;
  text-transform: uppercase;
}
.lte9 .amer .fancybox-wrap {
  border: 2px solid black;
}
.lte9 .amer .item input[type=text],
.lte9 .amer .item input[type=number],
.lte9 .amer .item input[type=tel],
.lte9 .amer .item input[type=email],
.lte9 .amer .item input[type=password] {
  line-height: 1.2em;
}
.lte9 .amer .checkboxes input {
  filter: alpha(opacity=0);
  visibility: visible;
}
.lte9 .amer .onestepcheckout-popup-wrapper .close,
.lte9 .amer .hardgoods-form-popup .close {
  background: none;
}
.lte9 .amer .account .order-bar .change .select select {
  height: 35px;
}
.lte9 .amer .account .column02 li {
  padding-left: 48px;
}
.lte9 .amer .account .column02 .delivery_charge_free {
  background-position: left -450px;
}
.lte9 .amer .account .column02 .warranty {
  background-position: left -250px;
}
.lte9 .amer .account .column02 .delivery {
  background-position: left -150px;
}
.lte9 .amer .account .column02 .secure_paiement {
  background-position: left -600px;
}
.lte9 .amer .account .column02 .secure_paiement {
  background-position: left -600px;
}
.lte9 .amer .account .column02 .help {
  background: url("../images/icons/picto-question-ie.png") no-repeat 0 0;
  background-size: 30px 30px;
}
.lte9 .amer .account .column02 .hotline,
.lte9 .amer .account .column02 .retour-link,
.lte9 .amer .account .column02 .retour-link-nb {
  background-position: left -900px;
}
.lte10 .column .select select {
  height: 50px;
}
.lte10 .checkout form .select-box .select {
  height: 24px;
}
.lte10 .checkout form .select-box .select select {
  height: 30px;
}
.newsletter-manage-index .amer li.item.grey {
  height: auto !important;
}
.onestepcheckout-cart-index.basket .amer .column .btn {
  left: auto;
}
.onestepcheckout-cart-index.basket .amer .column .bottom {
  left: 0px;
  width: 930px;
}
.onestepcheckout-cart-index #messageup {
  margin: 4rem auto;
  padding: 15px;
  max-width: 1200px;
}
body.onestepcheckout-cart-index.basket .amer .btn button {
  margin-left: 0px;
}
.onestepcheckout-index-index .amer .onestepcheckout-summary .cash .total .right {
  width: 50%;
}
.onestepcheckout-index-index .amer .amer_password_form .rfl {
  left: 32%;
}
.onestepcheckout-index-index .amer .change-pass .amer_password_form .rfl {
  left: 29%;
}
.onestepcheckout-index-index .amer .rfl {
  left: 23%;
}
.onestepcheckout-index-index .amer .cash .total > ul > li {
  height: auto;
  padding: 15px 0 15px;
}
.onestepcheckout-index-index .amer .cash .total .tax,
.onestepcheckout-index-index .amer .cash .total .subtotal {
  border-top: none;
}
.onestepcheckout-index-index .amer .cash .total > ul > li:last-of-type {
  border-bottom: none;
}
.onestepcheckout-index-index .amer .cash .total .right {
  width: 35%;
}
.onestepcheckout-index-index .amer .cash .total .total-price .right {
  width: 50%;
}
.onestepcheckout-index-index .amer form .radios {
  height: 38px;
  padding-bottom: 5px;
}
.onestepcheckout-index-index .amer form .radios .radio-list {
  padding-top: 8px;
}
.onestepcheckout-index-index #main.amer .select select {
  width: 387px;
  position: relative;
  height: 30px !important;
}
.onestepcheckout-index-index #main.amer .select .selected {
  width: 375px;
  top: 0px;
  margin-left: 0px;
  border: 1px solid #CAD2D0;
  height: 30px;
  padding-top: 8px;
  padding-left: 10px;
  position: absolute;
  display: block;
  background: url("../../default/images/icons/select_qty.PNG") no-repeat scroll right 0 top 5px transparent;
  overflow: hidden;
}
.onestepcheckout-popup-wrapper h3 {
  color: #31BABC;
  font: 1.57em/22px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 1px solid #DFEAE8;
  margin-bottom: 35px;
  max-width: 100%;
}
.onestepcheckout-popup-wrapper p {
  padding-bottom: 10px;
  font-family: "Futura BT Book", Arial, helvetica, sans-serif;
}
.onestepcheckout-popup-wrapper p a {
  font: 0.846154em "Futura BT Book", arial, sans-serif;
  color: #878787;
}
.onestepcheckout-popup-wrapper #onestepcheckout-retour {
  position: relative;
  max-width: 440px;
  padding: 25px 30px 30px;
}
.onestepcheckout-popup-wrapper label {
  display: block;
  margin: 5px 0;
  font: 1em "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  color: #878787;
  text-transform: uppercase;
}
.onestepcheckout-popup-wrapper input {
  display: block;
  width: 90%;
  height: 30px;
  margin-bottom: 15px;
  padding: 0 5%;
  border: 1px solid #CAD2D0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #666;
}
.onestepcheckout-popup-wrapper .btn {
  position: absolute;
  left: 25px;
  bottom: 10px;
}
.onestepcheckout-popup-wrapper .close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px;
  opacity: 0.5;
  background: none;
}
.onestepcheckout-popup-wrapper .close a {
  text-transform: uppercase;
  color: #878787;
  text-decoration: none;
}
.onestepcheckout-popup-wrapper h4 {
  margin: 10px 0 2px;
}
.onestepcheckout-serviceoffer-popup {
  z-index: 90;
  background-color: white;
  border: 1px solid black;
  position: absolute;
}
.onestepcheckout-serviceoffer-popup .onestepcheckout-popup-contents {
  max-width: 440px;
  padding: 25px 30px 30px;
  position: relative;
}
.onestepcheckout-serviceoffer-popup h3 {
  background: url("../images/icons/retour-back.png") no-repeat scroll left center / 40px 40px transparent;
  font-size: 2.23077em;
  padding: 15px 0 15px 50px;
  width: 375px;
}
.page-list .amer {
  margin-top: 160px;
}
.page-list .amer .product-list {
  width: 980px;
  margin-top: 15px;
  padding: 0 5px;
}
.page-list .amer section {
  text-transform: uppercase;
}
.page-list .amer section .title {
  text-align: center;
}
.page-list .amer section .title h2 {
  font-size: 3.07692em;
  color: #666666;
}
.page-list .amer section .title h2 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  background: url('../images/global/hexagone.png') no-repeat center center;
}
.page-list .amer section .more-text {
  text-align: left;
  line-height: 1.2em;
  text-transform: lowercase;
}
.page-list .amer section .more-text:first-letter {
  text-transform: capitalize;
}
.page-list .amer .list-product {
  text-align: center;
}
.page-list .amer .list-product .infosProduit {
  font-size: 1.23077em;
  color: black;
}
.page-list .amer .list-product .infosProduit .price {
  font-size: 25px;
}
.registration .amer,
.rma-guest-index .amer {
  /*form {
      max-width: 515px;
      }*/
}
.registration .amer .my-account .item .customer-dob .validation-advice,
.rma-guest-index .amer .my-account .item .customer-dob .validation-advice {
  padding-top: 0px;
}
.registration .amer .radios ul .radiocontainer,
.rma-guest-index .amer .radios ul .radiocontainer {
  background: url(../images/global/radio2.png) -5px 5px no-repeat !important;
}
.registration .amer .radios ul .radiocontainerChecked,
.rma-guest-index .amer .radios ul .radiocontainerChecked {
  background-position: -5px -339px !important;
}
.registration .amer ul li.item.radios,
.rma-guest-index .amer ul li.item.radios {
  padding-bottom: 20px;
}
.registration .amer ul li.item.conditions,
.rma-guest-index .amer ul li.item.conditions {
  padding-left: 0px;
}
.registration .amer ul li.item.conditions label,
.rma-guest-index .amer ul li.item.conditions label {
  width: 100%;
}
.registration .amer ul li.item.grey,
.rma-guest-index .amer ul li.item.grey {
  width: 72% !important;
  background-color: transparent;
}
.registration .amer ul li.item,
.rma-guest-index .amer ul li.item,
.registration .amer ul li.item.conditions,
.rma-guest-index .amer ul li.item.conditions {
  padding-left: 170px;
}
.registration .amer p.required,
.rma-guest-index .amer p.required {
  padding-left: 170px;
}
.registration .amer .column .btn,
.rma-guest-index .amer .column .btn {
  float: right;
  left: 0px;
}
.registration .amer span.required,
.rma-guest-index .amer span.required {
  padding-right: 4px;
  font-size: 0.9em;
  color: #31BABC;
}
.registration .amer label span.required,
.rma-guest-index .amer label span.required {
  padding-left: 4px;
}
.registration .amer .item,
.rma-guest-index .amer .item {
  clear: both;
  display: inline-block;
  width: 77%;
  padding: 15px 0px 5px 0;
}
.registration .amer .item label,
.rma-guest-index .amer .item label {
  float: left;
  width: 26%;
  padding-top: 7px;
  line-height: 24px;
}
.registration .amer .item input,
.rma-guest-index .amer .item input,
.registration .amer .item .radio-list,
.rma-guest-index .amer .item .radio-list {
  float: left;
  width: 62%;
}
.registration .amer .item .radio-list .radiocontainer input,
.rma-guest-index .amer .item .radio-list .radiocontainer input {
  outline: none;
}
.registration .amer .item input[type="text"],
.rma-guest-index .amer .item input[type="text"],
.registration .amer .item input[type="number"],
.rma-guest-index .amer .item input[type="number"],
.registration .amer .item input[type="email"],
.rma-guest-index .amer .item input[type="email"],
.registration .amer .item input[type="password"],
.rma-guest-index .amer .item input[type="password"] {
  height: 38px;
}
.registration .amer .item input[type="password"].validation-failed,
.rma-guest-index .amer .item input[type="password"].validation-failed {
  margin-bottom: 14px;
}
.registration .amer .multi-input ul.input-list,
.rma-guest-index .amer .multi-input ul.input-list {
  width: 66%;
  margin-left: 26%;
}
.registration .amer .multi-input ul.input-list.customer-dob,
.rma-guest-index .amer .multi-input ul.input-list.customer-dob {
  width: 54%;
}
.registration .amer .multi-input .input-list > li,
.rma-guest-index .amer .multi-input .input-list > li {
  width: 100%;
  margin-right: 2%;
  display: inline-block;
}
.registration .amer .multi-input .input-list > li.dob-day,
.rma-guest-index .amer .multi-input .input-list > li.dob-day,
.registration .amer .multi-input .input-list > li.dob-month,
.rma-guest-index .amer .multi-input .input-list > li.dob-month,
.registration .amer .multi-input .input-list > li.dob-year,
.rma-guest-index .amer .multi-input .input-list > li.dob-year {
  width: 32%;
}
.registration .amer .multi-input .input-list > li.dob-year,
.rma-guest-index .amer .multi-input .input-list > li.dob-year {
  margin-right: 0;
}
.registration .amer .multi-input .input-list > li .validation-advice,
.rma-guest-index .amer .multi-input .input-list > li .validation-advice {
  margin-left: 0;
  margin-top: 0;
}
.registration .amer .multi-input input,
.rma-guest-index .amer .multi-input input {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.registration .amer .indent input,
.rma-guest-index .amer .indent input {
  width: 62%;
}
.registration .amer .indent label,
.rma-guest-index .amer .indent label {
  width: 26%;
}
.registration .amer .grey,
.rma-guest-index .amer .grey {
  margin-top: 0px;
}
.registration .amer .grey > ul,
.rma-guest-index .amer .grey > ul {
  display: inline-block;
  width: 92%;
  padding-top: 18px;
}
.registration .amer .grey ul > li,
.rma-guest-index .amer .grey ul > li {
  clear: both;
  float: none;
  display: inline-block;
  width: 100%;
  height: 28px;
  margin: 0;
}
.registration .amer .grey input,
.rma-guest-index .amer .grey input {
  left: 1px;
  top: 1px;
  width: 20px;
}
.registration .amer .grey label,
.rma-guest-index .amer .grey label {
  width: 95%;
  padding: 3px 0 2px;
  line-height: 14px;
}
.registration .amer .white,
.rma-guest-index .amer .white {
  margin-top: 25px;
}
.registration .amer .white > ul,
.rma-guest-index .amer .white > ul {
  display: inline-block;
  width: 92%;
  padding: 18px 4%;
}
.registration .amer .white ul > li,
.rma-guest-index .amer .white ul > li {
  clear: both;
  float: none;
  display: inline-block;
  width: 100%;
  height: 28px;
  margin: 0;
}
.registration .amer .white input,
.rma-guest-index .amer .white input {
  left: 1px;
  top: 1px;
  width: 20px;
}
.registration .amer .white label,
.rma-guest-index .amer .white label {
  width: 95% !important;
  padding: 3px 0 2px;
}
.registration .amer .conditions label,
.rma-guest-index .amer .conditions label {
  width: 100%;
  height: auto;
  line-height: 20px;
  padding: 0;
  font: 1em / 13px "Futura BT Book", arial, "helvetica", sans-serif;
  padding-top: 4px;
}
.registration .amer .conditions label a,
.rma-guest-index .amer .conditions label a {
  font: 1.076923em arial, "helvetica", sans-serif;
  color: #333;
  text-decoration: underline;
}
.registration .amer .conditions label a:hover,
.rma-guest-index .amer .conditions label a:hover {
  text-decoration: none;
}
.registration .amer .conditions input,
.rma-guest-index .amer .conditions input {
  left: 0;
  top: 0;
  width: 20px !important;
}
.registration .amer .conditions .checkcontainer,
.rma-guest-index .amer .conditions .checkcontainer {
  display: inline-block;
  width: 80%;
  height: 20px;
}
.registration .amer form .btn.medium img,
.rma-guest-index .amer form .btn.medium img {
  left: 15px;
  top: 50%;
}
.registration .amer .btn.medium img,
.rma-guest-index .amer .btn.medium img {
  left: 15px;
  cursor: pointer;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.registration .amer .item.select-box .validation-advice,
.rma-guest-index .amer .item.select-box .validation-advice {
  margin-left: 0;
  padding-top: 0px;
}
.registration .amer .validation-passed,
.rma-guest-index .amer .validation-passed {
  background-position: 542px 5px;
}
.registration .amer .validation-error,
.rma-guest-index .amer .validation-error,
.registration .amer .validation-failed,
.rma-guest-index .amer .validation-failed {
  background-position: 547px 15px;
}
.registration .amer .my-account .change-pass .amer_change_radio.item label,
.rma-guest-index .amer .my-account .change-pass .amer_change_radio.item label {
  width: 100%;
}
.registration .amer .my-account .change-pass .item label,
.rma-guest-index .amer .my-account .change-pass .item label {
  width: 28%;
}
.registration .amer .my-account .change-pass .item .validation-advice,
.rma-guest-index .amer .my-account .change-pass .item .validation-advice {
  margin-left: 29%;
  width: 50%;
}
.registration .amer .my-account .item.multi-input .customer-dob,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob {
  margin-left: 29%;
}
.registration .amer .my-account .item.multi-input .customer-dob li,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob li {
  width: 100%;
}
.registration .amer .my-account .item.multi-input .customer-dob li .dob-day,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob li .dob-day,
.registration .amer .my-account .item.multi-input .customer-dob li .dob-month,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob li .dob-month,
.registration .amer .my-account .item.multi-input .customer-dob li .dob-year,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob li .dob-year {
  width: 30%;
}
.registration .amer .my-account .item.multi-input .customer-dob li.dob-day,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob li.dob-day,
.registration .amer .my-account .item.multi-input .customer-dob li.dob-month,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob li.dob-month,
.registration .amer .my-account .item.multi-input .customer-dob li.dob-year,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob li.dob-year {
  width: 32%;
}
.registration .amer .my-account .item.multi-input .customer-dob li .validation-advice,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob li .validation-advice {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.registration .amer .my-account .item.multi-input .customer-dob input,
.rma-guest-index .amer .my-account .item.multi-input .customer-dob input {
  width: 100%;
  margin-left: 0;
}
.registration .amer .my-account .item.multi-input input,
.rma-guest-index .amer .my-account .item.multi-input input {
  margin-bottom: 10px;
}
.registration .amer .my-account .item .validation-advice,
.rma-guest-index .amer .my-account .item .validation-advice {
  margin-left: 32%;
  padding-top: 10px;
}
.registration .amer .my-account .item .radiocontainer label,
.rma-guest-index .amer .my-account .item .radiocontainer label {
  padding-right: 30px;
}
.registration .amer .my-account .item label,
.rma-guest-index .amer .my-account .item label {
  width: 28%;
  padding-right: 1%;
}
.registration .amer .my-account ul li.item,
.rma-guest-index .amer .my-account ul li.item,
.registration .amer .my-account p.required,
.rma-guest-index .amer .my-account p.required {
  padding-left: 0px;
}
.registration .amer .my-account .multi-input.validation-failed,
.rma-guest-index .amer .my-account .multi-input.validation-failed {
  background-position: right 6.8% top 24px;
}
.registration .amer .my-account .multi-input.input-box,
.rma-guest-index .amer .my-account .multi-input.input-box {
  display: none;
}
.registration .amer .my-account .multi-input input,
.rma-guest-index .amer .my-account .multi-input input {
  width: 15%;
  margin-right: 15px;
}
.registration .amer .my-account ul li.item,
.rma-guest-index .amer .my-account ul li.item {
  width: 100%;
}
.registration .amer .my-account ul li.item input,
.rma-guest-index .amer .my-account ul li.item input {
  width: 50%;
}
.registration .amer .item .validation-advice,
.rma-guest-index .amer .item .validation-advice {
  margin-left: 26%;
}
.registration .amer .indent.validation-error,
.rma-guest-index .amer .indent.validation-error,
.registration .amer .indent.validation-failed,
.rma-guest-index .amer .indent.validation-failed {
  background-position: 547px 16px;
}
.registration .amer .indent.validation-passed,
.rma-guest-index .amer .indent.validation-passed {
  background-position: 940px 14px;
}
.registration .amer .item.conditions .validation-advice,
.rma-guest-index .amer .item.conditions .validation-advice {
  margin: 10px 0 0 55px;
  padding-top: 5px;
}
.registration .amer .conditions.validation-passed,
.rma-guest-index .amer .conditions.validation-passed,
.registration .amer .conditions.validation-error,
.rma-guest-index .amer .conditions.validation-error,
.registration .amer .conditions.validation-failed,
.rma-guest-index .amer .conditions.validation-failed {
  background-position: 30px 51px;
}
.registration.customer-account-terms .amer .column .btn {
  margin-left: 10px;
}
.registration.customer-account-terms .amer .column .btn:first-child {
  float: right;
  left: -25px;
}
.registration.customer-account-terms .amer .column .btn:nth-child(2) {
  float: left;
  left: 25px;
}
.registration.customer-account-terms .amer .column .btn .button:before {
  position: relative;
}
.registration.newsletter-manage-index .amer .my-account .item label {
  width: 100%;
}
.registration.newsletter-manage-index .amer .my-account ul li.item input {
  width: 20px;
}
.registration.newsletter-manage-index .amer .grey label {
  padding: 0px 0 2px;
  line-height: 20px;
  float: none;
}
.sales-order-creditmemo.account .amer h3,
.sales-order-creditmemo.rma-guest-new .amer h3,
.sales-order-creditmemo.rma-guest-index .amer h3,
.sales-order-creditmemo.rma-guest-success .amer h3 {
  margin-bottom: 31px;
}
.sales-order-creditmemo.account .amer .col-right,
.sales-order-creditmemo.rma-guest-new .amer .col-right,
.sales-order-creditmemo.rma-guest-index .amer .col-right,
.sales-order-creditmemo.rma-guest-success .amer .col-right {
  padding-bottom: 0px;
}
.sales-order-creditmemo.account .amer .col-right section,
.sales-order-creditmemo.rma-guest-new .amer .col-right section,
.sales-order-creditmemo.rma-guest-index .amer .col-right section,
.sales-order-creditmemo.rma-guest-success .amer .col-right section {
  margin-bottom: 0px;
  min-height: 160px;
}
.sales-order-history .amer h3 {
  border-bottom: 0px;
  margin-bottom: 2px;
}
.sales-order-history .amer .column .order-bar .select .selected {
  border: none;
  text-align: left !important;
}
.sales-order-print .amer,
.sales-order-printshipment .amer,
.sales-order-printcreditmemo .amer,
.sales-order-printinvoice .amer {
  width: 550px;
}
.sales-order-print .amer .detail,
.sales-order-printshipment .amer .detail,
.sales-order-printcreditmemo .amer .detail,
.sales-order-printinvoice .amer .detail {
  padding-top: 8px;
}
.sales-order-print .amer .order .detail-order .print-price,
.sales-order-printshipment .amer .order .detail-order .print-price,
.sales-order-printcreditmemo .amer .order .detail-order .print-price,
.sales-order-printinvoice .amer .order .detail-order .print-price {
  width: 15%;
}
.sales-order-print .amer .order .detail-order .quantity-delivery,
.sales-order-printshipment .amer .order .detail-order .quantity-delivery,
.sales-order-printcreditmemo .amer .order .detail-order .quantity-delivery,
.sales-order-printinvoice .amer .order .detail-order .quantity-delivery {
  width: 30%;
}
.sales-order-print .amer .order .detail-order .print-subtotal,
.sales-order-printshipment .amer .order .detail-order .print-subtotal,
.sales-order-printcreditmemo .amer .order .detail-order .print-subtotal,
.sales-order-printinvoice .amer .order .detail-order .print-subtotal {
  width: 15%;
}
.sales-order-print .amer .order .detail-order .name-product,
.sales-order-printshipment .amer .order .detail-order .name-product,
.sales-order-printcreditmemo .amer .order .detail-order .name-product,
.sales-order-printinvoice .amer .order .detail-order .name-product {
  width: 40%;
}
.sales-order-printinvoice .order .price {
  color: #999999;
  font-size: 1em;
}
.sales-order-printinvoice .amer {
  /* Order */
  /* Address */
}
.sales-order-printinvoice .amer .order .detail-order,
.sales-order-printinvoice .amer .rma .detail-rma {
  clear: left;
  margin-bottom: 0px;
  padding: 8px 4px 5px;
  padding-left: 0px;
  border-bottom: 1px solid #DFEAE8;
}
.sales-order-printinvoice .amer .order .detail-order .quantity {
  width: 22%;
}
.sales-order-printinvoice .amer .order .detail-order .quantity2 {
  width: 15%;
}
.sales-order-printinvoice .amer .detail-order .tva {
  width: 15%;
}
.sales-order-printinvoice .amer .order .detail-order .tva2 {
  width: 10%;
}
.sales-order-printinvoice .amer .order .detail-order .refund-name-product {
  width: 20%;
}
.sales-order-printinvoice .amer .order .detail-order .refund-ref {
  width: 20%;
}
.sales-order-printinvoice .amer .order .detail-order .refund-price {
  width: 12%;
}
.sales-order-printinvoice .amer .order .detail-order .refund-qty {
  width: 8%;
}
.sales-order-printinvoice .amer .order .detail-order .refund-subtotal {
  width: 15%;
}
.sales-order-printinvoice .amer .order .detail-order .refund-damount {
  width: 10%;
}
.sales-order-printinvoice .amer .order .detail-order .refund-rowtot {
  width: 15%;
  text-align: right;
}
.sales-order-printinvoice .amer .order .detail-order .subtotal {
  width: 12%;
  padding-left: 3%;
  text-align: right;
}
.sales-order-printinvoice .amer .order .detail-order .subtotal2 {
  width: 17%;
  padding-left: 3%;
  text-align: right;
}
.sales-order-printinvoice .amer .total li {
  margin-bottom: 5px;
  font: 1.076923em arial, "helvetica", sans-serif;
  color: #31BABC;
}
.sales-order-printinvoice .amer .half,
.sales-order-printinvoice .amer .half.align-r {
  float: left;
  width: 47.5%;
  height: 200px;
  margin-bottom: 0;
}
.sales-order-printinvoice .amer p {
  clear: both;
}
.sales-order-printinvoice .amer section {
  margin-bottom: 50px;
}
.sales-order-printinvoice .amer .full {
  clear: left;
  width: 100%;
}
.sales-order-printinvoice .amer .half.align-r {
  margin-left: 5%;
}
.sales-order-printinvoice .amer section h4 {
  text-align: left;
  text-transform: uppercase;
}
.sales-order-printinvoice .amer section h5 {
  margin-bottom: 10px;
  font: bold 1em arial, "helvetica", sans-serif;
  color: #666;
}
.sales-order-printinvoice .amer section p,
.sales-order-printinvoice .amer section a {
  font-family: "Futura BT Medium";
}
.sales-order-printinvoice .amer section a {
  display: block;
  padding-top: 10px;
  color: #434343;
  text-decoration: underline;
}
.sales-order-printinvoice .amer section a:hover {
  color: #31BABC;
}
.sales-order-printinvoice .amer section h4 {
  margin-bottom: 13px;
}
.sales-order-printinvoice .amer .column .btn {
  left: auto;
}
.sales-order-printinvoice .amer .order h4 {
  margin-bottom: 22px;
}
.sales-order-printinvoice .amer .order .detail-order,
.sales-order-printinvoice .amer .order .detail-order.head-order {
  font-family: "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
}
.sales-order-printinvoice .amer .order .detail-order.head-order {
  padding-top: 27px;
}
.sales-order-printinvoice .amer .order .detail-order > ul {
  display: inline-block;
  width: 100%;
}
.sales-order-printinvoice .amer .order .detail-order span,
.sales-order-printinvoice .amer .order .detail-order a {
  padding: 0;
  font: 1em / 14px "Futura BT Book", arial, "helvetica", sans-serif;
}
.sales-order-printinvoice .amer .order .detail-order a {
  text-decoration: underline;
}
.sales-order-printinvoice .amer .order .detail-order a:hover {
  color: #31BABC;
}
.sales-order-printinvoice .amer .order .detail-order .title {
  display: none;
  font-weight: bold;
  color: #1C1C1C;
}
.sales-order-printinvoice .amer .order .head-order .title {
  display: block;
  font: 1.307em / 17px 'Futura BT Medium Condensed', arial, "helvetica", sans-serif;
}
.sales-order-printinvoice .amer .order .detail-order > ul > li {
  float: left;
}
.sales-order-printinvoice .amer .order .detail-order .number {
  width: 20%;
}
.sales-order-printinvoice .amer .order .detail-order .date-order {
  width: 20%;
}
.sales-order-printinvoice .amer .order .detail-order .cost {
  width: 18%;
  text-align: right;
  padding-right: 23px;
  box-sizing: border-box;
}
.sales-order-printinvoice .amer .order .detail-order .status {
  width: 22%;
}
.sales-order-printinvoice .amer .order .detail-order .link {
  width: 20%;
  font-size: 1.08em;
  text-align: right;
}
.sales-order-printinvoice .amer section .address {
  margin-bottom: 50px;
}
.sales-order-printinvoice .amer section .address.half {
  width: 43.5%;
}
.sales-order-printinvoice .amer section .address.half.align-r {
  margin-left: 9.2%;
}
.sales-order-printinvoice .amer .left {
  float: left;
  width: 50%;
  margin-top: 30px;
}
.sales-order-printinvoice .amer .right {
  float: right;
  width: 40%;
  text-align: right;
  margin-right: 5px;
  letter-spacing: 1.6px;
  font: 1em / 13px "Futura BT Book", arial, helvetica, sans-serif;
}
.sales-order-printinvoice .amer .left span {
  display: block;
  height: 20px;
  font: 1.308em / 17px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
}
.sales-order-printinvoice .amer .right span {
  display: block;
  height: 20px;
}
.sales-order-printinvoice .amer .right a {
  color: #1C1C1C;
  text-decoration: underline;
}
.sales-order-printinvoice .amer h3.small {
  margin: 15px 0 4px;
  padding-top: 10px;
  font: 1.384em / 18px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  color: #1C1C1C;
  border: none;
  padding-bottom: 0px;
}
.sales-order-printinvoice .amer .order .detail-order .product {
  width: 40%;
}
.sales-order-printinvoice .amer .order .detail-order .product2 {
  width: 20%;
}
.sales-order-printinvoice .amer .order .detail-order .sku {
  width: 20%;
}
.sales-order-printinvoice .amer .order .detail-order .price-taxe,
.sales-order-printinvoice .amer .price-taxe {
  width: 12%;
  padding-right: 11%;
  text-align: right;
}
.sales-order-printinvoice .amer .total .left {
  width: 43%;
  text-align: left;
  margin-left: 33%;
  font: 1.53em / 20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  margin-top: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-bottom: 18px;
  border-bottom: 1px solid #DFEAE8;
  color: #1C1C1C;
}
.sales-order-printinvoice .amer .total .tax-total .left,
.sales-order-printinvoice .amer .total .tax-total .right {
  margin-top: 0px;
  padding-top: 18px;
  border-top: 1px solid #DFEAE8;
}
.sales-order-printinvoice .amer .total .left.last,
.sales-order-printinvoice .amer .total .right.last {
  border-bottom: none;
}
.sales-order-printinvoice .amer .total .right.last {
  margin-bottom: 5px;
  padding-top: 3px;
}
.sales-order-printinvoice .amer .total .right {
  width: 23%;
  text-align: right;
  font: 1.53em / 20px "Futura BT Medium", arial, "helvetica", sans-serif;
  margin-top: 18px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-bottom: 18px;
  border-bottom: 1px solid #DFEAE8;
  color: #1C1C1C;
}
.sales-order-printinvoice .amer .total .last {
  margin-top: 10px;
}
.sales-order-printinvoice .amer .total strong {
  font: 1.25em / 25px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  font-weight: bold;
  color: #1C1C1C;
}
.sales-order-printinvoice .amer .total strong {
  font: 1.28em / 27px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  color: #31BABC;
}
.sales-order-printinvoice .amer .total .right strong {
  font: 1.1em / 24px "Futura Bold", arial, "helvetica", sans-serif;
  font-weight: bold;
  color: #1C1C1C;
}
.sales-order-printinvoice .amer .col-right .date {
  padding-bottom: 15px;
  padding-top: 28px;
  font-size: 15px;
  font: 18px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
}
.sales-order-printinvoice .amer .col-right .detail {
  min-height: 110px;
  text-align: left;
}
.sales-order-printinvoice .amer .col-right .detail p:first-child {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sales-order-printinvoice .amer .bottom {
  clear: both;
  display: block;
}
.sales-order-printinvoice .amer .bottom .continue {
  position: relative;
  margin-bottom: 20px;
  background-image: url('../images/icons/arrow-back.png');
  background-position: left 0;
  color: #666;
}
.sales-order-printinvoice .amer .delivery-link a {
  display: block;
  padding: 5px 0;
  font: 1em / 13px "Futura BT Book", arial, "helvetica", sans-serif;
  text-decoration: underline;
  color: #1C1C1C;
}
.sales-order-printinvoice .amer .expedition {
  display: inline-block;
  margin-top: 20px;
  padding-top: 55px;
  border-top: 1px solid #DFEAE8;
  width: 100%;
}
.sales-order-printinvoice .amer .expedition .title,
.sales-order-printinvoice .amer .expedition a,
.sales-order-printinvoice .amer .expedition p {
  font: 0.9em arial, "helvetica", sans-serif;
}
.sales-order-printinvoice .amer .expedition .title {
  margin-bottom: 18px;
  color: #1C1C1C;
  text-transform: uppercase;
  font: 1.384em / 18px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
}
.sales-order-printinvoice .amer .expedition > a {
  display: block;
  margin-bottom: 5px;
  color: #1C1C1C;
  text-decoration: underline;
}
.sales-order-printinvoice .amer .expedition > a:hover,
.sales-order-printinvoice .amer .delivery-link a:hover {
  color: #31BABC;
}
.sales-order-printinvoice .amer .order h3.small {
  margin-top: 63px;
  margin-bottom: 2px;
}
.sales-order-printinvoice .amer .expedition p {
  margin-top: 10px;
}
.sales-order-printinvoice .amer .expedition p a {
  text-decoration: underline;
}
.sales-order-printinvoice .amer .order .detail-order .name-product {
  width: 50%;
}
.sales-order-printinvoice .amer .order .detail-order .ref {
  width: 30%;
}
.sales-order-printinvoice .amer .order .detail-order .quantity-delivery {
  width: 20%;
  text-align: center;
}
.sales-order-printinvoice .amer .col-right > p,
.sales-order-printinvoice .amer .col-right .my-account > p {
  margin-bottom: 22px;
}
.sales-order-shipment.account .amer h3,
.sales-order-shipment.rma-guest-new .amer h3,
.sales-order-shipment.rma-guest-index .amer h3,
.sales-order-shipment.rma-guest-success .amer h3 {
  margin-bottom: 31px;
}
.sales-order-shipment.account .amer .col-right section,
.sales-order-shipment.rma-guest-new .amer .col-right section,
.sales-order-shipment.rma-guest-index .amer .col-right section,
.sales-order-shipment.rma-guest-success .amer .col-right section {
  margin-bottom: 0px;
  min-height: 160px;
}
.sales-order-shipment.account .amer .order ul > li:last-of-type,
.sales-order-shipment.rma-guest-new .amer .order ul > li:last-of-type,
.sales-order-shipment.rma-guest-index .amer .order ul > li:last-of-type,
.sales-order-shipment.rma-guest-success .amer .order ul > li:last-of-type {
  border-bottom: none;
}
.sales-order-view.account .amer h3,
.sales-order-view.rma-guest-new .amer h3,
.sales-order-view.rma-guest-index .amer h3,
.sales-order-view.rma-guest-success .amer h3 {
  margin-bottom: 31px;
}
.sales-order-view.account .amer .col-right,
.sales-order-view.rma-guest-new .amer .col-right,
.sales-order-view.rma-guest-index .amer .col-right,
.sales-order-view.rma-guest-success .amer .col-right {
  padding-bottom: 0px;
}
.sales-order-view.account .amer .col-right section,
.sales-order-view.rma-guest-new .amer .col-right section,
.sales-order-view.rma-guest-index .amer .col-right section,
.sales-order-view.rma-guest-success .amer .col-right section {
  margin-bottom: 0px;
  min-height: 160px;
}
.sales-order-view.account .amer .my-account .left,
.sales-order-view.rma-guest-new .amer .my-account .left,
.sales-order-view.rma-guest-index .amer .my-account .left,
.sales-order-view.rma-guest-success .amer .my-account .left {
  margin-top: 29px;
}
.sales-order-view.account .amer .my-account .left > span,
.sales-order-view.rma-guest-new .amer .my-account .left > span,
.sales-order-view.rma-guest-index .amer .my-account .left > span,
.sales-order-view.rma-guest-success .amer .my-account .left > span {
  margin-bottom: 16px;
}
.sales-order-view.account .amer .my-account .right,
.sales-order-view.rma-guest-new .amer .my-account .right,
.sales-order-view.rma-guest-index .amer .my-account .right,
.sales-order-view.rma-guest-success .amer .my-account .right {
  margin-top: 29px;
}
.sales-order-view.account .amer .my-account .right > span,
.sales-order-view.rma-guest-new .amer .my-account .right > span,
.sales-order-view.rma-guest-index .amer .my-account .right > span,
.sales-order-view.rma-guest-success .amer .my-account .right > span {
  margin-bottom: 16px;
}
.shp #hightlight .text {
  width: 68.3%;
}
.shp #main {
  letter-spacing: -0.05em;
  margin-top: 160px;
  padding: 15px;
  background: white;
}
.shp #main h3 {
  margin-top: 20px;
}
.shp #main #content {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
}
.shp #main #content .small-hight {
  text-transform: uppercase;
}
.shp #main #content .text {
  font-size: 1.230769em;
}
.shp #main #content .expert {
  text-align: center;
  clear: left;
  float: none;
  height: 200px;
  min-height: 0;
  margin-left: 0;
  padding-top: 30px;
  background: transparent url("../images/global/expert.png") no-repeat 35px bottom;
  border-bottom: 10px solid #eeeeee;
}
.shp #main #content .expert .title,
.shp #main #content .expert p {
  display: block;
  margin-left: 24%;
  margin-top: 30px;
  padding: 0 70px;
  font-family: "Interstate Light", arial, "helvetica", sans-serif;
  font-size: 1.53846em;
  text-align: center;
  /* ajout */
}
.shp #main #content .expert .title {
  font-size: 2.65345em;
  color: #333;
  text-align: center;
}
.shp #main #content .expert .btn {
  margin-left: 48%;
  bottom: 35px;
}
.shp #main #content .title {
  font-family: "Interstate Bold", arial, "helvetica", sans-serif;
  font-size: 2.69231em;
  line-height: 1.05em;
  color: #333333;
}
.shp #main #content h2 {
  margin: 20px 0 8px;
}
.shp #main #content li {
  position: relative;
  min-height: 350px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  background: #f6f6f6;
}
.shp #main #content li .btn {
  position: absolute;
  left: 0;
  bottom: 15px;
}
.shp #main #content li > * {
  margin-left: 8px;
}
.shp #main #content li a:first-child {
  margin-left: 0;
}
.shp #main #content li > h3 {
  letter-spacing: -0.07em;
}
.shp #main #content li > .text {
  line-height: 1.1em;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.statics .amer .columns {
  min-height: 610px;
}
.statics .amer .block {
  margin-bottom: 11px;
  padding: 0px 13px 2px;
  background: transparent;
  text-align: center;
}
.statics .amer .serviceoffer_info_block {
  margin-top: -20px;
  margin-bottom: 11px;
  padding: 0px 13px 2px;
  background: #fff;
}
.statics .amer h2 {
  color: #2C2E2D;
  font: 2.3846em/31px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  margin: 0 0 5px 1px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.statics .amer .column01 {
  overflow: hidden;
}
.statics .amer .column01 .select {
  float: left;
  width: 54.6%;
}
.statics .amer .column01 .select .select {
  float: left;
  height: 38px;
  width: 101%;
}
.statics .amer .column01 .select .selected {
  padding-left: 14px;
}
.statics .amer #newsletterForm .select .selected {
  top: 36px;
}
.statics .customer-account-edit .amer li.item {
  width: 90%;
}
.statics .customer-account-edit .amer li.item .radio-list {
  width: 60%;
}
.statics .customer-account-edit .amer li.item input {
  width: 56.7%;
}
.statics .customer-account-edit .amer li.item.multi-input input {
  width: 100% !important;
  margin-right: 2%;
}
.statics .customer-account-edit .amer .my-account .item label {
  width: 32%;
}
.upgrade-browser {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: yellow;
  border-top: 1px solid black;
  color: black;
}
.upgrade-browser div {
  width: 990px;
  margin: 0 auto;
  padding: 10px;
}
.upgrade-browser a {
  color: black;
  text-decoration: underline;
}
_::-webkit-:not(:root:root) .amer *,
.safari_only .amer * {
  -webkit-text-stroke: 0.1px #fff;
}
#is-shipping {
  display: none;
}
div[aria-describedby=coupongift-products] {
  max-width: 90%;
}
@media only screen and (max-width: 1413px) {
  .basket .amer .cash .freeship .open-freeship {
    padding-left: 0px;
  }
  .basket .amer .cash .freeship.active form {
    left: 1px;
  }
  .onestepcheckout-cart-index.basket .amer .column .bottom {
    left: -35px;
    width: 1012px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1413px) {
  .basket .amer h2 {
    margin: 0 0 31px -3px;
  }
  .basket .amer .columns {
    width: 100%;
    padding: 0;
  }
  .basket .amer .column01 {
    width: 1024px;
    padding: 35px;
    box-sizing: border-box;
  }
  .basket .amer .column02 {
    display: none;
  }
  .basket .amer .top.btn {
    right: 0px;
    top: 80px;
  }
  .basket .amer .bottom .btn {
    right: 0px;
  }
  .basket .amer .cash .total .right {
    margin-right: 72px;
  }
  .basket .amer .bottom {
    width: 1024px;
  }
  .statics .amer .column01 {
    width: 944px !important;
  }
  .statics.customer-account-index .amer .column01,
  .statics.customer-account-edit .amer .column01,
  .statics.customer-address-form .amer .column01,
  .statics.newsletter-manage-index .amer .column01,
  .statics.sales-order-history .amer .column01,
  .statics.newsletter-manage-index .amer .column01 {
    width: 1020px !important;
  }
  .statics.customer-account-index .amer .col-right,
  .statics.customer-account-edit .amer .col-right,
  .statics.customer-address-form .amer .col-right,
  .statics.newsletter-manage-index .amer .col-right,
  .statics.sales-order-history .amer .col-right,
  .statics.newsletter-manage-index .amer .col-right {
    width: 58.8% !important;
    margin-right: 0;
  }
  .statics.registration .amer li.item.input-region span {
    width: 86.5% !important;
  }
  .amer {
    width: 984px;
  }
  .amer .column02 {
    display: none;
  }
  .amer .column02 .block {
    padding: 0px;
    float: left;
  }
  .amer .column02 img {
    display: none;
  }
  .amer .column02 ul {
    width: 100%;
  }
  .amer .column02 ul li {
    display: inline-block;
    width: 200px;
  }
  .amer .column02 div:nth-of-type(1) {
    width: 60%;
  }
  .amer .column02 div:nth-of-type(2) {
    width: 40%;
  }
  .amer .cash {
    width: 944px;
    left: -35px;
  }
  .identify .amer .col-left {
    margin-right: 7.6% !important;
  }
  .account .amer .total .left,
  .account .amer .sales-order-printinvoice .total .left,
  .rma-guest-new .amer .total .left,
  .rma-guest-new .amer .sales-order-printinvoice .total .left,
  .rma-guest-index .amer .total .left,
  .rma-guest-index .amer .sales-order-printinvoice .total .left,
  .rma-guest-success .amer .total .left,
  .rma-guest-success .amer .sales-order-printinvoice .total .left {
    width: 43% !important;
    margin-left: 170px !important;
  }
  .customer-address-form #main.amer .select .selected {
    width: 92% !important;
  }
  .onestepcheckout-index-index .amer .col-left {
    width: 300px;
    margin-left: 30px;
  }
  .onestepcheckout-index-index .amer .cash {
    width: 280px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 30px;
  }
  .onestepcheckout-index-index .amer .col-right {
    width: 492px;
    margin-right: 30px;
    padding-left: 70px;
  }
  .onestepcheckout-index-index .amer .col-right h3 {
    width: 103.5%;
    margin-left: -30px;
  }
  .onestepcheckout-index-index .amer form .input-box,
  .onestepcheckout-index-index .amer form .multi-input,
  .onestepcheckout-index-index .amer form .radios {
    width: 125%;
  }
  .onestepcheckout-index-index .amer form .radios.shipment-methods {
    width: 90%;
  }
  .onestepcheckout-index-index .amer form .input-box input {
    width: 65.4%;
  }
  .onestepcheckout-index-index .amer form .select .selected {
    width: 80% !important;
    padding-right: 0px;
  }
  .onestepcheckout-index-index .amer .col-left .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .amer .delivery .radiocontainer label {
    width: 100%;
  }
  .amer .phone-information {
    right: 32px !important;
  }
  .amer .phone-message {
    right: 0px !important;
  }
  .amer #vertex_choice #error_message_billing,
  .amer #vertex_choice #error_message_shipping {
    width: 29% !important;
  }
  .checkout .amer .verify {
    margin-left: inherit;
  }
  .checkout .amer .hardgoods-agreements {
    margin-left: 0;
  }
  .checkout .amer .col-right fieldset.end {
    margin-left: -15px;
  }
  .checkout .amer form .multi-input .input-list input[type=text],
  .checkout .amer form .multi-input .input-list input[type=tel] {
    width: 80%;
    margin-right: 20%;
  }
  .checkout .amer form .multi-input .input-list li {
    float: left;
    display: inline-block;
    width: 23%;
  }
  .checkout .amer form .fixing .question .question-mark,
  .checkout .amer form .fixing .question-mark {
    right: 70px;
  }
  .checkout .amer form .fixing .validation-error,
  .checkout .amer form .fixing .question.validation-error {
    background-position: 442px 15px;
  }
  .checkout .amer form .fixing .question.validation-passed {
    background-position: 439px 8px;
  }
  .checkout #main.amer .fixing .select select {
    width: 255px !important;
  }
  .checkout .amer .invoicing a.additional-street-address-btn,
  .checkout .amer .invoicing-repeat a.additional-street-address-btn {
    padding: 0 0 0 29%;
  }
}
@media only screen and (max-width: 1024px) {
  .onestepcheckout-cart-index.basket .amer .column .bottom {
    left: 0px;
  }
  body.onestepcheckout-cart-index.basket .amer .column01 .columncontent {
    padding: 40px 0px;
  }
  #main.amer {
    padding-top: 100px;
  }
  .amer {
    /*viper*/
    /*viper*/
    /*viper*/
    /*viper*/
  }
  .amer .hardgoods-form-popup {
    width: 500px;
    margin-left: -250px;
    top: 20px;
  }
  .amer .hardgoods-form-popup .title h3 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .amer .hardgoods-form-popup .content {
    max-height: 320px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .amer .hardgoods-form-popup .inner {
    max-height: 320px;
    overflow-y: auto;
  }
  .amer .rfl {
    left: 0%;
  }
  .amer #checkout-payment-method-load {
    width: 95%;
  }
  .amer #checkout-payment-method-load dt,
  .amer #checkout-payment-method-load dd {
    padding: 0 !important;
  }
  .amer #checkout-payment-method-load dd.carts > ul {
    padding-bottom: 70px;
  }
  .amer #checkout-payment-method-load dt label {
    padding-left: 35px;
    box-sizing: border-box;
  }
  .amer #checkout-payment-method-load label img {
    margin: 0 0 0 78px;
  }
  .amer #checkout-payment-method-load.us .carts-image {
    left: 145px;
  }
  .amer .messages .error-msg {
    margin-left: 33px;
  }
  .amer .column01 {
    width: 100% !important;
  }
  .amer .columns {
    padding: 0 0px 0 0;
    margin: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .amer .column02 {
    right: 0;
  }
  .amer .item textarea {
    padding: 5px 10px;
    width: 338px;
  }
  .amer .item .bubble {
    position: relative;
    top: 10px;
    left: auto;
  }
  .amer .textarea.valid {
    background-position: 373px 35px;
  }
  .amer .textarea.error {
    background-position: 373px -251px;
  }
  .amer .onecheck .bubble {
    top: 10px;
  }
  .amer .phone-information {
    right: 25px !important;
    margin-top: 21px;
  }
  .amer .phone-message {
    right: 0px;
  }
  .amer .column01 {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff !important;
  }
  .amer .cash {
    left: 0px;
  }
  .amer .cash .total .right {
    width: 40%;
    margin-right: 0px !important;
  }
  .amer .cash .total .subtotal .left,
  .amer .cash .total .shipping .left,
  .amer .cash .total .discount .left,
  .amer .cash .total .tax .left {
    font-size: 15px;
  }
  .registration .amer .item label,
  .rma-guest-index .amer .item label {
    padding-right: 36px;
    width: 100%;
  }
  .registration .amer .multi-input ul.input-list,
  .rma-guest-index .amer .multi-input ul.input-list {
    margin-left: 0;
  }
  .registration .amer .my-account .change-pass .item .validation-advice,
  .rma-guest-index .amer .my-account .change-pass .item .validation-advice {
    padding-left: 0px;
  }
  .registration .amer .column01,
  .rma-guest-index .amer .column01 {
    width: auto;
  }
  .registration .amer form,
  .rma-guest-index .amer form {
    max-width: 100%;
  }
  .registration .amer .item .radio-list,
  .rma-guest-index .amer .item .radio-list {
    width: 58%;
  }
  .registration .amer p.required,
  .rma-guest-index .amer p.required {
    padding-left: 22%;
  }
  .registration .amer .item .validation-advice,
  .rma-guest-index .amer .item .validation-advice,
  .registration .amer .item.indent .validation-advice,
  .rma-guest-index .amer .item.indent .validation-advice {
    margin-left: 0;
    padding-left: 36px;
  }
  .customer-account-create.registration .amer .validation-error,
  .customer-account-create.registration .amer .validation-failed,
  .customer-account-create.registration .amer .indent.validation-error,
  .customer-account-create.registration .amer .indent.validation-failed {
    background-position: left 74% top 22px;
  }
  .customer-account-create.registration .amer .validation-passed {
    background-position: left 75% top 15px;
  }
  .customer-account-create.registration .amer .item .validation-advice,
  .customer-account-create.registration .amer .item.indent .validation-advice {
    padding-left: 0;
  }
  .registration.customer-account-edit .amer .item .validation-advice {
    margin-left: 32%;
  }
  .account .amer h2,
  .rma-guest-new .amer h2,
  .rma-guest-index .amer h2,
  .rma-guest-success .amer h2 {
    font-size: 2.846154em;
  }
  .account .amer .column01,
  .rma-guest-new .amer .column01,
  .rma-guest-index .amer .column01,
  .rma-guest-success .amer .column01 {
    width: 100%;
    padding: 0;
    background: none;
  }
  .account .amer .col-left,
  .rma-guest-new .amer .col-left,
  .rma-guest-index .amer .col-left,
  .rma-guest-success .amer .col-left {
    float: none;
    width: 100% !important;
    max-width: none;
    margin-bottom: 10px;
    padding-left: 2.5%;
    box-sizing: border-box;
  }
  .account .amer .col-left .select span.selected,
  .rma-guest-new .amer .col-left .select span.selected,
  .rma-guest-index .amer .col-left .select span.selected,
  .rma-guest-success .amer .col-left .select span.selected {
    width: 100% !important;
  }
  .account .amer .col-left .menu-list,
  .rma-guest-new .amer .col-left .menu-list,
  .rma-guest-index .amer .col-left .menu-list,
  .rma-guest-success .amer .col-left .menu-list {
    display: none;
  }
  .account .amer .col-left .menu-select,
  .rma-guest-new .amer .col-left .menu-select,
  .rma-guest-index .amer .col-left .menu-select,
  .rma-guest-success .amer .col-left .menu-select {
    display: block;
  }
  .account .amer .col-right,
  .rma-guest-new .amer .col-right,
  .rma-guest-index .amer .col-right,
  .rma-guest-success .amer .col-right {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px 5%;
    background: white;
    padding-top: 60px;
    box-sizing: border-box;
  }
  .account .amer h3.small,
  .rma-guest-new .amer h3.small,
  .rma-guest-index .amer h3.small,
  .rma-guest-success .amer h3.small {
    display: block;
  }
  .account .amer .info .change-pass input,
  .rma-guest-new .amer .info .change-pass input,
  .rma-guest-index .amer .info .change-pass input,
  .rma-guest-success .amer .info .change-pass input {
    width: 34% !important;
  }
  .account .amer h3,
  .rma-guest-new .amer h3,
  .rma-guest-index .amer h3,
  .rma-guest-success .amer h3 {
    margin-top: 55px;
  }
  .account .amer .col-left .select .selected,
  .rma-guest-new .amer .col-left .select .selected,
  .rma-guest-index .amer .col-left .select .selected,
  .rma-guest-success .amer .col-left .select .selected {
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 4px;
  }
  .identify .amer .column01 {
    padding: 0;
    background: transparent;
  }
  .identify .amer .col-left {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 36px 26px;
    background: white;
    box-sizing: border-box;
  }
  .identify .amer .col-right {
    float: none;
    width: 100%;
    margin-top: 15px;
    padding: 36px 26px;
    background: white;
    box-sizing: border-box;
  }
  .identify .amer .item.validation-error {
    background-position: 650px 7px;
  }
  .identify .amer .item.validation-passed {
    background-position: 650px 0px;
  }
  .identify .amer .item .validation-advice,
  .identify .amer .item .error-msg {
    width: 100%;
  }
  .customer-account-logoutsuccess.identify .amer .column01 {
    padding: 25px;
    box-sizing: inherit;
    margin-left: 20px;
    margin-right: 20px;
    width: 91% !important;
  }
  .basket .amer .empty .column01 {
    padding: 40px;
  }
  .basket .amer .quantity {
    right: 190px;
  }
  .basket .amer .old-price .price {
    right: 71px;
  }
  .basket .amer h3 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .basket .amer .quantity.select {
    top: 10px;
  }
  .basket .amer .cash .freeship {
    width: 39%;
    margin-right: 0;
  }
  .basket .amer .top.btn {
    right: 20px;
  }
  .basket .amer .cash .freeship {
    padding-left: 0px;
  }
  .basket .amer .cash .freeship.active form {
    left: 0px;
    top: 12px;
  }
  .basket .amer .cash .freeship .btn input[type=button] {
    left: 20px;
  }
  .basket .amer .cash .freeship .open-freeship {
    font: 1.43em/20px "Futura BT Medium Condensed", Arial, Helvetica, sans-serif !important;
    padding-top: 3px;
    padding-left: 0px;
  }
  .basket .amer .bottom .continue {
    box-sizing: border-box;
  }
  .basket .amer .form-product > ul {
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
  }
  .basket .amer .bottom,
  .basket .amer .cash {
    width: 100% !important;
  }
  .basket .amer .cash {
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
  }
  .basket .amer .column01 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .basket .amer .price {
    right: 0px !important;
  }
  .basket .amer span.item-discount {
    right: 0px !important;
  }
  .basket .amer .cash .total {
    padding-right: 0px;
  }
  .basket .amer .top.btn button {
    margin-right: 35px;
  }
  .basket.empty .amer .column01 {
    padding: 40px;
    margin: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 96% !important;
  }
  .checkout .amer {
    /* Checkout old client */
    /* Validation */
  }
  .checkout .amer form .col-right .invoicing .item,
  .checkout .amer form .col-right .account .item,
  .checkout .amer form .col-right .invoicing-repeat .item {
    height: 30px;
  }
  .checkout .amer form .col-right .invoicing .old-client .item,
  .checkout .amer form .col-right .invoicing-repeat .old-client .item {
    width: 100%;
  }
  .checkout .amer form .col-right .invoicing-repeat .old-client .item {
    width: 98%;
  }
  .checkout .amer form .item > label {
    padding-top: 0px;
  }
  .checkout .amer form .col-right .delivery .item {
    height: inherit;
  }
  .checkout .amer form .item input[type="text"],
  .checkout .amer form .item input[type="number"],
  .checkout .amer form .item input[type="email"],
  .checkout .amer form .item input[type="password"] {
    height: 30px;
  }
  .checkout .amer form .labels label {
    padding-top: 8px;
    line-height: 1.1em;
  }
  .checkout .amer .old-client fieldset h3 {
    margin-right: 0;
    width: 95%;
  }
  .checkout .amer form .old-client .select,
  .checkout .amer form .old-client .select select,
  .checkout .amer form .old-client .select .selected {
    width: 100%;
  }
  .checkout .amer form .checkboxes {
    width: 82%;
  }
  .checkout .amer form .select-box .select {
    width: 74%;
  }
  .checkout .amer ul#billing_address_list li:nth-of-type(5).validation-passed,
  .checkout .amer ul#billing-new-address-form li:nth-of-type(5).validation-passed,
  .checkout .amer ul#shipping_address_list li:nth-of-type(5).validation-passed,
  .checkout .amer ul#shipping-new-address-form li:nth-of-type(5).validation-passed,
  .checkout .amer form .validation-passed {
    background-position: right 0% top 17px;
  }
  .checkout .amer form .onestepcheckout-place-order .validation-passed {
    background-position: 545px 2px;
  }
  .checkout .amer form .validation-error {
    padding-bottom: 24px !important;
    background-position: right 2% top 26px;
  }
  .checkout .amer form .validation-advice {
    margin: 35px 0 0 21%;
    padding-left: 17px;
  }
  .checkout .amer form .select-box .validation-advice {
    margin: 4px 0 0;
  }
  .checkout .amer form .validation-error.double-input {
    height: 72px !important;
  }
  .checkout .amer form .validation-error.checkboxes .validation-advice {
    margin: 0 0 0 28px;
  }
  .checkout .amer form .fixing .select-box .validation-advice {
    margin: 7px 0 0;
    padding-left: 0px;
  }
  .checkout .amer .verify {
    margin-left: 0px;
  }
  .checkout .amer .cash {
    padding: 10px;
    width: 280px;
  }
  .checkout .amer .hardgoods-agreements {
    margin-left: 0;
  }
  .checkout .amer form .input-box input {
    width: 60%;
    font-size: 0.9em;
    padding-left: 8px;
  }
  .checkout .amer fieldset.account .item input[type=password] {
    margin-bottom: 0px;
  }
  .checkout #main.amer .select .selected {
    height: 23px;
  }
  .checkout #main.amer .select-box,
  .checkout #main.amer .select-box .select {
    height: 10px;
  }
  .checkout #main.amer .select .selected {
    width: 236px !important;
    font-size: 0.857em;
    padding-left: 8px;
    padding-top: 7px;
  }
  .checkout #main.amer .old-client .select .selected,
  .checkout #main.amer .old-client .select select {
    width: 100% !important;
  }
  .checkout #main.amer .double-input {
    height: 70px;
  }
  .checkout #main.amer .old-client .select-box {
    width: 100%;
    padding-right: 0;
  }
  .checkout #main.amer .select-box {
    width: 120%;
    height: auto !important;
  }
  .checkout #main.amer .select-box .select {
    height: 26px;
  }
  .apple.checkout .amer form .old-client .select,
  .apple.checkout .amer form .old-client .select select,
  .apple.checkout .amer form .old-client .select .selected {
    width: 95%;
  }
  .customer-account-login .amer .column01 {
    background-color: transparent !important;
  }
  .customer-account-login .amer .column01 .messages .error-msg {
    margin-left: 0px;
  }
  .customer-address-form #main.amer .column .select .selected {
    background-position: right 2% top 5px;
  }
  .account.registration .amer .my-account .validation-error,
  .account.registration .amer .my-account .multi-input.validation-failed {
    background-position: right 6% top 24px;
  }
  .account.registration .amer .my-account .validation-passed,
  .account.registration .amer .my-account .multi-input.validation-passed {
    background-position: right 5% top 17px;
  }
  .confirmation.basket .amer .column01 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .confirmation.basket .amer .column div.btn.medium {
    left: 0;
  }
  .onestepcheckout-index-index.checkout .amer form .validation-advice {
    padding-left: 0;
  }
  body.checkout-onepage-success .amer h3 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .checkout .amer .invoicing a.additional-street-address-btn,
  .checkout .amer .invoicing-repeat a.additional-street-address-btn {
    padding: 0 0 0 29%;
  }
}
@media only screen and (max-width: 960px) {
  #main.amer {
    padding-top: 0px;
    margin-top: 40px;
  }
  .basket .amer {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 1023px) {
  /* Layout */
  .checkout .amer {
    /* Basket */
    /* Checkout */
    /* Page fixing */
  }
  .checkout .amer .col-left {
    float: left;
    width: 215px;
    margin-left: 30px;
  }
  .checkout .amer .col-right {
    position: relative;
    float: right;
    width: 415px;
    margin-right: 30px;
    padding: 25px 25px 25px 25px;
  }
  .checkout .amer .cash {
    left: -15px;
    width: 195px;
  }
  .checkout .amer .col-left .inner {
    padding: 40px 15px 0 15px;
  }
  .checkout .amer .basket-list .product {
    border-bottom: 1px solid #E8E8E8;
    display: inline-block;
    padding: 23px 0 13px;
    width: 100%;
  }
  .checkout .amer .product .title {
    font-size: 0.9em;
    margin-bottom: 3px;
  }
  .checkout .amer .size,
  .checkout .amer .quantity {
    margin-bottom: 2px;
  }
  .checkout .amer .cash .total .subtotal .left,
  .checkout .amer .cash .total .shipping .left,
  .checkout .amer .cash .total .discount .left,
  .checkout .amer .cash .total .tax .left,
  .checkout .amer .cash .total .total-price .left {
    font-size: 1.23em;
    width: 50%;
  }
  .checkout .amer .cash .total .subtotal .right,
  .checkout .amer .cash .total .shipping .right,
  .checkout .amer .cash .total .discount .right,
  .checkout .amer .cash .total .tax .right,
  .checkout .amer .cash .total .total-price .right {
    font-size: 1.15em;
    width: 50%;
    margin-right: 0px;
  }
  .checkout .amer .bottom .continue {
    font-size: 1.23em;
    left: 0px;
    margin-right: 0px;
    padding-left: 46px;
    top: -10px;
  }
  .checkout .amer .already-account {
    right: 35px;
    top: 40px;
  }
  .checkout .amer fieldset h3 {
    width: 95%;
    margin-right: 15%;
    margin-left: 0 !important;
  }
  .checkout .amer .already-account a {
    font-size: 1.21em;
  }
  .checkout .amer fieldset h3 {
    margin-left: 0;
  }
  .checkout .amer .col-right fieldset:first-of-type {
    margin-top: 18px;
  }
  .checkout .amer .col-right fieldset.end {
    margin-left: 0px;
  }
  .checkout .amer form .input-box {
    width: 120%;
  }
  .checkout .amer form .multi-input {
    width: 120%;
  }
  .checkout .amer form .multi-input .input-list input[type=text],
  .checkout .amer form .multi-input .input-list input[type=tel] {
    width: 80%;
    margin-right: 20%;
  }
  .checkout .amer form .multi-input .input-list li {
    float: left;
    display: inline-block;
    width: 21%;
  }
  .checkout .amer form .input-box input {
    width: 60%;
    padding-left: 8px;
  }
  .checkout .amer form .input-box input + input,
  .checkout .amer form .input-box input + input + input {
    margin-left: 21%;
  }
  .checkout .amer .invoicing .checkboxes > div {
    margin-left: 20%;
  }
  .checkout .amer .invoicing .old-client + ul + li.checkboxes > div,
  .checkout .amer .invoicing-repeat .old-client + ul + li.checkboxes > div {
    margin-left: 0%;
  }
  .checkout .amer .us-address .btn {
    margin-left: 77px;
  }
  .checkout .amer .us-address .btn:first-child {
    margin-left: 122px;
  }
  .checkout .amer form p,
  .checkout .amer .conditions .item {
    width: 90%;
  }
  .checkout .amer form .double-input .validation-advice {
    margin-top: 74px;
  }
  .checkout .amer form .fixing h3 {
    width: 415px;
  }
  .checkout .amer form .fixing .item > label {
    width: 21%;
  }
  .checkout .amer form .fixing .select-box .validation-advice {
    margin: 37px 0 0 21%;
  }
  .checkout .amer form .fixing .select-box.question .validation-advice {
    margin: 7px 0 0;
  }
  .checkout .amer form .fixing .question .question-mark,
  .checkout .amer form .fixing .question-mark {
    right: 50px;
    top: 12px;
  }
  .checkout .amer form .fixing .validation-error,
  .checkout .amer form .fixing .question.validation-passed,
  .checkout .amer form .fixing .question.validation-error {
    background-position: 395px 10px;
  }
  .checkout .amer form .fixing.conditions {
    width: 400px;
    max-width: 400px;
  }
  .checkout .amer form .fixing.conditions label {
    font-size: 0.9em;
  }
  .checkout .amer form .fixing .question .question-mark,
  .checkout .amer form .fixing .question-mark {
    right: 45px;
  }
  .checkout #main.amer .fixing .select select {
    width: 226px !important;
    height: 13px;
  }
  .amer .cash .total .total-price {
    padding: 10px 0 14px;
  }
  .basket .amer .bottom .btn {
    right: 0px;
  }
  #desktop {
    display: none;
  }
  #tablet {
    display: block;
  }
  #largeMobile {
    display: none;
  }
  #mobile {
    display: none;
  }
  .amer {
    position: relative;
    width: 768px;
    /* error */
    /*#checkout-payment-method-load .select-box .validation-advice { margin-top: 37px }*/
  }
  .amer .column02 {
    display: none;
  }
  .amer .hidden-tablet,
  .amer .hidden-desktop-tablet,
  .amer .hidden-mobile-tablet {
    display: none;
  }
  .amer .hidden-desktop {
    display: block;
  }
  .amer #content .video span {
    height: 142px;
  }
  .amer #hightlight .left {
    width: 38.15%;
  }
  .amer #hightlight .right {
    width: 60%;
  }
  .amer #hightlight .text {
    margin-top: 10px;
    font-size: 1.42em;
  }
  .amer #hightlight h2 {
    font-size: 3.38462em;
  }
  .amer #hightlight .left .btn a {
    font-size: 1.3em;
  }
  .amer #hightlight .v3 .right a {
    min-height: 338px;
  }
  .amer #hightlight .v3 .left {
    z-index: 2;
    width: 50%;
  }
  .amer #hightlight .v3 .left h2 {
    font-size: 3.46154em;
  }
  .amer #checkout-payment-method-load dt,
  .amer #checkout-payment-method-load dd {
    width: 95%;
  }
  .amer #checkout-payment-method-load .item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .amer #checkout-payment-method-load .item label {
    width: 160px !important;
  }
  .amer #checkout-payment-method-load .select-box {
    width: 90% !important;
  }
  .amer #checkout-payment-method-load .input-box input,
  .amer #checkout-payment-method-load .select-box .select {
    width: 195px !important;
  }
  .amer #checkout-payment-method-load .carts-image {
    margin-left: 10px;
  }
  .amer #checkout-payment-method-load .carts-image img {
    margin-left: 5px !important;
  }
  .amer #checkout-payment-method-load .carts .date-validity .select-box {
    width: 180px !important;
  }
  .amer #checkout-payment-method-load .carts .crypto .tooltip {
    left: 240px;
  }
  .amer #checkout-payment-method-load .carts .crypto .tooltip img {
    margin-top: 7px;
  }
  .amer .conditions .validation-refused {
    width: 90%;
  }
  .amer #checkout-payment-method-load .validation-error,
  .amer #checkout-payment-method-load .validation-error.medium,
  .amer #checkout-payment-method-load .validation-error.date-validity {
    background-position: 365px 10px;
  }
  .amer #checkout-payment-method-load .validation-error.crypto {
    background-position: 275px 10px;
  }
  .amer #checkout-payment-method-load .validation-advice {
    margin-left: 161px;
  }
  .amer #checkout-payment-method-load .date-validity .validation-advice {
    margin-top: 5px;
  }
  .amer #checkout-payment-method-load .crypto .validation-advice {
    margin-top: 10px;
  }
  .amer #checkout-payment-method-load .validation-error {
    padding-bottom: 0 !important;
  }
  #colophon {
    height: 70px;
    margin-top: -70px;
    text-align: center;
  }
  #colophon .wrapper {
    width: 715px;
    padding-top: 22px;
  }
  #colophon ul li span,
  #colophon ul li a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #colophon ul li a {
    margin-left: 5px;
    padding-left: 5px;
  }
  #colophon ul li:first-child {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  #colophon ul li:nth-child(2) a {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  #colophon .link-product span {
    bottom: -14px;
  }
  #colophon li {
    float: none;
    display: inline;
  }
  #colophon li a,
  #colophon li span {
    font-size: 0.9em;
    display: inline-block;
  }
  #colophon ul li:first-child {
    bottom: 0;
    left: 0;
    position: relative;
    text-align: left;
    width: auto;
  }
  #colophon ul li:nth-child(2) {
    display: none;
  }
  .home .amer #content li,
  .shp .amer #content li {
    min-height: 300px;
  }
  .home .amer #content li h3,
  .shp .amer #content li h3 {
    font-size: 1.61538em;
  }
  .home .amer #content li .text,
  .shp .amer #content li .text {
    font-size: 1em;
  }
  .home .amer #content li .btn,
  .shp .amer #content li .btn {
    bottom: 5px;
  }
  .home .amer #content .expert,
  .shp .amer #content .expert {
    height: 250px;
    padding-top: 0;
  }
  .home .amer #content .expert .title,
  .shp .amer #content .expert .title,
  .home .amer #content .expert p,
  .shp .amer #content .expert p {
    margin-left: 28%;
  }
  .home .amer #content .expert .title,
  .shp .amer #content .expert .title {
    font-size: 2.23077em;
    line-height: 33px;
  }
  .home .amer #content .expert p,
  .shp .amer #content .expert p {
    padding: 0;
    font-size: 1.38462em;
    margin-top: 20px;
  }
  .home .amer #content .expert .btn,
  .shp .amer #content .expert .btn {
    margin-left: 43%;
    bottom: 50px;
  }
  #inspiration {
    width: 700px;
  }
  #inspiration > .title {
    font-size: 2.2em;
  }
  #inspiration ul li {
    position: relative;
    float: left;
  }
  #inspiration ul li img {
    max-width: none;
    width: 100%;
    height: 100%;
  }
  #inspiration ul li .inside {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 3%;
    background: yellow;
  }
  #inspiration ul li:hover .inside {
    display: block;
  }
  #inspiration .block-1 {
    width: 32.56945%;
    height: 145px;
    margin: 0 0 1.14583% 1.14583%;
  }
  #inspiration .block-2 {
    width: 32.56945%;
    height: 301px;
    margin: 0 0 1.14583% 1.14583%;
  }
  #inspiration .block-3 {
    width: 66.28472%;
    height: 145px;
    margin: 0 0 1.14583% 1.14583%;
  }
  #inspiration .first {
    margin-left: 0;
  }
  #inspiration .fourth {
    margin-left: 0;
    background: #333333;
  }
  #inspiration .sixth {
    clear: left;
    margin: -156px 0 0 33.71528%;
  }
  #inspiration .seventh {
    display: none;
  }
  #inspiration .eighth {
    margin-left: 0;
  }
  #inspiration .ninth {
    margin-top: -156px;
  }
  #inspiration .text {
    padding: 30px 3%;
    width: 26.56945%;
    height: 241px;
  }
  #inspiration .block-1 .inside {
    width: 95%;
    height: 85px;
    margin: 0;
  }
  #inspiration .block-2 .inside {
    width: 95%;
    height: 241px;
    margin: 0;
  }
  #inspiration .block-3 .inside {
    width: 95%;
    height: 85px;
    margin: 0;
  }
  #inspiration p {
    font-size: 1.07692em;
  }
  #inspiration p.small {
    font-size: 1em;
  }
  #inspiration li .title {
    font-size: 1.92308em;
  }
  #inspiration .inside .title {
    font-size: 1.53846em;
  }
  .account .amer .col-left,
  .rma-guest-new .amer .col-left,
  .rma-guest-index .amer .col-left,
  .rma-guest-success .amer .col-left {
    width: 34%;
    margin: 0;
    padding: 20px 2.5% 0 2.5%;
    background: white;
  }
  .account .amer .col-left .menu-select,
  .rma-guest-new .amer .col-left .menu-select,
  .rma-guest-index .amer .col-left .menu-select,
  .rma-guest-success .amer .col-left .menu-select {
    margin-left: 18px;
  }
  .account .amer .info input[type=text],
  .account .amer .info input[type=number],
  .account .amer .info input[type=email],
  .account .amer .info input[type=password],
  .account .amer .new-address input[type=text],
  .account .amer .new-address input[type=number],
  .account .amer .new-address input[type=email],
  .account .amer .new-address input[type=password],
  .rma-guest-new .amer .info input[type=text],
  .rma-guest-new .amer .info input[type=number],
  .rma-guest-new .amer .info input[type=email],
  .rma-guest-new .amer .info input[type=password],
  .rma-guest-new .amer .new-address input[type=text],
  .rma-guest-new .amer .new-address input[type=number],
  .rma-guest-new .amer .new-address input[type=email],
  .rma-guest-new .amer .new-address input[type=password],
  .rma-guest-index .amer .info input[type=text],
  .rma-guest-index .amer .info input[type=number],
  .rma-guest-index .amer .info input[type=email],
  .rma-guest-index .amer .info input[type=password],
  .rma-guest-index .amer .new-address input[type=text],
  .rma-guest-index .amer .new-address input[type=number],
  .rma-guest-index .amer .new-address input[type=email],
  .rma-guest-index .amer .new-address input[type=password],
  .rma-guest-success .amer .info input[type=text],
  .rma-guest-success .amer .info input[type=number],
  .rma-guest-success .amer .info input[type=email],
  .rma-guest-success .amer .info input[type=password],
  .rma-guest-success .amer .new-address input[type=text],
  .rma-guest-success .amer .new-address input[type=number],
  .rma-guest-success .amer .new-address input[type=email],
  .rma-guest-success .amer .new-address input[type=password] {
    width: 57%;
  }
  .account .amer .change-pass .item input,
  .account .amer .change-pass .item input,
  .rma-guest-new .amer .change-pass .item input,
  .rma-guest-new .amer .change-pass .item input,
  .rma-guest-index .amer .change-pass .item input,
  .rma-guest-index .amer .change-pass .item input,
  .rma-guest-success .amer .change-pass .item input,
  .rma-guest-success .amer .change-pass .item input {
    width: 30%;
  }
  .account .amer .info .input-list input,
  .rma-guest-new .amer .info .input-list input,
  .rma-guest-index .amer .info .input-list input,
  .rma-guest-success .amer .info .input-list input {
    width: 30px;
  }
  .account .amer .info .validation-error,
  .account .amer .info .validation-passed,
  .account .amer .new-address .validation-error,
  .account .amer .new-address .validation-passed,
  .rma-guest-new .amer .info .validation-error,
  .rma-guest-new .amer .info .validation-passed,
  .rma-guest-new .amer .new-address .validation-error,
  .rma-guest-new .amer .new-address .validation-passed,
  .rma-guest-index .amer .info .validation-error,
  .rma-guest-index .amer .info .validation-passed,
  .rma-guest-index .amer .new-address .validation-error,
  .rma-guest-index .amer .new-address .validation-passed,
  .rma-guest-success .amer .info .validation-error,
  .rma-guest-success .amer .info .validation-passed,
  .rma-guest-success .amer .new-address .validation-error,
  .rma-guest-success .amer .new-address .validation-passed {
    background-position: 426px 9px;
  }
  .account .amer .info .change-pass .validation-advice,
  .rma-guest-new .amer .info .change-pass .validation-advice,
  .rma-guest-index .amer .info .change-pass .validation-advice,
  .rma-guest-success .amer .info .change-pass .validation-advice {
    margin-left: 0;
  }
  .identify .amer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 709px) {
  .details .mb-2.bundle_title {
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: .05em;
    padding-top: 1em;
  }
  fieldset.conditions div.checkboxes div.checkcontainer label {
    line-height: 25px;
  }
  .basket .amer {
    margin-top: 40px;
  }
  .basket .amer .column01 {
    width: auto;
  }
  .basket .amer h2 {
    margin-left: 0px;
    font-size: 1.846153em;
  }
  .basket .amer .columns {
    padding: 0 15px;
  }
  .basket .amer .product .image {
    width: 35%;
    margin-right: 5%;
  }
  .basket .amer .product .details {
    width: 60%;
  }
  .basket .amer .basket-list .product {
    padding: 14px 0px 30px 0px;
    margin-bottom: 14px;
  }
  .basket .amer .basket-list .details .delete {
    float: none;
    margin-top: 20px;
  }
  .basket .amer .basket-list .details .quantity {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px 0;
    margin-top: 20px;
  }
  .basket .amer .basket-list .details li.quantity + li + li {
    height: auto;
  }
  .basket .amer .basket-list .details .price {
    position: relative;
    right: auto;
    top: auto;
    font-size: 1.2em;
  }
  .basket .amer .basket-list .details .price .old-price .price {
    width: 100%;
    display: block;
    text-align: left;
  }
  .basket .amer .basket-list .details .price .old-price .item-discount {
    position: relative;
    top: auto;
    width: 100%;
    display: block;
    text-align: left;
  }
  .basket .amer .retour .details {
    width: 24% !important;
    margin-top: 14px;
    text-align: right;
  }
  .basket .amer .cash > li {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .basket .amer .bottom .continue {
    position: absolute;
    left: auto;
    right: 0;
    top: 100px;
  }
  .basket .amer .top.btn.emea {
    display: none;
  }
  .basket .amer .cash .freeship {
    position: relative;
  }
  .basket .amer .cash .freeship.active form {
    left: 0;
  }
  .basket .amer .cash .freeship .open-freeship {
    padding-left: 0px;
    font: 20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  }
  .basket .amer .cash .total {
    box-sizing: border-box;
    width: 100% !important;
    padding-right: 0px;
  }
  .basket .amer .cash .total .left {
    width: 48%;
  }
  .basket .amer .bottom {
    height: 150px;
  }
  .basket .amer .bottom .continue {
    left: 15px;
    text-align: left;
  }
  .basket .amer .top.btn {
    text-align: right;
  }
  .basket .amer h3 {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
  .basket .amer .cash {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .basket .amer .form-product > ul {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .basket .amer .top.btn button,
  .basket .amer .bottom .btn button {
    margin-right: 0;
  }
  .basket .amer .bottom .btn {
    right: 7.5%;
  }
  .confirmation .amer .column01 {
    padding-bottom: 36px;
  }
  .checkout #main.amer {
    margin-top: 40px;
  }
  .checkout #main.amer form .fixing .select .selected {
    width: 250px !important;
    height: 27px;
  }
  .checkout #main.amer form .fixing .select-box .select select {
    width: 88.6% !important;
  }
  .checkout .amer {
    /* Checkout */
    /* Validation */
    /* Page fixing */
  }
  .checkout .amer h2 {
    margin-left: 15px;
    font-size: 1.769231em;
  }
  .checkout .amer fieldset h3 {
    margin-left: 0 !important;
  }
  .checkout .amer .cols {
    padding: 0 15px;
  }
  .checkout .amer .col-left .inner,
  .checkout .amer .col-left .bottom {
    display: none;
  }
  .checkout .amer .col-left {
    position: absolute;
    left: 0px;
    bottom: 96px;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .checkout .amer .col-right {
    width: 100%;
    margin-left: 0;
    padding: 25px 7.5% 40px;
    box-sizing: border-box;
  }
  .checkout .amer .bottom {
    background-color: transparent;
  }
  .checkout .amer .already-account {
    top: 10px;
    left: 7.5%;
  }
  .checkout .amer form {
    width: 100%;
  }
  .checkout .amer fieldset h3 {
    font-size: 1.38em;
  }
  .checkout .amer .col-right fieldset:first-of-type {
    margin-top: 30px;
  }
  .checkout .amer form p,
  .checkout .amer .delivery .item,
  .checkout .amer .conditions .item {
    display: inline-block;
    width: 90%;
    padding-right: 0;
  }
  .checkout .amer .conditions .item {
    width: 100%;
  }
  .checkout .amer fieldset h3 {
    display: inline-block;
    width: 96%;
    margin-right: 0;
  }
  .checkout .amer fieldset.invoicing h3,
  .checkout .amer fieldset.account h3 {
    margin-bottom: 0;
  }
  .checkout .amer form .item {
    width: 100%;
    padding-right: 0;
  }
  .checkout .amer form .item .input-list input[type=text],
  .checkout .amer form .item .input-list input[type=tel] {
    width: 80%;
    margin-right: 20%;
  }
  .checkout .amer form .item .input-list li {
    float: left;
    display: inline-block;
    width: 21%;
  }
  .checkout .amer .col-right .us-address .btn {
    margin-left: 0;
  }
  .checkout .amer .col-right .us-address .btn:first-child {
    margin-left: 45px;
  }
  .checkout .amer form .col-right .invoicing .item {
    width: 120%;
    padding-right: 0;
  }
  .checkout .amer form .col-right .invoicing .item.checkboxes {
    width: 100%;
  }
  .checkout .amer .col-right .btn,
  .checkout .amer .invoicing li > a {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .checkout .amer .col-right .btn.left {
    margin-left: 0 !important;
  }
  .checkout .amer .col-right > img,
  .checkout .amer img.us-conditions {
    margin-left: 0 !important;
  }
  .checkout .amer .end {
    margin-left: 0 !important;
  }
  .checkout .amer .already-account a {
    font-size: 18px;
  }
  .checkout .amer .delivery .radiocontainer label {
    width: 100%;
  }
  .checkout .amer form item.validation-passed,
  .checkout .amer form item.validation-error {
    background: none;
  }
  .checkout .amer form .onestepcheckout-place-order .validation-passed,
  .checkout .amer form .onestepcheckout-place-order .validation-error {
    background-color: #2D2D2D;
    background-color: #31BABC;
  }
  .checkout .amer form .validation-advice {
    margin-left: 23%;
    padding-left: 0px;
  }
  .checkout .amer form .fixing {
    margin-top: 0 !important;
  }
  .checkout .amer form .fixing h3 {
    margin-left: 0;
  }
  .checkout .amer .col-right .fixing .item {
    width: 97%;
    padding-right: 0;
  }
  .checkout .amer form .fixing .hardgoods-form-popup .title h3 {
    font: 1.5em 'Futura BT Medium Condensed', arial, helvetica, sans-serif;
    margin-top: 15px;
    padding-bottom: 15px;
    max-width: 100%;
  }
  .checkout .amer form .fixing .item > .select {
    width: 60%;
  }
  .checkout .amer form .fixing .select-box .validation-advice {
    margin: 10px 0 0 0;
  }
  .checkout .amer form .fixing .question .question-mark,
  .checkout .amer form .fixing .question-mark {
    right: 0px;
    top: 12px;
  }
  .checkout .amer form .fixing.conditions {
    width: 100%;
    max-width: 100%;
  }
  .checkout .amer form .fixing.conditions label {
    font-size: 0.9em;
  }
  .checkout .amer .bottom .continue {
    top: -7px;
  }
  .checkout .amer .invoicing .checkboxes label {
    margin-top: 30px;
  }
  .amer {
    margin-top: 0;
  }
  .amer .phone-information {
    right: 12px !important;
  }
  .amer .hidden-tablet,
  .amer .hidden-desktop-tablet,
  .amer .hidden-mobile-tablet {
    display: none;
  }
  .amer #hightlight {
    padding: 0 2%;
    width: 98%;
    margin: 15px 1% 41px;
    padding: 25px 0;
  }
  .amer #hightlight .left {
    position: relative;
    left: auto;
    bottom: auto;
    float: none;
    width: 96.3%;
    padding: 0 1.85%;
  }
  .amer #hightlight .left h2 {
    font-size: 2.53846em;
  }
  .amer #hightlight.v3 .right a {
    min-height: 230px;
  }
  .amer #hightlight .text {
    font-size: 1.38462em;
    margin-top: 10px;
  }
  .amer #hightlight .left h2,
  .amer #hightlight .left .text {
    width: 100%;
  }
  .amer #hightlight .btn {
    margin: 5px 0 35px;
  }
  .amer #hightlight .right {
    float: none;
    width: 100% !important;
  }
  .amer #hightlight.v2 {
    background: transparent !important;
  }
  .amer #hightlight.v2 .text {
    margin-top: 0;
  }
  .amer #hightlight.v2 p {
    font-size: 1.38462em;
  }
  .amer #hightlight.v3 {
    width: 92.3%;
    padding: 15px 1.85% 0;
  }
  .amer #hightlight.v3 .left {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .amer #hightlight.v3 .left h2 {
    font-size: 3em;
  }
  .amer #hightlight.v3 .btn {
    margin-bottom: 0;
  }
  .amer #hightlight.v3 .left h2 {
    margin: 8px 0;
  }
  .amer #hightlight.v3 .left {
    padding: 0 0 0 1.85%;
    width: 96.3%;
  }
  .amer dt {
    position: relative;
    padding-right: 25px;
  }
  .amer dt .icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
  }
  .amer dd dt {
    padding-left: 0;
  }
  .amer .column02 {
    display: none;
  }
  .amer .column01 {
    padding: 0px 15px;
    min-height: 100px;
  }
  .amer .columns {
    padding: 0 15px;
  }
  .identify .amer .column01 {
    width: 100%;
  }
  .identify .amer .col-left,
  .identify .amer .col-right {
    width: 100%;
    padding: 7.5%;
  }
  .identify .amer h3 {
    font-size: 1.38em;
  }
  .identify .amer .item {
    display: inline-block;
    width: 100%;
  }
  .identify .amer .col-right > p {
    margin-top: 10px;
  }
  .identify .amer .item.validation-passed,
  .identify .amer .item.validation-error {
    background: none;
  }
  .identify .amer .item input[type="text"],
  .identify .amer .item input[type="number"],
  .identify .amer .item input[type="email"],
  .identify .amer .item input[type="password"] {
    width: 90%;
  }
  .home #content,
  .shp #content {
    margin: 0 5px 40px;
    padding: 0;
  }
  .home #content li,
  .shp #content li {
    clear: left;
    display: inline-block;
    min-height: 0;
    margin: 0 0 15px;
    padding: 15px 0;
  }
  .home #content li > *,
  .shp #content li > * {
    position: relative;
  }
  .home #content li:nth-child(n+4),
  .shp #content li:nth-child(n+4) {
    display: none;
  }
  .home #content li > a:first-child,
  .shp #content li > a:first-child {
    float: left;
    width: 40%;
    margin-right: 5%;
  }
  .home #content li h3,
  .shp #content li h3 {
    margin-top: 0;
    font-size: 1.46154em;
  }
  .home #content li .btn,
  .shp #content li .btn {
    position: relative;
    bottom: auto;
    margin-left: 0;
  }
  .home #content .expert,
  .shp #content .expert {
    display: block !important;
    height: auto;
    padding-top: 0;
    background-size: 100% auto;
    background-position: center bottom;
    text-align: center;
  }
  .home #content .expert .title,
  .shp #content .expert .title,
  .home #content .expert p,
  .shp #content .expert p {
    margin-left: 28%;
    text-align: center;
  }
  .home #content .expert .title,
  .shp #content .expert .title {
    font-size: 1.53846em;
    line-height: 1em;
  }
  .home #content .expert p,
  .shp #content .expert p {
    margin-top: 15px;
    padding: 0;
    font-size: 1.07692em;
  }
  .home #content .expert .btn,
  .shp #content .expert .btn {
    margin-left: 5%;
    bottom: -5px;
  }
  #inspiration {
    width: auto;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
  }
  #inspiration > ul {
    padding-top: 35px;
  }
  #inspiration > .title {
    top: 10px;
    font-size: 1.46154em;
    line-height: 1em;
  }
  #inspiration ul li {
    position: relative;
    float: left;
  }
  #inspiration ul li img {
    max-width: none;
    width: 100%;
    height: 100%;
  }
  #inspiration ul li .inside {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 8%;
    background: yellow;
  }
  #inspiration ul li:hover .inside {
    display: block;
  }
  #inspiration .block-1 {
    width: 32.56945%;
    height: 90px;
    margin: 0 0 1.14583% 1.14583%;
  }
  #inspiration .block-2 {
    width: 32.56945%;
    height: 191px;
    margin: 0 0 1.14583% 1.14583%;
  }
  #inspiration .block-3 {
    width: 66.28472%;
    height: 90px;
    margin: 0 0 1.14583% 1.14583%;
  }
  #inspiration .first {
    margin-left: 0;
  }
  #inspiration .fourth {
    margin-left: 0;
    background: #333333;
  }
  #inspiration .sixth {
    clear: left;
    margin: -101px 0 0 33.71528%;
  }
  #inspiration .seventh {
    display: none;
  }
  #inspiration .eighth {
    margin-left: 0;
  }
  #inspiration .ninth {
    margin-top: -101px;
  }
  #inspiration .text {
    padding: 30px 8%;
    width: 16.56945%;
    height: 131px;
  }
  #inspiration .block-1 .inside {
    width: 85%;
    height: 30px;
    margin: 0;
  }
  #inspiration .block-2 .inside {
    width: 85%;
    height: 131px;
    margin: 0;
  }
  #inspiration .block-3 .inside {
    width: 85%;
    height: 30px;
    margin: 0;
  }
  #inspiration > ul {
    border-bottom: none;
  }
  #inspiration .inside .title {
    font-size: 1.23077em;
  }
  #inspiration .inside p {
    font-size: 0.92308em;
  }
  #inspiration img {
    max-width: none !important;
    height: auto !important;
  }
  #inspiration li {
    clear: left;
    overflow: hidden;
    margin: 0 0 8px 0 !important;
  }
  #inspiration .first,
  #inspiration .second,
  #inspiration .third {
    display: none;
  }
  #inspiration .fourth {
    width: 84%;
    height: auto;
  }
  #inspiration .fifth {
    width: 100%;
  }
  #inspiration .sixth {
    width: 49%;
  }
  #inspiration .seventh {
    display: block;
    width: 49%;
  }
  #inspiration .eighth {
    width: 100%;
  }
  #inspiration .ninth {
    clear: none;
    float: right;
    width: 49%;
    height: 187px;
    margin: -293px 0 15px 2% !important;
  }
  #inspiration .ninth .inside {
    height: 165px !important;
  }
  #inspiration .inside {
    display: none !important;
  }
  .shp .amer {
    margin-top: 0;
  }
  .shp .amer .expert {
    display: block;
  }
  .shp .amer #content .btn.medium a {
    font-size: 0.84615em;
  }
  .popin .title {
    margin: 5px 0 0;
  }
  .statics .amer {
    margin-top: 70px;
  }
  .statics .amer .column01 {
    width: 90%;
    padding: 36px 5%;
  }
  .statics .amer .column01 .select {
    width: 92.6%;
  }
  .statics .amer h2 {
    font-size: 1.846154em;
    margin: 0 0 5px 12px;
  }
  #indispo-01 > p {
    margin-top: 15px;
  }
  #indispo-form {
    text-align: center;
  }
  #indispo-form label,
  #indispo-form input[type=text],
  #indispo-form input[type=number],
  #indispo-form input[type=email] {
    display: block;
    width: 90%;
    margin: 0 0 3px;
    padding: 0 4%;
    text-align: left;
  }
  #indispo-form .btn {
    margin-top: 10px;
  }
  /* Add product */
  .addToBasket {
    text-align: center;
  }
  #productAdded .title,
  .addPack .title {
    font-size: 1.5em;
  }
  #productAdded .information-title {
    margin-top: 5px;
  }
  #productAdded .picture {
    display: none;
  }
  #productAdded .information {
    width: 100%;
  }
  .basket-links {
    background: none;
  }
  .basket-links a.continu {
    float: none;
    text-align: center;
  }
  /* Add pack */
  .addPack {
    width: auto;
    height: auto;
    text-align: center;
  }
  .addPack .title {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .addPack .prod-desc {
    float: none;
    width: 100%;
  }
  .addPack .prod-title {
    font-size: 1.2em;
  }
  .addPack .prod-desc label {
    display: none;
    width: 100%;
    padding: 0 5px;
    font: 1em "Interstate Regular", arial, "helvetica", sans-serif;
    text-align: center;
  }
  .addPack .prod-desc .select {
    float: none;
    clear: left;
    height: 40px;
    margin: 0 auto !important;
  }
  .addPack .prod-desc .desc-size {
    height: 35px;
    padding: 0;
  }
  .addPack .prod-desc select {
    top: 0;
    height: 20px;
  }
  .addPack .prod-desc .selected {
    height: 10px;
    line-height: 10px;
  }
  .addPack .prod-img,
  .addPack .prod-picture {
    display: none;
  }
  .addPack .addition-more,
  .addPack .addition-equal,
  .addPack .total-product .prod-price {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .addPack .prod-price {
    line-height: 25px;
  }
  .addPack .addition-more,
  .addPack .addition-equal {
    width: 25px;
    margin-bottom: 5px;
  }
  .addPack .total-product {
    width: 100%;
    text-align: center;
  }
  .addPack .add-basket .btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 0;
  }
  .addPack .add-basket .btn-main {
    margin: 0 auto;
    padding: 8px;
    background-image: none;
  }
  #desktop {
    display: none;
  }
  #tablet {
    display: none;
  }
  #largeMobile {
    display: block;
  }
  #mobile {
    display: block;
  }
  .amer {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .amer form .item.error input,
  .amer form .item.error .selected,
  .amer form .validation-error .validation-failed,
  .amer form .validation-error .select .selected,
  .amer form .dob-day .validation-failed,
  .amer form .dob-month .validation-failed,
  .amer form .dob-year .validation-failed {
    border-color: #c80c0c;
  }
  .amer .hidden-mobile,
  .amer .hidden-mobile-tablet,
  .amer .hidden-mobile-desktop {
    display: none;
  }
  .amer .hidden-desktop,
  .amer .hidden-desktop-tablet {
    display: block;
  }
  .amer .grid3,
  .amer .grid4 {
    width: 100%;
    margin-left: none;
  }
  .amer #content .video span {
    width: 100%;
    height: 100%;
  }
  .amer .btn.big.type-product a {
    font-size: 1.3em;
  }
  #inspiration .grid3,
  #inspiration .grid4 {
    width: 100%;
    margin-left: none;
  }
  #colophon {
    height: 180px;
    margin-top: -205px;
    padding: 15px 0 10px;
    border-top: 1px solid white;
  }
  #colophon .wrapper {
    width: 290px;
    margin: 0 auto;
  }
  #colophon .wrapper li {
    display: block;
    text-align: left;
  }
  #colophon .wrapper li:first-child {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  #colophon .wrapper li a {
    margin: 4px 0 4px 0;
    padding-left: 0;
    line-height: 30px;
    border: none;
  }
  #colophon .wrapper li a:before {
    content: "> ";
  }
  #colophon .wrapper li span {
    line-height: 30px;
  }
  #postfooter {
    display: none;
  }
  .ecom #follow-order {
    display: none;
  }
  .account .amer,
  .rma-guest-new .amer,
  .rma-guest-index .amer,
  .rma-guest-success .amer {
    /* The order */
    /* Order page */
    /* Order subpage */
    /* Info */
    /* Lists */
  }
  .account .amer .columns,
  .rma-guest-new .amer .columns,
  .rma-guest-index .amer .columns,
  .rma-guest-success .amer .columns {
    padding: 0 5px;
  }
  .account .amer .col-right,
  .rma-guest-new .amer .col-right,
  .rma-guest-index .amer .col-right,
  .rma-guest-success .amer .col-right {
    width: 100%;
    padding: 20px 0;
  }
  .account .amer .col-right.center-mobile,
  .rma-guest-new .amer .col-right.center-mobile,
  .rma-guest-index .amer .col-right.center-mobile,
  .rma-guest-success .amer .col-right.center-mobile {
    padding: 0px 2.5%;
    width: 100%;
  }
  .account .amer .col-right.center-mobile,
  .rma-guest-new .amer .col-right.center-mobile,
  .rma-guest-index .amer .col-right.center-mobile,
  .rma-guest-success .amer .col-right.center-mobile {
    padding-top: 20px;
  }
  .account .amer .col-right > h3,
  .rma-guest-new .amer .col-right > h3,
  .rma-guest-index .amer .col-right > h3,
  .rma-guest-success .amer .col-right > h3 {
    padding: 0 3.5%;
  }
  .account .amer .col-right .valid,
  .account .amer .col-right .error,
  .rma-guest-new .amer .col-right .valid,
  .rma-guest-new .amer .col-right .error,
  .rma-guest-index .amer .col-right .valid,
  .rma-guest-index .amer .col-right .error,
  .rma-guest-success .amer .col-right .valid,
  .rma-guest-success .amer .col-right .error {
    margin: 0 3.5% 15px;
  }
  .account .amer .col-right.center-mobile h3,
  .rma-guest-new .amer .col-right.center-mobile h3,
  .rma-guest-index .amer .col-right.center-mobile h3,
  .rma-guest-success .amer .col-right.center-mobile h3 {
    padding: 0;
  }
  .account .amer .col-right > p,
  .rma-guest-new .amer .col-right > p,
  .rma-guest-index .amer .col-right > p,
  .rma-guest-success .amer .col-right > p {
    padding: 0 5%;
    font-size: 1.076923em;
  }
  .account .amer .col-right section > *,
  .rma-guest-new .amer .col-right section > *,
  .rma-guest-index .amer .col-right section > *,
  .rma-guest-success .amer .col-right section > * {
    width: 90%;
    box-sizing: border-box;
  }
  .account .amer .col-left .menu-select,
  .rma-guest-new .amer .col-left .menu-select,
  .rma-guest-index .amer .col-left .menu-select,
  .rma-guest-success .amer .col-left .menu-select {
    margin-left: 0px;
  }
  .account .amer section h4,
  .account .amer section.order h4,
  .rma-guest-new .amer section h4,
  .rma-guest-new .amer section.order h4,
  .rma-guest-index .amer section h4,
  .rma-guest-index .amer section.order h4,
  .rma-guest-success .amer section h4,
  .rma-guest-success .amer section.order h4 {
    margin-bottom: 10px;
  }
  .account .amer .col-left,
  .rma-guest-new .amer .col-left,
  .rma-guest-index .amer .col-left,
  .rma-guest-success .amer .col-left {
    width: 63.5%;
  }
  .account .amer .order .detail-order .title,
  .rma-guest-new .amer .order .detail-order .title,
  .rma-guest-index .amer .order .detail-order .title,
  .rma-guest-success .amer .order .detail-order .title {
    display: inline-block;
  }
  .account .amer .order .detail-order > ul > li,
  .rma-guest-new .amer .order .detail-order > ul > li,
  .rma-guest-index .amer .order .detail-order > ul > li,
  .rma-guest-success .amer .order .detail-order > ul > li {
    float: none;
    width: 100% !important;
    margin-bottom: 3px;
    padding: 0 !important;
    text-align: left !important;
  }
  .account .amer section .address.half,
  .rma-guest-new .amer section .address.half,
  .rma-guest-index .amer section .address.half,
  .rma-guest-success .amer section .address.half {
    width: 90%;
  }
  .account .amer .order-bar,
  .rma-guest-new .amer .order-bar,
  .rma-guest-index .amer .order-bar,
  .rma-guest-success .amer .order-bar {
    margin-top: 14px;
  }
  .account .amer .order-bar .quantity,
  .account .amer .order-bar .pagination,
  .rma-guest-new .amer .order-bar .quantity,
  .rma-guest-new .amer .order-bar .pagination,
  .rma-guest-index .amer .order-bar .quantity,
  .rma-guest-index .amer .order-bar .pagination,
  .rma-guest-success .amer .order-bar .quantity,
  .rma-guest-success .amer .order-bar .pagination {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }
  .account .amer .order-bar .pagination,
  .rma-guest-new .amer .order-bar .pagination,
  .rma-guest-index .amer .order-bar .pagination,
  .rma-guest-success .amer .order-bar .pagination {
    float: right;
  }
  .account .amer .order-bar .pagination span,
  .rma-guest-new .amer .order-bar .pagination span,
  .rma-guest-index .amer .order-bar .pagination span,
  .rma-guest-success .amer .order-bar .pagination span {
    font-size: 1em;
  }
  .account .amer .order-bar .change,
  .account .amer .order-bar.second,
  .rma-guest-new .amer .order-bar .change,
  .rma-guest-new .amer .order-bar.second,
  .rma-guest-index .amer .order-bar .change,
  .rma-guest-index .amer .order-bar.second,
  .rma-guest-success .amer .order-bar .change,
  .rma-guest-success .amer .order-bar.second {
    display: none;
  }
  .account .amer .menu-order,
  .rma-guest-new .amer .menu-order,
  .rma-guest-index .amer .menu-order,
  .rma-guest-success .amer .menu-order {
    display: none;
  }
  .account .amer .column01 .menu-order-select,
  .rma-guest-new .amer .column01 .menu-order-select,
  .rma-guest-index .amer .column01 .menu-order-select,
  .rma-guest-success .amer .column01 .menu-order-select {
    display: block;
  }
  .account .amer .menu-order li,
  .rma-guest-new .amer .menu-order li,
  .rma-guest-index .amer .menu-order li,
  .rma-guest-success .amer .menu-order li {
    float: none;
  }
  .account .amer .menu-order li.active,
  .rma-guest-new .amer .menu-order li.active,
  .rma-guest-index .amer .menu-order li.active,
  .rma-guest-success .amer .menu-order li.active {
    background: none;
  }
  .account .amer .left,
  .account .amer .right,
  .rma-guest-new .amer .left,
  .rma-guest-new .amer .right,
  .rma-guest-index .amer .left,
  .rma-guest-index .amer .right,
  .rma-guest-success .amer .left,
  .rma-guest-success .amer .right {
    float: none;
    width: 100%;
    text-align: left;
  }
  .account .amer .left span,
  .account .amer .right span,
  .rma-guest-new .amer .left span,
  .rma-guest-new .amer .right span,
  .rma-guest-index .amer .left span,
  .rma-guest-index .amer .right span,
  .rma-guest-success .amer .left span,
  .rma-guest-success .amer .right span {
    height: auto;
  }
  .account .amer .right span a,
  .rma-guest-new .amer .right span a,
  .rma-guest-index .amer .right span a,
  .rma-guest-success .amer .right span a {
    color: #31BABC;
  }
  .account .amer .right .print,
  .rma-guest-new .amer .right .print,
  .rma-guest-index .amer .right .print,
  .rma-guest-success .amer .right .print {
    display: none;
  }
  .account .amer .col-right.center-mobile section > *,
  .rma-guest-new .amer .col-right.center-mobile section > *,
  .rma-guest-index .amer .col-right.center-mobile section > *,
  .rma-guest-success .amer .col-right.center-mobile section > * {
    width: 100%;
    margin-left: 0 !important;
  }
  .account .amer .col-right.center-mobile h3,
  .rma-guest-new .amer .col-right.center-mobile h3,
  .rma-guest-index .amer .col-right.center-mobile h3,
  .rma-guest-success .amer .col-right.center-mobile h3 {
    padding-top: 15px;
    margin-top: 0px;
  }
  .account .amer .total .left,
  .account .amer .total .right,
  .rma-guest-new .amer .total .left,
  .rma-guest-new .amer .total .right,
  .rma-guest-index .amer .total .left,
  .rma-guest-index .amer .total .right,
  .rma-guest-success .amer .total .left,
  .rma-guest-success .amer .total .right {
    float: left;
    font-size: 16px;
    /* text-align: left;*/
    height: 40px;
  }
  .account .amer .total .left,
  .rma-guest-new .amer .total .left,
  .rma-guest-index .amer .total .left,
  .rma-guest-success .amer .total .left {
    width: 57%;
  }
  .account .amer .total .right,
  .rma-guest-new .amer .total .right,
  .rma-guest-index .amer .total .right,
  .rma-guest-success .amer .total .right {
    width: 43%;
    margin-right: 0;
  }
  .account .amer .total .left,
  .account .amer .sales-order-printinvoice .total .left,
  .rma-guest-new .amer .total .left,
  .rma-guest-new .amer .sales-order-printinvoice .total .left,
  .rma-guest-index .amer .total .left,
  .rma-guest-index .amer .sales-order-printinvoice .total .left,
  .rma-guest-success .amer .total .left,
  .rma-guest-success .amer .sales-order-printinvoice .total .left {
    clear: both;
    margin-left: 0;
  }
  .account .amer .total .right,
  .rma-guest-new .amer .total .right,
  .rma-guest-index .amer .total .right,
  .rma-guest-success .amer .total .right {
    font-weight: bold;
  }
  .account .amer .col-right .date,
  .rma-guest-new .amer .col-right .date,
  .rma-guest-index .amer .col-right .date,
  .rma-guest-success .amer .col-right .date {
    padding-left: 0;
  }
  .account .amer .col-right .detail,
  .rma-guest-new .amer .col-right .detail,
  .rma-guest-index .amer .col-right .detail,
  .rma-guest-success .amer .col-right .detail {
    min-height: 0;
  }
  .account .amer .col-right.info,
  .account .amer .col-right.new-address,
  .rma-guest-new .amer .col-right.info,
  .rma-guest-new .amer .col-right.new-address,
  .rma-guest-index .amer .col-right.info,
  .rma-guest-index .amer .col-right.new-address,
  .rma-guest-success .amer .col-right.info,
  .rma-guest-success .amer .col-right.new-address {
    padding: 20px 2.5%;
    width: 95%;
  }
  .account .amer .col-right.info h3,
  .rma-guest-new .amer .col-right.info h3,
  .rma-guest-index .amer .col-right.info h3,
  .rma-guest-success .amer .col-right.info h3 {
    display: block;
  }
  .account .amer .info .change-pass input,
  .rma-guest-new .amer .info .change-pass input,
  .rma-guest-index .amer .info .change-pass input,
  .rma-guest-success .amer .info .change-pass input {
    width: 94% !important;
  }
  .account .amer .info .change-pass .validation-advice,
  .rma-guest-new .amer .info .change-pass .validation-advice,
  .rma-guest-index .amer .info .change-pass .validation-advice,
  .rma-guest-success .amer .info .change-pass .validation-advice {
    margin-left: 0;
  }
  .account .amer .list-table > li > ul,
  .rma-guest-new .amer .list-table > li > ul,
  .rma-guest-index .amer .list-table > li > ul,
  .rma-guest-success .amer .list-table > li > ul {
    display: block;
    width: auto;
  }
  .account .amer .list-table > li > ul.thead,
  .rma-guest-new .amer .list-table > li > ul.thead,
  .rma-guest-index .amer .list-table > li > ul.thead,
  .rma-guest-success .amer .list-table > li > ul.thead {
    display: none;
  }
  .account .amer .list-table > li li,
  .rma-guest-new .amer .list-table > li li,
  .rma-guest-index .amer .list-table > li li,
  .rma-guest-success .amer .list-table > li li {
    display: block;
    width: auto;
    padding: 8px 16px;
    border: medium none;
    text-align: left;
    background-color: transparent;
  }
  .account .amer .list-table > li li a,
  .rma-guest-new .amer .list-table > li li a,
  .rma-guest-index .amer .list-table > li li a,
  .rma-guest-success .amer .list-table > li li a {
    padding: 8px 0;
  }
  .account .amer .list-table > li li span.th,
  .rma-guest-new .amer .list-table > li li span.th,
  .rma-guest-index .amer .list-table > li li span.th,
  .rma-guest-success .amer .list-table > li li span.th {
    display: block;
  }
  .account .amer .list-table > li li,
  .rma-guest-new .amer .list-table > li li,
  .rma-guest-index .amer .list-table > li li,
  .rma-guest-success .amer .list-table > li li {
    width: 100% !important;
    box-sizing: border-box;
  }
  .account .amer .list-table > li li.c-status,
  .rma-guest-new .amer .list-table > li li.c-status,
  .rma-guest-index .amer .list-table > li li.c-status,
  .rma-guest-success .amer .list-table > li li.c-status {
    border-bottom: 1px solid #DFEAE8;
  }
  .account .amer .list-table > li:last-of-type li.c-status,
  .rma-guest-new .amer .list-table > li:last-of-type li.c-status,
  .rma-guest-index .amer .list-table > li:last-of-type li.c-status,
  .rma-guest-success .amer .list-table > li:last-of-type li.c-status {
    border-bottom: none;
  }
  .checkout .amer .radiocontainer label,
  .checkout .amer .delivery .radiocontainer label span.description {
    font-size: 1em;
  }
  .checkout .amer form .input-box.input-error {
    background-image: none;
  }
  .checkout .amer form .input-box.input-error input {
    border-color: #c80c0c;
  }
  .basket .amer .form-product > ul {
    padding: 0px 2.5%;
    width: 100%;
  }
  .account .amer .half,
  .sales-order-printinvoice .amer .half,
  .account .amer .half.align-r,
  .sales-order-printinvoice .amer .half.align-r,
  .rma-guest-new .amer .half,
  .rma-guest-new .amer .half.align-r,
  .rma-guest-index .amer .half,
  .rma-guest-index .amer .half.align-r,
  .rma-guest-success .amer .half,
  .rma-guest-success .amer .half.align-r {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .statics.customer-account-edit .amer li.item .radio-list {
    width: 59%;
  }
  .statics.customer-account-edit .amer li.item .radio-list label {
    padding-right: 30px;
  }
  .statics.customer-account-edit .amer li.item.radios {
    height: auto;
  }
  .sales-order-view .amer .col-right.center-mobile section > * {
    /*width:94%;*/
    width: 100%;
  }
  .customer-address-form.account.registration .amer .new-address .select {
    width: 54.5%;
  }
  .amer {
    /*#checkout-payment-method-load .select-box .validation-advice { margin-top: 48px }*/
    /*viper*/
  }
  .amer #checkout-payment-method-load {
    width: 90%;
  }
  .amer #checkout-payment-method-load dd {
    width: 100%;
  }
  .amer #checkout-payment-method-load label {
    letter-spacing: -0.05em;
  }
  .amer #checkout-payment-method-load .item label {
    float: none;
  }
  .amer #checkout-payment-method-load .radios .radiocontainer {
    background-position: 16px 20px;
  }
  .amer #checkout-payment-method-load .radios .radiocontainer.radiocontainerChecked {
    background-position: 16px -349px !important;
  }
  .amer #checkout-payment-method-load .radios .radiocontainer input[type="radio"] {
    left: 21px;
  }
  .amer #checkout-payment-method-load .carts-image {
    display: none;
  }
  .amer #checkout-payment-method-load .item {
    width: 100%;
    padding-right: 0;
  }
  .amer #checkout-payment-method-load .item.select-box {
    height: 40px !important;
  }
  .amer #checkout-payment-method-load .item.select-box.validation-error {
    height: 90px !important;
  }
  .amer #checkout-payment-method-load .input-box input,
  .amer #checkout-payment-method-load .select-box .select {
    width: 93%;
  }
  .amer #checkout-payment-method-load .select-box .select select {
    width: 100%;
  }
  .amer #checkout-payment-method-load .select .selected {
    border-color: #ccc !important;
  }
  .amer #checkout-payment-method-load .carts .date-validity .select-box {
    width: 200px !important;
  }
  .amer #checkout-payment-method-load .validation-advice {
    margin-left: 0;
  }
  .amer #checkout-payment-method-load .validation-error {
    padding-bottom: 0 !important;
  }
  .amer #checkout-payment-method-load .date-validity .validation-advice {
    margin-top: 5px;
  }
  .amer #checkout-payment-method-load label img {
    margin: 0 0 0 10px;
  }
  .amer #checkout-payment-method-load .crypto .validation-advice {
    margin-top: 34px;
  }
  .amer #checkout-payment-method-load .carts .crypto .tooltip {
    left: 80px;
    top: 15px;
  }
  .amer #checkout-payment-method-load .carts .crypto.validation-error .tooltip {
    top: 20px;
  }
  .amer #checkout-payment-method-load .carts .crypto .tooltip img.mobile {
    display: block;
    margin-top: 9px;
  }
  .amer #checkout-payment-method-load .carts .crypto .tooltip img.no-mobile {
    display: none;
  }
  .amer #checkout-payment-method-load .carts .crypto .tooltip .tooltip-content {
    top: 35px;
  }
  .amer #checkout-payment-method-load .transfer .transfer-detail li span,
  .amer #checkout-payment-method-load .transfer .transfer-detail li span:first-child {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  .amer #checkout-payment-method-load .payment-detail {
    margin-top: 12px;
  }
  .amer .messages .error-msg {
    margin-left: 2.5%;
    margin-top: 20px;
  }
  .registration .amer .item,
  .rma-guest-index .amer .item {
    width: 100%;
    padding-right: 0;
    padding-left: 0px !important;
  }
  .registration .amer .item input,
  .rma-guest-index .amer .item input {
    padding: 0 2%;
  }
  .registration .amer .item .radio-list,
  .rma-guest-index .amer .item .radio-list {
    width: 74%;
  }
  .registration .amer .multi-input input,
  .rma-guest-index .amer .multi-input input {
    padding: 0 15px;
  }
  .registration .amer .indent input,
  .rma-guest-index .amer .indent input {
    width: 128px;
    padding: 0 15px;
    width: 58.3%;
  }
  .registration .amer .validation-passed,
  .rma-guest-index .amer .validation-passed,
  .registration .amer .validation-error,
  .rma-guest-index .amer .validation-error,
  .registration .amer .validation-failed,
  .rma-guest-index .amer .validation-failed {
    background: none;
  }
  .registration .amer .item.conditions .validation-advice,
  .rma-guest-index .amer .item.conditions .validation-advice {
    margin-left: 0;
    padding-top: 0;
  }
  .registration .amer .radios .radio-list label,
  .rma-guest-index .amer .radios .radio-list label {
    margin-left: 27px;
  }
  .registration .amer p.required,
  .rma-guest-index .amer p.required {
    padding-left: 0px;
  }
  .sales-order-view.statics .amer .column01 .select {
    float: none;
  }
  .sales-order-view.statics .amer .column01 .select span {
    overflow: hidden;
  }
  .customer-account-resetpassword .amer .button {
    font-size: 16px;
    padding: 18px;
    width: 100%;
  }
  .checkout .amer .invoicing a.additional-street-address-btn
  .checkout .amer .invoicing-repeat a.additional-street-address-btn {
    padding: 0 0 0 23%;
  }
}
@media only screen and (min-width: 510px) and (max-width: 709px) {
  .amer #hightlight .left {
    padding: 0 28.15% 0 1.85%;
    width: 70%;
  }
  .home .amer #content .expert {
    min-height: 220px;
  }
  .home .amer #content .expert .btn {
    bottom: -45px;
  }
  #inspiration {
    width: 500px;
  }
  #inspiration ul li {
    position: relative;
    float: left;
  }
  #inspiration ul li img {
    max-width: none;
    width: 100%;
    height: 100%;
  }
  #inspiration ul li .inside {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 10%;
    background: yellow;
  }
  #inspiration ul li:hover .inside {
    display: block;
  }
  #inspiration .block-1 {
    width: 32.56945%;
    height: 152px;
    margin: 0 0 1.14583% 1.14583%;
  }
  #inspiration .block-2 {
    width: 32.56945%;
    height: 315px;
    margin: 0 0 1.14583% 1.14583%;
  }
  #inspiration .block-3 {
    width: 66.28472%;
    height: 152px;
    margin: 0 0 1.14583% 1.14583%;
  }
  #inspiration .first {
    margin-left: 0;
  }
  #inspiration .fourth {
    margin-left: 0;
    background: #333333;
  }
  #inspiration .sixth {
    clear: left;
    margin: -163px 0 0 33.71528%;
  }
  #inspiration .seventh {
    display: none;
  }
  #inspiration .eighth {
    margin-left: 0;
  }
  #inspiration .ninth {
    margin-top: -163px;
  }
  #inspiration .text {
    padding: 30px 10%;
    width: 12.56945%;
    height: 255px;
  }
  #inspiration .block-1 .inside {
    width: 81%;
    height: 92px;
    margin: 0;
  }
  #inspiration .block-2 .inside {
    width: 81%;
    height: 255px;
    margin: 0;
  }
  #inspiration .block-3 .inside {
    width: 81%;
    height: 92px;
    margin: 0;
  }
  #inspiration li {
    margin: 0 0 10px 0 !important;
  }
  #inspiration .fourth {
    width: 80%;
  }
  #inspiration .fifth {
    width: 100%;
  }
  #inspiration .fifth .inside {
    width: 90%;
    padding: 15px 5% !important;
  }
  #inspiration .sixth {
    width: 49%;
  }
  #inspiration .seventh {
    display: block;
    width: 49%;
  }
  #inspiration .eighth {
    width: 100%;
  }
  #inspiration .eighth .inside {
    width: 90%;
    padding: 15px 5% !important;
  }
  #inspiration .ninth {
    width: 49%;
    margin: -486px 0 15px 2% !important;
  }
  #inspiration .ninth .inside {
    height: 284px !important;
    padding: 15px 10% !important;
  }
  #inspiration .inside {
    height: 122px !important;
    padding: 15px 10% !important;
  }
  #inspiration .inside p {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 510px) {
  .customer-account-edit .amer .my-account ul .validation-error .validation-advice {
    margin-left: 0;
  }
  .customer-account-create .amer .item .label {
    font: 1.15em/18px "Futura BT Medium Condensed", Arial, sans-serif;
  }
  .basket .amer .product .image {
    width: 45%;
    margin-right: 5%;
  }
  .basket .amer .product .details {
    width: 50%;
  }
  .basket .amer .cash .total .total-price .left,
  .basket .amer .cash .total .total-price .right {
    font-size: 1.6em;
  }
  .basket .amer .cash .freeship input[type="text"],
  .basket .amer .cash .freeship input[type="number"],
  .basket .amer .cash .freeship input[type="email"] {
    width: 145px;
  }
  .basket .amer .cash .freeship.valid {
    background-position: 155px 62px;
  }
  .basket .amer h2 {
    margin-bottom: 0px;
  }
  .basket .amer .top,
  .basket .amer .bottom {
    text-align: center !important;
  }
  .basket .amer .bottom .btn,
  .basket .amer .top.btn {
    right: 0px;
    position: relative;
  }
  .basket .amer .top.btn {
    width: 91%;
  }
  .basket .amer .top.btn button,
  .basket .amer .bottom .btn button {
    margin-right: 0px !important;
    padding: 18px 15px 17px 15px;
    background-image: none;
  }
  .amer .hardgoods-form-popup {
    width: 300px;
    margin-left: -150px;
  }
  .amer .hardgoods-form-popup .image {
    display: none;
  }
  .amer .hardgoods-form-popup .content,
  .amer .hardgoods-form-popup.large .content {
    width: auto;
    margin: 0;
  }
  .amer .hardgoods-form-popup .content p {
    width: 100%;
    margin-right: 0;
  }
  .amer .onestepcheckout-place-order .button {
    width: auto;
  }
  .amer #onestepcheckout-form .btn input {
    margin-left: 0px;
  }
  .identify .amer .item input[type="text"],
  .identify .amer .item input[type="number"],
  .identify .amer .item input[type="email"],
  .identify .amer .item input[type="password"] {
    width: 100% !important;
    box-sizing: border-box;
  }
  .checkout .amer {
    /* Validation */
    /* Page fixing */
  }
  .checkout .amer .already-account {
    left: 7.5%;
  }
  .checkout .amer form .input-box input + input,
  .checkout .amer form .input-box input + input + input,
  .checkout .amer .invoicing .checkboxes > div {
    margin: 10px 0;
  }
  .checkout .amer .radios .radio-list label {
    padding-right: 10px;
  }
  .checkout .amer form .item input[type="text"],
  .checkout .amer form .item input[type="number"],
  .checkout .amer form .item input[type="email"],
  .checkout .amer form .item input[type="password"] {
    height: 37px;
    width: 100%;
  }
  .checkout .amer form .multi-input .input-list input[type=tel],
  .checkout .amer form .multi-input .input-list input[type=number],
  .checkout .amer form .multi-input .input-list input[type=text] {
    width: 67%;
    margin-right: 33%;
  }
  .checkout .amer form .multi-input .input-list li {
    float: left;
    display: inline-block;
    width: 31%;
  }
  .checkout .amer form .select-box .select {
    width: 78.5%;
    max-width: 340px;
  }
  .checkout .amer form .col-right .invoicing .item,
  .checkout .amer form .col-right .invoicing-repeat .item,
  .checkout .amer form .col-right .account .item {
    height: 60px;
  }
  .checkout .amer form .col-right .invoicing .item:first-of-type {
    padding-top: 0px;
  }
  .checkout .amer form .col-right .invoicing .radios {
    height: auto;
  }
  .checkout .amer form .col-right .invoicing-repeat .radios {
    height: 40px;
  }
  .checkout .amer .double-input {
    height: 105px;
  }
  .checkout .amer .col-right .us-address .btn a {
    font-size: 1em;
  }
  .checkout .amer .col-right .us-address .btn {
    width: 200px;
    margin-left: 0 !important;
  }
  .checkout .amer form .validation-advice {
    margin: 45px 0 0;
  }
  .checkout .amer form .validation-error .validation-advice {
    margin-left: 0;
  }
  .checkout .amer form .validation-error.double-input {
    height: 108px !important;
  }
  .checkout .amer form .validation-error.select-box {
    height: 45px !important;
  }
  .checkout .amer form .select-box .validation-advice {
    margin-top: 4px;
  }
  .checkout .amer form .fixing .select .selected {
    width: 88% !important;
  }
  .checkout .amer form .fixing .item {
    height: 56px !important;
  }
  .checkout .amer form .fixing .item > label {
    padding-bottom: 5px;
  }
  .checkout .amer form .fixing .item > .select {
    width: 88%;
  }
  .checkout .amer form .fixing .question .question-mark,
  .checkout .amer form .fixing .question-mark {
    right: 17%;
    top: 10px;
  }
  .checkout .amer form .fixing.conditions .item {
    height: auto !important;
  }
  .checkout .amer form .fixing.btn {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .checkout .amer form .col-right .invoicing .item {
    width: 120%;
  }
  .checkout .amer form .col-right .invoicing .item.checkboxes {
    width: 100%;
  }
  .checkout .amer form .fixing .question .question-mark,
  .checkout .amer form .fixing .question-mark {
    right: 10px;
  }
  .checkout .amer form .fixing .select-box .select select {
    width: 107% !important;
  }
  .checkout #main.amer .double-input {
    height: 100px;
  }
  .checkout #main.amer form .fixing .select-box .select select {
    width: 107% !important;
  }
  .checkout #main.amer .select select {
    width: 98%;
  }
  .checkout #main.amer .select .selected {
    width: 73%;
    padding-right: 25%;
  }
  .checkout #main.amer .old-client .select .selected {
    padding-right: 0;
  }
  .checkout #main.amer .select-box,
  .checkout #main.amer .select-box .select {
    height: 17px;
  }
  .checkout #main.amer .select-box .select select {
    height: 30px;
  }
  .checkout #main.amer .select .selected {
    height: 30px;
    line-height: 30px;
  }
  .hoockup #main.amer {
    height: 315px;
    margin: 50px auto;
    padding: 35px 25px;
    width: 220px;
  }
  .hoockup #main.amer .input-box label {
    padding-top: 5px;
    line-height: 1em;
  }
  #desktop {
    display: none;
  }
  #tablet {
    display: none;
  }
  #largeMobile {
    display: none;
  }
  #mobile {
    display: block;
  }
  #hightlight.v3 .video span {
    background-size: 100px 100px;
  }
  #prod-additionals .prod-desc .desc-title {
    margin-top: 15px;
  }
  .basket-links a.continu {
    line-height: 28px;
  }
  .basket-links .btn {
    float: none;
    width: 100%;
  }
  .basket-links .btn a {
    padding: 5px 3px;
    background-image: none;
    font-size: 1em;
  }
  .amer .popin .left .left,
  .amer .popin .rel .left {
    float: none;
  }
  .amer .popin .abs {
    margin: 0;
  }
  .amer .left p,
  .amer .rel p {
    margin-top: 0;
  }
  .amer .video span {
    height: 75%;
  }
  .amer .radios .radio-list label {
    padding-right: 10px;
    font-size: 0.9em;
  }
  .amer form .item > label {
    float: none;
    width: 100% !important;
    box-sizing: border-box;
  }
  .amer form .input input,
  .amer form .input-box input {
    float: left;
    width: 94%;
    padding: 0 3%;
  }
  .amer .item input[type=text],
  .amer .item input[type=number],
  .amer .item input[type=email],
  .amer .item input[type=password] {
    padding: 0 10px;
    width: 238px;
  }
  .amer .column .select select {
    width: 260px;
  }
  .amer .column .select.quantity select {
    width: 70px;
  }
  .amer .item textarea {
    padding: 5px 10px;
    width: 238px;
  }
  .amer .valid,
  .amer .textarea.valid {
    background-position: 275px 41px;
  }
  .amer .error,
  .amer .textarea.error {
    background-position: 275px -246px;
  }
  .amer .onecheck.valid {
    background-position: 325px 17px;
  }
  .amer .onecheck.error {
    background-position: 325px -270px;
  }
  .statics.customer-account-edit .amer li.item .radio-list {
    width: 100%;
  }
  .customer-address-form.account.registration .amer .new-address .select {
    width: 100% !important;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .account.registration #main.amer .new-address .select .selected {
    width: 100% !important;
    padding-right: 15px;
    box-sizing: border-box;
    height: 38px !important;
  }
  .account.registration #main.amer .new-address .select select {
    width: 107% !important;
  }
  .registration .amer .column01 {
    padding: 15px;
  }
  .registration .amer .required {
    margin-bottom: 10px;
  }
  .registration .amer .indent input {
    margin: 0;
  }
  .registration .amer .item .radio-list {
    width: 100%;
  }
  .registration .amer .my-account .item.multi-input .customer-dob {
    margin-left: 0;
  }
  .registration .amer .my-account .change-pass .item .validation-advice {
    margin-left: 0;
    width: 100%;
  }
  .registration .amer .item .validation-advice,
  .registration .amer .item.indent .validation-advice {
    margin-left: 0;
    padding-left: 0;
  }
  .registration #main.amer form .input-box input,
  .registration #main.amer form .input.indent input {
    width: 100%;
    box-sizing: border-box;
  }
  .registration #main.amer form .multi-input input {
    width: 100%;
  }
  .registration #main.amer form .multi-input > ul {
    width: 100%;
  }
  .customer-address-form.registration.account .amer .my-account .item .validation-advice,
  .customer-address-form.registration.rma-guest-new .amer .my-account .item .validation-advice,
  .customer-address-form.registration.rma-guest-index .amer .my-account .item .validation-advice,
  .customer-address-form.registration.rma-guest-success .amer .my-account .item .validation-advice {
    margin-left: 0;
  }
  .customer-account-login .amer .col-left button,
  .customer-account-login .amer .col-right button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .onestepcheckout-index-index .amer .rfl {
    left: 0% !important;
  }
  .checkout .amer .invoicing a.additional-street-address-btn,
  .checkout .amer .invoicing-repeat a.additional-street-address-btn {
    padding: 0;
  }
}
@media only screen and (max-width: 420px) {
  .amer .cash .total .right {
    width: 45%;
  }
  .checkout #main.amer form .fixing .select .selected {
    width: 86% !important;
  }
  .checkout .amer form .fixing .question .question-mark,
  .checkout .amer form .fixing .question-mark {
    left: 95%;
  }
  .checkout .amer .already-account {
    top: 10px;
  }
  .customer-account-resetpassword .amer .button {
    font-size: 14px;
    padding: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .amer .item input[type=text],
  .amer .item input[type=number],
  .amer .item input[type=email],
  .amer .item input[type=password] {
    width: 193px;
  }
  .amer .onecheck .checkcontainer {
    min-height: 32px;
  }
  .amer .onecheck input {
    height: 32px;
  }
  .amer .onecheck label {
    width: 185px;
    line-height: 16px;
  }
  .amer .item textarea {
    width: 193px;
  }
  .amer .valid,
  .amer .textarea.valid {
    background-position: 225px 41px;
  }
  .amer .error,
  .amer .textarea.error {
    background-position: 225px -246px;
  }
  .amer .onecheck.valid {
    background-position: 225px 17px;
  }
  .amer .onecheck.error {
    background-position: 225px -270px;
  }
  .amer .col-right .osc_images_cb2 {
    background-size: 90%;
  }
  .account .amer .col-left .select select,
  .rma-guest-new .amer .col-left .select select,
  .rma-guest-index .amer .col-left .select select,
  .rma-guest-success .amer .col-left .select select {
    width: 94% !important;
  }
  .account .amer .col-left .select .selected,
  .rma-guest-new .amer .col-left .select .selected,
  .rma-guest-index .amer .col-left .select .selected,
  .rma-guest-success .amer .col-left .select .selected {
    width: 100% !important;
  }
  .account .amer .menu-order-select .selected,
  .rma-guest-new .amer .menu-order-select .selected,
  .rma-guest-index .amer .menu-order-select .selected,
  .rma-guest-success .amer .menu-order-select .selected {
    width: 85% !important;
  }
  .checkout .amer .delivery .radiocontainer label,
  .checkout .amer .delivery .radiocontainer label span.description {
    margin-right: 0px;
    box-sizing: border-box;
    width: 95%;
  }
  .checkout #main.amer .select .selected {
    width: 87% !important;
  }
}
@media only screen and (max-width: 390px) {
  .basket .amer h3 {
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
  .basket .amer .form-product > ul {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .basket .amer .cash {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .basket .amer .cash .freeship .btn input[type=button] {
    left: 0;
  }
  .basket .amer .cash .freeship .open-freeship {
    font-size: 1.28em !important;
  }
  .basket .amer .columns {
    padding: 0px 5px;
  }
  body .amer #checkout-payment-method-load .payment-detail li span,
  body .amer #checkout-payment-method-load.us .payment-detail li span:first-child,
  body .amer #checkout-payment-method-load.us .payment-detail li:nth-of-type(2) span.price b {
    font-size: 14px !important;
  }
  body .amer #discount-coupon-form #coupon_code {
    width: 150px;
  }
  body .amer .phone-information {
    right: -2% !important;
  }
  body .amer .checkcontainer {
    background: url(../images/global/checkbox2_2x.png) no-repeat -5px -173px !important;
    height: 26px;
  }
  body .amer .checkcontainerChecked {
    background-position: -5px -1px !important;
  }
  body .amer .checkboxes label {
    margin-left: 33px !important;
  }
  body .amer .radiocontainer {
    position: relative;
    min-height: 22px;
    background: url(../images/global/radio2_2x.png) -8px -11px no-repeat !important;
    background-size: 40px !important;
  }
  .registration .amer .radios ul .radiocontainer {
    background: url(../images/global/radio2_2x.png) -8px -11px no-repeat !important;
    background-size: 40px !important;
  }
  .registration .amer .radios .radio-list .radiocontainerChecked {
    background-position: -8px -560px !important;
    background-size: 40px !important;
  }
  .registration .amer .radios .radio-list label {
    margin-left: 34px;
  }
  .registration .amer .conditions label {
    padding-top: 7px;
  }
  .registration .amer .conditions .checkcontainer {
    height: 26px;
  }
  .customer-account-login .amer .col-left button,
  .customer-account-login .amer .col-right button {
    font-size: 14px;
  }
  .checkout .amer .col-right {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .checkout .amer .col-right fieldset h3.empty {
    width: 100%;
  }
  .checkout .amer .already-account {
    left: 7.5%;
  }
  .checkout .amer .delivery .radios ul .radiocontainer {
    background: url(../images/global/radio2_2x.png) -8px -11px no-repeat !important;
    background-size: 40px !important;
  }
  .checkout .amer .delivery .radios ul .radiocontainer.radiocontainerChecked {
    background-position: -8px -560px !important;
    background-size: 40px !important;
  }
  .identify .amer .col-left,
  .identify .amer .col-right {
    padding: 7.5%;
  }
}
@media only screen and (max-width: 360px) {
  .basket .amer .retour .item {
    float: none;
    width: 98%;
    margin: 0;
  }
  .basket .amer .retour .details {
    width: 50% !important;
    margin-left: 50%;
    text-align: left;
  }
  .basket .amer h2 {
    margin-bottom: 0px;
  }
  .basket .amer .columns {
    top: 20px !important;
    margin-right: 0px;
    margin-left: 0px;
  }
  .basket .amer .empty.columns {
    top: 0px !important;
  }
  .amer #expertPreChat .element {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .amer #expertPreChat .select {
    width: 93%;
  }
  .amer #expertPreChat .btn {
    margin: 30px 0 10px 0;
  }
  .amer #expertPreChat .btn span {
    display: none;
  }
  .amer #expertPreChat .btn a {
    padding: 12px 15px;
  }
  .amer .video span {
    height: 80%;
  }
  #hightlight.v3 .right a {
    height: 170px;
    min-height: 170px;
  }
  #hightlight.v3 .video span {
    background-size: 60px 60px;
  }
  .home .amer #content h3 {
    margin-top: 10px;
  }
  .home .amer li .text {
    float: right;
    width: 55%;
    margin-left: 0;
  }
  .home .amer li .btn {
    float: right;
  }
  .shp .amer .fancybox-close {
    display: none;
  }
  .shp .amer #content h3 {
    margin-top: 10px;
  }
  .shp .amer li .text {
    float: right;
    width: 55%;
    margin-left: 0;
  }
  .shp .amer li .btn {
    float: right;
  }
  .amer .columncontent .bottom .continue {
    width: 90% !important;
  }
  .amer .cols .bottom .continue {
    width: 67% !important;
  }
}
@media only screen and (max-width: 320px) {
  .checkout .amer form .fixing.btn input,
  .checkout .amer .fixing.btn input {
    padding: 17px 70px 17px 30px;
    background-position: right 16px top 16px;
  }
  .checkout .amer form .fixing .question .question-mark,
  .checkout .amer form .fixing .question-mark {
    right: 0%;
  }
  .checkout .amer .invoicing .radios ul .radiocontainer,
  .checkout .amer .invoicing-repeat .radios ul .radiocontainer {
    width: 100%;
  }
  .checkout .amer .invoicing li > a,
  .checkout .amer .col-right fieldset.end,
  .checkout .amer .col-right fieldset.end input.button {
    width: 100%;
  }
  .checkout .amer .col-right fieldset.end input.button {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout .amer form .fixing .hardgoods-form-popup {
    width: 200px;
    margin-left: -100px;
  }
  .checkout .amer .col-right .btn {
    width: 100%;
  }
  .account .amer .column .btn,
  .rma-guest-new .amer .column .btn,
  .rma-guest-index .amer .column .btn,
  .rma-guest-success .amer .column .btn {
    width: 100%;
  }
  .basket .amer .bottom .btn {
    width: 100%;
    padding-left: 7.5%;
    padding-right: 7.5%;
    box-sizing: border-box;
  }
  .basket .amer .top.btn button,
  .basket .amer .bottom .btn button {
    width: 100%;
  }
  #colophon .wrapper {
    width: 100%;
  }
  .amer .container-video .overlay > a {
    background: url("../images/global/play2.png") no-repeat 30% 30%;
  }
  .amer .container-video .overlay > a:hover {
    background: url("../images/global/play2-hover.png") no-repeat 30% 30%;
  }
  .amer .cash .total .subtotal .left,
  .amer .cash .total .shipping .left,
  .amer .cash .total .discount .left,
  .amer .cash .total .tax .left,
  .amer .cash .total .total-price .left,
  .amer .cash .total .subtotal .right,
  .amer .cash .total .shipping .right,
  .amer .cash .total .discount .right,
  .amer .cash .total .tax .right,
  .amer .cash .total .total-price .right {
    font-size: 1em !important;
  }
  .amer .btn.medium a,
  .amer .btn.medium button {
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    font-size: 12px;
  }
  .amer #discount-coupon-form #coupon_code {
    width: 100px;
  }
  .amer .hardgoods-form-popup .content,
  .amer .hardgoods-form-popup.large .content {
    width: 180px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .identify .amer .item input[type="text"],
  .identify .amer .item input[type="number"],
  .identify .amer .item input[type="email"],
  .identify .amer .item input[type="password"] {
    width: 100% !important;
    box-sizing: border-box;
  }
  .account .my-account .amer .back a,
  .account .my-account .amer .bottom a.continue {
    background-image: none !important;
    padding-left: 0px !important;
    text-align: center;
  }
  .account.customer-address-index .amer section.full a {
    display: block;
    float: none !important;
  }
  .customer-address-form.registration.account .amer .radios ul .radiocontainerChecked,
  .customer-address-form.registration.rma-guest-new .amer .radios ul .radiocontainerChecked,
  .customer-address-form.registration.rma-guest-index .amer .radios ul .radiocontainerChecked,
  .customer-address-form.registration.rma-guest-success .amer .radios ul .radiocontainerChecked {
    width: 100%;
  }
  .customer-address-form.registration.account .amer .new-address .select,
  .customer-address-form.registration.rma-guest-new .amer .new-address .select,
  .customer-address-form.registration.rma-guest-index .amer .new-address .select,
  .customer-address-form.registration.rma-guest-success .amer .new-address .select {
    width: 111%;
  }
  .customer-address-form.registration.account .amer .my-account .item .validation-advice,
  .customer-address-form.registration.rma-guest-new .amer .my-account .item .validation-advice,
  .customer-address-form.registration.rma-guest-index .amer .my-account .item .validation-advice,
  .customer-address-form.registration.rma-guest-success .amer .my-account .item .validation-advice {
    margin-left: 0%;
  }
  .registration .amer .conditions .checkcontainer {
    height: 60px !important;
  }
  .registration .amer .item .radio-list > li {
    width: 100%;
  }
}
@media only screen and (max-width: 300px) {
  .basket .amer .cash .freeship input[type="text"],
  .basket .amer .cash .freeship input[type="number"],
  .basket .amer .cash .freeship input[type="email"] {
    width: 100px;
  }
  .basket .amer .top.btn button,
  .basket .amer .bottom .btn button {
    position: relative;
    background-image: none !important;
    padding: 18px 20px 17px 20px !important;
    margin-right: 0 !important;
    font-size: 16px;
  }
  .basket .amer .top.btn,
  .basket .amer .basket .bottom .btn {
    width: 100%;
    text-align: center;
    right: 0px !important;
  }
  .basket .amer .cash .freeship a.open-freeship {
    font-size: 1em !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  .amer .valid,
  .amer .validation-passed {
    background-position: 320px 42px;
  }
  .account .amer .retour-link,
  .rma-guest-new .amer .retour-link,
  .rma-guest-index .amer .retour-link,
  .rma-guest-success .amer .retour-link {
    background-image: url("../images/icons/retour.png");
    background-size: 31px 30px !important;
  }
  .account .amer .retour-link-nb,
  .rma-guest-new .amer .retour-link-nb,
  .rma-guest-index .amer .retour-link-nb,
  .rma-guest-success .amer .retour-link-nb {
    background-image: url("../images/icons/retour.png");
    background-size: 31px 30px !important;
  }
  .account .amer .valid,
  .rma-guest-new .amer .valid,
  .rma-guest-index .amer .valid,
  .rma-guest-success .amer .valid {
    background-size: 23px 22px;
  }
}
#error_adc {
  display: block;
  margin-left: 23%;
}
.hardgoods-separator {
  margin-top: 30px!important;
}
/*# sourceMappingURL=styles.css.map */