/* Reset padding and margin */
/* inline-block hack */
/* Box Sizing */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Collumn */
/* border radius */
/* Border-radius Custom */
/* box-shadow */
/* Text-shadow */
/* transition */
/* transform (rotate, scale, skew, translate */
/* gradient */
/* quick-gradient */
/* reflection */
/* filter */
/* FlexBox
=================================================================== */
/* Custom mixins
=================================================================== */
/* Absolute div horizontal centering -- parent need to be relative */
/* Absolute div middle of his parent div -- parent need to be relative */
.sprite {
  background: url(../images/cuire/sprites.png) no-repeat top left;
}
.sprite.antique_baie {
  background-position: 0px 0px;
}
.sprite.antique_beige {
  background-position: 0px -42px;
}
.sprite.antique_bleu_minuit {
  background-position: 0px -84px;
}
.sprite.antique_taupe {
  background-position: 0px -126px;
  width: 70px;
  height: 31px;
}
.sprite.aventure_brun {
  background-position: 0px -167px;
}
.sprite.aventure_noir {
  background-position: 0px -209px;
}
.sprite.montana_beige {
  background-position: 0px -251px;
}
.sprite.montana_marron {
  background-position: 0px -293px;
}
.sprite.montana_rouge_brique {
  background-position: 0px -335px;
}
.sprite.montana_sable {
  background-position: 0px -377px;
}
.sprite.paloma_gris {
  background-position: 0px -419px;
}
/* New variables - mini refonte */
/* New buttons styles */
button {
  border: none;
}
.white-button {
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px;
  display: inline-block;
}
.brown-button {
  border: 2px solid #52504e;
  color: #52504e;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px;
  display: inline-block;
}
.fixed-scrollable-content {
  position: relative;
}
.fixed-scrollable-content > div {
  top: 5px!important;
}
/* General
    --------------------------------------------------------------------------------------- */
html {
  color: #161314;
  font-size: 12px;
  font-family: Georgia, serif;
  background: #ffffff;
}
#wrapper {
  /*position: relative;*/
  margin: 0 auto;
  min-width: 980px;
  min-height: 100%;
  /*opacity: 0; filter: alpha(opacity=0);*/
}
#wrapper > section {
  overflow: hidden;
  position: relative;
  min-width: 980px;
}
#wrapper > section > div > div {
  position: relative;
  z-index: 10;
}
#loading-mask {
  position: fixed;
  left: 0;
  top: 0;
  background: #efeeea;
  width: 100%;
  height: 100%;
  z-index: 998;
}
#preloadingMask {
  position: fixed;
  left: 0;
  top: 0;
  background: #efeeea url(../images/layout/ajax-loader-beige.gif) no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: 998;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  color: #403e3c;
}
.styled-products-listing > li img,
.layout-medium #wrapper > header.dark > div,
.layout-small #wrapper > header.dark > div {
  /*padding-top: 50px;*/
}
/* Nav */
/*#wrapper > header nav { position: relative; }*/
#wrapper > header nav > .logo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -5000px;
  background: url(../images/layout/logo_m0851.png) no-repeat 0 0;
  width: 99px;
  height: 25px;
}
#wrapper > header .headline-nav {
  position: absolute;
  margin-top: 32px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 11px;
  font-family: Arial, Arial, Helvetica, sans-serif;
}
.no-touch #wrapper > header nav > a.logo:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.layout-small #wrapper > header nav > .logo {
  /*top: -37px; left: -125px;*/
}
/* Nav - Main Nav */
/*
    #wrapper > header .main-nav { float: left; position: relative; left: 50%; }
    #wrapper > header .main-nav > ul { float: left; position: relative; right: 50%; height: 30px; }
    #wrapper > header .main-nav > ul > li { float: left; position: relative; margin: 0 35px 0 0; padding-bottom: 5px; background: url(../images/layout/5x5.png) 0 0; *height: 100px; }
    #wrapper > header .main-nav > ul > li > a { position: relative; font-size: 14px; font-family: 'BrandonGrotesqueBoldRegular'; text-transform: uppercase; letter-spacing: 1px; line-height: 25px; z-index: 5; white-space: nowrap; }
    .no-touch #wrapper > header .main-nav > ul > li:hover > a,
    #wrapper > header .main-nav > ul > li.active > a { border-bottom: 1px solid #c8c6cb; }
    #wrapper > header .main-nav > ul > li > div { overflow: hidden; position: relative; left: -10px; top: 6px; height: 0; z-index: 1; *position: relative; *left: 0; *top: 0; *margin-left: -10px; *padding-top: 5px;
        -moz-transition-duration: 0.25s;
        -moz-transition-property: height;
        -moz-transition-timing-function: ease-out;
        -webkit-transition-duration: 0.25s;
        -webkit-transition-property: height;
        -webkit-transition-timing-function: ease-out;
        transition-duration: 0.25s;
        transition-property: height;
        transition-timing-function: ease-out;
    }
    #wrapper > header .main-nav > ul > li > div > ul { background: #fff; }
    #wrapper > header .main-nav > ul > li > div > ul a { display: block; color: @txtcolor; font-size: 14px; font-style: italic; line-height: 28px; padding: 5px 10px 0; width: 140px; white-space: nowrap; }
    #wrapper > header .main-nav > ul > li > div > ul .active a,
    .no-touch #wrapper > header .main-nav > ul > li > div > ul a:hover { text-decoration: underline; }

    .layout-small #wrapper > header .main-nav { left: 0; }
    .layout-small #wrapper > header .main-nav > ul { right: 0; //left: 120px; }
    */
.layout-full #wrapper > header .main-nav,
.layout-large #wrapper > header .main-nav,
.layout-medium #wrapper > header .main-nav,
.layout-small #wrapper > header .main-nav {
  left: 0;
  margin-left: 125px;
}
.layout-small #wrapper > header .main-nav {
  margin-left: 0;
}
.layout-full #wrapper > header .main-nav > ul,
.layout-large #wrapper > header .main-nav > ul,
.layout-medium #wrapper > header .main-nav > ul,
.layout-small #wrapper > header .main-nav > ul {
  right: 0;
}
.layout-medium #wrapper > header .main-nav > ul > li,
.layout-small #wrapper > header .main-nav > ul > li {
  margin-right: 20px;
}
#wrapper.fr > header .main-nav > ul > li > div > ul a {
  width: 112px;
}
#wrapper > header .main-nav > ul > li.has_submenu {
  margin-right: 13px;
}
.layout-large #wrapper > header .main-nav > ul > li {
  margin-right: 25px;
}
.layout-large #wrapper > header .main-nav > ul > li.has_submenu {
  margin-right: 5px;
}
.layout-medium #wrapper > header .main-nav > ul > li.has_submenu,
.layout-small #wrapper > header .main-nav > ul > li.has_submenu {
  margin-right: 0px;
}
/* Nav - Secondary Nav */
/*#wrapper > header .secondary-nav { position: absolute; right: 0; top: 0; }*/
/* Other Links */
#wrapper > header .secondary-nav .other-links {
  float: left;
}
#wrapper > header .secondary-nav .other-links > li {
  float: left;
  padding: 0 0 0 10px;
}
#wrapper > header .secondary-nav .other-links > li > a {
  display: block;
  color: #fff;
  font-style: italic;
  line-height: 25px;
}
.no-touch #wrapper > header .secondary-nav .other-links > li > a:hover {
  text-decoration: underline;
}
/* Socials */
#wrapper > header .secondary-nav .socials {
  float: left;
  padding-left: 10px;
}
#wrapper > header .secondary-nav .socials > li {
  float: left;
  position: relative;
  margin: 4px 0 0 15px;
}
#wrapper > header .secondary-nav .socials > li > a {
  display: block;
  text-indent: -5000px;
  background: url(../images/layout/header_icon-socials.png) no-repeat 0 0;
  width: 18px;
  height: 17px;
}
.no-touch #wrapper > header .secondary-nav .socials > li > a:hover {
  /*background-position: 0 -34px;*/
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#wrapper > header .secondary-nav .socials > li.facebook > a {
  background-position: -18px 0;
  width: 9px;
}
.no-touch #wrapper > header .secondary-nav .socials > li.facebook > a:hover {
  /*background-position: -18px -34px;*/
}
#wrapper > header .secondary-nav .socials > li.twitter > a {
  background-position: -27px 0;
  width: 20px;
}
.no-touch #wrapper > header .secondary-nav .socials > li.twitter > a:hover {
  /*background-position: -27px -34px;*/
}
#wrapper > header .secondary-nav .socials > li.pinterest > a {
  background-position: -47px 0;
  width: 17px;
}
.no-touch #wrapper > header .secondary-nav .socials > li.pinterest > a:hover {
  /*background-position: -47px -34px;*/
}
#wrapper > header .secondary-nav .socials > li.vimeo > a {
  background-position: -95px 0;
  width: 19px;
}
#wrapper > header .secondary-nav .socials > li.checkout {
  padding-left: 15px;
  border-left: 1px solid #e8e6e1;
}
#wrapper > header .secondary-nav .socials > li.checkout > a {
  background-position: -64px 0;
  width: 14px;
}
.no-touch #wrapper > header .secondary-nav .socials > li.checkout > a:hover {
  /*background-position: -64px -34px;*/
}
#wrapper > header .secondary-nav .socials > li.cart span {
  display: block;
  position: absolute;
  left: -3px;
  top: -1px;
  font-size: 8px;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  line-height: 9px;
  background: url(../images/layout/header_icon-cart-nb.png) no-repeat 0 0;
  width: 13px;
  height: 13px;
}
#wrapper > header .secondary-nav .socials > li.wishlist > a {
  background-position: -78px 0;
  width: 17px;
}
#wrapper > header .secondary-nav .socials > li.logout > a {
  background-position: -64px 0;
  width: 14px;
}
#wrapper > header .secondary-nav .socials > li:last-child {
  margin-right: 7px;
}
.layout-medium #wrapper > header .secondary-nav .socials > li:last-child,
.layout-small #wrapper > header .secondary-nav .socials > li:last-child {
  margin-right: 0px;
}
/* Language */
#wrapper > header .secondary-nav .language {
  display: block;
  float: left;
  color: #161314;
  font-size: 11px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0 0 0 10px;
  background: #efeeea;
  width: 25px;
}
.no-touch #wrapper > header .secondary-nav .language:hover {
  background: #A29E93;
}
/* Nav - Transparent */
#wrapper > header.transparent {
  background: transparent;
  z-index: 8;
}
/*#wrapper > header.transparent > div { padding-top: 70px; }
    #wrapper > header.transparent .secondary-nav .socials { float: right; } not in styles.css*/
.layout-mobile #wrapper > header.transparent {
  z-index: 900;
}
.layout-mobile #wrapper > section {
  z-index: 800;
}
#wrapper > header.transparent .secondary-nav .other-links,
.layout-medium #wrapper > header.dark .secondary-nav .other-links,
.layout-small #wrapper > header.dark .secondary-nav .other-links {
  position: absolute;
  right: 35px;
  top: -60px;
}
#wrapper.japan > header.transparent .secondary-nav .other-links,
.layout-medium #wrapper.japan > header.dark .secondary-nav .other-links,
.layout-small #wrapper.japan > header.dark .secondary-nav .other-links {
  right: 70px;
}
.layout-medium #wrapper > header.dark .secondary-nav .other-links,
.layout-small #wrapper > header.dark .secondary-nav .other-links {
  top: -35px;
}
/*
    #wrapper > header.transparent .secondary-nav .language,
    .layout-medium #wrapper > header.dark .secondary-nav .language,
    .layout-small #wrapper > header.dark .secondary-nav .language { position: absolute; right: 0; top: -60px; }
    #wrapper.japan > header.transparent .secondary-nav .language.en,
    .layout-medium #wrapper.japan > header.dark .secondary-nav .language.en,
    .layout-small #wrapper.japan > header.dark .secondary-nav .language.en { right: 35px; }
    .layout-medium #wrapper > header.dark .secondary-nav .language,
    .layout-small #wrapper > header.dark .secondary-nav .language { top: -35px; }

    .layout-medium #wrapper > header.dark .secondary-nav .socials,
    .layout-small #wrapper > header.dark .secondary-nav .socials { float: right; } not in styles.css*/
/* Content
    --------------------------------------------------------------------------------------- */
h2 {
  font-size: 19px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 85px 0;
}
.layout-medium h2,
.layout-small h2 {
  margin-bottom: 55px;
}
.right-content {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-left: 450px;
  padding-right: 60px;
  width: 1270px;
}
/*fluid video*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  margin-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%  !important;
  z-index: 1;
}
.clearer {
  clear: both;
  float: none;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.layout-large .right-content {
  padding-left: 350px;
  padding-right: 0;
  width: 1130px;
}
.layout-medium .right-content {
  padding-left: 350px;
  padding-right: 0;
  width: 830px;
}
.layout-small .right-content {
  padding-left: 350px;
  padding-right: 0;
  width: 630px;
}
/* Buttons */
.basic-btn {
  display: block;
  float: right;
  clear: right;
  color: #161314;
  font-size: 11px;
  font-family: 'BrandonGrotesqueBoldRegular';
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 0 20px;
  background: #a29e93;
  height: 35px;
  white-space: nowrap;
}
.no-touch .basic-btn:hover {
  background-color: #e0ded9;
}
.basic-btn.search {
  padding-left: 40px;
  background-image: url(../images/layout/store-locator_map-form-search-btn.png);
  background-repeat: no-repeat;
  background-position: 15px 8px;
}
/* Fake Selectbox */
.fake-selectbox {
  float: left;
  position: relative;
  padding-bottom: 10px;
  min-width: 200px;
  *z-index: 10;
}
.fake-selectbox > span {
  display: block;
  font-style: italic;
  padding: 0 20px 5px 0;
  border-bottom: 1px solid #161314;
  background: url(../images/layout/fake-selectbox_arrows.gif) no-repeat right 5px;
}
.fake-selectbox > div {
  overflow: hidden;
  position: absolute;
  left: -5px;
  top: 0;
  padding: 28px 0 0;
  height: 0;
  z-index: 1;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: height;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: height;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: height;
  transition-timing-function: ease-out;
}
.fake-selectbox > div > ul {
  background: #fff;
  min-width: 205px;
}
.fake-selectbox > div > ul a {
  display: block;
  color: #161314;
  font-size: 14px;
  font-style: italic;
  line-height: 28px;
  padding: 0 10px;
  min-width: 135px;
}
.fake-selectbox > div > ul a:hover {
  text-decoration: underline;
}
/* Fixed Scrollable Content */
.fixed-scrollable-content > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 980px;
}
.fixed-scrollable-content > img.placeholder {
  visibility: hidden;
  width: 100%;
}
.fixed-scrollable-content > div img.background {
  width: 100%;
}
.fixed-scrollable-content > div img.background-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-duration: 0.45s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.45s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.45s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.fixed-scrollable-content > div img.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.fixed-scrollable-content > div > a {
  display: block;
}
.no-touch .fixed-scrollable-content > div > a:hover .background-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-touch .fixed-scrollable-content > div > a:hover .content {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.no-touch .fixed-scrollable-content > div > a:hover .background-hover + .mask + .content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-scrollable-content > div .content {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  color: #fff;
  text-align: right;
  margin: 0 0 0 -807px;
  width: 1615px;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.fixed-scrollable-content > div .content div {
  float: right;
  padding: 0 0 0 110px;
  background: url(../images/layout/fixed-scrollable-content_bg.png) no-repeat 0 0;
}
.fixed-scrollable-content > div .content h1,
.fixed-scrollable-content > div .content h2 {
  font-size: 65px;
  font-family: 'BrandonGrotesqueThinRegular';
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 75px;
  margin: 0;
  padding: 0 0 20px 110px;
}
.fixed-scrollable-content > div .content p {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  padding-left: 110px;
  white-space: nowrap;
}
.fixed-scrollable-content > div .content .basic-btn {
  *float: none;
  margin-top: 60px;
  background: #e8e6e1;
}
.no-touch .fixed-scrollable-content > div .content .basic-btn:hover {
  background: #a29e93;
}
#wrapper > section > div > .fixed-scrollable-content.fixed {
  z-index: 1;
}
#wrapper > section > div > .fixed-scrollable-content.fixed > div {
  position: fixed;
  z-index: 5;
}
.layout-large .fixed-scrollable-content > div .content {
  margin-left: -740px;
  width: 1480px;
}
.layout-medium .fixed-scrollable-content > div .content {
  margin-left: -590px;
  width: 1180px;
}
.layout-small .fixed-scrollable-content > div .content {
  margin-left: -490px;
  width: 980px;
}
.layout-small .fixed-scrollable-content > div .content .basic-btn {
  margin-top: 20px;
}
.layout-small .fixed-scrollable-content > div .content h1,
.layout-small .fixed-scrollable-content > div .content h2 {
  font-size: 45px;
  line-height: 55px;
}
/* Scrollable Content */
.scrollable-content {
  padding: 70px 0 0;
  background: #efeeea;
}
.scrollable-content + .scrollable-content {
  border-top: 1px solid #161314;
}
.scrollable-content > div.align-center {
  margin: 0 auto;
  width: 1615px;
}
.scrollable-content > div h2 {
  float: left;
  margin: 0 30px 0 0;
}
#home-content .scrollable-content {
  padding: 50px 0 100px;
}
.layout-large .scrollable-content > div.align-center {
  width: 100%;
}
.layout-medium .scrollable-content > div.align-center {
  width: 100%;
}
.layout-small .scrollable-content > div.align-center {
  width: 100%;
}
/* Infinite Listing */
.infinite-listing {
  clear: both;
  position: relative;
  padding: 35px 0 0;
  width: 100%;
  margin: 0 auto;
}
.infinite-listing.top {
  width: 720px;
}
.layout-large .infinite-listing.top {
  width: 88%;
}
.layout-medium .infinite-listing.top {
  width: 80%;
}
.layout-small .infinite-listing.top {
  width: 520px;
}
.infinite-listing.no-arrow > div {
  margin: 0!important;
}
.infinite-listing.no-arrow .container {
  padding: 0!important;
}
.infinite-listing.no-arrow {
  padding-left: 0!important;
}
.no-touch .infinite-listing > a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.infinite-listing > a.previous {
  left: -80px;
}
.infinite-listing > a.next {
  right: -80px;
  background-position: -38px 0;
}
.infinite-listing > div {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*height: 318px;*/
}
.infinite-listing .styled-products-listing > li > * {
  width: 206px;
}
.layout-small .infinite-listing {
  margin: 0 auto;
  width: 630px;
}
.layout-small .infinite-listing > a.previous {
  left: -60px;
}
.layout-small .infinite-listing > a.next {
  right: -60px;
}
/* Styled Products Listing */
.styled-products-listing {
  overflow: hidden;
}
.styled-products-listing > li {
  float: left;
  margin: 0 150px 0 0;
}
.styled-products-listing > li > * {
  display: block;
  position: relative;
  color: #161314;
}
.styled-products-listing > li > * > div {
  overflow: hidden;
  top: 0!important;
  width: 100%;
}
.styled-products-listing > li > * div > h3 {
  font-size: 15px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.styled-products-listing > li > * div > h3 > span {
  display: block;
}
.styled-products-listing > li > * > div > span,
.styled-products-listing > li > * > div > a {
  display: block;
  float: left;
  color: #161314;
  font-style: italic;
  text-transform: lowercase;
  line-height: 13px;
  margin-right: 20px;
  padding: 0 20px 0 0;
  background: url(../images/layout/infinite-listing_arrow-btn.gif) no-repeat right 0;
}
.no-touch .styled-products-listing > li > * > div > span:hover,
.no-touch .styled-products-listing > li > * > div > a:hover {
  text-decoration: underline;
}
.styled-products-listing > li > * > img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.no-touch .styled-products-listing > li > *:hover > img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.layout-large .styled-products-listing > li {
  margin-right: 134px;
}
.layout-medium .styled-products-listing > li {
  margin-right: 98px;
}
.layout-small .styled-products-listing > li {
  margin-right: 76px;
}
/* Side Navigation */
.side-menu {
  position: absolute;
  left: 50%;
  top: 953px;
  margin-left: -890px;
  width: 205px;
  z-index: 90;
}
.side-menu.sticked-left {
  left: 0;
  margin-left: 0!important;
}
#shop-content .side-menu,
#collection-content .side-menu,
#product-content .side-menu {
  padding: 0;
  background: none;
  width: 205px;
}
.side-menu > div > h3,
[class*="collections"] .side-menu > div > ul > li > a,
[class*="products"] .side-menu > div > ul > li > a {
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
[class*="customer"] .side-menu > div h3,
[class*="sales"] .side-menu > div h3,
[class*="wishlist"] .side-menu > div h3,
[class*="checkout"] .side-menu > div h3 {
  width: 205px;
}
[class*="customer"] .side-menu a,
[class*="sales"] .side-menu a,
[class*="wishlist"] .side-menu a,
[class*="checkout"] .side-menu a {
  font-size: 14px;
}
.side-menu > div > h3 a {
  color: #161314;
}
.no-touch .side-menu > div > h3 a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.side-menu > div + div {
  margin-top: 10px;
  padding-top: 10px;
}
.side-menu > div > ul > li > a {
  display: block;
  color: #837278;
  font-size: 15px;
  line-height: 25px;
  width: 205px;
  border: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.side-menu > div > ul > li > a:hover {
  color: #3f3639;
}
.side-menu > div > ul > li.active > a {
  color: #161314;
}
.side-menu > div > ul > li > a a {
  border-bottom: 1px solid #e4e4e4;
}
.side-menu > div > ul {
  margin-bottom: 25px;
}
.scrollable-content .side-menu.shop div > ul > li.active {
  margin-bottom: 15px;
}
.side-menu.shop div > ul > li.active {
  margin-bottom: 20px;
}
.side-menu.shop div > ul.no-child > li.active {
  margin-bottom: 0px;
}
.side-menu > div > ul.last {
  margin-bottom: 0px;
}
.side-menu > div > ul > li > ul {
  display: none;
}
.side-menu > div > ul > li > ul > li > a {
  display: block;
  color: #1a1718;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.no-touch .side-menu > div > ul > li > ul > li > a:hover {
  color: #161314;
  border-bottom: 1px solid #cbcbcb;
}
.side-menu > div > ul > li > ul > li > ul a {
  display: block;
  color: #1a1718;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 25px;
  border-bottom: 1px solid #cfcece;
}
.side-menu > div > ul > li > ul > li > ul li.active a {
  font-weight: bold;
}
.no-touch .side-menu > div > ul > li > ul > li > ul a:hover {
  border-bottom: 1px solid #b6b4b4;
}
.side-menu > div > ul > li > ul > li.active > a,
.no-touch .side-menu > div > ul > li > ul > li.active > a:hover {
  color: black;
  border-bottom: 1px solid black;
}
.side-menu > div.search form {
  position: relative;
  margin-top: 15px;
  width: 170px;
}
.side-menu > div.search form input {
  display: block;
  padding: 0 35px 0 10px;
  border-left: 1px solid #ccccc8;
  border-top: 1px solid #ccccc8;
  background: #efeeea;
  width: 125px;
  height: 30px;
}
.side-menu > div.search form .submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -5000px;
  background: url(../images/layout/sidenav_icon-search.png) no-repeat center center;
  width: 35px;
  height: 30px;
}
.side-menu > div.search form .submit:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.side-menu > div.story {
  margin: 25px 0 0 -25px;
  padding: 25px;
  border: none;
  background: #efeeea;
  width: 100%;
}
.side-menu > div.story .title {
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  border-bottom: 1px solid #161314;
}
.side-menu > div.story p {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.layout-large .side-menu {
  margin-left: -740px;
}
.layout-medium .side-menu {
  margin-left: -590px;
}
.layout-small .side-menu {
  margin-left: -490px;
}
/* Social Share */
.socials-share {
  float: right;
  min-width: 240px;
}
.socials-share.bottom {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.socials-share > li {
  float: left;
  margin-left: 30px;
}
.socials-share > li > a {
  display: block;
  overflow: hidden;
  color: #161314;
}
.socials-share > li > a > span {
  display: block;
  float: left;
  line-height: 24px;
}
.socials-share > li > a > .logo {
  text-indent: -5000px;
  margin-top: 2px;
  background: url(../images/layout/header_icon-socials-big.png) no-repeat 0 0;
  width: 100%;
  height: 21px;
}
.socials-share > li.facebook > a > .logo {
  background-position: 0 -21px;
  width: 11px;
}
.socials-share > li.twitter > a > .logo {
  background-position: -11px -21px;
  width: 22px;
}
.socials-share > li.pinterest > a > .logo {
  background-position: -33px -21px;
  width: 20px;
}
.socials-share > li > a > .count {
  margin-left: 5px;
  padding-left: 4px;
  background: url(../images/layout/header_icon-socials-arrow.png) no-repeat 0 center;
}
.socials-share > li > a > .count > span {
  display: block;
  font-size: 12px;
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  padding: 0 5px;
  background: #a29e93;
}
.layout-full .socials-share.bottom {
  right: 60px;
}
.layout-small .socials-share.bottom {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 40px;
}
/* Home
    ---------------------------------------------- */
/* Slider */
#slider-container-home {
  display: block;
  overflow: hidden;
  position: relative;
}
#slider-container-home > img {
  width: 100%;
}
#slider-container-home .slider-arrows {
  display: none;
}
#slider-container-home .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#slider-container-home .slider ul {
  position: relative;
  width: 100;
  height: 100%;
}
#slider-container-home .slider ul li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#slider-container-home .slider ul li:first-child {
  display: block;
}
#slider-container-home .slider ul li.active {
  z-index: 2;
}
#slider-container-home .slider ul li img {
  width: 100%;
}
#slider-container-home .slider ul li .shadow {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/layout/homeslider_shadow.png) repeat-x 0 0;
  width: 100%;
  height: 194px;
  z-index: 1;
}
#slider-container-home .slider-infos-container {
  z-index: 2;
  cursor: pointer;
  opacity: 1!important;
  filter: alpha(opacity=100) !important;
}
#slider-container-home .slider-infos .basic-btn {
  -moz-transition-duration: 0.25s;
  -moz-transition-property: background-color;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: background-color;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: background-color;
  transition-timing-function: ease-out;
}
#slider-container-home .slider-controls {
  position: absolute;
  right: 50%;
  bottom: 40px;
  margin-right: -890px;
  z-index: 10;
}
#slider-container-home .slider-controls > li {
  float: left;
  padding-left: 10px;
}
#slider-container-home .slider-controls > li span {
  display: block;
  color: #e8e6e1;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-align: center;
  line-height: 35px;
  background: #403e3c;
  width: 35px;
  cursor: pointer;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: background-color;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: background-color;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: background-color;
  transition-timing-function: ease-out;
}
#slider-container-home .slider-controls > li.active span,
.no-touch #slider-container-home .slider-controls > li span:hover {
  background: #a29e93;
}
.layout-large #slider-container-home .slider-controls {
  margin-right: -740px;
}
.layout-medium #slider-container-home .slider-controls {
  margin-right: -590px;
}
.layout-small #slider-container-home .slider-controls {
  margin-right: -490px;
}
/* Store Locator */
/* The Shop - Collection
    ---------------------------------------------- */
#shop-content {
  overflow: visible;
  padding-top: 135px;
}
.layout-large #shop-content {
  padding-bottom: 8px;
}
.layout-medium #shop-content {
  padding-top: 130px;
  padding-bottom: 34px;
}
.layout-small #shop-content {
  padding-top: 130px;
  padding-bottom: 25px;
}
.layout-large.push_f #shop-content {
  padding-bottom: 130px;
}
.layout-medium.push_f #shop-content {
  padding-top: 130px;
  padding-bottom: 130px;
}
.layout-small.push_f #shop-content {
  padding-top: 130px;
  padding-bottom: 130px;
}
/* Sorting */
.products-sorting {
  float: right;
  margin-bottom: 45px;
}
.search-info {
  float: left;
  margin-top: -62px;
}
.search-info > span,
.products-sorting > span {
  display: block;
  float: left;
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 1px;
  padding-right: 20px;
}
.search-info span span {
  font-family: Georgia, sans-serif;
  font-style: italic;
  text-transform: none;
}
.products-sorting .selectbox-container {
  position: relative;
  float: left;
  z-index: 1;
}
.products-sorting .selectbox-container .selectbox {
  display: block;
  font-size: 14px;
  font-family: Georgia,serif;
  font-style: italic;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #ffffff url(../images/layout/selectbox-container_arrow-down.gif) no-repeat right 13px;
  width: 230px;
  height: 30px;
  cursor: pointer;
}
.products-sorting .selectbox-container .selectbox.opened {
  background: #ffffff url(../images/layout/selectbox-container_arrow-up.gif) no-repeat right center;
}
.products-sorting .selectbox-container .selectbox-wrapper {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 31px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: none;
  background: #fff;
  max-height: 144px;
  width: 250px!important;
}
.products-sorting .selectbox-container .selectbox-wrapper li {
  color: #161314;
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  text-align: left;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
}
.no-touch .products-sorting .selectbox-container .selectbox-wrapper li:hover {
  color: #fff;
  background: #161314;
}
/* Items List */
#shop-content .styled-products-listing,
#collection-content .styled-products-listing {
  width: 1370px;
}
#shop-content .styled-products-listing li {
  margin: 0 0 70px;
  width: 25%;
}
#collection-content .styled-products-listing li {
  margin: 0 0 70px;
  width: 33.33%;
}
#shop-content .styled-products-listing li a,
#collection-content .styled-products-listing li a {
  display: block;
  margin: 0 100px 0 0;
}
#shop-content .styled-products-listing li img,
#collection-content .styled-products-listing li img {
  width: 100%;
}
#collection-content .styled-products-listing h3 {
  font-size: 14px;
}
#collection-content .styled-products-listing h3 > span {
  overflow: hidden;
}
#collection-content .styled-products-listing h3 .new {
  display: block;
  float: right;
  color: #fff;
  font-size: 11px;
  line-height: 27px;
  margin-left: 10px;
  padding: 0 10px;
  background: #1d284f;
}
#collection-content .styled-products-listing h3 .sale {
  display: block;
  float: right;
  color: #fff;
  font-size: 11px;
  line-height: 27px;
  margin-left: 10px;
  padding: 0 10px;
  background: #b55712;
}
#collection-content .styled-products-listing h3 .text {
  display: block;
  overflow: hidden;
}
#collection-content .styled-products-listing h3 em {
  display: block;
  font-family: Georgia,serif;
  font-style: italic;
  text-transform: none;
}
#collection-content .styled-products-listing h4 {
  font-size: 18px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#collection-content .styled-products-listing h4 .oldprice {
  color: #a29e93;
  text-decoration: line-through;
  padding-right: 5px;
}
#collection-content .styled-products-listing .promo > a {
  position: relative;
  text-align: center;
  height: 437px;
}
.layout-medium #collection-content .styled-products-listing .promo > a {
  height: 274px;
}
.layout-small #collection-content .styled-products-listing .promo > a {
  height: 349px;
}
.layout-large #collection-content .styled-products-listing .promo > a {
  height: 419px;
}
#collection-content .styled-products-listing .promo > a > div {
  font-size: 30px;
  font-family: 'BrandonGrotesqueRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  width: auto;
}
#collection-content .styled-products-listing .promo > a > div div {
  font-size: 65px;
}
#collection-content .styled-products-listing .promo > a > .read-more {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
#collection-content .styled-products-listing .promo > a > .read-more > span {
  display: inline-block !important;
  color: #161314;
  font-size: 14px;
  font-style: italic;
  text-transform: lowercase;
  line-height: 13px;
  padding: 0 20px 0 0;
  background: url(../images/layout/infinite-listing_arrow-btn.gif) no-repeat right 0;
}
.ie8 #collection-content .styled-products-listing .promo > a > .read-more > span,
.ie7 #collection-content .styled-products-listing .promo > a > .read-more > span {
  zoom: 1;
  *display: inline !important;
}
.no-touch #collection-content .styled-products-listing .promo > a:hover > .read-more {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.layout-large #shop-content .styled-products-listing,
.layout-large #collection-content .styled-products-listing {
  width: 1130px;
}
/* Product
    --------------------------------------------------------------------------------------- */
/*#product-content { background: #fff; }
    #product-content .side-menu { margin-top: -8px; padding: 0; width: 205px; }
    #product-content .side-menu > div.story { margin-left: 0; width: auto; }*/
