/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.hideText {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * 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 are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf,
.row,
.container {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.cf:before,
.row:before,
.container:before,
.cf:after,
.row:after,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after,
.row:after,
.container:after {
  clear: both;
}
*,
:after,
:before {
  box-sizing: border-box;
}
/* =Structure
----------------------------------------------- */
.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.container--header-middle,
.container--footer-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.container--header-middle {
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
}
.container--header-middle,
.container--footer-bottom {
  height: 100%;
}
.container--slider {
  position: relative;
  height: 100%;
}
.main-primary {
  display: -ms-flexbox;
  display: flex;
}
.main {
  padding: 3rem 0 6rem 0;
}
.primary {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: calc(100% - 290px);
}
.primary--full-width {
  width: 100%;
}
.sidebar {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 250px;
  margin: 0 4rem 0 0;
}
.sidebar--hidden {
  display: none;
}
.page-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease;
}
.page-overlay--active {
  display: block;
}
.page-overlay--active.page-overlay--menu {
  right: 308px;
  display: none;
}
.sticky {
  position: fixed;
}
/* =Global
----------------------------------------------- */
html {
  font-size: 62.5%;
}
body,
input,
textarea {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
body {
  position: relative;
  overflow-x: hidden;
  font-size: 1.4rem;
  background: #ebebeb;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.17;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.4rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.2rem;
}
h5,
h6 {
  font-size: 1.8rem;
}
hr {
  background-color: #dddee3;
  border: 0;
  height: 1px;
  margin: 1.625em 0;
}
/* Text elements */
p {
  margin: 0 0 1em 0;
}
ul,
ol {
  margin: 0 0 1em 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
dl {
  margin: 0 1.625em;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
code,
kbd,
samp,
var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 0.71rem;
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* Links */
a {
  text-decoration: underline;
  color: #000;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:focus-visible {
  box-shadow: 0 0 0 2px #ecb03c;
  outline: none;
}
a:active {
  box-shadow: none;
}
a svg {
  transition: all 0.2s ease;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.title {
  margin: 0 0 3rem 0;
  padding: 0;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.375;
}
.title--basket,
.title--postage,
.title--basket-review {
  margin-bottom: 3rem;
  font-size: 2.8rem;
}
.title--postage,
.title--basket-review {
  margin-top: 3.5rem;
}
.title--postage:first-child,
.title--basket-review:first-child {
  margin-top: 0;
}
.title--page-header {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.title--account-info {
  margin: 0 0 2.5rem 0;
  font-size: 2.6rem;
}
.title--center {
  text-align: center;
}
.title--error {
  position: relative;
  margin-top: 3rem;
  font-size: 2.8rem;
  text-align: center;
}
.title--error span {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: -4px 16px 0 0;
  vertical-align: middle;
  background: #ecb03c;
  border-radius: 50%;
}
.title--error span:before,
.title--error span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 3px;
  margin: -1px 0 0 -7px;
  background: #fff;
  content: ' ';
}
.title--error span:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.title--error span:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.page-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: -1.5rem 0 3rem 0;
}
.page-footer {
  margin: 3rem 0 0 0;
  text-align: center;
}
.page-content p:last-child,
.page-content ol:last-child,
.page-content ul:last-child {
  margin-bottom: 0;
}
.page-content table {
  width: 100%;
  margin: 0 0 1.625em 0;
  border-collapse: collapse;
}
.page-content table thead th,
.page-content table thead td {
  font-weight: bold;
}
.page-content table tr:last-child th,
.page-content table tr:last-child td {
  border-bottom: none;
}
.page-content table th,
.page-content table td {
  padding: 1.2rem 2rem;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.page-content table th:last-child,
.page-content table td:last-child {
  border-right: none;
}
.page-content table th {
  text-align: left;
}
.page-content table th,
.page-content table tr:last-child th {
  border-bottom: 2px solid #ecb03c;
}
.page-content table td {
  white-space: nowrap;
}
.page-content table:not(.responsive-table) {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.page-content table:not(.responsive-table) td {
  white-space: nowrap;
}
.page-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.page-content ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0.8em 20px;
  list-style: none;
}
.page-content ul li:before {
  position: absolute;
  left: 0;
  top: 0.6em;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ecb03c;
  border-radius: 50%;
  content: ' ';
}
.page-content ul ul {
  margin-top: 1rem;
  margin-bottom: 0;
}
.page-content ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}
.page-content ol li {
  position: relative;
  margin: 0;
  padding: 0 0 0.4em 20px;
  list-style: none;
  counter-increment: item;
}
.page-content ol li:before {
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #ecb03c;
  content: counter(item);
}
.page-content ol ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.page-content ul.list-fancy li {
  padding: 0 0 1.5rem 4.2rem;
}
.page-content ul.list-fancy li:before {
  top: 0.3em;
  left: 0;
  width: 17px;
  height: 17px;
  background: #0dcf7b url('../../img/check-white.svg') 50% 50% no-repeat;
}
.page-content--font-md {
  font-size: 1.6rem;
}
.page-content--basket-submitted {
  margin: 0 0 3rem 0;
  text-align: center;
}
.page-content--error {
  text-align: center;
}
.page-content--slider {
  font-size: 1.6rem;
  line-height: 1.5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.link-remove {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  outline: 0;
  background: #000;
  border-radius: 50%;
}
.link-remove:before,
.link-remove:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
  background: #fff;
  content: ' ';
}
.link-remove:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.link-remove:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.link-remove:focus-visible {
  box-shadow: 0 0 0 2px #00b4ff;
}
.link-remove--basket-coupon {
  position: absolute;
  top: 50%;
  right: 25px;
  margin: -10px 0 0 0;
}
.white-popup-block {
  position: relative;
  max-width: 650px;
  margin: 20px auto;
  padding: 20px 30px;
  text-align: left;
  background: #fff;
}
#ajax-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 54px;
  height: 55px;
  margin: -27px 0 0 -27px;
  background: transparent url('../../img/spinner-big.gif') 0 0 no-repeat;
  transition: all 0.2s ease;
}
.spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent url('../../img/spinner.gif') 0 0 no-repeat;
}
.only-content {
  padding: 1.5rem;
  background: #fff;
}
.only-content .header,
.only-content .footer,
.only-content .sidebar,
.only-content .adminbar {
  display: none;
}
.only-content.has-adminbar {
  margin-top: 0 !important;
}
/* =Responsive Structure
----------------------------------------------- */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 1250px) {
  .container {
    padding-left: 3.4%;
    padding-right: 3.4%;
  }
  .container--slider {
    padding: 0;
  }
  .primary {
    width: calc(100% - 250px);
  }
  .primary--full-width {
    width: 100%;
  }
  .sidebar {
    width: 230px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 950px) {
  .container--footer-top {
    padding: 0;
  }
  .main {
    padding: 2rem 0 3rem 0;
  }
  .primary {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  body {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5,
  h6 {
    font-size: 1.6rem;
  }
  .title {
    font-size: 3.2rem;
  }
  .title--account-info,
  .title--basket,
  .title--postage,
  .title--basket-review {
    font-size: 2.6rem;
  }
  .title--error {
    margin-top: 1rem;
    font-size: 2.6rem;
  }
  .title--error span {
    width: 28px;
    height: 28px;
  }
  .title--error span:before,
  .title--error span:after {
    width: 12px;
    height: 3px;
    margin: -2px 0 0 -6px;
  }
  .page-content table.responsive-table,
  .page-content table.responsive-table thead,
  .page-content table.responsive-table tbody,
  .page-content table.responsive-table th,
  .page-content table.responsive-table td,
  .page-content table.responsive-table tr {
    display: block;
  }
  .page-content table.responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .page-content table.responsive-table tbody {
    border-top: 2px solid #e7e7e7;
  }
  .page-content table.responsive-table tr {
    border: 1px solid #e7e7e7;
    border-top: none;
  }
  .page-content table.responsive-table td,
  .page-content table.responsive-table th {
    padding: 1rem 1.5rem;
  }
  .page-content table.responsive-table td {
    position: relative;
    overflow: hidden;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    text-overflow: ellipsis;
    border: none;
    border-bottom: 1px solid #e7e7e7;
  }
  .page-content table.responsive-table td:before {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: 45%;
    padding-right: 10px;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    content: attr(data-title);
  }
  .page-content ul.list-fancy li {
    padding-left: 3.6rem;
  }
  .link-remove--basket-coupon {
    right: 20px;
  }
}
@media screen and (max-width: 650px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5,
  h6 {
    font-size: 1.6rem;
  }
  .title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .title--account-info {
    font-size: 2.2rem;
  }
  .title--basket,
  .title--postage,
  .title--basket-review {
    font-size: 2.2rem;
  }
  .title--error {
    font-size: 2.2rem;
  }
  .title--error span {
    width: 22px;
    height: 22px;
    margin: -2px 12px 0 0;
  }
  .title--error span:before,
  .title--error span:after {
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
  }
  .page-content--slider {
    font-size: 1.4rem;
  }
  .link-remove--basket-coupon {
    right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .container--header-middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
@media screen and (max-width: 450px) {
  body {
    font-size: 1.4rem;
  }
  .title--account-info {
    font-size: 2rem;
  }
  .hide-mobile {
    display: none;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.color-danger {
  color: #e90000;
}
.color-success {
  color: #0dcf7b;
}
.color-primary {
  color: #ecb03c;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
label {
  cursor: pointer;
}
input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select {
  display: block;
  width: 100%;
  height: 50px;
  max-width: 100%;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.6rem;
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  outline: 0;
  transition: all 0.2s ease;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #9b9b9b;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #9b9b9b;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #9b9b9b;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
textarea:hover,
select:hover {
  background-color: #f8f0e2;
  border-color: #f8f0e2;
}
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="search"]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  background-color: #f8f0e2;
  border-color: #eed5a4;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="number"][disabled],
input[type="tel"][disabled],
input[type="search"][disabled],
textarea[disabled],
select[disabled] {
  background-color: #ebebeb;
  color: #9b9b9b;
  cursor: not-allowed;
}
input[type="text"][required],
input[type="password"][required],
input[type="email"][required],
input[type="url"][required],
input[type="number"][required],
input[type="tel"][required],
input[type="search"][required],
textarea[required],
select[required] {
  padding-right: 3.5rem;
}
input[type="text"].input--inline,
input[type="password"].input--inline,
input[type="email"].input--inline,
input[type="url"].input--inline,
input[type="number"].input--inline,
input[type="tel"].input--inline,
input[type="search"].input--inline,
textarea.input--inline,
select.input--inline {
  display: inline-block;
  width: auto;
}
input[type="text"].input--center,
input[type="password"].input--center,
input[type="email"].input--center,
input[type="url"].input--center,
input[type="number"].input--center,
input[type="tel"].input--center,
input[type="search"].input--center,
textarea.input--center,
select.input--center {
  text-align: center;
}
input[type="text"].has-error,
input[type="password"].has-error,
input[type="email"].has-error,
input[type="url"].has-error,
input[type="number"].has-error,
input[type="tel"].has-error,
input[type="search"].has-error,
textarea.has-error,
select.has-error {
  border-color: #e90000;
}
.form--light input,
.form--light textarea,
.box input,
.box textarea,
input.input--box {
  border-color: #ebebeb;
  box-shadow: none;
}
input.input--comment,
.input--comment {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
}
input.input--basket-coupon {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  height: 45px;
  margin: 0 2rem 0 0;
  padding: 0 1.4rem;
  border-color: #ebebeb;
}
input.input--filter-continuous {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: 40px;
  padding: 0 3.5rem 0 1.2rem;
  font-size: 1.5rem;
  background: #f6f6f6;
  border: 1px solid #ebebeb;
}
.select2-container {
  font-size: 1.4rem;
}
.select2-search--dropdown .select2-search__field {
  height: 36px;
}
.select--product-list-sorting {
  height: 40px;
  padding: 0 1.5rem;
  font-size: 1.4rem;
}
.checkbox {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.3rem;
}
.checkbox--sm,
.checkbox--agree {
  padding-left: 3.8rem;
  font-size: 1.4rem;
}
.checkbox--filter {
  margin: 0 1.6rem 1.6rem 1.6rem;
  padding: 0 0 0 3rem;
}
.checkbox--newsletter {
  display: block;
  width: 100%;
  margin: 0 0 2.5rem 0;
}
.checkbox--newsletter:last-child {
  margin: 0;
}
.checkbox--options {
  margin: 0 2rem 1.5rem 2rem;
  padding-left: 3.8rem;
}
.checkbox--form-block-title {
  padding-left: 3.9rem;
  font-size: 1.6rem;
  font-weight: normal;
}
.checkbox--form-block-title input[type="checkbox"] + span {
  top: -2px;
}
.checkbox--product-list-header-filter {
  float: left;
  margin: 0 3rem 0 0;
  font-weight: bold;
}
.checkbox--in-stock {
  color: #0dcf7b;
}
.checkbox--action {
  color: #e90000;
}
.checkbox--news {
  color: #00b4ff;
}
.radio {
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.9rem;
}
.radio--inline {
  margin-top: 1em;
  margin-right: 4rem;
}
.radio--inline:last-child {
  margin-right: 0;
}
.radio--language-switcher {
  display: block;
  margin: 1rem 0 0 0;
  padding-left: 3rem;
}
.radio--language-switcher:first-child {
  margin-top: 0;
}
.radio--language-switcher input[type="radio"] + span {
  top: 0.1em;
  border: 1px solid #e7e7e7;
  box-shadow: none;
}
.radio--language-switcher input[type="radio"]:checked + span + span {
  font-weight: bold;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
input[type="checkbox"][disabled] + span,
input[type="radio"][disabled] + span {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type="checkbox"]:hover + span,
input[type="radio"]:hover + span {
  background-color: #f8f0e2;
}
input[type="checkbox"]:focus + span,
input[type="radio"]:focus + span {
  border: 2px solid #ecb03c;
}
input[type="checkbox"] + span {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
input[type="checkbox"]:checked + span {
  background-color: #ecb03c;
  border-color: #ecb03c;
}
input[type="checkbox"]:checked + span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E%3Cpath fill='%23FFF' d='M1.164 6.768L5.27 10 11 1.619 8.51 0 4.598 5.72 1.88 3.581 0 5.851z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 11px 10px;
  background-repeat: no-repeat;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  content: ' ';
}
input[type="checkbox"]:checked + span + span {
  color: #ecb03c;
}
input[type="radio"] + span {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease;
  cursor: pointer;
}
input[type="radio"] + span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: #ecb03c;
  border-radius: 50%;
  transition: all 0.2s ease;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  content: ' ';
}
input[type="radio"]:checked + span:before {
  width: 8px;
  height: 8px;
}
textarea {
  display: block;
  height: 120px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
input.nospin {
  -moz-appearance: textfield;
}
input.nospin::-webkit-outer-spin-button,
input.nospin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.star {
  color: #e90000;
}
@media screen and (max-width: 950px) {
  input.input--coupon-code {
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 550px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  input[type="number"],
  input[type="tel"],
  input[type="search"],
  textarea,
  select {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .checkbox--agree {
    font-size: 1.2rem;
  }
  .radio--inline {
    margin-right: 2.2rem;
  }
}
.btn,
input[type="submit"].btn,
button[type="submit"].btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  height: 50px;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.17;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 2px;
  outline: none;
  transition: all 0.2s ease;
}
.btn[disabled],
input[type="submit"].btn[disabled],
button[type="submit"].btn[disabled],
.btn.disabled,
input[type="submit"].btn.disabled,
button[type="submit"].btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #e7e7e7;
  color: #ababab;
  border-color: #e7e7e7;
}
.btn:hover,
input[type="submit"].btn:hover,
button[type="submit"].btn:hover {
  color: #b58426;
}
.btn:focus-visible,
input[type="submit"].btn:focus-visible,
button[type="submit"].btn:focus-visible {
  box-shadow: 0 0 0 2px #ecb03c;
  outline: none;
}
.btn:active,
input[type="submit"].btn:active,
button[type="submit"].btn:active {
  color: #745211;
  box-shadow: none;
}
.btn svg,
input[type="submit"].btn svg,
button[type="submit"].btn svg {
  fill: currentColor;
  transition: all 0.2s ease;
}
.btn--primary,
input[type="submit"].btn--primary,
button[type="submit"].btn--primary {
  background-color: #0dcf7b;
  color: #fff;
  border: none;
}
.btn--primary:hover,
input[type="submit"].btn--primary:hover,
button[type="submit"].btn--primary:hover {
  background-color: #009554;
  color: #fff;
}
.btn--primary:active,
input[type="submit"].btn--primary:active,
button[type="submit"].btn--primary:active {
  background-color: #004f2d;
}
.btn--secondary,
input[type="submit"].btn--secondary,
button[type="submit"].btn--secondary {
  background: #ecb03c;
  color: #fff;
}
.btn--secondary:hover,
input[type="submit"].btn--secondary:hover,
button[type="submit"].btn--secondary:hover {
  background: #b58426;
  color: #fff;
}
.btn--secondary:focus-visible,
input[type="submit"].btn--secondary:focus-visible,
button[type="submit"].btn--secondary:focus-visible {
  box-shadow: 0 0 0 2px #000;
}
.btn--secondary:active,
input[type="submit"].btn--secondary:active,
button[type="submit"].btn--secondary:active {
  background: #745211;
  color: #fff;
  box-shadow: none;
}
.btn--outline,
input[type="submit"].btn--outline,
button[type="submit"].btn--outline {
  border: 3px solid #0dcf7b;
}
.btn--outline:hover,
input[type="submit"].btn--outline:hover,
button[type="submit"].btn--outline:hover {
  color: #009554;
  border-color: #009554;
}
.btn--outline:active,
input[type="submit"].btn--outline:active,
button[type="submit"].btn--outline:active {
  color: #004f2d;
  border-color: #004f2d;
}
.btn--outline-thin,
input[type="submit"].btn--outline-thin,
button[type="submit"].btn--outline-thin {
  background: transparent;
  border: 1px solid #d2d2d2;
}
.btn--outline-thin:hover,
input[type="submit"].btn--outline-thin:hover,
button[type="submit"].btn--outline-thin:hover {
  color: #b58426;
  border-color: #b58426;
}
.btn--outline-thin:active,
input[type="submit"].btn--outline-thin:active,
button[type="submit"].btn--outline-thin:active {
  color: #745211;
  border-color: #745211;
}
.btn--comment {
  height: 40px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: normal;
  border: 1px solid #d2d2d2;
}
.btn--comment:hover {
  color: #b58426;
  border-color: #b58426;
}
.btn--comment:active {
  color: #745211;
  border-color: #745211;
}
.btn--sm,
input[type="submit"].btn--sm,
button[type="submit"].btn--sm {
  height: 45px;
  border-width: 1px;
}
.btn--md,
input[type="submit"].btn--md,
button[type="submit"].btn--md {
  height: 50px;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
  font-size: 1.6rem;
}
.btn--lg,
input[type="submit"].btn--lg,
button[type="submit"].btn--lg {
  height: 60px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 2rem;
}
.btn--arrow span,
input[type="submit"].btn--arrow span,
button[type="submit"].btn--arrow span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2rem;
}
.btn--arrow svg,
input[type="submit"].btn--arrow svg,
button[type="submit"].btn--arrow svg {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 10px;
  margin: -5px 0 0 0;
  transition: all 0.2s ease;
}
.btn--arrow.btn--slider span,
input[type="submit"].btn--arrow.btn--slider span,
button[type="submit"].btn--arrow.btn--slider span {
  padding-left: 2.5rem;
}
.btn--arrow.btn--slider svg,
input[type="submit"].btn--arrow.btn--slider svg,
button[type="submit"].btn--arrow.btn--slider svg {
  width: 8px;
  height: 13px;
  margin-top: -7px;
}
.btn--arrow-bg,
input[type="submit"].btn--arrow-bg,
button[type="submit"].btn--arrow-bg {
  padding-left: 5.8rem;
  background-image: url('../../img/arrow-right-white.svg');
  background-size: 15px 13px;
  background-position: 26px 50%;
  background-repeat: no-repeat;
}
.btn--product-list,
input[type="submit"].btn--product-list,
button[type="submit"].btn--product-list {
  width: 100%;
  min-width: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.6rem;
}
.btn--product-list-rows,
input[type="submit"].btn--product-list-rows,
button[type="submit"].btn--product-list-rows {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 150px;
  min-width: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.5rem;
}
.btn--product-item-form,
input[type="submit"].btn--product-item-form,
button[type="submit"].btn--product-item-form {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.btn--product-item-form.active,
input[type="submit"].btn--product-item-form.active,
button[type="submit"].btn--product-item-form.active {
  top: -60px;
}
.btn--product-detail,
input[type="submit"].btn--product-detail {
  width: 305px;
  height: 60px;
  font-size: 2rem;
}
input[type="submit"].btn--product-detail,
input[type="submit"].btn--product-variant {
  left: 0;
  -ms-transform: none;
      transform: none;
}
input[type="submit"].btn--product-variant {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
input[type="submit"].btn--product-variant.active {
  top: -50px;
}
.btn--shadow {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.btn--footer {
  height: 45px;
  margin: 3rem 0 0 0;
  padding-left: 3.5rem;
  padding-right: 2.2rem;
  background: transparent;
  color: #fff;
  border: 1px solid #4b4b4b;
}
.btn--footer svg {
  position: absolute;
  top: 50%;
  left: 16px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all 0.2s ease;
  fill: #ecb03c;
}
.btn--footer:hover,
.btn--footer:active {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn--footer:hover svg,
.btn--footer:active svg {
  fill: #000;
}
.btn--slider {
  margin-top: 3.5rem;
  background: #fff;
  color: #000;
}
.btn--slider:hover,
.btn--slider:active {
  background: #ecb03c;
  color: #fff;
}
.btn--slider:hover svg,
.btn--slider:active svg {
  fill: #fff;
}
.btn--slider svg {
  fill: #000;
}
.btn--download {
  padding-left: 5.2rem;
  padding-right: 2.8rem;
  background: transparent;
  border: 1px solid #d2d2d2;
}
.btn--download svg {
  position: absolute;
  top: 50%;
  left: 26px;
  display: block;
  width: 11px;
  height: 15px;
  margin: -7px 0 0 0;
  fill: #000;
}
.btn--download:hover {
  color: #b58426;
}
.btn--download:hover svg {
  fill: #b58426;
}
.btn--download:active {
  color: #745211;
}
.btn--download:hover svg {
  fill: #745211;
}
.btn--product-variant .btn__arrow,
.btn--product-variant .btn__cart {
  display: none;
}
input[type="submit"].btn--basket-coupon,
input[type="submit"].btn--coupon-code {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 165px;
  min-width: 0;
  height: 45px;
  padding: 0 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.btn--link {
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  text-decoration: underline;
}
.btn--link:hover {
  text-decoration: none;
}
.btn--back {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background: transparent;
  border: 1px solid #d2d2d2;
}
.btn--back:hover {
  border-color: #b58426;
}
.btn--back:active {
  border-color: #745211;
}
.btn__text-mobile {
  display: none;
}
.btn--flex-row {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-left: 2rem;
}
.btn--flex-row:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .btn--product-variant,
  input[type="submit"].btn--product-variant,
  button[type="submit"].btn--product-variant {
    height: 45px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 951px), screen and (max-width: 850px) {
  .btn--product-list,
  input[type="submit"].btn--product-list,
  button[type="submit"].btn--product-list {
    min-width: 0;
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
  }
  .btn--product-list-rows,
  input[type="submit"].btn--product-list-rows,
  button[type="submit"].btn--product-list-rows {
    width: 120px;
    height: 45px;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 950px) {
  .btn--product-detail,
  input[type="submit"].btn--product-detail {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  .btn--slider {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .btn--product-list-rows,
  input[type="submit"].btn--product-list-rows,
  button[type="submit"].btn--product-list-rows {
    height: 40px;
  }
  .btn--product-variant,
  input[type="submit"].btn--product-variant,
  button[type="submit"].btn--product-variant {
    height: 40px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .btn,
  input[type="submit"].btn,
  button[type="submit"].btn {
    height: 45px;
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
  .btn--sm,
  input[type="submit"].btn--sm,
  button[type="submit"].btn--sm {
    height: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .btn--lg,
  input[type="submit"].btn--lg,
  button[type="submit"].btn--lg {
    height: 55px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.8rem;
  }
  .btn--product-detail,
  input[type="submit"].btn--product-detail {
    height: 60px;
    font-size: 1.8rem;
  }
  .btn--product-list,
  input[type="submit"].btn--product-list,
  button[type="submit"].btn--product-list {
    height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .btn--product-list-rows,
  input[type="submit"].btn--product-list-rows,
  button[type="submit"].btn--product-list-rows {
    height: 40px;
    padding: 0 1rem;
  }
  .btn--product-variant,
  input[type="submit"].btn--product-variant,
  button[type="submit"].btn--product-variant {
    height: 40px;
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }
  .btn--arrow-bg,
  input[type="submit"].btn--arrow-bg,
  button[type="submit"].btn--arrow-bg {
    padding-left: 5.5rem;
  }
  .btn--download {
    padding-left: 4rem;
  }
  .btn--download svg {
    left: 16px;
  }
  .btn--back {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .btn--modal,
  input[type="submit"].btn--modal,
  button[type="submit"].btn--modal {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .btn--modal.btn--secondary.btn--arrow,
  input[type="submit"].btn--modal.btn--secondary.btn--arrow,
  button[type="submit"].btn--modal.btn--secondary.btn--arrow {
    padding-left: 4.6rem;
  }
  .btn--modal.btn--arrow-bg,
  input[type="submit"].btn--modal.btn--arrow-bg,
  button[type="submit"].btn--modal.btn--arrow-bg {
    padding-left: 4.8rem;
    background-position: 20px 50%;
  }
  .btn--modal.btn--back,
  input[type="submit"].btn--modal.btn--back,
  button[type="submit"].btn--modal.btn--back {
    padding: 0;
  }
  .btn--comment {
    height: 35px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .btn--link {
    padding-left: 0;
    padding-right: 0;
  }
  .btn--footer {
    padding-left: 3.5rem;
    padding-right: 2.2rem;
  }
  .btn__text-desktop {
    display: none;
  }
  .btn__text-mobile {
    display: inline-block;
  }
}
.header {
  position: relative;
  z-index: 5;
}
.header--fixed {
  padding-bottom: 120px;
}
.header-top {
  position: relative;
  height: 60px;
  font-size: 1.4rem;
  background: #fff;
}
.header-top-logo {
  display: none;
}
.header-top-secondary {
  float: right;
  margin: 0 0 0 -3rem;
}
.header-top-secondary-item {
  position: relative;
  float: left;
  height: 60px;
  border-left: 1px solid #e7e7e7;
}
.header-top-secondary-item:first-child {
  border: none;
}
.header-top-secondary-item:last-child .header-top-secondary-item-text {
  padding-right: 0;
}
.header-top-secondary-item:last-child .header-top-secondary-item-text__expander {
  right: -5px;
}
.header-top-secondary-item:last-child.header-top-secondary-item--submenu .header-top-secondary-item-text {
  padding-right: 2.8rem;
}
.header-top-secondary-item--user .header-top-secondary-item-text {
  max-width: 310px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 2.9rem;
  background: transparent url('../../img/user.svg') 0 44% no-repeat;
}
.header-top-secondary-item--submenu .header-top-secondary-item-text {
  padding-right: 5rem;
}
.header-top-secondary-item-text {
  position: relative;
  display: block;
  height: 60px;
  padding: 0 2.8rem;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
}
a.header-top-secondary-item-text:hover {
  text-decoration: underline;
}
.header-top-secondary-item-text__icon {
  position: absolute;
  top: 50%;
  left: 21px;
  display: inline-block;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.header-top-secondary-item-text__expander {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  height: 17px;
  padding: 5px;
  background: transparent url('../../img/arrow-down.svg') 50% 50% no-repeat;
  background-size: 11px 7px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.header-top-secondary-submenu {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 22;
  display: none;
  min-width: 210px;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  color: #000;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
}
.header-top-secondary-submenu:before {
  position: absolute;
  top: -6px;
  right: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  content: ' ';
}
.header-top-secondary-submenu.active {
  display: block;
}
.header-top-secondary-submenu a {
  color: #000;
}
.header-top-secondary-submenu--login {
  width: 370px;
  padding: 2rem 2.5rem 0.5rem 2.5rem;
}
.header-top-secondary-submenu--languages,
.header-top-secondary-submenu--currency {
  min-width: 160px;
  padding: 1.1rem 1.6rem;
}
.header-top-secondary-submenu--currency {
  min-width: 100px;
}
.header-top-secondary-submenu__item {
  display: block;
  padding: 0.5rem 2.5rem;
  text-decoration: none;
  white-space: nowrap;
}
.header-top-secondary-submenu__item--separator {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ebebeb;
}
a.header-top-secondary-submenu__item:hover {
  text-decoration: underline;
}
.header-top-secondary-submenu__item--current {
  font-weight: bold;
}
.header-middle {
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  background: #ecb03c;
}
.header-middle--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  box-shadow: 3px 4px 35px rgba(2, 2, 2, 0.17);
}
.header-middle--fixed .header-middle-logo {
  width: 143px;
}
.header-middle--fixed .header-middle-logo-link__img {
  max-width: 80px;
}
.has-adminbar .header-middle--fixed {
  top: 32px;
}
.header-middle-logo {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.header-middle-logo-link {
  display: block;
  text-decoration: none;
}
.header-middle-logo-link__img {
  display: block;
}
.header-middle-logo-link__text {
  font-size: 4rem;
  font-weight: bold;
}
.header-middle-search {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 450px;
  height: 50px;
}
.nav-link {
  display: none;
}
@media screen and (max-width: 1250px) {
  .header-middle-logo {
    left: 3.4%;
  }
}
@media screen and (max-width: 1110px) {
  .header-middle-search {
    width: 375px;
  }
}
@media screen and (max-width: 950px) {
  .header-middle--fixed {
    background: #fff;
    box-shadow: 3px 4px 32px rgba(2, 2, 2, 0.24);
  }
  .header-middle--fixed .container--header-middle {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .header-middle--fixed .header-middle-logo {
    display: none;
  }
  .header-middle--fixed .header-middle-search {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-order: 0;
        order: 0;
    display: block;
    width: auto;
    height: 100%;
    margin: 0 1.8rem 0 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .header-middle--fixed .nav-link--header-middle {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header-middle--fixed .basket-info {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    -ms-transform: none;
        transform: none;
  }
  .header-middle--fixed .basket-info-link__icon:before {
    background: #ecb03c;
    color: #fff;
  }
  .header-middle--fixed .basket-info-link__title {
    font-size: 1.6rem;
  }
  .header-middle--fixed .search-form {
    height: 60px;
  }
  .header-middle--fixed .search-form .tt-menu {
    top: 56px !important;
  }
  .header-middle--fixed input.search-form__input {
    height: 60px;
  }
  .header-middle-logo-link__text {
    font-size: 3rem;
  }
  .nav-link {
    float: left;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    height: 60px;
    padding: 0 2.2rem 0 0;
    font-size: 0;
    text-decoration: none;
    color: #000;
  }
  .nav-link:hover {
    color: #000;
  }
  .nav-link--header-middle {
    display: none;
    height: 100%;
  }
  .nav-link__text {
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
  }
  .nav-link__icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin: 0 1.4rem 0 0;
    vertical-align: middle;
  }
  .nav-link__icon span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    background: currentColor;
    transition: all 0.2s ease;
    -ms-transform-origin: left center;
        transform-origin: left center;
  }
  .nav-link__icon span:nth-child(1) {
    top: 0;
  }
  .nav-link__icon span:nth-child(2) {
    top: 6px;
  }
  .nav-link__icon span:nth-child(3) {
    top: 12px;
  }
  .nav-link--active .nav-link__icon span:nth-child(1) {
    top: 0;
    left: 3px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .nav-link--active .nav-link__icon span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .nav-link--active .nav-link__icon span:nth-child(3) {
    top: 16px;
    left: 3px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
}
@media screen and (max-width: 750px) {
  .header-middle-logo-link__img {
    max-width: 110px;
  }
  .header-middle-logo-link__text {
    font-size: 2.4rem;
  }
  .header-middle-search {
    width: 315px;
  }
}
@media screen and (max-width: 650px) {
  .header--fixed {
    padding-bottom: 80px;
  }
  .header-middle {
    height: 80px;
  }
  .header-middle--fixed {
    height: 60px;
  }
  .header-middle-logo-link__img {
    max-width: 90px;
  }
  .header-middle-search {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header-top-secondary-item--languages {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .nav-link {
    margin-right: 0;
    border-right: none;
  }
}
@media screen and (max-width: 500px) {
  .header-top-secondary-item--user .header-top-secondary-item-text {
    padding-right: 0;
  }
  .header-top-secondary-item--user .header-top-secondary-item-text__expander {
    display: none;
  }
  .header-top-secondary-item--user.header-top-secondary-item--submenu .header-top-secondary-item-text {
    padding-right: 2.8rem;
  }
  .header-middle--fixed {
    height: 50px;
  }
  .header-middle--fixed .header-middle-search {
    display: none;
  }
  .nav-link--header-middle {
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .header-top-secondary-item--user.header-top-secondary-item--submenu .header-top-secondary-item-text {
    padding-right: 0;
  }
  .header-top-secondary-item--currency {
    display: none;
  }
}
.footer-top {
  padding: 3.5rem 0 5.8rem 0;
  background: #000;
  color: #fff;
}
.footer-top a {
  color: #fff;
}
.footer-columns {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3rem;
}
.footer-column {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 38.75%;
  padding: 0 3rem;
}
.footer-column--narrow {
  width: 22.5%;
}
.footer-column-title {
  position: relative;
  margin: 0 0 2.5rem 0;
  font-size: 2.4rem;
  font-weight: bold;
}
.footer-column-title__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  width: 14px;
  height: 9px;
  fill: #fff;
  transition: all 0.2s ease;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.footer-bottom {
  height: 65px;
  line-height: 1.4;
  background: #fff;
  color: #9b9b9b;
}
.footer-bottom a {
  font-weight: bold;
  text-decoration: none;
  color: #9b9b9b;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom__copyright {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .footer-column {
    width: calc((100% - 260px) / 2);
  }
  .footer-column--narrow {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 260px;
  }
}
@media screen and (max-width: 950px) {
  .footer-top {
    padding: 0;
  }
  .footer-columns {
    display: block;
    margin: 0;
  }
  .footer-column {
    width: 100%;
    margin: 0;
    padding: 0 3.4%;
    border-top: 1px solid #2c2c2c;
  }
  .footer-column:first-child {
    border-top: none;
  }
  .footer-column--active .footer-column-title__arrow {
    -ms-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
  }
  .footer-column-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 65px;
    margin: 0;
    padding: 0 4.2rem 0 0;
    font-size: 2.2rem;
    cursor: pointer;
  }
  .footer-column-title__arrow {
    display: block;
  }
  .footer-column-content {
    display: none;
    padding: 0 0 2rem 0;
  }
  .footer-bottom {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 650px) {
  .footer-column-title {
    font-size: 1.8rem;
  }
  .footer-bottom {
    height: 50px;
    font-size: 1.2rem;
  }
}
.menu--header-top {
  float: left;
}
.menu-list {
  margin: 0;
  padding: 0;
}
.menu-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-list a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.menu-list a:hover {
  text-decoration: underline;
}
.menu-list--header-top {
  margin: 0 -1.9rem;
}
.menu-list--header-top li {
  float: left;
}
.menu-list--header-top a {
  height: 60px;
  padding: 0 1.9rem;
  line-height: 60px;
}
.menu-list--footer li {
  margin: 0 0 1.5rem 0;
}
.menu-list--footer a {
  padding: 0 0 0 2.4rem;
  background: transparent url('../../img/arrow-right.svg') 0 6px no-repeat;
  background-size: 5px 9px;
}
.menu-list--footer a:hover {
  text-decoration: none;
  color: #ecb03c;
}
@media screen and (max-width: 950px) {
  .menu--header-top {
    display: none;
    float: none;
    padding: 1.5rem 0;
    background: #f5e9d1;
  }
  .menu--responsive-menu {
    display: block;
  }
  .menu-list--header-top {
    margin: 0;
  }
  .menu-list--header-top li {
    float: none;
  }
  .menu-list--header-top a {
    height: auto;
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: normal;
  }
}
.responsive-menu {
  position: fixed;
  left: -250px;
  top: 0;
  bottom: 0;
  z-index: 30;
  width: 250px;
  height: 100vh;
  overflow: auto;
  background: #fff;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
}
.responsive-menu--active {
  left: 0;
}
.responsive-menu-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding: 0 2rem;
  font-size: 0;
  text-decoration: none;
  color: #000;
}
.responsive-menu-title:hover {
  color: #000;
}
.responsive-menu-title__text {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}
.responsive-menu-title__icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 15px;
  margin: 0 1.4rem 0 0;
  vertical-align: middle;
}
.responsive-menu-title__icon span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: currentColor;
  border-radius: 2px;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
.responsive-menu-title__icon span:nth-child(1) {
  top: 0;
  left: 4px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.responsive-menu-title__icon span:nth-child(2) {
  top: 13px;
  left: 4px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.responsive-menu-item {
  font-size: 1.4rem;
  font-weight: bold;
  background: #ecb03c;
  border-top: 1px solid #f5c871;
}
.responsive-menu-item.active .responsive-menu-item-text__expander {
  -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%);
}
.responsive-menu-item.active .responsive-menu-item-submenu {
  display: block;
}
.responsive-menu-item--user {
  border-top: none;
}
.responsive-menu-item--user .responsive-menu-item-text {
  padding-left: 4.7rem;
  background: transparent url('../../img/user.svg') 20px 45% no-repeat;
}
.responsive-menu-item-text {
  position: relative;
  display: block;
  padding: 1.3rem 2rem;
  text-decoration: none;
}
.responsive-menu-item-text__expander {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 21px;
  height: 17px;
  padding: 5px;
  background: transparent url('../../img/arrow-down.svg') 50% 50% no-repeat;
  background-size: 11px 7px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  cursor: pointer;
}
.responsive-menu-item-submenu {
  display: none;
  padding: 0 0 1rem 0;
}
.responsive-menu-item-submenu--form {
  margin: -0.5rem 0 0 0;
  padding: 0 2rem 1rem 2rem;
}
.responsive-menu-item-submenu__item {
  display: block;
  padding: 0.3rem 2rem;
  text-decoration: none;
}
.responsive-menu-item-submenu__item--current {
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .responsive-menu {
    left: -300px;
    width: 300px;
  }
  .responsive-menu--active {
    left: 0;
  }
  .responsive-menu-title {
    padding: 1.2rem 1rem 1.5rem 1rem;
  }
  .responsive-menu-item--user .responsive-menu-item-text {
    padding-left: 4.2rem;
    background-position: 10px 50%;
  }
  .responsive-menu-item-text {
    padding: 1.3rem 1rem;
  }
  .responsive-menu-item-submenu--form {
    padding: 0 1rem;
  }
  .responsive-menu-item-submenu__item {
    padding: 0.3rem 1rem;
  }
}
.search-form {
  position: relative;
  width: 100%;
  height: 50px;
}
.search-form .tt-menu {
  top: 56px !important;
}
input.search-form__input {
  padding: 0 5.1rem 0 1.9rem;
  font-size: 1.4rem;
  font-style: italic;
  box-shadow: none;
}
input.search-form__input:-moz-placeholder {
  color: #9b9b9b;
}
input.search-form__input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
input.search-form__input:-ms-input-placeholder {
  color: #9b9b9b;
}
input.search-form__input::-webkit-input-placeholder {
  color: #9b9b9b;
}
input.search-form__input:hover,
input.search-form__input:focus-visible {
  background: #fff;
  border-color: #fff;
}
button.search-form__btn {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
  padding: 0;
  background: transparent;
  border: none;
}
button.search-form__btn svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000;
}
@media screen and (max-width: 950px) {
  input.search-form__input {
    padding: 0 4.4rem 0 1.7rem;
  }
}
@media screen and (max-width: 750px) {
  .search-form {
    height: 45px;
  }
  .search-form .tt-menu {
    top: 51px !important;
  }
  input.search-form__input {
    height: 45px;
  }
}
.twitter-typeahead {
  width: 100%;
}
.tt-menu {
  position: absolute;
  top: 45px;
  z-index: 5000;
  width: 100%;
  padding: 2rem 0;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}
.tt-menu:before {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -7px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ffffff transparent;
  content: ' ';
}
.tt-dataset {
  margin: 0 2.5rem;
  padding: 2rem 0;
  border-top: 1px dashed #e7e7e7;
}
.tt-dataset:first-child {
  padding-top: 0;
  border-top: none;
}
.tt-dataset:last-child {
  padding-bottom: 0;
}
.tt-item {
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  text-decoration: none;
  cursor: pointer;
}
.tt-item:hover .tt-item__title {
  text-decoration: none;
}
.tt-item__title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-decoration: underline;
}
.tt-item__price {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 0 0 2rem;
  font-weight: bold;
}
.tt-header {
  margin: 0 0 0.5rem 0;
  font-weight: bold;
}
.tt-footer {
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  border-top: 1px dashed #e7e7e7;
}
.tt-footer__link {
  color: #ecb03c;
}
.breadcrumbs {
  margin: 0 0 2rem 0;
}
.breadcrumbs-item {
  position: relative;
  display: inline-block;
  padding: 0 3.3rem 0 0;
  font-size: 1.3rem;
  line-height: 1.17;
}
.breadcrumbs-item__title {
  color: #9b9b9b;
}
.breadcrumbs-item__title:hover {
  color: #9b9b9b;
  text-decoration: none;
}
.breadcrumbs-item__sep {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-block;
  width: 4px;
  height: 6px;
  background: transparent url('../../img/arrow-right-sm.svg') 0 0 no-repeat;
  background-size: contain;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (min-width: 651px) {
  .breadcrumbs-item:first-child {
    height: 12px;
    vertical-align: middle;
  }
  .breadcrumbs-item:first-child .breadcrumbs-item__title {
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 12px;
    background: transparent url('../../img/house.svg') 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 650px) {
  .breadcrumbs-item {
    display: none;
    padding: 0 0 0 2.4rem;
  }
  .breadcrumbs-item:nth-last-child(2) {
    display: inline-block;
  }
  .breadcrumbs-item__sep {
    left: 0;
    right: auto;
    width: 8px;
    height: 12px;
    background: transparent url('../../img/arrow-left.svg') 0 50% no-repeat;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
}
.row--primary-secondary {
  margin: 0 -4.5rem;
}
.row--account-info {
  margin: 0 -4.5rem;
  border-radius: 2px;
}
.row--account-info .col {
  padding: 0 4.5rem;
  border-left: 1px solid #d6d6d6;
}
.row--account-info .col:first-child {
  border-left: none;
}
.row--basket-review {
  margin-top: 4rem;
}
.col {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  padding: 0 1.5rem;
}
.col--full-width {
  width: 100%;
}
.col--half {
  width: 50%;
}
.col--one-third {
  width: 33.33%;
}
.col--two-thirds {
  width: 66.66%;
}
.col--primary {
  width: 36%;
  min-width: 430px;
  padding: 0 4.5rem;
  border-right: 1px solid #d6d6d6;
}
.col--secondary {
  width: 64%;
  padding: 0 4.5rem;
}
.col__title {
  margin: 0 0 3rem 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 950px) {
  .row--primary-secondary {
    margin: 0 -3rem;
  }
  .row--account-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -3rem;
  }
  .row--account-info .col {
    width: 50%;
    padding: 0 3rem;
  }
  .row--account-info .col:last-child {
    width: 100%;
    margin-top: 3rem;
    padding-top: 2.5rem;
    border: none;
    border-top: 1px solid #d6d6d6;
  }
  .col--primary {
    min-width: 400px;
    padding: 0 3rem;
  }
  .col--secondary {
    padding: 0 3rem;
  }
  .col__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .row--primary-secondary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .col--primary,
  .col--secondary {
    width: 100%;
    padding: 0;
  }
  .col--primary {
    min-width: 0;
    border: none;
  }
  .col--secondary {
    margin-top: 1.5rem;
    padding-top: 3rem;
    border-top: 1px solid #d6d6d6;
  }
  .col__title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .row--account-info {
    margin-left: 0;
    margin-right: 0;
  }
  .row--account-info .col {
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 0 0 2rem 0;
    border: none;
    border-bottom: 1px solid #d6d6d6;
  }
  .row--account-info .col:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  .col__title {
    font-size: 2rem;
  }
}
.boxes {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem 3rem -1.5rem;
}
.box {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 2.5rem 3rem;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.box--filters {
  margin: 0 0 3rem 0;
  padding: 0;
}
.box--mb {
  margin-bottom: 3rem;
}
.box--form {
  padding-bottom: 1.5rem;
}
.box__title {
  margin: 0 0 2.5rem 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  .box {
    font-size: 1.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .box--filters {
    padding: 0;
  }
  .box--form {
    padding-bottom: 0.5rem;
  }
  .box__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 650px) {
  .box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .box--filters {
    padding: 0;
  }
  .box--mb {
    margin-bottom: 2rem;
  }
}
.form--sm-width {
  max-width: 340px;
}
.form--basket-coupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.form--comment {
  padding: 2rem 3rem 0 3rem;
  margin: 3rem -3rem 0 -3rem;
  border-top: 1px solid #e7e7e7;
}
.form--comment-reply:not(:last-child) {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}
.form-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.form-row:before,
.form-row:after {
  content: normal;
}
.form-row--full-width {
  margin: 0 0 2rem 0;
}
.form-row--center {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.form-row--radios-inline {
  margin-top: -1em;
}
.form-row--basket-review-note {
  font-size: 1.2rem;
}
.form-row--actions {
  margin-top: 3rem;
}
.form-row--mt {
  margin-top: 1.5rem;
}
.form-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.form__title,
.form-header__title {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  margin: 0 0 2rem 0;
  font-size: 2rem;
  font-weight: bold;
}
.form-header__link--hidden {
  display: none;
}
.form__desc {
  margin: 0 0 2.5rem 0;
}
.form-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.form-controls:before,
.form-controls:after {
  content: normal;
}
.form-col {
  width: 50%;
  margin: 0 0 2rem 0;
  padding: 0 1.5rem;
}
.form-col--full-width {
  width: 100%;
  margin: 0;
  padding: 0;
}
.form-col--one-third {
  width: 33.33%;
}
.form-col__title {
  display: block;
  margin: 0 0 2rem 0;
  font-size: 2.2rem;
  font-weight: bold;
}
.form-control {
  position: relative;
  width: 100%;
}
.form-control.has-error > input,
.form-control.has-error > select,
.form-control.has-error > textarea {
  border-color: #e90000;
}
.form-control--basket-coupon {
  margin: 0 2rem 0 0;
}
.form-control.required .form-control__label:before {
  position: absolute;
  top: 50%;
  right: -10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #e90000;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: '*';
}
.form-control__label {
  position: relative;
  display: inline-block;
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
}
.form-control__label--link {
  float: left;
  margin-right: 2rem;
}
.form-control__label--select {
  opacity: 0;
}
.form-control__link {
  float: right;
  margin: 0.1em 0 0 0;
  font-size: 1.4rem;
}
.form-error {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e90000;
}
.form-coupon {
  display: -ms-flexbox;
  display: flex;
}
.form-coupon--info {
  position: relative;
  display: block;
}
.form-review {
  margin: 0 0 2.5rem 0;
  padding: 2.5rem 3rem;
  text-align: center;
  background: #ebebeb;
  border-radius: 2px;
}
.form-review--basket {
  display: none;
}
.form-review-block {
  margin: 0 0 1rem 0;
  padding: 1.5rem 0 0 0;
  border-top: 1px dashed #e7e7e7;
}
.form-review-block:first-child {
  padding-top: 0;
  border-top: none;
}
.form-review-block__title {
  font-size: 2.2rem;
  font-weight: bold;
}
.form-review-block__price {
  font-size: 2.8rem;
  font-weight: bold;
}
.form-review__desc {
  margin: 2rem 0 0 0;
}
.form-footer {
  padding: 1.5rem 0 0 0;
  margin: 3rem 0 0 0;
  border-top: 1px dashed #e7e7e7;
  text-align: center;
}
.form-footer__agreement {
  max-width: 650px;
  margin: 0 auto 3.5rem auto;
  font-size: 1.2rem;
}
@media screen and (max-width: 950px) {
  .form__title {
    font-size: 2rem;
  }
  .form-col--one-third {
    width: 50%;
  }
  .form-col__title {
    font-size: 1.8rem;
  }
  .form-coupon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-review--basket {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .form__title {
    font-size: 1.8rem;
  }
  .form-col__title {
    font-size: 1.6rem;
  }
  .form-coupon {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-review {
    margin: 0 0 2rem 0;
    padding: 2rem 2rem 1.5rem 2rem;
  }
  .form-review-block__title {
    margin: 0;
    font-size: 1.8rem;
  }
  .form-review-block__price {
    margin: 0 0 0.5rem 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  .form-col,
  .form-col--one-third {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .form--basket-coupon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-control--basket-coupon {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.quantity-form {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: inline-block;
  width: 100px;
  height: 60px;
  margin: 0 3rem 0 0;
}
.quantity-form .bootstrap-touchspin-up,
.quantity-form .bootstrap-touchspin-down {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 3;
  display: block;
  width: 30px;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  background: transparent;
  color: #ecb03c;
  border: none;
  outline: 0;
  transition: all 0.2s ease;
}
.quantity-form .bootstrap-touchspin-up:before,
.quantity-form .bootstrap-touchspin-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #ecb03c;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: all 0.2s ease;
  content: ' ';
}
.quantity-form .bootstrap-touchspin-up:hover:before,
.quantity-form .bootstrap-touchspin-down:hover:before,
.quantity-form .bootstrap-touchspin-up:active:before,
.quantity-form .bootstrap-touchspin-down:active:before,
.quantity-form .bootstrap-touchspin-up:hover:after,
.quantity-form .bootstrap-touchspin-down:hover:after,
.quantity-form .bootstrap-touchspin-up:active:after,
.quantity-form .bootstrap-touchspin-down:active:after {
  background: #000;
}
.quantity-form .bootstrap-touchspin-up:focus-visible,
.quantity-form .bootstrap-touchspin-down:focus-visible {
  box-shadow: 0 0 0 2px #00b4ff;
}
.quantity-form .bootstrap-touchspin-up {
  right: 0;
}
.quantity-form .bootstrap-touchspin-up:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #ecb03c;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  content: ' ';
}
.quantity-form .bootstrap-touchspin-down {
  left: 0;
}
.quantity-form .bootstrap-touchspin-down:before {
  width: 10px;
  height: 2px;
}
.quantity-form .form-error {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 300px;
}
.quantity-form--list,
.quantity-form--list-rows,
.quantity-form--product-variant {
  height: 50px;
}
.quantity-form--list .bootstrap-touchspin-up,
.quantity-form--list-rows .bootstrap-touchspin-up,
.quantity-form--product-variant .bootstrap-touchspin-up,
.quantity-form--list .bootstrap-touchspin-down,
.quantity-form--list-rows .bootstrap-touchspin-down,
.quantity-form--product-variant .bootstrap-touchspin-down,
.quantity-form--list input[type].quantity-form__quantity,
.quantity-form--list-rows input[type].quantity-form__quantity,
.quantity-form--product-variant input[type].quantity-form__quantity {
  height: 50px;
}
.quantity-form--list input[type].quantity-form__quantity,
.quantity-form--list-rows input[type].quantity-form__quantity,
.quantity-form--product-variant input[type].quantity-form__quantity {
  box-shadow: none;
}
.quantity-form--product-variant,
.quantity-form--basket {
  margin: 0;
}
.quantity-form--basket input[type].quantity-form__quantity {
  box-shadow: none;
}
.quantity-form--product-item-form {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 150px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.quantity-form--product-item-form.active {
  top: 0;
}
.quantity-form--product-item-form .bootstrap-touchspin-up,
.quantity-form--product-item-form .bootstrap-touchspin-down {
  width: 60px;
}
.quantity-form--product-item-form input[type].quantity-form__quantity {
  padding: 0 5rem;
}
.quantity-form--product-variant {
  position: absolute;
  top: -50px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.quantity-form--product-variant.active {
  top: 0;
}
.quantity-form--product-detail,
.quantity-form--product-variant {
  left: 0;
  -ms-transform: none;
      transform: none;
}
input[type].quantity-form__quantity {
  width: 100%;
  height: 60px;
  padding: 0 3rem;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
input[type].quantity-form__quantity:focus {
  background: #fff;
  border-color: #ebebeb;
}
@media screen and (max-width: 1100px) and (min-width: 951px), screen and (max-width: 850px) {
  .quantity-form--list {
    width: 130px;
    height: 40px;
  }
  .quantity-form--list .bootstrap-touchspin-up,
  .quantity-form--list .bootstrap-touchspin-down {
    width: 40px;
    height: 40px;
  }
  .quantity-form--list input[type].quantity-form__quantity {
    height: 40px;
    padding: 0 4rem;
  }
  .quantity-form--list-rows {
    width: 120px;
    height: 45px;
  }
  .quantity-form--list-rows .bootstrap-touchspin-up,
  .quantity-form--list-rows .bootstrap-touchspin-down {
    width: 40px;
    height: 45px;
  }
  .quantity-form--list-rows input[type].quantity-form__quantity {
    height: 45px;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .quantity-form--product-variant {
    height: 45px;
  }
  .quantity-form--product-variant .bootstrap-touchspin-up,
  .quantity-form--product-variant .bootstrap-touchspin-down {
    width: 45px;
    height: 45px;
  }
  .quantity-form--product-variant input[type].quantity-form__quantity {
    height: 45px;
    padding: 0 4.5rem;
  }
}
@media screen and (max-width: 950px) {
  .quantity-form--basket {
    width: 90px;
    height: 50px;
  }
  .quantity-form--basket .bootstrap-touchspin-up,
  .quantity-form--basket .bootstrap-touchspin-down {
    width: 30px;
    height: 50px;
  }
  .quantity-form--basket input[type].quantity-form__quantity {
    height: 50px;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 500px) {
  .quantity-form--list-rows,
  .quantity-form--product-variant {
    width: 120px;
    height: 40px;
  }
  .quantity-form--list-rows .bootstrap-touchspin-up,
  .quantity-form--product-variant .bootstrap-touchspin-up,
  .quantity-form--list-rows .bootstrap-touchspin-down,
  .quantity-form--product-variant .bootstrap-touchspin-down {
    width: 40px;
    height: 40px;
  }
  .quantity-form--list-rows input[type].quantity-form__quantity,
  .quantity-form--product-variant input[type].quantity-form__quantity {
    height: 40px;
    padding: 0 4rem;
  }
}
.availability {
  font-weight: bold;
  color: #9b9b9b;
}
.availability--in-stock {
  color: #0dcf7b;
}
.availability--product-list-rows,
.availability--product-detail-title,
.availability--basket {
  display: none;
  margin: 0.5rem 0 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1250px) {
  .availability--product-detail-title {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .availability--product-detail-title {
    font-size: 1.3rem;
  }
  .availability--basket {
    display: block;
  }
}
@media screen and (max-width: 1100px) and (min-width: 951px), screen and (max-width: 850px) {
  .availability--product-list-rows {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .availability--basket {
    font-size: 1.3rem;
  }
}
.order-notifications--basket {
  margin: -2.3rem 0 2.8rem 0;
  font-size: 1.6rem;
}
.order-notification {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 40px;
  margin: 0 0 0.75em 0;
  padding: 0 0 0 5.6rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
.order-notification:last-child {
  margin-bottom: 0;
}
.order-notification::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
  content: ' ';
}
.order-notification--postage:before {
  background-image: url('../../img/truck.svg');
  background-size: 36px 19px;
}
.order-notification--gift:before {
  background-image: url('../../img/gift.svg');
  background-position: 6px 50%;
  background-size: 24px 19px;
}
@media screen and (max-width: 950px) {
  .order-notifications--basket {
    margin: 0 0 2rem 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 650px) {
  .order-notifications--basket {
    font-size: 1.4rem;
  }
}
.page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.page-header__link {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.account-nav {
  margin: 0 0 4.5rem 0;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.account-nav__link {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 33.33%;
  height: 80px;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-left: 1px solid #e7e7e7;
}
.account-nav__link:first-child {
  border-left: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.account-nav__link:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.account-nav__link:hover {
  background: #ecb03c;
  color: #fff;
}
.account-nav__link:hover:before {
  border-color: #ecb03c transparent transparent transparent;
}
.account-nav__link--active {
  background: #000;
  color: #fff;
  border-left: none;
}
.account-nav__link--active:before {
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -14px;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #000 transparent transparent transparent;
  transition: all 0.2s ease;
  content: ' ';
}
.account-nav__link--active:hover {
  color: #fff;
}
.account-nav__link--active + .account-nav__link {
  border-left: none;
}
@media screen and (max-width: 950px) {
  .account-nav__link {
    height: 80px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  .account-nav__link {
    height: 65px;
    font-size: 1.4rem;
  }
  .account-nav__link--active:before {
    bottom: -9px;
    margin: 0 0 0 -10px;
    border-width: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 550px) {
  .account-nav {
    margin: 0 0 3rem 0;
  }
}
.order-list {
  width: 100%;
  margin: 3rem 0 0 0;
}
.order-list-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 80px;
  margin: 0 0 2.5rem 0;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease;
}
.order-list-row:hover {
  border-color: #ecb03c;
}
.order-list-row--header {
  min-height: 50px;
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.order-list-row--header:hover {
  border-color: #f3f3f3;
}
.order-list-row--header .order-list-col {
  font-size: 1.4rem;
  font-weight: normal;
  color: #9b9b9b;
}
.order-list-row--header .order-list-col--price {
  padding-right: 0;
}
.order-list-col {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.8rem;
}
.order-list-col--number {
  width: 305px;
  padding-left: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.order-list-col--number a:hover {
  color: #ecb03c;
}
.order-list-col--date {
  width: 235px;
}
.order-list-col--state {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-weight: bold;
}
.order-list-col--price {
  width: 160px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.order-list-col--link {
  width: 3.8rem;
  padding-right: 1.8rem;
}
.order-list-col__link {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.order-list-col__link svg {
  width: 8px;
  height: 12px;
  vertical-align: middle;
  fill: #ecb03c;
}
.order-list-col__number-mobile {
  display: none;
}
.order-list-actions {
  margin: 3.5rem 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .order-list-col--number {
    width: 250px;
  }
  .order-list-col--date {
    width: 205px;
  }
}
@media screen and (max-width: 950px) {
  .order-list-col {
    font-size: 1.6rem;
  }
  .order-list-col--number {
    width: 200px;
  }
  .order-list-col--date {
    width: 170px;
  }
  .order-list-col--price {
    width: 130px;
  }
}
@media screen and (max-width: 800px) {
  .order-list-col {
    padding-right: 2rem;
  }
  .order-list-col--number {
    width: 170px;
  }
  .order-list-col--date {
    width: 150px;
  }
  .order-list-col--price {
    width: 100px;
  }
}
@media screen and (max-width: 650px) {
  .order-list-col {
    font-size: 1.5rem;
  }
  .order-list-col--number {
    width: 140px;
    padding-left: 2rem;
  }
  .order-list-col--date {
    width: 110px;
  }
}
@media screen and (max-width: 550px) {
  .order-list {
    margin: 1.5rem 0 0 0;
  }
  .order-list-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 1rem 0;
    padding: 1.5rem 1rem;
  }
  .order-list-row--header {
    display: none;
  }
  .order-list-col {
    padding: 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .order-list-col--number {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 100%;
    margin: 0 0 0.5rem 0;
    font-size: 1.6rem;
  }
  .order-list-col--date {
    width: 50%;
    padding: 0 1.3rem 0 0;
    text-align: right;
  }
  .order-list-col--state {
    position: relative;
    width: 50%;
    padding: 0 0 0 1.3rem;
    text-align: left;
  }
  .order-list-col--state:before {
    position: absolute;
    top: 50%;
    left: -1px;
    width: 2px;
    height: 12px;
    margin: -6px 0 0 0;
    background: #000;
    content: ' ';
  }
  .order-list-col--price {
    width: 100%;
    margin: 1rem 0 0 0;
    font-size: 1.8rem;
  }
  .order-list-col--link {
    display: none;
  }
  .order-list-col__number-desktop {
    display: none;
  }
  .order-list-col__number-mobile {
    display: inline-block;
  }
}
.order-header {
  margin: 0 0 4rem 0;
  font-size: 1.8rem;
}
.order-header-row {
  margin: 0 0 2.5rem 0;
}
.order-header-col {
  float: left;
  width: 50%;
  padding: 0 1.5rem;
}
.order-header-col:nth-child(1) {
  text-align: right;
}
.order-header-col:nth-child(2) {
  position: relative;
  font-weight: bold;
}
.order-header-col:nth-child(2):before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  margin: -8px 0 0 0;
  background: #9b9b9b;
  content: ' ';
}
.order-header__price {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.order-header__price--without-vat {
  margin: 0.5rem 0 0 0;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
}
.order-header__footer {
  margin: 2.5rem 0 0 0;
  text-align: center;
}
.order-products {
  margin: 0 0 4rem 0;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.order-products-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 80px;
  padding: 0 2.5rem;
  border-top: 1px solid #ebebeb;
}
.order-products-row:first-child {
  border-top: none;
}
.order-products-row--address,
.order-products-row--note {
  -ms-flex-align: start;
      align-items: flex-start;
  min-height: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.order-products-col {
  padding: 1rem 0;
}
.order-products-col--title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-right: 2rem;
}
.order-products-col--title a {
  text-decoration: none;
}
.order-products-col--title a:hover {
  text-decoration: underline;
}
.order-products-col--price {
  width: 180px;
  margin: 0 120px 0 0;
  font-size: 1.4rem;
  text-align: right;
}
.order-products-col--price-total {
  width: 180px;
  font-size: 1.4rem;
  text-align: right;
}
.order-products-col--btn {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.order-products-col--address {
  width: 50%;
}
.order-products-col--address p:last-child {
  margin-bottom: 0;
}
.order-products-col__price {
  font-size: 1.8rem;
}
.order-products-col__price-without-vat {
  display: block;
  margin: -0.25em 0 0 0;
  font-style: italic;
}
.order-products-col__title {
  margin: 0 0 0.75em 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.order-info-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 80px;
  margin: 0 0 4rem 0;
  padding: 1rem 5.8rem 1rem 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.order-info-link__arrow {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 12px;
  height: 8px;
  margin: -4px 0 0 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
@media screen and (max-width: 1100px) {
  .order-products-col--price {
    width: 160px;
    margin: 0 25px 0 0;
  }
  .order-products-col--price-total {
    width: 160px;
  }
}
@media screen and (max-width: 950px) {
  .order-products {
    margin: 0 0 2.5rem 0;
  }
  .order-products-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .order-info-link {
    padding-left: 2rem;
  }
  .order-info-link__arrow {
    right: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .order-products {
    font-size: 1.4rem;
  }
  .order-products-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.5rem;
  }
  .order-products-row--address {
    padding: 0;
  }
  .order-products-col {
    padding: 0;
  }
  .order-products-col--title {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .order-products-col--price {
    width: 50%;
    margin: 0;
    padding: 0 2rem 0 0;
    font-size: 1.2rem;
    text-align: left;
  }
  .order-products-col--price-total {
    width: 50%;
    margin: 0 0 0 auto;
    font-size: 1.2rem;
  }
  .order-products-col--address {
    width: 100%;
    padding: 1.5rem;
    border-top: 1px solid #ebebeb;
  }
  .order-products-col--address:first-child {
    border-top: none;
  }
  .order-products-col__price {
    font-size: 1.6rem;
  }
  .order-products-col__title {
    font-size: 1.6rem;
  }
  .order-info-link {
    min-height: 60px;
    padding: 1rem 4.8rem 1rem 1.5rem;
    font-size: 1.6rem;
  }
  .order-info-link__arrow {
    right: 1.5rem;
  }
}
.basket-primary {
  float: left;
  width: calc(100% - 415px);
}
.basket-primary-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.basket-primary-footer .form-error {
  position: static;
  margin: 1rem 0 -2rem 0;
}
.basket-primary-footer--review {
  display: block;
  margin: 3rem 0 0 0;
  padding: 3rem 0 0 0;
  border-top: 1px dashed #e7e7e7;
}
.basket-primary-footer__back {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-order: -1;
      order: -1;
}
.basket-sidebar {
  float: right;
  width: 375px;
  background: #fff;
  border-radius: 2px;
}
.basket-sidebar__title {
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .basket-primary {
    width: calc(100% - 340px);
  }
  .basket-sidebar {
    width: 300px;
  }
  .basket-sidebar__title {
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 950px) {
  .basket-primary {
    float: none;
    width: 100%;
  }
  .basket-primary-footer--review {
    padding: 0;
    border-top: none;
  }
  .basket-primary-footer .form-error {
    margin: 1rem 0 0 0;
  }
  .basket-sidebar {
    display: none;
  }
  .basket-sidebar--review {
    position: static !important;
    float: none;
    display: block;
    width: 100%;
    margin: 3rem 0 0 0;
  }
  .basket-sidebar__title {
    padding: 2rem 3.4%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  .basket-sidebar--review {
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 450px) {
  .basket-primary-footer {
    display: block;
    text-align: center;
  }
  .basket-primary-footer__back {
    margin: 2rem 0 0 0;
  }
}
.basket-summary {
  position: absolute;
  top: 76px;
  right: 0;
  display: none;
  width: 645px;
  max-height: calc(100vh - 140px);
  font-size: 1.6rem;
  text-align: left;
  background: #fff;
  color: #000;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
}
.basket-summary:before {
  position: absolute;
  top: -11px;
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ffffff transparent;
  content: ' ';
}
.basket-summary--modal {
  position: static;
  display: block;
  width: auto;
  max-height: none;
  margin: 0 0 -3rem 0;
  border-radius: 0;
  box-shadow: none;
}
.basket-summary--modal:before {
  display: none;
}
.basket-summary--modal .basket-summary-row {
  padding: 0 0 3rem 0;
}
.basket-summary--modal .basket-summary-row--notifications {
  padding: 2rem 2rem 2.5rem 2rem;
  font-size: 1.6rem;
}
.basket-summary--modal .basket-summary-col--image {
  width: 110px;
  padding-right: 4rem;
}
.basket-summary--modal .basket-summary-col--price {
  width: 110px;
}
.header-bottom--fixed .basket-summary {
  max-height: calc(100vh - 80px);
}
.basket-summary-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #ebebeb;
}
.basket-summary-row:last-child {
  border-bottom: none;
}
.basket-summary-row--header {
  display: block;
  padding: 1.5rem 2rem 0 2rem;
}
.basket-summary-row--footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 1.5rem 2rem;
}
.basket-summary-row-primary {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 2rem 0 0;
}
.basket-summary-row-secondary {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.basket-summary-col {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.basket-summary-col a {
  text-decoration: none;
}
.basket-summary-col a:hover {
  text-decoration: underline;
}
.basket-summary-col--image {
  width: 85px;
  padding: 0 2rem 0 0;
  line-height: 0;
}
.basket-summary-col--image img {
  display: block;
  border-radius: 2px;
}
.basket-summary-col--title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 2rem 0 0;
  font-weight: bold;
  line-height: 1.375;
}
.basket-summary-col--title a {
  text-decoration: underline;
}
.basket-summary-col--title a:hover {
  text-decoration: none;
}
.basket-summary-col--quantity {
  width: 100px;
}
.basket-summary-col--price {
  width: 117px;
  padding: 0 0 0 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
}
.basket-summary-col--remove {
  width: 61px;
  margin: 0 0.5rem 0 0;
  text-align: right;
}
.basket-summary-col__unit-price {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 650px) {
  .basket-summary--modal {
    margin: -2rem 0;
  }
  .basket-summary--modal .basket-summary-row {
    padding-left: 0;
    padding-right: 0;
  }
  .basket-summary--modal .basket-summary-row--notifications {
    font-size: 1.4rem;
  }
  .basket-summary--modal .basket-summary-col--image {
    display: none;
  }
  .basket-summary--modal .basket-summary-col--title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .basket-summary--modal:before {
    display: none;
  }
  .basket-summary--modal .basket-summary-row {
    margin: 0;
  }
  .basket-summary--modal .basket-summary-col--title {
    font-size: 1.4rem;
  }
  .basket-summary--modal .basket-summary-col--price {
    width: auto;
    padding-left: 2.5rem;
    font-size: 1.6rem;
  }
}
.basket-review {
  border-top: 1px solid #ebebeb;
}
.basket-review--responsive {
  border: none;
  border-radius: 0;
}
.basket-review-section {
  padding: 1rem 2rem;
  border-top: 1px solid #ebebeb;
}
.basket-review-section:first-child {
  border-top: none;
}
.basket-review-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 0;
}
.basket-review-row--total {
  font-size: 1.8rem;
  font-weight: bold;
}
.basket-review-col {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.basket-review-col--title a {
  text-decoration: none;
}
.basket-review-col--title a:hover {
  text-decoration: underline;
}
.basket-review-col--price {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 0 0 2rem;
}
.basket-review-col__notice {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ecb03c;
}
@media screen and (max-width: 1100px) and (min-width: 951px) {
  .basket-review {
    font-size: 1.3rem;
  }
  .basket-review-section {
    padding: 1rem 1.5rem;
  }
  .basket-review-row {
    padding: 0.3rem 0;
  }
  .basket-review-col__notice {
    font-size: 1.2rem;
  }
  .basket-review-row--total {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 950px) {
  .basket-review-section {
    padding-left: 3.4%;
    padding-right: 3.4%;
  }
}
.basket-info {
  position: absolute;
  top: 50%;
  right: 0;
  height: 91px;
  padding: 3.5rem 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.basket-info:hover .basket-summary {
  display: block;
}
.basket-info-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 21px;
  text-decoration: none;
}
.basket-info-link--empty .basket-info-link__title {
  padding-right: 0;
}
.basket-info-link--empty .basket-info-link__title svg {
  display: none;
}
.basket-info:hover .basket-info-link--not-empty:before {
  opacity: 1;
}
.basket-info-link__icon {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 23px;
  height: 21px;
}
.basket-info-link__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000;
}
.basket-info-link__icon:before {
  position: absolute;
  right: -15px;
  bottom: -8px;
  z-index: 1;
  width: 20px;
  height: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  animation: enlarge 0.4s ease 0s 1 alternate none paused;
  content: attr(data-items);
}
.basket-info-link__icon--active:before {
  animation-play-state: running;
}
.basket-info-link__title {
  position: relative;
  margin: 0 0 0 3.1rem;
  padding: 0 2.5rem 0 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.basket-info-link__title svg {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  fill: #c28d28;
}
@keyframes enlarge {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  to {
    transform: scale(1);
  }
}
@media screen and (max-width: 1250px) {
  .basket-info {
    right: 3.4%;
  }
}
@media screen and (max-width: 950px) {
  .basket-info {
    height: 22px;
    padding: 0;
  }
  .basket-info:hover .basket-summary {
    display: none;
  }
  .basket-info-link__title {
    padding-right: 0;
  }
  .basket-info-link__title svg {
    display: none;
  }
}
.basket-steps {
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin: 0 0 3rem 0;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.basket-step {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 33.33%;
  height: 80px;
  padding: 0 2rem;
  font-size: 0;
  font-weight: bold;
  line-height: 1.14;
  text-decoration: none;
  background: #fff;
}
.basket-step:before {
  position: absolute;
  top: 0;
  left: -18px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #ebebeb;
  content: ' ';
}
.basket-step:after {
  position: absolute;
  top: 0;
  left: -19px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #fff;
  content: ' ';
}
.basket-step:first-child:before,
.basket-step:first-child:after {
  display: none;
}
.basket-step:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.basket-step:last-child {
  border-right: 1px solid #ebebeb;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.basket-step--active,
.basket-step--current {
  background: #0dcf7b;
}
.basket-step--active:last-child,
.basket-step--current:last-child {
  border-right-color: #0dcf7b;
}
.basket-step--active .basket-step-number,
.basket-step--current .basket-step-number {
  background: #fff;
  color: #000;
}
.basket-step--active .basket-step__title,
.basket-step--current .basket-step__title {
  color: #fff;
}
.basket-step--active {
  background: #009554;
}
.basket-step--current + .basket-step:before {
  z-index: 2;
  border-color: transparent transparent transparent #0dcf7b;
}
.basket-step--current + .basket-step:after {
  left: -18px;
  z-index: 1;
  width: 20px;
  height: 80px;
  background: #fff;
  border: none;
}
.basket-step--active + .basket-step--current:before {
  z-index: 2;
  border-color: transparent transparent transparent #009554;
}
.basket-step--active + .basket-step--current:after {
  left: -18px;
  z-index: 1;
  width: 20px;
  height: 80px;
  background: #0dcf7b;
  border: none;
}
.basket-step--active + .basket-step--active:after {
  border-color: transparent transparent transparent #009554;
}
.basket-step-number {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2rem 0 0;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  background: #ecb03c;
  color: #fff;
  border-radius: 50%;
}
.basket-step-number__all {
  display: none;
}
.basket-step__title {
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .basket-steps {
    height: 70px;
    margin: 0 0 2.5rem 0;
  }
  .basket-step {
    height: 70px;
  }
  .basket-step:before {
    border-width: 35px 0 35px 20px;
  }
  .basket-step:after {
    border-width: 35px 0 35px 20px;
  }
  .basket-step--current + .basket-step:after,
  .basket-step--active + .basket-step--current:after {
    height: 70px;
  }
  .basket-step-number {
    margin: 0 1.5rem 0 0;
  }
  .basket-step__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .basket-steps {
    margin: 0 0 1.8rem 0;
  }
  .basket-step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .basket-step-number {
    width: 20px;
    height: 20px;
    margin: 0;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .basket-step__title {
    width: 100%;
    margin: 0.5rem 0 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
.basket-products {
  overflow: hidden;
  margin: 0 0 4.5rem 0;
}
.basket-products-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 120px;
  margin: 0 0 3.5rem 0;
  padding: 1.5rem 0;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.basket-products-col {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0 0 0 2rem;
  line-height: 1.33;
}
.basket-products-col--image {
  width: 115px;
  margin-left: 2.5rem;
}
.basket-products-col--image img {
  display: block;
  border-radius: 2px;
}
.basket-products-col--title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-weight: bold;
}
.basket-products-col--availability {
  width: 195px;
}
.basket-products-col--price {
  width: 130px;
  font-weight: bold;
  text-align: right;
}
.basket-products-col--quantity {
  width: 100px;
  margin-left: 5rem;
}
.basket-products-col--total-price {
  width: 160px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: right;
}
.basket-products-col--remove {
  width: 66px;
  padding: 0 2.5rem 0 0;
  text-align: right;
}
.basket-products-col__price-without-vat {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: italic;
}
.basket-products-col__notice {
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  color: #ecb03c;
}
.basket-products-col-image {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
}
.basket-products-col-image__img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
@media screen and (max-width: 1250px) {
  .basket-products-col--availability {
    width: 145px;
  }
  .basket-products-col--quantity {
    margin-left: 2.5rem;
  }
  .basket-products-col--total-price {
    width: 140px;
  }
  .basket-products-col--remove {
    width: 56px;
  }
}
@media screen and (max-width: 1100px) {
  .basket-products-col--availability {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .basket-products {
    margin: 0;
  }
  .basket-products-row {
    min-height: 110px;
    margin: 0 0 2.5rem 0;
    font-size: 1.6rem;
  }
  .basket-products-col--image {
    width: 60px;
    margin-left: 2rem;
  }
  .basket-products-col--availability {
    display: none;
  }
  .basket-products-col--price {
    width: 110px;
  }
  .basket-products-col--quantity {
    width: 90px;
  }
  .basket-products-col--total-price {
    width: 110px;
    font-size: 2rem;
  }
  .basket-products-col--remove {
    width: 42px;
    padding-right: 2rem;
  }
  .basket-products-col__price-without-vat {
    font-size: 1.2rem;
  }
  .basket-products-col__notice {
    font-size: 1.4rem;
  }
  .basket-products-col-image {
    height: 42px;
  }
}
@media screen and (max-width: 750px) {
  .basket-products-row {
    font-size: 1.4rem;
  }
  .basket-products-col {
    margin: 0 0 0 1.5rem;
  }
  .basket-products-col--image {
    margin-left: 1.5rem;
  }
  .basket-products-col--total-price {
    font-size: 1.8rem;
  }
  .basket-products-col--remove {
    padding-right: 1.5rem;
  }
  .basket-products-col__notice {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 650px) {
  .basket-products-row {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket-products-col {
    margin: 0 0 0 1rem;
  }
  .basket-products-col--image {
    margin: 0 0 1.5rem 1rem;
  }
  .basket-products-col--title {
    width: calc(100% - 80px);
    margin: 0 0 1.5rem 1rem;
    padding: 0 4.2rem 0 0;
  }
  .basket-products-col--price {
    width: calc((100% - 90px) / 2);
    margin: 0;
    padding: 0.75em 1rem 0 1rem;
    text-align: left;
  }
  .basket-products-col--quantity {
    margin: 0;
  }
  .basket-products-col--total-price {
    width: calc((100% - 90px) / 2);
    margin: 0;
    padding: 0 1rem 0 1rem;
  }
  .basket-products-col--remove {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .basket-products-col__price-without-vat {
    font-size: 1.1rem;
  }
}
.basket-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.basket-footer-primary {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 400px;
  max-width: 50%;
  margin: 0 0 0 auto;
  padding: 0 0 0 2rem;
  text-align: right;
}
.basket-footer-secondary {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 50%;
  padding: 0 2rem 0 0;
}
.basket-footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin: 4rem 0 0 0;
}
.basket-footer-nav__back {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-order: -1;
      order: -1;
}
@media screen and (max-width: 950px) {
  .basket-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket-footer-primary {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .basket-footer-secondary {
    width: 100%;
    margin: 0 0 3.5rem 0;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .basket-footer-nav {
    display: block;
    text-align: center;
  }
  .basket-footer-nav__back {
    margin: 2rem 0 0 0;
  }
}
.basket-coupon {
  max-width: 610px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.basket-coupon-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding: 1rem 2.5rem;
  cursor: pointer;
}
.basket-coupon-content {
  position: relative;
  padding: 1.5rem 7.7rem 1.5rem 2.5rem;
}
.basket-coupon-header--active .basket-coupon-header__link {
  -ms-transform: rotate(180deg) translateY(50%);
      transform: rotate(180deg) translateY(50%);
}
.basket-coupon-header__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.basket-coupon-header__link {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 13px;
  height: 8px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.basket-coupon-header__link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.basket-coupon-primary {
  display: none;
  padding: 1rem 2.5rem 3rem 2.5rem;
}
@media screen and (max-width: 950px) {
  .basket-coupon {
    max-width: 100%;
  }
  .basket-coupon-header {
    height: 60px;
    padding: 1rem 5rem 1rem 2rem;
  }
  .basket-coupon-header__title {
    font-size: 1.6rem;
  }
  .basket-coupon-header__link {
    right: 20px;
  }
  .basket-coupon-content {
    padding: 1.5rem 5rem 1.5rem 2rem;
  }
  .basket-coupon-primary {
    padding: 1rem 2rem 3rem 2rem;
  }
}
@media screen and (max-width: 650px) {
  .basket-coupon-header {
    height: 50px;
    padding: 1rem 4.5rem 1rem 1.5rem;
  }
  .basket-coupon-header__title {
    font-size: 1.4rem;
  }
  .basket-coupon-header__link {
    right: 15px;
  }
  .basket-coupon-content {
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  }
  .basket-coupon-primary {
    padding: 1rem 1.5rem 3rem 1.5rem;
  }
}
.basket-prices {
  margin: 0 0 3rem 0;
  font-size: 2rem;
  text-align: right;
}
.basket-prices-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 1rem 0;
}
.basket-prices-row--total {
  margin-top: 3rem;
  padding: 2.5rem 0 0 0;
  border-top: 1px solid #d2d2d2;
}
.basket-prices-row--total:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.basket-prices-col {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 2rem 0 0;
}
.basket-prices-col--price,
.basket-prices-col--price-total {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 170px;
  padding: 0;
}
.basket-prices-col--price-total {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  .basket-prices {
    max-width: 350px;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .basket-prices-col--price,
  .basket-prices-col--price-total {
    width: 160px;
  }
  .basket-prices-row--total {
    margin-top: 2rem;
    padding: 1.5rem 0 0 0;
  }
  .basket-prices-col--price-total {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 650px) {
  .basket-prices {
    font-size: 1.4rem;
  }
  .basket-prices-col--price,
  .basket-prices-col--price-total {
    width: 120px;
  }
  .basket-prices-col--price-total {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .basket-prices {
    max-width: 100%;
  }
}
.postage-items {
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.postage-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 90px;
  padding: 2.9rem 2.9rem 2.9rem 13rem;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.2s ease;
}
.postage-item:first-child {
  border-top: 1px solid #ebebeb;
}
.postage-item input[type="radio"] + span {
  top: 36px;
  left: 30px;
}
.postage-item:hover .postage-item-primary-col--title,
.postage-item--active .postage-item-primary-col--title,
.postage-item:hover .postage-item-primary-col--price,
.postage-item--active .postage-item-primary-col--price {
  color: #ecb03c;
}
.postage-item--disabled {
  cursor: not-allowed;
}
.postage-item--disabled:before,
.postage-item--disabled .postage-item-primary-row {
  opacity: 0.5;
}
.postage-item:before {
  position: absolute;
  top: 30px;
  left: 65px;
  width: 50px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
}
.postage-item[class*="osobni-odber"]:before {
  margin-top: -2px;
  height: 37px;
  background-image: url('../../img/carrier-personal.svg');
}
.postage-item[class*="ceska-posta"]:before {
  margin-top: 2px;
  height: 31px;
  background-image: url('../../img/carrier-ceska-posta.svg');
}
.postage-item[class*="balik-do-ruky"]:before {
  margin-top: 5px;
  height: 18px;
  background-image: url('../../img/carrier-ceska-posta-balik-do-ruky.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .postage-item[class*="balik-do-ruky"]:before {
    background-image: url('../../img/carrier-ceska-posta-balik-do-ruky@2x.png');
  }
}
.postage-item[class*="balik-na-postu"]:before {
  margin-top: 5px;
  height: 18px;
  background-image: url('../../img/carrier-ceska-posta-balik-na-postu.svg');
}
.postage-item[class*="balikovna"]:before {
  margin-top: 8px;
  height: 14px;
  background-image: url('../../img/carrier-balikovna.svg');
}
.postage-item[class*="ppl"]:before {
  margin-top: 12px;
  height: 9px;
  background-image: url('../../img/carrier-ppl.svg');
}
.postage-item[class*="dpd"]:before {
  background-image: url('../../img/carrier-dpd.svg');
}
.postage-item[class*="gls"]:before {
  background-image: url('../../img/carrier-gls.svg');
}
.postage-item[class*="ulozenka"]:before {
  margin-top: 12px;
  height: 8px;
  background-image: url('../../img/carrier-ulozenka.svg');
}
.postage-item[class*="zasilkovna"]:before {
  margin-top: 11px;
  height: 13px;
  background-image: url('../../img/carrier-zasilkovna.svg');
}
.postage-item[class*="hotove"]:before {
  height: 32px;
  background-image: url('../../img/payment-cash-on-delivery.svg');
}
.postage-item[class*="thepay"]:before {
  height: 33px;
  background-image: url('../../img/payment-thepay.svg');
}
.postage-item[class*="platba-kartou"]:before {
  margin-top: 3px;
  height: 24px;
  background-image: url('../../img/payment-card.svg');
}
.postage-item[class*="prevodem"]:before {
  margin-top: -4px;
  height: 37px;
  background-image: url('../../img/payment-bank.svg');
}
.postage-item[class*="rychly-bankovni-prevod"]:before {
  margin-top: -4px;
  height: 37px;
  background-image: url('../../img/payment-bank-quick.svg');
}
.postage-item[class*="dobirka"]:before {
  height: 32px;
  background-image: url('../../img/payment-cash-on-delivery.svg');
}
.postage-item-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.postage-item-primary-col {
  transition: all 0.2s ease;
}
.postage-item-primary-col--title,
.postage-item-primary-col--price {
  font-size: 1.8rem;
  font-weight: bold;
}
.postage-item-primary-col--title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 2rem 0 0;
}
.postage-item-primary-col--desc {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  margin: 0.5rem auto 0 0;
  font-size: 1.4rem;
}
.postage-item-primary-col--desc p:last-child {
  margin-bottom: 0;
}
.postage-item-primary-col-inner {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.postage-item-primary-col__title {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 650px) {
  .postage-item {
    min-height: 0;
    padding: 2rem 1.5rem 2rem 8.3rem;
  }
  .postage-item:before {
    top: 17px;
    left: 33px;
    -ms-transform: scale(0.7);
        transform: scale(0.7);
  }
  .postage-item input[type="radio"] + span {
    top: 24px;
    left: 15px;
  }
  .postage-item-primary-col--title,
  .postage-item-primary-col--price {
    font-size: 1.6rem;
  }
}
.alerts {
  margin: 0 0 3rem 0;
}
.alert {
  position: relative;
  padding: 1rem 2rem 1rem 4.8rem;
  margin: 0 0 1.5rem 0;
  font-size: 1.6rem;
  background: #b0dce8 url('../../img/info.svg') 23px 50% no-repeat;
  color: #257084;
  border: 1px solid #9dccd9;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert--success {
  color: #3a8800;
  background: #c8e8b1 url('../../img/check-success.svg') 20px 50% no-repeat;
  border: 1px solid #b7db9c;
}
.alert--warning {
  color: #7b7f14;
  background: #ffeb8c url('../../img/exclamation-warning.svg') 24px 50% no-repeat;
  border: 1px solid #edd566;
}
.alert--error {
  color: #773929;
  background: #fb997f url('../../img/exclamation-error.svg') 24px 50% no-repeat;
  border: 1px solid #e65e54;
}
.alert--primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100px;
  margin: 0;
  padding: 0 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  background: #00a960;
  color: #fff;
  border: none;
}
.alert--primary span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 49px;
  text-align: left;
}
.alert--primary span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff url('../../img/check.svg') 50% 50% no-repeat;
  background-size: 10px auto;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: ' ';
}
@media screen and (max-width: 950px) {
  .alert--primary {
    min-height: 70px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  .alert--primary {
    font-size: 1.6rem;
  }
  .alert--primary span {
    padding: 0 0 0 41px;
  }
  .alert--primary span:before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 450px) {
  .alert {
    padding-left: 3.6rem;
    font-size: 1.4rem;
    background-position: 18px 50%;
  }
  .alert--success {
    background-position: 13px 50%;
  }
  .alert--warning,
  .alert--error {
    background-position: 19px 50%;
  }
  .alert--primary {
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}
.slider {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 2rem 0;
  color: #fff;
}
.slider a:not(.btn) {
  color: #fff;
}
.slider .owl-dots {
  position: absolute;
  top: 5rem;
  left: 50%;
  margin: 0 0 0 -600px;
  font-size: 0;
}
.slider button.owl-dot {
  float: left;
  clear: left;
  width: 15px;
  height: 15px;
  margin: 3.5rem 0 0 0;
  background: transparent;
  border: 3px solid #ecb03c;
  border-radius: 50%;
  transition: all 0.2s ease;
  outline: none;
}
.slider button.owl-dot:first-child {
  margin-top: 0;
}
.slider button.owl-dot:hover {
  border-color: #fff;
}
.slider button.owl-dot.active {
  background: #fff;
  border-color: #fff;
}
.slider-item {
  position: relative;
  display: none;
  height: 450px;
}
.slider-item:first-child {
  display: block;
}
.slider-item-content {
  position: relative;
  z-index: 2;
  width: 630px;
  height: 100%;
  max-width: 100%;
  margin: 0 0 0 -4rem;
  padding: 3.5rem 7.5rem 2rem 9.5rem;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.slider-item-content__title {
  margin: 0 0 2rem 0;
  font-size: 2.6rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.slider-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100.1%;
  min-height: 100.1%;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
@media screen and (max-width: 1250px) {
  .slider .owl-dots {
    left: 3.4%;
    margin: 0;
  }
  .slider-item-content {
    margin: 0;
    padding: 3.5rem 7rem 2rem 5.5rem;
    padding-left: calc(3.4% + 55px);
  }
}
@media screen and (max-width: 950px) {
  .slider-item-content {
    width: 530px;
  }
  .slider-item-content__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 650px) {
  .slider .owl-dots {
    top: 3rem;
  }
  .slider-item {
    height: 365px;
  }
  .slider-item-content {
    margin: 0;
    padding: 2rem 9.1% 2rem 12.5%;
  }
  .slider-item-content__title {
    margin: 0 0 1rem 0;
    font-size: 2rem;
  }
}
.block__title {
  margin: -0.45em 0 3rem 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .block__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 650px) {
  .block__title {
    margin: 0 0 1.5rem 0;
    font-size: 2.4rem;
  }
}
.badges--product-list {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  margin: 0 -2px;
}
.badges--product-list-sale {
  position: absolute;
  right: 33px;
  top: -22px;
  z-index: 3;
}
.badges--product-list-rows-sale,
.badges--product-variant-sale {
  position: absolute;
  top: -14px;
  left: 15px;
  z-index: 3;
}
.badges--product-list-rows-sale .badge--sale-percents,
.badges--product-variant-sale .badge--sale-percents {
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
}
.badges--product-list-rows-sale .badge--sale-percents:before,
.badges--product-variant-sale .badge--sale-percents:before {
  top: 14px;
  height: 14px;
}
.badges--product-list-rows-sale .badge--sale-percents span,
.badges--product-variant-sale .badge--sale-percents span {
  top: 4px;
}
.badges--product {
  margin: 0 0 2rem 0;
}
.badges--product-list-rows,
.badges--product-variant {
  margin: 0 -2px 0.5rem -2px;
}
.badges--product-list-rows .badge,
.badges--product-variant .badge {
  top: -1px;
  height: 20px;
  padding: 0 0.5rem;
  font-size: 1rem;
}
.badges--sm {
  right: 15px;
  bottom: 15px;
}
.badges--sm .badge {
  width: 42px;
  height: 42px;
  font-size: 1.5rem;
}
.badges--sm .badge__percents {
  font-size: 0.9rem;
}
.badge {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 30px;
  margin: 0 2px;
  padding: 0 1.1rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 2px;
}
.badge--sale {
  background: #ee372e;
}
.badge--new {
  background: #52c9e7;
}
.badge--recommend {
  background: #ecb03c;
}
.badge--sale-percents {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: bold;
  background: #ee372e;
  border-radius: 50%;
}
.badge--sale-percents:before {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 17px;
  background: #ee372e;
  content: ' ';
}
.badge--sale-percents span {
  position: relative;
  top: 6px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .badges--product-list-sale {
    right: 26px;
    top: -16px;
  }
  .badge {
    height: 22px;
    padding: 0 1rem;
    font-size: 1.3rem;
  }
  .badge--sale-percents {
    width: 62px;
    height: 62px;
    padding: 0;
    font-size: 1.8rem;
  }
  .badge--sale-percents:before {
    top: 16px;
  }
}
@media screen and (max-width: 750px) and (min-width: 701px), screen and (max-width: 550px) {
  .badges--product-list-sale {
    right: 16px;
  }
}
@media screen and (max-width: 500px) {
  .badges--product-list-rows-sale,
  .badges--product-variant-sale {
    left: 10px;
  }
  .badges--product-list-rows-sale .badge--sale-percents,
  .badges--product-variant-sale .badge--sale-percents {
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
  }
  .badges--product-list-rows-sale .badge--sale-percents:before,
  .badges--product-variant-sale .badge--sale-percents:before {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .badges--product-list-sale {
    right: 11px;
  }
}
.sidebar-widget {
  margin: 4rem 0 0 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.sidebar-widget:first-child {
  margin-top: 0;
}
.sidebar-widget__title {
  padding: 1.5rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
}
.sidebar-widget-content {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 950px) {
  .sidebar-widget {
    margin: 0;
    border-radius: 0;
  }
  .sidebar-widget__title {
    padding: 1.2rem 2.5rem;
    font-size: 1.4rem;
  }
  .sidebar-widget-content {
    padding: 1.2rem 2.5rem;
  }
}
@media screen and (max-width: 650px) {
  .sidebar-widget__title {
    padding: 1.2rem 1rem;
  }
  .sidebar-widget-content {
    padding: 1.2rem 1rem;
  }
}
.product-list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.product-list:before,
.product-list:after {
  content: normal;
}
.product-list--modal.owl-loaded .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 0;
  background: #ecb03c !important;
  border-radius: 50%;
  transition: all 0.2s ease;
  outline: none;
}
.product-list--modal.owl-loaded .owl-nav button:hover {
  background: #b58426 !important;
}
.product-list--modal.owl-loaded .owl-nav button span {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 20px;
  margin: -10px 0 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
}
.product-list--modal.owl-loaded .owl-nav button.owl-prev {
  left: -55px;
}
.product-list--modal.owl-loaded .owl-nav button.owl-prev span {
  right: 13px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2aWV3Qm94PSIwIDAgMTIgMjAiICAgaGVpZ2h0PSIyMCIgICB3aWR0aD0iMTIiPiAgPHBhdGggICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MSIgICAgIGQ9Ik0gMS4wNzc2NywxMS4wNzkxNyA5LjgxMjQ2OCwyMCAxMiwxNy44NDQ3MzUgNC4zMTUyNzg1LDkuOTk4NDYyNiAxMiwyLjE1MzcyNzkgOS44MTI0NjgsMCAxLjA4Njg2OCw4LjkwODUzMTggMCw5Ljk3ODQ3OCAwLjAxOTkzNCw5Ljk5ODQ2MyAwLDEwLjAxODQ0NyBaIiAgICAgZmlsbD0iI2ZmZiIgLz48L3N2Zz4=);
}
.product-list--modal.owl-loaded .owl-nav button.owl-next {
  right: -55px;
}
.product-list--modal.owl-loaded .owl-nav button.owl-next span {
  left: 13px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2aWV3Qm94PSIwIDAgMTIgMjAiICAgaGVpZ2h0PSIyMCIgICB3aWR0aD0iMTIiPiAgPHBhdGggICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MSIgICAgIGQ9Ik0gMTAuOTIyMzMsOC45MjA4MyAyLjE4NzUzMiwwIDAsMi4xNTUyNjUgNy42ODQ3MjE1LDEwLjAwMTUzNyAwLDE3Ljg0NjI3MiAyLjE4NzUzMiwyMCAxMC45MTMxMzIsMTEuMDkxNDY4IDEyLDEwLjAyMTUyMiAxMS45ODAwNjYsMTAuMDAxNTM3IDEyLDkuOTgxNTUzIFoiICAgICBmaWxsPSIjZmZmIiAvPjwvc3ZnPg==);
}
.product-list--rows {
  display: block;
}
.product-list--rows .product-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  padding: 2rem 1.5rem 2rem 1.5rem;
  border-top: 1px solid #ebebeb;
  border-right: none;
}
.product-list--rows .product-item:nth-child(-n+3) {
  border-top: 1px solid #ebebeb;
}
.product-list--rows .product-item:nth-child(3n) {
  border-right: none;
}
.product-list--rows .product-item-image {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 80px;
  height: 50px;
  margin: 0 2rem 0 0;
  padding: 0;
}
.product-list--rows .product-item-title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  height: auto;
  margin: 0 2rem 0 0;
  font-size: 1.6rem;
}
.product-list--rows .product-item-title__link {
  display: inline;
}
.product-list--rows .product-item-info {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 275px;
  margin: 0 2.5rem 0 0;
}
.product-list--rows .product-item-info-price {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  margin: 0;
  padding: 0;
  text-align: right;
}
.product-list--rows .product-item-info-price__normal {
  position: static;
  margin: 0;
  font-size: 1.4rem;
}
.product-list--rows .product-item-info-price__value {
  font-size: 2rem;
}
.product-list--rows .product-item-info__availability {
  -ms-flex-order: -1;
      order: -1;
  margin: 0 2rem 0 0;
  font-size: 1.4rem;
}
.product-list--modal {
  margin: 1.5rem -3.3rem -3rem -3.3rem;
  border-radius: 0;
  box-shadow: none;
}
.product-list--modal .product-item-image {
  margin-bottom: 1rem;
}
.product-list--modal .product-item-title {
  height: 38px;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.product-list--modal .product-item-info {
  margin: 0 0 1rem 0;
  padding-top: 23px;
}
.product-list--modal .product-item-info-price__normal {
  font-size: 1.4rem;
}
.product-list--modal .product-item-info-price__value {
  font-size: 2rem;
}
.product-list--modal .product-item-info__availability {
  font-size: 1.4rem;
}
.product-list--modal .btn--product-list,
.product-list--modal input[type="submit"].btn--product-list,
.product-list--modal button[type="submit"].btn--product-list {
  height: 45px;
  font-size: 1.4rem;
}
.product-item {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  padding: 2.8rem 3.3rem 3.5rem 3.3rem;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.product-item:nth-child(-n+3) {
  border-top: none;
}
.product-item:nth-child(3n) {
  border-right: none;
}
.product-item__code {
  position: absolute;
  top: 7px;
  left: 33px;
  font-size: 1.3rem;
  color: #9b9b9b;
}
.product-item-image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 2rem 0;
  padding: 0 0 68.09% 0;
}
.product-item-image__img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  object-fit: contain;
}
.product-item-title {
  height: 48px;
  overflow: hidden;
  margin: 0 0 1.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.product-item-title__link {
  display: block;
  line-height: 1.33;
}
.product-item-title__link:hover {
  color: #ecb03c;
}
.product-item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 0 0 2rem 0;
}
.product-item-info-price {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
  margin: 0 1rem 0 0;
  padding: 27px 0 0 0;
}
.product-item-info-price__normal {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  text-decoration: line-through;
  color: #9b9b9b;
}
.product-item-info-price__value {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.08;
}
.product-item-info__availability {
  margin: 0 0 0 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.product-item-form {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.product-item-form--list-rows {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 150px;
}
.product-item-form--product-detail {
  height: 60px;
  margin: 1.5rem 0 0 0;
}
.product-list-actions {
  margin: 3.5rem 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1100px) and (min-width: 951px), screen and (max-width: 850px) {
  .product-list--rows .product-item-image {
    margin: 0 1.5rem 0 0;
  }
  .product-list--rows .product-item-title {
    font-size: 1.5rem;
  }
  .product-list--rows .product-item-info {
    width: 150px;
  }
  .product-list--rows .product-item-info-price__value {
    font-size: 1.8rem;
  }
  .product-list--rows .product-item-info__availability {
    display: none;
  }
  .product-list--modal {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .product-item {
    padding: 2rem 2.5rem 2.5rem 2.5rem;
  }
  .product-item__code {
    top: 4px;
    left: 25px;
    font-size: 1.1rem;
  }
  .product-item-image {
    margin: 0 0 1rem 0;
  }
  .product-item-title {
    height: 38px;
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
  }
  .product-item-info {
    margin: 0 0 1.5rem 0;
  }
  .product-item-info-price {
    padding-top: 23px;
  }
  .product-item-info-price__normal {
    font-size: 1.4rem;
  }
  .product-item-info-price__value {
    font-size: 1.8rem;
  }
  .product-item-info__availability {
    font-size: 1.4rem;
  }
  .product-item-form--list {
    height: 40px;
  }
  .product-item-form--list-rows {
    width: 120px;
    height: 45px;
  }
}
@media screen and (max-width: 750px) and (min-width: 701px), screen and (max-width: 550px) {
  .product-item {
    padding: 1.5rem;
  }
  .product-item__code {
    top: 2px;
    left: 15px;
  }
}
@media screen and (max-width: 700px) {
  .product-list--related .product-item:nth-child(3) {
    display: none;
  }
  .product-list--modal {
    margin: 1.5rem 0 0 0;
  }
  .product-list--modal .product-item {
    display: none;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
    border-right: none;
  }
  .product-list--modal .product-item:first-child {
    display: block;
  }
  .product-item {
    width: 50%;
  }
  .product-item:nth-child(-n+3) {
    border-top: 1px solid #ebebeb;
  }
  .product-item:nth-child(3n) {
    border-right: 1px solid #ebebeb;
  }
  .product-item:nth-child(-n+2) {
    border-top: none;
  }
  .product-item:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 650px) {
  .product-list--rows .product-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem;
  }
  .product-list--rows .product-item-title {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(100% - 95px);
    margin: 0 0 0.5rem 0;
  }
  .product-list--rows .product-item-info {
    width: calc(100% - 140px);
    margin: 0 2rem 0 0;
    padding: 0 0 0 9.5rem;
  }
  .product-list--rows .product-item-info-price {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    text-align: left;
  }
  .product-item-form--list-rows {
    margin: 0.5rem 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .product-list--rows .product-item-image {
    width: 50px;
    height: 31px;
  }
  .product-list--rows .product-item-title {
    width: calc(100% - 65px);
  }
  .product-list--rows .product-item-info {
    padding: 0 0 0 6.5rem;
  }
  .product-item-form--list-rows {
    height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .product-item {
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .product-item__code {
    top: 2px;
    left: 10px;
  }
  .product-item-info {
    display: block;
    margin: 0 0 1rem 0;
  }
  .product-item-info-price {
    margin: 0 0 0.5rem 0;
  }
  .product-item-info-price__value {
    font-size: 1.6rem;
  }
  .product-item-info__availability {
    margin: 0;
  }
}
.product-list-header {
  margin: 0 0 2rem 0;
}
.product-list-header-top {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem 0;
  padding: 0 0 2.5rem 0;
  border-bottom: 1px solid #d6d6d6;
}
.product-list-header-filters {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.product-list-header-top__counter {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  color: #9b9b9b;
}
.product-list-header-bottom {
  display: -ms-flexbox;
  display: flex;
}
.product-list-sorting {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1.7rem -1rem -3px;
}
.product-list-sorting--form {
  display: none;
}
.product-list-sorting__item {
  margin: 0 3px 1rem 3px;
  padding: 0.8rem 1.6rem;
  border-radius: 2px;
}
.product-list-sorting__item:hover,
.product-list-sorting__item--current {
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.product-list-sorting__item--current {
  font-weight: bold;
}
.product-list-type {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
}
.product-list-type__item {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  border-radius: 2px;
}
.product-list-type__item--tiles {
  background: transparent url('../../img/display-tiles.svg') 50% 50% no-repeat;
}
.product-list-type__item--rows {
  background: transparent url('../../img/display-rows.svg') 50% 50% no-repeat;
}
.product-list-type__item:hover,
.product-list-type__item--current {
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 750px) {
  .product-list-sorting {
    display: none;
  }
  .product-list-sorting--form {
    display: block;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (max-width: 650px) {
  .product-list-header-top {
    overflow: hidden;
  }
  .product-list-header-filters {
    margin-right: -3rem;
  }
  .product-list-header-top__counter {
    display: none;
  }
}
.product-header {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4rem 0;
}
.product-header-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 47.81%;
}
.product-header-primary-top {
  width: 100%;
}
.product-header-primary-bottom {
  width: 100%;
  margin: auto 0 0 0;
}
.product-header-perex {
  margin: 0 0 2rem 0;
}
.product-header-perex__link {
  display: inline-block;
  margin: 1rem 0 0 0;
}
.product-header-price {
  margin: 0 0 0.5rem 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
.product-header-price--variants {
  margin-bottom: 2.5rem;
}
.product-header-price--normal {
  margin: 0 0 1rem 0;
  color: #9b9b9b;
  text-decoration: line-through;
}
.product-header-price--normal .product-header-price__value {
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: line-through;
}
.product-header-price__value {
  margin: 0 0.5rem 0 0;
  font-size: 4.2rem;
  font-weight: bold;
}
.product-header__availability {
  font-size: 2rem;
  font-weight: bold;
}
.product-header-delivery {
  margin: 1rem 0;
}
.product-header-images {
  -ms-flex-order: -1;
      order: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 47.81%;
  max-width: 435px;
  margin: 0 4.38% 0 0;
  padding: 1rem;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.product-header-images img {
  display: block;
}
.product-header-images-primary {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 5rem;
}
.product-header-images-primary .owl-prev,
.product-header-images-primary .owl-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 36px;
  margin: -18px 0 0 0;
  outline: none;
}
.product-header-images-primary .owl-prev svg,
.product-header-images-primary .owl-next svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: #ecb03c;
  transition: all 0.2s ease;
}
.product-header-images-primary .owl-prev.disabled,
.product-header-images-primary .owl-next.disabled {
  cursor: not-allowed;
}
.product-header-images-primary .owl-prev.disabled svg,
.product-header-images-primary .owl-next.disabled svg {
  fill: #e7e7e7;
}
.product-header-images-primary .owl-prev {
  left: 1rem;
}
.product-header-images-primary .owl-prev svg {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.product-header-images-primary .owl-next {
  right: 1rem;
}
.product-header-images-primary.owl-carousel .owl-item img {
  width: auto;
}
.product-header-images-primary-link {
  display: none;
  width: 315px;
  aspect-ratio: 1;
  -ms-flex-pack: center;
      justify-content: center;
}
.product-header-images-primary-link:first-child {
  display: -ms-flexbox;
  display: flex;
}
.product-header-images-primary-link__img {
  object-fit: contain;
}
.product-header-images-gallery {
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0 0 0;
}
.product-header-images-gallery.owl-loaded .product-header-images-gallery-item {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 0;
  margin: 0;
  padding: 0 0 100% 0;
  padding-bottom: calc(100% - 4px);
}
.product-header-images-gallery.owl-loaded .product-header-images-gallery-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 21px);
  max-height: calc(100% - 21px);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  object-fit: contain;
}
.product-header-images-gallery-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(100% / 3 - 13.33px);
  max-height: 125px;
  margin: 0 0 0 2rem;
  padding: 1rem;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 2px;
}
.product-header-images-gallery-item:first-child {
  margin-left: 0;
}
.product-header-images-gallery-item:nth-child(-n+3) {
  display: -ms-flexbox;
  display: flex;
}
.product-header-images-gallery-item--current {
  border-color: #ecb03c;
}
.product-variants {
  margin: 0 0 4rem 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.product-variant-item {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.5rem 1.5rem;
  border-top: 1px solid #ebebeb;
}
.product-variant-item:first-child {
  border-top: none;
}
.product-variant-item-col {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0 0 0 1.5rem;
}
.product-variant-item-col--image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 70px;
  max-height: 50px;
  overflow: hidden;
  margin: 0;
}
.product-variant-item-col--image img {
  display: block;
  border-radius: 2px;
}
.product-variant-item-col--title {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.33;
}
.product-variant-item-col--availability {
  width: 105px;
}
.product-variant-item-col--price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 125px;
  text-align: right;
}
.product-variant-item-col--btn {
  width: 100px;
  margin-left: 2.5rem;
}
.product-variant-item-price-normal {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  text-align: right;
}
.product-variant-item-price-normal__price {
  text-decoration: line-through;
}
.product-variant-item__price {
  margin: 0 0.25em 0 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1250px) {
  .product-header-images-primary-link {
    width: auto;
  }
  .product-variant-item-col--availability {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .product-variant-item-col--title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1100px) and (min-width: 951px), screen and (max-width: 850px) {
  .product-header-price__value {
    margin: 0 0.5rem 0 0;
    font-size: 2.6rem;
  }
  .product-header__availability {
    font-size: 1.6rem;
  }
  .product-header-images-primary {
    padding: 0 3.5rem;
  }
  .product-header-images-primary .owl-prev,
  .product-header-images-primary .owl-next {
    width: 16px;
    height: 29px;
    margin: -14.5px 0 0 0;
  }
  .product-header-images-primary .owl-prev {
    left: 0.5rem;
  }
  .product-header-images-primary .owl-next {
    right: 0.5rem;
  }
  .product-header-images-gallery.owl-loaded .product-header-images-gallery-item__img {
    max-width: calc(100% - 11px);
    max-height: calc(100% - 11px);
  }
  .product-header-images-gallery-item {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 650px) {
  .product-variant-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-variant-item-col--image {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .product-variant-item-col--title {
    width: calc(100% - 85px);
    margin-bottom: 0.5rem;
  }
  .product-variant-item-col--price {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    display: block;
    width: auto;
    margin: 0 0 0 8.5rem;
    text-align: left;
  }
  .product-variant-item-price-normal {
    display: block;
    text-align: left;
  }
  .product-variant-item-col--btn {
    margin: 0 0 0 1rem;
  }
}
@media screen and (max-width: 600px) {
  .product-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 0 2.5rem 0;
  }
  .product-header-primary {
    display: block;
    width: 100%;
  }
  .product-header-images {
    width: 100%;
    max-width: 435px;
    margin: 0 0 1.5rem 0;
  }
  .product-variants {
    margin: 0 0 1.5rem 0;
  }
  .product-variant-item {
    padding: 1rem 3.4%;
  }
}
@media screen and (max-width: 500px) {
  .product-variant-item-col--image {
    width: 50px;
  }
  .product-variant-item-col--title {
    width: calc(100% - 65px);
    margin-left: 1.5rem;
  }
  .product-variant-item-col--price {
    width: calc(100% - 65px - 130px);
    margin: 0 0 0 6.5rem;
  }
  .product-variant-item-col--btn {
    width: 120px;
  }
}
@media screen and (max-width: 450px) {
  .product-variant-item-col--price {
    font-size: 1.2rem;
  }
  .product-variant-item-price-normal {
    font-size: 1.4rem;
  }
  .product-variant-item__price {
    margin: 0;
  }
}
.product-properties {
  margin: -1rem -1rem 3rem -1rem;
}
.product-properties__item {
  float: left;
  margin: 0 1rem;
  color: #9b9b9b;
}
.product-properties__item a {
  color: #9b9b9b;
}
@media screen and (max-width: 600px) {
  .product-properties {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
.related-products {
  margin: 3rem 0 0 0;
}
.related-products__title {
  margin: 0 0 3rem 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.17;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .related-products {
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 650px) {
  .related-products {
    margin: 1.5rem 0 0 0;
  }
  .related-products__title {
    margin: 0 0 1.5rem 0;
    font-size: 2.2rem;
  }
}
.category-menu {
  margin: 0;
  padding: 0;
  font-weight: bold;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.category-menu a {
  text-decoration: none;
}
.category-menu a:hover {
  color: #ecb03c;
}
.category-menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ebebeb;
}
.category-menu-item:first-child {
  border-top: none;
}
.category-menu-item--active .category-menu-item-primary__expander {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.category-menu-item--active > .category-submenu {
  display: block;
}
.category-menu-item--current .category-menu-item-primary__link {
  color: #ecb03c;
}
.category-menu-item--current .category-menu-item-primary__expander {
  color: #ecb03c;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.category-menu-item--current > .category-submenu {
  display: block;
}
.category-menu-item--pop .category-menu-item-primary__expander {
  left: 30px;
  opacity: 0;
}
.category-menu-item-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.category-menu-item-primary__link {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 50px;
  padding: 1rem 2rem;
  line-height: 1.57;
}
.category-menu-item-primary__expander {
  position: relative;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 17px;
  margin: 0 1.4rem 0 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.category-menu-item-primary__expander svg {
  position: absolute;
  top: 50%;
  left: 50%;
  filL: currentColor;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.category-submenu {
  display: none;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}
.category-submenu-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-submenu-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 40px;
  padding: 0 2rem 0 3rem;
  font-size: 1.3rem;
  font-weight: normal;
  border-top: 1px solid #ebebeb;
}
.category-submenu-item--current a {
  color: #ecb03c;
}
.category-submenu--pop {
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 5;
  display: block !important;
  width: 990px;
  padding: 1rem 0;
  column-count: 3;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.category-submenu--pop:after {
  position: absolute;
  top: 11px;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  content: ' ';
}
.category-submenu--pop:before {
  position: absolute;
  top: 10px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 16px 0;
  border-color: transparent #ebebeb transparent transparent;
  content: ' ';
}
.category-submenu--pop .category-submenu-item {
  margin: 0;
  padding: 0;
  list-style: none;
  break-inside: avoid-column;
}
.category-submenu--pop .category-submenu-item a {
  min-height: 50px;
  padding: 0 2rem 0 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
}
@media screen and (max-width: 950px) {
  .category-menu {
    font-size: 1.4rem;
  }
  .category-menu-item-primary__expander {
    -ms-transform: rotate(0);
        transform: rotate(0);
  }
}
.category-filter {
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 3rem;
  border-bottom: 1px solid #ebebeb;
}
.category-filter:last-child {
  border-bottom: none;
}
.category-filter-header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 155px;
  padding: 0 2rem 0 0;
}
.category-filter-header__name {
  font-weight: bold;
}
.category-filter-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.category-filter-form--checkboxes {
  margin: 0 -1.6rem -2rem -1.6rem;
}
.category-filter-form--slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 40px;
}
.category-filter-form-input {
  position: relative;
  width: 100px;
  height: 40px;
}
.category-filter-form-input--hidden {
  display: none;
}
.category-filter-form-input__suffix {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 1.5rem;
  color: #7e7e7e;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.category-filter-slider {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: 460px;
  margin: 0 3.2rem;
}
.category-filter-slider--range {
  margin-left: 0;
}
.category-filter-form-link {
  display: none;
  font-size: 1.5rem;
  color: #ecb03c;
}
.category-filter-form-link--active {
  display: inline-block;
}
.category-filter-form-link--cancel {
  margin-left: 3.2rem;
}
.category-filters-secondary {
  margin: 5.5rem 0 -1rem 0;
}
.category-filters-secondary-header {
  text-align: center;
}
.category-filters-secondary-header__link {
  position: relative;
  padding: 0 0 0 2.7rem;
  font-size: 1.5rem;
  color: #ecb03c;
}
.category-filters-secondary-header__link:hover {
  color: #ecb03c;
}
.category-filters-secondary-header__link svg {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -3.5px 0 0 0;
  fill: #ecb03c;
  transition: all 0.2s ease;
}
.category-filters-secondary-header__link--active svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.category-filters-secondary-content {
  margin: -2.3rem 0 0 0;
  padding: 0 0 4.2rem 0;
}
@media screen and (max-width: 950px) {
  .category-filter {
    padding: 2rem 2rem;
  }
  .category-filter-header {
    width: 145px;
  }
}
@media screen and (max-width: 650px) {
  .category-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 1.5rem;
  }
  .category-filter-header {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 100%;
    margin: 0 0 1.6rem 0;
    padding: 0;
  }
  .category-filters-secondary {
    margin-top: 3.2rem;
  }
  .category-filters-secondary-content {
    margin: -0.8rem 0 0 0;
  }
}
@media screen and (max-width: 450px) {
  .category-filter-form--slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category-filter-form-input {
    -ms-flex-order: 1;
        order: 1;
  }
  .category-filter-form-input:last-child {
    -ms-flex-order: 2;
        order: 2;
    margin-left: auto;
  }
  .category-filter-slider {
    -ms-flex-order: 0;
        order: 0;
    width: 100%;
    margin: 0 1.5rem 2.4rem 1.5rem;
  }
}
.subcategories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem 0.5rem -1rem;
}
.subcategories__item {
  width: calc(100% / 3 - 20px);
  margin: 0 1rem 2.5rem 1rem;
  padding: 1.2rem 2.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.subcategories__item:hover {
  background: #ecb03c;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .subcategories__item {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 650px) {
  .subcategories {
    margin: 0 -0.5rem 2rem -0.5rem;
  }
  .subcategories__item {
    width: calc(100% / 2 - 10px);
    margin: 0 0.5rem 1rem 0.5rem;
    padding: 1.1rem 1.5rem;
    font-size: 1.4rem;
  }
}
.reviews-list-item {
  padding: 2.5rem 0;
  border-top: 1px solid #9b9b9b;
}
.reviews-list-item:first-child {
  padding-top: 0;
  border-top: none;
}
.reviews-list-item:last-child {
  padding-bottom: 0;
}
.reviews-list-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 1.5rem 0;
}
.reviews-list-item-stars {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1.6rem 0 -1px;
}
.reviews-list-item-stars__star {
  margin: 0 0 0 1px;
  fill: #4b4b4b;
}
.reviews-list-item-stars__star--active {
  fill: #ecb03c;
}
.reviews-list-item-header__name {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: 1.8rem;
  font-weight: bold;
}
.post-list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.post-list:before,
.post-list:after {
  content: normal;
}
.post-list--footer {
  display: block;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.post-list--footer .post-list-item {
  width: auto;
  padding: 0;
  border: none;
}
.post-list-item {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  padding: 2.8rem 3.3rem 3.5rem 3.3rem;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.post-list-item:nth-child(-n+3) {
  border-top: none;
}
.post-list-item:nth-child(3n) {
  border-right: none;
}
.post-list-item-image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 1.5rem 0;
  padding: 0 0 56.25% 0;
}
.post-list-item-image__img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  object-fit: contain;
}
.post-list-item-info {
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  color: #9b9b9b;
}
.post-list-item-title {
  height: 48px;
  overflow: hidden;
  margin: 0 0 1.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.post-list-item-title__link {
  display: block;
  line-height: 1.33;
}
.post-list-item-title__link:hover {
  color: #ecb03c;
}
.post-list-item__title {
  display: block;
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}
.post-list-item__title a {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) and (min-width: 951px), screen and (max-width: 850px) {
  .post-list-item {
    padding: 2rem 2.5rem 2.5rem 2.5rem;
  }
  .post-list-item-image {
    margin: 0 0 1rem 0;
  }
  .post-list-item-info {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
  }
  .post-list-item-title {
    height: 38px;
    margin: 0 0 1rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) and (min-width: 701px), screen and (max-width: 550px) {
  .post-list-item {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .post-list-item {
    width: 50%;
  }
  .post-list-item:nth-child(-n+3) {
    border-top: 1px solid #ebebeb;
  }
  .post-list-item:nth-child(3n) {
    border-right: 1px solid #ebebeb;
  }
  .post-list-item:nth-child(-n+2) {
    border-top: none;
  }
  .post-list-item:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 450px) {
  .post-list-item {
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .post-list-item-info {
    font-size: 1.1rem;
  }
}
.modal {
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 0;
  z-index: 1001;
  display: none;
  width: 100%;
  height: calc(100% - 40px);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.modal--active {
  display: -ms-flexbox;
  display: flex;
}
.modal--lg .modal-inner {
  width: 710px;
}
.modal--pickup-points .modal-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
}
.modal--pickup-points .modal-header {
  min-height: 0;
  height: 40px;
  padding: 0;
}
.modal--pickup-points .modal__link-close {
  top: 8px;
}
.modal--pickup-points .modal-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
.modal-inner {
  position: relative;
  width: 520px;
  max-width: calc(100% - 40px);
  max-height: 100%;
  overflow: auto;
  background: #fff;
  border-radius: 2px;
}
.modal-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 80px;
  padding: 2rem 5rem;
}
.modal-header__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
.modal__link-close {
  position: absolute;
  top: 19px;
  right: 19px;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 6px;
  vertical-align: middle;
}
.modal__link-close span {
  position: absolute;
  left: 4px;
  top: 12px;
  display: block;
  height: 3px;
  width: 20px;
  background: #ecb03c;
  transition: all 0.2s ease;
}
.modal__link-close span:nth-child(1) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.modal__link-close span:nth-child(2) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.modal__link-close:hover span {
  background: #000;
}
.modal-content {
  margin: 3rem 5rem;
}
.modal-content p {
  margin-bottom: 1em;
}
.modal-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 5rem 3rem 5rem;
  padding: 3rem 0 0 0;
  border-top: 1px solid #ebebeb;
}
.modal-actions .btn {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-right: 2rem;
}
.modal-actions .btn:last-child {
  margin-left: auto;
  margin-right: 0;
}
.modal-footer {
  position: relative;
  overflow: hidden;
  margin: 3rem 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.modal-footer:before {
  position: absolute;
  top: 0;
  left: 2.5rem;
  right: 2.5rem;
  height: 1px;
  background: #ebebeb;
  content: ' ';
}
.modal-footer__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .modal--lg .modal-header,
  .modal--lg .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .modal--lg .modal-content,
  .modal--lg .modal-actions {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .modal-header,
  .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .modal-content,
  .modal-actions {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .modal-header {
    padding: 2rem;
  }
  .modal__link-close {
    top: 7px;
    right: 7px;
  }
  .modal-header__title {
    font-size: 1.8rem;
  }
  .modal-footer__title {
    font-size: 1.6rem;
  }
}
.responsive-video {
  margin: 0 auto;
}
.responsive-video-inner {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabs {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.tabs-header {
  display: -ms-flexbox;
  display: flex;
}
.tabs-header__item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 60px;
  padding: 0 2rem;
  font-size: 2rem;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
}
.tabs-header__item--current {
  font-weight: bold;
  background: #fff;
}
.tabs-primary-item {
  display: none;
  padding: 3rem;
  background: #fff;
}
.tabs-primary-item:first-child {
  display: block;
}
@media screen and (max-width: 950px) {
  .tabs-header__item {
    font-size: 1.8rem;
  }
  .tabs-primary-item {
    padding: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .tabs-header__item {
    font-size: 1.6rem;
  }
}
.comments {
  margin: 0 0 -2rem 0;
}
.comments-item {
  margin: 0 0 2.5rem 0;
}
.comments-item--reply {
  padding-left: 2rem;
  border-left: 2px solid #ecb03c;
}
.comments-item-header__name {
  font-size: 1.6rem;
  font-weight: bold;
}
.comments-item-header__date {
  display: block;
  color: #9b9b9b;
}
.comments-item__content {
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 650px) {
  .comments-item-header__name {
    font-size: 1.4rem;
  }
  .comments-item-header__date {
    font-size: 1.3rem;
  }
}
.pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 2.5rem 0 -1rem 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}
.pager-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0.25rem 1rem 0.25rem;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
}
.pager-item--current,
.pager-item__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  text-decoration: none;
  background: #f4f4f4;
  color: #000;
  border-radius: 2px;
}
.pager-item--current {
  font-weight: bold;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.pager-item:hover .pager-item__link,
.pager-item--current {
  background-color: #fff;
}
.pager-item__link svg {
  fill: #000;
}
.pager-item--prev .pager-item__link,
.pager-item--next .pager-item__link {
  position: relative;
}
.pager-item--prev .pager-item__link svg,
.pager-item--next .pager-item__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 7px;
  height: 10px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.pager-item--prev .pager-item__link svg {
  -ms-transform: rotate(180deg) translate(50%, 50%);
      transform: rotate(180deg) translate(50%, 50%);
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px;
  padding-right: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
  overflow: hidden;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 10px 20px 2px 20px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 5px 20px;
}
.select2-search--dropdown .select2-search__field {
  padding: 5px 20px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  height: 46px;
  line-height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 4px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #000;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.option-flag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.option-flag__img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 40px;
  margin: 0 10px 0 0;
  border: 1px solid #999;
}
@media screen and (max-width: 650px) {
  .select2-container .select2-selection--single {
    height: 52px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
  }
}
