@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
.animate-flicker {
  -webkit-animation: flickerAnimation 1s ease-in-out infinite;
  -moz-animation: flickerAnimation 1s ease-in-out infinite;
  -o-animation: flickerAnimation 1s ease-in-out infinite;
  animation: flickerAnimation 1s ease-in-out infinite; }

#cookie-disclaimer, #cookie-disclaimer .cookie-disclaimer__wrapper, #cookie-disclaimer .cookie-disclaimer__content, #cookie-disclaimer .cookie-disclaimer__btns, #cookie-disclaimer .cookie-disclaimer__btns .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.left-anim, .block-empty, .template-header, .template-content, .template-contact .template-content, .template-fitguide, .block-home, .product-template, .block-stockists, .template-faqs .template-content, .template-b2b-files .template-content {
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }

.btn-icon {
  display: block;
  float: left;
  padding: 0 12px; }
  .btn-icon .icon {
    display: block;
    text-indent: 5000px;
    overflow: hidden; }
  .btn-icon.btn-fb {
    padding: 0 12px 0 0; }
    .btn-icon.btn-fb .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -257px -49px;
      width: 11px;
      height: 19px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .btn-icon.btn-fb .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .btn-icon.btn-fb:hover .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -257px -25px;
      width: 11px;
      height: 19px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .btn-icon.btn-fb:hover .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
  .btn-icon.btn-tw {
    padding-top: 2px; }
    .btn-icon.btn-tw .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -182px -44px;
      width: 21px;
      height: 17px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .btn-icon.btn-tw .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .btn-icon.btn-tw:hover .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -182px 0px;
      width: 21px;
      height: 17px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .btn-icon.btn-tw:hover .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
  .btn-icon.btn-gp .icon {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -75px -131px;
    width: 20px;
    height: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .btn-icon.btn-gp .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .btn-icon.btn-gp:hover .icon {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -100px -131px;
    width: 20px;
    height: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .btn-icon.btn-gp:hover .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .btn-icon.btn-pi .icon {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -208px -93px;
    width: 15px;
    height: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .btn-icon.btn-pi .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .btn-icon.btn-pi:hover .icon {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -208px -45px;
    width: 15px;
    height: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .btn-icon.btn-pi:hover .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .btn-icon.btn-tb .icon {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: 0px -220px;
    width: 12px;
    height: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .btn-icon.btn-tb .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .btn-icon.btn-tb:hover .icon {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -17px -220px;
    width: 12px;
    height: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .btn-icon.btn-tb:hover .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .btn-icon.btn-ig {
    padding: 3px 0 0 12px; }
    .btn-icon.btn-ig .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -231px -163px;
      width: 16px;
      height: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .btn-icon.btn-ig .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .btn-icon.btn-ig:hover .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -231px -121px;
      width: 16px;
      height: 16px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .btn-icon.btn-ig:hover .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }

/**
 * @license
 * MyFonts Webfont Build ID 2911617, 2014-10-29T08:03:54-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: MuseoSans-700 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/700/
 * 
 * Webfont: MuseoSans-300 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/300/
 * 
 * Webfont: MuseoSans-900Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/900-italic/
 * 
 * Webfont: MuseoSans-500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500/
 * 
 * Webfont: MuseoSans-100 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/100/
 * 
 * Webfont: MuseoSans-700Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/700-italic/
 * 
 * Webfont: MuseoSans-300Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/300-italic/
 * 
 * Webfont: MuseoSans-100Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/100-italic/
 * 
 * Webfont: MuseoSans-500Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500-italic/
 * 
 * Webfont: MuseoSans-900 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/900/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2911617
 * Licensed pageviews: 500,000
 * Webfonts copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_4_0.eot");
  src: url("webfonts/2C6D81_4_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_4_0.woff2") format("woff2"), url("webfonts/2C6D81_4_0.woff") format("woff"), url("webfonts/2C6D81_4_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 100; }
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_7_0.eot");
  src: url("webfonts/2C6D81_7_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_7_0.woff2") format("woff2"), url("webfonts/2C6D81_7_0.woff") format("woff"), url("webfonts/2C6D81_7_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 100; }
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_1_0.eot");
  src: url("webfonts/2C6D81_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_1_0.woff2") format("woff2"), url("webfonts/2C6D81_1_0.woff") format("woff"), url("webfonts/2C6D81_1_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_6_0.eot");
  src: url("webfonts/2C6D81_6_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_6_0.woff2") format("woff2"), url("webfonts/2C6D81_6_0.woff") format("woff"), url("webfonts/2C6D81_6_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 300; }
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_3_0.eot");
  src: url("webfonts/2C6D81_3_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_3_0.woff2") format("woff2"), url("webfonts/2C6D81_3_0.woff") format("woff"), url("webfonts/2C6D81_3_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_8_0.eot");
  src: url("webfonts/2C6D81_8_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_8_0.woff2") format("woff2"), url("webfonts/2C6D81_8_0.woff") format("woff"), url("webfonts/2C6D81_8_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 500; }
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_0_0.eot");
  src: url("webfonts/2C6D81_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_0_0.woff2") format("woff2"), url("webfonts/2C6D81_0_0.woff") format("woff"), url("webfonts/2C6D81_0_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_5_0.eot");
  src: url("webfonts/2C6D81_5_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_5_0.woff2") format("woff2"), url("webfonts/2C6D81_5_0.woff") format("woff"), url("webfonts/2C6D81_5_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_9_0.eot");
  src: url("webfonts/2C6D81_9_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_9_0.woff2") format("woff2"), url("webfonts/2C6D81_9_0.woff") format("woff"), url("webfonts/2C6D81_9_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }
@font-face {
  font-family: 'MuseoSans';
  src: url("webfonts/2C6D81_2_0.eot");
  src: url("webfonts/2C6D81_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C6D81_2_0.woff2") format("woff2"), url("webfonts/2C6D81_2_0.woff") format("woff"), url("webfonts/2C6D81_2_0.ttf") format("truetype");
  font-style: italic;
  font-weight: 900; }
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative; }

.swipe-wrap {
  overflow: hidden;
  position: relative; }

.swipe,
.swipe-wrap {
  visibility: visible;
  height: 100%; }

.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative; }

html, body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  font-family: "MuseoSans", Arial, Verdana, sans-serif;
  color: #1e2226; }

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  overflow-x: hidden; }
  body.no-scroll {
    overflow: hidden; }
  body ::selection {
    background: #eca331; }
  body ::-moz-selection {
    background: #eca331; }

p {
  letter-spacing: 0.5px; }

input {
  -webkit-appearance: none;
  border-radius: 0; }
  input::-ms-clear {
    display: none; }

#wrapper,
.wrapper-inside {
  height: 100%;
  width: 100%;
  max-width: 100%; }

.wrapper-inside {
  position: relative; }

:focus {
  outline: 0; }

.main-content {
  position: relative;
  margin-left: 125px;
  min-height: 100%;
  background: #272d32; }

.overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 125px;
  min-height: 100%;
  background: #f3f3f3; }

.overlay-open .main-content {
  visibility: hidden;
  max-height: 100%;
  overflow: hidden; }
.overlay-open .overlay-content {
  z-index: 999; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 125px;
  height: 100%;
  background: #1e2226;
  z-index: 1001;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .nav .logo {
    display: block;
    padding-top: 20px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1; }
    .nav .logo .img-logo {
      display: block;
      width: 83px;
      margin: 0 auto;
      border: none;
      outline: none;
      text-indent: -99999px; }
    .nav .logo .img-logo-mobile {
      display: none; }
  .nav .root-nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .nav .root-nav ul {
      text-align: center; }
      .nav .root-nav ul li a {
        display: block;
        position: relative;
        padding: 15px 0;
        cursor: pointer; }
        .nav .root-nav ul li a .icon {
          display: block;
          text-indent: -5000px;
          overflow: hidden;
          margin: 0 auto; }
        .nav .root-nav ul li a.btn-back-menu {
          display: none; }
          .nav .root-nav ul li a.btn-back-menu .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -257px -174px;
            width: 8px;
            height: 13px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .nav .root-nav ul li a.btn-back-menu .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
        .nav .root-nav ul li a.btn-menu {
          cursor: pointer; }
          .nav .root-nav ul li a.btn-menu .icon {
            margin: 2px auto;
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -182px -159px;
            width: 16px;
            height: 12px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .nav .root-nav ul li a.btn-menu .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
          .nav .root-nav ul li a.btn-menu.close .icon {
            margin: 0 auto;
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -231px -184px;
            width: 15px;
            height: 16px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .nav .root-nav ul li a.btn-menu.close .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
        .nav .root-nav ul li a.btn-search .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -231px -100px;
          width: 16px;
          height: 16px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .nav .root-nav ul li a.btn-search .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .nav .root-nav ul li a.btn-search.close .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -231px -184px;
          width: 15px;
          height: 16px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .nav .root-nav ul li a.btn-search.close .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .nav .root-nav ul li a.btn-basket {
          position: relative; }
          .nav .root-nav ul li a.btn-basket .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -21px -176px;
            width: 16px;
            height: 21px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .nav .root-nav ul li a.btn-basket .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
          .nav .root-nav ul li a.btn-basket .num {
            display: none;
            position: absolute;
            top: 23px;
            left: 0;
            right: 0;
            text-align: center;
            color: #1e2226;
            text-decoration: none;
            font-size: 12px;
            line-height: 12px;
            font-weight: bold; }
          .nav .root-nav ul li a.btn-basket.num-size-s .num {
            font-size: 10px; }
          .nav .root-nav ul li a.btn-basket.num-size-xs .num {
            font-size: 8px;
            letter-spacing: -1px; }
          .nav .root-nav ul li a.btn-basket.highlight .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: 0px -176px;
            width: 16px;
            height: 21px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .nav .root-nav ul li a.btn-basket.highlight .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
          .nav .root-nav ul li a.btn-basket.highlight .num {
            display: block; }
          .nav .root-nav ul li a.btn-basket.animated {
            -webkit-animation: wishlistIcon 1s;
            /* Chrome, Safari, Opera */
            animation: wishlistIcon 1s; }
          .nav .root-nav ul li a.btn-basket.close .icon {
            margin-top: 4px;
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -231px -184px;
            width: 15px;
            height: 16px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .nav .root-nav ul li a.btn-basket.close .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
          .nav .root-nav ul li a.btn-basket.close .num {
            display: none; }
        .nav .root-nav ul li a.btn-wishlist .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -208px -137px;
          width: 16px;
          height: 15px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .nav .root-nav ul li a.btn-wishlist .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .nav .root-nav ul li a.btn-wishlist.close .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -231px -184px;
          width: 15px;
          height: 16px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .nav .root-nav ul li a.btn-wishlist.close .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .nav .root-nav ul li a.btn-wishlist.highlight {
          -webkit-animation: wishlistIcon 1s;
          /* Chrome, Safari, Opera */
          animation: wishlistIcon 1s; }
          .nav .root-nav ul li a.btn-wishlist.highlight .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -208px -117px;
            width: 16px;
            height: 15px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .nav .root-nav ul li a.btn-wishlist.highlight .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
  .nav .nav-bg {
    position: absolute;
    background: #1e2226;
    left: 0;
    right: 0;
    top: 0;
    bottom: -60px;
    z-index: 1; }
  .nav .notification {
    display: block;
    position: absolute;
    left: 102.5px;
    top: 0;
    height: 45px;
    z-index: 9999;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .nav .notification.show {
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .nav .notification .arrow {
      position: absolute;
      left: -13px;
      top: 9px;
      height: 100%; }
      .nav .notification .arrow .icon {
        display: block;
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -182px -128px;
        width: 13px;
        height: 26px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .nav .notification .arrow .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .nav .notification .bg {
      display: block;
      height: 100%;
      background: #eca331; }
      .nav .notification .bg .text {
        display: block;
        padding: 18px 45px 0 25px;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 900;
        white-space: nowrap; }
      .nav .notification .bg .icon {
        position: absolute;
        right: 20px;
        top: 15px;
        display: block;
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -99px -114px;
        width: 12px;
        height: 12px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .nav .notification .bg .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
  .nav.selected .indicator {
    right: 0 !important; }

@-webkit-keyframes wishlistIcon {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  50% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; } }
/* Standard syntax */
@keyframes wishlistIcon {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  50% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; } }
.block-menu {
  position: absolute;
  top: 0;
  left: 125px;
  background: #272d32;
  width: 310px;
  height: 100%;
  z-index: 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }

.menu-selected .block-menu {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.menu {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 40px;
  text-align: left; }
  .menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px; }
    .menu a.selected, .menu a:hover {
      color: #eca331; }
  .menu .sub-menu ul {
    display: block;
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .menu .sub-menu ul a {
      color: #999999; }
      .menu .sub-menu ul a.selected, .menu .sub-menu ul a:hover {
        color: #eca331; }

.menu-footer {
  position: absolute;
  left: 40px;
  bottom: 25px; }
  .menu-footer p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8; }
  .menu-footer a {
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 3px;
    color: #fff;
    border-bottom: 1px solid #999; }
  .menu-footer .btn-privacy {
    color: #c8c8c8;
    border-bottom-color: #666; }

.overlay-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  .overlay-menu.show {
    display: block; }

.menu-footer .btn .icon-flag,
.overlay-shipping .btn .icon-flag,
.main-content .btn .icon-flag,
.overlay-content .btn .icon-flag {
  display: inline-block;
  margin: 0 4px -2px 0; }
.menu-footer .btn.btn-austria .icon-flag,
.overlay-shipping .btn.btn-austria .icon-flag,
.main-content .btn.btn-austria .icon-flag,
.overlay-content .btn.btn-austria .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -104px -202px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-austria .icon-flag,
    .overlay-shipping .btn.btn-austria .icon-flag,
    .main-content .btn.btn-austria .icon-flag,
    .overlay-content .btn.btn-austria .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-belgium .icon-flag,
.overlay-shipping .btn.btn-belgium .icon-flag,
.main-content .btn.btn-belgium .icon-flag,
.overlay-content .btn.btn-belgium .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -156px -202px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-belgium .icon-flag,
    .overlay-shipping .btn.btn-belgium .icon-flag,
    .main-content .btn.btn-belgium .icon-flag,
    .overlay-content .btn.btn-belgium .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-finland .icon-flag,
.overlay-shipping .btn.btn-finland .icon-flag,
.main-content .btn.btn-finland .icon-flag,
.overlay-content .btn.btn-finland .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -231px 0px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-finland .icon-flag,
    .overlay-shipping .btn.btn-finland .icon-flag,
    .main-content .btn.btn-finland .icon-flag,
    .overlay-content .btn.btn-finland .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-france .icon-flag,
.overlay-shipping .btn.btn-france .icon-flag,
.main-content .btn.btn-france .icon-flag,
.overlay-content .btn.btn-france .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -231px -18px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-france .icon-flag,
    .overlay-shipping .btn.btn-france .icon-flag,
    .main-content .btn.btn-france .icon-flag,
    .overlay-content .btn.btn-france .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-germany .icon-flag,
.overlay-shipping .btn.btn-germany .icon-flag,
.main-content .btn.btn-germany .icon-flag,
.overlay-content .btn.btn-germany .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -151px -156px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-germany .icon-flag,
    .overlay-shipping .btn.btn-germany .icon-flag,
    .main-content .btn.btn-germany .icon-flag,
    .overlay-content .btn.btn-germany .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-netherlands .icon-flag,
.overlay-shipping .btn.btn-netherlands .icon-flag,
.main-content .btn.btn-netherlands .icon-flag,
.overlay-content .btn.btn-netherlands .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -147px -176px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-netherlands .icon-flag,
    .overlay-shipping .btn.btn-netherlands .icon-flag,
    .main-content .btn.btn-netherlands .icon-flag,
    .overlay-content .btn.btn-netherlands .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-spain .icon-flag,
.overlay-shipping .btn.btn-spain .icon-flag,
.main-content .btn.btn-spain .icon-flag,
.overlay-content .btn.btn-spain .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -78px -202px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-spain .icon-flag,
    .overlay-shipping .btn.btn-spain .icon-flag,
    .main-content .btn.btn-spain .icon-flag,
    .overlay-content .btn.btn-spain .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-sweden .icon-flag,
.overlay-shipping .btn.btn-sweden .icon-flag,
.main-content .btn.btn-sweden .icon-flag,
.overlay-content .btn.btn-sweden .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -173px -176px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-sweden .icon-flag,
    .overlay-shipping .btn.btn-sweden .icon-flag,
    .main-content .btn.btn-sweden .icon-flag,
    .overlay-content .btn.btn-sweden .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-switz .icon-flag,
.overlay-shipping .btn.btn-switz .icon-flag,
.main-content .btn.btn-switz .icon-flag,
.overlay-content .btn.btn-switz .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -130px -202px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-switz .icon-flag,
    .overlay-shipping .btn.btn-switz .icon-flag,
    .main-content .btn.btn-switz .icon-flag,
    .overlay-content .btn.btn-switz .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-gb .icon-flag,
.overlay-shipping .btn.btn-gb .icon-flag,
.main-content .btn.btn-gb .icon-flag,
.overlay-content .btn.btn-gb .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -231px -36px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-gb .icon-flag,
    .overlay-shipping .btn.btn-gb .icon-flag,
    .main-content .btn.btn-gb .icon-flag,
    .overlay-content .btn.btn-gb .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-ireland .icon-flag,
.overlay-shipping .btn.btn-ireland .icon-flag,
.main-content .btn.btn-ireland .icon-flag,
.overlay-content .btn.btn-ireland .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -95px -176px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-ireland .icon-flag,
    .overlay-shipping .btn.btn-ireland .icon-flag,
    .main-content .btn.btn-ireland .icon-flag,
    .overlay-content .btn.btn-ireland .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-portugal .icon-flag,
.overlay-shipping .btn.btn-portugal .icon-flag,
.main-content .btn.btn-portugal .icon-flag,
.overlay-content .btn.btn-portugal .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: 0px -202px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-portugal .icon-flag,
    .overlay-shipping .btn.btn-portugal .icon-flag,
    .main-content .btn.btn-portugal .icon-flag,
    .overlay-content .btn.btn-portugal .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-slovenia .icon-flag,
.overlay-shipping .btn.btn-slovenia .icon-flag,
.main-content .btn.btn-slovenia .icon-flag,
.overlay-content .btn.btn-slovenia .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -52px -202px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-slovenia .icon-flag,
    .overlay-shipping .btn.btn-slovenia .icon-flag,
    .main-content .btn.btn-slovenia .icon-flag,
    .overlay-content .btn.btn-slovenia .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-slovakia .icon-flag,
.overlay-shipping .btn.btn-slovakia .icon-flag,
.main-content .btn.btn-slovakia .icon-flag,
.overlay-content .btn.btn-slovakia .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -26px -202px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-slovakia .icon-flag,
    .overlay-shipping .btn.btn-slovakia .icon-flag,
    .main-content .btn.btn-slovakia .icon-flag,
    .overlay-content .btn.btn-slovakia .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-czech .icon-flag,
.overlay-shipping .btn.btn-czech .icon-flag,
.main-content .btn.btn-czech .icon-flag,
.overlay-content .btn.btn-czech .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -182px -202px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-czech .icon-flag,
    .overlay-shipping .btn.btn-czech .icon-flag,
    .main-content .btn.btn-czech .icon-flag,
    .overlay-content .btn.btn-czech .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-luxembourg .icon-flag,
.overlay-shipping .btn.btn-luxembourg .icon-flag,
.main-content .btn.btn-luxembourg .icon-flag,
.overlay-content .btn.btn-luxembourg .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -121px -176px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-luxembourg .icon-flag,
    .overlay-shipping .btn.btn-luxembourg .icon-flag,
    .main-content .btn.btn-luxembourg .icon-flag,
    .overlay-content .btn.btn-luxembourg .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-greece .icon-flag,
.overlay-shipping .btn.btn-greece .icon-flag,
.main-content .btn.btn-greece .icon-flag,
.overlay-content .btn.btn-greece .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -69px -176px;
  width: 21px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-greece .icon-flag,
    .overlay-shipping .btn.btn-greece .icon-flag,
    .main-content .btn.btn-greece .icon-flag,
    .overlay-content .btn.btn-greece .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.menu-footer .btn.btn-other .icon-flag,
.overlay-shipping .btn.btn-other .icon-flag,
.main-content .btn.btn-other .icon-flag,
.overlay-content .btn.btn-other .icon-flag {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -208px -202px;
  width: 13px;
  height: 13px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .menu-footer .btn.btn-other .icon-flag,
    .overlay-shipping .btn.btn-other .icon-flag,
    .main-content .btn.btn-other .icon-flag,
    .overlay-content .btn.btn-other .icon-flag {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }

.overlay-shipping {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background: url(../img/skin/bg-lookbook.png); }
  .overlay-shipping.show {
    display: block; }
  .overlay-shipping .overlay-block {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -287px 0 0 -390px;
    background: #fff;
    width: 800px;
    height: 600px; }
  .overlay-shipping .overlay-inside {
    padding: 36px 40px; }
  .overlay-shipping .overlay-header {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 26px; }
    .overlay-shipping .overlay-header h4 {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      font-weight: 900;
      margin-bottom: 25px; }
    .overlay-shipping .overlay-header .btn {
      position: absolute;
      right: -20px;
      top: -20px; }
      .overlay-shipping .overlay-header .btn.btn-close {
        padding: 20px;
        text-decoration: none; }
        .overlay-shipping .overlay-header .btn.btn-close .icon {
          display: block;
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -72px -220px;
          width: 12px;
          height: 13px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .overlay-shipping .overlay-header .btn.btn-close .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
  .overlay-shipping .overlay-body h5 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 18px; }
  .overlay-shipping .overlay-body .countries {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 28px;
    padding-bottom: 26px; }
  .overlay-shipping .overlay-body .languages {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .overlay-shipping .overlay-body .languages .btn {
      width: auto;
      margin-right: 20px; }
  .overlay-shipping .overlay-body .list {
    overflow: hidden; }
  .overlay-shipping .overlay-body .btn {
    display: block;
    float: left;
    width: 33.33%;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #666666; }
    .overlay-shipping .overlay-body .btn .icon {
      position: relative;
      top: 5px;
      margin-right: 4px;
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 1px solid #fff;
      border-radius: 50%; }
      .overlay-shipping .overlay-body .btn .icon .circle {
        position: absolute;
        top: 3px;
        left: 3px;
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1px solid #1e2226;
        border-radius: 50%; }
    .overlay-shipping .overlay-body .btn .extra-text {
      display: none;
      color: #eca331;
      text-transform: none;
      padding-left: 45px;
      font-size: 12px;
      line-height: 17px; }
    .overlay-shipping .overlay-body .btn:hover .icon .circle {
      background: #1e2226; }
    .overlay-shipping .overlay-body .btn.selected .icon {
      border-color: #1e2226; }
      .overlay-shipping .overlay-body .btn.selected .icon .circle {
        background: #1e2226; }
    .overlay-shipping .overlay-body .btn.selected .text {
      font-weight: 900;
      color: #1e2226; }
    .overlay-shipping .overlay-body .btn.selected .extra-text {
      display: block; }
  .overlay-shipping .overlay-footer {
    text-align: right; }
    .overlay-shipping .overlay-footer .btn {
      display: inline-block;
      padding: 12px 20px;
      margin-right: 5px;
      color: #999;
      text-decoration: none;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-align: center; }
      .overlay-shipping .overlay-footer .btn .text {
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase; }
      .overlay-shipping .overlay-footer .btn:hover {
        color: #1e2226; }
      .overlay-shipping .overlay-footer .btn.btn-submit {
        color: #fff;
        background: #1e2226; }
        .overlay-shipping .overlay-footer .btn.btn-submit:hover {
          background: #999; }
      .overlay-shipping .overlay-footer .btn:last-child {
        margin-right: 0; }

.main-template .template-grid {
  overflow: hidden;
  border-top: 1px solid #e1e1e1; }

.main-template .template-grid.filter-open {
  width: 80%; }
  .main-template .template-grid.filter-open .grid-item {
    width: 25%; }

.grid-item {
  display: block;
  float: left;
  width: 20%; }
  .grid-item img {
    display: block;
    width: 100%; }

@media screen and (max-width: 1680px) {
  .template-grid .grid-item {
    width: 25%; }
    .template-grid .grid-item.item-faq {
      padding-bottom: 25%; }

  .main-template .template-grid.filter-open {
    width: 75%; }
    .main-template .template-grid.filter-open .grid-item {
      width: 33.33%; } }
@media screen and (max-width: 1366px) {
  .template-grid .grid-item {
    width: 33.33%; }
    .template-grid .grid-item.item-faq {
      padding-bottom: 33.33%; }

  .main-template .template-grid.filter-open {
    width: 66.66%; }
    .main-template .template-grid.filter-open .grid-item {
      width: 50%; } }
@media screen and (max-width: 1024px) {
  .main-template .template-grid.filter-open {
    width: 100%; }
    .main-template .template-grid.filter-open .grid-item {
      width: 33.33%; } }
@media screen and (max-width: 1023px) {
  .template-grid .grid-item {
    width: 50%; }
    .template-grid .grid-item.item-faq {
      padding-bottom: 50%; }

  .main-template .template-grid.filter-open {
    width: 100%; }
    .main-template .template-grid.filter-open .grid-item {
      width: 50%; } }
@media screen and (max-width: 767px) {
  .template-grid .grid-item {
    width: 100%;
    float: none; }
    .template-grid .grid-item.item-faq {
      height: auto;
      padding-bottom: 0; }
      .template-grid .grid-item.item-faq .item-inside {
        height: auto;
        padding-bottom: 0; }
        .template-grid .grid-item.item-faq .item-inside .btn-faq {
          position: static;
          margin: 0 20px 20px; }

  .main-template .template-grid.filter-open {
    width: 100%; }
    .main-template .template-grid.filter-open .grid-item {
      width: 100%; } }
.item-product {
  position: relative; }
  .item-product .product-images {
    position: relative;
    display: block;
    margin-bottom: 15px; }
    .item-product .product-images .hover-image {
      position: absolute;
      top: 0;
      left: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  .item-product .product-details {
    display: block;
    text-align: center;
    color: #1e2226;
    font-size: 14px;
    line-height: 20px; }
  .item-product .product-title {
    display: block; }
  .item-product .product-model {
    display: block;
    color: #c8c8c5; }
  .item-product .product-price {
    display: block; }
    .item-product .product-price .original {
      display: inline-block;
      margin-right: 4px;
      text-decoration: line-through; }
    .item-product .product-price .discounted {
      display: inline-block;
      margin-left: 4px;
      color: #eca331; }
    .item-product .product-price .sold-out {
      display: inline-block;
      margin-right: 4px;
      color: #C30C2A;
      text-decoration: line-through; }
  .item-product .btn-product {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 25px; }
    .item-product .btn-product:hover .product-images .hover-image {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .item-product .btn-wishlist {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-color: #c8c8c5; }
    .item-product .btn-wishlist .icon {
      display: block;
      margin: 8px 0 0 7px;
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -208px -137px;
      width: 16px;
      height: 15px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .item-product .btn-wishlist .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .item-product .btn-wishlist:hover {
      background-color: #1e2226; }
    .item-product .btn-wishlist.wishlisted {
      background-color: #eca331; }
    .item-product .btn-wishlist.wishlisted {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .item-product .btn-wishlist.highlight .icon {
      -webkit-animation: wishlistIcon 1s;
      /* Chrome, Safari, Opera */
      animation: wishlistIcon 1s; }
  .item-product:hover .btn-wishlist {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .item-product.ready .btn-product {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .item-product.item-soldout .product-images img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65; }

.item-collection,
.item-collaboration {
  position: relative;
  background: #f3f3f3; }
  .item-collection .item-inside,
  .item-collaboration .item-inside {
    height: 100%;
    padding: 40px 30px 100px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .item-collection h4,
  .item-collaboration h4 {
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase; }
  .item-collection p,
  .item-collaboration p {
    font-size: 14px;
    line-height: 19px;
    margin-right: 30px; }
  .item-collection .btn-collection,
  .item-collaboration .btn-collection {
    position: absolute;
    bottom: 40px;
    left: 30px;
    display: inline-block;
    padding: 14px 21px;
    color: #1e2226;
    border: 2px solid #1e2226;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .item-collection .btn-collection .text,
    .item-collaboration .btn-collection .text {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 900; }
    .item-collection .btn-collection:hover,
    .item-collaboration .btn-collection:hover {
      background: #1e2226;
      color: #fff; }

.item-collaboration .arrow {
  display: block;
  position: absolute;
  top: 20px;
  right: -14px;
  z-index: 1;
  width: 15px;
  height: 31px;
  background: url(../img/skin/arrow-grey.png) no-repeat right top;
  background-size: 31px 31px; }

.item-article {
  position: relative;
  text-decoration: none; }
  .item-article .item-inside {
    display: block;
    height: 100%;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .item-article img {
    display: block;
    width: 100%; }
  .item-article .article-details {
    position: relative;
    display: block;
    padding: 20px; }
    .item-article .article-details .article-arrow {
      display: block;
      position: absolute;
      top: -15px;
      left: 20px;
      z-index: 1;
      width: 31px;
      height: 15px;
      background: url(../img/skin/arrow-white.png) no-repeat left top;
      background-size: 31px 31px; }
    .item-article .article-details .article-title {
      display: block;
      color: #1e2226;
      padding-bottom: 50px;
      font-weight: 900;
      font-size: 21px;
      line-height: 26px; }
  .item-article .article-tags-date {
    display: block;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    color: #999;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px; }
  .item-article.infinite-load-more {
    color: #1e2226;
    text-decoration: none; }
    .item-article.infinite-load-more .item-inside {
      padding: 20px; }

.item-image {
  display: block; }

.item-faq {
  height: 0;
  padding-bottom: 20%;
  color: #1e2226; }
  .item-faq .item-inside {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1; }
  .item-faq h5 {
    color: #999;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 25px 0; }
  .item-faq h4 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 25px; }
  .item-faq p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 0 25px 20px; }
  .item-faq .img-faq {
    width: auto;
    padding: 25px; }
  .item-faq .btn-faq {
    position: absolute;
    bottom: 25px;
    left: 20px;
    display: inline-block;
    color: #1e2226;
    border: 2px solid #1e2226;
    padding: 14px 21px;
    margin: 0 10px;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .item-faq .btn-faq .text {
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase; }
    .item-faq .btn-faq:hover {
      background: #1e2226;
      color: #fff; }

.item-store {
  font-size: 18px;
  line-height: 25px;
  position: relative; }
  .item-store .item-inside {
    height: 100%;
    padding: 35px 35px 100px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .item-store .store-title {
    font-weight: 700; }
  .item-store .hours {
    margin-top: 8px; }
  .item-store .bottom-links {
    position: absolute;
    bottom: 35px; }
  .item-store .hours,
  .item-store .btn-map,
  .item-store .btn-website {
    display: inline-block;
    margin: 0 22px 0 0;
    color: #1e2226;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px; }
    .item-store .hours:hover,
    .item-store .btn-map:hover,
    .item-store .btn-website:hover {
      color: #eca331; }
  .item-store .btn-map .icon {
    display: inline-block;
    margin: 0 8px -4px 0;
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -257px -97px;
    width: 10px;
    height: 18px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .item-store .btn-map .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .item-store .btn-website .icon {
    display: inline-block;
    margin: 0 8px -3px 0;
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -208px 0px;
    width: 18px;
    height: 18px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .item-store .btn-website .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .item-store .hours {
    color: #eca331; }

.block-btn-filter {
  position: fixed;
  bottom: 0;
  left: 125px;
  right: 0;
  z-index: 101;
  padding-top: 14px;
  height: 40px;
  background: #FFFFFF;
  border-top: 1px solid #D7D7D7;
  text-align: center;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }
  .block-btn-filter.hide {
    -moz-transform: translateY(55px);
    -ms-transform: translateY(55px);
    -webkit-transform: translateY(55px);
    transform: translateY(55px); }

.scrolled.scroll-down .block-btn-filter {
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -webkit-transform: translateY(55px);
  transform: translateY(55px); }

.scrolled.scroll-down .block-btn-filter.hide,
.scrolled.scroll-up .block-btn-filter.hide {
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -webkit-transform: translateY(55px);
  transform: translateY(55px); }

.btn-main-filter {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background: #c8c8c8;
  padding: 8px 15px 6px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
  .btn-main-filter .text {
    display: inline-block; }
  .btn-main-filter .selected-text {
    display: none; }
  .btn-main-filter:hover, .btn-main-filter.selected {
    background-color: #eca331; }
  .btn-main-filter.selected .text {
    display: none; }
  .btn-main-filter.selected .selected-text {
    display: inline-block; }

.filters {
  position: absolute;
  top: 390px;
  right: 0;
  z-index: 99;
  width: 200px;
  min-height: 100vh;
  background: #F4F4F4;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  font-size: 12px;
  visibility: hidden;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }
  .filters p {
    margin: 0; }
  .filters.show {
    visibility: visible; }
  .filters.fixed {
    position: fixed;
    top: 50px;
    bottom: 0;
    overflow: auto;
    min-height: 0 !important; }
  @media screen and (min-width: 1024px) {
    .filters.fix-bottom {
      position: fixed;
      top: 0;
      bottom: 0;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }
  .filters .btn {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    min-width: 12px;
    text-align: center; }
    .filters .btn.inactive {
      cursor: default; }
    .filters .btn.btn-background {
      color: #fff;
      background: #c8c8c8;
      padding: 8px 15px 6px;
      margin: 0 18px 12px 0;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px; }
      .filters .btn.btn-background .text {
        display: inline-block; }
      .filters .btn.btn-background:hover, .filters .btn.btn-background.selected {
        background-color: #eca331; }
      .filters .btn.btn-background.inactive {
        background: #ddd; }
        .filters .btn.btn-background.inactive:hover, .filters .btn.btn-background.inactive.selected {
          color: #fff;
          background: #ddd; }
    .filters .btn.btn-small {
      padding: 8px 6px 5px;
      margin: 0 4px 10px 0; }
      .filters .btn.btn-small:hover, .filters .btn.btn-small.selected {
        color: #fff;
        font-weight: 900;
        background-color: #eca331;
        border-radius: 50%; }
      .filters .btn.btn-small.inactive {
        color: #999; }
      .filters .btn.btn-small.inactive:hover {
        color: #999;
        font-weight: 700;
        background-color: transparent;
        cursor: default; }
  .filters .filters-inside {
    padding: 30px 40px 48px; }
  .filters .block {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #D7D7D7; }
    .filters .block.block-first {
      border-top: none;
      padding-top: 0; }
  .filters .block-filter h4 {
    font-weight: 900;
    color: #1e2226;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .filters .block-text p {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    font-weight: 500; }
  .filters .block-text .btn-link {
    margin-top: 30px;
    display: block;
    padding: 14px 21px;
    color: #1e2226;
    border: 2px solid #1e2226;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center; }
    .filters .block-text .btn-link .text {
      font-size: 12px;
      text-transform: uppercase; }
    .filters .block-text .btn-link:hover {
      background: #1e2226;
      color: #fff; }

.filters-cleaner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #F4F4F4;
  border-top: 1px solid #D7D7D7;
  height: 54px;
  overflow: hidden;
  visibility: hidden;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }
  .filters-cleaner.show {
    z-index: 99;
    visibility: visible;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .filters-cleaner .filters-cleaner-inside {
    padding: 20px 40px;
    overflow: hidden; }
  .filters-cleaner .btn {
    color: #c8c8c8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
    .filters-cleaner .btn .icon,
    .filters-cleaner .btn .text {
      display: inline-block; }
    .filters-cleaner .btn:hover {
      color: #1e2226; }
  .filters-cleaner .btn-done {
    float: right; }
    .filters-cleaner .btn-done .icon {
      margin: 0px 7px -2px 0;
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -116px -114px;
      width: 12px;
      height: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .filters-cleaner .btn-done .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .filters-cleaner .btn-done:hover .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -123px -220px;
      width: 12px;
      height: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .filters-cleaner .btn-done:hover .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
  .filters-cleaner .btn-clear {
    float: left;
    visibility: hidden; }
    .filters-cleaner .btn-clear.selected {
      visibility: visible; }
    .filters-cleaner .btn-clear .icon {
      margin: 0px 7px -2px 0;
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -106px -220px;
      width: 12px;
      height: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .filters-cleaner .btn-clear .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .filters-cleaner .btn-clear:hover .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -89px -220px;
      width: 12px;
      height: 12px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .filters-cleaner .btn-clear:hover .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
  .filters-cleaner .btn-mobile-filter {
    display: none; }

.filter-no-results .block-inside {
  background-color: transparent; }

.throbber {
  display: none;
  position: absolute;
  width: 35px;
  height: 35px;
  background: transparent url(../img/skin/throbber-dark.gif) 50% 50% no-repeat;
  background-size: 50px 50px;
  overflow: hidden;
  text-indent: -10000em; }

.dark .throbber {
  background: transparent url(../img/skin/throbber-light.gif) 50% 50% no-repeat;
  background-size: 50px 50px; }

.loader-context {
  position: relative;
  display: block;
  top: 40px; }

.loader .throbber {
  display: block; }
.loader .loader-context {
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.loader .loader-hide {
  display: none; }
.loader .throbber {
  top: 0;
  left: 20px;
  opacity: 0; }
  .loader .throbber.appear {
    top: 20px;
    opacity: 1; }
.loader.loaded {
  background-color: transparent; }
  .loader.loaded .loader-context {
    opacity: 1;
    top: 0; }
  .loader.loaded .loader-hide {
    display: block; }
  .loader.loaded .throbber {
    display: none; }

.image-loader {
  position: relative;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out; }
  .image-loader .throbber {
    top: 10px;
    left: 10px;
    z-index: 1; }
  .image-loader img {
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
  .image-loader.loading {
    background-color: #FFF;
    min-height: 70px; }
    .image-loader.loading img {
      opacity: 0.1; }
  .image-loader.dark {
    background-color: #000; }

#cookie-disclaimer {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  background-color: #666;
  color: #fff;
  font-size: 14px;
  z-index: 1002;
  display: table;
  padding: 20px 30px;
  display: none; }
  #cookie-disclaimer .cookie-disclaimer__wrapper {
    padding-right: 240px;
    height: 100%; }
  #cookie-disclaimer .cookie-disclaimer__content {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: table; }
    #cookie-disclaimer .cookie-disclaimer__content .text {
      line-height: 20px;
      display: table-cell;
      vertical-align: middle; }
      #cookie-disclaimer .cookie-disclaimer__content .text a, #cookie-disclaimer .cookie-disclaimer__content .text a:visited {
        color: #fff; }
        #cookie-disclaimer .cookie-disclaimer__content .text a:hover, #cookie-disclaimer .cookie-disclaimer__content .text a:visited:hover {
          color: #999; }
  #cookie-disclaimer .cookie-disclaimer__btns {
    margin-right: -245px; }
    #cookie-disclaimer .cookie-disclaimer__btns .btn {
      text-decoration: none;
      display: inline-block;
      -moz-transition: background-color 0.1s ease-out, color 0.1s ease-out;
      -o-transition: background-color 0.1s ease-out, color 0.1s ease-out;
      -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
      transition: background-color 0.1s ease-out, color 0.1s ease-out;
      width: 120px;
      text-align: center; }
    #cookie-disclaimer .cookie-disclaimer__btns .btn-agree {
      background-color: #fff;
      color: #1e2226;
      padding: 13px 24px; }
      #cookie-disclaimer .cookie-disclaimer__btns .btn-agree:hover {
        background-color: #1e2226;
        color: #fff; }
    #cookie-disclaimer .cookie-disclaimer__btns .btn-close {
      color: #fff; }
      #cookie-disclaimer .cookie-disclaimer__btns .btn-close:hover {
        color: #999; }

body.show-cookie-disclaimer .wrapper-inside {
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
body.show-cookie-disclaimer .nav {
  padding-top: 80px; }
body.show-cookie-disclaimer .template-header,
body.show-cookie-disclaimer .top-menu {
  top: 80px; }
body.show-cookie-disclaimer .template-basket .template-content {
  top: 320px; }
body.show-cookie-disclaimer #cookie-disclaimer {
  display: block; }
body.show-cookie-disclaimer .template-fitguide .fitguide-item .btn-toggle {
  bottom: 120px; }
body.show-cookie-disclaimer .menu-footer {
  bottom: 105px; }

@media screen and (max-width: 1023px) {
  body.show-cookie-disclaimer .nav {
    padding-top: 0;
    top: 80px; }
  body.show-cookie-disclaimer .main-template .template-header,
  body.show-cookie-disclaimer .filters,
  body.show-cookie-disclaimer .filters-cleaner,
  body.show-cookie-disclaimer .main-template .top-menu,
  body.show-cookie-disclaimer .lookbook .block-overlay {
    top: 153px; }
  body.show-cookie-disclaimer .block-empty .block-inside {
    margin-top: 280px; } }
@media screen and (max-width: 767px) {
  #cookie-disclaimer {
    height: 166px;
    padding: 20px; }
    #cookie-disclaimer .cookie-disclaimer__content {
      height: auto; }
    #cookie-disclaimer .cookie-disclaimer__btns {
      position: absolute;
      bottom: 0;
      margin-right: 0; }
    #cookie-disclaimer .cookie-disclaimer__wrapper {
      height: 100%;
      position: relative;
      padding-right: 0; }

  body.show-cookie-disclaimer .block-search .search-form {
    top: 270px; }
  body.show-cookie-disclaimer .block-empty .block-inside {
    margin-top: 296px; }
  body.show-cookie-disclaimer .template-contact .template-header,
  body.show-cookie-disclaimer .template-faqs .template-header,
  body.show-cookie-disclaimer .main-template .top-menu, body.show-cookie-disclaimer .main-template .template-header {
    top: 220px; }
  body.show-cookie-disclaimer .wrapper-inside {
    padding-top: 166px; }
  body.show-cookie-disclaimer .nav {
    padding-top: 0;
    top: 166px; }
  body.show-cookie-disclaimer .filters,
  body.show-cookie-disclaimer .filters-cleaner,
  body.show-cookie-disclaimer .template-header,
  body.show-cookie-disclaimer .top-menu {
    top: 166px; }
  body.show-cookie-disclaimer .template-basket .template-content {
    top: 406px; }
  body.show-cookie-disclaimer .menu-footer {
    bottom: 191px; } }
.overlay-close {
  display: block;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10; }
  .overlay-close .icon {
    display: block;
    overflow: hidden;
    text-indent: -5000px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -72px -220px;
    width: 12px;
    height: 13px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .overlay-close .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
    .overlay-close .icon:hover {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

.template-basket .template-header {
  position: relative;
  left: 0;
  background-color: transparent;
  color: #1e2226; }
  .template-basket .template-header .count {
    position: absolute;
    top: 90px;
    left: 50%;
    display: block;
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -33px -89px;
    width: 28px;
    height: 37px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .template-basket .template-header .count {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
    .template-basket .template-header .count .num-items {
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      padding-top: 20px; }
  .template-basket .template-header p {
    font-weight: 500; }
  .template-basket .template-header .caps {
    text-transform: uppercase; }
  .template-basket .template-header .total {
    font-weight: 900; }
.template-basket .template-content {
  position: absolute;
  top: 240px;
  background-color: #F3F3F3;
  min-height: 950px; }
  .template-basket .template-content .form-basket {
    max-width: 930px;
    margin: 0 auto; }
  .template-basket .template-content .btn-minus,
  .template-basket .template-content .btn-more {
    display: block;
    width: 17px;
    height: 17px;
    color: #1e2226;
    border: 1px solid #1e2226;
    border-radius: 100%;
    text-decoration: none; }
    .template-basket .template-content .btn-minus .icon,
    .template-basket .template-content .btn-more .icon {
      display: block;
      padding-top: 1px; }
    .template-basket .template-content .btn-minus:hover,
    .template-basket .template-content .btn-more:hover {
      background: #1e2226;
      color: #fff; }
  .template-basket .template-content .disabled .btn-minus {
    color: #E1E1E1;
    border-color: #E1E1E1; }
    .template-basket .template-content .disabled .btn-minus:hover {
      cursor: default;
      background: none;
      color: #E1E1E1;
      border-color: #E1E1E1; }
  .template-basket .template-content .btn-wishlist,
  .template-basket .template-content .btn-remove {
    display: inline-block;
    width: 30px;
    height: 22px;
    margin: 0;
    padding-top: 8px; }
    .template-basket .template-content .btn-wishlist .icon,
    .template-basket .template-content .btn-remove .icon {
      display: block;
      margin: 0 0 0 7px;
      text-indent: -5000px; }
  .template-basket .template-content .btn-wishlist {
    background: #D7D7D7; }
    .template-basket .template-content .btn-wishlist .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -208px -137px;
      width: 16px;
      height: 15px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .template-basket .template-content .btn-wishlist .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .template-basket .template-content .btn-wishlist:hover {
      background-color: #1e2226; }
    .template-basket .template-content .btn-wishlist.wishlisted {
      background-color: #eca331; }
  .template-basket .template-content .btn-remove .icon {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -231px -77px;
    width: 15px;
    height: 18px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .template-basket .template-content .btn-remove .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .template-basket .template-content .btn-remove:hover .icon {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -231px -54px;
    width: 15px;
    height: 18px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .template-basket .template-content .btn-remove:hover .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .template-basket .template-content .table-basket {
    width: 100%;
    background: #fff; }
    .template-basket .template-content .table-basket thead,
    .template-basket .template-content .table-basket tfoot {
      border: 1px solid #E1E1E1; }
    .template-basket .template-content .table-basket thead td {
      text-align: center;
      padding: 20px 0;
      color: #C8C8C8;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 22px; }
      .template-basket .template-content .table-basket thead td.product {
        text-align: left;
        padding-left: 30px; }
    .template-basket .template-content .table-basket tfoot {
      border-top: none; }
      .template-basket .template-content .table-basket tfoot td {
        padding: 30px;
        color: #1e2226;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 18px;
        line-height: 20px; }
        .template-basket .template-content .table-basket tfoot td.total {
          text-align: right; }
    .template-basket .template-content .table-basket tbody {
      border-right: 1px solid #E1E1E1;
      border-left: 1px solid #E1E1E1; }
      .template-basket .template-content .table-basket tbody tr {
        border-bottom: 1px solid #E1E1E1; }
      .template-basket .template-content .table-basket tbody td {
        text-align: center; }
        .template-basket .template-content .table-basket tbody td.img-product {
          text-align: left;
          padding: 20px 15px 20px 25px;
          width: 115px; }
        .template-basket .template-content .table-basket tbody td.price {
          width: 155px;
          font-size: 18px; }
        .template-basket .template-content .table-basket tbody td.minus-quantity, .template-basket .template-content .table-basket tbody td.more-quantity {
          width: 50px; }
        .template-basket .template-content .table-basket tbody td.quantity {
          width: 55px;
          font-size: 18px; }
        .template-basket .template-content .table-basket tbody td .btn-minus {
          float: right; }
        .template-basket .template-content .table-basket tbody td.wishlisted {
          text-align: right;
          padding-right: 10px;
          width: 68px; }
        .template-basket .template-content .table-basket tbody td.remove {
          text-align: left;
          width: 67px;
          padding-left: 10px; }
        .template-basket .template-content .table-basket tbody td.desc-product {
          text-align: left;
          font-size: 14px;
          line-height: 22px; }
          .template-basket .template-content .table-basket tbody td.desc-product .size {
            color: #C8C8C8;
            margin-top: 20px; }
  .template-basket .template-content .line-break {
    display: block;
    width: 50px;
    height: 1px;
    background: #959595;
    margin: 40px auto 0; }
  .template-basket .template-content .buttons {
    margin: 40px auto 100px;
    text-align: center;
    overflow: hidden;
    width: 600px;
            /*
            .btn-submit {
                cursor: pointer;
                display: inline-block;
                padding: 16px 23px 14px;
                margin-left: 5px;

                color: #fff;
                background-color: $dark;
                border: 2px solid $dark;
                text-decoration: none;
                text-align: center;

                font-family: $sans;
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 900;

                &:hover {
                    background: #fff;
                    color: $dark;
                }
            }
            */ }
    .template-basket .template-content .buttons.buttons-top {
      margin: 0 auto 100px; }
    .template-basket .template-content .buttons .btn-link {
      display: inline-block;
      padding: 14px 21px;
      margin-right: 5px;
      color: #1e2226;
      border: 2px solid #1e2226;
      text-decoration: none;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-align: center; }
      .template-basket .template-content .buttons .btn-link .text {
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase; }
      .template-basket .template-content .buttons .btn-link:hover {
        background: #1e2226;
        color: #fff; }
    .template-basket .template-content .buttons .btn-submit {
      color: #fff;
      background-color: #1e2226;
      border: 2px solid #1e2226; }
      .template-basket .template-content .buttons .btn-submit:hover {
        background: #fff;
        color: #1e2226; }
    .template-basket .template-content .buttons .btn-disabled {
      cursor: default;
      color: #999;
      background: transparent;
      border-color: #999; }
      .template-basket .template-content .buttons .btn-disabled:hover {
        background: transparent;
        color: #999; }
  .template-basket .template-content .shipping {
    margin: 45px auto;
    max-width: 610px;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
    .template-basket .template-content .shipping strong {
      text-transform: uppercase;
      font-weight: 900; }
.template-basket .change-shipping .btn-shipping {
  color: #666;
  border-bottom-color: #666; }
.template-basket .mobile-only {
  display: none; }

.block-empty {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #c4c4c5; }
  .block-empty .block-inside {
    text-align: center;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .block-empty .icon {
    display: block;
    margin: 0 auto 25px; }
  .block-empty .icon-basket {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: 0px -89px;
    width: 28px;
    height: 37px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .block-empty .icon-basket {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .block-empty .icon-wishlist {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: 0px -49px;
    width: 38px;
    height: 35px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .block-empty .icon-wishlist {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .block-empty .icon-error {
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -66px -89px;
    width: 28px;
    height: 37px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .block-empty .icon-error {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .block-empty h2 {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .block-empty .status {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .block-empty .action {
    font-size: 18px;
    margin-bottom: 30px; }
  .block-empty .empty-nav .btn {
    display: inline-block;
    color: #c4c4c5;
    font-weight: 900;
    border: 2px solid #c4c4c5;
    padding: 14px 21px;
    margin: 0 10px;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .block-empty .empty-nav .btn .text {
      font-size: 12px;
      text-transform: uppercase; }
    .block-empty .empty-nav .btn:hover {
      background: #c4c4c5;
      color: #fff; }

.no-touch .block-empty .touch-only {
  display: none; }

.touch .block-empty .no-touch-only {
  display: none; }

.block-search .search-form {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  margin-top: -25px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 0.4s ease-in-out, top 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out, top 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, top 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out; }
  .block-search .search-form .input-search {
    float: left;
    display: block;
    position: relative; }
    .block-search .search-form .input-search .input-keyword {
      float: left;
      background: none;
      border: none;
      position: relative;
      z-index: 1;
      margin: 0;
      padding: 0;
      font-size: 24px;
      font-family: "MuseoSans", Arial, Verdana, sans-serif;
      font-weight: 700;
      color: #1e2226; }
    .block-search .search-form .input-search .placeholder {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      font-weight: 700;
      font-size: 24px;
      min-width: 380px;
      color: #1e2226; }
  .block-search .search-form .num-results,
  .block-search .search-form .no-results {
    display: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    position: absolute;
    left: 0;
    bottom: -35px; }
    .block-search .search-form .num-results .strong,
    .block-search .search-form .no-results .strong {
      font-weight: 900; }
  .block-search .search-form .submit-search {
    display: block;
    float: right;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -25px -131px;
    width: 20px;
    height: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .block-search .search-form .submit-search {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
    .block-search .search-form .submit-search:hover {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -154px -95px;
      width: 20px;
      height: 20px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .block-search .search-form .submit-search:hover {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
.block-search .search-results {
  display: block;
  position: absolute !important;
  top: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e1e1e1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 0.4s ease-in-out, top 0.5s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out, top 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, top 0.5s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.5s ease-in-out; }
.block-search.has-results .search-form {
  top: 25%; }
.block-search.has-results .search-results {
  height: auto;
  top: 50%; }

.template-wishlist .top-bar .icon {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -43px -49px;
  width: 30px;
  height: 28px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .template-wishlist .top-bar .icon {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.template-wishlist .template-header {
  background-color: transparent;
  color: #1e2226; }
  .template-wishlist .template-header .icon {
    display: block;
    position: absolute;
    top: 95px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/skin/x1-sprite.png);
    background-position: -49px 0px;
    width: 38px;
    height: 35px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
      .template-wishlist .template-header .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
  .template-wishlist .template-header p {
    font-weight: 500; }
  .template-wishlist .template-header .caps {
    text-transform: uppercase; }
.template-wishlist .template-content {
  position: absolute;
  top: 390px;
  background-color: #fff;
  border-top: 1px solid #e1e1e1; }

.template-header {
  position: fixed;
  top: 0;
  left: 125px;
  right: 0;
  z-index: 1;
  height: 540px;
  background: #000;
  text-align: center;
  color: #fff;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .template-header h2 {
    padding-top: 150px;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
  .template-header p {
    padding-top: 10px;
    max-width: 770px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    z-index: 1; }
  .template-header .header-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: no-repeat center center;
    background-size: cover; }

.template-content {
  position: relative;
  width: 100%;
  z-index: 90;
  background: #fff; }

.top-menu {
  position: fixed;
  top: 0;
  left: 125px;
  right: 0;
  z-index: 100;
  height: 50px;
  background: url(../img/skin/bg-top-menu.png) repeat-x left bottom;
  border-bottom: 1px solid transparent;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform 0.4s ease-in-out, background 0.1s linear;
  -o-transition: -o-transform 0.4s ease-in-out, background 0.1s linear;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, background 0.1s linear;
  transition: transform 0.4s ease-in-out, background 0.1s linear; }
  .top-menu ::-webkit-scrollbar {
    background: transparent; }
  .top-menu ul {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: auto; }
    .top-menu ul ::-webkit-scrollbar {
      background: transparent; }
    .top-menu ul li {
      display: inline-block; }
      .top-menu ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 17px 10px 12px 10px;
        font-size: 14px;
        font-weight: 700; }
        .top-menu ul li a.selected {
          font-weight: 900; }
  .top-menu .selector {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #fff;
    -moz-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, width 0.3s ease-in-out; }

.top-bar {
  position: fixed;
  top: 0;
  left: 125px;
  right: 0;
  z-index: 100;
  height: 72px;
  background: #F3F3F3;
  border-bottom: 1px solid #E1E1E1;
  -moz-transform: translate(0, -100%) !important;
  -ms-transform: translate(0, -100%) !important;
  -webkit-transform: translate(0, -100%) !important;
  transform: translate(0, -100%) !important;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }
  .top-bar .top-bar-inside {
    padding: 15px 0 0 25px; }
  .top-bar h4 {
    display: inline-block;
    color: #1e2226;
    font-size: 24px;
    line-height: 44px;
    font-weight: 700; }
  .top-bar .icon-container {
    display: block;
    float: left;
    margin: 7px 14px 0 0; }
  .top-bar .icon {
    display: inline-block; }
  .top-bar .total-items {
    display: inline-block;
    margin-left: 7px;
    color: #BBBBBB;
    font-size: 12px;
    line-height: 44px;
    text-transform: uppercase; }
  .top-bar .btn-top {
    display: block;
    float: right;
    padding: 15px 30px; }
    .top-bar .btn-top .icon {
      display: block;
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -122px -156px;
      width: 24px;
      height: 13px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .top-bar .btn-top .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }

.main-template {
  position: relative; }
  .main-template.products .template-grid {
    padding-bottom: 54px; }

.has-header .template-content {
  position: absolute;
  top: 390px; }

.scrolled .top-bar {
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important; }
.scrolled.scroll-down .main-template .top-menu {
  -moz-transform: translateY(-51px);
  -ms-transform: translateY(-51px);
  -webkit-transform: translateY(-51px);
  transform: translateY(-51px); }

.pre-scrolled .main-template .top-menu {
  background: #f3f3f3;
  border-bottom-color: #e1e1e1; }
  .pre-scrolled .main-template .top-menu ul li a {
    color: #1e2226; }
  .pre-scrolled .main-template .top-menu .selector {
    background: #1e2226; }

.light .top-menu {
  background-image: url(../img/skin/bg-top-menu-dark.png); }
  .light .top-menu ul li a {
    color: #1e2226; }
  .light .top-menu .selector {
    background-color: #1e2226; }
.light .template-header {
  background-color: #F3F3F3;
  color: #1e2226; }

.change-shipping {
  margin: 20px 0; }
  .change-shipping .btn {
    display: inline-block;
    font-size: 12px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 3px;
    border-bottom: 1px solid #E1E1E1;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap; }
  .change-shipping .change-location {
    display: block;
    color: #666;
    margin-top: 5px; }

.article .top-menu {
  background-color: #f3f3f3; }
  .article .top-menu ul li a {
    color: #1e2226; }
  .article .top-menu .selector {
    background-color: #1e2226; }
.article .template-content {
  margin-top: 50px;
  background-color: #fff; }
  .article .template-content .template-inside {
    padding: 70px 150px;
    margin: 0 auto;
    max-width: 1170px; }
  .article .template-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 15px; }
  .article .template-content .article-tags-date {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    margin-bottom: 50px; }
  .article .template-content .article-image {
    margin-bottom: 40px;
    clear: both;
    overflow: hidden; }
    .article .template-content .article-image .image {
      display: block;
      margin-bottom: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .article .template-content .article-image .image img {
        display: block;
        width: 100%; }
      .article .template-content .article-image .image.full-width {
        clear: both; }
      .article .template-content .article-image .image.half-width {
        float: left;
        width: 50%; }
        .article .template-content .article-image .image.half-width.half-left {
          padding-right: 5px; }
        .article .template-content .article-image .image.half-width.half-right {
          padding-left: 5px; }
  .article .template-content .article-text {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px; }
    .article .template-content .article-text.mbottom {
      margin-bottom: 30px; }
    .article .template-content .article-text h3 {
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .article .template-content .article-text p {
      margin-bottom: 15px; }
    .article .template-content .article-text a {
      color: #999; }
      .article .template-content .article-text a:hover {
        color: #1e2226; }
    .article .template-content .article-text .col-left {
      float: left;
      width: 66.66%; }
      .article .template-content .article-text .col-left .article-tags-date {
        margin-bottom: 20px; }
    .article .template-content .article-text .col-right {
      float: left;
      width: 33.33%; }
      .article .template-content .article-text .col-right .col-inside {
        margin-left: 33.33%; }
      .article .template-content .article-text .col-right .social {
        overflow: hidden;
        margin-bottom: 25px; }
      .article .template-content .article-text .col-right .links {
        margin-bottom: 25px; }
        .article .template-content .article-text .col-right .links a {
          display: block; }
  .article .template-content .more-articles {
    clear: both; }
.article .video {
  margin-bottom: 10px; }
  .article .video iframe {
    display: block; }
.article .related-products .inside-products {
  border-left: 1px solid #E1E1E1;
  overflow: hidden; }
.article .related-products h4 {
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px; }
.article .related-products .grid-item {
  width: 33.33%;
  border-top: 1px solid #E1E1E1; }
.article .more-articles {
  border-top: 1px solid #E1E1E1; }
  .article .more-articles h3 {
    padding: 30px 0 25px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase; }
.article .template-grid .article-tags-date {
  margin-bottom: 0; }
.article .ugc strong, .article .ugc b {
  font-weight: 700; }
.article .ugc em, .article .ugc i {
  font-style: italic; }

.template-contact {
  position: relative; }
  .template-contact .template-header h2 {
    padding-top: 150px;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
  .template-contact .template-header .header-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: #000 url(../img/skin/bg-contact.jpg) no-repeat center center;
    background-size: cover; }
  .template-contact .template-content {
    position: absolute;
    top: 390px;
    z-index: 90;
    background: #fff;
    margin-top: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #1e2226; }
    .template-contact .template-content .template-inside {
      padding: 90px 150px;
      overflow: hidden;
      max-width: 1170px;
      margin: 0 auto; }
    .template-contact .template-content .col-left,
    .template-contact .template-content .col-right {
      float: left;
      width: 50%; }
    .template-contact .template-content .col-left .col-inside {
      margin-right: 35px; }
    .template-contact .template-content .col-right .col-inside {
      margin-left: 35px; }
    .template-contact .template-content a {
      color: #1e2226; }
  .template-contact .block-contact {
    margin-bottom: 20px; }
    .template-contact .block-contact h3 {
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .template-contact .block-contact p {
      margin-bottom: 15px; }
      .template-contact .block-contact p strong {
        display: block;
        font-weight: 700; }
    .template-contact .block-contact h4 {
      display: block;
      font-weight: 700;
      text-transform: uppercase; }
    .template-contact .block-contact.customer-service p a {
      display: block; }
    .template-contact .block-contact.customer-service, .template-contact .block-contact.agents {
      margin-top: 40px;
      padding-top: 40px;
      border-top: 1px solid #E1E1E1; }
  .template-contact .job {
    margin-bottom: 20px; }
    .template-contact .job h4 {
      text-transform: none; }
    .template-contact .job .intro p {
      margin-bottom: 0; }
    .template-contact .job .more {
      display: none; }
    .template-contact .job.open .intro {
      margin-bottom: 15px; }
      .template-contact .job.open .intro .btn-more {
        display: none; }
    .template-contact .job.open .more {
      display: block; }
  .template-contact .form-contact input,
  .template-contact .form-contact textarea {
    display: block;
    margin: 0 0 15px;
    border: none;
    background: #F3F3F3;
    font-family: "MuseoSans", Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #1e2226;
    height: 44px;
    width: 100%;
    padding: 0 20px; }
    .template-contact .form-contact input.btn-submit,
    .template-contact .form-contact textarea.btn-submit {
      cursor: pointer;
      margin: 0;
      border: 2px solid #000;
      background: #fff;
      text-transform: uppercase;
      padding: 0 20px;
      width: auto;
      font-weight: 900; }
      .template-contact .form-contact input.btn-submit:hover,
      .template-contact .form-contact textarea.btn-submit:hover {
        background: #1e2226;
        color: #fff; }
  .template-contact .form-contact textarea {
    height: 88px;
    padding: 20px; }
  .template-contact .form-contact .form-line {
    overflow: hidden;
    margin-bottom: 15px; }
    .template-contact .form-contact .form-line input,
    .template-contact .form-contact .form-line textarea {
      margin-bottom: 0; }
    .template-contact .form-contact .form-line .half {
      width: 48%;
      float: left;
      background: #F3F3F3; }
      .template-contact .form-contact .form-line .half input {
        width: auto; }
    .template-contact .form-contact .form-line .half:first-child {
      margin-right: 4%; }
  .template-contact .form-contact .message {
    color: #1e2226;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0; }
  .template-contact .form-contact .message {
    display: none; }
  .template-contact .form-contact .message-success {
    color: #339933; }
  .template-contact .form-contact .message-error {
    color: #dd3333; }
  .template-contact .block-form-newsletter {
    margin-top: 30px; }
    .template-contact .block-form-newsletter form input {
      width: 100%;
      max-width: 270px;
      margin: 0 0 15px; }
      .template-contact .block-form-newsletter form input.submit {
        width: auto;
        padding: 0 20px;
        margin: 0; }
  .template-contact .social {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E1E1E1;
    overflow: hidden; }
  .template-contact .block-agent {
    display: none; }
    .template-contact .block-agent.visible {
      display: block; }

.ui-selectmenu-button {
  width: 100% !important;
  max-width: 430px;
  margin-bottom: 15px; }

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 1em 2.1em 1em 1.2em; }

.ui-selectmenu-button,
.ui-selectmenu-menu,
.ui-selectmenu-menu .ui-menu {
  border: none;
  border-radius: 0;
  background: #F3F3F3;
  font-size: 12px;
  line-height: 18px;
  color: #1e2226; }

.ui-selectmenu-menu {
  height: 300px;
  overflow-x: auto; }

.ui-selectmenu-menu .ui-menu-item {
  border: none;
  padding: 1em 2.1em 1em 1.2em; }

.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  border: none;
  background: #E1E1E1;
  font-weight: 400;
  color: #000;
  margin: 0; }

.ui-selectmenu-button span.ui-icon {
  margin: -1px 5px 0 0;
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -92px -78px;
  width: 11px;
  height: 6px;
  -moz-transition: -moz-transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .ui-selectmenu-button span.ui-icon {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }

.ui-corner-top.ui-selectmenu-button span.ui-icon {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.template-fitguide {
  position: fixed;
  left: 125px;
  right: 0;
  height: 100%;
  overflow: hidden;
  background-color: #EEE; }
  .template-fitguide a {
    text-decoration: none; }
  .template-fitguide .btn-nav {
    position: fixed;
    height: 100%;
    width: 0;
    background: #e9e7e9;
    z-index: 100;
    overflow: hidden;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out; }
    .template-fitguide .btn-nav .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 15px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .template-fitguide .btn-nav.btn-prev {
      left: 125px; }
      .template-fitguide .btn-nav.btn-prev .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -257px -192px;
        width: 8px;
        height: 13px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .template-fitguide .btn-nav.btn-prev .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .template-fitguide .btn-nav.btn-next {
      right: 0; }
      .template-fitguide .btn-nav.btn-next .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -257px -120px;
        width: 8px;
        height: 13px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .template-fitguide .btn-nav.btn-next .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .template-fitguide .btn-nav.show {
      width: 40px; }
  .template-fitguide .template-inside {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5000px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: -moz-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out; }
  .template-fitguide .intro {
    position: relative;
    float: left;
    width: 459px;
    height: 100%;
    border-right: 1px solid #e1dfe0;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    background: #eeeeee; }
    .template-fitguide .intro .intro-inside {
      position: absolute;
      left: 55px;
      right: 55px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .template-fitguide .intro h2 {
      font-size: 60px;
      line-height: 64px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 35px; }
    .template-fitguide .intro .intro-text {
      margin-bottom: 25px;
      font-size: 18px;
      line-height: 25px; }
    .template-fitguide .intro p {
      font-size: 18px;
      line-height: 25px;
      font-weight: 500;
      margin-bottom: 25px; }
  .template-fitguide .btn-icon {
    display: block;
    float: left;
    padding: 0 16px; }
    .template-fitguide .btn-icon .icon {
      display: block;
      text-indent: -5000px;
      overflow: hidden; }
    .template-fitguide .btn-icon.btn-fb {
      padding: 0 16px 0 0; }
      .template-fitguide .btn-icon.btn-fb .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -257px -25px;
        width: 11px;
        height: 19px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .template-fitguide .btn-icon.btn-fb .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .template-fitguide .btn-icon.btn-fb:hover .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -257px -49px;
        width: 11px;
        height: 19px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .template-fitguide .btn-icon.btn-fb:hover .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .template-fitguide .btn-icon.btn-tw {
      padding-top: 2px; }
      .template-fitguide .btn-icon.btn-tw .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -182px 0px;
        width: 21px;
        height: 17px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .template-fitguide .btn-icon.btn-tw .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .template-fitguide .btn-icon.btn-tw:hover .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -182px -44px;
        width: 21px;
        height: 17px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .template-fitguide .btn-icon.btn-tw:hover .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .template-fitguide .btn-icon.btn-gp .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -100px -131px;
      width: 20px;
      height: 19px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .template-fitguide .btn-icon.btn-gp .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .template-fitguide .btn-icon.btn-gp:hover .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -75px -131px;
      width: 20px;
      height: 19px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .template-fitguide .btn-icon.btn-gp:hover .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .template-fitguide .btn-icon.btn-pi .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -208px -45px;
      width: 15px;
      height: 19px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .template-fitguide .btn-icon.btn-pi .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .template-fitguide .btn-icon.btn-pi:hover .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -208px -93px;
      width: 15px;
      height: 19px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .template-fitguide .btn-icon.btn-pi:hover .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .template-fitguide .btn-icon.btn-tb .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -17px -220px;
      width: 12px;
      height: 19px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .template-fitguide .btn-icon.btn-tb .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
    .template-fitguide .btn-icon.btn-tb:hover .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: 0px -220px;
      width: 12px;
      height: 19px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .template-fitguide .btn-icon.btn-tb:hover .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
  .template-fitguide .fitguide-item {
    float: left;
    width: 309px;
    height: 100%;
    border-right: 1px solid #e1dfe0;
    position: relative;
    background: #eeeeee;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out; }
    .template-fitguide .fitguide-item .btn-toggle {
      display: block;
      width: 100%;
      position: absolute;
      bottom: 40px;
      -moz-animation: "btn-toggle-inverted" 0.6s forwards;
      -webkit-animation: "btn-toggle-inverted" 0.6s forwards;
      animation: "btn-toggle-inverted" 0.6s forwards;
      -moz-transition: bottom 0.2s ease-in-out;
      -o-transition: bottom 0.2s ease-in-out;
      -webkit-transition: bottom 0.2s ease-in-out;
      transition: bottom 0.2s ease-in-out; }
      .template-fitguide .fitguide-item .btn-toggle .icon {
        margin: 0 auto;
        display: block;
        background-image: url(../img/skin/x1-sprite.png);
        background-position: 0px 0px;
        width: 44px;
        height: 44px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .template-fitguide .fitguide-item .btn-toggle .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .template-fitguide .fitguide-item .btn-toggle:hover .icon {
        background-color: #fff; }
    .template-fitguide .fitguide-item .block-image {
      position: relative;
      height: 100%;
      text-align: center;
      -moz-transition: -moz-transform 0.45s ease-in-out;
      -o-transition: -o-transform 0.45s ease-in-out;
      -webkit-transition: -webkit-transform 0.45s ease-in-out;
      transition: transform 0.45s ease-in-out; }
      .template-fitguide .fitguide-item .block-image .btn-img {
        display: block;
        background-color: #EEE;
        height: 67%;
        cursor: default;
        position: relative;
        z-index: 0;
        overflow: hidden; }
        .template-fitguide .fitguide-item .block-image .btn-img img {
          display: block;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          -moz-transition: opacity 0.2s ease-in-out;
          -o-transition: opacity 0.2s ease-in-out;
          -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
          visibility: hidden; }
          .template-fitguide .fitguide-item .block-image .btn-img img.selected {
            visibility: visible; }
      .template-fitguide .fitguide-item .block-image .description {
        position: relative;
        padding-top: 35px;
        -moz-transition: padding 0.45s ease-in-out;
        -o-transition: padding 0.45s ease-in-out;
        -webkit-transition: padding 0.45s ease-in-out;
        transition: padding 0.45s ease-in-out;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none; }
        .template-fitguide .fitguide-item .block-image .description h3 {
          font-size: 30px;
          line-height: 32px;
          font-weight: 900; }
        .template-fitguide .fitguide-item .block-image .description h4 {
          font-size: 22px;
          line-height: 32px;
          font-weight: 500; }
        .template-fitguide .fitguide-item .block-image .description .slider,
        .template-fitguide .fitguide-item .block-image .description .progress {
          width: 70%;
          margin: 30px auto 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -moz-transition: opacity 0.2s ease-in-out;
          -o-transition: opacity 0.2s ease-in-out;
          -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
          background: #1e2226;
          height: 2px;
          border: none; }
          .template-fitguide .fitguide-item .block-image .description .slider .ui-slider-range,
          .template-fitguide .fitguide-item .block-image .description .progress .ui-slider-range {
            height: 4px;
            top: -1px;
            background: #1e2226; }
          .template-fitguide .fitguide-item .block-image .description .slider .ui-slider-handle,
          .template-fitguide .fitguide-item .block-image .description .progress .ui-slider-handle {
            width: 14px;
            height: 14px;
            background: #1e2226;
            border: none;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            top: -6px;
            cursor: pointer; }
        .template-fitguide .fitguide-item .block-image .description .progress {
          width: 0;
          max-width: 70%;
          margin: -2px 15% 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
      .template-fitguide .fitguide-item .block-image .block-text {
        margin: 30px 40px 0;
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -moz-transition: -moz-transform 0.45s ease-in-out;
        -o-transition: -o-transform 0.45s ease-in-out;
        -webkit-transition: -webkit-transform 0.45s ease-in-out;
        transition: transform 0.45s ease-in-out; }
        .template-fitguide .fitguide-item .block-image .block-text p {
          font-size: 14px;
          line-height: 20px;
          font-weight: 500;
          margin-bottom: 15px; }
        .template-fitguide .fitguide-item .block-image .block-text .btn-link {
          display: inline-block;
          margin-top: 20px;
          padding: 14px 21px;
          color: #1e2226;
          border: 2px solid #1e2226;
          text-decoration: none;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          text-align: center; }
          .template-fitguide .fitguide-item .block-image .block-text .btn-link .text {
            font-size: 12px;
            font-weight: 900;
            text-transform: uppercase; }
          .template-fitguide .fitguide-item .block-image .block-text .btn-link:hover {
            background: #1e2226;
            color: #fff; }
    .template-fitguide .fitguide-item .start-loading {
      display: block;
      font-family: "MuseoSans", Arial, Verdana, sans-serif;
      color: #1e2226;
      font-size: 14px;
      line-height: 40px;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      text-align: center; }
      .template-fitguide .fitguide-item .start-loading span {
        display: inline-block;
        border-bottom: 1px solid #1e2226;
        line-height: 18px; }
      .template-fitguide .fitguide-item .start-loading:hover {
        color: #eca331; }
    .template-fitguide .fitguide-item.show-text .block-image .block-text {
      margin-top: 0;
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .template-fitguide .fitguide-item.show-text .block-image .description {
      padding-top: 80px; }
      .template-fitguide .fitguide-item.show-text .block-image .description .start-loading,
      .template-fitguide .fitguide-item.show-text .block-image .description .slider,
      .template-fitguide .fitguide-item.show-text .block-image .description .progress {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
    .template-fitguide .fitguide-item.show-text .btn-toggle {
      -moz-animation: "btn-toggle" 0.6s forwards;
      -webkit-animation: "btn-toggle" 0.6s forwards;
      animation: "btn-toggle" 0.6s forwards; }
    .template-fitguide .fitguide-item.loading .start-loading {
      display: none; }
    .template-fitguide .fitguide-item.loaded .block-image .description .progress {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .template-fitguide .fitguide-item.loaded .block-image .description .slider {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .template-fitguide .fitguide-item.loaded.show-text .block-image .description .slider {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .template-fitguide .fitguide-item.loaded .start-loading {
      display: none; }
    .template-fitguide .fitguide-item.selected .block-image .description {
      padding-top: 100%; }
    .template-fitguide .fitguide-item.selected .btn-toggle {
      bottom: -50px; }
    .template-fitguide .fitguide-item.chosen .block-image .description .progress,
    .template-fitguide .fitguide-item.chosen .block-image .description .slider {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .template-fitguide.zoomed .intro {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .template-fitguide.zoomed .btn-nav.show {
    width: 0; }
  .template-fitguide .overlay-zoomed {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #f3f1f2 no-repeat 50% 50%;
    background-size: cover;
    cursor: url(../img/skin/cursor-close.png) 22 22, auto; }
    .template-fitguide .overlay-zoomed.show {
      -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, left 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, left 0.5s ease-in-out;
      -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, left 0.5s ease-in-out;
      transition: width 0.5s ease-in-out, height 0.5s ease-in-out, left 0.5s ease-in-out; }

@-moz-keyframes btn-toggle {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -moz-transform: translateY(150px) rotate(90deg);
    transform: translateY(150px) rotate(90deg); }
  100% {
    -moz-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg); } }
@-webkit-keyframes btn-toggle {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(150px) rotate(90deg);
    transform: translateY(150px) rotate(90deg); }
  100% {
    -webkit-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg); } }
@keyframes btn-toggle {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -moz-transform: translateY(150px) rotate(90deg);
    -ms-transform: translateY(150px) rotate(90deg);
    -webkit-transform: translateY(150px) rotate(90deg);
    transform: translateY(150px) rotate(90deg); }
  100% {
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    -webkit-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg); } }
@-moz-keyframes btn-toggle-inverted {
  0% {
    -moz-transform: translateY(100%) rotate(180deg);
    transform: translateY(100%) rotate(180deg); }
  50% {
    -moz-transform: translateY(150px) rotate(90deg);
    transform: translateY(150px) rotate(90deg); }
  100% {
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }
@-webkit-keyframes btn-toggle-inverted {
  0% {
    -webkit-transform: translateY(100%) rotate(180deg);
    transform: translateY(100%) rotate(180deg); }
  50% {
    -webkit-transform: translateY(150px) rotate(90deg);
    transform: translateY(150px) rotate(90deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }
@keyframes btn-toggle-inverted {
  0% {
    -moz-transform: translateY(100%) rotate(180deg);
    -ms-transform: translateY(100%) rotate(180deg);
    -webkit-transform: translateY(100%) rotate(180deg);
    transform: translateY(100%) rotate(180deg); }
  50% {
    -moz-transform: translateY(150px) rotate(90deg);
    -ms-transform: translateY(150px) rotate(90deg);
    -webkit-transform: translateY(150px) rotate(90deg);
    transform: translateY(150px) rotate(90deg); }
  100% {
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0); } }
.block-home {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }
  .block-home .background-home {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1e2226; }
    .block-home .background-home img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      visibility: hidden; }
      .block-home .background-home img.loaded {
        visibility: visible; }
        .block-home .background-home img.loaded.visible {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
    .block-home .background-home video {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      visibility: hidden; }
      .block-home .background-home video.loaded {
        visibility: visible; }
        .block-home .background-home video.loaded.visible {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
  .block-home .block-image {
    position: relative;
    z-index: 10;
    float: left;
    width: 25%;
    height: 100%;
    background: url(../img/skin/bg-home.png) repeat-y right top; }
    .block-home .block-image h2 {
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px;
      color: #fff;
      font-family: "MuseoSans", Arial, Verdana, sans-serif;
      font-weight: 900;
      font-size: 36px;
      line-height: 42px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .block-home .block-image a {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      position: absolute;
      bottom: -50px;
      left: 30px;
      display: inline-block;
      font-size: 12px;
      font-weight: 900;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      border: 2px solid #fff;
      padding: 14px 23px;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .block-home .block-image a:hover {
        background: #fff;
        color: #1e2226; }
    .block-home .block-image .throbber {
      display: none;
      position: absolute;
      top: 20px;
      left: 20px;
      background-image: url(../img/skin/throbber-light.gif); }
    .block-home .block-image:hover h2 {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      bottom: 80px; }
    .block-home .block-image:hover a {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      bottom: 30px; }
    .block-home .block-image.current .throbber {
      display: block; }
    .block-home .block-image.loaded .throbber {
      display: none; }
    .block-home .block-image.block-4 {
      background: none; }

.journal .template-content .block-authors {
  clear: both;
  padding: 60px 150px;
  overflow: hidden; }
.journal .template-content .author {
  width: 33.33%;
  float: left;
  margin-bottom: 20px; }
  .journal .template-content .author img {
    display: block;
    float: left;
    width: 50px;
    margin-right: 25px; }
  .journal .template-content .author .desc {
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #1e2226;
    text-transform: uppercase;
    padding-top: 7px; }
    .journal .template-content .author .desc .name {
      display: block;
      font-weight: 700; }
    .journal .template-content .author .desc .pseudo {
      display: block;
      font-weight: 500; }

.lookbook.main-template .template-header h2 {
  padding-top: 130px; }
.lookbook.main-template.has-menu .template-header h2 {
  padding-top: 150px; }
.lookbook.main-template .top-menu {
  background-color: #000;
  color: #fff; }
  .lookbook.main-template .top-menu ul li a {
    color: #fff; }
.lookbook.main-template .selector {
  background-color: #fff; }
.lookbook.main-template .template-grid {
  border-top: 0; }
.lookbook.main-template .template-content {
  background: #161719; }
.lookbook .mobile-only {
  display: none; }
.lookbook .block-credits {
  position: relative;
  z-index: 2;
  clear: both;
  color: #fff;
  background: #121317;
  padding: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px; }
  .lookbook .block-credits .block-inside {
    max-width: 930px;
    margin: 0 auto;
    overflow: hidden; }
  .lookbook .block-credits .col-left {
    float: left;
    width: 66%;
    margin-right: 9%; }
    .lookbook .block-credits .col-left p {
      margin-bottom: 25px; }
  .lookbook .block-credits .col-right {
    float: left;
    width: 25%; }
    .lookbook .block-credits .col-right h4 {
      font-weight: 700;
      font-size: 14px;
      line-height: 40px;
      text-transform: uppercase;
      margin-bottom: 12px; }
    .lookbook .block-credits .col-right .credits .links a {
      display: block;
      color: #fff; }
      .lookbook .block-credits .col-right .credits .links a:hover {
        text-decoration: none; }
  .lookbook .block-credits .social {
    margin-bottom: 20px; }
    .lookbook .block-credits .social .links {
      overflow: hidden; }
      .lookbook .block-credits .social .links .btn-icon {
        display: block;
        float: left;
        text-indent: -5000px;
        overflow: hidden; }
        .lookbook .block-credits .social .links .btn-icon .icon {
          display: block; }
        .lookbook .block-credits .social .links .btn-icon.btn-fb {
          padding-right: 15px; }
          .lookbook .block-credits .social .links .btn-icon.btn-fb .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -257px -73px;
            width: 11px;
            height: 19px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .lookbook .block-credits .social .links .btn-icon.btn-fb .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
          .lookbook .block-credits .social .links .btn-icon.btn-fb:hover .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -257px -49px;
            width: 11px;
            height: 19px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .lookbook .block-credits .social .links .btn-icon.btn-fb:hover .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
        .lookbook .block-credits .social .links .btn-icon.btn-tw {
          padding-top: 3px;
          padding-right: 12px; }
          .lookbook .block-credits .social .links .btn-icon.btn-tw .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -182px -22px;
            width: 21px;
            height: 17px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .lookbook .block-credits .social .links .btn-icon.btn-tw .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
          .lookbook .block-credits .social .links .btn-icon.btn-tw:hover .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -182px -44px;
            width: 21px;
            height: 17px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .lookbook .block-credits .social .links .btn-icon.btn-tw:hover .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
        .lookbook .block-credits .social .links .btn-icon.btn-gp {
          padding-top: 1px;
          padding-right: 10px; }
          .lookbook .block-credits .social .links .btn-icon.btn-gp .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -125px -131px;
            width: 20px;
            height: 19px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .lookbook .block-credits .social .links .btn-icon.btn-gp .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
          .lookbook .block-credits .social .links .btn-icon.btn-gp:hover .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -75px -131px;
            width: 20px;
            height: 19px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .lookbook .block-credits .social .links .btn-icon.btn-gp:hover .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
        .lookbook .block-credits .social .links .btn-icon.btn-pi {
          padding-right: 12px; }
          .lookbook .block-credits .social .links .btn-icon.btn-pi .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -208px -69px;
            width: 15px;
            height: 19px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .lookbook .block-credits .social .links .btn-icon.btn-pi .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
          .lookbook .block-credits .social .links .btn-icon.btn-pi:hover .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -208px -93px;
            width: 15px;
            height: 19px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .lookbook .block-credits .social .links .btn-icon.btn-pi:hover .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
        .lookbook .block-credits .social .links .btn-icon.btn-tb .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -208px -157px;
          width: 12px;
          height: 19px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .lookbook .block-credits .social .links .btn-icon.btn-tb .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .lookbook .block-credits .social .links .btn-icon.btn-tb:hover .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: 0px -220px;
          width: 12px;
          height: 19px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .lookbook .block-credits .social .links .btn-icon.btn-tb:hover .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }

.pre-scrolled .lookbook.main-template .top-menu {
  background-color: #000;
  color: #fff; }
  .pre-scrolled .lookbook.main-template .top-menu ul li a {
    color: #fff; }
.pre-scrolled .lookbook.main-template .selector {
  background-color: #fff; }

.lookbook .block-overlay {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  left: 125px;
  right: 0;
  z-index: 998;
  background: #000; }
  .lookbook .block-overlay .overlay-close {
    display: none; }
  .lookbook .block-overlay .block-carousel .block-carousel-item {
    height: 100%; }
    .lookbook .block-overlay .block-carousel .block-carousel-item .img-container {
      position: absolute;
      top: 20px;
      bottom: 20px;
      width: 100%; }
    .lookbook .block-overlay .block-carousel .block-carousel-item img {
      display: block;
      height: 100%;
      max-width: 80%;
      margin: 0 auto;
      position: relative;
      z-index: 11; }
    .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 100%;
      z-index: 12; }
      .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-toggle-hotspot {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 43px;
        height: 35px;
        background: #000; }
        .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-toggle-hotspot .icon {
          display: block;
          background-image: url(../img/skin/x1-sprite.png);
          background-position: 0px -156px;
          width: 24px;
          height: 15px;
          margin: 10px 0 0 9px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-toggle-hotspot .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-toggle-hotspot:hover, .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-toggle-hotspot.selected {
          background: #fff568; }
          .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-toggle-hotspot:hover .icon, .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-toggle-hotspot.selected .icon {
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -150px -131px;
            width: 24px;
            height: 15px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-toggle-hotspot:hover .icon, .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-toggle-hotspot.selected .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
      .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-hotspot {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        margin: -11px 0 0 -11px;
        border-radius: 11px;
        background-color: #fff568;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-hotspot .icon {
          display: block;
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -231px -205px;
          width: 9px;
          height: 9px;
          margin: 6px 0 0 6px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-hotspot .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .btn-hotspot.open {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .hotspot-detail {
        position: absolute;
        -moz-box-shadow: #666 2px 2px 30px;
        -webkit-box-shadow: #666 2px 2px 30px;
        box-shadow: #666 2px 2px 30px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .hotspot-detail .arrow {
          position: absolute;
          top: 50%;
          margin-top: -15px;
          width: 28px;
          height: 28px;
          background: url(../img/skin/arrow-white.png) no-repeat center center;
          background-size: 28px 28px; }
        .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .hotspot-detail.point-left .arrow {
          left: -14px; }
        .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .hotspot-detail.point-right .arrow {
          right: -14px; }
        .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .hotspot-detail .details {
          background: #fff;
          padding: 15px 20px; }
          .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .hotspot-detail .details h5 {
            font-size: 14px;
            line-height: 17px;
            font-weight: 700;
            color: #1e2226; }
          .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .hotspot-detail .details a {
            font-size: 12px;
            line-height: 17px;
            font-weight: 400;
            color: #1e2226;
            text-decoration: underline; }
        .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots .hotspot-detail.visible {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
      .lookbook .block-overlay .block-carousel .block-carousel-item .hotspots.show-hotspots .btn-hotspot {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
    .lookbook .block-overlay .block-carousel .block-carousel-item .close-area {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      cursor: url(../img/skin/cursor-close.png) 22 22, auto; }
  .lookbook .block-overlay .btn-swipe {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    overflow: hidden;
    text-indent: -5000px;
    padding: 20px; }
    .lookbook .block-overlay .btn-swipe span {
      display: block; }
    .lookbook .block-overlay .btn-swipe.btn-prev {
      left: 50px; }
      .lookbook .block-overlay .btn-swipe.btn-prev span {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -123px 0px;
        width: 26px;
        height: 48px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .lookbook .block-overlay .btn-swipe.btn-prev span {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .lookbook .block-overlay .btn-swipe.btn-next {
      right: 50px; }
      .lookbook .block-overlay .btn-swipe.btn-next span {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -92px 0px;
        width: 26px;
        height: 48px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .lookbook .block-overlay .btn-swipe.btn-next span {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }

.block-newsletter {
  position: absolute;
  top: 0;
  left: 125px;
  right: 0;
  height: 100%;
  background: #FFF; }
  .block-newsletter .block-inside {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .block-newsletter h2 {
    color: #1e2226;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 35px; }
  .block-newsletter .text {
    color: #1e2226;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 35px; }

.block-form-newsletter .text,
.block-form-newsletter .message {
  color: #1e2226;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0; }
.block-form-newsletter .message {
  display: none; }
.block-form-newsletter .message-success {
  color: #339933; }
.block-form-newsletter .message-error {
  color: #dd3333; }
.block-form-newsletter form input {
  display: block;
  margin: 0 auto 15px;
  border: none;
  background: #F3F3F3;
  font-family: "MuseoSans", Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #1e2226;
  height: 44px;
  width: 270px;
  padding: 0 20px; }
  .block-form-newsletter form input.submit {
    cursor: pointer;
    margin: 0 auto;
    border: 2px solid #000;
    background: #fff;
    text-transform: uppercase;
    padding: 0;
    width: 310px;
    font-weight: 900; }
    .block-form-newsletter form input.submit:hover {
      background: #1e2226;
      color: #fff; }
.block-form-newsletter form .vhidden {
  visibility: hidden; }

.product-template {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  background-color: #F3F3F3;
  overflow: hidden; }
  .product-template .block-image {
    position: absolute;
    left: 125px;
    right: 25%;
    left: 0px;
    height: 100%;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out; }
    .product-template .block-image .swipe-dots {
      display: none; }
    .product-template .block-image .btn-back {
      position: absolute;
      top: 0;
      left: 0;
      padding: 40px;
      text-decoration: none;
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -moz-transition: -moz-transform 0.3s ease-in-out;
      -o-transition: -o-transform 0.3s ease-in-out;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
      .product-template .block-image .btn-back.link-hidden {
        visibility: hidden; }
      .product-template .block-image .btn-back .text {
        display: block;
        float: left;
        margin: 1px 0 0 12px;
        font-size: 14px;
        font-weight: 700;
        color: #999;
        text-transform: uppercase; }
      .product-template .block-image .btn-back .icon {
        display: block;
        float: left;
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -257px -210px;
        width: 8px;
        height: 13px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .product-template .block-image .btn-back .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .product-template .block-image .main-image {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: no-repeat 50% 50%;
      background-size: cover;
      cursor: url(../img/skin/cursor-zoom-plus.png) 22 22, auto;
      -moz-transition: opacity 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out;
      -webkit-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out; }
      .product-template .block-image .main-image.background-loading {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
    .product-template .block-image .block-image-carousel {
      position: absolute;
      top: 0;
      left: 40px;
      overflow: visible;
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -moz-transition: -moz-transform 0.3s ease-in-out;
      -o-transition: -o-transform 0.3s ease-in-out;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
      .product-template .block-image .block-image-carousel .swipe-wrap {
        height: auto;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .product-template .block-image .block-image-carousel a {
        display: block;
        width: 43px;
        height: 55px;
        margin-bottom: 14px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        background: no-repeat center center;
        background-size: cover;
        -moz-transition: opacity 0.4s ease-out;
        -o-transition: opacity 0.4s ease-out;
        -webkit-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out; }
        .product-template .block-image .block-image-carousel a.selected, .product-template .block-image .block-image-carousel a:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
        .product-template .block-image .block-image-carousel a.last {
          margin-bottom: 0; }
        .product-template .block-image .block-image-carousel a.background-loading {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
  .product-template .block-details {
    float: right;
    width: 33.33%;
    height: 100%;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    overflow-y: auto;
    border-left: 1px solid #E1E1E1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
    .product-template .block-details .block-inside {
      padding: 18px 40px;
      margin-bottom: 13px; }
    .product-template .block-details .block-title h3,
    .product-template .block-details .block-title h4,
    .product-template .block-details .block-title .price {
      font-weight: 700;
      font-size: 24px;
      line-height: 29px;
      color: #1e2226; }
      .product-template .block-details .block-title h3 .original,
      .product-template .block-details .block-title h4 .original,
      .product-template .block-details .block-title .price .original {
        display: inline-block;
        margin-right: 4px;
        text-decoration: line-through; }
      .product-template .block-details .block-title h3 .discounted,
      .product-template .block-details .block-title h4 .discounted,
      .product-template .block-details .block-title .price .discounted {
        display: inline-block;
        margin-left: 4px;
        color: #eca331; }
    .product-template .block-details .block-title h3 {
      margin-top: 25px; }
    .product-template .block-details .block-title h4 {
      color: #C8C8C8; }
      .product-template .block-details .block-title h4.sold-out {
        color: #C30C2A; }
    .product-template .block-details .block-title .price {
      margin: 20px 0; }
    .product-template .block-details .block-title p {
      font-weight: 500;
      margin-bottom: 10px; }
    .product-template .block-details .block-title .btn-read-more {
      display: block;
      margin: 20px 0 30px;
      font-weight: 500;
      font-style: italic;
      text-transform: none; }
    .product-template .block-details .block-title .read-more {
      display: none;
      margin-bottom: 30px; }
    .product-template .block-details .block {
      margin-bottom: 30px;
      padding-top: 30px;
      border-top: 1px solid #D7D7D7; }
      .product-template .block-details .block h4 {
        font-weight: 900;
        color: #1e2226;
        text-transform: uppercase;
        margin-bottom: 30px; }
      .product-template .block-details .block.block-hidden {
        display: none; }
    .product-template .block-details .block-text h4 {
      margin-bottom: 10px; }
    .product-template .block-details .block-size-guide h4 {
      position: relative; }
      .product-template .block-details .block-size-guide h4 a {
        color: #1e2226; }
        .product-template .block-details .block-size-guide h4 a .icon {
          position: absolute;
          top: 0;
          right: 0;
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -208px -181px;
          width: 14px;
          height: 14px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .product-template .block-details .block-size-guide h4 a .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
    .product-template .block-details .btn {
      display: inline-block;
      text-decoration: none;
      color: #333;
      font-weight: 700;
      text-transform: uppercase;
      white-space: nowrap; }
      .product-template .block-details .btn.btn-background {
        color: #fff;
        padding: 8px 15px 6px;
        margin: 0 18px 12px 0;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px; }
        .product-template .block-details .btn.btn-background .text {
          display: inline-block; }
        .product-template .block-details .btn.btn-background:hover {
          background-color: #1e2226 !important; }
        .product-template .block-details .btn.btn-background.selected {
          padding-right: 10px; }
          .product-template .block-details .btn.btn-background.selected .icon {
            display: inline-block;
            padding-bottom: 1px;
            margin-left: 2px;
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -245px -205px;
            width: 7px;
            height: 7px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .product-template .block-details .btn.btn-background.selected .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
      .product-template .block-details .btn.btn-small {
        padding: 6px 5px 3px;
        margin: 0 4px 10px 0;
        border: 2px solid transparent;
        border-radius: 50%; }
        .product-template .block-details .btn.btn-small span {
          display: block;
          text-align: center;
          min-width: 14px; }
        .product-template .block-details .btn.btn-small:hover, .product-template .block-details .btn.btn-small.selected {
          font-weight: 900;
          border-color: #1e2226; }
        .product-template .block-details .btn.btn-small.inactive {
          color: #999; }
        .product-template .block-details .btn.btn-small.inactive:hover {
          color: #999;
          font-weight: 700;
          border: 2px solid transparent;
          cursor: default; }
    .product-template .block-details .block-social,
    .product-template .block-details .block-action {
      position: relative;
      overflow: hidden; }
    .product-template .block-details .btn-icon {
      display: block;
      float: left;
      padding: 0;
      width: 23%;
      text-align: center; }
      .product-template .block-details .btn-icon .icon {
        display: inline-block;
        text-indent: -5000px;
        overflow: hidden; }
      .product-template .block-details .btn-icon.btn-fb {
        text-align: left;
        width: 15%; }
        .product-template .block-details .btn-icon.btn-fb .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -257px -49px;
          width: 11px;
          height: 19px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .product-template .block-details .btn-icon.btn-fb .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .product-template .block-details .btn-icon.btn-fb:hover .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -257px -25px;
          width: 11px;
          height: 19px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .product-template .block-details .btn-icon.btn-fb:hover .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
      .product-template .block-details .btn-icon.btn-tw .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -182px -44px;
        width: 21px;
        height: 17px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .product-template .block-details .btn-icon.btn-tw .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .product-template .block-details .btn-icon.btn-tw:hover .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -182px 0px;
        width: 21px;
        height: 17px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .product-template .block-details .btn-icon.btn-tw:hover .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .product-template .block-details .btn-icon.btn-gp .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -75px -131px;
        width: 20px;
        height: 19px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .product-template .block-details .btn-icon.btn-gp .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .product-template .block-details .btn-icon.btn-gp:hover .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -100px -131px;
        width: 20px;
        height: 19px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .product-template .block-details .btn-icon.btn-gp:hover .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .product-template .block-details .btn-icon.btn-pi .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -208px -93px;
        width: 15px;
        height: 19px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .product-template .block-details .btn-icon.btn-pi .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .product-template .block-details .btn-icon.btn-pi:hover .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -208px -45px;
        width: 15px;
        height: 19px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .product-template .block-details .btn-icon.btn-pi:hover .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .product-template .block-details .btn-icon.btn-tb {
        text-align: right;
        width: 15%; }
        .product-template .block-details .btn-icon.btn-tb .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: 0px -220px;
          width: 12px;
          height: 19px;
          text-align: left; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .product-template .block-details .btn-icon.btn-tb .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .product-template .block-details .btn-icon.btn-tb:hover .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -17px -220px;
          width: 12px;
          height: 19px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .product-template .block-details .btn-icon.btn-tb:hover .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
    .product-template .block-details .btn-wishlist {
      display: block;
      width: 48px;
      height: 48px;
      float: left;
      background-color: #c8c8c8;
      margin-left: 23px;
      position: absolute;
      right: 0;
      top: 30px; }
      .product-template .block-details .btn-wishlist:hover {
        background-color: #1e2226; }
      .product-template .block-details .btn-wishlist.wishlisted {
        background-color: #eca331; }
      .product-template .block-details .btn-wishlist .icon {
        display: block;
        margin: 16px 0 0 16px;
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -208px -137px;
        width: 16px;
        height: 15px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .product-template .block-details .btn-wishlist .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .product-template .block-details .btn-wishlist.highlight .icon {
        -webkit-animation: wishlistIcon 1s;
        /* Chrome, Safari, Opera */
        animation: wishlistIcon 1s; }
    .product-template .block-details .btn-link {
      display: block;
      margin-right: 72px;
      color: #1e2226;
      border: 2px solid #1e2226;
      padding: 14px 0;
      text-decoration: none;
      text-align: center;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .product-template .block-details .btn-link .text {
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase; }
      .product-template .block-details .btn-link:hover {
        background: #1e2226;
        color: #fff; }
      .product-template .block-details .btn-link.btn-disabled {
        color: #999;
        border-color: #999;
        cursor: default; }
        .product-template .block-details .btn-link.btn-disabled:hover {
          background: #FFF;
          color: #999; }
  .product-template .product-overlay {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/skin/bg-lookbook.png) repeat left top;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .product-template .product-overlay.show {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      visibility: visible; }
    .product-template .product-overlay .block-product-overlay {
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 780px;
      max-height: 100%;
      overflow-x: auto;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .product-template .product-overlay .block-product-overlay .block-product-inside {
        padding: 50px 40px;
        font-size: 12px;
        line-height: 16px; }
        .product-template .product-overlay .block-product-overlay .block-product-inside .btn-close {
          float: right; }
          .product-template .product-overlay .block-product-overlay .block-product-inside .btn-close .icon {
            display: block;
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -72px -220px;
            width: 12px;
            height: 13px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .product-template .product-overlay .block-product-overlay .block-product-inside .btn-close .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
        .product-template .product-overlay .block-product-overlay .block-product-inside h4 {
          font-size: 14px;
          line-height: 18px;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 20px; }
        .product-template .product-overlay .block-product-overlay .block-product-inside p {
          font-size: 14px;
          line-height: 21px; }
          .product-template .product-overlay .block-product-overlay .block-product-inside p strong {
            display: block;
            font-weight: 700; }
        .product-template .product-overlay .block-product-overlay .block-product-inside table {
          max-width: 100%;
          margin: 20px 0;
          border-collapse: collapse; }
          .product-template .product-overlay .block-product-overlay .block-product-inside table td, .product-template .product-overlay .block-product-overlay .block-product-inside table th {
            padding: 15px;
            border: 1px solid #ccc; }
  .product-template.zoomed .block-image {
    right: 0 !important; }
    .product-template.zoomed .block-image .main-image {
      cursor: url(../img/skin/cursor-close.png) 22 22, auto; }
    .product-template.zoomed .block-image .block-image-carousel,
    .product-template.zoomed .block-image .btn-back {
      -moz-transform: translateX(-500px);
      -ms-transform: translateX(-500px);
      -webkit-transform: translateX(-500px);
      transform: translateX(-500px); }
  .product-template.zoomed .block-details {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

.block-stockists {
  position: absolute;
  left: 125px;
  right: 0;
  height: 100%;
  overflow: hidden;
  background: #F3F3F3 url(../img/skin/bg-stockists.jpg) no-repeat center center;
  background-size: cover; }
  .block-stockists .stockists-form {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    margin-top: -25px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    -webkit-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out; }
    .block-stockists .stockists-form .input-stockists {
      float: left;
      display: block;
      position: relative; }
      .block-stockists .stockists-form .input-stockists .input-keyword {
        float: left;
        background: none;
        border: none;
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-family: "MuseoSans", Arial, Verdana, sans-serif;
        font-weight: 700;
        color: #000; }
      .block-stockists .stockists-form .input-stockists .placeholder,
      .block-stockists .stockists-form .input-stockists .placeholder-location,
      .block-stockists .stockists-form .input-stockists .placeholder-online {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        font-weight: 700;
        font-size: 24px;
        color: #1e2226; }
      .block-stockists .stockists-form .input-stockists .placeholder-location,
      .block-stockists .stockists-form .input-stockists .placeholder-online {
        display: none; }
    .block-stockists .stockists-form .submit-wrap {
      display: block;
      float: right;
      padding-left: 22px;
      border-left: 1px solid #C8C8C8; }
    .block-stockists .stockists-form .submit-stockists {
      display: block;
      cursor: pointer;
      border: none;
      padding: 0 0 0 22px;
      background-color: transparent;
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -154px -95px;
      width: 20px;
      height: 20px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
        .block-stockists .stockists-form .submit-stockists {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
      .block-stockists .stockists-form .submit-stockists.selected {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -25px -131px;
        width: 20px;
        height: 20px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .block-stockists .stockists-form .submit-stockists.selected {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .block-stockists .stockists-form .btn-geolocation {
      display: block;
      float: right;
      border-left: 1px solid #C8C8C8;
      margin-left: 22px;
      padding-left: 22px; }
      .block-stockists .stockists-form .btn-geolocation .icon {
        display: block;
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -124px -89px;
        width: 20px;
        height: 20px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .block-stockists .stockists-form .btn-geolocation .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .block-stockists .stockists-form .btn-geolocation.selected .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -92px -53px;
        width: 20px;
        height: 20px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .block-stockists .stockists-form .btn-geolocation.selected .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .block-stockists .stockists-form .btn-geolocation.disabled {
        cursor: default; }
        .block-stockists .stockists-form .btn-geolocation.disabled .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -124px -89px;
          width: 20px;
          height: 20px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .block-stockists .stockists-form .btn-geolocation.disabled .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
    .block-stockists .stockists-form .btn-online {
      display: block;
      float: right;
      border-left: 1px solid #C8C8C8;
      margin-left: 22px;
      padding-left: 22px; }
      .block-stockists .stockists-form .btn-online .icon {
        display: block;
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -123px -53px;
        width: 20px;
        height: 20px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .block-stockists .stockists-form .btn-online .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
      .block-stockists .stockists-form .btn-online.selected .icon {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -50px -131px;
        width: 20px;
        height: 20px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .block-stockists .stockists-form .btn-online.selected .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .block-stockists .stockists-form .loading,
    .block-stockists .stockists-form .num-results,
    .block-stockists .stockists-form .num-results-online,
    .block-stockists .stockists-form .no-results {
      display: none;
      text-transform: uppercase;
      font-size: 12px;
      color: #999;
      position: absolute;
      left: 0;
      bottom: -35px; }
      .block-stockists .stockists-form .loading .strong,
      .block-stockists .stockists-form .num-results .strong,
      .block-stockists .stockists-form .num-results-online .strong,
      .block-stockists .stockists-form .no-results .strong {
        font-weight: 900; }
  .block-stockists .grid-stockists {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    background: #fff;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out; }
  .block-stockists.has-results {
    overflow: auto; }
    .block-stockists.has-results .stockists-form {
      top: 25%; }
    .block-stockists.has-results .grid-stockists {
      height: auto;
      top: 50%; }

.no-touch .stockists-form .submit-stockists:hover {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -25px -131px;
  width: 20px;
  height: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .no-touch .stockists-form .submit-stockists:hover {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.no-touch .stockists-form .btn-geolocation:hover .icon {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -92px -53px;
  width: 20px;
  height: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .no-touch .stockists-form .btn-geolocation:hover .icon {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }
.no-touch .stockists-form .btn-online:hover .icon {
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -50px -131px;
  width: 20px;
  height: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .no-touch .stockists-form .btn-online:hover .icon {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }

.stores .mobile-only {
  display: none; }
.stores .top-menu {
  background-color: #f3f3f3; }
  .stores .top-menu ul li a {
    color: #1e2226; }
  .stores .top-menu .selector {
    background-color: #1e2226; }
.stores .template-content {
  margin-top: 50px;
  background-color: #fff;
  position: relative; }
  .stores .template-content .block-store {
    position: relative; }
  .stores .template-content .store-images {
    background: transparent url(../img/skin/throbber-dark.gif) 50% 50% no-repeat;
    background-size: 50px 50px;
    position: relative; }
    .stores .template-content .store-images .swipe-item {
      height: 575px;
      background-position: center center;
      background-size: cover;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .stores .template-content .store-images .swipe-nav {
      display: block;
      position: absolute;
      bottom: 50px;
      right: 50px; }
      .stores .template-content .store-images .swipe-nav .btn-nav {
        display: block;
        float: left;
        width: 50px;
        height: 50px;
        background: #fff; }
        .stores .template-content .store-images .swipe-nav .btn-nav.btn-prev, .stores .template-content .store-images .swipe-nav .btn-nav.btn-next {
          margin-right: 1px; }
        .stores .template-content .store-images .swipe-nav .btn-nav.btn-prev .icon {
          display: block;
          margin: 18px auto;
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -257px -192px;
          width: 8px;
          height: 13px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .stores .template-content .store-images .swipe-nav .btn-nav.btn-prev .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .stores .template-content .store-images .swipe-nav .btn-nav.btn-next .icon {
          display: block;
          margin: 18px auto;
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -257px -120px;
          width: 8px;
          height: 13px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
            .stores .template-content .store-images .swipe-nav .btn-nav.btn-next .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
        .stores .template-content .store-images .swipe-nav .btn-nav.btn-map {
          background-color: #1e2226; }
          .stores .template-content .store-images .swipe-nav .btn-nav.btn-map .icon {
            display: block;
            margin: 16px auto;
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -257px 0px;
            width: 11px;
            height: 20px; }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
              .stores .template-content .store-images .swipe-nav .btn-nav.btn-map .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
    .stores .template-content .store-images .swipe-dots {
      display: none;
      padding: 25px 0;
      margin: 0 80px;
      width: auto;
      z-index: 10;
      text-align: center; }
      .stores .template-content .store-images .swipe-dots .btn-swipe {
        display: inline-block;
        text-indent: -5000px;
        overflow: hidden;
        height: 10px;
        width: 10px;
        border-radius: 10px;
        border: 1px solid #fff;
        margin: 0 2px; }
        .stores .template-content .store-images .swipe-dots .btn-swipe.selected, .stores .template-content .store-images .swipe-dots .btn-swipe:hover {
          background: #fff; }
    .stores .template-content .store-images.hidden {
      visibility: hidden; }
  .stores .template-content .store-map {
    display: block;
    width: 100%;
    height: 575px;
    position: absolute;
    top: 0;
    left: 0; }
    .stores .template-content .store-map .map {
      display: block;
      width: 100%;
      height: 575px; }
    .stores .template-content .store-map .btn-map {
      position: absolute;
      bottom: 50px;
      right: 50px; }
    .stores .template-content .store-map .btn-carousel {
      display: block;
      float: left;
      width: 50px;
      height: 50px;
      background-color: #1e2226; }
      .stores .template-content .store-map .btn-carousel .icon {
        display: block;
        margin: 16px auto;
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -154px -71px;
        width: 22px;
        height: 19px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
          .stores .template-content .store-map .btn-carousel .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
    .stores .template-content .store-map.hidden {
      visibility: hidden; }
  .stores .template-content .store-description .store-description-inside {
    padding: 60px 150px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1170px; }
  .stores .template-content .store-description h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 30px; }
  .stores .template-content .store-description .col-left,
  .stores .template-content .store-description .col-right {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 20px; }
    .stores .template-content .store-description .col-left h3,
    .stores .template-content .store-description .col-right h3 {
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .stores .template-content .store-description .col-left p,
    .stores .template-content .store-description .col-right p {
      margin-bottom: 15px; }
    .stores .template-content .store-description .col-left .contact a,
    .stores .template-content .store-description .col-right .contact a {
      color: #1e2226; }
      .stores .template-content .store-description .col-left .contact a:hover,
      .stores .template-content .store-description .col-right .contact a:hover {
        text-decoration: none; }
      .stores .template-content .store-description .col-left .contact a.btn-map-mobile,
      .stores .template-content .store-description .col-right .contact a.btn-map-mobile {
        display: none; }
    .stores .template-content .store-description .col-left .hours .current-day,
    .stores .template-content .store-description .col-right .hours .current-day {
      color: #eca331; }
    .stores .template-content .store-description .col-left .hours .day,
    .stores .template-content .store-description .col-right .hours .day {
      width: 20px; }
    .stores .template-content .store-description .col-left .latest-news,
    .stores .template-content .store-description .col-right .latest-news {
      margin-bottom: 30px; }
  .stores .template-content .store-description .col-left .col-inside {
    margin-right: 35px; }
  .stores .template-content .store-description .col-right .col-inside {
    margin-left: 35px; }
  .stores .template-content .store-description .col-right .block-form-newsletter {
    margin-top: 0;
    margin-bottom: 30px; }
    .stores .template-content .store-description .col-right .block-form-newsletter form input {
      width: 100%;
      max-width: 270px;
      margin: 0 0 15px; }
      .stores .template-content .store-description .col-right .block-form-newsletter form input.submit {
        width: auto;
        padding: 0 20px;
        margin: 0; }

.touch .stores .template-content .store-images .swipe-dots {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
.touch .stores .template-content .store-images .swipe-nav .btn-next,
.touch .stores .template-content .store-images .swipe-nav .btn-prev {
  display: none; }

.story .template-header {
  background: #F3F3F3;
  color: #1e2226; }
  .story .template-header h2 {
    padding-top: 130px; }
.story .template-grid .grid-item {
  width: 25%;
  color: #1e2226;
  position: relative; }
  .story .template-grid .grid-item .item-inside {
    padding: 25px 25px 0; }
  .story .template-grid .grid-item h4 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px; }
  .story .template-grid .grid-item p {
    font-size: 16px;
    line-height: 22px; }
  .story .template-grid .grid-item .arrow {
    display: block;
    position: absolute;
    top: 20px;
    right: -14px;
    z-index: 1;
    width: 15px;
    height: 31px;
    background: url(../img/skin/arrow-white.png) no-repeat right top;
    background-size: 31px 31px; }
.story .template-grid .line.odd .grid-item {
  float: right; }
  .story .template-grid .line.odd .grid-item .arrow {
    right: auto;
    left: -14px;
    background-position: left top; }
@media screen and (max-width: 1279px) {
  .story .template-grid .grid-item p {
    font-size: 14px;
    line-height: 18px; } }
@media screen and (max-width: 1023px) {
  .story.has-header .template-content {
    margin-top: 0; }
  .story.main-template {
    margin-top: 73px; }
    .story.main-template .template-header {
      display: none; }
      .story.main-template .template-header p {
        max-width: 500px; }
  .story .template-grid .grid-item {
    width: 50%; }
    .story .template-grid .grid-item p {
      font-size: 14px;
      line-height: 18px; }
  .story .template-grid .line.even .item-story-all:last-child .grid-item {
    float: right; }
    .story .template-grid .line.even .item-story-all:last-child .grid-item .arrow {
      right: auto;
      left: -14px;
      background-position: left top; }
  .story .template-grid .line.odd .item-story-all:first-child .grid-item {
    float: left; }
    .story .template-grid .line.odd .item-story-all:first-child .grid-item .arrow {
      right: -14px;
      left: auto;
      background-position: right top; } }
@media screen and (max-width: 767px) {
  .story.main-template {
    margin-top: 54px; }
  .story .template-grid .grid-item {
    width: 100%;
    float: none !important; }
    .story .template-grid .grid-item .item-inside {
      padding: 30px; }
    .story .template-grid .grid-item h4 {
      margin-bottom: 15px; }
    .story .template-grid .grid-item .arrow {
      top: auto !important;
      bottom: -14px !important;
      left: 20px !important;
      right: auto !important;
      width: 31px;
      height: 15px;
      background-position: left bottom !important; } }

.legal .template-content {
  background-color: #fff; }
  .legal .template-content .template-inside {
    padding: 70px 150px;
    margin: 0 auto;
    max-width: 800px; }

.markdown {
  font-size: 16px;
  line-height: 1.5; }
  .markdown p {
    margin: 20px 0; }
  .markdown h1 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .markdown h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px; }
  .markdown h3, .markdown h4, .markdown h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px; }
  .markdown a {
    color: #999; }

.template-faqs {
  position: relative; }
  .template-faqs .template-header h2 {
    padding-top: 150px;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
  .template-faqs .template-header .header-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: #000 url(../img/skin/bg-faq.jpg) no-repeat center center;
    background-size: cover; }
  .template-faqs .template-content {
    position: absolute;
    top: 390px;
    z-index: 90;
    background: #fff;
    overflow: hidden;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #1e2226;
    min-height: 460px; }
    .template-faqs .template-content .template-inside {
      padding: 90px 150px;
      overflow: hidden;
      max-width: 1170px;
      margin: 0 auto; }
    .template-faqs .template-content .col-left,
    .template-faqs .template-content .col-right {
      float: left;
      width: 50%; }
    .template-faqs .template-content .col-left .col-inside {
      margin-right: 35px; }
    .template-faqs .template-content .col-right .col-inside {
      margin-left: 35px; }
    .template-faqs .template-content a {
      color: #1e2226; }
    .template-faqs .template-content strong {
      font-weight: 800;
      display: block;
      margin: 0 0 26px; }
  .template-faqs .block-contact {
    margin-bottom: 20px; }
    .template-faqs .block-contact h3 {
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .template-faqs .block-contact p {
      margin-bottom: 15px; }
      .template-faqs .block-contact p strong {
        display: block;
        font-weight: 700; }
    .template-faqs .block-contact h4 {
      display: block;
      font-weight: 700;
      text-transform: uppercase; }
    .template-faqs .block-contact.customer-service p a {
      display: block; }
    .template-faqs .block-contact.customer-service, .template-faqs .block-contact.agents {
      margin-top: 40px;
      padding-top: 40px;
      border-top: 1px solid #E1E1E1; }
  .template-faqs .job {
    margin-bottom: 20px; }
    .template-faqs .job h4 {
      text-transform: none; }
    .template-faqs .job .intro p {
      margin-bottom: 0; }
    .template-faqs .job .more {
      display: none; }
    .template-faqs .job.open .intro {
      margin-bottom: 15px; }
      .template-faqs .job.open .intro .btn-more {
        display: none; }
    .template-faqs .job.open .more {
      display: block; }
  .template-faqs .form-contact input,
  .template-faqs .form-contact textarea {
    display: block;
    margin: 0 0 15px;
    border: none;
    background: #F3F3F3;
    font-family: "MuseoSans", Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #1e2226;
    height: 44px;
    width: 100%;
    padding: 0 20px; }
    .template-faqs .form-contact input.btn-submit,
    .template-faqs .form-contact textarea.btn-submit {
      cursor: pointer;
      margin: 0;
      border: 2px solid #000;
      background: #fff;
      text-transform: uppercase;
      padding: 0 20px;
      width: auto;
      font-weight: 900; }
      .template-faqs .form-contact input.btn-submit:hover,
      .template-faqs .form-contact textarea.btn-submit:hover {
        background: #1e2226;
        color: #fff; }
  .template-faqs .form-contact textarea {
    height: 88px;
    padding: 20px; }
  .template-faqs .form-contact .form-line {
    overflow: hidden;
    margin-bottom: 15px; }
    .template-faqs .form-contact .form-line input,
    .template-faqs .form-contact .form-line textarea {
      margin-bottom: 0; }
    .template-faqs .form-contact .form-line .half {
      width: 48%;
      float: left;
      background: #F3F3F3; }
      .template-faqs .form-contact .form-line .half input {
        width: auto; }
    .template-faqs .form-contact .form-line .half:first-child {
      margin-right: 4%; }
  .template-faqs .form-contact .message {
    color: #1e2226;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0; }
  .template-faqs .form-contact .message {
    display: none; }
  .template-faqs .form-contact .message-success {
    color: #339933; }
  .template-faqs .form-contact .message-error {
    color: #dd3333; }
  .template-faqs .block-form-newsletter {
    margin-top: 30px; }
    .template-faqs .block-form-newsletter form input {
      width: 100%;
      max-width: 270px;
      margin: 0 0 15px; }
      .template-faqs .block-form-newsletter form input.submit {
        width: auto;
        padding: 0 20px;
        margin: 0; }
  .template-faqs .social {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E1E1E1;
    overflow: hidden; }
  .template-faqs .block-agent {
    display: none; }
    .template-faqs .block-agent.visible {
      display: block; }

.ui-selectmenu-button {
  width: 100% !important;
  max-width: 430px;
  margin-bottom: 15px; }

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 1em 2.1em 1em 1.2em; }

.ui-selectmenu-button,
.ui-selectmenu-menu,
.ui-selectmenu-menu .ui-menu {
  border: none;
  border-radius: 0;
  background: #F3F3F3;
  font-size: 12px;
  line-height: 18px;
  color: #1e2226; }

.ui-selectmenu-menu .ui-menu-item {
  border: none;
  padding: 1em 2.1em 1em 1.2em; }

.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  border: none;
  background: #E1E1E1;
  font-weight: 400;
  color: #000;
  margin: 0; }

.ui-selectmenu-button span.ui-icon {
  margin: -1px 5px 0 0;
  background-image: url(../img/skin/x1-sprite.png);
  background-position: -92px -78px;
  width: 11px;
  height: 6px;
  -moz-transition: -moz-transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
    .ui-selectmenu-button span.ui-icon {
      background-image: url(../img/skin/x2-sprite.png);
      background-size: 268px 251px; } }

.ui-corner-top.ui-selectmenu-button span.ui-icon {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.error-page {
  position: absolute;
  top: 0;
  left: 125px;
  right: 0;
  bottom: 0;
  background: #F3F3F3; }
  .error-page .block-empty {
    display: block; }

@media screen and (max-width: 1023px) {
  .error-page {
    left: 0; } }
.template-b2b-login {
  color: #FFF;
  line-height: 1.5;
  padding-top: 150px; }
  .template-b2b-login header {
    text-align: center; }
    .template-b2b-login header h1 {
      font-size: 60px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .template-b2b-login header a {
      color: #FFF; }
    .template-b2b-login header .error {
      margin-top: 10px;
      color: #E64A19; }
  .template-b2b-login form {
    width: 320px;
    margin: 40px auto; }
    .template-b2b-login form .password {
      margin-top: 30px;
      position: relative;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .template-b2b-login form .password input {
        display: block;
        width: 100%;
        font-family: "MuseoSans", Arial, Verdana, sans-serif;
        font-size: 14px;
        line-height: 21px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #FFF;
        background: #1D2227;
        padding: 15px 20px;
        border-width: 0;
        font-style: italic; }
      .template-b2b-login form .password button {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        background: transparent;
        font-family: "MuseoSans", Arial, Verdana, sans-serif;
        font-size: 22px;
        line-height: 21px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #FFF;
        background: #1D2227;
        border-width: 0;
        padding: 15px 20px; }
      .template-b2b-login form .password.hide {
        margin-top: 10px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
  .template-b2b-login .group-list {
    text-transform: uppercase; }
    .template-b2b-login .group-list label {
      position: relative;
      cursor: pointer;
      display: block;
      padding: 15px 20px;
      font-weight: 900;
      margin-bottom: -2px;
      border: 2px solid #FFF;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .template-b2b-login .group-list label input {
        display: none; }
      .template-b2b-login .group-list label i {
        float: right;
        margin-right: -10px;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
    .template-b2b-login .group-list.has-chosen label {
      border-color: #626667;
      color: #626667; }
      .template-b2b-login .group-list.has-chosen label.chosen {
        border-color: #FFF;
        color: #FFF;
        z-index: 1; }
        .template-b2b-login .group-list.has-chosen label.chosen i {
          margin-right: 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }

.template-b2b-files {
  position: relative; }
  .template-b2b-files .template-header p {
    margin-bottom: 20px; }
  .template-b2b-files .template-header .btn {
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    border: 2px solid #FFF;
    padding: 12px 20px 10px 20px;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .template-b2b-files .template-header .btn:hover {
      background: #FFF;
      color: #1e2226; }
  .template-b2b-files .template-content {
    position: absolute;
    top: 390px;
    z-index: 90;
    background: #fff;
    margin-top: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #1e2226; }
    .template-b2b-files .template-content .template-inside {
      padding: 90px 150px;
      overflow: hidden;
      max-width: 1170px;
      margin: 0 auto; }
  .template-b2b-files table {
    width: 100%;
    margin: 0 40px;
    vertical-align: top; }
    .template-b2b-files table th,
    .template-b2b-files table td {
      padding: 15px 0;
      border-bottom: 1px solid #CBCCCD; }
      .template-b2b-files table th a,
      .template-b2b-files table td a {
        color: #999; }
    .template-b2b-files table th {
      font-weight: 900; }
    .template-b2b-files table thead th {
      text-transform: uppercase; }
    .template-b2b-files table tbody th {
      padding-top: 40px; }

.touch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

@media screen and (max-width: 1023px) {
  html {
    background: #272d32; }

  .main-content,
  .overlay-content {
    top: 0;
    left: 0;
    min-height: 100%; }

  .main-content {
    margin-left: 0; }

  .main-template .top-menu,
  .main-template .template-header {
    top: 73px;
    left: 0; }

  .top-bar {
    display: none; } }
@media screen and (max-width: 767px) {
  .main-template .top-menu,
  .main-template .template-header {
    top: 54px; }

  .template-header h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px; }
  .template-header p {
    font-size: 14px;
    line-height: 22px;
    padding: 0; } }
@media screen and (max-width: 1023px) {
  .block-menu {
    left: -520px; }

  .menu {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 100px 0 0 60px; }

  .menu-footer {
    left: 60px; }

  .overlay-shipping.show {
    overflow: auto;
    -moz-transform: translateZ(2px);
    -ms-transform: translateZ(2px);
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px); }
  .overlay-shipping .overlay-block {
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: auto; }
  .overlay-shipping .overlay-inside {
    padding: 70px; }
  .overlay-shipping .overlay-body {
    margin-bottom: 80px; }
    .overlay-shipping .overlay-body .btn {
      width: 50%; }
  .overlay-shipping .overlay-footer {
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 70px; }
    .overlay-shipping .overlay-footer .btn {
      display: block;
      margin-right: 0;
      float: left;
      width: 48%;
      padding-left: 0;
      padding-right: 0; }
      .overlay-shipping .overlay-footer .btn.btn-cancel {
        margin-right: 1%; } }
@media screen and (max-width: 767px) {
  .menu {
    margin: 30px 0 0 30px; }
    .menu a {
      font-size: 16px;
      line-height: 36px; }

  .menu-footer {
    left: 30px; }

  .overlay-shipping .overlay-inside {
    padding: 30px; }
  .overlay-shipping .overlay-body {
    margin-bottom: 0; }
    .overlay-shipping .overlay-body .btn {
      width: 100%; }
  .overlay-shipping .overlay-footer {
    position: static; }
    .overlay-shipping .overlay-footer .btn {
      float: none;
      display: block;
      width: 100%; }
      .overlay-shipping .overlay-footer .btn.btn-cancel {
        margin-right: 0;
        margin-bottom: 15px; } }
@media screen and (max-width: 1023px) {
  .nav {
    width: 100%;
    height: 73px;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .nav .nav-bg {
      bottom: 0; }
    .nav .logo {
      position: relative;
      z-index: 2;
      margin: 0 auto;
      width: 89px; }
      .nav .logo .img-logo {
        display: none; }
      .nav .logo .img-logo-mobile {
        display: block;
        width: 100%; }
    .nav .root-nav {
      height: 100%;
      top: 0;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      z-index: 1; }
      .nav .root-nav ul {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .nav .root-nav ul li {
          display: block;
          position: absolute;
          top: 0;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .nav .root-nav ul li:nth-child(1) {
            left: 0;
            width: 53px;
            height: 100%;
            z-index: 5; }
          .nav .root-nav ul li:nth-child(2) {
            left: 0;
            padding: 0 44px 0 53px;
            width: 50%;
            height: 100%;
            z-index: 4; }
          .nav .root-nav ul li:nth-child(3) {
            right: 0;
            padding: 0 53px 0 44px;
            width: 50%;
            height: 100%;
            z-index: 4; }
          .nav .root-nav ul li:nth-child(4) {
            right: 0;
            width: 53px;
            height: 100%;
            z-index: 5; }
          .nav .root-nav ul li a {
            display: block;
            position: relative;
            top: 0;
            margin: 0 auto;
            padding: 0;
            margin: 0;
            border: none;
            outline: none; }
            .nav .root-nav ul li a.btn {
              margin: 0 auto;
              height: 100%; }
              .nav .root-nav ul li a.btn:before {
                content: "";
                height: 100%;
                display: inline-block;
                vertical-align: middle; }
            .nav .root-nav ul li a .icon {
              display: inline-block;
              vertical-align: middle;
              *vertical-align: auto;
              *zoom: 1;
              *display: inline;
              vertical-align: middle; }
            .nav .root-nav ul li a.btn-basket .num {
              margin-top: 11px; }
    .nav .notification {
      left: 0;
      right: 0;
      top: 73px;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .nav .notification.show {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
      .nav .notification .arrow {
        display: none;
        left: 0;
        top: -13px; }
        .nav .notification .arrow .icon {
          background-image: url(../img/skin/x1-sprite.png);
          background-position: -91px -156px;
          width: 26px;
          height: 13px; } }
        @media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1023px) and (min-device-pixel-ratio: 1.5) {
          .nav .notification .arrow .icon {
            background-image: url(../img/skin/x2-sprite.png);
            background-size: 268px 251px; } }
@media screen and (max-width: 1023px) {
    .nav.selected .indicator {
      right: auto !important;
      bottom: 0 !important; }

  .home .nav,
  .home .nav .nav-bg {
    background: transparent; }
    .home .nav .indicator,
    .home .nav .nav-bg .indicator {
      background: transparent; } }
@media screen and (max-width: 767px) {
  .nav {
    height: 54px; }
    .nav .logo {
      padding-top: 16px;
      width: 63px; }
    .nav .root-nav ul li a.btn-basket .num {
      margin-top: 0; }
    .nav .notification {
      top: 54px; } }
@media screen and (max-height: 380px) {
  .menu {
    margin: 20px 0 0 30px; }

  .menu .sub-menu ul {
    margin-bottom: 15px; }

  .menu a {
    font-size: 14px;
    line-height: 28px; }

  .menu-footer {
    bottom: 20px; } }
@media screen and (max-width: 1023px) {
  .item-product .btn-wishlist {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }
.touch .item-product .btn-wishlist {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

@media screen and (max-width: 767px) {
  .item-article {
    height: auto !important; }
    .item-article .article-details {
      padding: 20px 20px 0; }
      .item-article .article-details .article-title {
        padding-bottom: 0; }
    .item-article .article-tags-date {
      position: static;
      padding: 20px; }

  .item-store .btn-map .icon,
  .item-store .btn-website .icon {
    margin-right: 0; }
  .item-store .btn-map .text,
  .item-store .btn-website .text {
    display: none; } }
@media screen and (max-width: 1023px) {
  .overlay-close {
    position: absolute; }

  .block-empty .block-inside {
    top: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-top: 200px;
    background-color: #F3F3F3;
    padding-bottom: 50px; } }
@media screen and (max-width: 767px) {
  .block-empty .block-inside {
    margin-top: 130px; } }
@media screen and (max-width: 640px) {
  .block-empty h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; }
  .block-empty .status {
    margin-bottom: 0; }
  .block-empty .status,
  .block-empty .action {
    font-size: 16px;
    line-height: 22px;
    margin-left: 40px;
    margin-right: 40px; }
  .block-empty .empty-nav {
    margin: 0 40px; }
    .block-empty .empty-nav .btn-men {
      margin-bottom: 15px; } }
@media screen and (max-width: 1435px) {
  .template-basket .template-content .form-basket {
    max-width: 100%;
    margin: 0 70px; } }
@media screen and (max-width: 1023px) {
  .template-basket {
    margin-top: 73px; }
    .template-basket .template-header {
      position: static;
      height: 240px; }
    .template-basket .template-content {
      position: static;
      min-height: 0; }
      .template-basket .template-content .form-basket {
        margin: 0 30px; } }
@media screen and (max-width: 767px) {
  .template-basket {
    margin-top: 54px; }
    .template-basket .template-header {
      height: 160px;
      padding: 0 30px; }
      .template-basket .template-header h2 {
        padding-top: 100px;
        font-size: 30px;
        line-height: 40px; }
      .template-basket .template-header .count {
        top: 35px; }
    .template-basket .template-content .form-basket {
      margin: 0; }
    .template-basket .template-content .table-basket {
      display: none; }
    .template-basket .template-content .mobile-only {
      display: block; }
    .template-basket .template-content .mobile-basket .line-product {
      background-color: #fff;
      font-size: 13px;
      line-height: 16px;
      border-top: 1px solid #E1E1E1; }
      .template-basket .template-content .mobile-basket .line-product .product-main {
        position: relative;
        overflow: hidden;
        padding: 20px 20px 20px 160px;
        min-height: 107px; }
        .template-basket .template-content .mobile-basket .line-product .product-main .img-product {
          position: absolute;
          left: 20px; }
        .template-basket .template-content .mobile-basket .line-product .product-main .desc-product {
          float: left;
          margin-bottom: 25px; }
          .template-basket .template-content .mobile-basket .line-product .product-main .desc-product .desc-product-details {
            position: absolute;
            bottom: 20px;
            color: #c8c8c8; }
        .template-basket .template-content .mobile-basket .line-product .product-main .btn {
          position: absolute;
          right: 20px;
          bottom: 20px;
          text-decoration: none;
          text-transform: uppercase;
          color: #c8c8c8; }
          .template-basket .template-content .mobile-basket .line-product .product-main .btn .text {
            display: inline-block;
            margin-right: 4px; }
          .template-basket .template-content .mobile-basket .line-product .product-main .btn .icon {
            display: inline-block;
            background-image: url(../img/skin/x1-sprite.png);
            background-position: -78px -49px;
            width: 8px;
            height: 7px; } }
          @media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
            .template-basket .template-content .mobile-basket .line-product .product-main .btn .icon {
              background-image: url(../img/skin/x2-sprite.png);
              background-size: 268px 251px; } }
@media screen and (max-width: 767px) {
          .template-basket .template-content .mobile-basket .line-product .product-main .btn.btn-done {
            display: none;
            color: #1e2226; }
            .template-basket .template-content .mobile-basket .line-product .product-main .btn.btn-done .icon {
              background-image: url(../img/skin/x1-sprite.png);
              background-position: -78px -61px;
              width: 8px;
              height: 7px; } }
            @media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
              .template-basket .template-content .mobile-basket .line-product .product-main .btn.btn-done .icon {
                background-image: url(../img/skin/x2-sprite.png);
                background-size: 268px 251px; } }
@media screen and (max-width: 767px) {
      .template-basket .template-content .mobile-basket .line-product .product-extra {
        height: 0;
        overflow: hidden;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        -webkit-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
        background-color: #F3F3F3;
        -moz-box-shadow: inset 0px 10px 20px -10px #C8C8C8;
        -webkit-box-shadow: inset 0px 10px 20px -10px #C8C8C8;
        box-shadow: inset 0px 10px 20px -10px #C8C8C8; }
        .template-basket .template-content .mobile-basket .line-product .product-extra .quantity-wrap {
          float: left;
          width: 50%;
          text-align: center;
          margin-top: 50px; }
          .template-basket .template-content .mobile-basket .line-product .product-extra .quantity-wrap .btn-minus,
          .template-basket .template-content .mobile-basket .line-product .product-extra .quantity-wrap .btn-more,
          .template-basket .template-content .mobile-basket .line-product .product-extra .quantity-wrap .quantity {
            display: inline-block; }
          .template-basket .template-content .mobile-basket .line-product .product-extra .quantity-wrap .btn-minus,
          .template-basket .template-content .mobile-basket .line-product .product-extra .quantity-wrap .btn-more {
            width: 25px;
            height: 25px; }
            .template-basket .template-content .mobile-basket .line-product .product-extra .quantity-wrap .btn-minus .icon,
            .template-basket .template-content .mobile-basket .line-product .product-extra .quantity-wrap .btn-more .icon {
              padding-top: 5px; }
          .template-basket .template-content .mobile-basket .line-product .product-extra .quantity-wrap .quantity {
            margin: 0 15px;
            font-size: 16px;
            padding-top: 1px; }
        .template-basket .template-content .mobile-basket .line-product .product-extra .btn-wrap {
          text-align: center; }
        .template-basket .template-content .mobile-basket .line-product .product-extra .btn-wishlist,
        .template-basket .template-content .mobile-basket .line-product .product-extra .btn-remove {
          display: inline-block;
          margin: 50px 10px 0; }
      .template-basket .template-content .mobile-basket .line-product.open .product-main .btn-edit {
        display: none; }
      .template-basket .template-content .mobile-basket .line-product.open .product-main .btn-done {
        display: block; }
      .template-basket .template-content .mobile-basket .line-product.open .product-extra {
        height: 130px; }
    .template-basket .template-content .mobile-basket .total-wrap {
      padding: 50px 30px 60px;
      background-color: #FFF;
      border-top: 1px solid #E1E1E1;
      border-bottom: 1px solid #E1E1E1;
      text-transform: uppercase;
      font-weight: 900; }
      .template-basket .template-content .mobile-basket .total-wrap .total-title {
        float: left;
        display: block;
        width: 70%; }
      .template-basket .template-content .mobile-basket .total-wrap .total {
        display: block;
        float: left;
        width: 30%;
        text-align: right; }
    .template-basket .template-content .buttons {
      width: auto; }
      .template-basket .template-content .buttons .btn-link {
        float: none;
        margin: 0 auto;
        width: 200px; }
      .template-basket .template-content .buttons .btn-submit {
        width: 200px;
        float: none;
        margin: 15px auto 0; } }
@media screen and (max-width: 640px) {
  .template-basket .template-content .buttons.buttons-top {
    margin: 0 auto 50px; }
  .template-basket .template-content .shipping {
    margin: 45px 20px; } }
@media screen and (max-width: 1279px) {
  .block-search .search-form {
    width: 80%;
    left: 10%; } }
@media screen and (max-width: 767px) {
  .block-search .search-form {
    width: auto;
    top: 104px;
    left: 20px;
    right: 20px; }
    .block-search .search-form .input-search .input-keyword,
    .block-search .search-form .input-search .placeholder {
      font-size: 16px;
      width: 250px; }
  .block-search .num-results {
    line-height: 1.5; }
  .block-search.has-results .search-form {
    top: 104px; }
  .block-search.has-results .search-results {
    top: 184px; } }
@media screen and (max-width: 1023px) {
  .template-wishlist {
    margin-top: 73px; }
    .template-wishlist .template-header {
      position: static; }
    .template-wishlist .template-content {
      position: static;
      top: auto; } }
@media screen and (max-width: 767px) {
  .template-wishlist {
    margin-top: 54px; }
    .template-wishlist .template-header {
      padding: 0 30px;
      height: 360px; }
      .template-wishlist .template-header h2 {
        font-size: 45px; } }
@media screen and (max-width: 1680px) {
  .article .articles-grid .grid-item:nth-child(5) {
    display: none; } }
@media screen and (max-width: 1366px) {
  .article .articles-grid .grid-item:nth-child(4) {
    display: none; }
  .article .articles-grid .grid-item:nth-child(5) {
    display: none; } }
@media screen and (max-width: 1279px) {
  .article .template-content .template-inside {
    padding: 70px; }
  .article .template-content .article-text .col-right .col-inside {
    margin-left: 12.5%; } }
@media screen and (max-width: 1023px) {
  .article .template-content {
    margin-top: 123px; }
    .article .template-content .template-inside {
      padding-left: 0;
      padding-right: 0; }
    .article .template-content h2,
    .article .template-content .article-tags-date,
    .article .template-content .article-text,
    .article .template-content .related-products {
      padding-left: 70px;
      padding-right: 70px; }
    .article .template-content .more-articles .article-tags-date {
      padding: 20px; }
    .article .template-content .article-text h2,
    .article .template-content .article-text .article-tags-date {
      padding-right: 0;
      padding-left: 0; }
    .article .template-content .article-text .col-left,
    .article .template-content .article-text .col-right {
      float: none;
      width: auto; }
      .article .template-content .article-text .col-left .col-inside,
      .article .template-content .article-text .col-right .col-inside {
        margin-left: 0;
        border-right: none;
        padding-left: 0; }
    .article .template-content .article-text .col-left {
      margin-bottom: 40px; }
  .article .articles-grid .grid-item:nth-child(4) {
    display: block; } }
@media screen and (max-width: 767px) {
  .article .template-content {
    margin-top: 104px; }
    .article .template-content .template-inside {
      padding-top: 35px; }
    .article .template-content h2,
    .article .template-content .article-tags-date,
    .article .template-content .article-text,
    .article .template-content .related-products {
      padding-left: 35px;
      padding-right: 35px; }
    .article .template-content .article-text h2,
    .article .template-content .article-text .article-tags-date {
      padding-right: 0;
      padding-left: 0; }
    .article .template-content .related-products .grid-item {
      width: 100%;
      float: none; }
    .article .template-content .article-image img.half-width {
      float: none;
      width: 100%; }
      .article .template-content .article-image img.half-width.half-left {
        border-right-width: 0; }
      .article .template-content .article-image img.half-width.half-right {
        border-left-width: 0; } }
@media screen and (max-width: 1279px) {
  .template-contact .template-content .template-inside {
    padding: 45px 75px; } }
@media screen and (max-width: 1023px) {
  .template-contact .template-header {
    top: 73px;
    left: 0; } }
@media screen and (max-width: 767px) {
  .template-contact .template-header {
    top: 54px;
    height: 150px; }
    .template-contact .template-header h2 {
      font-size: 30px;
      padding-top: 60px; }
  .template-contact .template-content {
    top: 200px; }
    .template-contact .template-content .template-inside {
      padding: 40px 35px; }
    .template-contact .template-content .col-left,
    .template-contact .template-content .col-right {
      width: 100%;
      float: none; }
      .template-contact .template-content .col-left .col-inside,
      .template-contact .template-content .col-right .col-inside {
        margin: 0; }
    .template-contact .template-content .col-left {
      margin-bottom: 40px; }
  .template-contact .block-contact.newsletter {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E1E1E1; } }
@media screen and (max-width: 640px) {
  .template-contact .template-content .template-inside {
    padding: 40px 20px; }
  .template-contact .form-contact .form-line .half {
    width: 100%;
    float: none; }
  .template-contact .form-contact .form-line .half:first-child {
    margin: 0 0 15px; } }
@media screen and (max-width: 1024px) {
  .block-btn-filter {
    left: 0; }

  .filters {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto !important;
    overflow-y: scroll;
    z-index: 2000;
    visibility: visible;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition: -moz-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out; }
    .filters p {
      display: inline; }
    .filters.show {
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      z-index: 2000; }
    .filters .filters-inside {
      margin-top: 60px; }
    .filters .btn.btn-background {
      padding: 10px 15px 8px;
      margin: 0 10px 10px 0; }
      .filters .btn.btn-background:hover:not(.selected) {
        background: #c8c8c8; }
      .filters .btn.btn-background.inactive:hover {
        background-color: #ddd; }
    .filters .btn.btn-small {
      margin: 0 10px 10px 0; }
      .filters .btn.btn-small:hover:not(.selected) {
        color: #333;
        font-weight: 700;
        background: none; }
      .filters .btn.btn-small.inactive:hover {
        color: #999; }
    .filters .btns-filter.btns-style {
      overflow: hidden; }
      .filters .btns-filter.btns-style .btn.btn-background {
        display: block;
        float: left; }

  .filters-cleaner {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
    visibility: visible;
    z-index: 2010;
    -moz-transform: translateY(4000px);
    -ms-transform: translateY(4000px);
    -webkit-transform: translateY(4000px);
    transform: translateY(4000px);
    -moz-transition: -moz-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out; }
    .filters-cleaner.show {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      z-index: 2010; }
    .filters-cleaner .btn-mobile-filter {
      display: inline-block;
      margin-top: -5px;
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      color: #fff;
      background: #c8c8c8;
      padding: 8px 15px 6px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px; }
      .filters-cleaner .btn-mobile-filter .text {
        display: inline-block; }
      .filters-cleaner .btn-mobile-filter .selected-text {
        display: none; }
      .filters-cleaner .btn-mobile-filter:hover, .filters-cleaner .btn-mobile-filter.selected {
        color: #fff;
        background-color: #eca331; }
      .filters-cleaner .btn-mobile-filter.selected .text {
        display: none; }
      .filters-cleaner .btn-mobile-filter.selected .selected-text {
        display: inline-block; }
    .filters-cleaner .btn-clear {
      visibility: hidden;
      margin-left: 20%; }
      .filters-cleaner .btn-clear.selected {
        visibility: visible; }
    .filters-cleaner .btn-done {
      margin-right: 20%; }
    .filters-cleaner .btn-done,
    .filters-cleaner .btn-clear {
      margin-top: -20px;
      padding: 20px; }
      .filters-cleaner .btn-done .text,
      .filters-cleaner .btn-clear .text {
        display: none; }

  .filter-opened {
    overflow: hidden; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .col-left {
    width: 50%;
    float: left; }
    .col-left .col-inside {
      padding-right: 30px;
      border-right: 1px solid #D7D7D7; }

  .col-right {
    width: 50%;
    float: left; }
    .col-right .col-inside {
      padding-left: 30px; } }
@media screen and (max-width: 767px) {
  .filters p {
    display: block;
    clear: both; }
  .filters .filters-inside {
    padding-left: 30px;
    padding-right: 30px; }
  .filters .block .block-filter-inside,
  .filters .block .block-text-inside {
    padding-left: 0;
    padding-right: 0; }

  .filters-cleaner .filters-cleaner-inside {
    padding-left: 30px;
    padding-right: 30px; }
  .filters-cleaner .btn-done {
    margin-right: -20px; }
  .filters-cleaner .btn-clear {
    margin-left: -20px; } }
@media screen and (width: 1024px) {
  .block-btn-filter {
    left: 125px; } }
@media screen and (max-width: 1280px) {
  .template-fitguide.zoomed {
    overflow-x: hidden; }
  .template-fitguide .fitguide-item .block-image .btn-img {
    background-size: 50%;
    background-position: center top; }
    .template-fitguide .fitguide-item .block-image .btn-img img {
      top: auto;
      bottom: 0; } }
@media screen and (max-width: 1023px) {
  .template-fitguide {
    position: static;
    margin-top: 73px; }
    .template-fitguide .template-inside {
      position: static;
      width: auto;
      height: auto; }
    .template-fitguide .intro {
      float: none;
      width: 100%;
      border-right: none; }
      .template-fitguide .intro .intro-inside {
        position: static;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        padding: 80px 90px; }
      .template-fitguide .intro h2 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 16px; }
      .template-fitguide .intro p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 20px; }
    .template-fitguide .fitguide-item {
      float: none;
      width: auto;
      border-right: none;
      border-top: 1px solid #e1dfe0;
      overflow: hidden; }
      .template-fitguide .fitguide-item .btn-toggle {
        display: none; } }
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .template-fitguide .fitguide-item .block-image {
    width: 50%;
    padding-left: 50%;
    text-align: left; }
    .template-fitguide .fitguide-item .block-image .btn-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 95%;
      background-size: cover;
      background-position: center bottom; }
    .template-fitguide .fitguide-item .block-image .description {
      padding-top: 60px;
      margin: 0 40px; }
      .template-fitguide .fitguide-item .block-image .description .progress {
        margin: -2px 0 0 0; }
      .template-fitguide .fitguide-item .block-image .description .slider {
        margin: 20px 0 0; }
    .template-fitguide .fitguide-item .block-image .block-text {
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      margin-bottom: 60px; } }
@media screen and (max-width: 767px) {
  .template-fitguide {
    margin-top: 54px; }
    .template-fitguide .intro .intro-inside {
      padding: 45px 30px; }
    .template-fitguide .intro h2 {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 20px; }
    .template-fitguide .intro p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 5px; }
    .template-fitguide .intro .social {
      margin-top: 20px; }
    .template-fitguide .fitguide-item .start-loading {
      padding: 16px 0 0 0; }
    .template-fitguide .fitguide-item .block-image {
      text-align: left; }
      .template-fitguide .fitguide-item .block-image .description {
        margin: 0 40px; }
        .template-fitguide .fitguide-item .block-image .description .slider {
          width: 90%;
          margin: 20px 0 0 12px;
          display: none; }
        .template-fitguide .fitguide-item .block-image .description .progress {
          width: 90%;
          margin: -2px 0 0 12px;
          display: none; }
      .template-fitguide .fitguide-item .block-image .btn-img {
        height: 400px;
        width: 50%;
        margin: 0 auto; }
      .template-fitguide .fitguide-item .block-image .block-text {
        height: auto;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        padding-bottom: 50px; }
        .template-fitguide .fitguide-item .block-image .block-text .btn-link {
          display: block;
          font-weight: 900; }
    .template-fitguide .fitguide-item.loaded .block-image .description .slider, .template-fitguide .fitguide-item.loaded .block-image .description .progress {
      display: block;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .template-fitguide .fitguide-item.loading .block-image .description .slider {
      display: block; }
    .template-fitguide .fitguide-item.loading .block-image .description .progress {
      display: block;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; } }
@media screen and (max-width: 320px) {
  .template-fitguide .fitguide-item .block-image .btn-img {
    height: 270px; } }
.no-touch .template-fitguide .btn-nav:hover {
  background: #F3F3F3; }

.touch .template-fitguide .fitguide-item .block-image .description .slider .ui-slider-handle:before {
  content: ".";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -20px;
  top: -20px;
  text-indent: -9999px; }

@media screen and (min-width: 1023px) {
  .home .swipe,
  .home .swipe-wrap {
    visibility: visible;
    height: 100%; }
  .home .swipe-nav {
    display: none; } }
.has-swipe .block-home .swipe,
.has-swipe .block-home .swipe-wrap {
  height: 100%;
  position: fixed;
  top: 0;
  left: 125px;
  right: 0;
  bottom: 0; }
.has-swipe .block-home .background-home {
  display: none; }
.has-swipe .block-home .block-image {
  background: transparent no-repeat center center;
  background-size: cover;
  text-align: center; }
  .has-swipe .block-home .block-image .block-image-inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .has-swipe .block-home .block-image h2 {
    width: 600px;
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 60px; }
  .has-swipe .block-home .block-image h2, .has-swipe .block-home .block-image a {
    position: static;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .has-swipe .block-home .block-image video {
    display: none; }
.has-swipe .block-home .swipe-nav {
  display: block;
  position: fixed;
  bottom: 0;
  left: 62.5px;
  width: 100%;
  height: 80px;
  z-index: 10;
  text-align: center; }
  .has-swipe .block-home .swipe-nav .btn-swipe {
    display: inline-block;
    text-indent: -5000px;
    overflow: hidden;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 0 2px; }
    .has-swipe .block-home .swipe-nav .btn-swipe.selected {
      background: #fff; }

@media screen and (max-width: 1280px) {
  .has-swipe .block-home .block-image h2 {
    font-size: 60px;
    line-height: 72px; }

  .touch .block-home .swipe-nav {
    height: 50px; } }
.touch .block-home {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.touch .page-loading .block-home {
  opacity: 0; }

@media screen and (max-width: 1023px) {
  .block-home {
    left: 0; }
    .block-home .background-home video,
    .block-home .background-home img {
      left: 0; }
    .block-home .block-image h2 {
      width: 528px; }

  .has-swipe .block-home .swipe,
  .has-swipe .block-home .swipe-wrap,
  .has-swipe .block-home .swipe-nav {
    left: 0; } }
@media screen and (max-width: 767px) {
  .has-swipe .block-home .block-image .block-image-inside {
    width: 260px; }
  .has-swipe .block-home .block-image h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px; }

  .page-loading .block-home .swipe-wrap {
    width: 1280px; } }
@media screen and (max-width: 680px) {
  .has-swipe .block-home .block-image h2 {
    font-size: 32px;
    line-height: 36px; } }
@media screen and (max-width: 1279px) {
  .journal .template-content .author {
    width: 50%; } }
@media screen and (max-width: 1023px) {
  .journal .template-content .block-authors {
    padding: 60px; } }
@media screen and (max-width: 767px) {
  .journal .template-content .author {
    width: 100%; }
  .journal .item-article .item-inside {
    border-right-width: 0; } }
@media screen and (max-width: 640px) {
  .journal .template-content .block-authors {
    padding: 30px; } }
@media screen and (max-width: 1023px) {
  .lookbook .block-credits {
    margin-top: 0; }
    .lookbook .block-credits .col-left,
    .lookbook .block-credits .col-right {
      float: none;
      width: 100%; }
  .lookbook.main-template .template-header {
    display: block;
    background-color: transparent; }
    .lookbook.main-template .template-header h2 {
      padding-top: 80px; }
  .lookbook.main-template .template-content {
    position: relative;
    z-index: 90;
    margin-top: 390px; }
  .lookbook .block-overlay {
    top: 73px;
    left: 0;
    bottom: 0;
    height: auto; }
    .lookbook .block-overlay .block-carousel {
      margin: 0; }
      .lookbook .block-overlay .block-carousel .block-carousel-item img {
        max-width: 100%; }
    .lookbook .block-overlay .btn-swipe {
      padding: 15px; }
      .lookbook .block-overlay .btn-swipe.btn-next {
        right: 0px !important; }
      .lookbook .block-overlay .btn-swipe.btn-prev {
        left: 00px !important; } }
@media screen and (min-width: 1023px) {
  .lookbook .item-image {
    position: relative;
    overflow: hidden; }
    .lookbook .item-image.ready .bg {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      background: #000;
      z-index: 2;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .lookbook .item-image.ready img {
      display: block;
      z-index: 1;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

  .no-touch .lookbook .item-image:hover {
    cursor: url(../img/skin/cursor-zoom-plus.png) 22 22, auto; }
    .no-touch .lookbook .item-image:hover .bg {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
      opacity: 0.2; }
    .no-touch .lookbook .item-image:hover img {
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      -webkit-transform: scale(1.02);
      transform: scale(1.02); } }
@media screen and (max-width: 767px) {
  .lookbook .block-credits {
    padding: 30px; }
    .lookbook .block-credits .col-left {
      padding-top: 50px;
      border-top: 1px solid #fff; }
  .lookbook .template-grid .grid-item {
    height: auto !important; }
  .lookbook .template-header {
    display: none; }
  .lookbook.main-template .template-content {
    margin-top: 54px; }
  .lookbook .mobile-only {
    display: block; }
  .lookbook .block-overlay {
    display: none !important; }
  .lookbook .detail-links {
    position: relative;
    padding: 25px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 22px; }
    .lookbook .detail-links .arrow {
      display: block;
      position: absolute;
      left: 20px;
      top: -30px;
      border: 15px solid transparent;
      border-bottom-color: #161719; }
    .lookbook .detail-links h5 {
      font-weight: 900;
      text-transform: uppercase; }
    .lookbook .detail-links a {
      font-weight: 700;
      color: #fff; } }
@media screen and (max-width: 1023px) {
  .main-template .top-menu {
    max-width: 100%;
    background-color: #f3f3f3;
    border-bottom-color: #1e2226;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .main-template .top-menu ul li a {
      color: #1e2226; }
    .main-template .top-menu .selector {
      background-color: #1e2226; }
  .main-template .template-header {
    display: none; }
  .main-template .template-content {
    position: static;
    top: 0; }

  .has-header .top-menu ul li a {
    color: #1e2226; }
  .has-header .top-menu .selector {
    background-color: #1e2226; }
  .has-header .template-content {
    margin-top: 123px; }

  .main-template.lookbook .top-menu .selector {
    background-color: #fff; }
  .main-template.lookbook .template-header {
    padding: 0 10px; } }
@media screen and (max-width: 767px) {
  .has-header .template-content {
    margin-top: 104px; } }
@media screen and (max-width: 1279px) {
  .product-template .block-image {
    right: 33.33%; }
  .product-template .block-details {
    width: 33.33%; } }
@media screen and (max-width: 1023px) {
  .product-template {
    position: static;
    left: 0;
    right: 0;
    height: auto;
    margin-top: 73px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    .product-template .block-image {
      position: static;
      right: 0;
      height: 650px;
      background: #fff; }
      .product-template .block-image .main-image,
      .product-template .block-image .btn-back {
        display: none; }
      .product-template .block-image .block-image-carousel {
        overflow: hidden;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 583px; }
        .product-template .block-image .block-image-carousel .swipe-wrap {
          position: relative;
          top: auto;
          left: auto;
          -moz-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none;
          height: 100%;
          width: 100%; }
          .product-template .block-image .block-image-carousel .swipe-wrap > div {
            height: 100%; }
        .product-template .block-image .block-image-carousel a {
          width: 100%;
          height: 100%;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
      .product-template .block-image .swipe-dots {
        display: block;
        padding: 25px 0;
        margin: 0 80px;
        width: auto;
        z-index: 10;
        text-align: center;
        border-bottom: 1px solid #E1E1E1; }
        .product-template .block-image .swipe-dots .btn-swipe {
          display: inline-block;
          text-indent: -5000px;
          overflow: hidden;
          height: 10px;
          width: 10px;
          border-radius: 10px;
          border: 1px solid #1e2226;
          margin: 0 2px; }
          .product-template .block-image .swipe-dots .btn-swipe.selected, .product-template .block-image .swipe-dots .btn-swipe:hover {
            background: #1e2226; }
    .product-template .block-details {
      position: static;
      left: 0;
      top: 0;
      width: 100%; }
      .product-template .block-details .block-inside {
        padding-left: 80px;
        padding-right: 80px; }
      .product-template .block-details .btn.btn-small {
        margin: 0 20px 10px 0; }
    .product-template .product-overlay {
      top: 73px;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%; }

  .overlay-open .block-image,
  .overlay-open .block-details {
    display: none; }
  .overlay-open .product-overlay {
    opacity: 1 !important;
    background: #FFF; }
    .overlay-open .product-overlay .block-product-overlay {
      position: static;
      top: 0;
      left: 0;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      background: none;
      width: 100%; }
      .overlay-open .product-overlay .block-product-overlay .table {
        overflow-x: scroll; }

  .product .nav .root-nav ul li a.btn-back-menu {
    display: block; }
  .product .nav .root-nav ul li a.btn-menu {
    display: none; } }
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .product-template .block-details .btn-link {
    max-width: 320px; }
  .product-template .block-details .btn-icon {
    width: 50px; }
    .product-template .block-details .btn-icon.btn-fb, .product-template .block-details .btn-icon.btn-tb {
      width: 25px; } }
@media screen and (max-width: 767px) {
  .product-template {
    margin-top: 54px; }
    .product-template .product-overlay {
      top: 54px; } }
@media screen and (max-width: 640px) {
  .product-template .block-image .swipe-dots {
    margin: 0 25px; }
  .product-template .block-details .block-inside {
    padding-left: 25px;
    padding-right: 25px; } }
@media screen and (max-width: 1279px) {
  .block-stockists .stockists-form {
    width: 80%;
    left: 10%; } }
@media screen and (max-width: 1023px) {
  .block-stockists {
    left: 0; }

  .grid-stockists .grid-item {
    width: 33.33%; } }
@media screen and (max-width: 767px) {
  .block-stockists .stockists-form {
    height: 45px;
    width: auto;
    top: 54px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0;
    margin-top: 0; }
    .block-stockists .stockists-form .input-stockists {
      padding: 15px 0 0 20px; }
      .block-stockists .stockists-form .input-stockists .input-keyword,
      .block-stockists .stockists-form .input-stockists .placeholder {
        font-size: 16px; }
      .block-stockists .stockists-form .input-stockists .placeholder-online,
      .block-stockists .stockists-form .input-stockists .placeholder-location {
        font-size: 16px;
        visibility: hidden; }
      .block-stockists .stockists-form .input-stockists .placeholder {
        left: 20px;
        top: 15px; }
    .block-stockists .stockists-form .btn-online {
      padding: 13px;
      margin-left: 0; }
    .block-stockists .stockists-form .btn-geolocation {
      padding: 13px;
      margin-left: 0; }
    .block-stockists .stockists-form .submit-wrap {
      padding: 13px; }
    .block-stockists .stockists-form .num-results,
    .block-stockists .stockists-form .num-results-online,
    .block-stockists .stockists-form .no-results {
      visibility: hidden; }
    .block-stockists .stockists-form .loading {
      left: 20px; }
  .block-stockists.has-results .stockists-form {
    top: 54px; }
  .block-stockists.has-results .grid-stockists {
    top: 100px; }

  .item-store {
    font-size: 14px;
    line-height: 20px; }
    .item-store .item-inside {
      padding: 20px;
      border-right: none; }
    .item-store .phone,
    .item-store .hours {
      display: none; }
    .item-store .bottom-links {
      top: 35px;
      right: 35px;
      bottom: auto; }

  .grid-stockists {
    min-height: 0 !important; }
    .grid-stockists .grid-item {
      width: 100%; } }
@media screen and (max-width: 1279px) {
  .stores .template-content .store-description .store-description-inside {
    padding: 60px 80px; } }
@media screen and (max-width: 1023px) {
  .stores .template-content {
    margin-top: 123px; }
    .stores .template-content .store-images .swipe-item {
      height: 360px; }
    .stores .template-content .store-images .swipe-nav {
      bottom: 117px; }
      .stores .template-content .store-images .swipe-nav .btn-prev,
      .stores .template-content .store-images .swipe-nav .btn-next {
        display: none; }
    .stores .template-content .store-images .swipe-dots {
      display: block;
      border-bottom: 1px solid #E1E1E1; }
      .stores .template-content .store-images .swipe-dots .btn-swipe {
        border: 1px solid #1e2226; }
        .stores .template-content .store-images .swipe-dots .btn-swipe.selected {
          background: #1e2226; }
    .stores .template-content .store-map {
      height: 360px; }
      .stores .template-content .store-map .map {
        height: 360px; }
    .stores .template-content .store-description .col-left,
    .stores .template-content .store-description .col-right {
      width: 100%;
      float: none; }
      .stores .template-content .store-description .col-left .col-inside,
      .stores .template-content .store-description .col-right .col-inside {
        border-right-width: 0;
        padding: 0;
        margin: 0 0 30px 0; }
    .stores .template-content .store-description .col-right {
      margin-top: 25px; }
      .stores .template-content .store-description .col-right .col-inside {
        margin-left: 0; }

  .touch .stores .template-content .store-images .swipe-dots {
    position: static; } }
@media screen and (max-width: 767px) {
  .stores .template-content {
    margin-top: 104px; }
    .stores .template-content .store-images .swipe-nav {
      bottom: 87px;
      right: 20px; }
    .stores .template-content .store-images .swipe-item {
      height: 180px; }
    .stores .template-content .store-images .swipe-dots {
      margin: 0 20px 30px; }
    .stores .template-content .store-map {
      height: 180px; }
      .stores .template-content .store-map .map {
        height: 180px; }
      .stores .template-content .store-map .btn-map {
        right: 20px;
        bottom: 20px; }
    .stores .template-content .store-description h2 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 20px; }
    .stores .template-content .store-description .store-description-inside {
      padding: 0 20px 20px; }
    .stores .template-content .store-description .no-mobile {
      display: none; }
    .stores .template-content .store-description .mobile-only {
      display: block; }
    .stores .template-content .store-description .col-right-content {
      height: 0;
      overflow: hidden; }
    .stores .template-content .store-description .btn-more {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 900;
      color: #1e2226;
      margin-bottom: 10px; }
      .stores .template-content .store-description .btn-more .icon {
        display: block;
        float: right;
        margin-top: 6px;
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -92px -78px;
        width: 11px;
        height: 6px; } }
      @media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
        .stores .template-content .store-description .btn-more .icon {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
@media screen and (max-width: 767px) {
    .stores .template-content .store-description .col-right.open .col-right-content {
      height: auto; }
    .stores .template-content .store-description .col-right.open .btn-more .icon {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -140px -220px;
      width: 11px;
      height: 6px; } }
    @media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
      .stores .template-content .store-description .col-right.open .btn-more .icon {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
@media screen and (max-width: 767px) {
    .stores .template-content .store-description .contact {
      overflow: hidden; }
      .stores .template-content .store-description .contact .btn {
        float: left;
        margin-right: 30px; }
        .stores .template-content .store-description .contact .btn .text {
          display: block;
          text-indent: -5000px; }
    .stores .template-content .store-description .col-left .contact a.btn-map-mobile {
      display: block; }
      .stores .template-content .store-description .col-left .contact a.btn-map-mobile .text {
        background-image: url(../img/skin/x1-sprite.png);
        background-position: -257px -97px;
        width: 10px;
        height: 18px; } }
      @media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
        .stores .template-content .store-description .col-left .contact a.btn-map-mobile .text {
          background-image: url(../img/skin/x2-sprite.png);
          background-size: 268px 251px; } }
@media screen and (max-width: 767px) {
    .stores .template-content .store-description .col-left .contact a.btn-phone .text {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -208px -23px;
      width: 17px;
      height: 17px; } }
    @media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
      .stores .template-content .store-description .col-left .contact a.btn-phone .text {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
@media screen and (max-width: 767px) {
    .stores .template-content .store-description .col-left .contact a.btn-email .text {
      background-image: url(../img/skin/x1-sprite.png);
      background-position: -42px -176px;
      width: 22px;
      height: 15px; } }
    @media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
      .stores .template-content .store-description .col-left .contact a.btn-email .text {
        background-image: url(../img/skin/x2-sprite.png);
        background-size: 268px 251px; } }
@media screen and (max-width: 767px) {
    .stores .template-content .store-description .col-right .col-inside {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #E1E1E1; } }
@media screen and (max-width: 1023px) {
  .legal .template-content .template-inside {
    margin-top: 73px;
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 767px) {
  .legal .template-content .template-inside {
    margin-top: 54px;
    padding: 30px; } }
@media screen and (max-width: 1279px) {
  .template-faqs .template-content .template-inside {
    padding: 45px 75px; } }
@media screen and (max-width: 1023px) {
  .template-faqs .template-header {
    top: 73px;
    left: 0; } }
@media screen and (max-width: 767px) {
  .template-faqs .template-header {
    top: 54px;
    height: 150px; }
    .template-faqs .template-header h2 {
      font-size: 30px;
      padding-top: 60px; }
  .template-faqs .template-content {
    top: 200px; }
    .template-faqs .template-content .template-inside {
      padding: 40px 35px; }
    .template-faqs .template-content .col-left,
    .template-faqs .template-content .col-right {
      width: 100%;
      float: none; }
      .template-faqs .template-content .col-left .col-inside,
      .template-faqs .template-content .col-right .col-inside {
        margin: 0; }
    .template-faqs .template-content .col-left {
      margin-bottom: 40px; } }
@media screen and (max-width: 640px) {
  .template-faqs .template-content .template-inside {
    padding: 40px 20px; } }
@media screen and (max-width: 1279px) {
  .template-b2b-files .template-content .template-inside {
    padding: 45px 75px; } }
@media screen and (max-width: 1023px) {
  .template-b2b-files .template-header {
    top: 73px;
    left: 0; } }
@media screen and (max-width: 767px) {
  .template-b2b-login {
    padding-top: 60px; }
    .template-b2b-login header {
      width: auto;
      margin: 20px; }
      .template-b2b-login header h1 {
        font-size: 45px; }
    .template-b2b-login form {
      width: auto;
      margin: 40px 20px; }

  .template-b2b-files .template-header {
    display: block;
    position: relative;
    top: 54px;
    height: auto;
    padding-bottom: 40px; }
    .template-b2b-files .template-header h2 {
      font-size: 30px;
      padding-top: 60px; }
  .template-b2b-files .template-content .template-inside {
    padding: 40px 35px; }
  .template-b2b-files table {
    margin: 40px 0 0 0; }
    .template-b2b-files table thead {
      display: none; }
    .template-b2b-files table tbody td,
    .template-b2b-files table tbody th {
      display: block;
      border-bottom-width: 0;
      padding: 5px 0; }
    .template-b2b-files table tbody tr {
      border-bottom: 1px solid #CBCCCD; }
    .template-b2b-files table tbody th {
      padding-top: 20px; } }

/*# sourceMappingURL=style.css.map */