.right-content {
  overflow: hidden;
  position: relative;
  padding-top: 135px;
  padding-bottom: 100px;
}
.right-content > .left-column {
  float: left;
  width: 810px;
}
.right-content > .right-column {
  float: right;
  width: 320px;
}
.layout-large #product-content .right-content > .left-column {
  width: 760px;
}
.layout-medium #product-content .right-content > .left-column {
  width: 460px;
}
.layout-medium #product-content .right-content,
.layout-small #product-content .right-content {
  padding-top: 130px;
}
.layout-small #product-content .side-menu {
  display: none;
}
.layout-small #product-content .right-content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 980px;
}
.layout-small #product-content .right-content > .left-column {
  width: 610px;
}
/* Top Buttons + Social */
#product-content .right-content .back-btn {
  display: inline-block !important;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0px;
  line-height: 30px;
  margin-bottom: 40px;
  height: 30px;
}
.ie8 #product-content .right-content .back-btn,
.ie7 #product-content .right-content .back-btn {
  zoom: 1;
  *display: inline !important;
}
#product-content .right-content .btn-zoom {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  background: #a29e93 url(../images/layout/product_icon-zoom.png) no-repeat center center;
  width: 30px;
  height: 30px;
  z-index: 10;
}
.layout-mobile #product-content .right-content .btn-zoom {
  display: none;
}
.no-touch #product-content .right-content .btn-zoom:hover {
  background-color: #e0ded9;
}
#product-content .socials-share {
  float: left;
  padding-top: 15px;
  padding-right: 40px;
  border-top: 1px solid #161314;
  min-width: 1px;
}
#product-content .socials-share > li {
  margin-left: 15px;
}
#product-content .socials-share > li a .logo {
  background-image: url(../images/layout/header_icon-socials.png);
  height: 17px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.no-touch #product-content .socials-share > li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#product-content .socials-share > .text {
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0;
}
#product-content .socials-share > .facebook a .logo {
  background-position: -18px -17px;
  width: 9px;
}
#product-content .socials-share > .twitter a .logo {
  background-position: -27px -17px;
  width: 20px;
}
#product-content .socials-share > .pinterest a .logo {
  background-position: -47px -17px;
  width: 17px;
}
#product-content .socials-share .count {
  display: none;
}
/* Slider */
#slider-container-product {
  clear: both;
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}
#slider-container-product .slider {
  overflow: hidden;
  margin-bottom: 50px;
  width: 100%;
}
#slider-container-product .slider ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 810px;
}
#slider-container-product .slider ul li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#slider-container-product .slider ul li:first-child {
  display: block;
}
#slider-container-product .slider ul li.active {
  z-index: 2;
}
#slider-container-product .slider ul li img {
  width: 100%;
}
.slider-controls-container {
  overflow: hidden;
  position: relative;
}
.slider-controls-container [class*="btn-"] {
  display: none;
  cursor: pointer;
  z-index: 999;
  background: url(../images/layout/infinite-listing_arrows.gif) no-repeat;
  width: 38px;
  height: 75px;
  text-indent: -9999px;
}
.slider-controls-container .btn-previous {
  background-position: 0 0;
}
.slider-controls-container .btn-next {
  background-position: -38px 0;
}
.no-touch .slider-controls-container > .btn-previous:hover,
.no-touch .slider-controls-container > .btn-next:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.slider-controls-container > .container {
  overflow: hidden;
}
.slider-controls {
  overflow: hidden;
}
.slider-controls li {
  float: left;
  width: 345px;
}
.slider-controls li a {
  display: block;
  margin: 0 20px;
  cursor: pointer;
}
.no-touch .slider-controls li a {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.slider-controls li.active a,
.slider-controls li a.active {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.no-touch .slider-controls li a:hover {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.slider-controls li img {
  width: 100%;
}
.slider-arrows,
.slider-infos {
  display: none;
}
.layout-large #slider-container-product .slider ul {
  height: 570px;
}
.layout-large #slider-container-product .slider-controls li {
  width: 320px;
}
.layout-medium #slider-container-product .slider ul {
  height: 345px;
}
.layout-medium #slider-container-product .slider-controls li {
  width: 170px;
}
.layout-small #slider-container-product .slider ul {
  height: 458px;
}
.layout-small #slider-container-product .slider-controls li {
  width: 245px;
}
.product-related .slider-controls-container {
  padding-left: 60px;
}
.product-related .slider-controls-container:before,
.product-related .slider-controls-container:after,
.product-related .slider-controls-container,
.product-related .slider-controls-container *,
.product-related .slider-controls-container *:before,
.product-related .slider-controls-container *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-related .slider-controls-container ul {
  margin: 0 auto;
}
.layout-full .product-related .slider-controls-container ul li {
  width: 325px;
}
.layout-full .product-related .slider-controls-container,
.layout-full .product-related .align-center {
  width: 1800px;
}
.layout-large .product-related .slider-controls-container,
.layout-large .product-related .align-center {
  width: 1480px;
}
.layout-large .product-related .slider-controls-container ul li {
  width: 250px;
}
.layout-medium .product-related .slider-controls-container,
.layout-medium .product-related .align-center {
  width: 1180px;
}
.layout-small .product-related .slider-controls-container,
.layout-small .product-related .align-center {
  width: 980px;
}
.layout-large .product-related .slider-controls-container .slider ul {
  height: 570px;
}
.layout-medium .product-related .slider-controls-container .slider ul {
  height: 345px;
}
.layout-medium .product-related .slider-controls-container .slider-controls li {
  width: 200px;
}
.layout-small .product-related .slider-controls-container .slider ul {
  height: 458px;
}
.layout-small .product-related .slider-controls-container .slider-controls li {
  width: 165px;
}
/* Infos */
#product-content .product-infos {
  margin-bottom: 25px;
}
#product-content .product-infos > .title {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #161314;
}
#product-content .product-infos > .title h1 {
  font-size: 21px;
  font-family: BrandonGrotesqueBoldRegular;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -4px;
  padding-bottom: 2px;
}
#product-content .product-infos > .title .sale {
  float: right;
  position: relative;
  color: #fff;
  font-size: 10px;
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
  margin-left: 10px;
  padding: 0 15px;
  background: #b55712;
}
#product-content .product-infos > .title .category {
  display: block;
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  padding: 0 0 18px;
}
#product-content .product-infos > .title .price {
  display: block;
  font-size: 18px;
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
}
#product-content .product-infos > .title .price span {
  color: #a29e93;
  font-size: 16px;
  text-decoration: line-through;
  padding-right: 5px;
}
#product-content .product-infos .infos > a {
  display: inline-block !important;
  color: #161314;
  font-style: italic;
  padding-right: 20px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: url(../images/layout/fake-selectbox_arrows.gif) no-repeat right 5px;
}
.ie8 #product-content .product-infos .infos > a,
.ie7 #product-content .product-infos .infos > a {
  zoom: 1;
  *display: inline !important;
}
#product-content .product-infos .infos > a.opened {
  background-position: right -11px;
}
.no-touch #product-content .product-infos .infos > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#product-content .product-infos .infos > div {
  display: none;
  padding-top: 15px;
}
#product-content .product-infos p,
#product-content .product-infos .infos div,
#product-content .product-infos li {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  padding-bottom: 25px;
}
#product-content .product-infos .infos div {
  padding-bottom: 0;
}
#product-content .product-infos h3 {
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#product-content .product-infos ul li {
  overflow: hidden;
  padding-left: 10px;
  padding-bottom: 0;
  background: url(../images/layout/bullet.png) no-repeat 0 8px;
  min-height: 22px;
}
#product-content .product-infos ul li span {
  display: block;
  float: left;
  width: 49%;
}
/* Add to cart */
#product-content .product-add-to-cart {
  margin-bottom: 25px;
  padding: 20px 20px 0;
  /*background: @boxSecondary;*/
}
#product-content .product-add-to-cart h3 {
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 30px;
}
#product-content .product-add-to-cart .selectbox-container {
  position: relative;
  margin-bottom: 15px;
  z-index: 10;
}
#product-content .product-add-to-cart .selectbox-container .selectbox {
  display: block;
  font-size: 12px;
  font-family: Georgia,serif;
  font-style: italic;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #ffffff url(../images/layout/selectbox-container_arrow-down.gif) no-repeat right 13px;
  width: 55px;
  height: 30px;
  cursor: pointer;
}
#product-content .product-add-to-cart .selectbox-container .selectbox.opened {
  background: #ffffff url(../images/layout/selectbox-container_arrow-up.gif) no-repeat right center;
}
#product-content .product-add-to-cart .selectbox-container .selectbox-wrapper {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 31px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: none;
  background: #fff;
  max-height: 144px;
  width: 75px!important;
}
#product-content .product-add-to-cart .selectbox-container .selectbox-wrapper li {
  color: #161314;
  font-size: 12px;
  font-family: Georgia, serif;
  font-style: italic;
  text-align: left;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
}
.no-touch #product-content .product-add-to-cart .selectbox-container .selectbox-wrapper li:hover {
  color: #fff;
  background: #161314;
}
#product-content .product-add-to-cart .quantity {
  float: left;
  clear: left;
  position: relative;
  width: 65px;
  z-index: 10;
}
#product-content .product-add-to-cart .quantity .selectbox-container .selectbox {
  width: 43px;
}
#product-content .product-add-to-cart .quantity .selectbox-container .selectbox-wrapper {
  width: 63px!important;
}
#product-content .product-add-to-cart .color {
  float: right;
  width: 200px;
}
#product-content .product-add-to-cart .color .selectbox-container .fake-color-patch {
  display: block;
  position: absolute;
  left: 11px;
  top: 4px;
  width: 24px;
  height: 24px;
  z-index: 5;
}
#product-content .product-add-to-cart .color .selectbox-container .selectbox {
  padding-left: 42px;
  width: 146px;
}
#product-content .product-add-to-cart .color .selectbox-container .selectbox-wrapper {
  width: 198px!important;
}
#product-content .product-add-to-cart .color .selectbox-container .selectbox-wrapper li {
  overflow: hidden;
  line-height: 32px;
}
.no-touch #product-content .product-add-to-cart .color .selectbox-container .selectbox-wrapper li:hover {
  color: #666;
  background: #fff;
}
#product-content .product-add-to-cart .color .selectbox-container .selectbox-wrapper li .icon {
  display: block;
  float: left;
  margin-top: 4px;
  width: 24px;
  height: 24px;
}
#product-content .product-add-to-cart .color .selectbox-container .selectbox-wrapper li .text {
  display: block;
  margin-left: 32px;
}
#product-content .product-add-to-cart .size {
  clear: left;
  float: left;
  position: relative;
  width: 100%;
  z-index: 5;
}
#product-content .product-add-to-cart .size .selectbox-container .selectbox {
  width: 67px;
}
#product-content .product-add-to-cart .size .selectbox-container .selectbox-wrapper {
  width: 87px!important;
}
.btn {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  color: #161314;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
  background: #a29e93;
  border: none;
  cursor: pointer;
}
button.btn {
  margin: 0;
}
.out-of-stock .btn.out,
.no-touch .out-of-stock .btn.out {
  cursor: default;
  background: #a29e93 !important;
}
.btn,
.btn:active {
  outline: none;
}
.basic-btn.out,
.no-touch .basic-btn.out {
  cursor: default;
  background: #a29e93 !important;
}
.btn + .btn {
  margin-top: 10px;
}
.no-touch .btn:hover {
  background: #e0ded9;
}
.btn.buy-now {
  color: #efeeea;
  background: #403e3c;
}
.no-touch .btn.buy-now:hover {
  color: #161314;
  background: #e0ded9;
}
.message {
  font-family: Arial, Arial, Helvetica, sans-serif;
  padding: 20px 0 0;
}
.btn-arrow {
  display: block;
  float: left;
  color: #161314;
  font-style: italic;
  line-height: 13px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
  background: url(../images/layout/infinite-listing_arrow-btn.gif) no-repeat right 0;
}
.no-touch .btn-arrow:hover {
  text-decoration: underline;
}
#product-content .product-add-to-cart .size-chart-box {
  display: none;
  float: none;
  clear: both;
  overflow: hidden;
  padding-bottom: 20px;
}
#product-content .product-add-to-cart.size-chart .size-chart-box {
  display: block;
}
#product-content .product-add-to-cart .size-chart-box > a {
  display: block;
  float: left;
  color: #161314;
  font-style: italic;
  line-height: 13px;
  padding: 0 20px 0 0;
  background: url(../images/layout/infinite-listing_arrow-btn.gif) no-repeat right 0;
}
.no-touch #product-content .product-add-to-cart .size-chart-box > a:hover {
  text-decoration: underline;
}
#product-content .product-add-to-cart .size-chart-box > a#size-chart-close-btn {
  display: none;
}
#product-content .product-add-to-cart .size-chart-box > div {
  display: none;
  clear: both;
  position: relative;
  margin-top: 45px;
  padding-top: 425px;
  background: url(../images/layout/product_size-chart-diagram.jpg) no-repeat center 0;
  min-height: 375px;
}
#product-content .product-add-to-cart .size-chart-box > div .chart {
  margin-bottom: 25px;
}
#product-content .product-add-to-cart .size-chart-box > div .chart > li > ul {
  overflow: hidden;
}
#product-content .product-add-to-cart .size-chart-box > div .chart > li > ul > li {
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  width: 49px;
}
#product-content .product-add-to-cart .size-chart-box > div .chart > li > ul > li:first-child {
  margin-left: 0;
  width: 25px;
}
#product-content .product-add-to-cart .size-chart-box > div .chart > li > ul > li strong,
#product-content .product-add-to-cart .size-chart-box > div .chart > li > ul > li span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 32px;
  background: #f6f6f6;
}
#product-content .product-add-to-cart .size-chart-box > div .chart > li > ul > li strong {
  font-weight: bold;
}
#product-content .product-add-to-cart .size-chart-box > div .legend {
  overflow: hidden;
}
#product-content .product-add-to-cart .size-chart-box > div .legend > li {
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
}
#product-content .product-add-to-cart .size-chart-box > div .legend > li strong {
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#product-content .product-add-to-cart .size-chart-box > div .legend > li em {
  font-style: italic;
}
#product-content .product-add-to-cart .size-chart-box > div a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #161314;
  font-style: italic;
  line-height: 13px;
  padding: 0 20px 0 0;
  background: url(../images/layout/infinite-listing_arrow-btn.gif) no-repeat right 0;
}
.no-touch #product-content .product-add-to-cart .size-chart-box > div a:hover {
  text-decoration: underline;
}
/* Color Index */
#product-content .product-color-index > li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #161314;
}
#product-content .product-color-index > li > h3 {
  float: left;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  line-height: 13px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
#product-content .product-color-index > li > a {
  display: block;
  float: right;
  color: #161314;
  font-style: italic;
  line-height: 13px;
  margin-bottom: 15px;
  padding-right: 20px;
  background: url(../images/layout/infinite-listing_arrow-btn.gif) no-repeat right center;
}
.no-touch #product-content .product-color-index > li > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#product-content .product-color-index > li > ul {
  clear: both;
}
#product-content .product-color-index > li > ul li + li {
  margin-top: 8px;
}
#product-content .product-color-index > li > ul a {
  display: block;
  overflow: hidden;
}
#product-content .product-color-index > li > ul .active a,
.no-touch #product-content .product-color-index > li > ul a:hover {
  /*background: #efeeea;*/
  background: #A29E93;
}
#product-content .product-color-index > li > ul a .img {
  overflow: hidden;
  float: left;
  width: 70px;
  height: 32px;
}
#product-content .product-color-index > li > ul a .img img {
  min-width: 100%;
  min-height: 100%;
}
#product-content .product-color-index > li > ul a .text {
  color: #161314;
  font-style: italic;
  line-height: 32px;
  margin-left: 70px;
  padding: 0 20px;
}
/* Big Images */
#product-content .big-image-container {
  overflow: hidden;
  position: relative;
}
#product-content .big-image-container > img {
  width: 100%;
}
#product-content .big-image-container > .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#product-content .big-image-container .legend {
  position: absolute;
  right: 65px;
  top: 0;
  width: 200px;
  z-index: 2;
}
#product-content .big-image-container .legend > li + li {
  padding-top: 25px;
}
#product-content .big-image-container .legend > li a {
  overflow: hidden;
  color: #dbdad6;
}
#product-content .big-image-container .legend > li a:hover {
  color: #fff;
}
#product-content .big-image-container .legend > li a .nb {
  float: left;
  font-family: Arial, Arial, Helvetica, sans-serif;
}
#product-content .big-image-container .legend > li a .text {
  line-height: 18px;
  margin-left: 30px;
}
#product-content .big-image-container .legend > li a .text h3 {
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#product-content .big-image-container .legend > li a .text p {
  font-style: italic;
}
.layout-medium #product-content .big-image-container .legend > li a .text p,
.layout-small #product-content .big-image-container .legend > li a .text p {
  display: none;
}
/* Related */
#product-content .scrollable-content {
  padding: 45px 0;
  background: none;
}
#product-content .scrollable-content > div h2 {
  float: none;
  margin: 0;
  text-align: center;
}
#product-content .styled-products-listing > li {
  margin-right: 50px;
  width: 368px;
}
#product-content .styled-products-listing > li > * {
  width: auto;
}
#product-content .styled-products-listing > li > * img {
  width: 100%;
}
.layout-large #product-content .styled-products-listing > li {
  width: 335px;
}
.layout-medium #product-content .styled-products-listing > li {
  width: 260px;
}
.layout-small #product-content .styled-products-listing > li {
  width: 170px;
}
/* Checkout
    ---------------------------------------------- */
.customer-account-create .col2-set {
  width: 860px;
}
.customer-account-create .layout-large .col2-set .col {
  width: 405px;
  margin-left: 50px;
  margin-bottom: 50px;
  float: left;
}
.customer-account-create .layout-large .col2-set .col:first-child {
  margin-left: 0px;
}
.customer-account-create .layout-large .col2-set .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.customer-account-create .layout-large .col2-set .col input,
.customer-account-create .layout-small .col2-set .col input {
  width: 210px;
}
.customer-account-create .layout-medium .col2-set {
  width: 780px;
}
.customer-account-create .layout-small .col2-set {
  width: 580px;
}
.customer-account-create .layout-medium .col2-set .col {
  width: 380px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
.customer-account-create .layout-medium .col2-set .col:first-child {
  margin-left: 0px;
}
.customer-account-create .layout-medium .col2-set .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.customer-account-create .layout-small .col2-set .col {
  width: 580px;
  margin-left: 0px;
  margin-bottom: 0px;
  float: left;
}
.customer-account-create .layout-small .col2-set .col:first-child {
  margin-left: 0px;
}
.customer-account-create .layout-small .col2-set .col:nth-child(1n+1) {
  margin-left: 0px;
  clear: left;
}
.customer-account-create .layout-small .col2-set .col {
  margin-left: 0px;
  clear: left;
}
.customer-account-edit .layout-full .newpass input {
  width: 160px !important;
}
.customer-account-edit .layout-large .newpass input {
  width: 160px !important;
}
.customer-account-edit .layout-medium .newpass input {
  width: 130px !important;
}
#checkout-content,
#col-2-content,
.customer-account-create .right-content {
  padding-top: 135px;
  padding-bottom: 65px;
}
#checkout-content h2,
#col-2-content h2,
.customer-account-create h2 {
  float: none;
  margin: 0 ;
  margin-bottom: 10px;
}
#checkout-content h2 span,
#col-2-content h2 span,
h2 span {
  display: block;
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
}
#checkout-content h2 span a,
#col-2-content h2 span a,
h2 span a {
  color: inherit;
}
#checkout-content .left-box,
#col-2-content .left-box {
  float: left;
  width: 770px;
}
.wishlist-index-index .my-wishlist .left-box .box-bg {
  width: 720px;
}
.wishlist-index-index .layout-large .my-wishlist .left-box .box-bg {
  width: 680px;
}
.wishlist-index-index .layout-medium .my-wishlist .left-box .box-bg {
  width: 780px;
}
.wishlist-index-index .layout-small .my-wishlist .left-box .box-bg {
  width: 580px;
}
.wishlist-index-index .my-wishlist .left-box .box-bg {
  position: relative;
}
.wishlist-index-index .my-wishlist .left-box .box-bg .btn_holder {
  position: absolute;
  bottom: 25px;
}
.wishlist-index-index .layout-small .my-wishlist .left-box .box-bg .btn_holder {
  position: static;
}
.layout-large #checkout-content,
.layout-large #col-2-content {
  padding-bottom: 8px;
}
.layout-medium #checkout-content,
.layout-medium #col-2-content {
  padding-top: 130px;
  padding-bottom: 34px;
}
.layout-small #checkout-content,
.layout-small #col-2-content {
  padding-top: 130px;
  padding-bottom: 25px;
}
.layout-large #checkout-content .left-box,
.layout-large #col-2-content .left-box {
  width: 730px;
}
.layout-medium #checkout-content .left-box,
.layout-medium #col-2-content .left-box {
  width: 830px;
}
.layout-small #checkout-content .left-box,
.layout-small #col-2-content .left-box {
  width: 630px;
}
/* Right Box */
#checkout-content .right-box {
  float: right;
  margin-bottom: 35px;
  padding: 45px 25px 30px;
  background: #eeede9;
  width: 300px;
}
#checkout-content .right-box > h3 {
  font-size: 13px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #161314;
}
/*#checkout-content .right-box .before-checkout { display: none; }*/
#checkout-content .right-box .before-checkout .total {
  display: block;
  font-size: 17px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-align: center;
  margin-bottom: 20px;
}
#checkout-content .right-box .before-checkout .total span {
  display: block;
  text-transform: uppercase;
  margin: 0 auto 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b4b3b3;
  width: 75px;
}
#checkout-content .right-box .before-checkout em {
  display: block;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  line-height: 23px;
  margin-bottom: 25px;
}
#checkout-content .right-box .before-checkout .basic-btn {
  float: none;
  text-align: center;
  margin: 0 auto;
  width: 160px;
}
#checkout-content .right-box .after-checkout {
  display: block;
  overflow: hidden;
  position: relative;
}
#checkout-content .right-box .after-checkout .items-list > li {
  overflow: hidden;
  margin-bottom: 25px;
}
#checkout-content .right-box .after-checkout .items-list > li > a {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 22px;
  width: 106px;
  /*height: 70px;*/
}
#checkout-content .right-box .after-checkout .items-list > li > a img {
  width: 100%;
}
#checkout-content .right-box .after-checkout .items-list > li > div {
  margin-left: 150px;
  padding-top: 15px;
}
#checkout-content .right-box .after-checkout .items-list > li > div h4 {
  font-size: 13px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
#checkout-content .right-box .after-checkout .items-list > li > div h4 span {
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}
#checkout-content .right-box .after-checkout .items-list > li > div .unity {
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
}
#checkout-content .right-box .after-checkout .basic-btn {
  float: none;
  text-align: center;
  margin: 0 auto 25px;
  width: 100px;
}
.fr #checkout-content .right-box .after-checkout .basic-btn {
  width: 160px;
}
#checkout-content .right-box .after-checkout .grand-total {
  padding-top: 25px;
  border-top: 1px solid #161314;
}
#checkout-content .right-box .after-checkout .grand-total > li {
  overflow: hidden;
  font-size: 13px;
  padding-bottom: 5px;
}
#checkout-content .right-box .after-checkout .grand-total > li > span {
  display: block;
  float: right;
  width: 140px;
}
#checkout-content .right-box .after-checkout .grand-total > li > span:first-child {
  float: left;
  text-align: right;
  width: 128px;
}
#checkout-content .right-box .after-checkout .grand-total > li.discount {
  font-family: Arial, Helvetica, sans-serif;
}
#checkout-content .right-box .after-checkout .grand-total > li.subtotal {
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#checkout-content .right-box .after-checkout .grand-total > li.shipping,
#checkout-content .right-box .after-checkout .grand-total > li.taxes {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
}
#checkout-content .right-box .after-checkout .grand-total > li.taxes {
  padding-top: 10px;
}
#checkout-content .right-box .after-checkout .grand-total > li.shipping > span:first-child,
#checkout-content .right-box .after-checkout .grand-total > li.taxes > span:first-child {
  font-family: Georgia, serif;
  font-style: italic;
}
#checkout-content .right-box .after-checkout .grand-total > li.total {
  font-size: 17px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 0;
  padding-top: 15px;
}
#checkout-content .right-box .after-checkout .grand-total > li.note {
  font-family: Georgia, serif;
  font-style: italic;
  text-align: center;
  line-height: 18px;
}
.layout-medium #checkout-content .right-box {
  width: 780px;
}
.layout-medium #checkout-content .right-box .after-checkout {
  padding-bottom: 30px;
}
.layout-medium #checkout-content .right-box .after-checkout .items-list {
  overflow: hidden;
  float: left;
  border-right: 1px solid #161314;
  width: 50%;
}
.layout-medium #checkout-content .right-box .after-checkout .items-list > li {
  margin-left: -22px;
}
.layout-medium #checkout-content .right-box .after-checkout .items-list > li > div {
  padding-top: 0;
}
.layout-medium #checkout-content .right-box .after-checkout .grand-total {
  float: right;
  padding-top: 0;
  border-top: none;
  width: 48%;
}
.layout-medium #checkout-content .right-box .after-checkout .grand-total > li > span {
  width: 48%;
}
.layout-medium #checkout-content .right-box .after-checkout .basic-btn {
  clear: none;
  float: none;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
.layout-small #checkout-content .right-box {
  width: 580px;
}
.layout-small #checkout-content .right-box .after-checkout {
  padding-bottom: 30px;
}
.layout-small #checkout-content .right-box .after-checkout .items-list {
  overflow: hidden;
  float: left;
  border-right: 1px solid #161314;
  width: 50%;
}
.layout-small #checkout-content .right-box .after-checkout .items-list > li {
  margin-left: -22px;
}
.layout-small #checkout-content .right-box .after-checkout .items-list > li > div {
  padding-top: 0;
}
.layout-small #checkout-content .right-box .after-checkout .grand-total {
  float: right;
  padding-top: 0;
  border-top: none;
  width: 48%;
}
.layout-small #checkout-content .right-box .after-checkout .grand-total > li > span {
  width: 48%;
}
.layout-small #checkout-content .right-box .after-checkout .basic-btn {
  clear: none;
  float: none;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
/* Forms - General */
#checkout-content form h3 {
  clear: both;
  font-size: 13px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #161314;
}
#checkout-content form p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
  padding-bottom: 20px;
}
#checkout-content form .arrow-btn {
  display: block;
  float: left;
  color: #161314;
  font-style: italic;
  line-height: 13px;
  padding: 0 20px 0 0;
  background: url(../images/layout/infinite-listing_arrow-btn.gif) no-repeat right 0;
}
#checkout-content .label {
  display: block;
  padding-bottom: 15px;
  min-height: 32px;
}
#checkout-content .label + .basic-btn {
  margin-top: 15px;
}
#checkout-content .label + .basic-btn + .arrow-btn {
  margin-top: 24px;
}
#checkout-content .label > span {
  display: block;
  float: left;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 32px;
  width: 95px;
  white-space: nowrap;
}
#checkout-content .label > span.two-lines {
  line-height: 16px;
  white-space: normal;
}
#checkout-content .label > input.text,
#checkout-content .label > textarea.text {
  display: block;
  float: left;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  margin-left: 18px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #fff;
  width: 210px;
  height: 30px;
}
#checkout-content .label > textarea.text {
  float: none;
  clear: both;
  line-height: 18px;
  margin: 0 0 15px;
  padding: 10px;
  width: 268px;
  height: 105px;
  resize: none;
}
#checkout-content .label.medium > input.text {
  width: 100px!important;
}
#checkout-content .label.small > input.text {
  width: 40px;
}
#checkout-content .label.small > input.text + input.text {
  margin-left: 5px;
}
#checkout-content .label .selectbox-container {
  float: left;
  position: relative;
  margin-left: 18px;
  *margin-left: 9px;
  z-index: 1;
}
#checkout-content .label .selectbox-container .selectbox {
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #ffffff url(../images/layout/selectbox-container_arrow-down.gif) no-repeat right 13px;
  width: 210px;
  height: 30px;
  cursor: pointer;
}
#checkout-content .label .selectbox-container .selectbox.opened {
  background: #ffffff url(../images/layout/selectbox-container_arrow-up.gif) no-repeat right center;
}
#checkout-content .label .selectbox-container .selectbox-wrapper {
  overflow: auto;
  position: absolute;
  left: 0;
  *left: 9px;
  top: 31px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: none;
  background: #fff;
  max-height: 120px;
  width: 230px!important;
}
#checkout-content .label .selectbox-container .selectbox-wrapper li {
  color: #161314;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 16px;
  padding: 4px 10px;
  cursor: pointer;
}
.no-touch #checkout-content .label .selectbox-container .selectbox-wrapper li:hover {
  color: #fff;
  background: #161314;
}
#checkout-content .label.small .selectbox-container + .selectbox-container {
  margin-left: 10px;
  *margin-left: 5px;
}
#checkout-content .label.small .selectbox-container + .selectbox-container .selectbox-wrapper {
  *margin-left: -4px;
}
#checkout-content .label.small .selectbox-container .selectbox {
  width: 54px;
}
#checkout-content .label.small .selectbox-container .selectbox-wrapper {
  width: 74px!important;
}
#checkout-content form .basic-btn + .checkbox-container {
  padding-top: 35px;
}
#checkout-content form .checkbox-container {
  overflow: hidden;
  clear: both;
  padding-top: 20px;
}
#checkout-content form .checkbox-container .hiddenCheckbox {
  position: fixed;
  left: -5000px;
  top: -5000px;
}
#checkout-content form .checkbox-container .text {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 25px;
  cursor: pointer;
}
#checkout-content form .checkbox-container .holderWrap {
  display: block;
  float: left;
  background: url(../images/layout/checkbox_bg.gif) no-repeat 0 0;
  width: 14px!important;
  height: 14px!important;
  cursor: pointer;
}
#checkout-content form .checkbox-container .checked .holderWrap {
  background-position: 0 -14px;
}
#checkout-content form > .half-column {
  float: left;
  margin-bottom: 35px;
  padding: 45px 25px 30px;
  background: #eeede9;
  width: 320px;
}
#checkout-content form > .half-column + .half-column {
  float: right;
}
#checkout-content form > .full-column {
  clear: both;
  position: relative;
  margin-bottom: 35px;
  background: #eeede9;
  padding: 45px 25px 30px;
}
#checkout-content form > .full-column > .left {
  float: left;
  width: 320px;
}
#checkout-content form > .full-column > .right {
  float: right;
  width: 320px;
}
#checkout-content .label.error > input.text,
#checkout-content .label.error > textarea.text,
#checkout-content .label.error .selectbox-container .selectbox {
  /*background-color: #dad8d4;*/
}
#checkout-content .label.error .error-msg {
  display: block;
}
#checkout-content .label .error-msg {
  display: none;
  clear: both;
  color: #DF812E;
  font-style: italic;
  margin-left: 88px;
  padding: 5px 0 5px;
}
#checkout-payment-content form > .payment .left .label .error-msg {
  margin-left: 128px;
}
#checkout-content form > div > .error-msg {
  display: none;
  clear: both;
  color: #DF812E;
  font-style: italic;
  text-align: right;
  padding: 0 0 15px;
}
.layout-small #checkout-content #loginform .basic-btn + .basic-btn,
.fr #checkout-content #loginform .basic-btn + .basic-btn {
  clear: both;
  margin: 10px 0 0;
}
.layout-small .fr #loginform .arrow-btn {
  clear: both;
  float: left;
  margin-top: 14px!important;
}
/* My Cart */
#my-cart-content .right-box .before-checkout {
  display: block;
}
#my-cart-content .right-box .after-checkout {
  display: none;
}
#my-cart-content .items-list > li {
  margin-bottom: 25px;
  padding: 25px;
  height: 155px;
  position: relative;
}
.layout-full #my-cart-content .items-list > li > div > div,
.layout-large #my-cart-content .items-list > li > div > div,
.layout-medium #my-cart-content .items-list > li > div > div {
  position: absolute;
  bottom: 25px;
}
.layout-large #my-cart-content .items-list > li {
  height: 141px;
}
#my-cart-content .items-list > li > a {
  display: block;
  float: left;
  overflow: hidden;
  width: 195px;
  height: 155px;
}
.layout-medium #my-cart-content .items-list > li > a {
  width: 155px;
  height: 155px;
}
#my-cart-content .items-list > li#empty_shopping_cart {
  font-family: 'BrandonGrotesqueBoldRegular';
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto;
}
#my-cart-content .items-list > li > a img {
  height: 100%;
  margin: 0 auto;
}
#my-cart-content .items-list > li > div {
  margin-left: 210px;
}
#my-cart-content .items-list > li > div .infos {
  height: 105px;
}
#my-cart-content .items-list > li > div .infos > li {
  float: left;
  line-height: 32px;
}
#my-cart-content .items-list > li > div .infos > li h3 {
  font-size: 13px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #161314;
}
#my-cart-content .items-list > li > div .infos > li .selectbox-container {
  position: relative;
  z-index: 1;
}
#my-cart-content .items-list > li > div .infos > li .selectbox-container .selectbox {
  display: block;
  font-size: 14px;
  font-family: Georgia,serif;
  font-style: italic;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #ffffff url(../images/layout/selectbox-container_arrow-down.gif) no-repeat right 13px;
  width: 28px;
  height: 30px;
  cursor: pointer;
}
#my-cart-content .items-list > li > div .infos > li .selectbox-container .selectbox.opened {
  background: #ffffff url(../images/layout/selectbox-container_arrow-up.gif) no-repeat right center;
}
#my-cart-content .items-list > li > div .infos > li .selectbox-container .selectbox-wrapper {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 31px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: none;
  background: #fff;
  max-height: 144px;
  width: 48px!important;
}
#my-cart-content .items-list > li > div .infos > li .selectbox-container .selectbox-wrapper li {
  color: #161314;
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  text-align: left;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
}
#my-cart-content .items-list > li > div .infos > li .selectbox-container .selectbox-wrapper li:hover {
  color: #fff;
  background: #161314;
}
#my-cart-content .items-list > li > div .basic-btn {
  float: left;
  margin-right: 25px;
}
#my-cart-content .items-list > li > div .infos > li.product {
  width: 125px;
}
#my-cart-content .items-list > li > div .infos > li.product span,
#my-cart-content .items-list > li > div .infos > li.size span {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
#my-cart-content .items-list > li > div .infos > li.product span {
  display: table-cell;
  line-height: 14px;
  padding-right: 10px;
  height: 32px;
  vertical-align: middle;
}
#my-cart-content .items-list > li > div .infos > li.size {
  width: 65px;
}
#my-cart-content .items-list > li > div .infos > li.price {
  width: 85px;
}
#my-cart-content .items-list > li > div .infos > li.price span {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
#my-cart-content .items-list > li > div .infos > li.color {
  width: 65px;
}
#my-cart-content .items-list > li > div .infos > li.color > span {
  display: block;
  text-indent: -5000px;
  width: 32px;
  height: 32px;
}
#my-cart-content .items-list > li > div .infos > li.color .selectbox-container .selectbox {
  float: left;
  text-indent: -5000px;
  padding: 0;
  border: none;
  background: none;
  width: 50px;
  height: 32px;
}
#my-cart-content .items-list > li > div .infos > li.color .selectbox-container .selectbox-wrapper {
  top: 32px;
  border: 0;
  width: 50px!important;
}
#my-cart-content .items-list > li > div .infos > li.color .selectbox-container .selectbox-wrapper li {
  padding: 0;
}
#my-cart-content .items-list > li > div .infos > li.color .selectbox-container .selectbox-wrapper li span {
  display: block;
  text-indent: -5000px;
  height: 32px;
}
#my-cart-content .items-list > li > div .infos > li.color .selectbox-container .arrow {
  float: right;
  margin-right: 25px;
  background: #ffffff url(../images/layout/selectbox-container_arrow-down.gif) no-repeat right 13px;
  width: 30px;
  height: 32px;
}
#my-cart-content .items-list > li > div .infos > li.unity {
  width: 85px;
}
#my-cart-content .items-list > li > div .infos > li.total {
  width: 85px;
}
#my-cart-content .items-list > li > div .infos > li.total span {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
#my-cart-content #wishlist .items-list > li > div .infos > li.product {
  width: 170px;
}
#my-cart-content #wishlist .items-list > li > div .infos > li.price {
  width: 110px;
}
#my-cart-content #wishlist .items-list > li > div .infos > li.size {
  width: 115px;
}
#my-cart-content #wishlist .items-list > li > div .infos > li.color {
  width: 115px;
}
.layout-medium #my-cart-content #wishlist .items-list > li > div .infos > li.product {
  width: 185px;
}
.layout-medium #my-cart-content #wishlist .items-list > li > div .infos > li.price {
  width: 125px;
}
.layout-medium #my-cart-content #wishlist .items-list > li > div .infos > li.size {
  width: 130px;
}
.layout-medium #my-cart-content #wishlist .items-list > li > div .infos > li.color {
  width: 130px;
}
.layout-small #my-cart-content #wishlist .items-list > li > div .infos > li.product {
  width: 195px;
}
.layout-small #my-cart-content #wishlist .items-list > li > div .infos > li.price {
  width: 125px;
}
.layout-small #my-cart-content #wishlist .items-list > li > div .infos > li.size {
  width: 130px;
}
.layout-small #my-cart-content #wishlist .items-list > li > div .infos > li.color {
  width: 130px;
}
.layout-full .fr #my-cart-content .items-list > li > a {
  width: 155px;
}
.layout-large #my-cart-content .items-list > li > a {
  width: 115px;
  height: 115px;
}
.layout-full .fr #my-cart-content .items-list > li > div {
  margin-left: 170px;
}
.layout-large .fr #my-cart-content .items-list > li > div {
  margin-left: 130px;
}
.fr #my-cart-content .items-list > li > div .infos > li.product {
  width: 127px;
}
.fr #my-cart-content .items-list > li > div .infos > li.size {
  width: 90px;
}
.fr #my-cart-content .items-list > li > div .infos > li.color {
  width: 78px;
}
.layout-large #my-cart-content .items-list > li > div {
  margin-left: 170px;
}
.layout-large #checkout-content form > .half-column,
.layout-large #checkout-content form > .full-column > .left,
.layout-large #checkout-content form > .full-column > .right {
  width: 300px;
}
.layout-large #checkout-payment-content form > .payment .left {
  width: 340px;
}
.layout-large #checkout-payment-content form > .payment .right {
  width: 260px;
}
.layout-large #checkout-content .label > input.text,
.layout-large #checkout-content .label .selectbox-container .selectbox {
  width: 190px;
}
.layout-large #checkout-content .label .selectbox-container .selectbox-wrapper {
  width: 210px!important;
}
.layout-large #checkout-content .label.small .selectbox-container .selectbox {
  width: 54px;
}
.layout-large #checkout-content .label.small .selectbox-container .selectbox-wrapper {
  width: 74px!important;
}
.layout-large #checkout-content .label > textarea.text {
  width: 238px;
}
.layout-large #checkout-content .label.small > input.text {
  width: 40px;
}
.layout-medium #my-cart-content .items-list > li > div .infos > li.product {
  width: 145px;
}
.layout-medium #my-cart-content .items-list > li > div .infos > li.size {
  width: 65px;
}
.layout-medium #my-cart-content .items-list > li > div .infos > li.price {
  width: 95px;
}
.layout-medium #my-cart-content .items-list > li > div .infos > li.color {
  width: 65px;
}
.layout-medium #my-cart-content .items-list > li > div .infos > li.unity {
  width: 95px;
}
.layout-medium #my-cart-content .items-list > li > div .infos > li.total {
  width: 95px;
}
.layout-medium #checkout-content form > .half-column,
.layout-medium #checkout-content form > .full-column > .left,
.layout-medium #checkout-content form > .full-column > .right {
  width: 350px;
}
.layout-medium #checkout-payment-content form > .payment .left {
  width: 390px;
}
.layout-medium #checkout-payment-content form > .payment .right {
  width: 310px;
}
.layout-medium #checkout-content .label > input.text,
.layout-medium #checkout-content .label .selectbox-container .selectbox {
  width: 240px;
}
.layout-medium #checkout-content .label .selectbox-container .selectbox-wrapper {
  width: 260px!important;
}
.layout-medium #checkout-content .label.small .selectbox-container .selectbox {
  width: 54px;
}
.layout-medium #checkout-content .label.small .selectbox-container .selectbox-wrapper {
  width: 74px!important;
}
.layout-medium #checkout-content .label > textarea.text {
  width: 288px;
}
.layout-medium #checkout-content .label.small > input.text {
  width: 40px;
}
.layout-medium .fr #my-cart-content .items-list > li > div .infos > li.product {
  width: 127px;
}
.layout-medium .fr #my-cart-content .items-list > li > div .infos > li.size {
  width: 90px;
}
.layout-medium .fr #my-cart-content .items-list > li > div .infos > li.color {
  width: 78px;
}
.layout-medium .fr #my-cart-content .items-list > li > div .infos > li.price,
.layout-medium .fr #my-cart-content .items-list > li > div .infos > li.total {
  width: 90px;
}
.layout-small #checkout-content form > .half-column,
.layout-small #checkout-content form > .full-column > .left,
.layout-small #checkout-content form > .full-column > .right {
  width: 250px;
}
.layout-small #checkout-payment-content form > .payment .left {
  width: 290px;
}
.layout-small #checkout-payment-content form > .payment .right {
  width: 210px;
}
.layout-small #checkout-content .label > input.text,
.layout-small #checkout-content .label .selectbox-container .selectbox {
  width: 140px;
}
.layout-small #checkout-content .label .selectbox-container .selectbox-wrapper {
  width: 160px!important;
}
.layout-small #checkout-content .label.small .selectbox-container .selectbox {
  width: 54px;
}
.layout-small #checkout-content .label.small .selectbox-container .selectbox-wrapper {
  width: 74px!important;
}
.layout-small #checkout-content .label > textarea.text {
  width: 188px;
}
.layout-small #checkout-content .label.small > input.text {
  width: 25px;
}
.layout-small #my-cart-content .items-list > li {
  height: auto;
}
.layout-small #my-cart-content .items-list > li > a {
  float: none;
  margin: 0 auto 20px;
}
.layout-small #my-cart-content .items-list > li > div {
  margin: 0;
}
.layout-small #my-cart-content .items-list > li > div .infos > li.product {
  width: 145px;
}
.layout-small #my-cart-content .items-list > li > div .infos > li.size {
  width: 75px;
}
.layout-small #my-cart-content .items-list > li > div .infos > li.price {
  width: 95px;
}
.layout-small #my-cart-content .items-list > li > div .infos > li.color {
  width: 75px;
}
.layout-small #my-cart-content .items-list > li > div .infos > li.unity {
  width: 95px;
}
.layout-small #my-cart-content .items-list > li > div .infos > li.total {
  width: 95px;
}
.layout-small .fr #my-cart-content .items-list > li > div .infos > li.product {
  width: 127px;
}
.layout-small .fr #my-cart-content .items-list > li > div .infos > li.size {
  width: 90px;
}
.layout-small .fr #my-cart-content .items-list > li > div .infos > li.color {
  width: 78px;
}
.wishlist-index-index #my-cart-content .btn-left {
  clear: both;
}
.wishlist-index-index #my-cart-content .items-list > li > div .infos > li.product {
  width: 200px;
}
.wishlist-index-index #my-cart-content .items-list > li > div .infos > li.price {
  width: 120px;
}
.wishlist-index-index #my-cart-content .items-list > li > div .infos > li.color {
  width: 125px;
}
.wishlist-index-index .layout-medium #my-cart-content .items-list > li > div .infos > li.product {
  width: 200px;
}
.wishlist-index-index .layout-medium #my-cart-content .items-list > li > div .infos > li.price {
  width: 120px;
}
.wishlist-index-index .layout-medium #my-cart-content .items-list > li > div .infos > li.size {
  width: 110px;
}
.wishlist-index-index .layout-medium #my-cart-content .items-list > li > div .infos > li.color {
  width: 140px;
}
.wishlist-index-index .layout-small #my-cart-content .items-list > li > div .infos > li.product {
  width: 200px;
}
.wishlist-index-index .layout-small #my-cart-content .items-list > li > div .infos > li.price {
  width: 130px;
}
.wishlist-index-index .layout-small #my-cart-content .items-list > li > div .infos > li.size {
  width: 110px;
}
.wishlist-index-index .layout-small #my-cart-content .items-list > li > div .infos > li.color {
  width: 140px;
}
/* Checkout Method */
#checkout-method-content .forgotten-password {
  display: none;
  clear: both;
  padding-top: 45px;
}
#checkout-method-edit-content form .full-column .basic-btn {
  position: absolute;
  left: 25px;
  bottom: 45px;
}
/* Checkout Payment */
#checkout-payment-content form > .shipping-method .label {
  padding-bottom: 0;
}
#checkout-payment-content form > .shipping-method .label span {
  width: auto;
}
#checkout-payment-content form > .shipping-method .label .selectbox-container {
  float: right;
}
#checkout-payment-content form > .discount {
  position: relative;
  height: 200px;
}
#checkout-payment-content form > .discount .basic-btn {
  position: absolute;
  left: 25px;
  bottom: 30px;
}
#checkout-payment-content form > .payment .left {
  width: 360px;
}
#checkout-payment-content form > .payment .left .label span {
  width: 110px;
}
#checkout-payment-content form > .payment .right {
  width: 290px;
}
#checkout-payment-content form > .payment .right .label span {
  line-height: 1.1em;
  padding-bottom: 15px;
}
#checkout-payment-content form > .payment .right em {
  font-style: italic;
}
#checkout-payment-content form > .newsletter .checkbox-container {
  padding-top: 0;
}
#checkout-payment-content form > .complete {
  overflow: hidden;
  padding: 20px 25px;
}
#checkout-payment-content form > .complete .basic-btn {
  margin: 0 15px 0 0;
}
#checkout-payment-content form > .complete span {
  display: table-cell;
  font-style: italic;
  height: 32px;
  vertical-align: middle;
}
.layout-medium .en #checkout-payment-content form > .complete span {
  line-height: 32px;
}
/* Checkout Confirmation */
#checkout-confirmation-content .left-box .full-column {
  overflow: hidden;
  padding-top: 30px;
}
#checkout-confirmation-content .left-box p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
  padding-bottom: 25px;
}
#checkout-confirmation-content .left-box .basic-btn {
  float: left;
}
/* Terms and Conditions */
#terms-content .right-box .before-checkout {
  display: block;
}
#terms-content .right-box .after-checkout {
  display: none;
}
#terms-content .left-box h3 {
  font-size: 17px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0;
}
#terms-content .left-box p,
#terms-content .left-box ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 23px;
  padding-bottom: 20px;
}
#terms-content .left-box ul {
  padding-left: 20px;
}
#terms-content .left-box ul li {
  list-style: disc;
}
#terms-content .left-box strong {
  font-weight: bold;
}
#terms-content .left-box em {
  font-style: italic;
}
#terms-content .left-box a {
  color: #161413;
  font-family: Georgia,serif;
  font-style: italic;
  text-decoration: underline;
}
.no-touch #terms-content .left-box a:hover {
  text-decoration: none;
}
/* Newsletter
    ---------------------------------------------- */
