/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0 0 0.8em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.5; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

a {
  color: #414042;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.pageHeader {
  height: 120px; }
  .i18nSite .pageHeader {
    height: 156px; }
  @media only screen and (max-width: 767px) {
    .pageHeader {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      height: 100px;
      z-index: 10;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      -ms-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.25s;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -ms-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      transition-timing-function: linear; }
      .pageHeader.empty {
        height: 50px; } }
.promoLine {
  background: #000;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 400px) {
    .promoLine {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1024px) {
    .promoLine {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 767px) {
    .promoLine {
      display: none; } }
  .promoLine .promo {
    color: #d0d1d1;
    text-decoration: none;
    font-size: 0.9em; }
    .promoLine .promo:hover {
      color: #ffd11d; }
    @media only screen and (max-width: 767px) {
      .promoLine .promo {
        display: none; } }
  .promoLine nav.langNav {
    float: right;
    top: 0;
    z-index: 103;
    position: relative; }
    .promoLine nav.langNav ul {
      margin: 0;
      padding: 5px 0 0px 0;
      background: black;
      position: absolute;
      right: 0;
      width: 200px;
      line-height: 2; }
      .promoLine nav.langNav ul li {
        display: none; }
        .promoLine nav.langNav ul li.active {
          display: block; }
        .promoLine nav.langNav ul li .text {
          display: none; }
        .promoLine nav.langNav ul li a {
          display: block;
          padding: 0 25px 0 20px;
          font-size: 0.8em;
          color: #d0d1d1; }
          .promoLine nav.langNav ul li a:hover {
            background: #333; }
        .promoLine nav.langNav ul li .flag {
          float: right;
          margin-top: 4px; }
    .promoLine nav.langNav .toggle {
      position: absolute;
      right: 0;
      top: 4px;
      width: 25px;
      height: 25px;
      background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -172px -133px no-repeat transparent;
      background-size: 500px auto; }
      @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .promoLine nav.langNav .toggle {
          background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -172px -133px no-repeat transparent;
          background-size: 500px auto; } }
    .promoLine nav.langNav.opened ul, .promoLine nav.langNav:hover ul {
      padding-bottom: 7px; }
    .promoLine nav.langNav.opened li, .promoLine nav.langNav:hover li {
      display: block; }
      .promoLine nav.langNav.opened li .text, .promoLine nav.langNav:hover li .text {
        display: inline-block; }

.flag {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px auto; }
  .flag.at {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/AT.png?9bd1556d7210"); }
  .flag.ch {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/CH.png?9bd1556d7210"); }
  .flag.cz {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/CZ.png?9bd1556d7210"); }
  .flag.de {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/DE.png?9bd1556d7210"); }
  .flag.es {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/ES.png?9bd1556d7210"); }
  .flag.fr {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/FR.png?9bd1556d7210"); }
  .flag.it {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/IT.png?9bd1556d7210"); }
  .flag.pl {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/PL.png?9bd1556d7210"); }
  .flag.pt {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/PT.png?9bd1556d7210"); }
  .flag.se {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/SE.png?9bd1556d7210"); }
  .flag.sk {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/SK.png?9bd1556d7210"); }
  .flag.uk {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/UK.png?9bd1556d7210"); }
  .flag.us {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/flags/US.png?9bd1556d7210"); }

.logoLine {
  background: #ffd11d;
  height: 50px;
  position: relative;
  border-bottom: 1px solid #f0cb0c;
  margin-bottom: 0px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 400px) {
    .logoLine {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1024px) {
    .logoLine {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (min-width: 767px) {
    .logoLine {
      margin-bottom: 45px;
      height: 73px;
      text-align: left; } }
  @media only screen and (min-width: 767px) and (max-width: 767px) {
    .logoLine {
      margin-bottom: 0;
      height: 50px;
      text-align: center; } }
  .logoLine .mainLogo {
    display: inline-block;
    margin-top: 10px;
    width: 156px;
    height: 30px;
    background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") 0 -92px no-repeat transparent;
    background-size: 500px auto; }
    @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .logoLine .mainLogo {
        background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") 0 -92px no-repeat transparent;
        background-size: 500px auto; } }
    @media only screen and (min-width: 767px) {
      .logoLine .mainLogo {
        width: 233px;
        height: 43px;
        background-position: 0 -49px;
        margin-top: 15px; } }
    @media only screen and (min-width: 767px) and (max-width: 767px) {
      .logoLine .mainLogo {
        width: 156px;
        height: 30px;
        background-position: 0 -92px;
        margin-top: 10px; } }
    @media only screen and (min-width: 1024px) {
      .logoLine .mainLogo {
        width: 271px;
        height: 49px;
        background-position: 0 0;
        margin-top: 11px; } }
  .logoLine .searchBox {
    position: absolute;
    background: white;
    top: 14px;
    left: 50%;
    margin-left: -193px;
    height: 44px;
    border-top: 1px solid #bfa20a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none; }
    @media only screen and (min-width: 767px) {
      .logoLine .searchBox {
        display: block;
        width: 300px;
        margin-left: -140px; }
        .logoLine .searchBox input {
          width: 80%; } }
    @media only screen and (min-width: 967px) {
      .logoLine .searchBox {
        margin-left: -150px; } }
    @media only screen and (min-width: 1024px) {
      .logoLine .searchBox {
        width: 386px; }
        .logoLine .searchBox input {
          width: 83%; } }
    @media only screen and (max-width: 767px) {
      .logoLine .searchBox.visible {
        display: block;
        top: 2px; } }
    .logoLine .searchBox form {
      margin-bottom: 0; }
    .logoLine .searchBox input {
      margin-top: 9px;
      padding: 3px;
      text-indent: 8px;
      margin-left: 10px;
      display: inline-block;
      font-size: 1em;
      border: 0;
      outline: none; }
      @media only screen and (max-width: 767px) {
        .logoLine .searchBox input {
          width: auto;
          text-indent: 0;
          margin-left: 0; } }
    .logoLine .searchBox button {
      border: 0;
      display: inline-block;
      width: 36px;
      height: 36px;
      background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -100px -133px no-repeat transparent;
      background-size: 500px auto;
      position: absolute;
      top: 3px;
      right: 2px; }
      @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .logoLine .searchBox button {
          background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -100px -133px no-repeat transparent;
          background-size: 500px auto; } }
      .logoLine .searchBox button:hover {
        background-position: -136px -133px;
        outline: none; }
      @media only screen and (max-width: 767px) {
        .logoLine .searchBox button {
          display: none; } }
  @media only screen and (max-width: 767px) {
    .logoLine.mobSearch {
      text-align: left; }
      .logoLine.mobSearch .mainLogo {
        display: none; }
      .logoLine.mobSearch .searchBox {
        display: inline-block;
        width: 300px;
        margin-left: -150px;
        top: 7px;
        height: 35px; }
        .logoLine.mobSearch .searchBox input {
          margin-top: 5px;
          margin-left: 5px;
          text-indent: 4px;
          width: 80%; }
        .logoLine.mobSearch .searchBox button {
          top: 0px;
          right: 25px;
          width: 28px; }
        .logoLine.mobSearch .searchBox .mobSearchClose {
          position: absolute;
          width: 25px;
          height: 100%;
          background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -258px -133px no-repeat transparent;
          background-size: 500px auto;
          right: 0;
          top: 0;
          opacity: 0.3;
          cursor: pointer; } }
      @media only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 150/100), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 1.5dppx) {
        .logoLine.mobSearch .searchBox .mobSearchClose {
          background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -258px -133px no-repeat transparent;
          background-size: 500px auto; } }
  @media only screen and (max-width: 767px) {
          .logoLine.mobSearch .searchBox .mobSearchClose:hover {
            opacity: 1; } }
  @media only screen and (max-width: 450px) {
    .logoLine.mobSearch .searchBox {
      width: 200px;
      margin-left: -100px; }
      .logoLine.mobSearch .searchBox input {
        width: 70%; } }
  .logoLine .logInLink {
    float: right; }
    @media only screen and (min-width: 767px) {
      .logoLine .logInLink {
        margin-top: 11px;
        margin-right: 50px; }
        .logoLine .logInLink a {
          background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/account.svg?66cbfa9f69be") 5px center no-repeat;
          background-size: 32px;
          display: inline-block;
          height: 51px;
          line-height: 51px;
          padding: 0 5px 0 42px;
          text-decoration: none;
          font-size: 1em;
          font-weight: bold;
          color: #333;
          max-width: calc(100vw - 2 * 20px - 50vw - 300px + 140px - 60px - 10px - 15px);
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
          .logoLine .logInLink a:hover {
            background-color: rgba(255, 255, 255, 0.3); } }
    @media only screen and (max-width: 767px) {
      .logoLine .logInLink {
        display: none; } }
@media only screen and (max-width: 767px) {
  .menuToggler {
    position: absolute;
    width: 50px;
    height: 51px;
    background: lime;
    top: 0;
    left: 0;
    background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") 0 -133px no-repeat transparent;
    background-size: 500px auto;
    cursor: pointer; } }
  @media only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 150/100), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 1.5dppx) {
    .menuToggler {
      background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") 0 -133px no-repeat transparent;
      background-size: 500px auto; } }
.butt, input.button, input[type=submit] {
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #969899;
  color: white;
  font-size: 0.95em;
  text-decoration: none;
  height: 34px;
  line-height: 35px;
  padding: 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #7c7f80;
  text-shadow: 0 1px 0 #7c7f80;
  letter-spacing: 0.5px; }
  .butt:hover, input.button:hover, input[type=submit]:hover {
    background: #7c7f80; }
  .butt.green, input.green.button, input.green[type=submit] {
    background: #4eb715;
    border-color: #44a012;
    text-shadow: 0 1px 0 #44a012; }
    .butt.green:hover, input.green.button:hover, input.green[type=submit]:hover {
      background: #44a012; }
  .butt.mWidth, input.mWidth.button, input.mWidth[type=submit] {
    width: 80px; }

.pageTitle {
  font-size: 2.1em;
  margin: 0 0 0 0;
  line-height: 1.3;
  color: #414042; }
  @media only screen and (max-width: 645px) {
    .pageTitle {
      font-size: 1.5em; } }
  @media only screen and (max-width: 767px) {
    .pageTitle {
      display: block;
      margin: 0 0 0 0; } }
  .pageTitle .muted {
    font-weight: normal;
    color: #6a6b6e; }
  .pageTitle .numItems {
    font-size: 0.5em;
    color: #6a6b6e;
    margin-left: 0.7em; }
    @media only screen and (max-width: 645px) {
      .pageTitle .numItems {
        display: none; } }
  .pageTitle a {
    text-decoration: none; }
    .pageTitle a:hover span {
      color: black; }
  .pageTitle h1 {
    display: inline;
    font-size: inherit; }

.shed {
  text-transform: uppercase;
  color: #4eb715; }

.noshed {
  text-transform: uppercase;
  color: #ff5720; }

.moveLeft, .moveRight {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 25px;
  background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -358px -125px no-repeat transparent;
  background-size: 500px auto;
  margin-top: -35px;
  cursor: pointer; }
  @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .moveLeft, .moveRight {
      background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -358px -125px no-repeat transparent;
      background-size: 500px auto; } }
.moveLeft {
  left: 0px; }
  .moveLeft:hover {
    background-position: -383px -125px; }

.moveRight {
  right: 0px;
  background-position: -308px -125px; }
  .moveRight:hover {
    background-position: -333px -125px; }

.noTransition {
  transition: none !important; }

@media only screen and (min-width: 767px) {
  footer.about, footer .news, footer .newsletter, footer .fastContact, footer .links, footer .followUs {
    padding-left: 20px;
    padding-right: 0px;
    margin-bottom: 3em; } }

@media only screen and (max-width: 767px) {
  footer.about, footer .news, footer .newsletter, footer .fastContact, footer .links, footer .followUs {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #e6e7e8;
    position: relative;
    color: #6a6b6e; }
    footer.about .hid, footer .news .hid, footer .newsletter .hid, footer .fastContact .hid, footer .links .hid, footer .followUs .hid {
      display: none;
      padding-top: 0.5em;
      padding-bottom: 2em; }
    footer.about.opened, footer .news.opened, footer .newsletter.opened, footer .fastContact.opened, footer .links.opened, footer .followUs.opened {
      border: 1px solid #e6e7e8; }
      footer.about.opened .hid, footer .news.opened .hid, footer .newsletter.opened .hid, footer .fastContact.opened .hid, footer .links.opened .hid, footer .followUs.opened .hid {
        display: block; }
      footer.about.opened h2, footer .news.opened h2, footer .newsletter.opened h2, footer .fastContact.opened h2, footer .links.opened h2, footer .followUs.opened h2 {
        font-size: 2em;
        line-height: 1.4; }
    footer.about > h2, footer.about > h3, footer .news > h2, footer .news > h3, footer .newsletter > h2, footer .newsletter > h3, footer .fastContact > h2, footer .fastContact > h3, footer .links > h2, footer .links > h3, footer .followUs > h2, footer .followUs > h3 {
      font-size: 1.2em;
      font-weight: normal;
      color: #414042;
      margin: 0.7em 0;
      cursor: pointer; }
      footer.about > h2:after, footer.about > h3:after, footer .news > h2:after, footer .news > h3:after, footer .newsletter > h2:after, footer .newsletter > h3:after, footer .fastContact > h2:after, footer .fastContact > h3:after, footer .links > h2:after, footer .links > h3:after, footer .followUs > h2:after, footer .followUs > h3:after {
        height: 25px;
        width: 25px;
        position: absolute;
        right: 15px;
        margin-top: 3px;
        background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -172px -133px no-repeat transparent;
        background-size: 500px auto;
        content: ""; } }
      @media only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 150/100), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 1.5dppx) {
        footer.about > h2:after, footer.about > h3:after, footer .news > h2:after, footer .news > h3:after, footer .newsletter > h2:after, footer .newsletter > h3:after, footer .fastContact > h2:after, footer .fastContact > h3:after, footer .links > h2:after, footer .links > h3:after, footer .followUs > h2:after, footer .followUs > h3:after {
          background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -172px -133px no-repeat transparent;
          background-size: 500px auto; } }
@media only screen and (max-width: 767px) {
    footer.about.opened > h2:after, footer.about.opened > h3:after, footer .news.opened > h2:after, footer .news.opened > h3:after, footer .newsletter.opened > h2:after, footer .newsletter.opened > h3:after, footer .fastContact.opened > h2:after, footer .fastContact.opened > h3:after, footer .links.opened > h2:after, footer .links.opened > h3:after, footer .followUs.opened > h2:after, footer .followUs.opened > h3:after {
      background-position: -197px -133px; }
    footer.about.opened, footer .news.opened, footer .newsletter.opened, footer .fastContact.opened, footer .links.opened, footer .followUs.opened {
      background: white; } }

@media only screen and (max-width: 767px) {
  .aboutCont,
  .newsCont {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear; }
  .aboutCont {
    padding: 0; }
    .aboutCont .about h2::after {
      right: 5px; }
    .aboutCont .about.opened h2::after {
      right: 15px; } }
  @media only screen and (max-width: 767px) and (min-width: 400px) {
    .aboutCont .about h2::after {
      right: -5px; }
    .aboutCont .about.opened h2::after {
      right: 25px; } }
@media only screen and (max-width: 767px) {
  .newsCont {
    padding: 0; }
    .newsCont .news h2::after {
      right: 5px; }
    .newsCont .news.opened h2::after {
      right: 15px; } }
  @media only screen and (max-width: 767px) and (min-width: 400px) {
    .newsCont .news h2::after {
      right: -5px; }
    .newsCont .news.opened h2::after {
      right: 25px; } }
@media only screen and (min-width: 767px) {
  .newsCont {
    background: white;
    margin: 0; }
  .news, .about {
    max-width: 850px;
    padding: 0 28px;
    margin: 0 auto;
    line-height: 28px; }
    .news h2, .about h2 {
      float: left;
      width: 210px;
      margin-right: -210px;
      text-align: right;
      padding-top: 0.5em;
      font-weight: normal;
      font-size: 2em;
      color: #414042;
      line-height: 1.45; }
    .news .txt, .about .txt {
      letter-spacing: .01rem;
      margin-left: 250px;
      padding-top: 3.6em;
      padding-right: 40px;
      color: #6a6b6e;
      padding-bottom: 3em; }
      .cssgradients .news .txt a, .cssgradients .about .txt a {
        text-decoration: none;
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 75%, #888 75%);
        background-image: linear-gradient(to bottom, transparent 75%, #888 75%);
        background-repeat: repeat-x;
        background-size: 2px 2px;
        background-position: 0 95%;
        text-shadow: 2px 0px #FFF, -2px 0px #FFF; }
        .cssgradients .news .txt a:hover, .cssgradients .about .txt a:hover {
          background-image: none; }
  .cssgradients .about .txt a {
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 75%, #888 75%);
    background-image: linear-gradient(to bottom, transparent 75%, #888 75%);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 95%;
    text-shadow: 2px 0px #f1f2f2, -2px 0px #f1f2f2; }
    .cssgradients .about .txt a:hover {
      background-image: none; }
  .contactCont {
    background: #e3e5e6;
    margin: 0 auto; }
  .footer1 {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1070px;
    padding-top: 2em;
    padding-bottom: 1em;
    margin: 0 auto; } }
  @media only screen and (min-width: 767px) and (min-width: 400px) {
    .footer1 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 767px) and (min-width: 1024px) {
    .footer1 {
      padding-left: 25px;
      padding-right: 25px; } }
@media only screen and (min-width: 767px) {
    .footer1 h3 {
      font-size: 1.1em; }
  .box4-1 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .box4-2 {
    width: 50%;
    float: left; }
  .box3-1 {
    width: 33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .box3-2 {
    width: 66%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .box3-2.newsletter {
      clear: left; }
  .socialIcon {
    display: inline-block;
    margin: 5px;
    background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/beta_social_icons.png?66cbfa9f69be");
    width: 32px;
    height: 32px;
    border: 1px solid #414042; }
  .facebook {
    margin-left: 0; }
  .instagram {
    background-position: -32px 0px; }
    .instagram:hover {
      background-position: -32px 0; }
  .twitter {
    background-position: -64px 0px;
    margin-left: 7px; }
    .twitter:hover {
      background-position: -64px 0; }
  .youtube {
    background-position: -96px 0px;
    margin: 5px 2px; }
    .youtube:hover {
      background-position: -96px 0; } }

.news h3, .about h3 {
  font-size: 1em;
  margin-bottom: 0;
  color: #414042; }

.news p, .about p {
  margin-top: 0.2em; }

.news p + h3, .about p + h3 {
  margin-top: 1.5em; }

.news section > h3, .about section > h3 {
  margin-top: 0; }

.newsletter .label {
  color: #6e7073;
  display: block;
  margin-bottom: 0.8em;
  font-size: 0.9em; }

.newsletter input[type=text] {
  padding: 0 1.5em;
  width: 70%;
  border: 0;
  height: 50px; }

.newsletter button {
  font-size: 0.9em;
  text-transform: none;
  background: #ffd11d;
  height: 50px;
  color: #f1f2f2;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-shadow: 0 0 1px #414042, 0 0 1px #414042, 0 0 1px #414042; }

@media only screen and (max-width: 767px) {
  .newsletter input {
    background: #f1f2f2;
    width: 30%; } }

.newsletter .gender-select {
  display: none;
  width: 70%;
  padding: 8px 0;
  margin-top: -4px;
  background-color: white;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .newsletter .gender-select label {
    padding-left: 1.5em; }
  .newsletter .gender-select input {
    margin-right: 8px;
    vertical-align: middle; }

.fastContact a {
  display: inline-block;
  margin-left: 0.5em; }
  .fastContact a.tel {
    text-decoration: none; }
    .touchevents .fastContact a.tel {
      text-decoration: underline; }

.fastContact p {
  padding-top: 1.5em; }

.fastContact span.phoneIcon {
  width: 32px;
  height: 32px;
  background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/beta_social_icons.png?66cbfa9f69be");
  background-position: -160px 0;
  float: left;
  margin-top: -0.3em; }

.fastContact span.atSign {
  width: 32px;
  height: 32px;
  background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/beta_social_icons.png?66cbfa9f69be");
  display: inline-block;
  background-position: -192px 0;
  float: left;
  margin-top: -0.3em; }

.links a {
  display: block;
  text-decoration: none; }
  .links a:hover {
    text-decoration: underline; }

.bottFooterCont {
  background: white; }

.footer2 {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1070px;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0 auto;
  border-top: 1px solid #e6e7e8; }
  @media only screen and (min-width: 400px) {
    .footer2 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1024px) {
    .footer2 {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (min-width: 767px) {
    .footer2 {
      padding-top: 2em;
      padding-bottom: 4em; } }
  .footer2 h3 {
    font-size: 1.1em;
    font-weight: normal;
    color: #6a6b6e;
    margin-bottom: 1.5em; }
  .footer2 a {
    display: block;
    font-size: 0.9em; }
  .footer2 img {
    margin-bottom: 0.7em; }
  .footer2 .payCards img {
    width: 80%;
    max-width: 235px; }
  .footer2 .icons a {
    display: inline-block; }
  .footer2 .icons img {
    max-height: 80px;
    margin: 5px 15px; }
  @media only screen and (max-width: 767px) {
    .footer2 .icons {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .footer2 .box4-1 {
      width: 48%;
      margin-right: 2%;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding-bottom: 1em; }
    .footer2 h3 {
      border-bottom: 1px solid #e6e7e8; } }
  @media only screen and (max-width: 420px) {
    .footer2 .box4-1 {
      width: 48%;
      margin-right: 2%;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding-bottom: 0.5em; }
    .footer2 h3 {
      font-size: 1em;
      margin-right: 5px; }
    .footer2 img {
      max-width: 80%; } }
.tirage {
  clear: both;
  text-align: center;
  font-size: 0.8em;
  padding-top: 5em;
  color: #6a6b6e; }
  .tirage a {
    display: inline; }

form {
  margin: 0;
  padding: 0; }

button {
  border: none; }

input[type=text], input[type=password], input[type=email] {
  color: #6a6b6e;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  border: 1px solid #d1d3d4;
  padding: 8px 10px 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 370px;
  background: #fff; }

input[type=checkbox] {
  margin-right: 5px; }

input.button, input[type=submit] {
  border: 0;
  background: #4eb715;
  border-color: #44a012;
  text-shadow: 0 1px 0 #44a012;
  height: 50px;
  line-height: 50px;
  padding: 0 40px; }
  input.button:hover, input[type=submit]:hover {
    background: #44a012; }

textarea {
  color: #6a6b6e;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  border: 1px solid #d1d3d4;
  padding: 8px 10px 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 370px;
  background: #fff;
  font-family: "PT Sans", Helvetica, Arial, sans-serif; }

/* --------- Default Form Layout --------- */
form {
  margin-bottom: 4em; }
  form label {
    color: #6a6b6e;
    font-weight: bold;
    display: inline-block;
    width: 190px;
    padding-left: 15px;
    text-align: left; }
    @media only screen and (max-width: 800px) {
      form label {
        display: block;
        margin-bottom: 5px;
        padding-left: 0; } }
  @media only screen and (max-width: 800px) {
    form input[type=text], form input[type=password], form textarea {
      width: 100%; } }
  form .error {
    color: #eb212e;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-left: 210px;
    white-space: nowrap;
    display: block; }
    @media only screen and (max-width: 800px) {
      form .error {
        margin-top: 5px;
        margin-left: 0;
        text-align: right; } }
  form .gray6 {
    color: #6a6b6e;
    font-size: 0.9em;
    font-style: normal; }
  form br {
    display: none; }

.rq_ast {
  color: #ff5720;
  font-size: 1.5em;
  line-height: 1;
  width: 10px;
  margin-top: 13px;
  position: absolute; }
  @media only screen and (max-width: 800px) {
    .rq_ast {
      margin-top: 6px;
      margin-left: -12px; } }
  @media only screen and (max-width: 460px) {
    .rq_ast {
      margin-left: -9px; } }
.form_as_p > p.rq_ast {
  font-size: 0.8em;
  position: inherit;
  width: inherit;
  padding-left: 205px; }
  @media only screen and (max-width: 800px) {
    .form_as_p > p.rq_ast {
      padding-left: 0;
      text-align: right; } }
.content.formPage {
  max-width: 720px; }
  @media only screen and (max-width: 800px) {
    .content.formPage {
      max-width: 460px; } }
  @media only screen and (max-width: 460px) {
    .content.formPage {
      max-width: 370px; } }
  .content.formPage h1 {
    text-align: center; }
    @media only screen and (max-width: 800px) {
      .content.formPage h1 {
        padding: 0;
        font-size: 1.33em;
        text-align: center; } }
.registration-nudge,
.content.formPage input[type="checkbox"],
.content.formPage input[type="submit"] {
  margin-left: 205px; }
  @media only screen and (max-width: 800px) {
    .registration-nudge,
    .content.formPage input[type="checkbox"],
    .content.formPage input[type="submit"] {
      margin-left: 0; } }
.content.formPage .tac input[type="submit"] {
  margin-left: 0; }

#id_zip, #id_birthday {
  width: 150px; }

/* ------------- Custom Select ----------------- */
.styledSelect {
  height: 31px;
  padding: 0 0 0 10px;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: 1px solid #cbced0;
  display: inline-block;
  width: auto;
  padding-right: 25px;
  background: white;
  font-size: 0.9em;
  margin-bottom: -11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .styledSelect:hover {
    border-color: #b1b4b7;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15); }
    .styledSelect:hover:before {
      background-position: -408px -158px; }
  .styledSelect:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 25px;
    height: 25px;
    background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -408px -133px no-repeat transparent;
    background-size: 500px auto; }
    @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .styledSelect:before {
        background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -408px -133px no-repeat transparent;
        background-size: 500px auto; } }
  .styledSelect select {
    width: 200%;
    padding: 8px 0 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    position: relative;
    background: transparent;
    color: #6a6b6e;
    font-size: .875em;
    font-weight: 600;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .styledSelect select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }

.loginPage form .button {
  min-width: 254px; }

.loginPage form .social-login {
  margin-top: 2.5em; }
  @media only screen and (max-width: 800px) {
    .loginPage form .social-login {
      margin-left: -3px; } }
  .loginPage form .social-login a {
    display: block;
    height: 36px;
    padding-left: 45px;
    margin-left: 202px;
    margin-bottom: 4px;
    color: #fff;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 36px; }
    @media only screen and (max-width: 800px) {
      .loginPage form .social-login a {
        margin-left: 0; } }
  .loginPage form .social-login .google {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/social/google-signin-button.png?9bd1556d7210"); }
  .loginPage form .social-login .facebook {
    background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/social/facebook-signin-button.png?9bd1556d7210"); }

nav.mainMenu {
  pointer-events: auto;
  position: absolute;
  top: 87px;
  background: lime;
  right: 0;
  left: 0;
  background: #f1f2f2;
  z-index: 1; }
  @media only screen and (min-width: 767px) {
    nav.mainMenu {
      height: 45px;
      top: 74px;
      text-align: center;
      background: #fff;
      border-bottom: 1px solid #e6e7e8; }
      body.i18nSite nav.mainMenu {
        top: 110px; }
      nav.mainMenu .sortMenu > li {
        display: inline-block; } }
  nav.mainMenu ol, nav.mainMenu ul {
    padding: 0;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    nav.mainMenu .sortMenu {
      display: none; } }
  @media only screen and (min-width: 767px) {
    nav.mainMenu .sortMenu li:hover a, nav.mainMenu .sortMenu li.actual > a {
      background: #f1f2f2;
      border-color: #e6e7e8;
      color: #000; } }
  nav.mainMenu .sortMenu #all-brands-container {
    margin: 1.5em 0; }
    @media only screen and (max-width: 767px) {
      nav.mainMenu .sortMenu #all-brands-container {
        display: none; } }
    nav.mainMenu .sortMenu #all-brands-container a {
      border: none; }
  nav.mainMenu .sortMenu #all-brands-link-container {
    display: none; }
    @media only screen and (max-width: 767px) {
      nav.mainMenu .sortMenu #all-brands-link-container {
        display: auto; } }
  nav.mainMenu .sortMenu .brand-logos {
    text-align: center;
    margin: 0; }
    nav.mainMenu .sortMenu .brand-logos a {
      border: none; }
      nav.mainMenu .sortMenu .brand-logos a.icon-adidas {
        margin: 7px 5px; }
        nav.mainMenu .sortMenu .brand-logos a.icon-adidas img {
          height: 50px; }
      nav.mainMenu .sortMenu .brand-logos a.icon-burton {
        margin: 20px 5px; }
        nav.mainMenu .sortMenu .brand-logos a.icon-burton img {
          height: 24px; }
      nav.mainMenu .sortMenu .brand-logos a.icon-converse {
        margin: 20px 5px; }
        nav.mainMenu .sortMenu .brand-logos a.icon-converse img {
          height: 24px; }
      nav.mainMenu .sortMenu .brand-logos a.icon-dc {
        margin: 10px 5px; }
        nav.mainMenu .sortMenu .brand-logos a.icon-dc img {
          height: 44px; }
      nav.mainMenu .sortMenu .brand-logos a.icon-nike {
        margin: 0px 5px; }
        nav.mainMenu .sortMenu .brand-logos a.icon-nike img {
          height: 64px; }
      nav.mainMenu .sortMenu .brand-logos a.icon-quiksilver {
        margin: 20px 5px; }
        nav.mainMenu .sortMenu .brand-logos a.icon-quiksilver img {
          height: 24px; }
      nav.mainMenu .sortMenu .brand-logos a.icon-vans {
        margin: 16px 5px; }
        nav.mainMenu .sortMenu .brand-logos a.icon-vans img {
          height: 32px; }
  nav.mainMenu .sortMenu li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #58595b;
    font-weight: bold;
    display: block;
    padding: 10px 20px; }
    @media only screen and (min-width: 767px) {
      nav.mainMenu .sortMenu li a {
        display: inline-block;
        margin: 3px 0 0 0;
        height: 42px;
        line-height: 38px;
        padding: 0 15px;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent; } }
    @media only screen and (max-width: 767px) {
      nav.mainMenu .sortMenu li a {
        border-bottom: 1px solid #e6e7e8; } }
  nav.mainMenu .sortMenu li li a {
    text-transform: none;
    font-weight: normal;
    float: none;
    background: none; }
  nav.mainMenu .subMenu {
    display: none;
    background: white;
    max-height: calc(100vh - 120px);
    overflow-y: auto; }
    @media only screen and (min-width: 767px) {
      nav.mainMenu .subMenu {
        background: #f1f2f2;
        position: absolute;
        left: 0;
        right: 0;
        top: 46px;
        z-index: 10; } }
    nav.mainMenu .subMenu ol, nav.mainMenu .subMenu ul {
      display: none;
      padding-left: 20px;
      padding-right: 0;
      padding-top: 1em;
      padding-bottom: 1em;
      text-align: left; }
      nav.mainMenu .subMenu ol.secondary, nav.mainMenu .subMenu ul.secondary {
        border-top: 1px solid #e6e7e8; }
        nav.mainMenu .subMenu ol.secondary a, nav.mainMenu .subMenu ul.secondary a {
          font-weight: bold;
          color: #414042; }
    nav.mainMenu .subMenu ul {
      display: none;
      vertical-align: top; }
      nav.mainMenu .subMenu ul:nth-child(1):nth-last-child(2), nav.mainMenu .subMenu ul:nth-child(1):nth-last-child(3), nav.mainMenu .subMenu ul:nth-child(2):nth-last-child(2), nav.mainMenu .subMenu ul:nth-child(1):nth-last-child(4), nav.mainMenu .subMenu ul:nth-child(2):nth-last-child(3), nav.mainMenu .subMenu ul:nth-child(3):nth-last-child(2), nav.mainMenu .subMenu ul:nth-child(1):nth-last-child(5), nav.mainMenu .subMenu ul:nth-child(2):nth-last-child(4), nav.mainMenu .subMenu ul:nth-child(3):nth-last-child(3), nav.mainMenu .subMenu ul:nth-child(4):nth-last-child(2), nav.mainMenu .subMenu ul:nth-child(1):nth-last-child(6), nav.mainMenu .subMenu ul:nth-child(2):nth-last-child(5), nav.mainMenu .subMenu ul:nth-child(3):nth-last-child(4), nav.mainMenu .subMenu ul:nth-child(4):nth-last-child(3), nav.mainMenu .subMenu ul:nth-child(1):nth-last-child(7), nav.mainMenu .subMenu ul:nth-child(2):nth-last-child(6), nav.mainMenu .subMenu ul:nth-child(3):nth-last-child(5), nav.mainMenu .subMenu ul:nth-child(4):nth-last-child(4) {
        width: calc(24vw - 20px);
        max-width: 231px; }
    nav.mainMenu .subMenu ol {
      display: none; }
      @media only screen and (max-width: 767px) {
        nav.mainMenu .subMenu ol {
          display: block; } }
    nav.mainMenu .subMenu li {
      white-space: nowrap; }
      nav.mainMenu .subMenu li a {
        border: none;
        padding: 0;
        line-height: 1.33em;
        height: 1.33em;
        width: calc(100% - 1em);
        overflow: hidden;
        text-overflow: ellipsis; }
        nav.mainMenu .subMenu li a:hover {
          text-decoration: underline; }
      nav.mainMenu .subMenu li.firstLevel a {
        font-weight: bold; }
      nav.mainMenu .subMenu li.secondLevel a {
        padding-left: 1em; }
  nav.mainMenu li:hover .subMenu {
    display: block; }
    @media only screen and (min-width: 767px) {
      nav.mainMenu li:hover .subMenu {
        -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1); } }
    nav.mainMenu li:hover .subMenu ul {
      display: inline-block; }
    nav.mainMenu li:hover .subMenu ul:nth-last-child(1) {
      clear: right; }
  nav.mainMenu #all-categories-label {
    display: none; }

.leftSidebarActive .menuToggler {
  background-color: #f1f2f2; }

.leftSidebarActive nav.mainMenu .sortMenu {
  display: block; }

@media only screen and (max-width: 767px) {
  .leftSidebarActive nav.mainMenu .logInLink {
    display: block;
    padding: 10px 20px; } }

.mobileMenuCheck {
  display: block;
  visibility: 1; }
  @media only screen and (min-width: 767px) {
    .mobileMenuCheck {
      display: none;
      visibility: hidden; } }
.cartBox {
  float: right;
  margin-left: -60px;
  margin-right: -10px;
  position: relative; }
  @media only screen and (min-width: 767px) {
    .cartBox {
      margin-top: 11px;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 767px) and (max-width: 767px) {
    .cartBox {
      margin-top: 0; } }
  .cartBox .cartButt {
    display: inline-block;
    width: 50px;
    height: 51px;
    float: right;
    background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -50px -133px no-repeat transparent;
    background-size: 500px auto;
    z-index: 102;
    position: relative;
    margin-left: -50px; }
    @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .cartBox .cartButt {
        background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -50px -133px no-repeat transparent;
        background-size: 500px auto; } }
    .cartBox .cartButt .count {
      border-radius: 50%;
      background: #000;
      color: #fff;
      font-size: 10px;
      position: absolute;
      top: -1px;
      right: -1px;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      border: 2px solid #ffd11d; }
      .cartBox .cartButt .count:empty {
        display: none; }
    .cartBox .cartButt:hover .count {
      display: none; }
  .no-touchevents .cartBox.opened .cartButt,
  .cartBox .cartButt:hover {
    background-color: #fff; }
  .no-touchevents .cartBox.empty.opened .cartButt,
  .cartBox .empty .cartButt:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .cartBox.opened .cartDetailCont {
    display: block; }
  .cartBox .cartDetailCont {
    position: absolute;
    display: none;
    width: 320px;
    background: #fff;
    right: 0;
    top: 50px;
    z-index: 101;
    -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 400px) {
      .cartBox .cartDetailCont {
        width: 350px; } }
    .cartBox .cartDetailCont ol.items {
      padding-left: 15px;
      padding-right: 20px;
      list-style-type: none;
      padding-top: 10px;
      margin-bottom: 25px; }
      @media only screen and (min-width: 400px) {
        .cartBox .cartDetailCont ol.items {
          padding-left: 28px;
          padding-right: 28px; } }
      .cartBox .cartDetailCont ol.items li {
        position: relative;
        margin-bottom: 20px;
        text-align: left;
        *zoom: 1; }
        .cartBox .cartDetailCont ol.items li:after, .cartBox .cartDetailCont ol.items li:before {
          content: " ";
          display: table; }
        .cartBox .cartDetailCont ol.items li:after {
          clear: both; }
        .cartBox .cartDetailCont ol.items li .thumb img {
          width: 60px;
          height: auto;
          border: 1px solid #e6e7e8;
          float: left;
          margin-right: -62px;
          padding: 5px; }
        .cartBox .cartDetailCont ol.items li .txt {
          margin-left: 85px;
          padding-right: 15px;
          font-size: 0.9em;
          line-height: 1.4; }
          .cartBox .cartDetailCont ol.items li .txt .title {
            display: block;
            text-decoration: none;
            font-weight: bold;
            color: #000;
            margin-bottom: 3px; }
            .cartBox .cartDetailCont ol.items li .txt .title:hover {
              text-decoration: underline; }
          .cartBox .cartDetailCont ol.items li .txt .addInfo {
            display: block;
            color: #6a6b6e;
            font-size: 0.95em; }
        .cartBox .cartDetailCont ol.items li .remove {
          position: absolute;
          width: 30px;
          height: 30px;
          top: 0;
          right: -15px;
          background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -255px -138px no-repeat transparent;
          background-size: 500px auto;
          opacity: 0.5;
          cursor: pointer; }
          @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
            .cartBox .cartDetailCont ol.items li .remove {
              background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -255px -138px no-repeat transparent;
              background-size: 500px auto; } }
          .cartBox .cartDetailCont ol.items li .remove:hover {
            background-position: -280px -138px;
            opacity: 1; }
    .cartBox .cartDetailCont .totalLine {
      padding-left: 15px;
      padding-right: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
      background: #ffe683;
      font-size: 1.3em;
      font-weight: bold;
      text-align: left; }
      @media only screen and (min-width: 400px) {
        .cartBox .cartDetailCont .totalLine {
          padding-left: 28px;
          padding-right: 28px; } }
      .cartBox .cartDetailCont .totalLine .ammount {
        float: right; }
      .cartBox .cartDetailCont .totalLine .txt {
        color: #5b594a; }
    .cartBox .cartDetailCont .freeDeliveryInfoContainer,
    .cartBox .cartDetailCont .action {
      background: #fff0b6;
      padding-left: 15px;
      padding-right: 20px;
      text-align: center;
      padding-bottom: 20px;
      padding-top: 20px;
      color: #5b594a; }
      @media only screen and (min-width: 400px) {
        .cartBox .cartDetailCont .freeDeliveryInfoContainer,
        .cartBox .cartDetailCont .action {
          padding-left: 28px;
          padding-right: 28px; } }
      .cartBox .cartDetailCont .freeDeliveryInfoContainer p,
      .cartBox .cartDetailCont .action p {
        line-height: 1.4;
        margin: 0 0 20px; }
        .cartBox .cartDetailCont .freeDeliveryInfoContainer p strong,
        .cartBox .cartDetailCont .action p strong {
          color: #323132; }
    .cartBox .cartDetailCont .freeDeliveryInfoContainer {
      padding: 0; }
      .cartBox .cartDetailCont .freeDeliveryInfoContainer p {
        margin: 0;
        padding: 20px 0 0 0; }

.banners-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.banners-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0; }
  @media only screen and (min-width: 450px) and (max-width: 767px) {
    .banners-wrapper {
      margin: 0 -4px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .banners-wrapper {
      margin: 0 -2px; } }
  .fullscreen .banners-wrapper {
    margin: 0; }

.hpBanner {
  background: #ffd11d;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 10px;
  border: 1px solid #ccc; }
  .fullscreen .hpBanner {
    margin: 0;
    border: none; }
  .hpBanner .bgImg {
    width: 100%; }
  .hpBanner h2 {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.3;
    margin: 0.6em 0 0.5em;
    font-size: 1.5em; }
    @media only screen and (min-width: 400px) {
      .hpBanner h2 {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (min-width: 1024px) {
      .hpBanner h2 {
        padding-left: 25px;
        padding-right: 25px; } }
    @media only screen and (min-width: 400px) {
      .hpBanner h2 {
        font-size: 1.2em;
        line-height: 1.1; } }
    @media only screen and (min-width: 480px) {
      .hpBanner h2 {
        font-size: 3em;
        margin-top: 0.5em;
        line-height: 1; } }
    @media only screen and (min-width: 650px) {
      .hpBanner h2 {
        font-size: 4.5em; } }
    .hpBanner h2 a {
      color: white;
      text-decoration: none; }
  .hpBanner .info {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0; }
    .hpBanner .info a {
      display: inline-block; }
      .hpBanner .info a span {
        white-space: nowrap; }
  .hpBanner img {
    max-width: 100%; }
    .fullscreen .hpBanner img {
      max-width: none; }

.hpTitle {
  display: inline; }

.hpInfoLine {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background: #4eb715;
  color: white;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1.2; }
  @media only screen and (min-width: 400px) {
    .hpInfoLine {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1024px) {
    .hpInfoLine {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 450px) {
    .hpInfoLine {
      font-weight: normal;
      font-size: 0.9em;
      background: #6a6b6e; } }
.homepage h2 {
  font-weight: normal;
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 0.5em; }

.hpList .buttonLine {
  clear: left;
  text-align: center;
  margin: 1em 0 2em; }

.sectionTitle {
  margin: 0.75em; }
  .sectionTitle h2 {
    font-weight: bold;
    display: inline; }
    @media only screen and (max-width: 645px) {
      .sectionTitle h2 {
        display: block;
        margin-bottom: 0;
        font-size: 1.4em; } }
    .sectionTitle h2 a {
      text-decoration: none; }
      .sectionTitle h2 a:hover {
        text-decoration: underline; }
  .sectionTitle .numItems {
    padding-left: 1em; }
    @media only screen and (max-width: 645px) {
      .sectionTitle .numItems {
        padding: 0; } }
.topSelling {
  margin-bottom: 0.5em; }

.recentProducts {
  position: relative;
  height: auto;
  margin-bottom: 0; }
  .recentProducts .listItem h3 {
    display: none; }
  .no-touchevents .recentProducts:hover {
    padding-bottom: 275px;
    margin-bottom: -275px;
    z-index: 1; }
    .no-touchevents .recentProducts:hover .listItem:hover h3 {
      display: flex; }
  .recentProducts .hoverContainer {
    height: 290px;
    overflow: hidden; }
    .recentProducts .hoverContainer:hover {
      overflow: visible; }
      .recentProducts .hoverContainer:hover .arrowLeft,
      .recentProducts .hoverContainer:hover .arrowRight {
        height: 286px;
        background-color: gainsboro;
        opacity: 0.9; }
    .recentProducts .hoverContainer .recentProductsInnerContainer {
      overflow: hidden;
      height: 500px;
      padding-top: 5px; }
      .recentProducts .hoverContainer .recentProductsInnerContainer .swipe {
        overflow: visible; }
      .recentProducts .hoverContainer .recentProductsInnerContainer .swipe-wrap {
        float: left;
        overflow: visible; }
    .recentProducts .hoverContainer .arrowLeft,
    .recentProducts .hoverContainer .arrowRight {
      position: absolute;
      top: 40px;
      width: 44px;
      height: 400px;
      z-index: 1;
      background-size: 500px auto;
      background-color: rgba(200, 200, 200, 0.2);
      margin-top: -35px;
      cursor: pointer;
      z-index: 1;
      opacity: 0;
      transition: 0.2s background-color; }
    .hoverContainer:hover .recentProducts .hoverContainer .arrowLeft, .hoverContainer:hover .recentProducts .hoverContainer .arrowRight {
      background-color: gainsboro;
      opacity: 0.5; }
    @media only screen and (max-width: 500px) {
      .touchevents .recentProducts .hoverContainer .arrowLeft, .touchevents .recentProducts .hoverContainer .arrowRight {
        display: none; } }
    .recentProducts .hoverContainer .arrowLeft .icon,
    .recentProducts .hoverContainer .arrowRight .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 40px;
      margin-top: -30px;
      margin-left: -10px;
      background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -358px -125px no-repeat transparent;
      background-size: 500px auto; }
      @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        .recentProducts .hoverContainer .arrowLeft .icon,
        .recentProducts .hoverContainer .arrowRight .icon {
          background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -358px -125px no-repeat transparent;
          background-size: 500px auto; } }
    .recentProducts .hoverContainer .arrowLeft {
      left: 0; }
      .recentProducts .hoverContainer .arrowLeft .icon {
        background-position: -383px -125px; }
    .recentProducts .hoverContainer .arrowRight {
      right: 0; }
      .recentProducts .hoverContainer .arrowRight .icon {
        background-position: -333px -125px; }

.brand-logos {
  text-align: center;
  margin: 5em 0; }
  @media only screen and (max-width: 767px) {
    .brand-logos {
      display: none; } }
  .brand-logos .icon-adidas {
    margin: 7px 10px; }
    .brand-logos .icon-adidas img {
      height: 50px; }
  .brand-logos .icon-burton {
    margin: 20px 10px; }
    .brand-logos .icon-burton img {
      height: 24px; }
  .brand-logos .icon-converse {
    margin: 20px 10px; }
    .brand-logos .icon-converse img {
      height: 24px; }
  .brand-logos .icon-dc {
    margin: 10px 10px; }
    .brand-logos .icon-dc img {
      height: 44px; }
  .brand-logos .icon-nike {
    margin: 0px 10px; }
    .brand-logos .icon-nike img {
      height: 64px; }
  .brand-logos .icon-quiksilver {
    margin: 20px 10px; }
    .brand-logos .icon-quiksilver img {
      height: 24px; }
  .brand-logos .icon-vans {
    margin: 16px 10px; }
    .brand-logos .icon-vans img {
      height: 32px; }

.page-description {
  padding: 0 20px 10px 20px;
  margin: 0 -9px 20px -15px;
  text-align: justify; }
  @media only screen and (min-width: 1024px) {
    .page-description {
      margin: 0 -10px 20px -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .page-description {
      margin: 0 -13px 20px -15px; } }
  @media only screen and (min-width: 551px) and (max-width: 767px) {
    .page-description {
      margin: 0 -12px 10px -13px; } }
  @media only screen and (min-width: 441px) and (max-width: 550px) {
    .page-description {
      margin: 0 -11px 10px -11px; } }
  @media only screen and (max-width: 440px) {
    .page-description {
      margin: 0 0 10px 0;
      display: none; } }
  .page-description h4 {
    font-size: 1.3em; }
  .page-description h5 {
    font-size: 1.2em; }
  .page-description h6 {
    font-size: 1.1em; }

.aboutCont:empty,
.page-description:empty,
.list-top:empty {
  display: none; }

.list-top + .list {
  margin-top: 16px; }

.list {
  text-align: center;
  top: 0;
  margin: 0 -7px; }
  @media only screen and (max-width: 440px) {
    .list {
      margin: 0 -2px; } }
.buttonline {
  margin-top: 1em; }

.listItem {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  height: 500px;
  width: 24%;
  text-align: center;
  background: white;
  border: 1px solid #e4e6e6;
  margin: 0 0.5% 9px;
  display: block; }
  #special-offer-items .listItem {
    height: 420px; }
  @media only screen and (max-width: 1024px) {
    .listItem {
      width: 32.3%;
      margin-bottom: 7px;
      height: 500px; } }
  @media only screen and (min-width: 551px) and (max-width: 795px) {
    .listItem {
      width: 49%;
      height: 550px;
      margin: 0 1% 7px 0.5%; }
      .listItem:nth-child(2n) {
        margin: 0 0.5% 7px 0; } }
  @media only screen and (min-width: 441px) and (max-width: 550px) {
    .listItem {
      width: 32.3%;
      height: 405px;
      margin: 0 1.5% 5px 0; }
      .listItem:nth-child(3n) {
        margin-right: 0; } }
  @media only screen and (max-width: 440px) {
    .listItem {
      width: 49%;
      height: 435px;
      margin: 0 0.5% 4px 0.5%; } }
  .loading .listItem {
    opacity: 0.3;
    pointer-events: none; }
  .listItem img {
    width: 90%;
    margin: 0 5%; }
  .hpList .listItem {
    width: 24%;
    margin: 0 0.5% 10px;
    height: 400px; }
    @media only screen and (max-width: 769px) {
      .hpList .listItem {
        width: 24%;
        margin-bottom: 7px; } }
    @media only screen and (max-width: 500px) {
      .hpList .listItem {
        width: 49%;
        margin-bottom: 4px; } }
    .hpList .listItem .priceLine {
      height: 47px;
      padding-top: 26px; }
  .recentProducts .listItem {
    height: auto; }
  .listItem .inner {
    background-color: #fff;
    padding-top: 10px; }
    .listItem .inner .photoContainer {
      max-height: 375px;
      overflow: hidden; }
      .listItem .inner .photoContainer a {
        position: relative;
        width: 90%;
        margin-left: 5%;
        height: 0;
        padding-top: 85%;
        display: flex;
        justify-content: space-around;
        background-color: transparent;
        background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/spinner-ring.gif?9bd1556d7210");
        background-repeat: no-repeat;
        background-position: center center; }
      .listItem .inner .photoContainer img {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        -ms-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        transition-timing-function: linear; }
      .listItem .inner .photoContainer img[src$='1x1.gif'] {
        opacity: 0; }
      .listItem .inner .photoContainer.photoContainer350x400 {
        max-height: 400px; }
        .listItem .inner .photoContainer.photoContainer350x400 a {
          padding-top: 102.8571428571%; }
        .listItem .inner .photoContainer.photoContainer350x400 img {
          max-width: 350px; }
      .listItem .inner .photoContainer.photoContainer350x300 {
        max-height: 300px; }
        .listItem .inner .photoContainer.photoContainer350x300 a {
          padding-top: 77.1428571429%; }
        .listItem .inner .photoContainer.photoContainer350x300 img {
          max-width: 350px; }
      .listItem .inner .photoContainer.photoContainer250x375 {
        max-height: 375px; }
        .listItem .inner .photoContainer.photoContainer250x375 a {
          padding-top: 135%; }
        .listItem .inner .photoContainer.photoContainer250x375 img {
          max-width: 250px; }
      .listItem .inner .photoContainer.photoContainer203x250 {
        max-height: 250px; }
        .listItem .inner .photoContainer.photoContainer203x250 a {
          padding-top: 110.8374384236%; }
        .listItem .inner .photoContainer.photoContainer203x250 img {
          max-width: 203px; }
      .listItem .inner .photoContainer.photoContainer200x200 {
        max-height: 200px; }
        .listItem .inner .photoContainer.photoContainer200x200 a {
          padding-top: 90%; }
        .listItem .inner .photoContainer.photoContainer200x200 img {
          max-width: 200px; }
      .listItem .inner .photoContainer.photoContainer105x120 {
        max-height: 120px; }
        .listItem .inner .photoContainer.photoContainer105x120 a {
          padding-top: 102.8571428571%; }
        .listItem .inner .photoContainer.photoContainer105x120 img {
          max-width: 105px; }
      .listItem .inner .photoContainer.photoContainer89x82 {
        max-height: 82px; }
        .listItem .inner .photoContainer.photoContainer89x82 a {
          padding-top: 82.9213483146%; }
        .listItem .inner .photoContainer.photoContainer89x82 img {
          max-width: 89px; }
  .listItem img {
    max-width: 250px;
    position: absolute;
    top: 0;
    left: 0; }
  .listItem img.alternate {
    visibility: hidden;
    opacity: 0; }
  .listItem .priceLine {
    border-top: 1px solid #e9ebeb;
    border-bottom: 1px solid #e9ebeb;
    margin-top: 11px;
    padding-top: 18px;
    padding-bottom: 0;
    font-weight: bold;
    height: 60px; }
    @media only screen and (max-width: 200px) {
      .listItem .priceLine {
        height: 100px; } }
    .listItem .priceLine .price {
      display: block;
      font-size: 1.35em;
      line-height: 0.6;
      font-weight: bold;
      color: #414042; }
    .listItem .priceLine .info {
      font-size: 0.75em;
      color: #838488; }
      .listItem .priceLine .info .shed, .listItem .priceLine .info .noshed {
        font-size: 0.85em; }
        .listItem .priceLine .info .shed.orange, .listItem .priceLine .info .noshed.orange {
          color: #ff5720;
          display: block; }
  .listItem h3 {
    line-height: 1.25;
    font-weight: normal;
    font-size: 0.9em;
    margin: 10px 5px;
    overflow-x: hidden;
    overflow-y: visible;
    display: flex;
    align-items: center;
    justify-content: center; }
    .listItem h3 a {
      text-decoration: none;
      color: #6a6b6e; }
      .listItem h3 a:hover {
        color: black; }
    @media only screen and (min-width: 795px) {
      .listItem h3 {
        min-height: 4em; } }
    @media only screen and (min-width: 551px) and (max-width: 795px) {
      .listItem h3 {
        min-height: 3.75em; } }
    @media only screen and (min-width: 441px) and (max-width: 550px) {
      .listItem h3 {
        min-height: 3.75em; } }
    @media only screen and (max-width: 440px) {
      .listItem h3 {
        min-height: 3.75em; } }
  .listItem .sizes {
    border-top: 1px solid #e9ebeb;
    padding: 9px 5px;
    font-size: 0.9em;
    color: #231f20;
    display: none; }
    .listItem .sizes .title {
      font-size: 0.9em;
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      color: #4eb715; }
  @media only screen and (min-width: 450px) {
    .hpList .no-touchevents .listItem:hover, .hpList .no-touchevents .listItem.hover {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 450px) and (max-width: 769px) {
    .hpList .no-touchevents .listItem:hover, .hpList .no-touchevents .listItem.hover {
      margin-bottom: 7px; } }
  @media only screen and (min-width: 450px) and (max-width: 500px) {
    .hpList .no-touchevents .listItem:hover, .hpList .no-touchevents .listItem.hover {
      margin-bottom: 4px; } }
  @media only screen and (min-width: 450px) {
    .no-touchevents .listItem:hover .inner, .no-touchevents .listItem.hover .inner {
      border: 5px solid #ffd11d;
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      z-index: 2;
      -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      min-height: 100%; }
    .no-touchevents .listItem:hover .sizes, .no-touchevents .listItem.hover .sizes {
      display: block; }
    .no-touchevents .listItem:hover .original, .no-touchevents .listItem.hover .original {
      visibility: hidden;
      opacity: 0; }
    .no-touchevents .listItem:hover .alternate, .no-touchevents .listItem.hover .alternate {
      visibility: visible;
      opacity: 1; } }
.paging {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  clear: both;
  padding-top: 1.5em;
  padding-bottom: .5em; }
  @media only screen and (min-width: 400px) {
    .paging {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1024px) {
    .paging {
      padding-left: 25px;
      padding-right: 25px; } }
  .paging .min {
    display: inline-block; }
  .paging .full {
    display: none; }
  @media only screen and (min-width: 767px) {
    .paging {
      padding-top: 2em;
      padding-bottom: 2em; }
      .paging .min {
        display: none; }
      .paging .full {
        display: block; } }
  .paging ol {
    list-style-type: none;
    color: #969899;
    padding: 0; }
  .paging li {
    display: inline-block;
    margin: 0 1px;
    margin-bottom: 0.3em; }
  .paging a.num {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #6a6b6e;
    font-size: 0.95em;
    text-decoration: none;
    height: 34px;
    line-height: 35px;
    padding: 0 13px;
    font-weight: bold; }
    .paging a.num:hover, .paging a.num.active {
      background: #969899;
      color: white;
      text-shadow: 0 1px 0 #7c7f80;
      border-bottom: 1px solid #7c7f80; }
  .paging .prev, .paging .next {
    text-transform: none; }

.breadcrumbs {
  font-size: 0.4em; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
.pageTitle {
  text-align: left; }
  .pageTitle h1 {
    text-transform: uppercase; }
    .pageTitle h1 .icon-adidas img {
      height: 1.5em; }

.specifyParameters,
.leftSidebar,
.rightSidebar {
  display: none; }

.pageHeader.empty .specifyParameters {
  visibility: hidden; }

.pageContent.empty .pageTitle,
.pageContent.empty #main-filter {
  visibility: hidden; }

.pageContent.empty .detailTitle {
  visibility: visible; }

@media only screen and (max-width: 767px) {
  .specifyParameters {
    display: block;
    margin: 0;
    border: 1px solid rgba(80, 80, 80, 0.3);
    color: #414042;
    cursor: pointer;
    text-align: center;
    font-size: 1em;
    line-height: 50px;
    background: white;
    height: 50px;
    text-transform: uppercase; }
    .specifyParameters .specifyParametersRightArrow {
      float: right;
      margin-right: 14px;
      line-height: 62px; } }

.recommendCont {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-y: hidden;
  padding: 1em 0 280px;
  text-align: center; }
  .recommendCont .cont {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1070px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 400px) {
      .recommendCont .cont {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (min-width: 1024px) {
      .recommendCont .cont {
        padding-left: 25px;
        padding-right: 25px; } }
  .recommendCont h2 {
    font-weight: normal;
    font-size: 1.5em;
    color: #414042;
    margin-top: 4em; }
  @media only screen and (max-width: 769px) {
    .recommendCont .no5, .recommendCont .no6 {
      display: none; } }
  @media only screen and (max-width: 500px) {
    .recommendCont .no3, .recommendCont .no4, .recommendCont .no5, .recommendCont .no6 {
      display: none; } }
  @media only screen and (max-width: 645px) {
    .recommendCont {
      display: none; } }
  .recommendCont .cyclerCont {
    position: absolute;
    left: 25px;
    right: 25px;
    height: 380px;
    overflow: hidden;
    background: #f1f2f2;
    transition: all 0.5s; }

.touchevents .recommendCont .cyclerCont {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.filter {
  text-align: left;
  margin: 0 6px 1em 3px;
  position: relative;
  height: 2em; }
  @media only screen and (max-width: 767px) {
    .filter {
      display: none; } }
.filterSort {
  margin: 0;
  padding: 0;
  top: 0;
  right: 0; }
  @media only screen and (min-width: 550px) {
    .filterSort {
      position: absolute; } }
  @media only screen and (max-width: 550px) {
    .filterSort {
      position: relative; } }
  .filterSort li {
    display: inline-block; }
    @media only screen and (max-width: 550px) {
      .filterSort li {
        margin-bottom: 1em; } }
  .filterSort label {
    font-size: 0.85em;
    margin-left: 10px;
    color: #6a6b6e; }

/**
 * navi
 */
.categoryMainFilter {
  padding: 0;
  margin: 0.33em 0 0 0px;
  border: 1px solid #cbced0;
  border: 1px solid #e9ebeb;
  overflow: hidden;
  border-bottom: 0;
  margin-bottom: 11px; }
  .categoryMainFilter.opened .showLessLabel {
    display: block; }
  .categoryMainFilter.opened .showMoreLabel {
    display: none; }
  .categoryMainFilter li {
    border-bottom: 1px solid #e9ebeb;
    list-style: none;
    width: 100%;
    line-height: 2.15em;
    font-size: 0.9em;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 0.5em;
    background: white;
    text-align: left; }
    .categoryMainFilter li.title {
      background: #f1f2f2;
      color: #ffd21e;
      border: 1px solid #f1f2f2;
      border-bottom: 2px solid #ffd11d;
      box-sizing: border-box; }
      .categoryMainFilter li.title span {
        font-weight: bold;
        color: white;
        color: #6a6b6e;
        font-size: 1.05em; }
    .categoryMainFilter li.disabled * {
      color: #ddd;
      cursor: default; }
    .categoryMainFilter li.active * {
      font-weight: bold; }
    .categoryMainFilter li.hidden {
      display: none; }
    .no-touchevents .categoryMainFilter li:not(.title):not(.priceInputs):hover {
      background: #ffd21e; }
      @media only screen and (max-width: 767px) {
        .no-touchevents .categoryMainFilter li:not(.title):not(.priceInputs):hover {
          background: transparent;
          /*background: rgb(188, 188, 190);*/ } }
    .categoryMainFilter li * {
      color: #6a6b6e;
      padding-left: 0.75em;
      text-decoration: none;
      font-weight: normal;
      cursor: pointer; }
    .categoryMainFilter li .showLessLabel {
      display: none; }
    .categoryMainFilter li .showMoreLabel {
      display: block; }
    .categoryMainFilter li .moreCountLabel {
      padding-left: 0.25em; }
  .categoryMainFilter input {
    display: inline; }
  .categoryMainFilter input[type="radio"] {
    visibility: hidden; }
  .categoryMainFilter label {
    padding: 0 0.33em;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .categoryMainFilter label {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis; }
        .categoryMainFilter label.changing {
          background: transparent url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/item-loading-wheel-black.gif?9bd1556d7210") 3px center no-repeat; }
          .categoryMainFilter label.changing input {
            visibility: hidden; } }
  .categoryMainFilter .priceInputs {
    border-bottom: 1px solid #e9ebeb;
    font-size: 0.9em;
    color: #6a6b6e;
    background: #f1f2f2;
    padding: 5px 0;
    margin: 0;
    text-align: center; }
    .categoryMainFilter .priceInputs * {
      padding: 0; }
    .categoryMainFilter .priceInputs .priceFilter {
      width: 32%;
      text-align: center; }
    .categoryMainFilter .priceInputs .priceRangeBar,
    .categoryMainFilter .priceInputs .priceRangeAxis {
      display: none; }

.navi {
  float: left;
  width: 215px;
  margin-top: -5px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media only screen and (max-width: 767px) {
    .navi {
      display: none; } }
.list .items {
  margin-left: 220px; }

@media only screen and (max-width: 767px) {
  .filters-1em-padding {
    padding: 0 0 0 1em; } }

@-webkit-keyframes galleryphotos-left-arrow-pulse {
  0% {
    -webkit-transform: translate3d(-0.24em, 0, 0);
    -moz-transform: translate3d(-0.24em, 0, 0);
    -ms-transform: translate3d(-0.24em, 0, 0);
    -o-transform: translate3d(-0.24em, 0, 0);
    transform: translate3d(-0.24em, 0, 0); }
  19% {
    -webkit-transform: translate3d(-0.24em, 0, 0);
    -moz-transform: translate3d(-0.24em, 0, 0);
    -ms-transform: translate3d(-0.24em, 0, 0);
    -o-transform: translate3d(-0.24em, 0, 0);
    transform: translate3d(-0.24em, 0, 0); }
  20% {
    -webkit-transform: translate3d(-0.16em, 0, 0);
    -moz-transform: translate3d(-0.16em, 0, 0);
    -ms-transform: translate3d(-0.16em, 0, 0);
    -o-transform: translate3d(-0.16em, 0, 0);
    transform: translate3d(-0.16em, 0, 0); }
  39% {
    -webkit-transform: translate3d(-0.16em, 0, 0);
    -moz-transform: translate3d(-0.16em, 0, 0);
    -ms-transform: translate3d(-0.16em, 0, 0);
    -o-transform: translate3d(-0.16em, 0, 0);
    transform: translate3d(-0.16em, 0, 0); }
  40% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  59% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  79% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  80% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  100% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); } }

@-moz-keyframes galleryphotos-left-arrow-pulse {
  0% {
    -webkit-transform: translate3d(-0.24em, 0, 0);
    -moz-transform: translate3d(-0.24em, 0, 0);
    -ms-transform: translate3d(-0.24em, 0, 0);
    -o-transform: translate3d(-0.24em, 0, 0);
    transform: translate3d(-0.24em, 0, 0); }
  19% {
    -webkit-transform: translate3d(-0.24em, 0, 0);
    -moz-transform: translate3d(-0.24em, 0, 0);
    -ms-transform: translate3d(-0.24em, 0, 0);
    -o-transform: translate3d(-0.24em, 0, 0);
    transform: translate3d(-0.24em, 0, 0); }
  20% {
    -webkit-transform: translate3d(-0.16em, 0, 0);
    -moz-transform: translate3d(-0.16em, 0, 0);
    -ms-transform: translate3d(-0.16em, 0, 0);
    -o-transform: translate3d(-0.16em, 0, 0);
    transform: translate3d(-0.16em, 0, 0); }
  39% {
    -webkit-transform: translate3d(-0.16em, 0, 0);
    -moz-transform: translate3d(-0.16em, 0, 0);
    -ms-transform: translate3d(-0.16em, 0, 0);
    -o-transform: translate3d(-0.16em, 0, 0);
    transform: translate3d(-0.16em, 0, 0); }
  40% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  59% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  79% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  80% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  100% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); } }

@keyframes galleryphotos-left-arrow-pulse {
  0% {
    -webkit-transform: translate3d(-0.24em, 0, 0);
    -moz-transform: translate3d(-0.24em, 0, 0);
    -ms-transform: translate3d(-0.24em, 0, 0);
    -o-transform: translate3d(-0.24em, 0, 0);
    transform: translate3d(-0.24em, 0, 0); }
  19% {
    -webkit-transform: translate3d(-0.24em, 0, 0);
    -moz-transform: translate3d(-0.24em, 0, 0);
    -ms-transform: translate3d(-0.24em, 0, 0);
    -o-transform: translate3d(-0.24em, 0, 0);
    transform: translate3d(-0.24em, 0, 0); }
  20% {
    -webkit-transform: translate3d(-0.16em, 0, 0);
    -moz-transform: translate3d(-0.16em, 0, 0);
    -ms-transform: translate3d(-0.16em, 0, 0);
    -o-transform: translate3d(-0.16em, 0, 0);
    transform: translate3d(-0.16em, 0, 0); }
  39% {
    -webkit-transform: translate3d(-0.16em, 0, 0);
    -moz-transform: translate3d(-0.16em, 0, 0);
    -ms-transform: translate3d(-0.16em, 0, 0);
    -o-transform: translate3d(-0.16em, 0, 0);
    transform: translate3d(-0.16em, 0, 0); }
  40% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  59% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  79% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  80% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  100% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); } }

@-webkit-keyframes galleryphotos-right-arrow-pulse {
  0% {
    -webkit-transform: translate3d(0.24em, 0, 0);
    -moz-transform: translate3d(0.24em, 0, 0);
    -ms-transform: translate3d(0.24em, 0, 0);
    -o-transform: translate3d(0.24em, 0, 0);
    transform: translate3d(0.24em, 0, 0); }
  19% {
    -webkit-transform: translate3d(0.24em, 0, 0);
    -moz-transform: translate3d(0.24em, 0, 0);
    -ms-transform: translate3d(0.24em, 0, 0);
    -o-transform: translate3d(0.24em, 0, 0);
    transform: translate3d(0.24em, 0, 0); }
  20% {
    -webkit-transform: translate3d(0.16em, 0, 0);
    -moz-transform: translate3d(0.16em, 0, 0);
    -ms-transform: translate3d(0.16em, 0, 0);
    -o-transform: translate3d(0.16em, 0, 0);
    transform: translate3d(0.16em, 0, 0); }
  39% {
    -webkit-transform: translate3d(0.16em, 0, 0);
    -moz-transform: translate3d(0.16em, 0, 0);
    -ms-transform: translate3d(0.16em, 0, 0);
    -o-transform: translate3d(0.16em, 0, 0);
    transform: translate3d(0.16em, 0, 0); }
  40% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  59% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  79% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  80% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  100% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); } }

@-moz-keyframes galleryphotos-right-arrow-pulse {
  0% {
    -webkit-transform: translate3d(0.24em, 0, 0);
    -moz-transform: translate3d(0.24em, 0, 0);
    -ms-transform: translate3d(0.24em, 0, 0);
    -o-transform: translate3d(0.24em, 0, 0);
    transform: translate3d(0.24em, 0, 0); }
  19% {
    -webkit-transform: translate3d(0.24em, 0, 0);
    -moz-transform: translate3d(0.24em, 0, 0);
    -ms-transform: translate3d(0.24em, 0, 0);
    -o-transform: translate3d(0.24em, 0, 0);
    transform: translate3d(0.24em, 0, 0); }
  20% {
    -webkit-transform: translate3d(0.16em, 0, 0);
    -moz-transform: translate3d(0.16em, 0, 0);
    -ms-transform: translate3d(0.16em, 0, 0);
    -o-transform: translate3d(0.16em, 0, 0);
    transform: translate3d(0.16em, 0, 0); }
  39% {
    -webkit-transform: translate3d(0.16em, 0, 0);
    -moz-transform: translate3d(0.16em, 0, 0);
    -ms-transform: translate3d(0.16em, 0, 0);
    -o-transform: translate3d(0.16em, 0, 0);
    transform: translate3d(0.16em, 0, 0); }
  40% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  59% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  79% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  80% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  100% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); } }

@keyframes galleryphotos-right-arrow-pulse {
  0% {
    -webkit-transform: translate3d(0.24em, 0, 0);
    -moz-transform: translate3d(0.24em, 0, 0);
    -ms-transform: translate3d(0.24em, 0, 0);
    -o-transform: translate3d(0.24em, 0, 0);
    transform: translate3d(0.24em, 0, 0); }
  19% {
    -webkit-transform: translate3d(0.24em, 0, 0);
    -moz-transform: translate3d(0.24em, 0, 0);
    -ms-transform: translate3d(0.24em, 0, 0);
    -o-transform: translate3d(0.24em, 0, 0);
    transform: translate3d(0.24em, 0, 0); }
  20% {
    -webkit-transform: translate3d(0.16em, 0, 0);
    -moz-transform: translate3d(0.16em, 0, 0);
    -ms-transform: translate3d(0.16em, 0, 0);
    -o-transform: translate3d(0.16em, 0, 0);
    transform: translate3d(0.16em, 0, 0); }
  39% {
    -webkit-transform: translate3d(0.16em, 0, 0);
    -moz-transform: translate3d(0.16em, 0, 0);
    -ms-transform: translate3d(0.16em, 0, 0);
    -o-transform: translate3d(0.16em, 0, 0);
    transform: translate3d(0.16em, 0, 0); }
  40% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  59% {
    -webkit-transform: translate3d(0.08em, 0, 0);
    -moz-transform: translate3d(0.08em, 0, 0);
    -ms-transform: translate3d(0.08em, 0, 0);
    -o-transform: translate3d(0.08em, 0, 0);
    transform: translate3d(0.08em, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  79% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  80% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); }
  100% {
    -webkit-transform: translate3d(-0.08em, 0, 0);
    -moz-transform: translate3d(-0.08em, 0, 0);
    -ms-transform: translate3d(-0.08em, 0, 0);
    -o-transform: translate3d(-0.08em, 0, 0);
    transform: translate3d(-0.08em, 0, 0); } }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.detailTitle .muted, .detailTitle .brand {
  font-size: 0.45em; }

.detailTitle .brand {
  font-weight: bold; }

.detailTitle h1 .productName {
  display: block; }

.detailTitle.pageTitle {
  margin-top: 0; }

.productCol1, .productCol2 {
  clear: left; }
  @media only screen and (min-width: 550px) {
    .productCol1, .productCol2 {
      float: left;
      width: 48%;
      clear: none; } }
.productCol1 {
  min-height: 100px; }
  @media only screen and (min-width: 550px) {
    .productCol1 {
      margin-right: 4%; } }
.productCol2 {
  min-height: 100px; }
  .productCol2 p {
    margin: 0; }
  .productCol2 .textLink {
    white-space: nowrap; }
  .productCol2 .shed {
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis; }
    .productCol2 .shed span {
      margin-right: 0.33em;
      margin-bottom: 0.33em;
      padding: 0.25em 0.5em;
      white-space: nowrap;
      display: inline-block; }
    .productCol2 .shed .green {
      color: white;
      background: #4eb715; }
    .productCol2 .shed .discount {
      background: #ffd11d;
      color: #7c7f80; }
    .productCol2 .shed .free-delivery {
      background: #ff5720;
      color: white; }
  .productCol2 .priceBox {
    margin-top: 20px; }
    .productCol2 .priceBox .price {
      font-size: 3.75em;
      font-weight: bold;
      letter-spacing: -0.05em;
      line-height: 0.9;
      float: left;
      margin-right: 20px;
      margin-bottom: 10px; }
    .productCol2 .priceBox .moreInfo {
      float: left;
      width: 195px;
      margin: 0 0 0 0;
      line-height: 1.3; }
      .productCol2 .priceBox .moreInfo dl {
        margin: 0;
        padding: 0;
        color: #6a6b6e;
        font-size: 0.85em; }
        .productCol2 .priceBox .moreInfo dl dt {
          margin: 0;
          padding: 0;
          display: inline-block;
          width: 110px; }
        .productCol2 .priceBox .moreInfo dl dd {
          margin: 0;
          padding: 0;
          display: inline-block; }
    .productCol2 .priceBox a {
      color: #6a6b6e; }
  .productCol2 .sizeBox {
    padding: 20px 0;
    position: relative;
    padding-bottom: 3em; }
    .productCol2 .sizeBox .styledSelect {
      display: none; }
    .productCol2 .sizeBox .size-info {
      margin-top: 0.5em;
      line-height: 2em; }
      .productCol2 .sizeBox .size-info a {
        color: #6a6b6e; }
    .productCol2 .sizeBox .sizeSelectList {
      position: relative;
      clear: both;
      margin: 0;
      padding: 0;
      list-style: none;
      border: 1px solid #b1b4b7;
      color: #6a6b6e;
      max-width: 375px;
      min-width: 250px;
      width: 100%; }
      .productCol2 .sizeBox .sizeSelectList:hover:not(.singleSize) {
        box-shadow: 0 5px 15px; }
      .productCol2 .sizeBox .sizeSelectList li {
        padding: 0.5em 1em;
        background: #f1f2f2;
        display: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .productCol2 .sizeBox .sizeSelectList li:nth-child(2n) {
          background: #fff; }
        .productCol2 .sizeBox .sizeSelectList li:hover {
          cursor: pointer; }
        .productCol2 .sizeBox .sizeSelectList li.selected {
          display: list-item;
          background: #fff; }
          .productCol2 .sizeBox .sizeSelectList li.selected:before {
            content: '';
            display: block;
            position: absolute;
            top: 8px;
            right: 2px;
            width: 25px;
            height: 25px;
            background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -408px -133px no-repeat transparent;
            background-size: 500px auto; }
            @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
              .productCol2 .sizeBox .sizeSelectList li.selected:before {
                background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -408px -133px no-repeat transparent;
                background-size: 500px auto; } }
          .productCol2 .sizeBox .sizeSelectList li.selected .column:not(:first-child) {
            display: none; }
        .productCol2 .sizeBox .sizeSelectList li .headers {
          display: none;
          font-weight: bold;
          color: #414042; }
        .productCol2 .sizeBox .sizeSelectList li .column {
          display: inline-block;
          padding-right: 1em;
          text-align: right;
          text-align: left;
          white-space: nowrap; }
      .productCol2 .sizeBox .sizeSelectList.singleSize li.selected {
        background: transparent;
        cursor: default; }
        .productCol2 .sizeBox .sizeSelectList.singleSize li.selected:before {
          background: transparent; }
    .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) {
      box-shadow: 0 5px 15px;
      z-index: 1; }
      .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li {
        display: list-item;
        background: #f1f2f2; }
        .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li:nth-child(2n) {
          background: #fff; }
        .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li:first-child {
          box-sizing: content-box;
          border-bottom: 1px solid #b1b4b7; }
        .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li:not(:first-child) {
          display: flex; }
          .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li.selected:not(:first-child) {
            font-weight: bold;
            color: #000;
            box-sizing: content-box;
            border-top: 1px solid #6a6b6e;
            border-bottom: 1px solid #6a6b6e; }
          .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li:not(:first-child):hover {
            background-color: #6a6b6e;
            color: #fff;
            cursor: pointer; }
          .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li:not(:first-child) .type {
            display: none; }
        .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li .headers {
          display: flex; }
        .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li .column {
          display: inline-block;
          padding-right: 0;
          width: 22%; }
        .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li .prompt {
          display: inline; }
        .productCol2 .sizeBox.open .sizeSelectList:not(.singleSize) li .headers + .prompt {
          display: none; }
  .productCol2 .buyBox .buyButt {
    font-size: 1.55em;
    height: 70px;
    line-height: 70px;
    width: 220px;
    text-align: center;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
    .blackcomb_de .productCol2 .buyBox .buyButt {
      font-size: 1.25em; }
  .productCol2 .colorBox {
    margin-top: 11px;
    margin-right: -7px; }
    .productCol2 .colorBox h3 {
      font-weight: normal;
      font-size: 1.35em;
      margin-bottom: 0.3em; }
    .productCol2 .colorBox img {
      float: left;
      width: 105px;
      height: auto;
      margin-right: 7px;
      margin-bottom: 7px;
      border: 1px solid #e6e7e8; }
    .productCol2 .colorBox a:hover img {
      border-color: #b1b4b7; }
    .productCol2 .colorBox a.nextVars {
      display: inline-block;
      width: 120px;
      height: 120px;
      line-height: 120px;
      background: #e9e9eb;
      border: 1px solid #e6e7e8;
      float: left;
      margin-bottom: 7px;
      text-decoration: none;
      font-size: 2.0em;
      font-weight: bold;
      text-align: center;
      color: #a5a6a8; }
      .productCol2 .colorBox a.nextVars:hover {
        background: #6a6b6e;
        color: white; }
  .productCol2 .textBox {
    clear: both;
    color: #6a6b6e;
    margin-top: 20px; }
    .productCol2 .textBox br {
      display: inline; }
    .productCol2 .textBox .product-tags {
      margin-top: 20px; }
    .productCol2 .textBox .more {
      display: none;
      text-align: center; }
    .js .productCol2 .textBox [itemprop="description"] {
      max-height: 70px;
      overflow: hidden; }
    .js .productCol2 .textBox.collapsible-description .bottom-fader {
      height: 20px;
      background: transparent url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/fadeout-bg.png?66cbfa9f69be") repeat-x;
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px); }
    .js .productCol2 .textBox.collapsible-description .more {
      display: block;
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px); }
    .js .productCol2 .textBox.expanded-description [itemprop="description"] {
      max-height: none; }
    .js .productCol2 .textBox.expanded-description .more, .js .productCol2 .textBox.expanded-description .bottom-fader {
      display: none; }

.mainBigPhoto {
  text-align: center;
  background: white;
  border: 1px solid #e6e7e8; }
  @media only screen and (max-width: 550px) {
    .mainBigPhoto {
      display: none; }
      .emptyGallery .mainBigPhoto {
        display: block; } }
  .mainBigPhoto img {
    margin: 0;
    width: 90%;
    max-width: 350px;
    margin: 6.5% 0; }

.galleryPhotos {
  margin-left: -10px;
  margin-right: -10px; }
  @media only screen and (min-width: 400px) {
    .galleryPhotos {
      margin-left: -20px;
      margin-right: -20px; } }
  .emptyGallery .galleryPhotos {
    display: none; }
  @media only screen and (max-width: 550px) {
    .galleryPhotos {
      overflow: hidden;
      position: relative;
      height: 400px;
      height: calc(100vw * 400 / 350 + 2px); }
      .galleryPhotos .inner {
        white-space: nowrap;
        position: absolute;
        height: 100%; }
      .galleryPhotos .photoCont {
        display: inline-block;
        position: relative;
        overflow: hidden; }
        .galleryPhotos .photoCont::before, .galleryPhotos .photoCont::after {
          position: absolute;
          top: 50%;
          color: #fff;
          text-shadow: 0 0 3px #000, -1px 0 0 #000, 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000;
          opacity: 0;
          font-size: 4em;
          font-weight: bold;
          line-height: 4em;
          margin-top: -2em;
          z-index: 2;
          width: 1em;
          transition: opacity 3s; }
        .galleryPhotos .photoCont::before {
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0;
          content: '<' !important;
          text-align: right;
          margin-left: -0.25em;
          -webkit-animation: galleryphotos-left-arrow-pulse 1.5s linear infinite;
          -moz-animation: galleryphotos-left-arrow-pulse 1.5s linear infinite;
          animation: galleryphotos-left-arrow-pulse 1.5s linear infinite; }
        .galleryPhotos .photoCont::after {
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          right: 0;
          content: '>' !important;
          text-align: left;
          margin-right: -0.25em;
          -webkit-animation: galleryphotos-right-arrow-pulse 1.5s linear infinite;
          -moz-animation: galleryphotos-right-arrow-pulse 1.5s linear infinite;
          animation: galleryphotos-right-arrow-pulse 1.5s linear infinite; }
      .galleryPhotos img {
        border: 1px solid #e6e7e8;
        width: 100%; }
      .galleryPhotos.slideIndicatorFadeout .photoCont:last-child::before, .galleryPhotos.slideIndicatorFadeout .photoCont:first-child::after {
        transition: none;
        opacity: 0.5; } }
  @media only screen and (min-width: 550px) {
    .galleryPhotos {
      margin: 25px 0 0 0; }
      .galleryPhotos .inner {
        margin-right: -7px; }
      .galleryPhotos .photoCont {
        float: left; }
        .galleryPhotos .photoCont img {
          width: 105px;
          height: auto;
          margin-right: 7px;
          margin-bottom: 7px;
          border: 1px solid #e6e7e8; }
        .galleryPhotos .photoCont a:hover img {
          border-color: #b1b4b7; } }
.icon-adidas img {
  height: 2.5em; }

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

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

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

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.cart {
  width: 100%;
  border-top: 2px solid #d9dadc;
  margin: 1.5em 0 5em;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .cart {
      margin-top: 0.8em;
      margin-bottom: 6em; } }
  .cart td {
    padding: 15px 3px;
    text-align: center; }
    .cart td.name {
      text-align: left; }
      .cart td.name a {
        text-decoration: none;
        font-size: 1.1em;
        font-weight: bold; }
        @media only screen and (max-width: 600px) {
          .cart td.name a {
            font-weight: normal; } }
        .cart td.name a:hover {
          color: black; }
    .cart td.discounted {
      text-decoration: line-through;
      color: #6a6b6e; }
    .cart td:nth-child(1) {
      padding-right: 10px; }
      .cart td:nth-child(1) img {
        border: 1px solid #e6e7e8; }
    .cart td:nth-child(5) {
      color: #4eb715; }
  .cart tr {
    border-top: 1px solid #d9dadc; }
  .cart tfoot {
    width: 100%;
    position: absolute;
    position: relative\9;
    left: 0;
    right: 0; }
    .cart tfoot tr {
      border-top: 3px double #d9dadc;
      display: block;
      text-align: right;
      width: 100%; }
      @media only screen and (max-width: 600px) {
        .cart tfoot tr {
          text-align: center;
          display: block; } }
    .cart tfoot td {
      display: inline-block;
      padding: 20px 0 0 0; }
    .cart tfoot .price {
      font-size: 2.2em; }
    .cart tfoot .name {
      font-size: 1.5em;
      color: #6a6b6e;
      padding-top: 25px; }
  .cart th {
    font-weight: normal;
    font-size: 0.8em;
    color: #6a6b6e;
    padding: 5px 0;
    text-align: center; }
    .cart th:nth-child(1) {
      width: 1%; }
    .cart th:nth-child(2) {
      text-align: left; }
  .cart .price {
    font-weight: bold;
    white-space: nowrap; }
  @media only screen and (max-width: 600px) {
    .cart {
      display: block; }
      .cart tr {
        display: block; }
        .cart tr:after {
          content: '';
          display: block;
          clear: both; }
      .cart td {
        display: inline-block; }
      .cart thead {
        display: none; }
      .cart tbody {
        display: block; }
        .cart tbody td:nth-child(1) {
          float: left;
          display: block;
          width: 89px;
          margin-right: -112px;
          padding-bottom: 20px; }
        .cart tbody td:nth-child(2) {
          margin-left: 105px;
          padding-bottom: 0;
          font-size: 0.92em;
          display: block;
          margin-bottom: 5px; }
        .cart tbody td:nth-child(3) {
          margin-left: 105px;
          padding-top: 8px;
          clear: both; }
        .cart tbody td.price {
          padding-top: 8px; }
        .cart tbody td:nth-child(7) {
          float: right;
          margin-top: -12px; }
      .cart tfoot {
        display: block; }
        .cart tfoot .price {
          font-size: 1.8em; } }
  @media only screen and (max-width: 800px) {
    .cart td:nth-child(4), .cart th:nth-child(4), .cart td:nth-child(5), .cart th:nth-child(5) {
      display: none; } }
.update-qty-form {
  margin-bottom: 0;
  white-space: nowrap; }
  .update-qty-form input[type=text] {
    width: 50px;
    text-align: center;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
  .update-qty-form input[type=submit] {
    background: none;
    text-shadow: none;
    border: 1px solid #d1d3d4;
    color: #6a6b6e;
    height: 39px;
    line-height: 39px;
    width: 36px;
    padding: 0; }
    .update-qty-form input[type=submit]:hover {
      background: #d7d9d9; }
    .update-qty-form input.dec[type=submit] {
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      margin-right: -1px; }
    .update-qty-form input.inc[type=submit] {
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      margin-left: -1px; }
  .update-qty-form .item-qty {
    border-color: #d1d3d4;
    border-style: solid;
    border-width: 1px;
    padding: 9px 16px 8px 16px; }

.remove-item-form {
  margin-bottom: 0; }
  .remove-item-form input[type=submit] {
    background: none;
    text-shadow: none;
    font-size: 2em;
    padding: 0;
    color: #c9cdcd; }
    .remove-item-form input[type=submit]:hover {
      color: #ff5720; }

/* ------- Breadcrumbs ------------ */
.cartpath {
  font-size: 1.7em;
  font-weight: bold;
  text-transform: lowercase;
  margin-top: 0.5em;
  display: block; }
  @media only screen and (max-width: 600px) {
    .cartpath {
      font-size: 1em; } }
  .cartpath tbody, .cartpath tr {
    display: block;
    text-align: center; }
  .cartpath td {
    display: inline-block;
    white-space: nowrap; }
    .cartpath td:before {
      content: '>';
      display: inline-block;
      color: #d1d2d3;
      font-weight: normal;
      margin: 0 0.5em 0 0.5em; }
      @media only screen and (max-width: 600px) {
        .cartpath td:before {
          margin: 0 0.3em 0 0em; } }
    .cartpath td:first-child:before {
      display: none; }
    .cartpath td .ddd {
      color: #d1d2d3; }

/* ------- Dicounts ------------ */
ul.discounts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.2em; }
  ul.discounts li {
    text-align: right;
    color: #6a6b6e;
    margin-bottom: 0.3em; }
    @media only screen and (max-width: 600px) {
      ul.discounts li {
        text-align: center; } }
    ul.discounts li a {
      font-weight: bold;
      text-decoration: none; }
      ul.discounts li a:hover {
        text-decoration: underline; }
    ul.discounts li label {
      text-align: left; }
  ul.discounts form {
    background: #e1e3e3;
    padding: 5px 10px;
    margin-top: 1em;
    margin-bottom: 2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    @media only screen and (min-width: 800px) {
      ul.discounts form {
        text-align: center;
        padding: 10px 10px; } }
    ul.discounts form input[type=submit] {
      border: 0;
      background: #969899;
      border-bottom: 1px solid #7c7f80;
      text-shadow: 0 1px 0 #7c7f80;
      height: 40px;
      line-height: 40px;
      padding: 0 20px; }
      ul.discounts form input[type=submit]:hover {
        background: #7c7f80; }
    @media only screen and (min-width: 800px) {
      ul.discounts form label {
        text-align: right;
        width: 150px;
        margin-right: 15px; } }
    @media only screen and (min-width: 800px) {
      ul.discounts form p {
        text-align: right; } }
    ul.discounts form p + p {
      margin-top: 0; }

p.tar {
  margin-top: 1.5em;
  text-align: center;
  position: relative; }
  @media only screen and (min-width: 800px) {
    p.tar {
      text-align: right; } }
  p.tar .buy-button.fl {
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #969899;
    color: white;
    font-size: 0.95em;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-weight: bold;
    border-bottom: 1px solid #7c7f80;
    text-shadow: 0 1px 0 #7c7f80;
    letter-spacing: 0.5px; }
    p.tar .buy-button.fl:hover {
      background: #7c7f80; }
    @media only screen and (max-width: 800px) {
      p.tar .buy-button.fl {
        display: none; } }
    @media only screen and (min-width: 800px) {
      p.tar .buy-button.fl {
        display: inline-block;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #969899;
        color: white;
        font-size: 0.95em;
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        font-weight: bold;
        border-bottom: 1px solid #7c7f80;
        text-shadow: 0 1px 0 #7c7f80;
        letter-spacing: 0.5px;
        float: left; }
        p.tar .buy-button.fl:hover {
          background: #7c7f80; } }
/* ----------------  

                    OBJEDNAVKA
                                         
/* ---------------- cashdesk differencies ----------------- */
.cart.cashdesk {
  margin-bottom: 2em; }
  .cart.cashdesk th:nth-child(1) {
    width: auto;
    text-align: left; }
  .cart.cashdesk td:nth-child(4) {
    color: #4eb715; }
  .cart.cashdesk td:nth-child(5) {
    color: #414042; }
  @media only screen and (max-width: 780px) {
    .cart.cashdesk {
      margin-bottom: 5.5em; } }
  @media only screen and (max-width: 600px) {
    .cart.cashdesk {
      margin-bottom: 4em; }
      .cart.cashdesk tr {
        padding: 10px 0 10px; }
      .cart.cashdesk td {
        padding: 0; }
      .cart.cashdesk td:nth-child(1) {
        float: none;
        width: auto;
        margin: 0;
        font-size: 0.8em;
        display: inline; }
      .cart.cashdesk td:nth-child(2) {
        margin-left: 0;
        display: inline; }
        .cart.cashdesk td:nth-child(2):after {
          content: 'x'; }
      .cart.cashdesk tbody td:nth-child(3) {
        display: none; }
      .cart.cashdesk tbody td:nth-child(5) {
        display: block;
        text-align: right;
        padding: 0; }
      .cart.cashdesk .delivery td:nth-child(2):after, .cart.cashdesk tfoot td:nth-child(2):after {
        content: ''; }
      .cart.cashdesk tfoot tr {
        text-align: right; }
      .cart.cashdesk tfoot td:nth-child(3) {
        display: inline-block;
        margin-left: 5px; } }
  @media only screen and (max-width: 800px) {
    .cart.cashdesk tbody td:nth-child(4), .cart.cashdesk tbody td:nth-child(3) {
      display: none; }
    .cart.cashdesk tbody td:nth-child(5) {
      display: inline-block; } }
/* ---------------- adresy ----------------- */
.primary-address, .secondary-address {
  float: left;
  width: 300px;
  *zoom: 1; }
  .primary-address:before, .primary-address:after, .secondary-address:before, .secondary-address:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .primary-address:after, .secondary-address:after {
    clear: both; }
  .primary-address h2, .secondary-address h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: normal; }
  .primary-address address, .secondary-address address {
    font-style: normal;
    color: #838488;
    padding-bottom: 20px; }

.lbreak {
  clear: both;
  margin: 1.5em 0; }

.tac {
  text-align: center; }
  .tac + p {
    text-align: center;
    font-size: 0.9em; }
  .tac .buy-button {
    margin: 1.5em 0 0.5em; }
  .tac textarea {
    margin-top: 0.5em;
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .tac textarea {
        width: 100% !important; } }
  .tac br {
    display: block; }

.deliveryTimeSelect {
  display: inline-block; }
  .deliveryTimeSelect label {
    display: block;
    width: auto;
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
    padding-left: 0; }
    .deliveryTimeSelect label input[type="radio"] {
      margin: 0.8em 0.3em; }

.shippingPage label {
  color: #414042;
  font-weight: normal;
  font-size: 1.05em;
  width: auto;
  padding-left: 0; }

.shippingPage table.subtle {
  margin-top: 1em;
  margin-bottom: 1.5em; }
  @media only screen and (min-width: 645px) {
    .shippingPage table.subtle {
      width: 48%;
      float: left; } }
  .shippingPage table.subtle tr.disabled {
    opacity: 0.3; }
    .shippingPage table.subtle tr.disabled .price {
      display: none; }
  .shippingPage table.subtle th {
    text-align: left;
    font-size: 1.5em;
    font-weight: normal;
    padding: 0.8em 0 0.8em; }
  .shippingPage table.subtle .sm {
    width: 30px;
    vertical-align: top; }
  .shippingPage table.subtle .info-popup {
    display: none; }
  .shippingPage table.subtle .price {
    padding-left: 0.5em;
    font-size: 0.85em;
    opacity: 0.7; }

.shippingPage #delivery-types h3 {
  margin: 0; }
  .shippingPage #delivery-types h3 label {
    font-weight: bold;
    display: block; }
  .shippingPage #delivery-types h3 img {
    margin-left: 10px;
    float: right; }
    @media only screen and (max-width: 770px) {
      .shippingPage #delivery-types h3 img {
        margin: 5px 0 5px 10px; } }
.shippingPage #delivery-types p {
  color: #838488;
  margin: 0; }
  .shippingPage #delivery-types p + p {
    margin-bottom: 2em; }

.shippingPage #pickup-location-form {
  clear: both;
  background: #e1e3e3;
  padding: 10px 10px;
  margin-top: 1em;
  margin-bottom: 2em;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  @media only screen and (min-width: 800px) {
    .shippingPage #pickup-location-form {
      padding: 15px 15px; } }
  .shippingPage #pickup-location-form h3 {
    display: inline-block;
    color: #6a6b6e;
    font-size: 1em;
    width: 210px; }
  .shippingPage #pickup-location-form label {
    color: #6a6b6e;
    font-size: 1em;
    display: inline-block; }
  .shippingPage #pickup-location-form h3.info {
    margin-top: 0.8em;
    color: #414042; }
    @media only screen and (min-width: 800px) {
      .shippingPage #pickup-location-form h3.info {
        margin-left: 220px;
        width: auto; } }
  @media only screen and (min-width: 800px) {
    .shippingPage #pickup-location-form table.info.hours {
      display: inline-block !important;
      margin-left: 220px; }
      .shippingPage #pickup-location-form table.info.hours tbody, .shippingPage #pickup-location-form table.info.hours tr, .shippingPage #pickup-location-form table.info.hours td {
        display: inline; } }
  .shippingPage #pickup-location-form .error {
    display: inline; }
    .shippingPage #pickup-location-form .error:before {
      display: none; }
  .shippingPage #pickup-location-form .ui-helper-hidden-accessible {
    display: none; }

.shippingPage #pickup-location-info div {
  clear: both;
  margin: 1em 0; }
  .shippingPage #pickup-location-info div h3 {
    margin: 0;
    float: left;
    width: 220px; }
  .shippingPage #pickup-location-info div table.hours {
    clear: both; }
    .shippingPage #pickup-location-info div table.hours td {
      padding-right: 1em; }
      .shippingPage #pickup-location-info div table.hours td br {
        display: inline-block;
        margin: 0 1em; }

.shippingPage .actions {
  text-align: center;
  *zoom: 1; }
  .shippingPage .actions:before, .shippingPage .actions:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .shippingPage .actions:after {
    clear: both; }

.shippingPage .notifications {
  border-top: 1px solid #cbced0;
  clear: both; }
  .shippingPage .notifications br {
    display: block; }

.hidden-control {
  display: none; }

.staticTextCont {
  max-width: 600px;
  margin: 0 auto; }
  .staticTextCont .pageTitle h1 {
    margin-bottom: 1em;
    display: block; }
  .staticTextCont h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 1.5em 0 0.5em; }
  .staticTextCont li {
    margin-bottom: 0.5em; }
  .staticTextCont ul, .staticTextCont ol {
    margin-bottom: 1.5em;
    color: #414042; }
  .staticTextCont p {
    color: #414042; }
  .staticTextCont table {
    margin: 2em 0 3em; }
    .staticTextCont table th {
      background: #e8e8ea;
      text-align: left;
      font-weight: normal;
      font-size: 0.75em;
      padding: 20px 20px 20px 20px; }
    .staticTextCont table td {
      background: #fff;
      border-top: 1px solid #e1e1e1;
      font-size: 0.8em;
      padding: 10px 5px 10px 20px;
      color: #6a6b6e; }

.overlayModal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  z-index: 899; }
  .opened .overlayModal {
    opacity: 0.8;
    visibility: visible; }
  @media only screen and (max-width: 450px) {
    .overlayModal {
      display: none !important; } }
.modal {
  max-width: 450px;
  position: fixed;
  top: 50px;
  left: -120%;
  background: white;
  -webkit-box-shadow: 0 7px 27px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 27px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  margin-left: -225px;
  text-align: center;
  z-index: 900; }
  .opened .modal {
    left: 50%; }
  @media only screen and (max-width: 450px) {
    .modal {
      top: 0;
      bottom: 0;
      width: 100%;
      margin-left: 0; }
      .opened .modal {
        left: 0; } }
  .modal h4 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 0; }
  .modal .inner {
    padding: 30px 20px 20px; }
  .modal .buttonLine {
    padding: 1em 0 1em; }
  .modal p {
    color: #777; }
  .modal .close {
    position: absolute;
    width: 25px;
    height: 36px;
    background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -453px -133px no-repeat transparent;
    background-size: 500px auto;
    right: 7px;
    top: 7px;
    opacity: 0.3;
    cursor: pointer; }
    @media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 150/100), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      .modal .close {
        background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -453px -133px no-repeat transparent;
        background-size: 500px auto; } }
    .modal .close:hover {
      opacity: 1;
      background-position: -478px -133px; }

.message {
  background: white;
  position: fixed;
  top: 0;
  max-width: 500px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1000;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease; }
  @media only screen and (min-width: 500px) {
    .message {
      width: 500px;
      left: 50%;
      right: auto;
      margin-left: -250px;
      -webkit-box-shadow: 0 7px 27px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0 7px 27px 0px rgba(0, 0, 0, 0.15); } }
  .message h4 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 20px; }
  .message p {
    padding: 0 30px;
    margin: -10px 0 20px;
    font-size: 0.9em; }
  .message.success:after {
    content: '';
    display: block;
    height: 13px;
    background: #4eb715; }
  .message.error:after {
    content: '';
    display: block;
    height: 13px;
    background: #ff5720; }
  .message.info:after {
    content: '';
    display: block;
    height: 13px;
    background: #2197ff; }
  .message.closed {
    top: -500px; }

.infoMessage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 1000;
  text-align: center;
  color: white;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease; }
  .infoMessage h4 {
    margin: 6px; }
  .infoMessage.closed {
    top: -40px; }
  .infoMessage.success {
    background: #4eb715; }
  .infoMessage.error {
    background: #ff5720; }
  .infoMessage.info {
    background: #2197ff; }

.magazineArticles {
  margin: 0 auto;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .magazineArticles {
      display: none; } }
  .magazineArticles h2 {
    font-weight: bold;
    margin: 0; }
    .magazineArticles h2 a {
      text-decoration: none; }
      .magazineArticles h2 a:hover {
        text-decoration: underline; }
  .magazineArticles .magazineArticleList {
    list-style: none;
    margin: 0 -8px;
    padding: 0; }
    .magazineArticles .magazineArticleList .magazineArticle {
      position: relative;
      width: 33%;
      height: auto;
      float: left;
      margin-left: 0.5%;
      overflow: hidden; }
      .magazineArticles .magazineArticleList .magazineArticle:first-child {
        margin-left: 0; }
      .magazineArticles .magazineArticleList .magazineArticle .articleLabel {
        position: absolute;
        left: 0;
        top: 55%;
        padding: 0.66em 3em 0.66em 1.33em;
        margin-right: 10%;
        color: #ffd11d;
        background: rgba(0, 0, 0, 0.6);
        text-decoration: none;
        font-weight: normal;
        font-size: 0.9em; }
        .magazineArticles .magazineArticleList .magazineArticle .articleLabel:after {
          content: "\203A";
          position: absolute;
          right: 12px;
          top: 50%;
          font-size: 60px;
          font-weight: 200;
          line-height: 60px;
          margin-top: -30px; }
      .magazineArticles .magazineArticleList .magazineArticle h4 {
        height: 234px; }
      .magazineArticles .magazineArticleList .magazineArticle img {
        height: 234px; }
    .magazineArticles .magazineArticleList .break {
      width: 0;
      height: 0;
      clear: both; }

.newsCont, .aboutCont, .hpList {
  clear: both; }

.sidebarControlsContainer {
  display: none; }

@media only screen and (max-width: 767px) {
  #main-menu {
    display: none; }
  .pageHeader,
  .pageContent,
  .pageFooter,
  .contentOverlay {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .leftSidebarTransitions .pageHeader,
  .leftSidebarTransitions .pageContent,
  .leftSidebarTransitions .pageFooter,
  .leftSidebarTransitions .contentOverlay {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear; }
  .rightSidebarTransitions .pageHeader,
  .rightSidebarTransitions .pageContent,
  .rightSidebarTransitions .pageFooter {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear; }
  .rightSidebarTransitions .contentOverlay {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear; }
  .rightSidebarTransitions.rightSidebarActive .pageHeader,
  .rightSidebarTransitions.rightSidebarActive .pageContent,
  .rightSidebarTransitions.rightSidebarActive .pageFooter,
  .rightSidebarTransitions.rightSidebarActive .contentOverlay {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .pageContent {
    padding-top: 100px; }
    .pageContent.empty {
      padding-top: 50px; }
  .infoMessage {
    display: none; }
  .logoLine .searchBox {
    top: -100%;
    width: 200px;
    width: calc(100% - 110px);
    margin: 0 auto;
    left: 55px; } }
  @media only screen and (max-width: 767px) and (min-width: 400px) {
    .logoLine .searchBox {
      width: calc(100% - 120px); } }
@media only screen and (max-width: 767px) {
  .sidebarControlsContainer {
    display: block;
    position: fixed;
    width: 100%;
    padding-left: 20%; }
    .sidebarControlsContainer.sidebarControlsTop {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      -ms-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      transition-timing-function: linear;
      top: 18px;
      pointer-events: none;
      z-index: 1000; }
    .sidebarControlsContainer.sidebarControlsBottom {
      -webkit-transform: translateX(125%);
      -moz-transform: translateX(125%);
      -ms-transform: translateX(125%);
      -o-transform: translateX(125%);
      transform: translateX(125%);
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      -ms-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.25s;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -ms-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      transition-timing-function: linear;
      bottom: 0;
      padding-left: 0;
      z-index: 500; }
    .sidebarControlsContainer .sidebarClose,
    .sidebarControlsContainer .sidebarDoneButton {
      box-sizing: border-box;
      height: 50px;
      text-shadow: 0 0 1px #000, 0 0 1px #000;
      line-height: 50px;
      text-align: center;
      vertical-align: middle;
      background: #191a1c;
      color: #ccc;
      cursor: pointer; }
    .sidebarControlsContainer .sidebarClose {
      border-radius: 50% 0 0 50%;
      width: 50px;
      margin-left: -40px;
      font-size: 50px;
      font-weight: 200;
      content: '\00d7'; }
    .sidebarControlsContainer .sidebarDoneButton {
      width: 80%;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: bold;
      border-top: 1px solid #888; }
  .sidebar {
    position: fixed;
    top: -100px;
    bottom: -100px;
    display: block;
    width: 80%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #818382;
    background: #191a1c;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear; }
    .sidebar .slidingCard {
      position: relative;
      top: 0;
      bottom: 0;
      color: #818382;
      background: #191a1c;
      width: 100%;
      box-sizing: border-box;
      overflow-x: hidden;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      -ms-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.25s;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -ms-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      transition-timing-function: linear;
      margin: 100px 0; }
    .sidebar.leftSidebar {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
      .sidebar.leftSidebar .slidingCard {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
        .sidebar.leftSidebar .slidingCard.prev {
          -webkit-transform: translateX(-100%);
          -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          -o-transform: translateX(-100%);
          transform: translateX(-100%); }
        .sidebar.leftSidebar .slidingCard.current {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
        .sidebar.leftSidebar .slidingCard .sidebarHeader {
          border-bottom: 1px solid #333;
          text-align: center; }
          .sidebar.leftSidebar .slidingCard .sidebarHeader h3 {
            font-size: 20px;
            color: #ccc;
            margin: 0 auto;
            padding: 0;
            height: 50px;
            width: 40%;
            line-height: 50px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .sidebar.leftSidebar .slidingCard .sidebarHeader .menuBackLink {
            position: fixed;
            left: 20px;
            height: 50px;
            line-height: 50px;
            margin: 0;
            padding: 0;
            text-decoration: none;
            color: #818382; }
        .sidebar.leftSidebar .slidingCard .mainMenu {
          position: fixed;
          top: 51px;
          bottom: 0;
          width: 100%;
          height: auto;
          background: #191a1c !important;
          overflow-y: auto;
          text-align: left; }
          .sidebar.leftSidebar .slidingCard .mainMenu .sortMenu {
            color: #818382;
            background: #191a1c !important;
            display: block; }
            .sidebar.leftSidebar .slidingCard .mainMenu .sortMenu li {
              display: list-item; }
              .sidebar.leftSidebar .slidingCard .mainMenu .sortMenu li a {
                float: none;
                font-weight: 200;
                border-bottom: transparent;
                background-color: #191a1c !important;
                color: #818382;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
                .sidebar.leftSidebar .slidingCard .mainMenu .sortMenu li a:hover {
                  border-color: transparent; }
              .sidebar.leftSidebar .slidingCard .mainMenu .sortMenu li.active > a {
                border-color: transparent; }
              .sidebar.leftSidebar .slidingCard .mainMenu .sortMenu li.hasSubmenu a::after {
                content: '>';
                position: absolute;
                right: 20px; }
          .sidebar.leftSidebar .slidingCard .mainMenu.topLevelMenu {
            bottom: 0; }
            .sidebar.leftSidebar .slidingCard .mainMenu.topLevelMenu .sortMenu li a {
              padding-left: 40px;
              background-image: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sidebar-icons.svg?9bd1556d7210");
              background-repeat: no-repeat; }
              .sidebar.leftSidebar .slidingCard .mainMenu.topLevelMenu .sortMenu li a.home-icon {
                background-position: 10px -176px; }
              .sidebar.leftSidebar .slidingCard .mainMenu.topLevelMenu .sortMenu li a.catalog-icon {
                background-position: 9px -137px; }
              .sidebar.leftSidebar .slidingCard .mainMenu.topLevelMenu .sortMenu li a.search-icon {
                background-position: 11px -103px; }
              .sidebar.leftSidebar .slidingCard .mainMenu.topLevelMenu .sortMenu li a.login-icon {
                background-position: 10px -70px; }
              .sidebar.leftSidebar .slidingCard .mainMenu.topLevelMenu .sortMenu li a.terms-icon {
                background-position: 10px -26px; }
              .sidebar.leftSidebar .slidingCard .mainMenu.topLevelMenu .sortMenu li a.about-icon {
                background-position: 11px 12px; }
            .sidebar.leftSidebar .slidingCard .mainMenu.topLevelMenu .sortMenu:nth-child(1) li a {
              background-image: none; }
          .sidebar.leftSidebar .slidingCard .mainMenu .subMenu {
            background: transparent;
            display: none; }
            .sidebar.leftSidebar .slidingCard .mainMenu .subMenu ol {
              margin: 0;
              padding: 0 0 0 30px; }
        .sidebar.leftSidebar .slidingCard .sidebarFooter {
          position: fixed;
          bottom: 0;
          width: 100%;
          height: 50px;
          line-height: 50px;
          background: #191a1c;
          color: #818382;
          border-top: 1px solid #333;
          text-align: center;
          display: none; }
          .sidebar.leftSidebar .slidingCard .sidebarFooter a {
            color: #ccc; }
      .sidebar.leftSidebar.authenticatedUser .mainMenu.topLevelMenu {
        bottom: 51px; }
      .sidebar.leftSidebar.authenticatedUser .sidebarFooter {
        display: block; }
    .sidebar.rightSidebar {
      -webkit-transform: translateX(150%);
      -moz-transform: translateX(150%);
      -ms-transform: translateX(150%);
      -o-transform: translateX(150%);
      transform: translateX(150%); }
      .sidebar.rightSidebar .navi {
        color: #818382;
        background: #191a1c !important;
        display: block;
        float: none;
        width: auto; }
      .sidebar.rightSidebar .filterSort {
        position: relative;
        background: #191a1c; }
        .sidebar.rightSidebar .filterSort li:first-child {
          display: none; }
        .sidebar.rightSidebar .filterSort li:last-child {
          width: 95%; }
          .sidebar.rightSidebar .filterSort li:last-child label {
            color: #ccc;
            font-size: 0.9em;
            font-weight: bold;
            line-height: 2.4em;
            margin-left: 1em;
            display: inline-block;
            max-width: 45%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .sidebar.rightSidebar .filterSort li:last-child .styledSelect {
            float: right;
            background: transparent;
            border-color: #818382;
            max-width: 45%; }
            .sidebar.rightSidebar .filterSort li:last-child .styledSelect select {
              color: #ccc; }
      .sidebar.rightSidebar .filter {
        display: block;
        width: 100%;
        padding-top: 1.5em;
        margin: 0 0 1em 0; }
      .sidebar.rightSidebar .categoryMainFilter {
        border: none;
        margin: 0; }
        .sidebar.rightSidebar .categoryMainFilter li {
          color: #818382;
          background: #191a1c;
          border-bottom: none;
          padding: 0 0 0 0.5em; }
          .sidebar.rightSidebar .categoryMainFilter li * {
            font-weight: 200;
            color: #818382;
            background: #191a1c; }
          .sidebar.rightSidebar .categoryMainFilter li.title {
            position: relative;
            border: none;
            display: list-item;
            text-transform: uppercase; }
            .sidebar.rightSidebar .categoryMainFilter li.title::after {
              pointer-events: none;
              display: block;
              position: absolute;
              right: 20px;
              top: 8px;
              height: 25px;
              width: 25px;
              content: "";
              background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite_wo_domain.png?9bd1556d7210") -172px -133px no-repeat transparent;
              background-size: 500px auto;
              -webkit-transition-property: all;
              -moz-transition-property: all;
              -o-transition-property: all;
              -ms-transition-property: all;
              transition-property: all;
              -webkit-transition-duration: 0.25s;
              -moz-transition-duration: 0.25s;
              -o-transition-duration: 0.25s;
              -ms-transition-duration: 0.25s;
              transition-duration: 0.25s;
              -webkit-transition-timing-function: linear;
              -moz-transition-timing-function: linear;
              -o-transition-timing-function: linear;
              -ms-transition-timing-function: linear;
              transition-timing-function: linear;
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); } }
            @media only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 150/100), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 1.5dppx) {
              .sidebar.rightSidebar .categoryMainFilter li.title::after {
                background: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/sprite@2x_wo_domain.png?9bd1556d7210") -172px -133px no-repeat transparent;
                background-size: 500px auto; } }
@media only screen and (max-width: 767px) {
            .sidebar.rightSidebar .categoryMainFilter li.title span {
              color: #ccc;
              font-weight: bold;
              display: block;
              padding: 5px; }
          .sidebar.rightSidebar .categoryMainFilter li.disabled {
            text-decoration: line-through; }
          .sidebar.rightSidebar .categoryMainFilter li.toggle-more label {
            margin-left: 0.5em; }
        .sidebar.rightSidebar .categoryMainFilter.collapsed li {
          display: none; }
          .sidebar.rightSidebar .categoryMainFilter.collapsed li.title {
            display: list-item; }
            .sidebar.rightSidebar .categoryMainFilter.collapsed li.title::after {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg); }
        .sidebar.rightSidebar .categoryMainFilter .active {
          color: #ccc; }
        .sidebar.rightSidebar .categoryMainFilter input[type="checkbox"] {
          -webkit-appearance: none;
          border-radius: 0;
          width: 0;
          height: 0;
          color: #818382;
          border: none;
          padding: 0;
          margin: 0;
          font-size: 18px;
          position: relative;
          bottom: -3px; }
          .sidebar.rightSidebar .categoryMainFilter input[type="checkbox"]:focus {
            outline: none;
            -webkit-tap-highlight-color: transparent; }
          .sidebar.rightSidebar .categoryMainFilter input[type="checkbox"]::before {
            width: 20px;
            height: 22px;
            display: inline-block;
            margin-left: 0.5em; }
          .sidebar.rightSidebar .categoryMainFilter input[type="checkbox"]::before, .sidebar.rightSidebar .categoryMainFilter input[type="checkbox"]:disabled::before {
            content: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/checkbox-empty.svg?66cbfa9f69be"); }
          .sidebar.rightSidebar .categoryMainFilter input[type="checkbox"]:checked::before {
            content: url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/checkbox-checked-highlighted.svg?66cbfa9f69be"); }
        .sidebar.rightSidebar .categoryMainFilter .priceInputs {
          position: relative;
          background: transparent;
          border-bottom: none;
          margin: 0;
          padding: 1em;
          line-height: 1.5;
          text-align: center;
          display: block; }
          .sidebar.rightSidebar .categoryMainFilter .priceInputs input[type="number"] {
            pointer-events: none;
            background: #fff;
            border-color: transparent;
            color: #818382;
            margin: 0;
            width: calc((100% - 2em) / 2 - 2em);
            padding: 0;
            position: absolute;
            text-align: center;
            border: 1px solid #818382;
            color: #818382; }
            .sidebar.rightSidebar .categoryMainFilter .priceInputs input[type="number"][name="priceMin"] {
              left: 2em; }
            .sidebar.rightSidebar .categoryMainFilter .priceInputs input[type="number"][name="priceMax"] {
              right: 2em; }
          .sidebar.rightSidebar .categoryMainFilter .priceInputs .priceMinMaxSeparator {
            text-align: center;
            color: #818382; }
          .sidebar.rightSidebar .categoryMainFilter .priceInputs .priceRangeBar {
            display: block;
            position: absolute;
            top: -1px;
            left: 0;
            right: 0;
            height: 4px;
            z-index: 1;
            background: #ccc; }
          .sidebar.rightSidebar .categoryMainFilter .priceInputs .priceRangeAxis {
            display: block;
            margin: 1.5em auto;
            padding: 0;
            width: calc(100% - 4em - 4px);
            position: relative;
            overflow: visible;
            background: #818382;
            height: 2px;
            border: none; }
            .sidebar.rightSidebar .categoryMainFilter .priceInputs .priceRangeAxis .priceMinHandle,
            .sidebar.rightSidebar .categoryMainFilter .priceInputs .priceRangeAxis .priceMaxHandle {
              position: absolute;
              top: -9px;
              width: 20px;
              height: 20px;
              border: 2px solid #818382;
              border-radius: 50%;
              background: #191a1c;
              box-sizing: border-box;
              z-index: 1; }
            .sidebar.rightSidebar .categoryMainFilter .priceInputs .priceRangeAxis .priceMinHandle {
              left: -10px; }
            .sidebar.rightSidebar .categoryMainFilter .priceInputs .priceRangeAxis .priceMaxHandle {
              right: -10px; }
  .list .items {
    margin: 0 !important; }
  .leftSidebarActive .pageContent *,
  .leftSidebarActive .pageFooter *,
  .rightSidebarActive .pageContent *,
  .rightSidebarActive .pageFooter * {
    pointer-events: none; }
  .leftSidebarActive .search-suggest-panel,
  .rightSidebarActive .search-suggest-panel {
    opacity: 0;
    -webkit-transform: translateZ(-1px);
    -moz-transform: translateZ(-1px);
    -ms-transform: translateZ(-1px);
    -o-transform: translateZ(-1px);
    transform: translateZ(-1px); }
  .leftSidebarActive .pageHeader,
  .leftSidebarActive .pageContent,
  .leftSidebarActive .pageFooter,
  .leftSidebarActive .contentOverlay {
    -webkit-transform: translateX(80%);
    -moz-transform: translateX(80%);
    -ms-transform: translateX(80%);
    -o-transform: translateX(80%);
    transform: translateX(80%); }
  .leftSidebarActive .leftSidebar {
    z-index: 2;
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    -ms-transform: translateZ(2px);
    -o-transform: translateZ(2px);
    transform: translateZ(2px); }
  .rightSidebarActive .pageHeader,
  .rightSidebarActive .pageContent,
  .rightSidebarActive .pageFooter,
  .rightSidebarActive .contentOverlay {
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    transform: translateX(-80%); }
  .rightSidebarActive .rightSidebar {
    z-index: 2;
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    transition-delay: 0.05s; }
  .rightSidebarActive .sidebarControlsContainer.sidebarControlsTop {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .rightSidebarActive .sidebarControlsContainer.sidebarControlsBottom {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    transition-delay: 0.05s; }
  .leftSidebarActive .pageHeader,
  .rightSidebarActive .pageHeader {
    pointer-events: none; }
  .leftSidebarActive .pageContent,
  .rightSidebarActive .pageContent {
    overflow: hidden; }
  .leftSidebarActive .contentOverlay.visible,
  .rightSidebarActive .contentOverlay.visible {
    display: block;
    background-color: #000;
    bottom: -100px; }
  .leftSidebarActive .contentOverlay.loading,
  .rightSidebarActive .contentOverlay.loading {
    transition: transform 0, opacity 0.25s;
    background: #000 url("https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/wheel-spinner-big.gif?9bd1556d7210") center center no-repeat;
    opacity: 0.7;
    z-index: 2000;
    -webkit-transform: translateZ(2000px);
    -moz-transform: translateZ(2000px);
    -ms-transform: translateZ(2000px);
    -o-transform: translateZ(2000px);
    transform: translateZ(2000px); }
  .rightSidebarActive .contentOverlay.visible {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    transition-delay: 0.05s; } }

.touch-gallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  display: none; }
  .touch-gallery.open {
    display: block; }
  .touch-gallery .close {
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff;
    text-shadow: 0 0 1px #414042, 0 0 1px #414042, 0 0 1px #414042;
    font-family: sans-serif;
    font-size: 32px;
    z-index: 10;
    padding: 0 15px; }
  .touch-gallery .show-previous,
  .touch-gallery .show-next {
    position: absolute;
    bottom: 10%;
    z-index: 10; }
  .touch-gallery .show-previous {
    left: -1px; }
  .touch-gallery .show-next {
    right: -1px; }
  .touch-gallery .show-previous::after,
  .touch-gallery .show-next::before {
    font-weight: 400;
    font-size: 4em;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #333;
    color: #fff;
    padding: 0 1em 0.15em 1em;
    display: block;
    text-align: center; }
  .touch-gallery .show-previous::after {
    content: "\2039"; }
  .touch-gallery .show-next::before {
    content: "\203A"; }
  .touch-gallery .photos-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1; }
    .touch-gallery .photos-container img {
      position: absolute; }
    .touch-gallery .photos-container .loading {
      visibility: hidden; }
    .touch-gallery .photos-container .photo-container {
      position: absolute;
      background: #fff;
      width: 100%;
      height: 100%;
      transition: all 0.3s linear; }
      .touch-gallery .photos-container .photo-container.previous {
        margin-left: -120%; }
      .touch-gallery .photos-container .photo-container.current {
        margin-left: 0;
        z-index: 2; }
      .touch-gallery .photos-container .photo-container.next {
        margin-left: 120%; }

.pageContent .content.sitemap h3 {
  font-size: 2em; }
  @media only screen and (max-width: 767px) {
    .pageContent .content.sitemap h3 {
      padding-top: 2em;
      margin-top: -2em; } }
.pageContent .content.sitemap .jump_to_navigation {
  text-align: center; }
  .pageContent .content.sitemap .jump_to_navigation a, .pageContent .content.sitemap .jump_to_navigation span {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    color: #414042; }
  .pageContent .content.sitemap .jump_to_navigation span {
    opacity: 0.3; }

.pageContent .content.sitemap .items {
  columns: 5;
  column-fill: auto;
  margin-bottom: 3em; }
  @media only screen and (max-width: 767px) {
    .pageContent .content.sitemap .items {
      columns: 3; } }
  @media only screen and (max-width: 645px) {
    .pageContent .content.sitemap .items {
      columns: 2; } }
  .pageContent .content.sitemap .items a {
    display: block;
    line-height: 1.66em; }

.banners-container {
  overflow: hidden; }
  .banners-container .banners-wrapper {
    overflow: hidden;
    width: 100%; }
    .banners-container .banners-wrapper .hpBanner {
      position: relative;
      float: left; }
      .banners-container .banners-wrapper .hpBanner img {
        max-width: 100%;
        height: auto; }
  .banners-container.sliding {
    visibility: hidden; }
    .banners-container.sliding .banners-wrapper .hpBanner {
      opacity: 0.5; }
      .banners-container.sliding .banners-wrapper .hpBanner.active, .banners-container.sliding .banners-wrapper .hpBanner:nth-child(1):nth-last-child(1), .no-touchevents .banners-container.sliding .banners-wrapper .hpBanner:hover {
        opacity: 1; }

.banners-container.fullscreen {
  position: relativne; }
  .banners-container.fullscreen .banners-wrapper {
    display: flex;
    flex-flow: row nowrap;
    overflow: visible; }
    .banners-container.fullscreen .banners-wrapper .hpBanner {
      float: none;
      width: 100%; }
      .banners-container.fullscreen .banners-wrapper .hpBanner a {
        display: block;
        box-sizing: content-box;
        overflow: hidden; }
      .banners-container.fullscreen .banners-wrapper .hpBanner .info a {
        overflow: visible; }
      .banners-container.fullscreen .banners-wrapper .hpBanner img {
        max-width: none; }
  .banners-container.fullscreen.sliding {
    visibility: hidden; }
    .banners-container.fullscreen.sliding .banners-wrapper .hpBanner {
      opacity: 1; }
  .banners-container.fullscreen .banner-pager {
    position: absolute;
    bottom: 20px;
    width: 100%; }
    .banners-container.fullscreen .banner-pager ul {
      padding: 0;
      margin: 0;
      text-align: center; }
      .banners-container.fullscreen .banner-pager ul li {
        display: inline-block;
        border: 6px solid #fff;
        border-radius: 100%;
        width: 0;
        height: 0;
        margin: 2px;
        cursor: pointer;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        -ms-transition-duration: 0.25s;
        transition-duration: 0.25s;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        transition-timing-function: linear; }
        .banners-container.fullscreen .banner-pager ul li.current, .banners-container.fullscreen .banner-pager ul li:hover {
          width: 10px;
          height: 10px;
          border: 3px solid #fff;
          margin: 0; }
        .banners-container.fullscreen .banner-pager ul li:hover {
          background: rgba(255, 255, 255, 0.3); }

body, html {
  background: #f1f2f2;
  position: relative;
  overflow-anchor: none; }
  @media only screen and (max-width: 767px) {
    body, html {
      overflow-x: hidden; } }
body, input {
  font-family: "PT Sans", Helvetica, Arial, sans-serif; }

.content {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1070px;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 2em;
  background: #f1f2f2; }
  @media only screen and (min-width: 400px) {
    .content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1024px) {
    .content {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (min-width: 645px) {
    .content {
      padding-top: 1em; } }
  @media only screen and (max-width: 767px) {
    .content {
      -webkit-transform: translateZ(5px); } }
@media only screen and (max-width: 767px) {
  .pageContent,
  .pageFooter {
    position: relative;
    width: 100%;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f1f2f2; }
  .contentOverlay {
    position: fixed;
    top: -100px;
    right: 0;
    bottom: 200%;
    left: 0;
    z-index: 1000;
    -webkit-transform: translateZ(1000px);
    -moz-transform: translateZ(1000px);
    -ms-transform: translateZ(1000px);
    -o-transform: translateZ(1000px);
    transform: translateZ(1000px);
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.2; } }

@media only screen and (max-width: 645px) {
    nav.mainMenu .subMenu ol {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    nav.mainMenu .sortMenu li li a {
        font-size: 110%;
        padding: 0.15em 0.5em;
    }
    nav.mainMenu .sortMenu li li a:active {
        background-color: #ccc;
        text-decoration: none;
    }
}

input.search-input-loading {
    background: white url('https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/item-loading-wheel.gif?9bd1556d7210') right center no-repeat;
}
.search-suggest-panel {
    position: absolute;
    overflow: hidden;
    background: white;
    border: 1px solid #777;
    text-align: left;
    color: #555;
    z-index: 1000;
    white-space: nowrap;
    padding: 0;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #ccc;
    text-transform: none;
    display: none;
}
.search-suggest-panel a {
    text-decoration: none;
    display: block;
}
.search-suggest-panel a div {
    padding: 4px 8px;
    color: #777;
}
.search-suggest-panel a.selected div {
    background: #777;
    color: #fff;
}
.search-suggest-panel a.last div {
    color: #fff;
    background: #333;
    text-align: center;
}
.search-suggest-panel a.last:hover div {
    background: #555;
}
.search-suggest-panel .suggester-label {
    background-color: #ddd;
    padding: 4px;
}

.parent-categories-path {
    color: #ccc;
}
@media only screen and (max-width: 767px) {
    .search-suggest-panel {
        z-index: 5;
        -webkit-transform: translateZ(5px);
        transform: translateZ(5px);
    }
}
.search-suggest-panel .suggester-label {
    background: #222;
    color: #fefefe;
}
.search-suggest-panel a div {
    padding: 1px 4px;
}

body.pointer-events-disabled {
    pointer-events: none;
}

.shippingPage #delivery-types #post-office-form h3.info {
    display: block;
    display: none;
}
.ui-widget-content a {
    color: #414042;
    font-size: 0.8em;
}
.cartPage .buy-button {
    margin: 0;
}
.red {
    color: #eb212e;
}
.cartBox.empty .textInfo,
.cartBox.empty .cartDetailCont {
    display: none;
}
.cartBox .cartDetailCont ol.items a.thumb img {
    width: 60px;
    height: 55px;
}
.cartBox .cartDetailCont .freeDeliveryInfoContainer .freeDeliferyThresholdInfo,
.cartBox .cartDetailCont .freeDeliveryInfoContainer.free .freeDeliferyInfo {
    display: none;
}
.cartBox .cartDetailCont .freeDeliveryInfoContainer .freeDeliferyInfo,
.cartBox .cartDetailCont .freeDeliveryInfoContainer.free .freeDeliferyThresholdInfo {
    display: block;
}

.basketBox .overlay {
    background: #fff url('https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/spinner-ring-big.gif?9bd1556d7210') center 100px no-repeat;
}

.shippingPage #delivery-types #post-office-form table.info.hours tr td:last-child {
    padding-left: 1em;
}
/* TODO: display: inline for these selectors should be removed from screen.css */
.shippingPage #delivery-types #post-office-form table.info.hours tr {
    display: table-row;
}
.shippingPage #delivery-types #post-office-form table.info.hours tr td {
    display: table-cell;
}
.shippingPage #delivery-types .subtle td > label {
    width: 100%;
}
/* TODO: just overrides display: none in screen.css; remove from both here and there */
form address br {
    display: inline;
}
/* disable transitions for quick cart view to prevent weird resizing */
.cartBox .cartDetailCont,
.cartBox .cartDetailCont * {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: all 0s none;
    transition: none;
}
.checkbox-label {
    width: auto;
    font-weight: normal;
    padding-left: 4px;
    display: inline-block;
}
#isic-frm #id_card_number {
    text-transform: uppercase;
}
.cart-info {
    text-align: center;
    font-weight: bold;
    color: #4eb715;
}
.shipping-address-info {
    font-weight: bold;
    color: #4eb715;
    padding: 0;
    list-style-type: none;
}
.corrected-field-notice {
    text-align: right;
    padding-right: 144px;
}

#company-switch label, #company-switch input {
    display:inline-block;
}
#isic-ajax-error,
#discount-code-ajax-error {
  display: none;
}
.gdpr {
    position: relative;
}
.gdpr .caption {
    text-decoration: underline;
}
.gdpr .info {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    margin-left: calc(-150px - 2em);
    bottom: 2.5em;
    background: #fff;
    padding: 1em 2em;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left;
    font-size: 75%;
    width: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    display: none;
}
.gdpr:hover .info {
    display: block;
}
.gdpr .info h4 {
    margin: 0.5em 0;
}
.gdpr .info ul,
.gdpr .info li {
    list-style: none;
}
.gdpr .info ul {
    margin: 0;
    padding: 0;
}
.gdpr .info a {
    margin-top: 1em;
}
.gdpr .info::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -8px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}


.terms-agreed-prompt {
    position: absolute;
    display: none;
    z-index: 9; /* stay under magnifier */
    margin-bottom: 10px;
}
.terms-agreed-prompt div {
  color: #fff;
  background: #ff5720;
  padding: 5px 15px;
  border-radius: 4px;
}
.terms-agreed-prompt div::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -8px;
  margin-left: -8px;
  width: 0; height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ff5720;
}

.posrel { position: relative }

.overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url('https://assets.scarfbot.com/static/1b1d1cd8f8dced7407984041b599d1d5/img/spinner-ring-big.gif?9bd1556d7210') center center no-repeat;
    opacity: 0.8;
    z-index: 10;
}
.loading .overlay {
    display: block;
}