#newsletter-content .center-content {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 100px;
  width: 1780px;
}
.layout-large #newsletter-content .center-content {
  width: 1480px;
}
.layout-medium #newsletter-content .center-content {
  width: 1180px;
}
.layout-small #newsletter-content .center-content {
  width: 980px;
}
#newsletter-content .center-content .left-column {
  float: left;
  margin-right: 130px;
  width: 561px;
}
#newsletter-content .center-content .left-column > h2 {
  float: none;
  padding-bottom: 25px;
}
#newsletter-content .center-content .left-column > p {
  font-size: 13px;
  line-height: 23px;
  padding-bottom: 70px;
}
.layout-medium #newsletter-content .center-content .left-column,
.layout-small #newsletter-content .center-content .left-column {
  margin-right: 58px;
}
#newsletter-content .center-content .right-column {
  float: left;
  margin-top: 46px;
  width: 561px;
}
#newsletter-content .center-content .right-column img {
  width: 100%;
}
.layout-small #newsletter-content .center-content .right-column {
  width: 361px;
}
/*
    #subscribeNewsletter { overflow: hidden; padding: 45px 25px 30px; background: #fff; }
    #subscribeNewsletter h3 { font-size: 13px; font-family: 'BrandonGrotesqueBoldRegular'; text-align: center; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px; padding-bottom: 10px; border-bottom: 1px solid @txtcolor; }
    #subscribeNewsletter .error-msg { clear: both; color: #DF812E; font-style: italic; text-align: right; padding: 0 0 15px; }
    #subscribeNewsletter .label { display: block; padding-bottom: 15px; min-height: 32px; }
    #subscribeNewsletter .label > span { display: block; float: left; font-size: 13px; font-family: Arial,Helvetica,sans-serif; text-align: right; line-height: 32px; margin-right: 18px; width: 95px; white-space: nowrap; }
    #subscribeNewsletter .label > span.two-lines { line-height: 16px; white-space: normal; }
    #subscribeNewsletter .label > .text { display: block; float: left; font-size: 13px; font-family: Arial,Helvetica,sans-serif; line-height: 30px; padding: 0 10px; border-top: 1px solid #848484; border-right: 1px solid #EAEAEA; border-bottom: 1px solid #EAEAEA; border-left: 1px solid #848484; background: #FFFFFF; width: 388px; height: 30px; }
    */
.radio-container {
  float: left;
  margin-right: 15px;
}
.radio-container .prettyCheckbox {
  overflow: hidden;
}
.radio-container .prettyCheckbox .holderWrap {
  display: block;
  float: left;
  margin-top: 7px;
  background: url(../images/layout/input_radio.png) no-repeat 0 0;
  width: 14px!important;
  height: 15px!important;
  cursor: pointer;
}
.radio-container .prettyCheckbox.checked .holderWrap {
  background-image: url(../images/layout/input_radio-checked.png);
}
.radio-container .prettyCheckbox .text {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 32px;
  margin-left: 25px;
  cursor: pointer;
}
.radio-container .hiddenCheckbox {
  visibility: hidden;
  position: fixed;
  left: -5000px;
  top: -5000px;
}
.selectbox-container {
  float: left;
  position: relative;
  margin-right: 20px;
  z-index: 1;
}
.selectbox-container .selectbox {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #ffffff url(../images/layout/selectbox-container_arrow-down.gif) no-repeat right 13px;
  width: 80px;
  height: 30px;
  cursor: pointer;
}
.selectbox-container .selectbox.opened {
  background: #ffffff url(../images/layout/selectbox-container_arrow-up.gif) no-repeat right center;
}
.selectbox-container .selectbox-wrapper {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 31px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: none;
  background: #fff;
  max-height: 144px;
  width: 100px!important;
}
.selectbox-container .selectbox-wrapper li {
  color: #161314;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
}
.no-touch .selectbox-container .selectbox-wrapper li:hover {
  color: #fff;
  background: #161314;
}
.selectbox-container .selectbox-wrapper li:first-child {
  display: none;
}
.checkboxes {
  float: left;
  margin-top: 9px;
}
.checkboxes > div {
  float: left;
  width: 195px;
}
.checkbox-container + .checkbox-container {
  padding-top: 15px;
}
.checkbox-container .prettyCheckbox {
  overflow: hidden;
}
.checkbox-container .prettyCheckbox .holderWrap {
  display: block;
  float: left;
  background: url(../images/layout/checkbox_bg.gif) no-repeat 0 0;
  width: 14px!important;
  height: 14px!important;
}
.checkbox-container .prettyCheckbox.checked .holderWrap {
  background-position: 0 -14px;
}
.checkbox-container .prettyCheckbox .text {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
  margin-left: 25px;
  cursor: pointer;
}
.checkbox-container .hiddenCheckbox {
  visibility: hidden;
  position: fixed;
  left: -5000px;
  top: -5000px;
}
#subscribeNewsletter .label.regions,
#subscribeNewsletter .label.list {
  overflow: hidden;
}
#subscribeNewsletter .label.list {
  padding-bottom: 40px;
}
#subscribeNewsletter .basic-btn {
  float: left;
  clear: both;
}
#pngPreloader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/layout/ajax-loader.gif) no-repeat center center;
  background-position: center center!important;
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
}
#pngPreloaderSite {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(../images/layout/ajax-loader-beige.gif) no-repeat center center;
  background-position: center center!important;
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
}
#loader #pngPreloaderSite {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(../images/layout/ajax-loader-beige.gif) no-repeat center center;
  background-position: center center!important;
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 1;
  filter: alpha(opacity=1);
}
/* Footer
    --------------------------------------------------------------------------------------- */
#wrapper > footer {
  position: relative;
  color: #fff;
  background: #403e3c;
  z-index: 990;
}
/* Top Part */
#wrapper > footer .top-part {
  display: none;
  margin: 0 auto;
  padding: 30px 0 65px;
  width: 945px;
}
#wrapper > footer .top-part > ul {
  overflow: hidden;
}
#wrapper > footer .top-part > ul > li {
  float: left;
  margin: 0 0 0 20px;
  width: 150px;
}
#wrapper > footer .top-part > ul > li:first-child {
  margin: 0;
  width: 265px;
}
#wrapper > footer .top-part > ul > li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
  padding: 0 0 7px;
  border-bottom: 1px solid #7a7877;
}
.no-touch #wrapper > footer .top-part > ul > li > a:hover {
  color: #a29e93;
}
#wrapper > footer .top-part > ul > li > div {
  float: left;
  width: 48%;
}
#wrapper > footer .top-part > ul > li > div + div {
  float: right;
}
#wrapper > footer .top-part > ul > li > div span {
  display: block;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 15px;
}
#wrapper > footer .top-part > ul > li li a {
  display: block;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 3px;
}
.no-touch #wrapper > footer .top-part > ul > li li a:hover {
  text-decoration: underline;
}
/* Bottom Part */
#wrapper > footer .bottom-part {
  /*border-top: 1px solid #7a7877;*/
}
#wrapper > footer .bottom-part > div {
  margin: 0 auto;
  padding: 25px 0;
  /*width: 945px; height: 34px;*/
  width: 94%;
  height: 45px;
}
#wrapper > footer .bottom-part form {
  /*float: left;*/
  position: relative;
  display: inline-block;
  left: 10%;
}
#wrapper > footer .bottom-part form label {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}
#wrapper > footer .bottom-part form label > span {
  display: block;
  float: left;
  font-size: 11px;
  font-style: italic;
  text-align: right;
  margin: 3px 0 0;
  width: 120px;
}
#wrapper > footer .bottom-part form label > span span {
  display: block;
  font-size: 13px;
  font-family: 'BrandonGrotesqueBoldRegular';
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 0 0 2px;
}
#wrapper > footer .bottom-part form input {
  display: block;
  float: left;
  color: #161314;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 33px;
  margin: 0 0 0 10px;
  padding: 0 10px;
  border-left: 1px solid #6d6d6d;
  border-top: 1px solid #6d6d6d;
  background: #fff;
  width: 125px;
  height: 33px;
}
#wrapper > footer .bottom-part form .submit {
  display: block;
  float: left;
  color: #161314;
  font-size: 11px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 34px;
  padding: 0 10px;
  background: #a29e93;
}
.no-touch #wrapper > footer .bottom-part form .submit:hover {
  color: #a29e93;
  background: #403e3c;
}
#wrapper > footer .bottom-part form .error-msg {
  display: none;
  position: absolute;
  left: 143px;
  top: 34px;
  color: #DF812E;
  font-style: italic;
  line-height: 25px;
}
#wrapper > footer .bottom-part form.error .error-msg {
  display: block;
}
#wrapper > footer .bottom-part form.error label input {
  /*background-color: #dad8d4;*/
}
#wrapper > footer .bottom-part form > .birthday {
  display: none;
  margin-left: 10px;
}
#wrapper > footer .bottom-part form .birthday {
  float: left;
  width: 229px;
}
#wrapper > footer .bottom-part form .birthday > .selectbox-container {
  float: left;
  position: relative;
  margin: 0 0 0 5px;
  z-index: 1;
}
#wrapper > footer .bottom-part form .birthday > .selectbox-container:first-child {
  margin: 0;
}
#wrapper > footer .bottom-part form .birthday > .selectbox-container .selectbox {
  font-size: 12px;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  border-color: #6b6b6b;
  background: #ffffff url(../images/layout/selectbox-container_arrow-down.gif) no-repeat right 15px;
  width: 34px;
  cursor: pointer;
}
#wrapper > footer .bottom-part form .birthday > .selectbox-container .selectbox.opened {
  background: #ffffff url(../images/layout/selectbox-container_arrow-up.gif) no-repeat right 14px;
}
#wrapper > footer .bottom-part form .birthday > .selectbox-container.year .selectbox {
  width: 73px;
}
#wrapper > footer .bottom-part form .birthday > .selectbox-container .selectbox-wrapper {
  overflow: auto;
  position: absolute;
  left: 0;
  bottom: 33px;
  border-left: 1px solid #6b6b6b;
  background: #fff;
  max-height: 144px;
  width: 54px!important;
}
#wrapper > footer .bottom-part form .birthday > .selectbox-container.year .selectbox-wrapper {
  width: 93px!important;
}
#wrapper > footer .bottom-part form .birthday > .selectbox-container .selectbox-wrapper li {
  color: #161314;
  font-family: Georgia, serif;
  font-style: italic;
  text-align: left;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
}
.no-touch #wrapper > footer .bottom-part form .birthday > .selectbox-container .selectbox-wrapper li:hover {
  color: #fff;
  background: #161314;
}
#wrapper > footer .bottom-part .secondary-nav {
  float: right;
}
#wrapper > footer .bottom-part .secondary-nav li {
  float: left;
  line-height: 34px;
  margin: 0 0 0 20px;
}
#wrapper > footer .bottom-part .secondary-nav li a {
  color: #fff;
  font-size: 11px;
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.no-touch #wrapper > footer .bottom-part .secondary-nav li a:hover {
  text-decoration: underline;
}
#wrapper.fr > footer .bottom-part .secondary-nav li {
  margin-left: 10px;
}
#wrapper > footer .bottom-part .language {
  display: none;
  float: right;
  color: #161314;
  font-size: 11px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 34px;
  margin: 0 0 0 15px;
  background: #a29e93;
  width: 34px;
}
.no-touch #wrapper > footer .bottom-part .language:hover {
  color: #a29e93;
  background: #403e3c;
}
#wrapper > footer .bottom-part .socials {
  float: right;
  padding: 0 0 0 25px;
  /*background: url(../images/layout/fixed-scrollable-content_bg.png) no-repeat -155px 0;*/
}
#wrapper > footer .bottom-part .socials > li {
  float: left;
  margin: 0 0 0 15px;
}
#wrapper > footer .bottom-part .socials > li > a {
  display: block;
  text-indent: -5000px;
  margin: 9px 0 0;
  background: url(../images/layout/header_icon-socials.png) no-repeat 0 0;
  width: 18px;
  height: 17px;
}
.no-touch #wrapper > footer .bottom-part .socials > li > a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#wrapper > footer .bottom-part .socials > li.facebook > a {
  background-position: -18px 0;
  width: 9px;
}
.no-touch #wrapper > footer .bottom-part .socials > li.facebook > a:hover {
  /*background-position: -18px -34px;*/
}
#wrapper > footer .bottom-part .socials > li.twitter > a {
  background-position: -27px 0;
  width: 20px;
}
.no-touch #wrapper > footer .bottom-part .socials > li.twitter > a:hover {
  /*background-position: -27px -34px;*/
}
#wrapper > footer .bottom-part .socials > li.pinterest > a {
  background-position: -47px 0;
  width: 17px;
}
.no-touch #wrapper > footer .bottom-part .socials > li.pinterest > a:hover {
  /*background-position: -47px -34px;*/
}
#wrapper > footer .bottom-part .socials > li.vimeo > a {
  background-position: -95px 0;
  width: 19px;
}
#wrapper > footer .bottom-part .socials > li.instagram > a {
  background-position: -114px 0;
  width: 18px;
}
#wrapper > footer .bottom-part > div {
  position: relative;
}
#wrapper > footer .bottom-part > div .secondary-nav {
  /*position: absolute;*/
}
.en #wrapper > footer .bottom-part > div .secondary-nav {
  /*left:365px;*/
  margin-right: 2%;
}
.fr #wrapper > footer .bottom-part > div .secondary-nav {
  left: 400px;
}
/* Shop edit
    ===================================*/
.collections-index-index #wrapper section {
  background-image: url("../images/shop_bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.collections-index-index #wrapper section:before {
  position: absolute;
  content: "";
  background-image: url("../images/shop_mask_new.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 0;
  bottom: 0;
  width: 100%;
}
.collections-index-index .video_holder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.collections-index-index .video_holder > .video-mask {
  content: "";
  background-image: url("../images/shop_mask_new.png");
  position: absolute!important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 10;
}
.side-menu > div > ul {
  border-bottom: 1px solid transparent;
}
.side-menu > div > ul a {
  border-bottom: 1px solid transparent;
}
[class*="checkout"] .side-menu > div > ul a,
[class*="customer"] .side-menu > div > ul a,
[class*="sales"] .side-menu > div > ul a,
[class*="wishlist"] .side-menu > div > ul a {
  font-family: Georgia, sans-serif;
  font-style: italic;
  border-bottom: 1px solid #e4e4e4;
}
[class*="checkout"] .side-menu > div > ul a:hover,
[class*="customer"] .side-menu > div > ul a:hover,
[class*="sales"] .side-menu > div > ul a:hover,
[class*="wishlist"] .side-menu > div > ul a:hover {
  border-bottom: 1px solid #ccc;
}
[class*="checkout"] .side-menu > div > ul .active a,
[class*="customer"] .side-menu > div > ul .active a,
[class*="sales"] .side-menu > div > ul .active a,
[class*="wishlist"] .side-menu > div > ul .active a {
  color: black;
  border-bottom: 1px solid black;
}
[class*="checkout"] .side-menu > div > ul li.active,
[class*="customer"] .side-menu > div > ul li.active,
[class*="sales"] .side-menu > div > ul li.active,
[class*="wishlist"] .side-menu > div > ul li.active {
  margin-bottom: 0px ;
}
.side-menu > div > ul ul {
  margin-bottom: 15px !important;
}
.side-menu > div > ul li.active ul {
  margin-bottom: 5px !important;
}
.side-menu > div > ul ul li ul {
  margin: 0px 0 0px;
}
.side-menu > div > ul ul li ul li {
  line-height: 20px;
}
.side-menu > div > ul ul li ul li a {
  color: #6e686a;
}
.collections-index-index .side-menu > div > ul > li > a {
  color: white;
}
.collections-index-index .side-menu > div > ul > li > a.selected > a {
  border-bottom: 1px solid white;
}
.collections-index-index.no-touch .side-menu > div > ul > li > a > a:hover {
  border-bottom: 1px solid white;
}
.collections-index-index .side-menu > div > ul > li ul li a {
  color: #ddd;
  border-bottom: 1px solid #ccc;
}
.collections-index-index .side-menu > div > ul > li ul li a:last-child {
  margin-bottom: 0px;
}
.collections-index-index .side-menu > div > ul > li ul li a ul li a {
  color: #ff0000 !important;
}
.collections-index-index.no-touch .side-menu > div > ul > li ul li a:hover {
  border-bottom: 1px solid white;
  color: white !important;
}
.side-menu > div ul.last {
  position: relative;
  margin-top: 50px;
}
.side-menu > div ul.last:before {
  position: absolute;
  top: -20px;
  height: 1px;
  width: 30px;
  background: #d2d5d7;
  left: 0;
  content: "";
}
.main_holder {
  background: #fff;
}
.collections-index-index .main_holder {
  position: relative;
}
.collections-index-index .rebate-featured {
  position: absolute;
  z-index: 800;
  right: 0;
  top: 55px;
  bottom: 0;
}
.collections-index-index .rebate-featured li {
  list-style: none;
  display: block;
  height: 100%;
}
.collections-index-index .rebate-featured li.small {
  height: 50%;
}
.collections-index-index .rebate-featured li.full {
  height: 100%;
}
.collections-index-index .rebate-featured a {
  width: 400px;
  height: 100%;
  display: block;
  position: relative;
}
.collections-index-index .rebate-featured a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.collections-index-index.no-touch .rebate-featured a div:hover {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.collections-index-index .layout-full .rebate-featured,
.collections-index-index .layout-large .rebate-featured {
  top: 55px;
}
.collections-index-index .layout-medium .rebate-featured,
.collections-index-index .layout-small .rebate-featured {
  top: 90px;
}
.wishlist-index-index .layout-small .left-box .box-bg > a {
  width: 100%;
  text-align: center;
}
.wishlist-index-index .layout-small .left-box .box-bg > a img {
  display: inline;
}
[class*="collections"] .side-menu {
  top: 74px;
}
[class*="cms"] .side-menu,
[class*="products"] .side-menu {
  top: 128px;
}
[class*="cms"] .side-menu,
[class*="products"] .layout-medium .side-menu {
  top: 123px;
}
.collections-index-index .side-menu {
  position: relative;
  margin-left: -1080px;
  padding-bottom: 50px !important;
}
.collections-index-index .side-menu * a {
  color: white !important;
}
.collections-index-index .side-menu * a.active {
  border-color: #fff;
}
.collections-index-index .push_f .side-menu {
  padding-bottom: 0px !important;
}
.collections-index-index .layout-large .side-menu {
  margin-left: -912px;
}
.collections-index-index .layout-medium .side-menu {
  margin-left: -765px;
}
.collections-index-index .layout-small .side-menu {
  margin-left: -664px;
}
.collections-index-index .side-menu > div form {
  background: #efeeea;
  -webkit-box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 5px 0 rgba(0, 0, 0, 0.5);
}
.side-menu > div form {
  width: 205px;
  position: relative;
  margin-top: 25px;
}
.side-menu > div form button {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #a29e93 !important;
  display: block;
  border: none;
  padding: 0;
  cursor: pointer;
  background: none;
}
.side-menu > div form button,
.side-menu > div form button:active {
  outline: 0;
}
.side-menu > div form button i {
  font-size: 20px;
}
.side-menu > div form button span {
  display: none;
}
.side-menu > div form input[type="text"] {
  width: 205px;
  height: 34px;
  background: #eeede9;
  font-family: 'BrandonGrotesqueBoldRegular';
  color: #a29e93;
  text-transform: uppercase;
  padding: 0px 30px 0 10px;
}
.side-menu > div form input[type="text"]:before,
.side-menu > div form input[type="text"]:after,
.side-menu > div form input[type="text"],
.side-menu > div form input[type="text"] *,
.side-menu > div form input[type="text"] *:before,
.side-menu > div form input[type="text"] *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="collections"] .styled-products-listing li {
  /*a {position:relative;
        height:100%;
        padding-bottom:15px !important;
        }*/
}
[class*="collections"] .styled-products-listing li .img_holder {
  display: inline-block !important;
  position: relative;
}
.ie8 [class*="collections"] .styled-products-listing li .img_holder,
.ie7 [class*="collections"] .styled-products-listing li .img_holder {
  zoom: 1;
  *display: inline !important;
}
[class*="collections"] .styled-products-listing li .img_holder img {
  /*position: absolute;
                top:0;
                left:0;*/
  position: relative;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  /*&.main_image:hover{
                    .opacity(0);
                }*/
}
[class*="collections"] .styled-products-listing li .img_holder img.second_image {
  position: absolute;
  top: 0;
  left: 0;
}
[class*="collections"] .styled-products-listing li img {
  max-width: 100%;
  max-height: 357px;
  width: auto;
  height: auto;
}
[class*="collections"] .styled-products-listing li:hover .img_holder img.main_image:hover {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
[class*="collections"] .styled-products-listing li:hover .img_holder div {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
[class*="collections"] .styled-products-listing li:hover img.hovered {
  display: block;
}
[class*="collections"] .styled-products-listing li h4 .was {
  text-decoration: line-through;
  color: #a29e93;
  font-size: 15px;
  padding-right: 10px;
}
[class*="collections"] .styled-products-listing li .top {
  padding: 20px 0 10px;
  position: relative;
}
[class*="collections"] .styled-products-listing li .top h3 {
  margin-bottom: 2px;
  max-width: 173px;
}
[class*="collections"] .styled-products-listing li .top .type {
  font-style: italic;
}
[class*="collections"] .styled-products-listing li .top .tag_holder {
  padding-top: 8px;
  padding-bottom: 3px;
  top: 12px;
}
[class*="collections"] .styled-products-listing li .bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #161314;
  padding-top: 15px;
}
[class*="collections"] .styled-products-listing li.new-row {
  margin-left: 0 !important;
}
[class*="collections"] .styled-products-listing li.item.promo a {
  padding-bottom: 0px;
  height: 100% !important;
  position: relative;
}
[class*="collections"] .styled-products-listing li.item.promo a div {
  border: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
}
[class*="collections"] .styled-products-listing li.item.promo a div img {
  min-height: 100%;
}
.right-column .product-infos {
  position: relative;
}
.right-column .product-infos .title h1 {
  width: 50%;
}
.tag_holder {
  position: absolute;
  right: 0px;
  top: -3px;
}
.tag {
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBoldRegular';
  background: #ccc;
  font-size: 11px;
  font-style: normal;
  color: white;
  padding: 7px 12px 6px 12px;
  margin-right: 5px;
  display: inline-block !important;
}
.ie8 .tag,
.ie7 .tag {
  zoom: 1;
  *display: inline !important;
}
.tag:last-child {
  margin-right: 0;
}
.tag:hover {
  text-decoration: none;
}
.tag.newItem {
  background: #1d284f;
}
.tag.rebate {
  background: #b55712;
}
[class*="collections"] .layout-full .styled-products-listing li a .img_holder {
  width: 100%;
  height: 357px;
}
[class*="collections"] .layout-large .styled-products-listing li a .img_holder {
  width: 100%;
  height: 343px;
}
[class*="collections"] .layout-medium .styled-products-listing li a .img_holder {
  width: 100%;
  height: 288px;
}
[class*="collections"] .layout-small .styled-products-listing li a .img_holder {
  width: 288px;
  height: 288px;
}
[class*="collections"] .layout-full .styled-products-listing li a .img_holder img {
  width: 100%;
  height: auto;
}
[class*="collections"] .layout-large .styled-products-listing li a .img_holder img {
  width: 100%;
  height: auto;
}
[class*="collections"] .layout-medium .styled-products-listing li a .img_holder img {
  width: 100%;
  height: auto;
}
[class*="100%"] .layout-small .styled-products-listing li a .img_holder img {
  width: 288px;
  height: auto;
}
[class*="collections"] .right-content {
  padding-top: 62px;
}
[class*="collections"] .products-sorting {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
[class*="collections"] .products-sorting .selectbox-container {
  margin-right: 0 !important;
}
.layout-full .products-sorting {
  right: 60px;
}
.selectbox-container.oneOption {
  background: #fff;
}
[class*="products"] #fullscreen-thumbnails a {
  display: block;
  position: relative;
}
.account-create .full-column li label {
  float: left;
  width: 50%;
}
.account-create .full-column {
  float: none;
  display: inline-block !important;
  clear: none;
}
.ie8 .account-create .full-column,
.ie7 .account-create .full-column {
  zoom: 1;
  *display: inline !important;
}
.account-create .full-column span {
  width: 95px !important;
  text-align: left !important;
}
.account-create .full-column span:before,
.account-create .full-column span:after,
.account-create .full-column span,
.account-create .full-column span *,
.account-create .full-column span *:before,
.account-create .full-column span *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.account-create .full-column li label:last-child span {
  padding-left: 10px;
}
.full-bg-cover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.full-bg-cover-center {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.full-bg-contain {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.box-bg {
  background: #eeede9;
  padding: 25px;
}
.fakeSelect {
  width: 232px;
  height: 32px;
  line-height: 30px;
  background: white;
  position: relative;
  overflow: hidden;
  margin-left: 18px;
  display: inline-block !important;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: #848484 #eaeaea #eaeaea #848484;
}
.fakeSelect:before,
.fakeSelect:after,
.fakeSelect,
.fakeSelect *,
.fakeSelect *:before,
.fakeSelect *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 .fakeSelect,
.ie7 .fakeSelect {
  zoom: 1;
  *display: inline !important;
}
.fakeSelect,
.fakeSelect * {
  cursor: pointer;
}
.fakeSelect:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 0px;
  background: url(../images/layout/selectbox-container_arrow-down.gif) no-repeat;
  width: 20px;
  height: 7px;
  z-index: 1;
}
.fakeSelect select {
  padding: 8px 20px 9px 9px;
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
  border: none;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 12px;
  background: transparent;
  width: 110%;
}
.fakeSelect select,
.fakeSelect select:active {
  outline: none !important;
}
.fakeSelect input[type="text"] {
  margin: 0px;
  padding-right: 30px;
  border: none;
}
.layout-large .fakeSelect {
  width: 212px;
}
.layout-medium .fakeSelect {
  width: 262px;
}
.layout-small .fakeSelect {
  width: 162px;
}
.layout-small #checkout-method-content .fakeSelect,
.layout-medium #checkout-method-content .fakeSelect,
.layout-large #checkout-method-content .fakeSelect {
  width: 232px;
}
select,
select:focus {
  outline: none !important;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
@-moz-document url-prefix() {
  .fakeSelect select {
    -moz-appearance: window;
    width: 110% !important;
  }
  label[for="authorizenet_cc_cid"],
  label[for="authorizenet_cc_cid"] + div {
    margin-top: 15px !important;
  }
  .slider-controls li a {
    position: relative;
  }
  .slider-controls li a:before {
    height: 100%;
    width: 2px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .slider-controls li a:after {
    height: 100%;
    width: 2px;
    background: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
  }
}
#checkout-method-content label.label input {
  width: 232px;
}
.checkout-onepage-index p.required {
  position: absolute;
  right: 0px;
  top: 7px;
  font-family: Arial, sans-serif;
  font-size: 11px !important;
  color: #343230;
}
.checkout-onepage-index #checkout-method-content {
  font-family: Arial, sans-serif;
  font-size: 13px;
  width: 910px;
}
.checkout-onepage-index #checkout-method-content:before,
.checkout-onepage-index #checkout-method-content:after,
.checkout-onepage-index #checkout-method-content,
.checkout-onepage-index #checkout-method-content *,
.checkout-onepage-index #checkout-method-content *:before,
.checkout-onepage-index #checkout-method-content *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout-onepage-index #checkout-method-content ol > li {
  margin-bottom: 10px;
}
.checkout-onepage-index #checkout-method-content [id*="opc-"] {
  padding: 25px;
  background: #eeede9;
}
.checkout-onepage-index #checkout-method-content [id*="opc-"].active .step-title i:before {
  content: "\e602";
  font-style: normal !important;
}
.checkout-onepage-index #checkout-method-content [id*="opc-"] .fakeSelect {
  width: 245px;
}
.checkout-onepage-index #checkout-method-content [id*="opc-"] p a,
.checkout-onepage-index #checkout-method-content [id*="opc-"] label a {
  color: inherit;
  text-decoration: underline;
}
.checkout-onepage-index #checkout-method-content [id*="opc-"] .please-wait {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
  position: absolute;
  background: #eeede9 url("../images/layout/ajax-loader-beige.gif") no-repeat center center;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 15;
}
.checkout-onepage-index #checkout-method-content [id*="opc-"] .buttons-set.disabled {
  opacity: 1 !important;
}
.checkout-onepage-index #checkout-method-content [id*="opc-"] .buttons-set.disabled button {
  position: relative;
}
.checkout-onepage-index #checkout-method-content [id*="opc-"] .buttons-set.disabled .please-wait {
  display: block !important;
}
.checkout-onepage-index #checkout-method-content .ccv {
  text-align: right;
}
.checkout-onepage-index #checkout-method-content .ccv input {
  margin-left: 0;
}
.checkout-onepage-index #checkout-method-content .ccv .f-left {
  line-height: 27px;
}
.checkout-onepage-index .layout-large #checkout-method-content [id*="opc-"] .ccv {
  width: 212px;
  text-align: right;
}
.checkout-onepage-index .layout-large #checkout-method-content [id*="opc-"] .ccv input {
  width: 100px !important;
  margin-left: 0;
}
.checkout-onepage-index .layout-large #checkout-method-content [id*="opc-"] .ccv .f-left {
  line-height: 27px;
}
.checkout-onepage-index [id*="checkout-step-"] {
  margin-top: 28px;
  padding-top: 40px;
  border-top: 1px solid #161314;
  position: relative;
}
.checkout-onepage-index a.f-left {
  color: #161314;
  font-family: Georgia, sans-serif;
  font-style: italic;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.checkout-onepage-index a.f-left:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.checkout-onepage-index a.f-left i {
  vertical-align: middle;
}
.checkout-onepage-index .layout-small .right-content {
  padding-left: 170px;
  overflow: visible !important;
}
#payment-tool-tip img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.btn-justified,
.wide.justified {
  text-align: justify;
}
.btn-justified label,
.wide.justified label {
  padding-bottom: 0 !important;
  vertical-align: top;
}
.btn-justified > *,
.wide.justified > * {
  display: inline-block !important;
  float: none;
}
.ie8 .btn-justified > *,
.ie8 .wide.justified > *,
.ie7 .btn-justified > *,
.ie7 .wide.justified > * {
  zoom: 1;
  *display: inline !important;
}
.btn-justified > script,
.wide.justified > script {
  display: none!important;
}
.btn-justified:after,
.wide.justified:after {
  width: 100%;
  content: '';
  display: inline-block !important;
}
.ie8 .btn-justified:after,
.ie8 .wide.justified:after,
.ie7 .btn-justified:after,
.ie7 .wide.justified:after {
  zoom: 1;
  *display: inline !important;
}
.wide.justified label {
  padding-bottom: 15px !important;
}
.customer-address-form .wide.justified label,
.customer-account-edit .wide.justified label {
  padding-bottom: 0px !important;
}
.btn-right {
  text-align: right;
  font-size: 0;
}
.btn-right * {
  font-size: 11px;
}
.btn-right .btn {
  margin-left: 25px;
}
.btn-right .btn:first-child {
  margin-left: 0;
}
.btn-right > * {
  display: inline-block !important;
}
.ie8 .btn-right > *,
.ie7 .btn-right > * {
  zoom: 1;
  *display: inline !important;
}
.btn-left {
  font-size: 0;
  text-align: left;
}
.btn-left * {
  font-size: 11px;
}
.btn-left .btn {
  margin-left: 25px;
}
.btn-left .btn:first-child {
  margin-left: 0;
}
.btn-left > * {
  display: inline-block !important;
}
.ie8 .btn-left > *,
.ie7 .btn-left > * {
  zoom: 1;
  *display: inline !important;
}
.layout-full #checkout-method-content {
  width: 910px;
}
.validation-advice,
.error-msg,
.success-msg {
  font-family: Arial, sans-serif !important;
}
.validation-advice a,
.error-msg a,
.success-msg a {
  color: inherit;
  text-decoration: underline;
}
.layout-full #checkout-method-content [id*="checkout"] .col2-set .col input {
  width: 205px;
}
#checkout-method-content [id*="checkout"] .col2-set .col input[type=checkbox] {
  width: 15px!important;
  height: 15px;
  padding: 0;
  margin: 0 5px 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
#checkout-method-content [id*="checkout"] .col2-set .col input[type=checkbox]:checked {
  background: #000;
}
.layout-full #checkout-method-content [id*="opc-"] .fakeSelect {
  width: 205px;
}
.layout-full #checkout-method-content [id*="opc-"] .fakeSelect select {
  padding-right: 45px;
}
.layout-full #checkout-method-content #payment_form_authorizenet li div div.fakeSelect {
  width: 99px;
}
.layout-full #checkout-method-content #payment_form_authorizenet li div div.fakeSelect select {
  padding-right: 0;
}
.layout-full #checkout-method-content #payment_form_authorizenet li div div.fakeSelect:first-child {
  width: 128px;
}
.layout-full .my-account .col2-set .col .fakeSelect select {
  padding-right: 45px;
}
.layout-large #checkout-method-content {
  width: 780px;
}
.layout-large .col2-set .col {
  width: 350px;
  margin-left: 30px;
  margin-bottom: 30px;
  float: left;
  margin-bottom: 0px;
}
.layout-large .col2-set .col:first-child {
  margin-left: 0px;
}
.layout-large .col2-set .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-large .col2-set .col input {
  width: 160px;
}
.layout-large #checkout-method-content [id*="opc-"] .fakeSelect {
  width: 160px;
}
.layout-large #checkout-method-content [id*="opc-"] .fakeSelect select {
  padding-right: 19px;
}
.layout-large #checkout-method-content .fakeSelect select {
  padding-right: 45px;
}
.layout-large .my-account .col2-set .col .fakeSelect {
  width: 183px;
}
.layout-large .my-account .col2-set .col .fakeSelect select {
  padding-right: 45px;
}
.layout-large #checkout-method-content #payment_form_authorizenet li div div.fakeSelect {
  width: 78px;
}
.layout-large #checkout-method-content #payment_form_authorizenet li div div.fakeSelect select {
  padding-right: 0;
}
.layout-large #checkout-method-content #payment_form_authorizenet li div div.fakeSelect:first-child {
  width: 98px;
}
.customer-account-create .col2-set h3.legend {
  margin-top: 10px;
}
.customer-account-create .layout-large .col2-set .col {
  margin-bottom: 0;
}
.customer-account-create .layout-medium .col2-set .col {
  margin-bottom: 0;
}
.customer-account-create .layout-medium .col2-set .col .input-box input,
.validation-advice {
  width: 195px;
}
.customer-account-create .layout-medium .col2-set .col .input-box input select,
.validation-advice select {
  padding-right: 45px;
}
.customer-account-create .layout-medium #checkout-method-content .col2-set .col .fakeSelect {
  width: 217px;
}
.customer-account-create .layout-medium #checkout-method-content .col2-set .col .fakeSelect select {
  padding-right: 45px;
}
.customer-account-create .layout-small #checkout-method-content .col2-set .col .fakeSelect {
  width: 232px;
}
.customer-account-create .layout-small #checkout-method-content .col2-set .col .fakeSelect select {
  padding-right: 45px;
}
.customer-account-create .layout-full #checkout-method-content .col2-set .col .fakeSelect select {
  padding-right: 45px;
}
.layout-medium #checkout-method-content {
  width: 455px;
}
.layout-medium #checkout-method-content [id*="checkout"] .col2-set .col {
  width: 405px;
  float: left;
  margin-left: 0px;
  clear: left;
  margin-bottom: 0px;
}
.layout-medium #checkout-method-content [id*="checkout"] .col2-set .col:first-child {
  margin-left: 0px;
}
.layout-medium #checkout-method-content [id*="checkout"] .col2-set .col:nth-child(1n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-medium #checkout-method-content [id*="checkout"] .col2-set .col input {
  width: 195px;
}
.layout-medium #checkout-method-content [id*="opc-"] .fakeSelect {
  width: 195px;
  padding-right: 25px;
}
.layout-medium .my-account .col2-set .col .fakeSelect {
  width: 232px;
}
.layout-medium .my-account .col2-set .col .fakeSelect select {
  padding-right: 45px;
}
.layout-medium .my-account .box-bg {
  width: 780px;
}
.layout-medium .my-account .box-bg .col2-set .col {
  width: 377.5px;
  margin-left: 25px;
  margin-bottom: 25px;
  float: left;
}
.layout-medium .my-account .box-bg .col2-set .col:first-child {
  margin-left: 0px;
}
.layout-medium .my-account .box-bg .col2-set .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-medium #checkout-method-content #payment_form_authorizenet li div div.fakeSelect {
  width: 78px;
}
.layout-medium #checkout-method-content #payment_form_authorizenet li div div.fakeSelect select {
  padding-right: 0;
}
.layout-medium #checkout-method-content #payment_form_authorizenet li div div.fakeSelect:first-child {
  width: 99px;
}
.layout-small #checkout-method-content {
  width: 410px;
}
.layout-small .col2-set .col {
  width: 360px;
  margin-left: 30px;
  margin-bottom: 30px;
  float: left;
  margin-left: 0px;
  clear: left;
  margin-bottom: 0px;
}
.layout-small .col2-set .col:first-child {
  margin-left: 0px;
}
.layout-small .col2-set .col:nth-child(1n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-small .col2-set .col input {
  width: 170px;
}
.layout-small #checkout-method-content [id*="opc-"] .fakeSelect {
  width: 170px;
  padding-right: 25px;
}
.layout-small .my-account .col2-set .col .fakeSelect {
  width: 192px;
}
.layout-small .my-account .col2-set .col .fakeSelect select {
  padding-right: 45px;
}
.layout-small .my-account .box-bg {
  width: 580px;
}
.layout-small .my-account .box-bg .col2-set .col {
  width: 580px;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
  margin-left: 0px;
  clear: left;
}
.layout-small .my-account .box-bg .col2-set .col:first-child {
  margin-left: 0px;
}
.layout-small .my-account .box-bg .col2-set .col:nth-child(1n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-small #opc-login .col2-set .col + .col,
.layout-medium #opc-login .col2-set .col + .col,
.layout-small #opc-shipping_method .col2-set .col + .col,
.layout-medium #opc-shipping_method .col2-set .col + .col,
.layout-small #opc-payment .col2-set .col + .col,
.layout-medium #opc-payment .col2-set .col + .col {
  margin-top: 25px;
}
.layout-small #checkout-method-content #payment_form_authorizenet li div div.fakeSelect {
  width: 78px;
}
.layout-small #checkout-method-content #payment_form_authorizenet li div div.fakeSelect select {
  padding-right: 0;
}
.layout-small #checkout-method-content #payment_form_authorizenet li div div.fakeSelect:first-child {
  width: 99px;
}
.col #payment_form_authorizenet li.wide.justified input,
.col #payment_form_authorizenet li.wide.justified .fakeSelect,
.col #payment_form_authorizenet li.wide.justified .ccv {
  width: 215px !important;
}
.layout-large .col #payment_form_authorizenet li.wide.justified input,
.layout-large .col #payment_form_authorizenet li.wide.justified .fakeSelect,
.layout-large .col #payment_form_authorizenet li.wide.justified .ccv {
  width: 170px !important;
}
.layout-small .col #payment_form_authorizenet li.wide.justified input,
.layout-small .col #payment_form_authorizenet li.wide.justified .fakeSelect,
.layout-small .col #payment_form_authorizenet li.wide.justified .ccv {
  width: 170px !important;
}
.col #payment_form_authorizenet li.wide.justified div .fakeSelect,
.col #payment_form_authorizenet li.wide.justified .ccv input {
  width: 98.5px !important;
}
.layout-large .col #payment_form_authorizenet li.wide.justified div .fakeSelect,
.layout-large .col #payment_form_authorizenet li.wide.justified .ccv input {
  width: 76px !important;
}
.layout-small .col #payment_form_authorizenet li.wide.justified div .fakeSelect,
.layout-small .col #payment_form_authorizenet li.wide.justified .ccv input {
  width: 76px !important;
}
.my-account .col2-set,
.my-account .box-bg,
.my-account .page-header {
  width: 860px;
}
.my-account .col2-set .btn-left {
  padding: 8px 0;
  margin: 8px 0;
  border-bottom: 1px solid #161314;
}
.my-account .col2-set .col {
  width: 417.5px;
  margin-left: 25px;
  margin-bottom: 25px;
  float: left;
}
.my-account .col2-set .col:first-child {
  margin-left: 0px;
}
.my-account .col2-set .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.my-account .col2-set.addresses-list {
  width: 860px;
}
.my-account .col2-set.addresses-list:before,
.my-account .col2-set.addresses-list:after,
.my-account .col2-set.addresses-list,
.my-account .col2-set.addresses-list *,
.my-account .col2-set.addresses-list *:before,
.my-account .col2-set.addresses-list *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.my-account .col2-set.addresses-list ol li {
  margin-top: 25px;
}
.my-account .col2-set.addresses-list ol li h4 {
  margin-bottom: 5px;
}
.my-account .col2-set.addresses-list ol li .btn-left {
  padding-bottom: 25px;
}
.my-account .col2-set.addresses-list ol li:last-child .btn-left {
  padding-bottom: 0px;
  border: none;
}
.layout-large .my-account .col2-set.addresses-list {
  width: 860px;
}
.layout-medium .my-account .col2-set.addresses-list {
  width: 830px;
}
.layout-small .my-account .col2-set.addresses-list {
  width: 630px;
}
.layout-medium .my-account .col2-set.addresses-list .col {
  width: 402.5px;
  margin-left: 25px;
  margin-bottom: 25px;
  float: left;
}
.layout-medium .my-account .col2-set.addresses-list .col:first-child {
  margin-left: 0px;
}
.layout-medium .my-account .col2-set.addresses-list .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-small .my-account .col2-set.addresses-list .col {
  width: 630px;
  margin-bottom: 0px;
  float: left;
  margin-bottom: 25px;
  margin-left: 0px;
  clear: left;
}
.layout-small .my-account .col2-set.addresses-list .col:first-child {
  margin-left: 0px;
}
.layout-small .my-account .col2-set.addresses-list .col:nth-child(1n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-small .my-account .col2-set {
  width: 630px;
}
.layout-large .col2-set.navbox {
  width: 860px;
}
.layout-medium .col2-set.navbox {
  width: 780px;
}
.layout-small .col2-set.navbox {
  width: 575px;
}
.layout-large .col2-set.navbox .col {
  width: 420px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
.layout-large .col2-set.navbox .col:first-child {
  margin-left: 0px;
}
.layout-large .col2-set.navbox .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-medium .col2-set.navbox .col {
  width: 380px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
.layout-medium .col2-set.navbox .col:first-child {
  margin-left: 0px;
}
.layout-medium .col2-set.navbox .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-small .col2-set.navbox .col {
  width: 575px;
  margin-bottom: 0px;
  float: left;
  margin-left: 0px;
  clear: left;
}
.layout-small .col2-set.navbox .col:first-child {
  margin-left: 0px;
}
.layout-small .col2-set.navbox .col:nth-child(1n+1) {
  margin-left: 0px;
  clear: left;
}
#checkout-cart-index .left-box.items-list li {
  margin-bottom: 0;
}
.step-title {
  position: relative;
}
.allow .step-title,
.allow .step-title a {
  cursor: pointer;
}
.allow .step-title:hover,
.allow .step-title a:hover {
  color: #161314;
}
.active .step-title,
.active .step-title a {
  cursor: default;
}
.step-title a {
  position: absolute;
  right: 0px;
  top: 1px;
  font-family: Georgia, sans-serif;
  font-style: italic;
  color: #aaa;
  cursor: default;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.allow .step-title a a {
  cursor: pointer;
}
.active .step-title a:hover {
  color: #aaaaaa;
}
.step-title a i {
  vertical-align: middle;
  padding-left: 3px;
  font-family: 'm0851';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.step-title a i:before {
  content: "\e601";
}
.step-title h2 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.step-title h2:before {
  content: attr(data-step) " / ";
}
.cvv-what-is-this,
#payment-tool-tip-close {
  font-family: Georgia, sans-serif;
  font-style: italic;
  color: #161314;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.cvv-what-is-this:hover,
#payment-tool-tip-close:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#checkout-progress {
  position: absolute;
  right: 50%;
  margin-right: -890px;
  width: 320px;
  top: 0px;
  background: #eeede9;
}
.layout-large #checkout-progress {
  margin-right: -740px;
}
.layout-medium #checkout-progress {
  margin-right: -590px;
}
.layout-small #checkout-progress {
  margin-right: -490px;
  width: 270px;
}
#checkout-progress:before,
#checkout-progress:after,
#checkout-progress,
#checkout-progress *,
#checkout-progress *:before,
#checkout-progress *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#checkout-progress h2,
#dashboard .right > div h2 {
  padding: 25px;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #161314;
}
#checkout-progress h2:before,
#dashboard .right > div h2:before {
  content: "";
}
#checkout-progress > div h2 {
  padding-left: 0;
  padding-right: 0;
}
.my-account .pager {
  text-align: justify;
}
.my-account .pager > * {
  display: inline-block !important;
}
.ie8 .my-account .pager > *,
.ie7 .my-account .pager > * {
  zoom: 1;
  *display: inline !important;
}
.my-account .pager:after {
  content: "";
  display: inline-block !important;
  width: 100%;
}
.ie8 .my-account .pager:after,
.ie7 .my-account .pager:after {
  zoom: 1;
  *display: inline !important;
}
.block-review table td {
  vertical-align: top;
}
.col2-set h3,
#customer-order-history .box-bg h3,
#dashboard h3 {
  font-family: 'BrandonGrotesqueBoldRegular';
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #161314;
  margin-bottom: 25px;
}
.col2-set h4,
#customer-order-history .box-bg h4,
#dashboard h4 {
  font-family: 'BrandonGrotesqueBoldRegular';
  font-size: 12px;
  text-transform: uppercase;
}
.col2-set p,
#customer-order-history .box-bg p,
#dashboard p {
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 15px;
}
.col2-set input,
#customer-order-history .box-bg input,
#dashboard input {
  width: 245px;
}
.sales-order-view #my-orders-table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.sales-order-view #my-orders-table td,
.sales-order-view #my-orders-table th {
  text-align: left;
}
.sales-order-view #my-orders-table th {
  padding-bottom: 10px;
  border-bottom: 1px solid #161314;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBoldRegular';
}
.sales-order-view #my-orders-table th.a-right,
.sales-order-view #my-orders-table td.a-right {
  text-align: right;
}
.sales-order-view #my-orders-table th.a-center,
.sales-order-view #my-orders-table td.a-center {
  text-align: right;
}
.sales-order-view #my-orders-table tbody td:first-child {
  width: 130px;
}
.sales-order-view #my-orders-table tfoot {
  overflow: hidden;
}
.sales-order-view #my-orders-table .cart-price {
  font-size: 0;
}
.sales-order-view #my-orders-table .cart-price span {
  font-size: 12px;
}
.sales-order-view #my-orders-table tfoot tr:first-child td {
  padding-top: 75px;
}
.sales-order-view #my-orders-table tfoot tr:first-child td:first-child .separator {
  position: relative;
}
.sales-order-view #my-orders-table tfoot tr:first-child td:first-child .separator:before {
  width: 200%;
  height: 25px;
  position: absolute;
  content: '';
  background: #fff;
  left: -35px;
  top: -67px;
}
.sales-order-view #my-orders-table tfoot tr td {
  text-align: right;
  padding-right: 0px;
}
.sales-order-view #my-orders-table tfoot tr td span {
  margin-right: 0px;
}
.sales-order-view #my-orders-table tfoot tr td:first-child span {
  padding-right: 0px;
}
.sales-order-view #my-orders-table tfoot .grand_total td {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBoldRegular';
}
.sales-order-view #my-orders-table td {
  padding: 5px 0;
}
.sales-order-view #my-orders-table tbody:nth-of-type(1) td {
  padding-top: 10px;
}
.sales-order-view #my-orders-table td h3 {
  border: none;
  margin: 0;
  text-transform: none;
  font-family: Arial, sans-serif;
}
.sales-order-view .cards-list .info-table {
  font-family: Arial, sans-serif;
  text-align: left;
  margin-left: -2px;
  line-height: 19px;
}
.sales-order-view .col2-set:before,
.sales-order-view .col2-set:after,
.sales-order-view .col2-set,
.sales-order-view .col2-set *,
.sales-order-view .col2-set *:before,
.sales-order-view .col2-set *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sales-order-view .layout-medium .col2-set,
.sales-order-view .layout-medium .details {
  width: 830px;
}
.sales-order-view .layout-small .col2-set,
.sales-order-view .layout-small .details {
  width: 630px;
}
.sales-order-view .layout-medium .col2-set .clearfix .col {
  width: 402.5px;
  margin-left: 25px;
  margin-bottom: 25px;
  float: left;
}
.sales-order-view .layout-medium .col2-set .clearfix .col:first-child {
  margin-left: 0px;
}
.sales-order-view .layout-medium .col2-set .clearfix .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.sales-order-view .layout-small .col2-set .clearfix .col {
  width: 630px;
  margin-left: 25px;
  margin-bottom: 25px;
  float: left;
  margin-left: 0px;
  clear: left;
}
.sales-order-view .layout-small .col2-set .clearfix .col:first-child {
  margin-left: 0px;
}
.sales-order-view .layout-small .col2-set .clearfix .col:nth-child(1n+1) {
  margin-left: 0px;
  clear: left;
}
#dashboard:before,
#dashboard:after,
#dashboard,
#dashboard *,
#dashboard *:before,
#dashboard *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#dashboard h3 {
  margin-bottom: 14px;
}
#dashboard .left {
  width: auto;
  float: left;
}
#dashboard .left .box-recent .box-bg {
  padding-bottom: 6px;
}
.layout-large #dashboard .left .box-recent .box-bg {
  width: 783px;
}
.layout-medium #dashboard .left .box-recent .box-bg {
  width: 485px;
}
.layout-small #dashboard .left .box-recent .box-bg {
  width: 360px;
}
#dashboard .right {
  float: right;
  margin-right: -60px;
  background: none;
  padding: 0;
}
.layout-large #dashboard .right,
.layout-medium #dashboard .right,
.layout-small #dashboard .right {
  margin-right: 0;
}
#dashboard .right .col2-set {
  width: 320px;
}
.layout-small #dashboard .right .col2-set {
  width: 245px;
}
#customer-order-history .box-bg {
  margin-bottom: 25px;
}
#customer-order-history .box-bg h3 {
  position: relative;
}
#customer-order-history .box-bg h3:before {
  content: attr(data-date);
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBoldRegular';
  position: absolute;
  right: 0px;
  top: 0;
}
#customer-order-history .box-bg .info {
  text-align: justify;
}
#customer-order-history .box-bg .info:after {
  display: inline-block !important;
  width: 100%;
  content: "";
}
.ie8 #customer-order-history .box-bg .info:after,
.ie7 #customer-order-history .box-bg .info:after {
  zoom: 1;
  *display: inline !important;
}
#customer-order-history .box-bg .info > * {
  display: inline-block !important;
}
.ie8 #customer-order-history .box-bg .info > *,
.ie7 #customer-order-history .box-bg .info > * {
  zoom: 1;
  *display: inline !important;
}
#customer-order-history .box-bg .info div div {
  display: inline-block !important;
}
.ie8 #customer-order-history .box-bg .info div div,
.ie7 #customer-order-history .box-bg .info div div {
  zoom: 1;
  *display: inline !important;
}
#customer-order-history .box-bg .info div a {
  display: inline-block !important;
}
.ie8 #customer-order-history .box-bg .info div a,
.ie7 #customer-order-history .box-bg .info div a {
  zoom: 1;
  *display: inline !important;
}
.col2-set .col {
  width: 405px;
  margin-left: 50px;
  margin-bottom: 50px;
  float: left;
  margin-bottom: 0;
}
.col2-set .col:first-child {
  margin-left: 0px;
}
.col2-set .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.block-progress {
  padding: 0 25px 25px 25px;
}
#checkout-progress table .right,
.block-review table .right {
  vertical-align: middle;
  text-align: left;
}
#checkout-progress table span,
.block-review table span {
  display: block;
}
#checkout-progress table .total,
.block-review table .total {
  font-size: 18px;
}
#checkout-progress table .sec td,
.block-review table .sec td {
  font-family: Arial, sans-serif;
}
#checkout-progress table .sec td:first-child,
.block-review table .sec td:first-child {
  font-family: Georgia, sans-serif;
  font-style: italic;
  text-transform: none;
}
#checkout-progress table .sep,
.block-review table .sep {
  position: relative;
}
#checkout-progress table .sep td,
.block-review table .sep td {
  padding-bottom: 25px;
  position: relative;
}
#checkout-progress table .sep td:first-child:before,
.block-review table .sep td:first-child:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background: #161314;
  top: 28px;
}
#checkout-progress table .sep-top,
.block-review table .sep-top {
  position: relative;
}
#checkout-progress table .sep-top td,
.block-review table .sep-top td {
  padding-top: 25px;
  position: relative;
}
#checkout-progress table .sep-top td:first-child:before,
.block-review table .sep-top td:first-child:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background: #161314;
  bottom: 35px;
}
#checkout-progress table .discount td,
.block-review table .discount td {
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-transform: none;
  padding-bottom: 5px;
}
#checkout-progress table .shipping td,
.block-review table .shipping td {
  padding-bottom: 5px;
}
#checkout-progress .product-list td,
.block-review .product-list td {
  padding-bottom: 15px;
}
#checkout-progress .product-list tr:last-child td,
.block-review .product-list tr:last-child td {
  padding-bottom: 0px;
}
.layout-small #checkout-progress .product-list td:first-child,
.layout-small .block-review .product-list td:first-child {
  width: 85px !important;
}
#checkout-progress .edit-cart,
.block-review .edit-cart {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}
#checkout-progress .product-name,
.block-review .product-name,
#checkout-progress .price,
.block-review .price {
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  font-size: 12px;
}
#checkout-progress .leather-type,
.block-review .leather-type {
  font-family: Georgia, sans-serif;
  font-style: italic;
  margin-bottom: 5px;
}
.block-review table {
  padding-bottom: 20px;
}
.layout-small .block-review tr.switch,
.layout-medium .block-review tr.switch {
  display: table;
  width: 100%;
}
.layout-small .block-review tr.switch > td:first-child,
.layout-medium .block-review tr.switch > td:first-child {
  padding-bottom: 10px;
}
.layout-small .block-review td.switch,
.layout-medium .block-review td.switch {
  display: table-row;
}
.layout-small .block-review td.switch > table,
.layout-medium .block-review td.switch > table {
  position: relative;
}
.layout-small .block-review td.switch > table:before,
.layout-medium .block-review td.switch > table:before {
  width: 100%;
  height: 1px;
  position: absolute;
  background: black;
  opacity: 0.1;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  top: -12px;
  content: "";
}
.layout-small .block-review .product-list td:first-child,
.layout-medium .block-review .product-list td:first-child {
  padding-right: 45px;
}
.layout-medium .block-review .product-list td:first-child {
  padding-right: 62px;
}
.block-review .col:last-child {
  width: 100%;
}
.layout-large li.large div {
  width: 300px !important;
}
.layout-medium li.large,
.layout-small li.large,
.layout-full li.large,
.layout-large li.large {
  margin-bottom: 15px;
}
.layout-medium li.large label,
.layout-small li.large label,
.layout-full li.large label,
.layout-large li.large label {
  width: 100%;
  line-height: 14px;
  white-space: normal;
}
.layout-medium li.large div,
.layout-small li.large div,
.layout-full li.large div,
.layout-large li.large div {
  margin-left: 0;
  margin-top: 10px;
  width: 100% !important;
}
.layout-medium li.large select,
.layout-small li.large select,
.layout-full li.large select,
.layout-large li.large select {
  padding-right: 36px;
}
.no-display {
  display: none;
}
/* Making magento forms look like Vakarm's forms */
form div.field,
form li.wide {
  display: block;
  min-height: 32px;
}
form div.field label,
form li.wide label {
  display: block;
  float: left;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 32px;
  width: 95px;
  white-space: nowrap;
}
form div.field.validation-failed,
form li.wide.validation-failed {
  height: 65px !important;
  /*.fakeSelect{
                border:1px solid #DF812E;
                // margin-bottom:5px;
            }*/
}
form div.field.validation-failed .holder,
form li.wide.validation-failed .holder {
  padding-bottom: 25px;
}
form div.field .fakeSelect .validation-failed,
form li.wide .fakeSelect .validation-failed {
  color: #DF812E;
}
div.input-box {
  display: block;
  float: left;
  position: relative;
}
div.input-box input {
  display: block;
  font-size: 12px;
  font-family: Georgia, sans-serif;
  font-style: italic;
  line-height: 30px;
  margin-left: 18px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #fff;
  width: 210px;
  height: 30px;
}
div.input-box input.validation-failed {
  border: 1px solid #DF812E ;
}
.validation-advice {
  text-align: left;
  margin-bottom: 1px;
  padding: 5px 0;
  padding-left: 18px;
  color: #DF812E;
  font-style: italic;
}
.layout-large .validation-advice {
  width: 178px;
}
.layout-small .validation-advice {
  width: 178px;
}
.error-msg,
.success-msg {
  color: #DF812E;
  font-family: Arial, sans-serif;
  font-style: italic;
  padding-bottom: 7px;
}
form div.field,
form label.label {
  position: relative;
}
form div.field .validation-advice,
form label.label .validation-advice {
  position: absolute;
  left: 355px;
  top: 8px;
  font-weight: bold;
}
/*Zoomable images */
#product-content .right-content > .left-column ul.slider-controls a {
  display: block;
  width: 345px;
  height: 345px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.layout-full #product-content .right-content > .left-column ul.slider-controls a {
  width: 345px;
  height: 345px;
}
.layout-large #product-content .right-content > .left-column ul.slider-controls a {
  width: 320px;
  height: 320px;
}
.layout-medium #product-content .right-content > .left-column ul.slider-controls a {
  width: 170px;
  height: 170px;
}
.layout-small #product-content .right-content > .left-column ul.slider-controls a {
  width: 245px;
  height: 245px;
}
#product-content .right-content > .left-column ul.slider-controls a img {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: auto;
}
#product-content .right-content > .left-column .slider-controls-container > div {
  z-index: 10;
}
#product-content .right-content > .left-column .slider-controls-container .btn-previous,
#product-content .right-content > .left-column .slider-controls-container .btn-next {
  z-index: 150;
}
#product-content .right-content > .left-column .image_container {
  position: relative;
}
.layout-small #product-content .right-content > .left-column .image_container {
  width: 610px;
  height: 610px;
}
.layout-medium #product-content .right-content > .left-column .image_container {
  width: 460px;
  height: 460px;
}
.layout-large #product-content .right-content > .left-column .image_container {
  width: 760px;
  height: 760px;
}
.layout-full #product-content .right-content > .left-column .image_container {
  width: 810px;
  height: 810px;
}
#product-content .right-content > .left-column .zoomable-image-container {
  display: none;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#product-content .right-content > .left-column .zoomable-image {
  display: inline-block !important;
  position: relative;
}
.ie8 #product-content .right-content > .left-column .zoomable-image,
.ie7 #product-content .right-content > .left-column .zoomable-image {
  zoom: 1;
  *display: inline !important;
}
.layout-small #product-content .right-content > .left-column .zoomable-image img {
  width: 610px;
  height: 610px;
}
.layout-medium #product-content .right-content > .left-column .zoomable-image img {
  width: 460px;
  height: 460px;
}
.layout-large #product-content .right-content > .left-column .zoomable-image img {
  width: 760px;
  height: 760px;
}
.layout-full #product-content .right-content > .left-column .zoomable-image img {
  width: 810px;
  height: 810px;
}
.not-ie #product-content .right-content > .left-column .zoomable-image div:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  transition: opacity 1s linear;
  background: #efeeea url(../images/layout/ajax-loader-beige.gif) no-repeat center center;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#product-content .right-content > .left-column .zoomable-image div.loaded:after {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section.promo-legend {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.promo-legend:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/media/img_promo_legend_mask.png") right center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
}
section.promo-legend .legend {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 230px;
}
section.promo-legend .legend li {
  list-style: none;
  margin-bottom: 30px;
  display: inline-block !important;
}
.ie8 section.promo-legend .legend li,
.ie7 section.promo-legend .legend li {
  zoom: 1;
  *display: inline !important;
}
section.promo-legend .legend li a {
  display: block;
  zoom: 1;
  color: #dbdad6;
}
section.promo-legend .legend li a:before,
section.promo-legend .legend li a:after {
  content: "";
  display: table;
}
section.promo-legend .legend li a:after {
  clear: both;
}
section.promo-legend .legend li a:hover {
  color: white;
}
.layout-small section.promo-legend .legend,
.layout-medium section.promo-legend .legend {
  top: 20px;
}
.layout-small section.promo-legend .legend li,
.layout-medium section.promo-legend .legend li {
  margin-bottom: 15px;
}
section.promo-legend .legend .index {
  float: left;
  font-family: Arial, sans-serif;
  width: 35px;
  font-size: 12px;
}
section.promo-legend .legend .content {
  overflow: auto;
  line-height: 18px;
}
section.promo-legend .legend .content h3 {
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  font-size: 14px;
}
section.promo-legend .legend .content span {
  display: block;
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: 13px;
}
section.promo,
a.promo {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
}
section.promo div,
a.promo div {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
section.promo div:hover,
a.promo div:hover {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.layout-full section.promo-legend,
.layout-full section.promo,
.layout-full a.promo {
  height: 848px;
}
.layout-large section.promo-legend,
.layout-large section.promo,
.layout-large a.promo {
  height: 848px;
}
.layout-medium section.promo-legend,
.layout-medium section.promo,
.layout-medium a.promo {
  height: 580px;
}
.layout-small section.promo-legend,
.layout-small section.promo,
.layout-small a.promo {
  height: 565px;
}
.leather-listing a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.leather-listing ul {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #161314;
}
.leather-listing ul:last-child {
  border-bottom: none;
}
.leather-listing h2 {
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
}
.leather-listing h2 a {
  position: absolute;
  right: 0;
  color: #161314;
  font-family: Georgia, sans-serif;
  font-style: italic;
  text-transform: none;
}
.leather-listing h2 a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.leather-listing li {
  margin-bottom: 10px;
}
.leather-listing li a {
  display: block;
  zoom: 1;
}
.leather-listing li a:before,
.leather-listing li a:after {
  content: "";
  display: table;
}
.leather-listing li a:after {
  clear: both;
}
.leather-listing li a:hover,
.leather-listing li a.active {
  background: #eeede9;
}
.leather-listing li:last-child {
  margin-bottom: 0px;
}
.leather-listing li div {
  float: left;
  width: 70px;
  height: 32px;
}
.leather-listing li span {
  font-family: Georgia, sans-serif;
  font-style: italic;
  color: #403e3c;
  line-height: 32px;
  overflow: auto;
  margin-left: 20px;
}
.product-related .scrollable-content {
  padding-top: 55px;
  margin-bottom: 50px;
}
.product-related .scrollable-content h2 {
  float: none;
  margin: 0 0 25px 0;
  text-align: center;
}
.products-index-view ul.slider-controls:before,
.products-index-view ul.slider-controls:after,
.products-index-view ul.slider-controls,
.products-index-view ul.slider-controls *,
.products-index-view ul.slider-controls *:before,
.products-index-view ul.slider-controls *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products-index-view ul.slider-controls li {
  margin-right: 15px;
}
.products-index-view ul.slider-controls li a {
  margin: 0 !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  width: 100% !important;
}
.account-login h2 {
  margin-bottom: 10px;
}
.account-login .messages {
  margin-bottom: 10px;
}
.account-login .col {
  position: relative;
  margin-bottom: 0px !important;
  width: 430px;
  margin-left: 50px;
  margin-bottom: 50px;
  float: left;
}
.account-login .col:first-child {
  margin-left: 0px;
}
.account-login .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-large .account-login .col {
  width: 430px;
  margin-left: 50px;
  margin-bottom: 50px;
  float: left;
}
.layout-large .account-login .col:first-child {
  margin-left: 0px;
}
.layout-large .account-login .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-small .account-login .col {
  height: auto !important;
}
.layout-small .account-login .col:last-child {
  margin-top: 20px !important;
}
.layout-small .account-login .col input {
  width: 175px;
}
.account-login .col.single-box {
  padding-bottom: 25px;
}
.account-login .col.single-box .btn-left {
  position: static;
}
.account-login .col.single-box .btn-left .btn + .btn {
  margin-top: 0;
}
.layout-small .account-login .col.single-box .btn-left .btn:first-child {
  margin-bottom: 10px;
}
.layout-medium .account-login .col2-set {
  width: 830px;
}
.layout-medium .account-login .col2-set .col {
  width: 352.5px;
  margin-left: 25px;
  margin-bottom: 25px;
  float: left;
}
.layout-medium .account-login .col2-set .col:first-child {
  margin-left: 0px;
}
.layout-medium .account-login .col2-set .col:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.account-login p.required {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 25px;
  top: 50px;
  font-family: Arial, sans-serif;
  font-size: 11px !important;
  color: #343230;
}
.account-login .forgot {
  font-family: Georgia, sans-serif;
  font-style: italic;
  color: inherit;
  font-size: 12px;
  margin-left: 10px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.account-login .forgot:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.account-login .single-box {
  width: 570px !important;
}
a > i {
  vertical-align: middle;
}
.box-bg.desc {
  margin-left: -25px;
  margin-top: 80px;
  width: 250px;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}
.box-bg.desc:before,
.box-bg.desc:after,
.box-bg.desc,
.box-bg.desc *,
.box-bg.desc *:before,
.box-bg.desc *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-bg.desc h1,
.box-bg.desc h2,
.box-bg.desc h3,
.box-bg.desc h4,
.box-bg.desc h5,
.box-bg.desc h6 {
  font-size: 14px;
  border-bottom: 1px solid #161314;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-style: normal;
}
.box-bg.desc p {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}
.customer-account-forgotpassword .layout-small .col2-set .single-box.col.box-bg {
  width: 580px !important;
}
#collection-content .styled-products-listing a {
  padding: 0;
  margin: 0;
}
.layout-full #collection-content .styled-products-listing {
  width: 1270px;
}
.layout-large #collection-content .styled-products-listing {
  width: 1130px;
}
.layout-medium #collection-content .styled-products-listing {
  width: 942px;
}
.layout-small #collection-content .styled-products-listing {
  width: 630px;
}
#collection-content .styled-products-listing > li a {
  margin-right: 0;
}
.layout-full #collection-content .styled-products-listing > li {
  width: 356.66666667px;
  margin-left: 100px;
  margin-bottom: 100px;
  float: left;
}
.layout-full #collection-content .styled-products-listing > li:first-child {
  margin-left: 0px;
}
.layout-full #collection-content .styled-products-listing > li:nth-child(3n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-large #collection-content .styled-products-listing > li {
  width: 328.66666667px;
  margin-left: 72px;
  margin-bottom: 72px;
  float: left;
}
.layout-large #collection-content .styled-products-listing > li:first-child {
  margin-left: 0px;
}
.layout-large #collection-content .styled-products-listing > li:nth-child(3n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-medium #collection-content .styled-products-listing > li {
  width: 280.66666667px;
  margin-left: 50px;
  margin-bottom: 50px;
  float: left;
  margin-bottom: 35px;
}
.layout-medium #collection-content .styled-products-listing > li:first-child {
  margin-left: 0px;
}
.layout-medium #collection-content .styled-products-listing > li:nth-child(3n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-small #collection-content .styled-products-listing > li {
  width: 279px;
  margin-left: 72px;
  margin-bottom: 72px;
  float: left;
  margin-bottom: 35px;
}
.layout-small #collection-content .styled-products-listing > li:first-child {
  margin-left: 0px;
}
.layout-small #collection-content .styled-products-listing > li:nth-child(2n+1) {
  margin-left: 0px;
  clear: left;
}
.layout-large #checkout-method-content [id*="opc-"] .ccv {
  width: 194px;
  text-align: right;
}
.layout-large #checkout-method-content [id*="opc-"] .ccv input {
  width: 90px !important;
  margin-left: 0;
}
.layout-large #checkout-method-content [id*="opc-"] .ccv .f-left {
  line-height: 27px;
}
.layout-medium #checkout-method-content [id*="opc-"] .ccv {
  width: 194px;
  text-align: right;
}
.layout-medium #checkout-method-content [id*="opc-"] .ccv input {
  width: 90px !important;
  margin-left: 0;
}
.layout-medium #checkout-method-content [id*="opc-"] .ccv .f-left {
  line-height: 27px;
}
.layout-small #checkout-method-content [id*="opc-"] .ccv {
  width: 194px;
  text-align: right;
}
.layout-small #checkout-method-content [id*="opc-"] .ccv input {
  width: 90px !important;
  margin-left: 0;
}
.layout-small #checkout-method-content [id*="opc-"] .ccv .f-left {
  line-height: 27px;
}
h4.empty {
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
}
.fakeRadio label {
  cursor: pointer;
  margin-bottom: 12px;
  display: inline-block !important;
}
.ie8 .fakeRadio label,
.ie7 .fakeRadio label {
  zoom: 1;
  *display: inline !important;
}
.fakeRadio input {
  position: absolute;
  left: -9999px;
}
.fakeRadio div {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/layout/input_radio.png) no-repeat 0 0;
  width: 14px!important;
  height: 18px!important;
  cursor: pointer;
}
.ie8 .fakeRadio div,
.ie7 .fakeRadio div {
  zoom: 1;
  *display: inline !important;
}
.fakeRadio input:checked + label div {
  background: url(../images/layout/input_radio-checked.png) no-repeat 0 0;
}
.fakeCheckBox label {
  cursor: pointer;
  margin-bottom: 12px;
  display: block;
}
.fakeCheckBox input {
  position: absolute;
  left: -9999px;
}
.fakeCheckBox div {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
  background: url(../images/layout/checkbox_bg.gif) no-repeat 0 0;
  width: 14px!important;
  height: 14px!important;
  cursor: pointer;
}
.ie8 .fakeCheckBox div,
.ie7 .fakeCheckBox div {
  zoom: 1;
  *display: inline !important;
}
.fakeCheckBox input:checked + label div {
  background-position: 0 -14px;
}
.ie8 .fakeSelect select {
  display: block;
  width: 140% !important;
}
::-webkit-input-placeholder {
  color: #a09f9e;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a09f9e;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a09f9e;
}
:-ms-input-placeholder {
  color: #a09f9e;
}
nav a,
footer a {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
input,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: Georgia, sans-serif;
  font-style: italic;
}
/* ================================================================================
 * CSS directly on styles.css
=================================================================================== */
/* small fixes paymentech */
#payment_form_chpaymentech {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
}
#payment_form_chpaymentech .input-box {
  overflow: hidden;
}
#payment_form_chpaymentech label {
  clear: both;
  display: block;
  float: none;
  padding-top: 15px;
}
#payment_form_chpaymentech input {
  margin-top: 5px;
  margin-left: 0;
}
#payment_form_chpaymentech select {
  margin-top: 5px;
  position: relative;
  *z-index: 10;
  display: block;
  font-style: italic;
  padding: 8px 30px 9px 10px;
  border: none;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #ffffff url(../images/layout/paymentech-selectbox-arrows.gif) no-repeat right center;
}
.ie8 #payment_form_chpaymentech select {
  background-image: none;
}
#payment_form_chpaymentech .v-fix {
  float: left;
}
#payment_form_chpaymentech .cvv-what-is-this {
  margin-left: 10px;
  display: none;
}
#payment_form_chpaymentech .card_type .input-box {
  width: 170px;
}
#payment_form_chpaymentech .card_type select {
  width: 200px;
  background-position: 150px center;
}
#payment_form_chpaymentech .exp_month {
  overflow: hidden;
  width: 140px;
}
#payment_form_chpaymentech .exp_month select {
  width: 160px;
  background-position: 120px center;
}
#payment_form_chpaymentech .exp_year {
  overflow: hidden;
  width: 90px;
  margin-left: 10px;
}
#payment_form_chpaymentech .exp_year select {
  width: 110px;
  background-position: 70px center;
}
/* FIXES CMS STATIC PAGES */
.cms-page .right-content {
  font-family: Arial, sans-serif;
}
.cms-page .right-content h2 {
  float: none;
  margin: 0 0 10px;
}
.cms-page .right-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 23px;
  padding-bottom: 20px;
}
.cms-page .right-content strong {
  font-weight: bold;
}
.cms-page .right-content li {
  list-style: disc;
}
.cms-page .right-content ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 23px;
  padding-bottom: 20px;
  padding-left: 20px;
}
/* VAT NOTICE */
.vat {
  font-size: .75em!important;
  padding-left: 0 0 0 5px!important;
  color: #000!important;
  text-decoration: none!important;
  border-bottom: none!important;
  display: inline!important;
}
/* CHECKOUT PAYPAL */
#co-payment-form .fakeRadio #p_method_paypal_express + label div {
  float: left;
}
#co-payment-form .fakeRadio #p_method_paypal_express + label span a {
  padding-top: 5px;
  padding-bottom: 7px;
}
#co-payment-form #payment_form_paypal_express {
  padding-bottom: 10px;
}
/* PRODUCT DESCRIPTION ARROW */
#product-content .product-infos .infos > a.open {
  background-position: right -11px;
}
/* ZOOM LENS */
.zoomable-image-container {
  overflow: visible!important;
}
.zoom-lens {
  width: 376px!important;
  height: 376px!important;
  top: 52px!important;
  left: 562px!important;
  z-index: 1000;
  background-color: #fff;
}
.zoomable-image div {
  display: block !important;
}
.layout-full .zoom-lens {
  left: 562px!important;
}
.layout-large .zoom-lens {
  left: 562px!important;
}
.layout-medium .zoom-lens {
  left: 562px!important;
}
.layout-small .zoom-lens {
  left: 585px!important;
}
/* HEADER FOOTER MODIFICATIONS */
.footer_custom_links {
  position: relative;
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
  z-index: 5;
  white-space: nowrap;
  color: #fff;
  margin-left: 2%;
  top: -8px;
}
.footer_custom_links.first {
  margin-left: 0;
}
.footer_custom_links:hover {
  border-bottom: 1px #fff solid;
}
#wrapper > header .main-nav > ul {
  right: 0;
}
#wrapper > header.transparent .main-nav {
  left: 0;
  margin-left: 125px;
}
#wrapper .secondary-nav .socials {
  margin-right: 0;
}
@media screen and (max-width: 1480px) {
  #wrapper > footer .bottom-part form {
    margin-left: -5%;
  }
}
@media screen and (max-width: 1400px) {
  #wrapper > footer .bottom-part form {
    margin-left: -8%;
  }
}
@media screen and (max-width: 1360px) {
  #wrapper > footer .bottom-part > div .secondary-nav {
    margin-right: 0 !important;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #wrapper > footer .bottom-part form {
    margin-left: -5%;
  }
  .fr #wrapper > footer .bottom-part > div .secondary-nav {
    left: auto;
  }
}
/* AJAX MINI-CART OVERRIDES */
/*.skip-minicart { 
  width: 30px !important; 
  left: 99px !important;
}*/
.header-cart .cart-btn,
.header-cart .cart-btn:hover {
  background: none;
  width: 20px;
  height: 40px;
  position: relative;
}
.header-cart .cart-value {
  display: none !important;
}
.cart-container,
.skip-minicart {
  margin-top: 0px !important;
}
.skip-minicart {
  left: -5px;
  top: -5px;
}
.icon-shopcart:before {
  content: '' !important;
}
.cart-items-box {
  top: 34px;
  background: #eeede9 !important;
  width: 264px !important;
  right: -10px !important;
  border: 1px solid #3e3e3c !important;
  padding-bottom: 10px!important;
  font-family: 'BrandonGrotesqueSemiBoldRegular' !important;
}
.cart-items-box .items li {
  border-color: #000 !important;
}
.cart-header {
  border-color: #000 !important;
}
.header-cart .btn {
  margin-top: 10px;
}
.header-cart .btn.checkout:hover,
.header-cart .btn.view_cart:hover {
  background: #e0ded9;
  color: #555555 !important;
}
.header-cart .btn.checkout {
  background: #403e3c;
}
.header-cart .btn.view_cart {
  background: #a29e93;
  color: #555555 !important;
}
.item-thumbnail,
.item-thumbnail a img {
  width: 84px !important;
  height: auto !important;
}
.mini-basket-content-wrapper {
  width: 51% !important;
}
.mini-cart-name {
  margin-bottom: 0 !important;
}
.item-price {
  margin-top: 0 !important;
}
.mini-cart-name a,
.item-price,
.price {
  color: #161314 !important;
  font-weight: bold !important;
}
.icon-remove {
  color: #FF0000;
}
.total {
  text-align: left;
  font-family: 'BrandonGrotesqueBoldRegular' !important;
  font-weight: normal!important;
}
.total .label {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: left;
}
.total .amount {
  text-transform: uppercase;
  float: right;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}
.mini-cart-footer {
  text-align: center;
  clear: both;
}
.free_shipping {
  padding: 15px;
}
.cart-items-box .items > li {
  padding: 0 0 10px 10px !important;
}
#mini-cart-summary {
  width: 90% !important;
  margin-left: 5%;
}
#mini-cart-summary > li {
  margin-top: 10px;
}
.cart-items-box .cart-header {
  padding-bottom: 9px!important;
}
.mini-cart-footer {
  padding: none!important;
}
.header-cart .free_shipping {
  display: block!important;
  padding: 5px!important;
  font-style: italic!important;
}
.free_shipping_icon {
  height: 50px;
}
.free_shipping_icon a {
  background: url(../images/layout/header_icon-free_shipping.png) no-repeat !important;
  width: 25px!important;
}
.free_shipping_icon div {
  display: none;
  position: absolute;
  top: 30px;
  background: #eeede9;
  width: 264px;
  right: -148px;
  border: 1px solid #3e3e3c;
  padding: 0 10px;
  font-family: 'BrandonGrotesqueSemiBoldRegular' !important;
  box-sizing: border-box;
}
.free_shipping_icon h3 {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid #3e3e3c;
  font-family: 'BrandonGrotesqueBoldRegular';
  font-weight: normal;
  margin-bottom: 15px;
  padding: 10px 0;
}
.free_shipping_icon p {
  padding-bottom: 10px;
}
/* CART MODIFICATIONS FOR PROMOTIONS */
#checkout-content .right-box {
  clear: right;
}
.my_account a.notlogged {
  background: url(../images/layout/notlogged.png) no-repeat !important;
  width: 25px !important;
}
.my_account a.logged {
  background: url(../images/layout/logged.png) no-repeat !important;
  width: 25px !important;
}
/* ROLL OVER ON PRODUCTS DESCRIPTION */
#collection-content .styled-products-listing li {
  position: relative;
  height: auto;
  margin-bottom: 30px!important;
  overflow: hidden;
}
#collection-content .styled-products-listing li .img_holder {
  z-index: 1;
}
#collection-content .styled-products-listing li a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}
[class*="collections"] .styled-products-listing li .top .type,
[class*="collections"] .styled-products-listing li .top .type_hover {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
[class*="collections"] .styled-products-listing li .top .type {
  opacity: 1;
}
[class*="collections"] .styled-products-listing li .top .type_hover {
  font-style: italic;
  position: absolute;
  left: 0;
  opacity: 0;
}
[class*="collections"] .styled-products-listing li:hover .top .type_hover {
  opacity: 1;
}
[class*="collections"] .styled-products-listing li:hover .top .type {
  opacity: 0;
}
.ie8 [class*="collections"] .styled-products-listing li .top .type_hover {
  display: none;
}
.ie8 [class*="collections"] .styled-products-listing li:hover .top .type_hover {
  display: inline;
}
.ie8 [class*="collections"] .styled-products-listing li:hover .top .type {
  display: none;
}
#collection-content .styled-products-listing li .bottom {
  position: relative;
}
#collection-content .styled-products-listing li .bottom_hover {
  position: relative;
  top: -34px;
  height: 32px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#collection-content .styled-products-listing li:hover .bottom_hover {
  opacity: 1;
  z-index: 3;
}
.ie8 #collection-content .styled-products-listing li .bottom_hover {
  display: none;
}
.ie8 #collection-content .styled-products-listing li:hover .bottom_hover {
  display: block;
}
#collection-content .styled-products-listing li .bottom_hover .colors {
  margin-top: 7px;
}
#collection-content .styled-products-listing li .bottom_hover .colors .title {
  width: 100%;
  font-weight: 800;
  float: left;
  margin-bottom: 5px;
}
#collection-content .styled-products-listing li .bottom_hover .colors .img_wrapper {
  width: 40px;
  height: 30px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-left: 2px;
  margin-bottom: 2px;
}
#collection-content .styled-products-listing li .bottom_hover .colors .img_wrapper img {
  width: auto;
  max-width: none;
  position: relative;
}
@media screen and (max-width: 1580px) {
  #collection-content .styled-products-listing li .bottom_hover .colors .img_wrapper {
    width: 38px;
    height: 28px;
  }
}
@media screen and (max-width: 1480px) {
  #collection-content .styled-products-listing li .bottom_hover .colors .img_wrapper {
    width: 40px;
    height: 30px;
  }
}
/* NOTICE TRAITEMENT DE COMMANDE - TEMPS DES FÊTES 2014 */
.noticeShippingHollidays {
  font-family: Arial;
  font-size: 11px;
  width: 275px;
  position: absolute;
  left: 231px;
  top: 6px;
}
.noticeShippingHollidays.fr {
  left: 275px;
}
#my-cart-content .infos + div {
  position: relative;
}
/* CORRECTIFS PROMOTION BLOCK */
.collections-index-index .rebate-featured a {
  width: auto;
}
ul.rebate-featured {
  top: 55px;
}
.collections-index-index .layout-medium .rebate-featured,
.collections-index-index .layout-small .rebate-featured {
  top: 55px;
}
ul.rebate-featured li {
  position: relative;
}
ul.rebate-featured img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
ul.rebate-featured li img.hover {
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
ul.rebate-featured li:hover img.hover {
  opacity: 1;
}
/* CORRECTIFS VIEW ORDER */
.sales-order-view #my-orders-table td {
  vertical-align: middle;
}
/* POPUP BACKGROUND */
.size-chart-link {
  height: 35px;
  line-height: 33px;
  display: block;
  float: left;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBoldRegular', Arial;
}
.size-chart-link:hover {
  color: #403e3c;
}
#productinfospopup *::selection {
  background-color: transparent;
}
#productinfospopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 997;
  position: absolute;
}
#productinfospopup .cover {
  width: 100%;
  height: 100%;
  position: absolute;
}
#productinfospopup .content {
  max-width: 800px;
  width: 90%;
  margin: 150px auto;
  border: 8px solid #a29e93;
  background: #efeeea;
  position: relative;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.6);
}
#productinfospopup .content .close {
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #a29e93;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#productinfospopup .content .close:hover {
  background: #e0ded9;
}
#productinfospopup .content h3 {
  width: 100%;
  height: 290px;
  line-height: 290px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  font-weight: normal;
  background: url(/app/views/custom/productinfospopup_header_img.jpg) center center;
  background-size: cover;
}
#productinfospopup .content .wrapper {
  margin: 40px 0;
}
#productinfospopup .content .wrapper p {
  margin: 15px 0;
  text-align: center;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3f3f3f;
}
#productinfospopup .content .wrapper p.small {
  font-size: 14px;
}
#productinfospopup .content .wrapper hr {
  width: 300px;
  border: none;
  border-top: 1px solid #7c7b79;
}
#productinfospopup .content a.basic-btn {
  font-size: 10px;
  width: 205px;
  padding: 0;
  text-align: center;
}
#productinfospopup .content a.basic-btn.left {
  float: none;
  margin: 0 auto;
}
#productinfospopup .content a.basic-btn.right {
  float: right;
  margin-right: 20px;
}
#productinfospopup .content img {
  width: 100%;
}
@media (max-height: 750px) {
  #productinfospopup {
    position: absolute;
  }
}
/* MADE IN */
#product-content .product-infos p.madein {
  font-weight: bold;
}
/* CMS ANCHOR */
.menu-anchor {
  background: #eeede9;
  padding: 25px 25px 30px 25px;
  margin-bottom: 60px;
  width: 255px;
  max-width: 100%;
}
.menu-anchor ul {
  padding: 0!important;
}
.menu-anchor ul li {
  list-style: none!important;
}
.menu-anchor ul li a {
  color: #161314;
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 25px;
  border-bottom: 1px solid #a29e93;
  display: block;
}
.menu-anchor ul li a:hover {
  color: #000;
  border-color: #000;
}
.menu-anchor h3 {
  font-size: 15px;
  font-family: 'BrandonGrotesqueBoldRegular';
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
.cms-anchor {
  position: relative;
}
.cms-anchor div {
  position: absolute;
  top: -120px;
}
/* LEATHER CARE POPUP */
.inside-leatherpopup {
  padding: 30px;
}
.inside-leatherpopup h2 {
  margin: 0 0 25px;
}
.inside-leatherpopup h3 {
  line-height: normal!important;
  color: #000!important;
  text-align: left!important;
  margin: 10px 0 20px!important;
  height: auto!important;
  font-weight: 100!important;
  font-size: 16px!important;
  font-family: 'BrandonGrotesqueBoldRegular' !important;
  text-transform: uppercase!important;
  letter-spacing: 1px!important;
}
.inside-leatherpopup p {
  margin-bottom: 15px;
}
.inside-leatherpopup em {
  font-style: italic;
}
.inside-leatherpopup .button-container {
  margin: 50px 0 5px;
  text-align: center;
}
.inside-leatherpopup .button {
  display: inline-block;
  background: #403e3c;
  color: #efeeea;
  font-size: 13px;
  padding: 12px 15px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.inside-leatherpopup .button:hover {
  background: #e0ded9;
  color: #161314;
}
/* HEADER SEARCHBAR */
.secondary-nav .searchbar {
  float: left;
  margin-left: 10px;
}
.secondary-nav .searchbar input {
  width: 180px;
  height: 25px;
  background: #eeede9;
  font-family: 'BrandonGrotesqueBoldRegular';
  color: #a29e93;
  text-transform: uppercase;
  padding: 0px 30px 0 10px;
  float: right;
}
.secondary-nav .searchbar button {
  position: absolute;
  right: 5px;
  top: 4px;
  color: #a29e93 !important;
  display: block;
  border: none;
  padding: 0;
  cursor: pointer;
  background: none;
  outline: none;
  pointer-events: none;
}
.secondary-nav .searchbar button span {
  display: none;
}
.secondary-nav .searchbar button i {
  font-size: 13px;
  line-height: 18px;
}
.secondary-nav .searchbar {
  overflow: hidden;
  width: 25px;
  -webkit-transition: width 200ms ease-in-out;
  -moz-transition: width 200ms ease-in-out;
  -ms-transition: width 200ms ease-in-out;
  -o-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
}
.secondary-nav .searchbar:hover,
.secondary-nav .searchbar.focus {
  width: 220px;
}
.secondary-nav .searchbar:hover button,
.secondary-nav .searchbar.focus button {
  pointer-events: all;
}
/* HEADER PUSHDOWN */
#wrapper {
  position: relative;
}
#wrapper > header.pushdown {
  position: absolute!important;
  top: auto!important;
  z-index: 1000;
}
.promo-pushdown {
  position: relative;
  background: #a29e93;
  height: 250px;
  display: none;
}
.promo-pushdown .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 50px;
  height: 50px;
  color: #fff;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  cursor: pointer;
}
/* GIFT CARD */
#checkout-step-payment .col.col-giftcard {
  float: right;
  margin: 0 0 40px;
  clear: none;
}
#checkout-step-payment .col.col-mainpayment {
  float: left;
  margin: 0 0 40px;
  clear: none;
}
#checkout-step-payment .col.col-discount {
  float: right;
  margin: 0 0 40px;
  clear: right;
}
#giftcard-section .sp-methods {
  overflow: hidden;
}
#giftcard-section .giftcard-payment-method {
  margin-top: 20px;
  border: none;
}
#giftcard-section .giftcard-payment-method label {
  display: block;
  margin-bottom: 5px;
}
#giftcard-section .giftcard-payment-method input {
  margin: 0;
}
#giftcard-section .giftcard-payment-method .buttons-set {
  padding: 0;
}
#giftcard-section .giftcard-payment-method button {
  margin-left: 10px;
  text-transform: uppercase;
  border: none;
  line-height: 24px;
  vertical-align: middle;
  background: #a29e93;
  outline: none;
  color: #555;
  font-weight: 500px;
  cursor: pointer;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
#giftcard-section .giftcard-payment-method button:hover {
  background: #e0ded9;
}
#giftcard-section .giftcard-payment-method b {
  display: block;
  padding-top: 10px;
  clear: both;
}
#giftcard-section .giftcard-payment-method br {
  display: none;
}
#giftcard-section .giftcard-payment-method a {
  text-decoration: underline;
  color: #000;
}
/* PROMO ITEMS */
#ampromo-items-add {
  clear: left;
  width: 770px;
  background: #eeede9;
  border: none!important;
  margin-bottom: 25px!important;
  padding: 20px!important;
  box-sizing: border-box;
}
#ampromo-items-add h3 {
  font-size: 13px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
#ampromo-items-add h3 a {
  color: #a29e93;
}
#ampromo-items {
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  border: none!important;
  background: transparent!important;
}
#ampromo-items .close {
  display: none!important;
}
#ampromo-items h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
#ampromo-items .ampromo-item {
  margin: 6px!important;
  background: #eeede9;
  border: none!important;
}
#ampromo-items .ampromo-item h4 {
  color: #161314;
}
#ampromo-items .ampromo-item .basic-btn {
  border: none;
  float: none;
  margin: 20px auto 0;
  cursor: pointer;
}
#checkout-content .notice-msg {
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-style: italic;
  padding-bottom: 7px;
}
.layout-large #ampromo-items-add {
  width: 730px;
}
.layout-medium #ampromo-items-add {
  width: 100%;
}
.layout-medium #checkout-content .right-box {
  clear: both;
}
/* SAVE FOR LATER */
li#saveforlater_notice {
  height: auto!important;
  padding: 10px!important;
  text-align: center;
}
li#saveforlater_notice p {
  padding: 0;
}
li#saveforlater_notice p span {
  font-weight: bold;
}
li#saveforlater_notice p a {
  color: #000;
  text-decoration: underline;
}
.my-account li#saveforlater_notice {
  margin-top: 15px;
  padding: 10px 25px!important;
}
/* MESSAGE VACANCES CART */
#my-cart-content .items-list > li.messageVacances {
  height: auto;
  padding: 0;
  margin-bottom: 15px;
}
#my-cart-content .items-list > li.messageVacances p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-style: italic;
}
/* STORE SWITCHER - with modif for refonte */
header .language-switcher-link,
header .language-switcher-link:hover,
.no-touch header .language-switcher-link:hover {
  background-color: transparent!important;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  height: 25px;
  width: 25px;
  display: block;
}
header .language-switcher-link.canada,
header .language-switcher-link.canada:hover {
  background-image: url(../images/country_switcher/ca.svg);
}
header .language-switcher-link.europe,
header .language-switcher-link.europe:hover {
  background-image: url(../images/country_switcher/eu.svg);
}
header .language-switcher-link.usa,
header .language-switcher-link.usa:hover {
  background-image: url(../images/country_switcher/us.svg);
}
#language-switcher-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(64, 62, 60, 0.8);
  min-width: 980px;
  display: none;
  overflow: hidden;
}
#language-switcher-popup .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
#language-switcher-popup .content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 1000px;
}
#language-switcher-popup .content {
  position: relative;
  left: 50%;
  top: 50%;
  width: 1180px;
  max-width: 90%;
  height: 600px;
  background: #fff;
  border: 8px solid #a39f94;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#language-switcher-popup .content a.close {
  display: block;
  width: 30px;
  height: 30px;
  background: #a29e94;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-family: Arial, sans-serif;
  position: absolute;
  top: -19px;
  right: -19px;
  font-weight: bold;
}
#language-switcher-popup .content h1 {
  width: 100%;
  height: 80px;
  background: #403e3c url(../images/country_switcher/logo_m0851.png) no-repeat center center;
  font-size: 0;
  color: transparent;
  margin: 0;
  padding: 0;
}
#language-switcher-popup .content h2 {
  line-height: 90px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #a39f94;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #403e3c;
  font-family: 'BrandonGrotesqueBoldRegular';
}
#language-switcher-popup .content .countrie-switcher-list {
  width: 875px;
  margin: 35px auto 0;
}
#language-switcher-popup .content .countrie-switcher-list .website {
  float: left;
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}
#language-switcher-popup .content .countrie-switcher-list .website.website-europe {
  width: 50%;
}
#language-switcher-popup .content .countrie-switcher-list .website h3 {
  font-family: 'BrandonGrotesqueBoldRegular';
  font-size: 18px;
  text-transform: uppercase;
  color: #403e3c;
  padding-bottom: 15px;
  border-bottom: 1px solid #403e3c;
}
#language-switcher-popup .content .countrie-switcher-list .website ul {
  padding-top: 10px;
}
#language-switcher-popup .content .countrie-switcher-list .website ul.col {
  float: left;
  width: 50%;
}
#language-switcher-popup .content .countrie-switcher-list .website ul.col + .col {
  padding-left: 25px;
  box-sizing: border-box;
}
#language-switcher-popup .content .countrie-switcher-list .website li {
  margin: 12px 0;
}
#language-switcher-popup .content .countrie-switcher-list .website a {
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px;
}
#language-switcher-popup .content .countrie-switcher-list .website a:hover {
  text-decoration: underline;
}
/* ================================================================================
 * New styles - mini refonte
=================================================================================== */
header {
  background: #ffffff;
  width: 942px;
  margin: 0 auto;
  padding-top: 68px;
}
header .logo {
  display: block;
  text-indent: -5000px;
  background: url(../images/logo_m0851.png) no-repeat 0 0;
  width: 119px;
  height: 29px;
  float: left;
}
header .topBanner {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  height: 24px;
  line-height: 24px;
  background: #403e3c;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header .topmenu {
  margin-bottom: 28px;
}
header .topmenu .topmenu-right {
  float: right;
}
header .topmenu .topmenu-right ul {
  color: #403e3c;
}
header .topmenu .topmenu-right ul li {
  display: inline-block;
  font-size: 12px;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  text-transform: uppercase;
  padding: 0 18px;
}
header .topmenu .topmenu-right ul li:not(.store_switch):before {
  content: ' ';
  background: url(../images/new-icons-sprite.png) no-repeat 0 0;
  width: 9px;
  height: 12px;
  display: inline-block;
}
header .topmenu .topmenu-right ul li.myaccount:before {
  background-position: -9px 0;
  width: 13px;
}
header .topmenu .topmenu-right ul li.wishlist:before {
  background-position: -22px 0;
  width: 15px;
}
header .topmenu .topmenu-right ul li.wishlist span {
  display: none;
}
header .topmenu .topmenu-right ul li.logout:before {
  background-position: -60px 0;
  width: 15px;
}
header .topmenu .topmenu-right ul li.store_switch {
  position: relative;
  height: 18px;
  width: 60px;
  padding-right: 0;
}
header .topmenu .topmenu-right ul li.store_switch a {
  position: absolute;
}
header .topmenu .topmenu-right ul li.store_switch a.store_lang {
  right: 0;
  background: #403e3c;
  height: 24px;
  width: 24px;
  color: #ffffff;
  text-align: center;
}
header .topmenu .topmenu-right ul li a {
  line-height: 26px;
}
header nav {
  border-top: 2px solid #a09f9e;
  /* Custom Navigation */
}
header nav .quick-access {
  float: right;
  margin-top: 6px;
  margin-bottom: 15px;
}
header nav .quick-access > div {
  float: left;
}
header nav .smallnav-logo {
  display: none;
  float: left;
}
header nav .custom-menu {
  float: left;
}
header nav .custom-menu li.level-top {
  font-size: 16px;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #403e3c;
  float: left;
  padding: 10px 10px 18px;
}
header nav .custom-menu li.level-top > a:after {
  content: ' ';
  width: 11px;
  display: inline-block;
}
header nav .custom-menu li.level-top > a.parent-menu {
  cursor: default;
}
header nav .custom-menu li.level-top > a.parent-menu:after {
  font-family: 'm0851';
  speak: none;
  content: "\e601";
  font-size: 10px;
  margin-left: 7px;
  visibility: hidden;
}
header nav .custom-menu li.level-top:hover {
  color: #e2e1e1;
}
header nav .custom-menu li.level-top:hover > a.parent-menu:after {
  visibility: visible;
}
header nav .custom-menu li.level-top:hover .submenu {
  display: block;
}
header nav .custom-menu li.level-top:first-child {
  padding-left: 0;
}
header nav .custom-menu .submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 175px;
  height: 264px;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  z-index: 9999;
}
header nav .custom-menu .submenu .sub-wrapper {
  width: 942px;
  margin: 0 auto;
}
header nav .custom-menu ul.level0 {
  position: absolute;
  top: 35px;
  font-size: 11px;
  z-index: 99999;
  min-width: 140px;
  width: 460px;
  margin-bottom: 20px;
  overflow: hidden;
}
header nav .custom-menu ul.level0 > li {
  font-family: Helvetica, sans-serif;
  text-transform: none;
  font-size: 12px;
  margin-bottom: 12px;
  float: left;
  display: inline;
  width: 27.222%;
  padding-right: 6.111%;
}
header nav .custom-menu ul.level0 > li:nth-child(3n+4) {
  clear: left;
}
header nav .custom-menu ul.level0 > li.bold-text {
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  text-transform: uppercase;
}
header nav .searchbar label {
  display: none;
}
header nav .searchbar input[type="text"] {
  width: 154px;
  height: 24px;
  border-bottom: 1px solid #403e3c;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  color: #a09f9e;
  font-style: normal;
  font-size: 12px;
}
header nav .searchbar button {
  width: 23px;
  height: 27px;
  border: none;
  background: url(../images/new-icons-sprite.png) no-repeat -37px 8px;
  border-bottom: 1px solid #403e3c;
}
header nav .searchbar button span {
  display: none;
}
header nav .searchbar .form-search input,
header nav .searchbar .form-search button {
  float: right;
}
header nav .cart {
  position: relative;
  margin-left: 25px;
  z-index: 30;
}
header nav .cart:hover .cart-items-box {
  display: block!important;
}
header nav .cart .cart-items-box {
  top: 28px;
  background: #ffffff !important;
}
header nav .cart .cart-items-box .buttons-set {
  margin-top: 8px;
}
header nav .cart .cart-items-box .btn {
  margin-top: 0;
  background: #403e3c;
  color: #ffffff;
}
header nav .cart .skip-minicart {
  position: relative;
}
header nav .cart .cart-icon {
  background: url(../images/new-icons-sprite.png) no-repeat 0px -14px;
  height: 24px;
  width: 24px;
  display: inline-block;
  position: relative;
}
header nav .cart span.label {
  visibility: hidden;
}
header nav .cart span#cart_count {
  position: absolute;
  top: -1px;
  left: 7px;
  color: #ffffff;
  z-index: 99999;
}
header nav .cart .cart-btn > span {
  display: inline-block;
}
header nav .cart .cart-btn > span.cart-value {
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  position: relative;
  bottom: 6px;
  margin-left: 20px;
}
header.dark {
  height: 107px;
}
header.dark nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-top: 0;
  background: #ffffff;
  border-top: none;
  border-bottom: 1px solid #403e3c;
  padding: 9px 0 0;
}
header.dark nav .nav-wrapper {
  width: 942px;
  margin: 0 auto;
}
header.dark nav .custom-menu {
  width: 529px;
  height: 44px;
  overflow: hidden;
}
header.dark nav .custom-menu li.level-top {
  font-size: 12px;
}
header.dark nav .custom-menu .submenu {
  top: 50px;
  height: 270px;
}
header.dark nav .custom-menu .submenu .sub-wrapper {
  margin-top: 6px;
}
header.dark nav .smallnav-logo {
  display: block;
  margin-top: 7px;
}
header.dark nav .smallnav-logo .logo {
  width: 81px;
  height: 21px;
  background-size: 81px;
  margin-right: 58px;
}
header.dark .topBanner,
header.dark .topmenu {
  display: none;
}
header.dark .searchbar input[type="text"] {
  width: 116px;
}
header .boxes-wrapper {
  float: right;
  margin-top: 24px;
}
header .boxes-wrapper .single-box {
  width: 220px;
  height: 220px;
  float: left;
  text-align: center;
}
header .boxes-wrapper .single-box:first-child {
  margin-right: 20px;
}
header .boxes-wrapper .single-box > a {
  margin-top: 92px;
}
#wrapper > footer {
  background: #ffffff;
}
#wrapper > footer .footer-top-wrapper,
#wrapper > footer .footer-bottom-wrapper {
  width: 942px;
  margin: 0 auto;
}
#wrapper > footer .col-left {
  float: left;
}
#wrapper > footer .col-right {
  float: right;
}
#wrapper > footer .footer-top {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  height: 300px;
}
#wrapper > footer .footer-top h2 {
  font-size: 30px;
  margin: 0 0 18px;
}
#wrapper > footer .footer-top p {
  color: #a29e93;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
}
#wrapper > footer .footer-top .col-left {
  width: 384px;
  margin-top: 43px;
}
#wrapper > footer .footer-top .col-right {
  width: 461px;
  margin-top: 151px;
}
#wrapper > footer .footer-top .block-subscribe label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
}
#wrapper > footer .footer-top .block-subscribe input[type="email"] {
  background: transparent;
  border: 1px solid #a29e93;
  width: 439px;
  margin: 0;
  color: #ffffff;
}
#wrapper > footer .footer-top .block-subscribe input[type="radio"] {
  width: 8px;
  height: 8px;
  border: 1px solid #a29e93;
  margin: 0 9px 0 23px;
}
#wrapper > footer .footer-top .block-subscribe input[type="radio"]:checked {
  background-color: #ffffff;
}
#wrapper > footer .footer-top .block-subscribe .form-subscribe-header label {
  display: none;
}
#wrapper > footer .footer-top .block-subscribe .input-box {
  float: none;
}
#wrapper > footer .footer-top .block-subscribe .input-group {
  margin-top: 26px;
  float: left;
}
#wrapper > footer .footer-top .block-subscribe .input-group ul li {
  display: inline-block;
}
#wrapper > footer .footer-top .block-subscribe .actions {
  float: left;
  margin: 14px 0 0 39px;
}
#wrapper > footer .footer-top .block-subscribe .actions .btn-basic {
  line-height: 25px;
  background: #a29e93;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  font-style: normal;
}
#wrapper > footer .footer-bottom {
  height: 60px;
}
#wrapper > footer .footer-bottom ul li {
  display: inline-block;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
#wrapper > footer .footer-bottom .footer_links {
  padding: 22.5px 0;
}
#wrapper > footer .footer-bottom .footer_links li {
  padding: 0 19px;
}
#wrapper > footer .footer-bottom .socials {
  padding: 21px 0;
}
#wrapper > footer .footer-bottom .socials li {
  margin-right: 15px;
}
#wrapper > footer .footer-bottom .socials li a {
  display: block;
  text-indent: -5000px;
  background: url(../images/layout/header_icon-socials.png) no-repeat 0 -17px;
  width: 18px;
  height: 17px;
}
#wrapper > footer .footer-bottom .socials li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#wrapper > footer .footer-bottom .socials li.facebook > a {
  background-position: -18px -17px;
  width: 9px;
}
#wrapper > footer .footer-bottom .socials li.twitter > a {
  background-position: -27px -17px;
  width: 20px;
}
#wrapper > footer .footer-bottom .socials li.pinterest > a {
  background-position: -47px -17px;
  width: 17px;
}
#wrapper > footer .footer-bottom .socials li.vimeo > a {
  background-position: -95px -17px;
  width: 19px;
}
#wrapper > footer .footer-bottom .socials li.instagram > a {
  background-position: -114px -17px;
  width: 18px;
}
.collections-index-index #wrapper section:before {
  background-image: none;
}
.hp_header {
  background-size: cover;
  height: 502px;
  position: relative;
  margin-bottom: 38px;
}
.hp_header h2 {
  font-size: 30px;
  margin-bottom: 32px;
}
.hp_header p {
  margin: 11px 0;
  line-height: 16px;
  font-family: Helvetica, sans-serif;
}
.hp_header hr {
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 6px;
  margin: 0 auto;
}
.hp_header .content {
  position: absolute;
  width: 460px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  color: #ffffff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.hp_header .cta-group {
  margin-top: 44px;
}
.hp_header .cta-group a {
  width: 48%;
  padding: 10px 0;
  float: left;
}
.hp_header .cta-group a:first-child {
  margin-right: 2%;
}
.hp_wrapper {
  width: 942px;
  margin: 0 auto;
}
.hp_promoboxes {
  margin: 20px 0;
}
.hp_promoboxes .hp_promobox {
  width: 31.85%;
  height: 250px;
  margin-right: 2.225%;
  float: left;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
}
.hp_promoboxes .hp_promobox:last-child {
  margin-right: 0;
}
.hp_promoboxes .hp_promobox .content {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.hp_promoboxes .hp_promobox img {
  width: 100%;
}
.hp_promoboxes .hp_promobox p {
  margin: 4% 0;
}
.hp_promoboxes .hp_promobox .white-button  {
  min-width: 204px;
}
.hp_block {
  border-bottom: 2px solid #e2e1e1;
  padding: 60px 0;
}
.hp_block h2 {
  font-size: 30px;
}
.hp_storelocator {
  background: url(../images/hp_storelocator_bg.png) no-repeat;
  background-size: contain;
  height: 566px;
  position: relative;
}
.hp_storelocator h2 {
  font-size: 60px;
  width: 300px;
  margin-top: 55px;
}
.experience_pictos {
  margin: 0 auto;
  width: 942px;
  padding: 60px 0;
  border-top: 2px solid #e2e1e1;
}
.experience_pictos h2 {
  font-size: 30px;
  margin-bottom: 71px !important;
}
.experience_pictos p {
  font-family: Helvetica, sans-serif;
  line-height: 16px;
}
.experience_pictos p.subtitle {
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  text-transform: uppercase;
  color: #a29e93;
}
.experience_pictos ul li {
  float: left;
  width: 22%;
  margin-right: 4%;
}
.experience_pictos ul li:last-child {
  margin-right: 0;
}
.experience_pictos ul li .subtitle:before {
  content: ' ';
  background: url(../images/new-icons-sprite.png) no-repeat 0 -38px;
  height: 45px;
  width: 69px;
  display: block;
  margin: 0 auto;
}
.experience_pictos ul li.hp_freeshipping .subtitle:before {
  margin-bottom: 34px;
}
.experience_pictos ul li.hp_freereturns .subtitle:before {
  background-position: 0 -84px;
  height: 51px;
  width: 52px;
  margin-bottom: 28px;
}
.experience_pictos ul li.hp_guarantee .subtitle:before {
  background-position: 0 -134px;
  height: 53px;
  width: 79px;
  margin-bottom: 26px;
}
.experience_pictos ul li.hp_repair .subtitle:before {
  background-position: 0 -186px;
  height: 49px;
  width: 71px;
  margin-bottom: 30px;
}
.hp_carousel {
  position: relative;
  border-bottom: 2px solid #e2e1e1;
  padding-bottom: 60px;
}
.hp_carousel .single-slide {
  position: relative;
  overflow: hidden;
}
.hp_carousel .single-slide h2 {
  font-size: 30px;
  color: #52504e;
  margin-bottom: 30px;
}
.hp_carousel .single-slide p {
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  text-transform: uppercase;
  color: #52504e;
  line-height: 18px;
  margin-bottom: 24px;
}
.hp_carousel .single-slide .brown-button {
  width: 230px;
  padding: 6px 0;
  text-align: center;
}
.hp_carousel .single-slide .content {
  position: absolute;
  width: 234px;
  right: 32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hp_carousel .slick-arrow {
  width: 24px;
  height: 24px;
  border: 2px solid #52504e;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -12px;
  z-index: 999;
}
.hp_carousel .slick-arrow:before {
  content: '<';
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
}
.hp_carousel .slick-arrow.slick-next {
  right: -12px;
  left: auto;
}
.hp_carousel .slick-arrow.slick-next:before {
  content: '>';
}
.hp_carousel .slick-arrow span {
  display: none;
}
.hp_newproducts .hp_viewall_cta,
.hp_features .hp_viewall_cta {
  font-size: 12px;
  color: #a29e93;
  font-style: italic;
  font-family: Helvetica, sans-serif;
  text-decoration: underline;
  position: absolute;
  top: 108px;
  right: 0;
}
.hp_newproducts #collection-content .styled-products-listing,
.hp_features #collection-content .styled-products-listing {
  width: 100%;
}
.hp_newproducts #collection-content .styled-products-listing li,
.hp_features #collection-content .styled-products-listing li {
  width: 23.5%;
  margin-left: 18px;
}
.hp_newproducts #collection-content .styled-products-listing li:nth-child(3n+1),
.hp_features #collection-content .styled-products-listing li:nth-child(3n+1) {
  clear: none;
  margin-left: 18px;
}
.hp_newproducts #collection-content .styled-products-listing li:first-child,
.hp_features #collection-content .styled-products-listing li:first-child {
  margin-left: 0;
}
.hp_newproducts #collection-content .styled-products-listing li .bottom_hover,
.hp_features #collection-content .styled-products-listing li .bottom_hover {
  opacity: 1;
}
.hp_newproducts #collection-content .styled-products-listing li .bottom_hover .colors .color-swapper,
.hp_features #collection-content .styled-products-listing li .bottom_hover .colors .color-swapper {
  width: 22px;
  height: 22px;
  border: 1px solid #494541 !important;
  z-index: 999;
}
.layout-small .hp_newproducts #collection-content .styled-products-listing > li,
.layout-small .hp_features #collection-content .styled-products-listing > li {
  width: 23.5%;
}
.layout-small .hp_newproducts #collection-content .styled-products-listing > li:nth-child(2n+1),
.layout-small .hp_features #collection-content .styled-products-listing > li:nth-child(2n+1) {
  clear: none;
}
/* General
--------------------------------------------------------------------------------------- */
html {
  color: #161314;
  font-size: 12px;
  font-family: Georgia, serif;
  /*background: #efeeea;*/
}
#wrapper {
  /*position: relative;*/
  margin: 0 auto;
  min-width: 980px;
  min-height: 100%;
  /*opacity: 0; filter: alpha(opacity=0);*/
}
#wrapper > section {
  overflow: hidden;
  position: relative;
  min-width: 980px;
}
#wrapper > section > div > div {
  position: relative;
  z-index: 10;
}
#loading-mask {
  position: fixed;
  left: 0;
  top: 0;
  background: #efeeea;
  width: 100%;
  height: 100%;
  z-index: 998;
}
#fullscreen-container .fullscreen-controls .thumbnails li {
  -moz-transition-duration: 0.25s;
  -moz-transition-property: color, background-color, opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: color, background-color, opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: color, background-color, opacity;
  transition-timing-function: ease-out;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  transform: translateZ(0px);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.styled-products-listing > li img,
#meet-the-team-team-content .featured-product > a > div.image > img {
  -moz-transition-duration: 0.25s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: ease-out;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  transform: translateZ(0px);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Content
--------------------------------------------------------------------------------------- */
h2 {
  font-size: 19px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 85px 0;
}
.layout-medium h2,
.layout-small h2 {
  margin-bottom: 55px;
}
.right-content {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-left: 450px;
  padding-right: 60px;
  width: 1270px;
}
/*fluid video*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  margin-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  z-index: 1;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%  !important;
  z-index: 1;
}
.clearer {
  clear: both;
  float: none;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.layout-large .right-content {
  padding-left: 350px;
  padding-right: 0;
  width: 1130px;
}
.layout-medium .right-content {
  padding-left: 350px;
  padding-right: 0;
  width: 830px;
}
.layout-small .right-content {
  padding-left: 350px;
  padding-right: 0;
  width: 630px;
}
/* Buttons */
.basic-btn {
  display: block;
  float: right;
  clear: right;
  color: #161314;
  font-size: 11px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 0 20px;
  background: #a29e93;
  height: 35px;
  white-space: nowrap;
}
.basic-btn:hover {
  background-color: #e0ded9;
}
.basic-btn.search {
  padding-left: 40px;
  background-image: url(../images/layout/store-locator_map-form-search-btn.png);
  background-repeat: no-repeat;
  background-position: 15px 8px;
}
/* Fake Selectbox */
.fake-selectbox {
  float: left;
  position: relative;
  padding-bottom: 10px;
  min-width: 200px;
  *z-index: 10;
}
.fake-selectbox > span {
  display: block;
  font-style: italic;
  padding: 0 20px 5px 0;
  border-bottom: 1px solid #161314;
  background: url(../images/layout/fake-selectbox_arrows.gif) no-repeat right 5px;
}
.fake-selectbox > div {
  overflow: hidden;
  position: absolute;
  left: -5px;
  top: 0;
  padding: 28px 0 0;
  height: 0;
  z-index: 1;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: height;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: height;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: height;
  transition-timing-function: ease-out;
}
.fake-selectbox > div > ul {
  background: #fff;
  min-width: 205px;
}
.fake-selectbox > div > ul a {
  display: block;
  color: #161314;
  font-size: 14px;
  font-style: italic;
  line-height: 28px;
  padding: 0 10px;
  min-width: 135px;
}
.fake-selectbox > div > ul a:hover {
  text-decoration: underline;
}
/* Fixed Scrollable Content */
.fixed-scrollable-content > div {
  position: absolute;
  left: 0;
  top: 300px;
  width: 100%;
  min-width: 980px;
}
.fixed-scrollable-content > img.placeholder {
  visibility: hidden;
  width: 100%;
}
.fixed-scrollable-content > div img.background {
  width: 100%;
  min-height: 600px;
}
.fixed-scrollable-content > div img.background-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-duration: 0.45s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.45s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.45s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.fixed-scrollable-content > div img.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 600px;
}
.fixed-scrollable-content > div > a {
  display: block;
}
.fixed-scrollable-content > div > a:hover .background-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-scrollable-content > div > a:hover .content {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fixed-scrollable-content > div > a:hover .background-hover + .mask + .content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-scrollable-content > div .content {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%!important;
  color: #fff;
  text-align: right;
  margin: 0 0 0 -807px;
  width: 1615px;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.fixed-scrollable-content > div .content div {
  float: right;
  padding: 0 0 0 110px;
  background: url(../images/layout/fixed-scrollable-content_bg.png) no-repeat 0 0;
}
.fixed-scrollable-content > div .content h1,
.fixed-scrollable-content > div .content h2 {
  font-size: 65px;
  font-family: 'BrandonGrotesqueThinRegular';
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 75px;
  margin: 0;
  padding: 0 0 20px 110px;
}
.fixed-scrollable-content > div .content p {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  padding-left: 110px;
  white-space: nowrap;
}
.fixed-scrollable-content > div .content .basic-btn {
  *float: none;
  margin-top: 60px;
  background: #e8e6e1;
}
.fixed-scrollable-content > div .content .basic-btn:hover {
  background: #a29e93;
}
#wrapper > section > div > .fixed-scrollable-content.fixed {
  z-index: 1;
}
#wrapper > section > div > .fixed-scrollable-content.fixed > div {
  position: fixed;
  z-index: 5;
}
.layout-large .fixed-scrollable-content > div .content {
  margin-left: -740px;
  width: 1480px;
}
.layout-medium .fixed-scrollable-content > div .content {
  margin-left: -590px;
  width: 1180px;
}
.layout-small .fixed-scrollable-content > div .content {
  margin-left: -490px;
  width: 980px;
}
.layout-small .fixed-scrollable-content > div .content .basic-btn {
  margin-top: 20px;
}
.layout-small .fixed-scrollable-content > div .content h1,
.layout-small .fixed-scrollable-content > div .content h2 {
  font-size: 45px;
  line-height: 55px;
}
/* Scrollable Content */
.scrollable-content + .scrollable-content {
  border-top: 1px solid #161314;
}
.scrollable-content > div.align-center {
  margin: 0 auto;
  width: 1615px;
}
.scrollable-content > div h2 {
  float: left;
  margin: 0 30px 0 0;
}
.layout-small .scrollable-content .right-content {
  padding-top: 0px;
}
.layout-medium .scrollable-content .right-content {
  padding-top: 75px;
}
.layout-large .scrollable-content .right-content {
  padding-top: 275px;
}
.layout-full .scrollable-content .right-content {
  padding-top: 310px;
}
#home-content .scrollable-content {
  padding: 50px 0 100px;
}
.layout-medium .scrollable-content,
.layout-small .scrollable-content {
  padding-top: 110px;
}
.layout-large .scrollable-content > div.align-center {
  width: 1480px;
}
.layout-medium .scrollable-content > div.align-center {
  width: 1180px;
}
.layout-small .scrollable-content > div.align-center {
  width: 980px;
}
/* Infinite Listing */
.infinite-listing {
  clear: both;
  position: relative;
  padding: 35px 0 0;
  width: 100%;
}
.infinite-listing > a {
  display: none;
  position: absolute;
  top: 50%;
  text-indent: -5000px;
  margin-top: -20px;
  background: url(../images/layout/infinite-listing_arrows.gif) no-repeat 0 0;
  width: 38px;
  height: 75px;
}
.infinite-listing > a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.infinite-listing > a.previous {
  left: -80px;
}
.infinite-listing > a.next {
  right: -80px;
  background-position: -38px 0;
}
.infinite-listing > div {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*height: 318px;*/
}
.infinite-listing .styled-products-listing > li > * {
  width: 206px;
}
.layout-small .infinite-listing {
  margin: 0 auto;
  width: 820px;
}
.layout-small .infinite-listing > a.previous {
  left: -60px;
}
.layout-small .infinite-listing > a.next {
  right: -60px;
}
/* Styled Products Listing */
.styled-products-listing {
  overflow: hidden;
}
.styled-products-listing > li {
  float: left;
  margin: 0 150px 0 0;
}
.styled-products-listing > li > * {
  display: block;
  position: relative;
  color: #161314;
}
.styled-products-listing > li > * > div {
  overflow: hidden;
  position: relative;
  top: 0!important;
  width: 100%;
}
.styled-products-listing > li > * > div > h3 {
  font-size: 15px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
  padding: 20px 0 5px;
  border-bottom: 1px solid #161314;
}
.styled-products-listing > li > * > div > h3 > span {
  display: block;
}
.styled-products-listing > li > * > div > span,
.styled-products-listing > li > * > div > a {
  display: block;
  float: left;
  color: #161314;
  font-style: italic;
  text-transform: lowercase;
  line-height: 13px;
  margin-right: 20px;
  padding: 0 20px 0 0;
  background: url(../images/layout/infinite-listing_arrow-btn.gif) no-repeat right 0;
}
.styled-products-listing > li > * > div > span:hover,
.styled-products-listing > li > * > div > a:hover {
  text-decoration: underline;
}
.styled-products-listing > li > * > img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.styled-products-listing > li > *:hover > img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.layout-large .styled-products-listing > li {
  margin-right: 134px;
}
.layout-medium .styled-products-listing > li {
  margin-right: 98px;
}
.layout-small .styled-products-listing > li {
  margin-right: 76px;
}
/* Side Navigation */
.side-menu {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -890px;
  background: #fff;
  padding: 25px;
  width: 255px;
  z-index: 90;
}
.side-menu.sticked-left {
  left: 0;
  margin-left: 0!important;
}
#shop-content .side-menu,
#collection-content .side-menu,
#product-content .side-menu {
  padding: 0;
  background: none;
  width: 305px;
}
.side-menu > div > h3 {
  font-size: 15px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
}
.side-menu > div > h3 a {
  color: #161314;
}
.side-menu > div > h3 a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.side-menu > div + div {
  margin-top: 10px;
  padding-top: 10px;
}
.side-menu > div > ul > li > a {
  display: block;
  color: #161314;
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.side-menu > div > ul > li.active > a,
.side-menu > div > ul > li > a:hover {
  border-bottom: 1px solid #7a7877;
}
.side-menu > div > ul > li > ul {
  display: none;
}
.side-menu > div > ul > li > ul > li > a {
  display: block;
  color: #6e686a;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.side-menu > div > ul > li > ul > li > a:hover {
  color: #161314;
}
.side-menu > div > ul > li > ul > li.active > a,
.side-menu > div > ul > li > ul > li.active > a:hover {
  color: #6e686a;
  font-weight: bold;
}
.side-menu > div.search form {
  position: relative;
  margin-top: 15px;
  width: 170px;
}
.side-menu > div.search form input {
  display: block;
  padding: 0 35px 0 10px;
  border-left: 1px solid #ccccc8;
  border-top: 1px solid #ccccc8;
  background: #efeeea;
  width: 125px;
  height: 30px;
}
.side-menu > div.search form .submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -5000px;
  background: url(../images/layout/sidenav_icon-search.png) no-repeat center center;
  width: 35px;
  height: 30px;
}
.side-menu > div.search form .submit:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.side-menu > div.story {
  margin: 25px 0 0 -25px;
  padding: 25px;
  border: none;
  background: #efeeea;
  width: 100%;
}
.side-menu > div.story .title {
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  border-bottom: 1px solid #161314;
}
.side-menu > div.story p {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.layout-large .side-menu {
  margin-left: -740px;
}
.layout-medium .side-menu {
  margin-left: -590px;
}
.layout-small .side-menu {
  margin-left: -490px;
}
/* Social Share */
.socials-share {
  float: right;
  min-width: 240px;
}
.socials-share.bottom {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.socials-share > li {
  float: left;
  margin-left: 30px;
}
.socials-share > li > a {
  display: block;
  overflow: hidden;
  color: #161314;
}
.socials-share > li > a > span {
  display: block;
  float: left;
  line-height: 24px;
}
.socials-share > li > a > .logo {
  text-indent: -5000px;
  margin-top: 2px;
  background: url(../images/layout/header_icon-socials-big.png) no-repeat 0 0;
  width: 100%;
  height: 21px;
}
.socials-share > li.facebook > a > .logo {
  background-position: 0 -21px;
  width: 11px;
}
.socials-share > li.twitter > a > .logo {
  background-position: -11px -21px;
  width: 22px;
}
.socials-share > li.pinterest > a > .logo {
  background-position: -33px -21px;
  width: 20px;
}
.socials-share > li > a > .count {
  margin-left: 5px;
  padding-left: 4px;
  background: url(../images/layout/header_icon-socials-arrow.png) no-repeat 0 center;
}
.socials-share > li > a > .count > span {
  display: block;
  font-size: 12px;
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  padding: 0 5px;
  background: #a29e93;
}
.layout-full .socials-share.bottom {
  right: 60px;
}
.layout-small .socials-share.bottom {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 40px;
}
/* Store Locator */
#home-content #store-locator {
  text-align: center;
  background: #efeeea url(../images/layout/store-locator_map-bg.gif) no-repeat center 50px;
}
#home-content #store-locator h2 {
  float: none;
  font-size: 17px;
  margin: 0;
  padding: 0 0 20px;
}
#home-content #store-locator .map {
  margin: 0 0 50px;
  padding: 98px 0 0;
  height: 480px;
}
#home-content #store-locator .map > form {
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 70px;
  background: url(../images/layout/store-locator_map-form-bg.png) 0 0;
  width: 330px;
}
#home-content #store-locator .map > form input,
#home-content #store-locator .boxes > form input {
  display: block;
  float: left;
  color: #161314;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 33px;
  padding: 0 10px;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  background: #fff;
  width: 195px;
  height: 34px;
}
.fr #home-content #store-locator .map > form input,
.fr #home-content #store-locator .boxes > form input {
  width: 176px;
}
#home-content #store-locator .map > form .basic-btn {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 105px;
}
#home-content #store-locator .map > form.error input,
#home-content #store-locator .boxes > form.error input {
  /*background-color: #e3e2de;*/
}
#home-content #store-locator form .error-msg {
  display: none;
  position: relative;
  top: 10px;
  color: #DF812E;
  font-style: italic;
  text-align: left;
  height: 0;
}
#home-content #store-locator form.error .error-msg {
  display: block;
}
#home-content #store-locator .boxes form .error-msg {
  color: #DF812E;
}
#home-content #store-locator .boxes {
  margin: 0 auto;
  width: 956px;
  height: 256px;
}
#home-content #store-locator .boxes > form {
  float: left;
  color: #fff;
  padding: 91px 70px 0;
  background: url(../images/layout/store-locator_boxes-form-bg.jpg) no-repeat 0 0;
  width: 320px;
  height: 165px;
}
#home-content #store-locator .boxes > form .basic-btn {
  display: inline-block;
  float: none;
  margin: 0 auto;
}
#home-content #store-locator .boxes > form h2 span,
#home-content #store-locator .boxes > .socials h2 span {
  display: block;
  font-size: 14px;
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  padding: 20px 0 15px;
}
#home-content #store-locator .boxes > form > input {
  width: 208px;
}
#home-content #store-locator .boxes > form.step2 > input {
  display: none;
}
#home-content #store-locator .boxes > form .birthday {
  display: none;
}
#home-content #store-locator .boxes > form.step2 .birthday {
  display: block;
  float: left;
  width: 229px;
}
#home-content #store-locator .boxes > form.step2 .birthday > .selectbox-container {
  float: left;
  position: relative;
  margin: 0 0 0 10px;
  z-index: 1;
}
#home-content #store-locator .boxes > form.step2 .birthday > .selectbox-container:first-child {
  margin: 0;
}
#home-content #store-locator .boxes > form.step2 .birthday > .selectbox-container .selectbox {
  font-size: 12px;
  font-family: Georgia, serif;
  font-style: italic;
  border-color: #6b6b6b;
  background: #ffffff url(../images/layout/selectbox-container_arrow-down.gif) no-repeat right 15px;
  width: 34px;
  cursor: pointer;
}
#home-content #store-locator .boxes > form.step2 .birthday > .selectbox-container .selectbox.opened {
  background: #ffffff url(../images/layout/selectbox-container_arrow-up.gif) no-repeat right 14px;
}
#home-content #store-locator .boxes > form.step2 .birthday > .selectbox-container.year .selectbox {
  width: 73px;
}
#home-content #store-locator .boxes > form.step2 .birthday > .selectbox-container .selectbox-wrapper {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 34px;
  border-left: 1px solid #6b6b6b;
  background: #fff;
  max-height: 144px;
  width: 54px!important;
}
#home-content #store-locator .boxes > form.step2 .birthday > .selectbox-container.year .selectbox-wrapper {
  width: 93px!important;
}
#home-content #store-locator .boxes > form.step2 .birthday > .selectbox-container .selectbox-wrapper li {
  color: #161314;
  font-family: Georgia, serif;
  font-style: italic;
  text-align: left;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
}
#home-content #store-locator .boxes > form.step2 .birthday > .selectbox-container .selectbox-wrapper li:hover {
  color: #fff;
  background: #161314;
}
#home-content #store-locator .boxes > .socials {
  float: right;
  padding: 62px 70px 0;
  border: 1px solid #161314;
  width: 318px;
  height: 192px;
}
#home-content #store-locator .boxes > .socials h2 {
  padding: 0;
}
#home-content #store-locator .boxes > .socials ul {
  overflow: hidden;
  position: relative;
  background: url(../images/layout/store-locator_boxes-socials-bg.gif) no-repeat center 0;
  height: 80px;
}
#home-content #store-locator .boxes > .socials ul li a {
  display: block;
  position: absolute;
  left: 61px;
  bottom: 11px;
  text-indent: -5000px;
  background: url(../images/layout/header_icon-socials-big.png) no-repeat 0 -21px;
  width: 11px;
  height: 21px;
}
#home-content #store-locator .boxes > .socials ul li a span {
  display: block;
  position: relative;
  background: #efeeea url(../images/layout/header_icon-socials-big.png) no-repeat 0 -42px;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-duration: 0.25s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.25s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
#home-content #store-locator .boxes > .socials ul li a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
#home-content #store-locator .boxes > .socials ul li.twitter > a {
  left: 115px;
  bottom: 6px;
  background-position: -11px -21px;
  width: 22px;
}
#home-content #store-locator .boxes > .socials ul li.twitter > a span {
  background-position: -11px -42px;
}
#home-content #store-locator .boxes > .socials ul li.pinterest > a {
  left: 175px;
  bottom: 6px;
  background-position: -33px -21px;
  width: 20px;
}
#home-content #store-locator .boxes > .socials ul li.pinterest > a span {
  background-position: -33px -42px;
}
#home-content #store-locator .boxes > .socials ul li.vimeo > a {
  left: 238px;
  bottom: 15px;
  background: url(../images/layout/header_icon-socials.png) no-repeat -95px -17px;
  width: 19px;
  height: 17px;
}
#home-content #store-locator .boxes > .socials ul li.vimeo > a span {
  background-position: -95px -34px;
  background-image: url(../images/layout/header_icon-socials.png);
}
/* Brand identity
---------------------------------------------- */
#brand-identity-content .right-content .left {
  clear: left;
  float: left;
  width: 560px;
}
#brand-identity-content .right-content .right {
  clear: right;
  float: right;
  width: 560px;
}
#brand-identity-content .right-content > * {
  margin-bottom: 185px;
}
#brand-identity-content .right-content .text-block:first-child {
  margin-top: 300px;
}
#brand-identity-content .right-content img.left + .text-block {
  margin-top: 345px;
  *margin-top: 676px;
}
#brand-identity-content .right-content .text-block > h3 {
  font-size: 17px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
#brand-identity-content .right-content .text-block > p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
  padding-bottom: 20px;
}
#brand-identity-content .right-content .text-block > p a {
  color: #161314;
  text-decoration: underline;
}
#brand-identity-content .right-content .text-block > p a:hover {
  text-decoration: none;
}
#brand-identity-content .right-content .text-block > p strong {
  font-weight: bold;
}
#brand-identity-content .right-content .text-block > p em {
  font-style: italic;
}
#brand-identity-content .right-content .quote {
  font-size: 30px;
  font-family: 'BrandonGrotesqueRegular';
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 85px 45px;
  border: 1px solid #161314;
  width: 470px;
}
#brand-identity-content .right-content .text-block + img.right {
  margin-top: -80px;
}
#brand-identity-content .right-content img.right + img.left + .text-block.right {
  margin-top: -85px;
  margin-bottom: 80px;
}
#brand-identity-content .embed-container {
  padding-bottom: 0;
  height: 315px;
}
.layout-large #brand-identity-content .right-content .left,
.layout-large #brand-identity-content .right-content .right {
  width: 515px;
}
.layout-large #brand-identity-content .right-content .quote {
  width: 423px;
}
.layout-large #brand-identity-content .right-content img.left + .text-block {
  *margin-top: 476px;
}
.layout-large #brand-identity-content .embed-container {
  padding-bottom: 0;
  height: 289px;
}
.layout-medium #brand-identity-content .right-content .left,
.layout-medium #brand-identity-content .right-content .right {
  width: 365px;
}
.layout-medium #brand-identity-content .right-content .quote {
  font-size: 20px;
  padding: 45px;
  width: 273px;
}
.layout-medium #brand-identity-content .right-content img.left + .text-block {
  *margin-top: 166px;
}
.layout-medium #brand-identity-content .embed-container {
  padding-bottom: 0;
  height: 205px;
}
.layout-small #brand-identity-content .right-content .left,
.layout-small #brand-identity-content .right-content .right {
  float: none;
  width: 630px;
}
.layout-small #brand-identity-content .right-content .quote {
  width: 538px;
}
.layout-small #brand-identity-content .right-content > * {
  margin-bottom: 50px;
}
.layout-small #brand-identity-content .right-content .text-block:first-child,
.layout-small #brand-identity-content .right-content img.left + .text-block,
.layout-small #brand-identity-content .right-content .text-block + img.right,
.layout-small #brand-identity-content .right-content img.right + img.left + .text-block.right {
  margin-top: 0;
}
.layout-small #brand-identity-content .embed-container {
  padding-bottom: 0;
  height: 354px;
}
/* Meet the Team
---------------------------------------------- */
#meet-the-team-content .right-content {
  overflow: visible;
}
.layout-large #meet-the-team-content .right-content {
  padding-bottom: 8px;
}
.layout-medium #meet-the-team-content .right-content {
  padding-bottom: 34px;
}
.layout-small #meet-the-team-content .right-content {
  padding-bottom: 25px;
}
#meet-the-team-content .styled-products-listing {
  padding-bottom: 25px;
}
#meet-the-team-content .styled-products-listing > li {
  margin: 0 0 60px;
}
#meet-the-team-content .styled-products-listing img {
  width: 100%;
}
#meet-the-team-content .styled-products-listing .item_2 {
  margin-bottom: 53px;
}
#meet-the-team-content .styled-products-listing .item_2,
#meet-the-team-content .styled-products-listing .item_3,
#meet-the-team-content .styled-products-listing .item_4,
#meet-the-team-content .styled-products-listing .item_6 {
  float: right;
  margin-right: 0;
}
#meet-the-team-content .styled-products-listing .item_4 {
  margin-right: 148px;
}
#meet-the-team-content .styled-products-listing > .item_2,
#meet-the-team-content .styled-products-listing > .item_5,
#meet-the-team-content .styled-products-listing > .item_6 {
  width: 560px;
}
#meet-the-team-content .styled-products-listing > .item_3,
#meet-the-team-content .styled-products-listing > .item_4 {
  width: 206px;
}
#meet-the-team-content .styled-products-listing > .item_1 {
  width: 560px;
}
.layout-large #meet-the-team-content .styled-products-listing .item_4 {
  margin-right: 137px;
}
.layout-large #meet-the-team-content .styled-products-listing > .item_2,
.layout-large #meet-the-team-content .styled-products-listing > .item_5,
.layout-large #meet-the-team-content .styled-products-listing > .item_6 {
  width: 515px;
}
.layout-large #meet-the-team-content .styled-products-listing > .item_3,
.layout-large #meet-the-team-content .styled-products-listing > .item_4 {
  width: 189px;
}
.layout-large #meet-the-team-content .styled-products-listing > .item_1 {
  width: 515px;
}
.layout-large #meet-the-team-content .styled-products-listing > .item_2 {
  margin-bottom: 46px;
}
.layout-medium #meet-the-team-content .styled-products-listing .item_4 {
  margin-right: 97px;
}
.layout-medium #meet-the-team-content .styled-products-listing > .item_2,
.layout-medium #meet-the-team-content .styled-products-listing > .item_5,
.layout-medium #meet-the-team-content .styled-products-listing > .item_6 {
  width: 365px;
}
.layout-medium #meet-the-team-content .styled-products-listing > .item_3,
.layout-medium #meet-the-team-content .styled-products-listing > .item_4 {
  width: 134px;
}
.layout-medium #meet-the-team-content .styled-products-listing > .item_1 {
  width: 365px;
}
.layout-medium #meet-the-team-content .styled-products-listing > .item_2 {
  margin-bottom: 18px;
}
.layout-small #meet-the-team-content .styled-products-listing .item_4 {
  margin-right: 166px;
}
.layout-small #meet-the-team-content .styled-products-listing > .item_2,
.layout-small #meet-the-team-content .styled-products-listing > .item_5,
.layout-small #meet-the-team-content .styled-products-listing > .item_6 {
  float: none;
  clear: both;
  width: 630px;
}
.layout-small #meet-the-team-content .styled-products-listing > .item_3,
.layout-small #meet-the-team-content .styled-products-listing > .item_4 {
  width: 232px;
}
.layout-small #meet-the-team-content .styled-products-listing > .item_1 {
  float: none;
  clear: both;
  width: 630px;
}
/* Meet the Team - Team
---------------------------------------------- */
#meet-the-team-team-content .right-content {
  overflow: visible;
  padding-bottom: 100px;
}
#meet-the-team-team-content .right-content h2 {
  float: none;
  margin: 0 0 85px 0;
}
#meet-the-team-team-content .right-content .styled-products-listing {
  overflow: visible;
  margin-bottom: 70px;
}
#meet-the-team-team-content .right-content .styled-products-listing li {
  float: none;
  margin-right: 0;
  width: 100%;
}
/*#meet-the-team-team-content .right-content .styled-products-listing li img { padding-bottom: 70px; width: 100%; opacity: 1; filter: alpha(opacity=100); }
#meet-the-team-team-content .right-content .styled-products-listing li h3 { padding-bottom: 15px; }*/
#meet-the-team-team-content .right-content > .left {
  clear: left;
  float: left;
  width: 560px;
}
#meet-the-team-team-content .right-content > .right {
  float: right;
  width: 560px;
}
#meet-the-team-team-content .featured-product {
  overflow: hidden;
  margin-bottom: 185px;
}
#meet-the-team-team-content .featured-product > a {
  display: block;
  overflow: hidden;
}
#meet-the-team-team-content .featured-product > a > div.image {
  float: left;
  position: relative;
}
#meet-the-team-team-content .featured-product > a > div.image > img {
  padding-bottom: 70px;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
#meet-the-team-team-content .featured-product > a:hover > div.image > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#meet-the-team-team-content .featured-product > a > div.image > div {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #161314;
  border-bottom: 1px solid #161314;
  width: 100%;
}
#meet-the-team-team-content .featured-product > a > div.image > div h3 {
  font-size: 15px;
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#meet-the-team-team-content .featured-product > a > div.image > div h4 {
  font-size: 14px;
  font-style: italic;
  margin: 5px 0 15px;
}
#meet-the-team-team-content .featured-product > a > div.image > div h4 span {
  display: block;
  float: right;
  font-size: 12px;
  font-family: 'BrandonGrotesqueBoldRegular';
  font-style: normal;
  padding: 0;
  background: none;
}
#meet-the-team-team-content .featured-product > a > div.description {
  color: #161314;
  margin-left: 280px;
}
#meet-the-team-team-content .featured-product > a > div.description p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
}
#meet-the-team-team-content .featured-product.inverted > a > div.image {
  float: right;
}
#meet-the-team-team-content .featured-product.inverted > a > div.description {
  margin-left: 0;
  margin-right: 280px;
}
#meet-the-team-team-content .text-content {
  overflow: hidden;
}
#meet-the-team-team-content .text-content > * {
  margin-bottom: 115px;
}
#meet-the-team-team-content .text-content > img {
  width: 100%;
}
#meet-the-team-team-content .text-content > h3 {
  font-size: 17px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 65px;
}
#meet-the-team-team-content .text-content > p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
}
#meet-the-team-team-content .text-content > p a {
  color: #161314;
  text-decoration: underline;
}
#meet-the-team-team-content .text-content > p a:hover {
  text-decoration: none;
}
#meet-the-team-team-content .text-content > p strong {
  font-weight: bold;
}
#meet-the-team-team-content .text-content > p em {
  font-style: italic;
}
#meet-the-team-team-content .text-content > .quote {
  font-size: 30px;
  font-family: 'BrandonGrotesqueRegular';
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 85px 45px;
  border: 1px solid #161314;
}
.layout-large #meet-the-team-team-content .right-content > .left,
.layout-large #meet-the-team-team-content .right-content > .right {
  width: 515px;
}
.layout-medium #meet-the-team-team-content .right-content > .left,
.layout-medium #meet-the-team-team-content .right-content > .right {
  width: 365px;
}
.layout-small #meet-the-team-team-content .right-content > .left,
.layout-small #meet-the-team-team-content .right-content > .right {
  float: none;
  width: 630px;
}
.layout-small #meet-the-team-team-content .right-content > .right {
  margin-top: 25px;
  padding-top: 100px;
  border-top: 1px solid #161314;
}
.layout-medium #meet-the-team-team-content .right-content h2,
.layout-small #meet-the-team-team-content .right-content h2 {
  margin-bottom: 55px;
}
.layout-medium #meet-the-team-team-content .right-content .styled-products-listing,
.layout-small #meet-the-team-team-content .right-content .styled-products-listing {
  margin-bottom: 75px;
}
.layout-medium #meet-the-team-team-content .featured-product,
.layout-small #meet-the-team-team-content .featured-product {
  margin-bottom: 75px;
}
.layout-medium #meet-the-team-team-content .featured-product > a > div.image img {
  width: 175px;
}
.layout-medium #meet-the-team-team-content .featured-product > a > div.description {
  margin-left: 190px;
}
.layout-medium #meet-the-team-team-content .featured-product.inverted > a > div.description {
  margin-left: 0;
  margin-right: 190px;
}
.layout-medium #meet-the-team-team-content .text-content > *,
.layout-small #meet-the-team-team-content .text-content > * {
  margin-bottom: 75px;
}
.layout-medium #meet-the-team-team-content .text-content > h3,
.layout-small #meet-the-team-team-content .text-content > h3 {
  margin-bottom: 25px;
}
.layout-medium #meet-the-team-team-content .text-content > .quote {
  font-size: 20px;
  padding: 45px;
}
/* Where to find us
---------------------------------------------- */
#where-to-find-us-content .right-content {
  overflow: visible;
}
.layout-large #where-to-find-us-content .right-content {
  padding-bottom: 8px;
}
.layout-medium #where-to-find-us-content .right-content {
  padding-bottom: 34px;
}
.layout-small #where-to-find-us-content .right-content {
  padding-bottom: 25px;
}
#where-to-find-us-content .right-content .store-locator {
  margin: 0 0 70px;
  padding: 98px 0 0;
  background: url(../images/layout/store-locator_map-bg.gif) no-repeat center 0;
  height: 480px;
}
#where-to-find-us-content .right-content .store-locator > form {
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 70px;
  background: url(../images/layout/store-locator_map-form-bg.png) 0 0;
  width: 330px;
}
#where-to-find-us-content .right-content .store-locator > form h2 {
  float: none;
  font-size: 17px;
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
}
#where-to-find-us-content .right-content .store-locator > form input {
  display: block;
  float: left;
  color: #161314;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 33px;
  padding: 0 10px;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  background: #fff;
  width: 195px;
  height: 34px;
}
.fr #where-to-find-us-content .right-content .store-locator > form input {
  width: 176px;
}
#where-to-find-us-content .right-content .store-locator > form .error-msg {
  display: none;
  position: relative;
  top: 10px;
  color: #DF812E;
  font-style: italic;
  text-align: left;
  height: 0;
}
#where-to-find-us-content .right-content .store-locator > form.error .error-msg {
  display: block;
}
#where-to-find-us-content .right-content .store-locator > form.error input {
  /*background-color: #e3e2de;*/
}
#where-to-find-us-content .right-content > h2 {
  clear: both;
  float: none;
  margin-bottom: 55px;
}
#where-to-find-us-content .right-content > h3 {
  clear: both;
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
#where-to-find-us-content .right-content .styled-products-listing + h2,
#where-to-find-us-content .right-content .styled-products-listing + h3 {
  padding-top: 130px;
  *padding-top: 30px;
}
#where-to-find-us-content .right-content .styled-products-listing {
  overflow: visible;
}
#where-to-find-us-content .right-content .styled-products-listing li {
  margin-right: 0;
  margin-bottom: 100px;
  width: 560px;
}
#where-to-find-us-content .right-content .styled-products-listing li img {
  width: 100%;
}
#where-to-find-us-content .right-content .styled-products-listing li .text {
  float: none;
  padding-bottom: 5px;
  background: none;
}
#where-to-find-us-content .right-content .styled-products-listing .item_1 {
  clear: left;
  float: left;
}
#where-to-find-us-content .right-content .styled-products-listing .item_2 {
  clear: right;
  float: right;
  margin-right: 0;
}
.layout-large #where-to-find-us-content .right-content .styled-products-listing li {
  width: 515px;
}
.layout-medium #where-to-find-us-content .right-content .styled-products-listing li {
  width: 365px;
}
.layout-small #where-to-find-us-content .right-content .styled-products-listing li {
  margin-bottom: 50px;
  width: 630px;
}
.layout-medium #where-to-find-us-content .right-content .styled-products-listing + h2,
.layout-medium #where-to-find-us-content .right-content .styled-products-listing + h3,
.layout-small #where-to-find-us-content .right-content .styled-products-listing + h2,
.layout-small #where-to-find-us-content .right-content .styled-products-listing + h3 {
  padding-top: 50px;
}
.layout-small #where-to-find-us-content .right-content .styled-products-listing > li {
  clear: both;
  float: none;
}
.layout-small #where-to-find-us-content .right-content .store-locator {
  padding: 0;
  background: url(../images/layout/store-locator_map-bg-small.gif) no-repeat center bottom;
  height: 500px;
  height: 307px;
}
.layout-medium #where-to-find-us-content .right-content .store-locator {
  padding-top: 0;
  background: url(../images/layout/store-locator_map-bg-medium.gif) no-repeat center bottom;
  height: 602px;
  height: 409px;
}
/* Where to find us - Store
---------------------------------------------- */
#where-to-find-us-store-content .right-content {
  overflow: visible;
  padding-bottom: 100px;
}
#where-to-find-us-content .back-btn {
  clear: both;
  float: left;
  margin-bottom: 60px;
}
#where-to-find-us-content .article-infos {
  display: none ;
  clear: left;
  float: left;
  margin-top: 25px;
  margin-bottom: 75px;
  width: 560px;
}
#where-to-find-us-content .article-infos div:first-child {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #161314;
}
#where-to-find-us-content .article-infos div:first-child h1 {
  font-size: 21px;
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 10px;
}
#where-to-find-us-content .article-infos div:first-child h1 span {
  display: block;
  font-size: 12px;
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  padding-top: 5px;
}
#where-to-find-us-content .article-infos div:first-child .date {
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#where-to-find-us-content .article-infos p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  padding-bottom: 25px;
}
#where-to-find-us-content .article-infos p a {
  color: #161314;
  font-family: Georgia, serif;
  font-style: italic;
  text-decoration: underline;
}
#where-to-find-us-content .article-infos p a:hover {
  text-decoration: none;
}
#where-to-find-us-content .article-infos .store-infos {
  overflow: hidden;
  padding-top: 10px;
}
#where-to-find-us-content .article-infos .store-infos h2 {
  float: none;
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 20px;
}
#where-to-find-us-content .article-infos .store-infos > div {
  width: 210px;
}
#where-to-find-us-content .article-infos .store-infos > .address {
  float: left;
}
#where-to-find-us-content .article-infos .store-infos > .address .basic-btn {
  float: left;
}
#where-to-find-us-content .article-infos .store-infos > .hours {
  float: right;
  width: 210px;
}
#where-to-find-us-content .article-infos .store-infos > .hours li {
  overflow: hidden;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#where-to-find-us-content .article-infos .store-infos > .hours li span {
  display: block;
  float: left;
}
#where-to-find-us-content .article-infos .store-infos > .hours li span:first-child {
  width: 90px;
}
#where-to-find-us-store-content .right-content > img {
  clear: both;
  margin-top: 160px;
  width: 560px;
}
#where-to-find-us-store-content .right-content > .item_1 {
  float: right;
}
#where-to-find-us-store-content .right-content > .item_2 {
  float: left;
}
#where-to-find-us-store-content .right-content > .item_3 {
  margin: 0 auto 0;
  padding-top: 160px;
}
#where-to-find-us-store-content .right-content > img + .item_1 {
  margin-top: -125px;
}
#where-to-find-us-store-content .article-infos + .item_1 {
  clear: right;
  margin-top: 130px;
}
#where-to-find-us-store-content .right-content .styled-products-listing {
  float: none;
  clear: both;
  overflow: visible;
  width: 560px;
}
#where-to-find-us-store-content .right-content .styled-products-listing li {
  margin: 0;
  width: 100%;
}
#where-to-find-us-store-content .right-content .styled-products-listing li img {
  width: 100%;
}
/* Where to find us - toggle Absolunet */
#where-to-find-us-content .article-infos .store-infos > h2 {
  width: 100%;
}
#where-to-find-us-content .article-infos .store-infos > .hours ul li {
  margin-bottom: 0px;
  width: 100%;
}
#where-to-find-us-content .article-infos .store-infos > .hours li span:first-child {
  width: 90px;
}
.layout-large #where-to-find-us-store-content .article-infos,
.layout-large #where-to-find-us-store-content .right-content > img,
.layout-large #where-to-find-us-store-content .right-content .styled-products-listing {
  width: 515px;
}
.layout-medium #where-to-find-us-store-content .article-infos {
  margin-bottom: 0;
}
.layout-medium #where-to-find-us-store-content .article-infos .store-infos > div {
  width: 150px;
}
.layout-medium #where-to-find-us-store-content .article-infos .store-infos > .address {
  width: 215px;
}
.layout-medium #where-to-find-us-store-content .article-infos,
.layout-medium #where-to-find-us-store-content .right-content > img,
.layout-medium #where-to-find-us-store-content .right-content .styled-products-listing {
  width: 365px;
}
.layout-medium #where-to-find-us-store-content .right-content > .item_1,
.layout-medium #where-to-find-us-store-content .right-content > .item_2 {
  margin-top: 0;
  margin-top: 75px;
}
.layout-medium #where-to-find-us-store-content .right-content > .item_3 {
  padding-top: 75px;
}
.layout-medium #where-to-find-us-content .article-infos {
  max-width: 100%;
}
.layout-medium #where-to-find-us-content .article-infos .address {
  float: none;
  margin-bottom: 15px;
}
.layout-medium #where-to-find-us-content .article-infos .store-infos > .address .basic-btn {
  float: none;
}
.layout-medium #where-to-find-us-content .article-infos .hours {
  float: none;
  width: 100%;
}
.layout-medium #where-to-find-us-content .article-infos .hours li span:first-child {
  width: 316px;
}
.layout-small #where-to-find-us-store-content .article-infos {
  margin-bottom: 0;
}
.layout-small #where-to-find-us-store-content .article-infos,
.layout-small #where-to-find-us-store-content .right-content > img,
.layout-small #where-to-find-us-store-content .right-content .styled-products-listing {
  clear: both;
  float: none;
  width: 630px;
}
.layout-small #where-to-find-us-store-content .right-content > .item_1,
.layout-small #where-to-find-us-store-content .right-content > .item_2 {
  margin-bottom: 0;
  margin-top: 75px;
}
.layout-small #where-to-find-us-store-content .right-content > .item_3 {
  padding-top: 75px;
}
/* Where to find us - Results
---------------------------------------------- */
#where-to-find-us-results-content .right-content > h2 {
  float: none;
  margin-bottom: 55px;
}
#where-to-find-us-results-content .right-content > ul + h2 {
  padding-top: 65px;
}
#where-to-find-us-results-content .right-content > ul {
  overflow: hidden;
}
#where-to-find-us-results-content .right-content > ul > li {
  float: left;
  margin: 0 0 100px 0;
  width: 24%;
  height: 127px;
}
#where-to-find-us-results-content .right-content > ul > li h3 {
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#where-to-find-us-results-content .right-content > ul > li address {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
}
#where-to-find-us-results-content .right-content > ul > li address a {
  color: #161314;
  font-family: Georgia, serif;
  font-style: italic;
  text-decoration: underline;
}
#where-to-find-us-results-content .right-content > ul > li address a:hover {
  text-decoration: none;
}
.layout-medium #where-to-find-us-results-content .right-content > ul > li,
.layout-small #where-to-find-us-results-content .right-content > ul > li {
  width: 33%;
}
/* Happening
---------------------------------------------- */
#happening-content .right-content {
  padding-bottom: 100px;
}
#happening-content .right-content > li {
  overflow: hidden;
  margin-top: 185px;
}
#happening-content .right-content > li:first-child {
  margin-top: 0;
}
#happening-content .right-content > li > img {
  float: left;
  width: 560px;
}
#happening-content .right-content > li > div {
  float: right;
  width: 560px;
}
#happening-content .right-content > li.right > img {
  float: right;
}
#happening-content .right-content > li.right > div {
  float: left;
}
#happening-content .right-content > li > div .header {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  padding: 10px 0 15px;
  border-bottom: 1px solid #161314;
}
#happening-content .right-content > li > div .header h2 {
  margin: 0;
}
#happening-content .right-content > li > div .header h2 span {
  display: block;
  font-size: 12px;
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  padding-bottom: 5px;
}
#happening-content .right-content > li > div .header > span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#happening-content .right-content > li > div p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
  padding-bottom: 25px;
}
#happening-content .right-content > li > div .basic-btn {
  float: left;
}
.layout-large #happening-content .right-content > li > img,
.layout-large #happening-content .right-content > li > div {
  width: 515px;
}
.layout-large #happening-content .right-content > li > div .header {
  margin-bottom: 25px;
}
.layout-medium #happening-content .right-content > li {
  margin-top: 75px;
}
.layout-medium #happening-content .right-content > li:first-child {
  margin-top: 0;
}
.layout-medium #happening-content .right-content > li:first-child {
  margin-top: 0;
}
.layout-medium #happening-content .right-content > li > img,
.layout-medium #happening-content .right-content > li > div {
  width: 365px;
}
.layout-medium #happening-content .right-content > li > div .header {
  margin-bottom: 25px;
}
.layout-small #happening-content .right-content > li {
  margin-top: 75px;
}
.layout-small #happening-content .right-content > li:first-child {
  margin-top: 0;
}
.layout-small #happening-content .right-content > li > img,
.layout-small #happening-content .right-content > li > div {
  width: 630px;
}
.layout-small #happening-content .right-content > li > img {
  margin-bottom: 35px;
}
.layout-small #happening-content .right-content > li > div .header {
  margin-bottom: 25px;
}
/* Happening - Article
---------------------------------------------- */
#happening-article-content .right-content {
  padding-bottom: 100px;
}
#happening-article-content .back-btn {
  clear: both;
  float: left;
  margin-bottom: 60px;
}
#happening-article-content .socials-share {
  margin-bottom: 77px;
}
#happening-article-content .article-infos {
  clear: left;
  float: left;
  margin-bottom: 75px;
  width: 560px;
}
#happening-article-content .article-infos > div {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #161314;
}
#happening-article-content .article-infos > div h1 {
  font-size: 21px;
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 10px;
}
#happening-article-content .article-infos > div h1 span {
  display: block;
  font-size: 12px;
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  padding-bottom: 5px;
}
#happening-article-content .article-infos > div .date {
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#happening-article-content .article-infos p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  padding-bottom: 25px;
}
#happening-article-content .article-infos p a {
  color: #161314;
  text-decoration: underline;
}
#happening-article-content .article-infos p a:hover {
  text-decoration: none;
}
#happening-article-content .article-infos strong {
  font-weight: bold;
}
#happening-article-content .article-infos em {
  font-style: italic;
}
#happening-article-content .right-content > img {
  clear: both;
  width: 560px;
}
#happening-article-content .right-content > .item_1 {
  clear: right;
  float: right;
}
#happening-article-content .right-content > .item_2 {
  float: left;
  margin: -130px 0 0;
}
#happening-article-content .right-content > .item_3 {
  margin: 0 auto 0;
  padding-top: 160px;
}
#happening-article-content .right-content > img + .item_1 {
  margin-top: 160px;
}
.layout-large #happening-article-content .article-infos,
.layout-large #happening-article-content .right-content > img {
  width: 515px;
}
.layout-medium #happening-article-content .article-infos,
.layout-medium #happening-article-content .right-content > img {
  width: 365px;
}
.layout-medium #happening-article-content .right-content > img + .item_1,
.layout-medium #happening-article-content .right-content > .item_2 {
  margin-top: 75px;
}
.layout-medium #happening-article-content .right-content > .item_3 {
  padding-top: 75px;
}
.layout-small #happening-article-content .article-infos,
.layout-small #happening-article-content .right-content > img {
  clear: both;
  float: none;
  width: 630px;
}
.layout-small #happening-article-content .right-content > img + .item_1,
.layout-small #happening-article-content .right-content > .item_2 {
  margin-top: 75px;
}
.layout-small #happening-article-content .right-content > .item_3 {
  padding-top: 75px;
}
/* Mood Books
---------------------------------------------- */
#mood-books-content .right-content {
  overflow: visible;
}
#mood-books-content .right-content h2 {
  margin-bottom: 85px;
}
.layout-large #mood-books-content .right-content {
  padding-bottom: 8px;
}
.layout-medium #mood-books-content .right-content {
  padding-bottom: 34px;
}
.layout-small #mood-books-content .right-content {
  padding-bottom: 25px;
}
#mood-books-content .styled-products-listing {
  clear: both;
}
#mood-books-content .styled-products-listing li {
  cursor: pointer;
}
#mood-books-content .styled-products-listing .item_2,
#mood-books-content .styled-products-listing .item_3,
#mood-books-content .styled-products-listing .item_4,
#mood-books-content .styled-products-listing .item_6 {
  float: right;
  margin-right: 0;
}
#mood-books-content .styled-products-listing .item_1 {
  margin-right: 0;
  margin-bottom: 100px;
}
#mood-books-content .styled-products-listing .item_2 {
  margin-bottom: 33px;
}
#mood-books-content .styled-products-listing .item_4 {
  margin-right: 140px;
}
#mood-books-content .styled-products-listing .item_5 {
  clear: left;
}
#mood-books-content .styled-products-listing .item_5,
#mood-books-content .styled-products-listing .item_6 {
  margin-bottom: 100px;
}
.layout-large #mood-books-content .styled-products-listing .item_4 {
  margin-right: 137px;
}
.layout-large #mood-books-content .styled-products-listing > .item_2,
.layout-large #mood-books-content .styled-products-listing > .item_5,
.layout-large #mood-books-content .styled-products-listing > .item_6 {
  width: 515px;
}
.layout-large #mood-books-content .styled-products-listing > .item_3,
.layout-large #mood-books-content .styled-products-listing > .item_4 {
  width: 189px;
}
.layout-large #mood-books-content .styled-products-listing > .item_1 {
  width: 515px;
}
.layout-medium #mood-books-content .styled-products-listing .item_4 {
  margin-right: 97px;
}
.layout-medium #mood-books-content .styled-products-listing > .item_2 {
  margin-bottom: 35px;
}
.layout-medium #mood-books-content .styled-products-listing > .item_2,
.layout-medium #mood-books-content .styled-products-listing > .item_5,
.layout-medium #mood-books-content .styled-products-listing > .item_6 {
  width: 365px;
}
.layout-medium #mood-books-content .styled-products-listing > .item_3,
.layout-medium #mood-books-content .styled-products-listing > .item_4 {
  width: 157px;
}
.layout-medium #mood-books-content .styled-products-listing > .item_4 {
  margin-right: 50px;
}
.layout-medium #mood-books-content .styled-products-listing > .item_1 {
  width: 415px;
}
.layout-medium #mood-books-content .styled-products-listing > .item_1,
.layout-medium #mood-books-content .styled-products-listing > .item_5,
.layout-medium #mood-books-content .styled-products-listing > .item_6 {
  margin-bottom: 50px;
}
.layout-small #mood-books-content .styled-products-listing .item_4 {
  margin-right: 166px;
}
.layout-small #mood-books-content .styled-products-listing > li {
  margin-bottom: 50px;
}
.layout-small #mood-books-content .styled-products-listing > .item_2,
.layout-small #mood-books-content .styled-products-listing > .item_5,
.layout-small #mood-books-content .styled-products-listing > .item_6 {
  clear: both;
  float: none;
  width: 630px;
}
.layout-small #mood-books-content .styled-products-listing > .item_3,
.layout-small #mood-books-content .styled-products-listing > .item_4 {
  width: 232px;
}
.layout-small #mood-books-content .styled-products-listing > .item_1 {
  clear: both;
  float: none;
  width: 630px;
}
.layout-medium #mood-books-content .right-content h2,
.layout-small #mood-books-content .right-content h2 {
  margin-bottom: 55px;
}
/* Corporate Gifting
---------------------------------------------- */
#corporate-gifting-content .right-content .left {
  clear: left;
  float: left;
}
#corporate-gifting-content .right-content .right {
  clear: right;
  float: right;
}
.layout-medium #corporate-gifting-content .right-content {
  padding-bottom: 25px;
}
.layout-small #corporate-gifting-content .right-content {
  padding-bottom: 100px;
}
#corporate-gifting-content .right-content > * {
  margin-bottom: 100px;
}
#corporate-gifting-content .right-content > img {
  width: 560px;
}
#corporate-gifting-content .right-content .text-block {
  width: 560px;
}
#corporate-gifting-content .right-content .text-block:first-child {
  margin-top: 190px;
}
#corporate-gifting-content .right-content .text-block > h3,
#corporate-gifting-content .right-content .contact-block h3 {
  font-size: 17px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
#corporate-gifting-content .right-content .text-block > p,
#corporate-gifting-content .right-content .text-block > ul,
#corporate-gifting-content .right-content .contact-block p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
  padding-bottom: 20px;
}
#corporate-gifting-content .right-content .text-block > img {
  float: right;
  margin-top: -60px;
  margin-right: -356px;
}
#corporate-gifting-content .right-content .text-block a {
  color: #161314;
  text-decoration: underline;
}
#corporate-gifting-content .right-content .text-block a:hover {
  text-decoration: none;
}
#corporate-gifting-content .right-content .text-block strong {
  font-weight: bold;
}
#corporate-gifting-content .right-content .text-block em {
  font-style: italic;
}
#corporate-gifting-content .right-content .quote {
  clear: both;
  font-size: 30px;
  font-family: 'BrandonGrotesqueRegular';
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 85px 45px;
  border: 1px solid #161314;
  width: 470px;
}
#corporate-gifting-content .right-content img.right + img.left + img.right {
  margin-bottom: 240px;
  padding-top: 40px;
  width: 352px;
}
#corporate-gifting-content .right-content .text-block + .text-block {
  padding-top: 60px;
}
#corporate-gifting-content .right-content .quote + img.left {
  padding-top: 95px;
}
#corporate-gifting-content .right-content .contact-block {
  text-align: center;
  margin-right: 208px;
  padding: 55px 25px;
  background: #fff;
  width: 302px;
}
#corporate-gifting-content .right-content .contact-block address {
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
}
#corporate-gifting-content .right-content .contact-block address a {
  color: #161314;
  text-decoration: underline;
}
#corporate-gifting-content .right-content .contact-block address a:hover {
  text-decoration: none;
}
#corporate-gifting-content .right-content .contact-block p {
  padding-bottom: 35px;
}
#corporate-gifting-content .right-content .contact-block p a {
  color: #161314;
  font-family: Georgia,serif;
  font-style: italic;
  text-decoration: underline;
}
#corporate-gifting-content .right-content .contact-block p a:hover {
  text-decoration: none;
}
.layout-large #corporate-gifting-content .right-content .text-block,
.layout-large #corporate-gifting-content .right-content > img,
.layout-large #corporate-gifting-content .right-content .text-block > img {
  width: 515px;
}
.layout-large #corporate-gifting-content .right-content .text-block:first-child {
  margin-top: 120px;
  margin-bottom: 180px;
}
.layout-large #corporate-gifting-content .right-content .quote {
  width: 423px;
}
.layout-large #corporate-gifting-content .right-content .contact-block {
  margin-right: 163px;
}
.layout-medium #corporate-gifting-content .right-content > * {
  margin-bottom: 75px;
}
.layout-medium #corporate-gifting-content .right-content .text-block,
.layout-medium #corporate-gifting-content .right-content > img,
.layout-medium #corporate-gifting-content .right-content .text-block > img {
  width: 365px;
}
.layout-medium #corporate-gifting-content .right-content .text-block:first-child {
  margin-top: 0;
  margin-bottom: 100px;
}
.layout-medium #corporate-gifting-content .right-content img.right + img.left + img.right {
  margin-bottom: 75px;
  padding-top: 20px;
  width: 220px;
}
.layout-medium #corporate-gifting-content .right-content .quote {
  font-size: 20px;
  padding: 45px;
  width: 273px;
}
.layout-medium #corporate-gifting-content .right-content .contact-block {
  margin-right: 0;
  width: 315px;
}
.layout-small #corporate-gifting-content .right-content > * {
  float: none;
  margin-bottom: 75px;
}
.layout-small #corporate-gifting-content .right-content .text-block,
.layout-small #corporate-gifting-content .right-content > img {
  width: 630px;
}
.layout-small #corporate-gifting-content .right-content .text-block > img {
  margin-right: 0;
  width: 365px;
}
.layout-small #corporate-gifting-content .right-content .text-block:first-child {
  margin-top: 0;
  margin-bottom: 75px;
}
.layout-small #corporate-gifting-content .right-content img.right + img.left + img.right {
  margin-bottom: 75px;
  padding-top: 0;
  width: auto;
}
.layout-small #corporate-gifting-content .right-content .quote + img.left {
  padding-top: 0;
}
.layout-small #corporate-gifting-content .right-content .quote {
  width: 538px;
}
.layout-small #corporate-gifting-content .right-content .contact-block {
  float: none;
  margin: 0 auto;
  width: 315px;
}
/* Contact Us
---------------------------------------------- */
#contact-us-content .right-content {
  padding-bottom: 100px;
}
#contact-us-content .right-content h2 {
  float: none;
  font-size: 17px;
  margin: 0 0 25px;
}
#contact-us-content .right-content address {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
}
#contact-us-content .right-content address a {
  color: #161314;
  font-family: Georgia, serif;
  font-style: italic;
  text-decoration: underline;
}
#contact-us-content .right-content address a:hover {
  text-decoration: none;
}
#contact-us-content .right-content address.address_2 {
  margin-top: 100px;
  margin-left: 305px;
}
#contact-us-content .right-content address h2 {
  white-space: nowrap;
}
#contact-us-content .right-content address p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
#contact-us-content .right-content img.item_1 {
  float: right;
  width: 560px;
}
#contact-us-content .right-content img.item_2 {
  float: left;
  width: 560px;
}
#contact-us-content .right-content .email-contact-list {
  clear: both;
  overflow: hidden;
  padding: 180px 0 125px;
  width: 1420px;
}
#contact-us-content .right-content .email-contact-list > li {
  float: left;
  width: 24%;
}
#contact-us-content .right-content .jobs {
  float: right;
  width: 560px;
}
#contact-us-content .right-content .jobs p {
  float: left;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
  margin: 115px 0 125px;
  width: 350px;
}
#contact-us-content .right-content .jobs p a {
  color: #161314;
  font-family: Georgia, serif;
  font-style: italic;
  text-decoration: underline;
}
#contact-us-content .right-content .jobs p a:hover {
  text-decoration: none;
}
#contact-us-content .right-content .jobs .posting {
  clear: both;
  float: left;
  text-align: center;
  padding: 55px 25px;
  background: #fff;
  width: 300px;
}
#contact-us-content .right-content .jobs .posting p {
  float: none;
  margin: 0;
  width: auto;
}
.layout-large #contact-us-content .right-content .email-contact-list {
  width: 1233px;
}
.layout-medium #contact-us-content .right-content .email-contact-list {
  padding: 100px 0;
  width: 930px;
}
.layout-small #contact-us-content .right-content .email-contact-list {
  padding: 0 0 75px;
  width: 681px;
}
.layout-large #contact-us-content .right-content img.item_1,
.layout-large #contact-us-content .right-content img.item_2,
.layout-large #contact-us-content .right-content .jobs {
  width: 515px;
}
.layout-medium #contact-us-content .right-content img.item_1,
.layout-medium #contact-us-content .right-content img.item_2,
.layout-medium #contact-us-content .right-content .jobs {
  width: 365px;
}
.layout-medium #contact-us-content .right-content .jobs > p {
  margin: 75px 0;
}
.layout-medium #contact-us-content .right-content address.address_2 {
  margin-left: 155px;
}
.layout-medium #contact-us-content .right-content address h2 {
  height: 37px;
  white-space: normal;
}
.layout-small #contact-us-content .right-content address.address_1,
.layout-small #contact-us-content .right-content address.address_2 {
  float: left;
  margin: 0 0 75px;
  width: 49%;
}
.layout-small #contact-us-content .right-content img.item_1,
.layout-small #contact-us-content .right-content img.item_2 {
  float: none;
  margin-bottom: 75px;
  width: 630px;
}
.layout-small #contact-us-content .right-content .jobs {
  float: none;
  width: 630px;
}
.layout-small #contact-us-content .right-content .jobs > p {
  float: none;
  margin: 0 auto 75px;
}
.layout-small #contact-us-content .right-content .jobs .posting {
  float: none;
  margin: 0 auto;
  width: 350px;
}
.layout-small #contact-us-content .right-content address h2 {
  height: 37px;
  white-space: normal;
}
/* Right Box */
#checkout-content .right-box {
  float: right;
  margin-bottom: 35px;
  padding: 45px 25px 30px;
  background: #fff;
  width: 300px;
}
#checkout-content .right-box > h3 {
  font-size: 13px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #161314;
}
/*#checkout-content .right-box .before-checkout { display: none; }*/
#checkout-content .right-box .before-checkout .total {
  display: block;
  font-size: 17px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-align: center;
  margin-bottom: 20px;
}
#checkout-content .right-box .before-checkout .total span {
  display: block;
  text-transform: uppercase;
  margin: 0 auto 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b4b3b3;
  width: 75px;
}
#checkout-content .right-box .before-checkout em {
  display: block;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  line-height: 23px;
  margin-bottom: 25px;
}
#checkout-content .right-box .before-checkout .basic-btn {
  float: none;
  text-align: center;
  margin: 0 auto;
  width: 160px;
}
#checkout-content .right-box .after-checkout {
  display: block;
  overflow: hidden;
  position: relative;
}
#checkout-content .right-box .after-checkout .items-list > li {
  overflow: hidden;
  margin-bottom: 25px;
}
#checkout-content .right-box .after-checkout .items-list > li > a {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 22px;
  width: 106px;
  /*height: 70px;*/
}
#checkout-content .right-box .after-checkout .items-list > li > a img {
  width: 100%;
}
#checkout-content .right-box .after-checkout .items-list > li > div {
  margin-left: 150px;
  padding-top: 15px;
}
#checkout-content .right-box .after-checkout .items-list > li > div h4 {
  font-size: 13px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
#checkout-content .right-box .after-checkout .items-list > li > div h4 span {
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}
#checkout-content .right-box .after-checkout .items-list > li > div .unity {
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
}
#checkout-content .right-box .after-checkout .basic-btn {
  float: none;
  text-align: center;
  margin: 0 auto 25px;
  width: 100px;
}
.fr #checkout-content .right-box .after-checkout .basic-btn {
  width: 160px;
}
#checkout-content .right-box .after-checkout .grand-total {
  padding-top: 25px;
  border-top: 1px solid #161314;
}
#checkout-content .right-box .after-checkout .grand-total > li {
  overflow: hidden;
  font-size: 13px;
  padding-bottom: 5px;
}
#checkout-content .right-box .after-checkout .grand-total > li > span {
  display: block;
  float: right;
  width: 140px;
}
#checkout-content .right-box .after-checkout .grand-total > li > span:first-child {
  float: left;
  text-align: right;
  width: 128px;
}
#checkout-content .right-box .after-checkout .grand-total > li.discount {
  font-family: Arial, Helvetica, sans-serif;
}
#checkout-content .right-box .after-checkout .grand-total > li.subtotal {
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#checkout-content .right-box .after-checkout .grand-total > li.shipping,
#checkout-content .right-box .after-checkout .grand-total > li.taxes {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
}
#checkout-content .right-box .after-checkout .grand-total > li.taxes {
  padding-top: 10px;
}
#checkout-content .right-box .after-checkout .grand-total > li.shipping > span:first-child,
#checkout-content .right-box .after-checkout .grand-total > li.taxes > span:first-child {
  font-family: Georgia, serif;
  font-style: italic;
}
#checkout-content .right-box .after-checkout .grand-total > li.total {
  font-size: 17px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 0;
  padding-top: 15px;
}
#checkout-content .right-box .after-checkout .grand-total > li.note {
  font-family: Georgia, serif;
  font-style: italic;
  text-align: center;
  line-height: 18px;
}
.layout-medium #checkout-content .right-box {
  width: 780px;
}
.layout-medium #checkout-content .right-box .after-checkout {
  padding-bottom: 30px;
}
.layout-medium #checkout-content .right-box .after-checkout .items-list {
  overflow: hidden;
  float: left;
  border-right: 1px solid #161314;
  width: 50%;
}
.layout-medium #checkout-content .right-box .after-checkout .items-list > li {
  margin-left: -22px;
}
.layout-medium #checkout-content .right-box .after-checkout .items-list > li > div {
  padding-top: 0;
}
.layout-medium #checkout-content .right-box .after-checkout .grand-total {
  float: right;
  padding-top: 0;
  border-top: none;
  width: 48%;
}
.layout-medium #checkout-content .right-box .after-checkout .grand-total > li > span {
  width: 48%;
}
.layout-medium #checkout-content .right-box .after-checkout .basic-btn {
  clear: none;
  float: none;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
.layout-small #checkout-content .right-box {
  width: 580px;
}
.layout-small #checkout-content .right-box .after-checkout {
  padding-bottom: 30px;
}
.layout-small #checkout-content .right-box .after-checkout .items-list {
  overflow: hidden;
  float: left;
  border-right: 1px solid #161314;
  width: 50%;
}
.layout-small #checkout-content .right-box .after-checkout .items-list > li {
  margin-left: -22px;
}
.layout-small #checkout-content .right-box .after-checkout .items-list > li > div {
  padding-top: 0;
}
.layout-small #checkout-content .right-box .after-checkout .grand-total {
  float: right;
  padding-top: 0;
  border-top: none;
  width: 48%;
}
.layout-small #checkout-content .right-box .after-checkout .grand-total > li > span {
  width: 48%;
}
.layout-small #checkout-content .right-box .after-checkout .basic-btn {
  clear: none;
  float: none;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
/* Forms - General */
#checkout-content form h3 {
  clear: both;
  font-size: 13px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #161314;
}
#checkout-content form p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
  padding-bottom: 20px;
}
#checkout-content form .basic-btn {
  float: left;
}
#checkout-content form .basic-btn + .basic-btn {
  margin-left: 10px;
}
#checkout-content form .basic-btn + .arrow-btn {
  float: right;
  margin-top: 9px;
}
#checkout-content form .arrow-btn {
  display: block;
  float: left;
  color: #161314;
  font-style: italic;
  line-height: 13px;
  padding: 0 20px 0 0;
  background: url(../images/layout/infinite-listing_arrow-btn.gif) no-repeat right 0;
}
#checkout-content .label {
  display: block;
  padding-bottom: 15px;
  min-height: 32px;
}
#checkout-content .label + .basic-btn {
  margin-top: 15px;
}
#checkout-content .label + .basic-btn + .arrow-btn {
  margin-top: 24px;
}
#checkout-content .label > span {
  display: block;
  float: left;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  line-height: 32px;
  width: 70px;
  white-space: nowrap;
}
#checkout-content .label > span.two-lines {
  line-height: 16px;
  white-space: normal;
}
#checkout-content .label > input.text,
#checkout-content .label > textarea.text {
  display: block;
  float: left;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  margin-left: 18px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #fff;
  width: 210px;
  height: 30px;
}
#checkout-content .label > textarea.text {
  float: none;
  clear: both;
  line-height: 18px;
  margin: 0 0 15px;
  padding: 10px;
  width: 268px;
  height: 105px;
  resize: none;
}
#checkout-content .label.medium > input.text {
  width: 100px!important;
}
#checkout-content .label.small > input.text {
  width: 40px;
}
#checkout-content .label.small > input.text + input.text {
  margin-left: 5px;
}
#checkout-content .label .selectbox-container {
  float: left;
  position: relative;
  margin-left: 18px;
  *margin-left: 9px;
  z-index: 1;
}
#checkout-content .label .selectbox-container .selectbox {
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: 1px solid #848484;
  background: #ffffff url(../images/layout/selectbox-container_arrow-down.gif) no-repeat right 13px;
  width: 210px;
  height: 30px;
  cursor: pointer;
}
#checkout-content .label .selectbox-container .selectbox.opened {
  background: #ffffff url(../images/layout/selectbox-container_arrow-up.gif) no-repeat right center;
}
#checkout-content .label .selectbox-container .selectbox-wrapper {
  overflow: auto;
  position: absolute;
  left: 0;
  *left: 9px;
  top: 31px;
  border: 1px solid #eaeaea;
  border-left: 1px solid #848484;
  border-top: none;
  background: #fff;
  max-height: 120px;
  width: 230px!important;
}
#checkout-content .label .selectbox-container .selectbox-wrapper li {
  color: #161314;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 16px;
  padding: 4px 10px;
  cursor: pointer;
}
#checkout-content .label .selectbox-container .selectbox-wrapper li:hover {
  color: #fff;
  background: #161314;
}
#checkout-content .label.small .selectbox-container + .selectbox-container {
  margin-left: 10px;
  *margin-left: 5px;
}
#checkout-content .label.small .selectbox-container + .selectbox-container .selectbox-wrapper {
  *margin-left: -4px;
}
#checkout-content .label.small .selectbox-container .selectbox {
  width: 54px;
}
#checkout-content .label.small .selectbox-container .selectbox-wrapper {
  width: 74px!important;
}
#checkout-content form .basic-btn + .checkbox-container {
  padding-top: 35px;
}
#checkout-content form .checkbox-container {
  overflow: hidden;
  clear: both;
  padding-top: 20px;
}
#checkout-content form .checkbox-container .hiddenCheckbox {
  position: fixed;
  left: -5000px;
  top: -5000px;
}
#checkout-content form .checkbox-container .text {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 25px;
  cursor: pointer;
}
#checkout-content form .checkbox-container .holderWrap {
  display: block;
  float: left;
  background: url(../images/layout/checkbox_bg.gif) no-repeat 0 0;
  width: 14px!important;
  height: 14px!important;
  cursor: pointer;
}
#checkout-content form .checkbox-container .checked .holderWrap {
  background-position: 0 -14px;
}
#checkout-content form > .half-column {
  float: left;
  margin-bottom: 35px;
  padding: 45px 25px 30px;
  background: #fff;
  width: 320px;
}
#checkout-content form > .half-column + .half-column {
  float: right;
}
#checkout-content form > .full-column {
  clear: both;
  position: relative;
  margin-bottom: 35px;
  padding: 45px 25px 30px;
  background: #fff;
}
#checkout-content form > .full-column > .left {
  float: left;
  width: 320px;
}
#checkout-content form > .full-column > .right {
  float: right;
  width: 320px;
}
#checkout-content .label.error > input.text,
#checkout-content .label.error > textarea.text,
#checkout-content .label.error .selectbox-container .selectbox {
  /*background-color: #dad8d4;*/
}
#checkout-content .label.error .error-msg {
  display: block;
}
#checkout-content .label .error-msg {
  display: none;
  clear: both;
  color: #DF812E;
  font-style: italic;
  margin-left: 88px;
  padding: 5px 0 5px;
}
#checkout-payment-content form > .payment .left .label .error-msg {
  margin-left: 128px;
}
#checkout-content form > div > .error-msg {
  display: none;
  clear: both;
  color: #DF812E;
  font-style: italic;
  text-align: right;
  padding: 0 0 15px;
}
.layout-small #checkout-content #loginform .basic-btn + .basic-btn,
.fr #checkout-content #loginform .basic-btn + .basic-btn {
  clear: both;
  margin: 10px 0 0;
}
.layout-small .fr #loginform .arrow-btn {
  clear: both;
  float: left;
  margin-top: 14px!important;
}
/* Terms and Conditions */
#terms-content .right-box .before-checkout {
  display: block;
}
#terms-content .right-box .after-checkout {
  display: none;
}
#terms-content .left-box h3 {
  font-size: 17px;
  font-family: 'BrandonGrotesqueBoldRegular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0;
}
#terms-content .left-box p,
#terms-content .left-box ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 23px;
  padding-bottom: 20px;
}
#terms-content .left-box ul {
  padding-left: 20px;
}
#terms-content .left-box ul li {
  list-style: disc;
}
#terms-content .left-box strong {
  font-weight: bold;
}
#terms-content .left-box em {
  font-style: italic;
}
#terms-content .left-box a {
  color: #161413;
  font-family: Georgia,serif;
  font-style: italic;
  text-decoration: underline;
}
#terms-content .left-box a:hover {
  text-decoration: none;
}
/* Fullscreen
---------------------------------------------- */
#fullscreen-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 990;
}
#fullscreen-container > div {
  padding: 0;
}
#fullscreen-container > div .content {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
#fullscreen-container .fullscreen-controls {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 10;
}
#fullscreen-container .fullscreen-controls li {
  float: left;
}
#fullscreen-container .fullscreen-controls li a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#fullscreen-container .fullscreen-controls .previous {
  margin-left: 40px;
}
#fullscreen-container .fullscreen-controls .previous a,
#fullscreen-container .fullscreen-controls .next a {
  display: block;
  text-indent: -5000px;
  background: url(../images/layout/infinite-listing_arrows.gif) no-repeat 0 0;
  width: 38px;
  height: 75px;
}
#fullscreen-container .fullscreen-controls .next a {
  margin-left: 60px;
  background-position: -38px 0;
}
#fullscreen-container .fullscreen-controls .count {
  display: none;
}
#fullscreen-container .fullscreen-controls .close a {
  display: block;
  position: fixed;
  right: 30px;
  top: 30px;
  text-indent: -5000px;
  background: url(../images/layout/fullscreen_icon-close.png) no-repeat 0 0;
  width: 75px;
  height: 75px;
}
#fullscreen-container .fullscreen-controls .thumbnails {
  margin-left: 30px;
}
#fullscreen-container .fullscreen-controls .thumbnails li {
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
}
#fullscreen-container .fullscreen-controls .download-pdf {
  float: right;
  margin: 20px 40px 0 0;
}
#fullscreen-container .fullscreen-controls .thumbnails.product-content li {
  border: 1px solid #403e3c;
  background: #fff;
  width: 130px;
  height: 74px;
}
#fullscreen-container .fullscreen-controls .thumbnails.product-content li:hover,
#fullscreen-container .fullscreen-controls .thumbnails.product-content li.active {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#fullscreen-container .fullscreen-controls .thumbnails.product-content li span {
  display: none;
}
#fullscreen-container .fullscreen-controls .thumbnails.product-content li img {
  margin: 0 auto;
  height: 100%;
}
#fullscreen-container .fullscreen-controls .thumbnails.mood-books-content li {
  text-align: center;
  line-height: 35px;
  margin-top: 20px;
  background: #A29E93;
  width: 35px;
  height: 35px;
}
#fullscreen-container .fullscreen-controls .thumbnails.mood-books-content li.active,
#fullscreen-container .fullscreen-controls .thumbnails.mood-books-content li:hover {
  background: #efeeea;
}
#fullscreen-container .fullscreen-controls .thumbnails.mood-books-content li span {
  display: block;
  color: #161314;
  font-size: 11px;
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
}
#fullscreen-container .fullscreen-controls .thumbnails.mood-books-content li img {
  display: none;
}
#pngPreloader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/layout/ajax-loader.gif) no-repeat center center;
  background-position: center center!important;
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
}
#pngPreloaderSite {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(../images/layout/ajax-loader-beige.gif) no-repeat center center;
  background-position: center center!important;
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
}
#popup *::selection {
  background-color: transparent;
}
#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: none;
}
#popup .cover {
  width: 100%;
  height: 100%;
  position: absolute;
}
#popup .content {
  width: 474px;
  height: 534px;
  margin: 150px auto;
  border: 8px solid #a29e93;
  background: #efeeea;
  position: relative;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.6);
}
#popup .content .close {
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #a29e93;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
#popup .content .close:hover {
  background: #e0ded9;
}
#popup .content h3 {
  width: 100%;
  height: 290px;
  line-height: 290px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  font-weight: normal;
  background: url(../images/image-section/popup_header_img.jpg) center center;
  background-size: cover;
}
#popup .content .wrapper {
  margin: 40px 0;
}
#popup .content .wrapper p {
  margin: 15px 0;
  text-align: center;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #3f3f3f;
}
#popup .content .wrapper p.small {
  font-size: 14px;
}
#popup .content .wrapper hr {
  width: 300px;
  border: none;
  border-top: 1px solid #7c7b79;
}
#popup .content a.basic-btn {
  font-size: 10px;
  width: 200px;
  padding: 0;
  text-align: center;
}
#popup .content a.basic-btn.left {
  float: none;
  margin: 0 auto;
}
#popup .content a.basic-btn.right {
  float: right;
  margin-right: 20px;
}
#popup .content label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
}
#popup .content input[type="email"] {
  background: transparent;
  border: 1px solid #a29e93;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  color: #403e3c;
}
#popup .content input[type="radio"] {
  width: 8px;
  height: 8px;
  border: 1px solid #a29e93;
  margin: 0 9px 0 23px;
}
#popup .content input[type="radio"]:checked {
  background-color: #403e3c;
}
#popup .content .form-subscribe-header {
  color: #403e3c;
  text-align: center;
}
#popup .content .input-box {
  float: none;
}
#popup .content .input-group {
  margin-top: 26px;
  width: 50%;
  margin: 10px auto;
}
#popup .content .input-group ul li {
  display: inline-block;
  color: #403e3c;
}
#popup .content .input-group ul li:first-child {
  margin-left: 13px;
}
#popup .content .actions {
  margin: 14px 0 0 0px;
}
#popup .content .actions .btn-basic {
  line-height: 25px;
  background: #a29e93;
  text-transform: uppercase;
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  font-style: normal;
}
.fixed-scrollable-content {
  height: 560px;
}
@media (max-height: 750px) {
  #popup {
    position: absolute;
  }
}
/* ----- Extra styles for purchases policies ----- */
.cms-conditions-dachats .cms-page,
.cms-purchase-policies .cms-page {
  background: #efeeea;
}
.cms-conditions-dachats .right-content .side-menu,
.cms-purchase-policies .right-content .side-menu {
  background: #ffffff !important;
  width: auto !important;
  padding: 25px !important;
}
.cms-conditions-dachats .right-content .side-menu ul,
.cms-purchase-policies .right-content .side-menu ul {
  padding-left: 0;
}
.cms-conditions-dachats .right-content .side-menu li,
.cms-purchase-policies .right-content .side-menu li {
  list-style: none;
}
.cms-conditions-dachats .layout-small #product-content .right-content,
.cms-purchase-policies .layout-small #product-content .right-content {
  padding-top: 30px;
}
.cms-conditions-dachats .layout-small .cms-right-content,
.cms-purchase-policies .layout-small .cms-right-content {
  max-width: 71%;
  float: right;
}
.cms-conditions-dachats .layout-small #product-content .side-menu,
.cms-purchase-policies .layout-small #product-content .side-menu {
  display: block;
}
.cms-conditions-dachats .layout-medium #product-content .right-content,
.cms-purchase-policies .layout-medium #product-content .right-content {
  padding-top: 30px !important;
}
.cms-conditions-dachats .layout-large .side-menu,
.cms-purchase-policies .layout-large .side-menu,
.cms-conditions-dachats .layout-full .side-menu,
.cms-purchase-policies .layout-full .side-menu {
  margin-left: -574px;
}
/* mini-refonte product page */
#product-content .tag_holder {
  float: right;
  position: relative;
}
#product-content .right-content {
  border-top: solid 1px #403e3c;
  margin-top: 20px;
  padding-top: 20px;
  width: 940px;
}
#product-content .right-content .left-column {
  width: 50% !important;
}
#product-content .right-content .left-column .image_container {
  width: 100% !important;
  height: 475px !important;
}
#product-content .right-content .left-column .image_container .zoomable-image img {
  width: 100%;
  height: auto;
}
#product-content .right-content .left-column .breadcrum {
  margin-bottom: 10px;
}
#product-content .right-content .left-column .breadcrum li {
  display: inline;
  color: #403e3c;
  font-size: 14px;
  font-family: BrandonGrotesqueBoldRegular;
  text-transform: uppercase;
}
#product-content .right-content .left-column .breadcrum li a {
  color: #403e3c;
  font-size: 14px;
  font-family: BrandonGrotesqueBoldRegular;
}
#product-content .right-content .left-column .breadcrum li:last-child a {
  color: #a29e93;
}
#product-content .right-content .left-column .slider-controls-container {
  width: 100% ;
  padding-left: 20px;
}
#product-content .right-content .left-column .slider-controls-container .btn-previous {
  background: none !important;
  background-image: url('../images/layout/m0851-fleche.png') !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 75% !important;
  left: 0px !important;
}
#product-content .right-content .left-column .slider-controls-container .btn-next {
  background: none !important;
  background-image: url('../images/layout/m0851-fleche.png') !important;
  background-repeat: no-repeat !important;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  position: absolute;
  top: 25% !important;
}
#product-content .right-content .left-column .slider-controls-container .container {
  margin: 0;
  padding: 0;
}
#product-content .right-content .left-column .slider-controls-container .container .slider-controls {
  width: 200% !important;
  height: 100px;
}
#product-content .right-content .left-column .slider-controls-container .container .slider-controls li {
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
}
#product-content .right-content .left-column .slider-controls-container .container .slider-controls li a {
  height: 100px;
}
#product-content .right-content .right-column {
  width: 40% !important;
  margin-left: 10%;
}
#product-content .right-content .right-column .title .left {
  width: 50%;
  height: 25px;
  float: left;
}
#product-content .right-content .right-column .title .left h1 {
  width: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#product-content .right-content .right-column .title .left h1 span {
  font-size: 12px;
  color: #a29e93;
}
#product-content .right-content .right-column .title h2 {
  margin: 0 0 20px 0;
  font-size: 16px;
}
#product-content .right-content .right-column .title .right {
  width: 50%;
  height: 25px;
  float: left;
}
#product-content .right-content .right-column .title .right .price {
  font-size: 12px;
  text-align: right;
}
#product-content .right-content .right-column input {
  border: solid 2px #949392 !important;
  width: 40px !important;
  padding-left: 10px;
  padding-right: 10px;
}
#product-content .right-content .right-column .size-chart {
  padding-left: 0px;
  padding-right: 0px;
}
#product-content .right-content .right-column .size-chart .top .quantity {
  width: 25% !important;
  float: left;
  clear: none;
  z-index: 100;
}
#product-content .right-content .right-column .size-chart .top .size {
  width: 70% !important;
  float: left;
  clear: none;
  margin-left: 55;
  z-index: 100;
}
#product-content .right-content .right-column .size-chart .top .size input {
  padding: 0 20px;
}
#product-content .right-content .right-column .size-chart .top .color {
  float: left !important;
  z-index: 100;
  width: 100%;
}
#product-content .right-content .right-column .size-chart .top .color h3 {
  height: 20px;
  clear: both;
}
#product-content .right-content .right-column .size-chart .top .color .image-couleur {
  position: relative;
  float: left;
  height: 32px;
  width: 32px;
  margin-left: 20px;
  border: solid 1px #7c7b79;
  margin-bottom: 10px;
}
#product-content .right-content .right-column .size-chart .top .color .image-couleur:hover {
  border: solid 1px #403e3c;
}
#product-content .right-content .right-column .size-chart .top .color .image-couleur:first-child {
  margin-left: 0px;
}
#product-content .right-content .right-column .size-chart .top .color .image-couleur a {
  display: block;
  overflow: hidden;
  height: 32px;
  width: 32px;
}
#product-content .right-content .right-column .size-chart .top .color .image-couleur .image-text {
  display: none;
  position: absolute;
  top: 40px;
  left: -12px;
  background-color: white;
  border: solid 2px #949392;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
#product-content .right-content .right-column .size-chart .top .color .image-couleur .image-text:after {
  content: url('../images/layout/m0851-box.png');
  position: absolute;
  top: -11px;
  left: 35%;
}
#product-content .right-content .right-column .add_to_cart {
  color: #efeeea;
  background: #403e3c;
  margin-top: 5px;
}
#product-content .right-content .right-column .add_to_cart:hover {
  color: #161314;
  background: #e0ded9;
}
#product-content .right-content .right-column .add_to_cart:after {
  content: url('../images/layout/m0851-panier.png') !important;
  margin-left: 10px;
}
#product-content .right-content .right-column .btn.out {
  margin-top: 5px;
}
#product-content .right-content .right-column .wishlist:after {
  content: url('../images/layout/m0851-coeur.png') !important;
  margin-left: 10px;
}
#product-content .right-content .right-column .socials-share {
  margin-top: 20px;
  border-top: none;
}
#product-content .right-content .right-column .socials-share li {
  font-size: 12px;
  color: #403e3c;
}
#product-content .right-content .bottom {
  border-top: solid 2px #949392;
}
#product-content .right-content .bottom .tab-list {
  margin-top: 25px;
}
#product-content .right-content .bottom .tab-list .list {
  display: inline;
}
#product-content .right-content .bottom .tab-list .list li {
  float: left;
  width: 185px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: solid 2px #949392;
  margin-right: 20px;
  text-transform: uppercase;
  color: #403e3c;
  cursor: pointer;
}
#product-content .right-content .bottom .tab-list .list li.active {
  background-color: #403e3c;
  color: #a29e93;
}
#product-content .right-content .bottom .tab-list .list li:hover {
  border: solid 2px #000;
}
#product-content .right-content .bottom .text-message .hiding {
  display: none;
  padding-top: 35px;
}
#product-content .right-content .bottom .text-message .hiding h3 {
  font-family: 'BrandonGrotesqueBoldRegular';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
}
#product-content .right-content .bottom .text-message .hiding p {
  margin-top: 10px;
  font-size: 14px;
}
#product-content .right-content .product-add-to-cart {
  padding-top: 2px;
}
#product-content .right-content .product-add-to-cart h3 {
  height: 20px;
}
/* PAGE COLLECTION */
#collection-content .fixed-scrollable-content {
  height: 300px;
  overflow: hidden;
}
#collection-content .fixed-scrollable-content > div {
  top: 0px;
}
#collection-content .fixed-scrollable-content img.background {
  min-height: 300px;
}
#collection-content .fixed-scrollable-content .content {
  top: 20% !important;
  text-align: left;
}
#collection-content .fixed-scrollable-content .content div {
  background: none;
  float: none !important;
  padding-left: 0;
}
#collection-content .fixed-scrollable-content .content div h1 {
  margin-top: 150px;
  padding-left: 0;
  font-size: 40px;
  font-weight: bold;
}
#collection-content .scrollable-content {
  background-color: #fff;
}
#collection-content .scrollable-content .right-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
}
#collection-content .scrollable-content .right-content .styled-products-listing {
  margin-top: 25px;
}
#collection-content .scrollable-content .right-content .styled-products-listing li .top .type {
  opacity: 1;
  display: block;
}
#collection-content .scrollable-content .right-content .styled-products-listing li .top .type_hover {
  opacity: 0;
  display: none;
}
#collection-content .scrollable-content .right-content .styled-products-listing li .bottom_hover {
  opacity: 1;
  background-color: transparent;
}
#collection-content .scrollable-content .right-content .styled-products-listing li .bottom_hover .colors {
  margin-top: 0px;
}
#collection-content .scrollable-content .right-content .styled-products-listing li .bottom_hover .colors .color-swapper {
  width: 22px;
  height: 22px;
  border: solid 2px #949392;
}
#collection-content .scrollable-content .img.mask {
  height: 300px;
}
.layout-small #collection-content .styled-products-listing li {
  width: 279px;
}
.layout-medium #product-content .right-content .right-column .size-chart .top .color .image-couleur:nth-child(7),
.layout-large #product-content .right-content .right-column .size-chart .top .color .image-couleur:nth-child(7),
.layout-full #product-content .right-content .right-column .size-chart .top .color .image-couleur:nth-child(7) {
  margin-left: 0;
  clear: left;
}
.layout-small #product-content .right-content .right-column .size-chart .top .color .image-couleur:nth-child(8) {
  margin-left: 0;
  clear: left;
}
.clear {
  clear: both;
}
.main-product-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.main-product-image img#image {
  width: 100%;
}
.main-product-image img#bigImage {
  max-width: 2000px;
  position: absolute;
  opacity: 0;
  top: 0;
}
.product-thumbnails {
  margin: 38px 0 65px;
  height: 90px;
}
.product-thumbnails li {
  float: left;
  margin-left: 20px;
}
.product-thumbnails li:last-child {
  margin-right: 20px;
}
.product-thumbnails .slick-arrow {
  background: url('../images/layout/m0851-fleche.png') no-repeat center center;
  position: absolute;
  top: 0;
  height: 90px;
  z-index: 999;
}
.product-thumbnails .slick-arrow:focus {
  outline: none;
}
.product-thumbnails .slick-arrow span {
  display: none;
}
.product-thumbnails .slick-arrow.slick-next {
  background-image: url('../images/layout/m0851-fleche.png');
  transform: rotate(180deg);
  right: 0;
}
.collections_wrapper .fixed-scrollable-content > div .content {
  top: 50% !important;
  position: absolute;
  width: 947px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: left;
}
.collections_wrapper .fixed-scrollable-content > div div {
  background-image: none;
  padding: 0;
  float: none;
}
.collections_wrapper .fixed-scrollable-content > div div h1 {
  font-family: 'BrandonGrotesqueBoldRegular', sans-serif;
  font-size: 40px;
  margin: 0;
  padding: 0;
}
.collections_wrapper .scrollable-content {
  background: #ffffff;
}
.collections_wrapper .scrollable-content .right-content {
  padding-left: 0;
}
.layout-medium .collections_wrapper .scrollable-content .right-content {
  width: 942px;
}
.collections_wrapper #collection-content .products-sorting {
  position: relative;
}
.collections_wrapper #collection-content .products-sorting input.selectbox {
  border: 1px solid #7d7b7a;
  height: 24px;
  width: 138px;
  line-height: 24px;
  background-size: 6%;
  background-position: 97% 50%;
  font-style: normal;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
}
.collections_wrapper #collection-content .products-sorting .selectbox-container .selectbox-wrapper {
  top: 26px;
}
.collections_wrapper #collection-content .products-sorting .selectbox-container .selectbox-wrapper li {
  font-style: normal;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
}
.collections_wrapper #collection-content .styled-products-listing li .img_holder {
  border-bottom: 1px solid #7f7e7d;
}
.collections_wrapper #collection-content .styled-products-listing li .top {
  padding-bottom: 6px;
}
.collections_wrapper #collection-content .styled-products-listing li .top .type,
.collections_wrapper #collection-content .styled-products-listing li .top .type_hover {
  font-style: normal;
}
.collections_wrapper #collection-content .styled-products-listing li .bottom {
  border-top: none;
  padding-top: 0;
  margin-bottom: 5px;
}
.collections_wrapper #collection-content .styled-products-listing li .bottom h4 {
  font-size: 12px;
}
.collections_wrapper #collection-content .styled-products-listing li > * {
  color: #403e3c;
}
.collections_wrapper #collection-content .styled-products-listing li .bottom_hover .colors {
  margin-top: 12px;
}
.collections_wrapper #collection-content .styled-products-listing li .bottom_hover .colors .img_wrapper {
  width: 22px;
  height: 22px;
}
.collections_wrapper #collection-content .styled-products-listing li .bottom_hover .colors .color-swapper {
  border: 1px solid #494541 !important;
}
/* Fix for original checkout
--------------------------------------------------------------------------------------- */
#checkout-content {
  min-height: 270px;
  padding-top: 30px;
}
.layout-small .side-menu {
  width: auto;
}
#checkout-progress {
  position: absolute!important;
  top: 31px!important;
}
.layout-small #checkout-content,
.layout-medium #checkout-content,
.layout-large #checkout-content {
  padding-top: 30px;
}
.total-disclaimer {
  font-family: Georgia, sans-serif;
  font-style: italic;
  text-align: center;
  margin-top: 10px;
}
.checkout-message {
  max-width: 208px;
  font-family: Georgia, sans-serif;
  font-style: italic;
}
