/* Minification failed. Returning unminified contents.
(1287,41): run-time error CSS1031: Expected selector, found '-'
(1287,41): run-time error CSS1025: Expected comma or open brace, found '-'
(1297,69): run-time error CSS1031: Expected selector, found '-'
(1297,69): run-time error CSS1025: Expected comma or open brace, found '-'
(1307,49): run-time error CSS1031: Expected selector, found '-'
(1307,49): run-time error CSS1025: Expected comma or open brace, found '-'
(1354,45): run-time error CSS1031: Expected selector, found '-'
(1354,45): run-time error CSS1025: Expected comma or open brace, found '-'
(1365,73): run-time error CSS1031: Expected selector, found '-'
(1365,73): run-time error CSS1025: Expected comma or open brace, found '-'
(4021,75): run-time error CSS1030: Expected identifier, found '.'
(4021,76): run-time error CSS1030: Expected identifier, found 'secondary-image'
(4021,91): run-time error CSS1031: Expected selector, found ')'
(4021,91): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Custom mixin */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

ul, ol {
  padding: 0;
  margin: 0; }
  ul li, ol li {
    margin-bottom: 12px; }

ol li::marker {
  font-weight: bold; }

ul li::marker {
  font-size: 19px; }

body {
  font-family: "Open Sans", "Arial";
  font-size: 16px;
  line-height: 1.1rem; }

h1, h2, h3, h4, h5 {
  color: #2D2926;
  font-family: "Open Sans", "Arial";
  margin-top: 0;
  margin-bottom: 15px; }

h1 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: bold;
  line-height: normal; }
  @media (min-width: 991px), print {
    h1 {
      font-size: 2.8rem;
      font-weight: 500; } }
  h1.brand {
    font-size: 2rem;
    font-family: "Prata-Elfa-Regular", "Open Sans", "VAG Light", "Open Sans", "Arial";
    font-weight: 500; }
    @media (min-width: 991px), print {
      h1.brand {
        font-size: 2.5rem;
        line-height: 3.375rem; } }

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: normal; }
  @media (min-width: 991px), print {
    h2 {
      font-size: 2.2rem;
      line-height: 3rem; } }
  h2.brand {
    font-size: 1.6rem;
    line-height: 2.175rem;
    font-weight: 400;
    font-family: "Prata-Elfa-Regular", "Open Sans", "VAG Light", "Open Sans", "Arial";
    line-height: normal; }
    @media (min-width: 991px), print {
      h2.brand {
        font-size: 2.125rem;
        line-height: 2.875rem; } }

h3 {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: normal; }
  @media (min-width: 991px), print {
    h3 {
      font-size: 1.6rem;
      line-height: 2.2rem; } }

h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (min-width: 991px), print {
    h4 {
      font-size: 1.3rem;
      line-height: 1.6rem; } }

p {
  font-size: 0.875rem;
  background-color: transparent;
  line-height: 1.4rem;
  margin-top: 0; }
  @media (min-width: 991px), print {
    p {
      line-height: 1.5rem;
      font-size: 1rem; } }
  p.story-header {
    font-size: 1rem;
    color: red; }
  p .danger {
    color: #DC3545; }
  p.price {
    font-weight: 700; }
    p.price--lg {
      font-size: 1.5rem; }

.preamble {
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 700; }
  @media (min-width: 991px), print {
    .preamble {
      font-size: 1.4rem;
      line-height: 2.1rem; } }

.semi-bold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.wrap-line {
  white-space: pre-wrap; }

.small-italic {
  font-size: 0.85rem;
  font-style: italic;
  color: gray; }

.small-text {
  font-size: 11px;
  line-height: 15px;
  font-weight: normal; }
  .small-text--bold {
    font-weight: 700; }
  .small-text--divider:after {
    content: " ";
    width: 30px;
    height: 2px;
    border-top: 2px solid #000;
    display: block;
    margin-top: 15px; }
  @media (min-width: 991px), print {
    .small-text {
      font-size: 0.875rem;
      line-height: 1.1rem; } }

.open-sans-light {
  font-family: "Open Sans Light";
  font-weight: 300; }

.open-sans-regular {
  font-family: 'Open Sans';
  font-weight: 400; }

.prata-elfa-regular {
  font-family: 'Prata-Elfa-Regular';
  font-weight: 400; }

/*body {
    font-family: $font-base;
    font-size: $font-base-size;
    line-height: 1.1rem;
}

h1, h2, h3 {
    color: #2D2926;
    font-family: 'Prata-Elfa-Regular', $font-light, $font-base;

}

h1 {
    /*color: $color-red-tint-1;*/
/*font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.2;


h2 {*/
/*color: $color-primary-black;*/
/*line-height: 1.6rem;
    font-size: 1.4rem;
    font-weight: normal;
}

h3 {
    font-size: 1.2rem;
    font-weight: normal;
}

h6 {
    font-family: 'Open Sans', 'VAG Bold', $font-base;
}

p {
    background-color: transparent;
    color: $color-paragraph;
    line-height: 1.4rem;
}

article.page {
    color: $color-paragraph;
    font-size: 0.8rem;
    line-height: 1.2rem;

    div {
        font-size: .8rem;
        line-height: 1.4rem;
    }
}
a {
    cursor: pointer;
}*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

#page {
  background-color: #fff; }

body {
  background-color: #F0F0F0;
  padding: 0px;
  color: black;
  line-height: 1.5rem;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; }

table {
  border-collapse: collapse; }

ul {
  padding: 0;
  margin: 0; }

.legacy-container {
  padding-top: 40px; }

.selectric .button {
  margin-right: 10px !important; }

.row--paginate article {
  display: none; }

.row--paginate progress {
  width: 30%;
  height: 5px;
  border-radius: 20px;
  border: 1px solid #555; }

.row--paginate progress::-webkit-progress-bar {
  border-radius: 20px;
  background-color: #f5f5f5; }

.row--paginate progress::-webkit-progress-value {
  background-color: #555;
  border-radius: 20px; }

.pull-left {
  float: left; }

.text-left {
  text-align: left; }

.pull-right {
  float: right; }

.text-right {
  text-align: right; }

.no-padding-top {
  padding-top: 0px; }

.hidden {
  display: none; }

.hidden-force {
  display: none !important; }

.clearfix {
  clear: both; }

.centered {
  text-align: center; }

.equal-width-content {
  display: flex; }
  .equal-width-content > * {
    flex-grow: 1;
    flex-basis: 0; }

.inline {
  display: inline-block;
  vertical-align: middle; }
  .inline--top {
    vertical-align: top; }

.no-scroll {
  overflow: hidden; }

.print-show {
  display: none; }

@media print {
  body {
    font-size: 12px; }
  .print-hidden {
    display: none !important; }
  .print-show {
    display: block !important; }
  .print-section {
    padding-top: 0px;
    padding-bottom: 20px; }
  .print-background-grey {
    text-shadow: 0 0 0px #FFF;
    background-color: #ccc;
    box-shadow: inset 0 0 0 1000px #ccc;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 30px; }
  .print-break-before {
    page-break-before: always; }
  .print-break-inside {
    page-break-inside: avoid; }
  .js-bom-container {
    display: block !important; }
  .bom-article-list-item h4 {
    font-size: 1rem; }
  .article-list-item__print-identifier {
    display: block !important; } }

.scEmptyPlaceholder {
  flex-basis: 100%; }

.flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-top: -10px;
  /*margin-left: -15px;
    margin-right: -15px;*/ }
  [class*='col-'] > .flex {
    margin-left: 0;
    margin-right: 0; }
  .flex [class*='col-'] {
    margin-top: 10px;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media (min-width: 767px), print {
      .flex [class*='col-'] {
        padding: 0 25px;
        margin-bottom: 30px; } }
  .flex--centered {
    justify-content: center;
    text-align: center; }
  .flex .col-1 {
    flex: 0 1 auto;
    width: 8.33333%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-2 {
    flex: 0 1 auto;
    width: 16.66667%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-3 {
    flex: 0 1 auto;
    width: 25%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-4 {
    flex: 0 1 auto;
    width: 33.33333%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-5 {
    flex: 0 1 auto;
    width: 41.66667%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-6 {
    flex: 0 1 auto;
    width: 50%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-7 {
    flex: 0 1 auto;
    width: 58.33333%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-8 {
    flex: 0 1 auto;
    width: 66.66667%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-9 {
    flex: 0 1 auto;
    width: 75%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-10 {
    flex: 0 1 auto;
    width: 83.33333%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-11 {
    flex: 0 1 auto;
    width: 91.66667%;
    /*display: flex;
            justify-content: space-between;*/ }
  .flex .col-12 {
    flex: 0 1 auto;
    width: 100%;
    /*display: flex;
            justify-content: space-between;*/ }
  @media (min-width: 767px), print {
    .flex .col-sm-1 {
      flex: 0 1 auto;
      width: 8.33333%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-2 {
      flex: 0 1 auto;
      width: 16.66667%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-3 {
      flex: 0 1 auto;
      width: 25%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-4 {
      flex: 0 1 auto;
      width: 33.33333%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-5 {
      flex: 0 1 auto;
      width: 41.66667%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-6 {
      flex: 0 1 auto;
      width: 50%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-7 {
      flex: 0 1 auto;
      width: 58.33333%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-8 {
      flex: 0 1 auto;
      width: 66.66667%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-9 {
      flex: 0 1 auto;
      width: 75%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-10 {
      flex: 0 1 auto;
      width: 83.33333%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-11 {
      flex: 0 1 auto;
      width: 91.66667%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 767px), print {
    .flex .col-sm-12 {
      flex: 0 1 auto;
      width: 100%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-1 {
      flex: 0 1 auto;
      width: 8.33333%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-2 {
      flex: 0 1 auto;
      width: 16.66667%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-3 {
      flex: 0 1 auto;
      width: 25%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-4 {
      flex: 0 1 auto;
      width: 33.33333%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-5 {
      flex: 0 1 auto;
      width: 41.66667%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-6 {
      flex: 0 1 auto;
      width: 50%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-7 {
      flex: 0 1 auto;
      width: 58.33333%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-8 {
      flex: 0 1 auto;
      width: 66.66667%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-9 {
      flex: 0 1 auto;
      width: 75%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-10 {
      flex: 0 1 auto;
      width: 83.33333%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-11 {
      flex: 0 1 auto;
      width: 91.66667%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media (min-width: 991px), print {
    .flex .col-md-12 {
      flex: 0 1 auto;
      width: 100%;
      /*display: flex;
                justify-content: space-between;*/ } }
  @media print {
    .flex .col-p-1 {
      flex: 0 1 auto;
      width: 8.33333%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-2 {
      flex: 0 1 auto;
      width: 16.66667%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-3 {
      flex: 0 1 auto;
      width: 25%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-4 {
      flex: 0 1 auto;
      width: 33.33333%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-5 {
      flex: 0 1 auto;
      width: 41.66667%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-6 {
      flex: 0 1 auto;
      width: 50%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-7 {
      flex: 0 1 auto;
      width: 58.33333%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-8 {
      flex: 0 1 auto;
      width: 66.66667%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-9 {
      flex: 0 1 auto;
      width: 75%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-10 {
      flex: 0 1 auto;
      width: 83.33333%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-11 {
      flex: 0 1 auto;
      width: 91.66667%;
      /*display: flex;
                justify-content: space-between;*/ }
    .flex .col-p-12 {
      flex: 0 1 auto;
      width: 100%;
      /*display: flex;
                justify-content: space-between;*/ } }
  .flex--fluid {
    padding-top: 0 !important;
    margin-top: -15px !important; }
  .flex .col--fluid {
    padding: 0px 0px;
    margin-bottom: 0;
    margin-top: 0; }
  .flex .col--flex {
    display: flex; }
    .flex .col--flex--column {
      flex-direction: column; }
  .flex .col-dense {
    margin-bottom: 0px !important; }

article.row,
div.row,
section.row {
  padding-bottom: 15px;
  /*&:first-child {
        padding-top: 15px;
    }*/ }
  article.row:last-child,
  div.row:last-child,
  section.row:last-child {
    padding-bottom: 0; }
  article.row__dense,
  div.row__dense,
  section.row__dense {
    padding-bottom: 0 !important; }
  header article.row, header
  div.row, header
  section.row {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

section:not(.fluid) > .row {
  max-width: 1280px;
  margin: 0 auto; }
  section:not(.fluid) > .row::after {
    clear: both;
    content: "";
    display: block; }

.row.scrollable {
  overflow: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 5px auto !important; }
  .row.scrollable article {
    min-width: 50%; }
    @media (min-width: 767px), print {
      .row.scrollable article {
        min-width: 30%; } }
    @media (min-width: 991px), print {
      .row.scrollable article {
        min-width: unset; } }
  .row.scrollable::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5; }
  .row.scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

section {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  /*&:not(.fluid) {
        max-width: $max-width;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }*/ }
  @media (min-width: 767px), print {
    section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.fluid {
    padding: 0; }

.exp_carousel {
  display: flex;
  width: 100%; }

.carousel-header {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 100%; }
  .carousel-header__content {
    margin-bottom: 15px !important; }
  .carousel-header h2 {
    font-size: 2rem;
    line-height: 2.375rem;
    font-weight: 500;
    line-height: normal;
    font-family: "Prata-Elfa-Regular", "Open Sans", "VAG Light", "Open Sans", "Arial";
    text-align: center; }
  .carousel-header .divider-line {
    border-bottom: 2px solid #000;
    width: 60px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px !important; }

.carousel-slider {
  position: relative;
  margin-top: 30px !important; }
  .carousel-slider .slick-list {
    height: unset !important; }
  .carousel-slider .slick-track {
    display: flex !important; }
  .carousel-slider .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .carousel-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    justify-content: center;
    padding: 8px; }
    .carousel-slider .slick-track .slick-slide:first-of-type {
      padding-left: 0px; }
    .carousel-slider .slick-track .slick-slide:last-of-type {
      padding-right: 0px; }
    .carousel-slider .slick-track .slick-slide .carousel-item {
      height: 100%; }
      .carousel-slider .slick-track .slick-slide .carousel-item .image-fullwidth, .carousel-slider .slick-track .slick-slide .carousel-item .imagecard-with-overlay {
        height: 100%; }
        .carousel-slider .slick-track .slick-slide .carousel-item .image-fullwidth img, .carousel-slider .slick-track .slick-slide .carousel-item .imagecard-with-overlay img {
          height: 100%; }
  .carousel-slider .slick-active > div {
    width: 100%; }
  .carousel-slider__navigator {
    position: absolute;
    top: calc(50% - 24px);
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    transition: opacity 0.5s;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%); }
    .carousel-slider__navigator:hover {
      opacity: 1; }
    .carousel-slider__navigator--prev {
      left: 5px; }
      .carousel-slider__navigator--prev:before {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M20 30 L8 16 20 2" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 5px; }
    .carousel-slider__navigator--next {
      right: 5px; }
      .carousel-slider__navigator--next:before {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M12 30 L24 16 12 2" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 5px; }
    .carousel-slider__navigator:before {
      margin-top: 5px;
      margin-left: 10px; }
  .carousel-slider .slick-disabled {
    display: none !important; }

.slider-dots {
  width: 100%;
  margin: 0;
  padding: 0px;
  text-align: center;
  list-style: none; }
  .slider-dots li {
    display: inline-block;
    margin-bottom: 18px; }
  .slider-dots button {
    position: relative;
    width: 100%;
    height: 4px;
    border: 0;
    background-color: #ccc;
    font-size: 0; }
  .slider-dots .slick-active button {
    background-color: #000; }

@keyframes progress {
  from {
    width: 0%; }
  to {
    width: 100%; } }

.btn {
  transition: all .1s ease-in,-webkit-transform .1s;
  border-radius: 4px;
  display: inline-block;
  padding: 11px 25px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-family: "Open Sans", "Arial";
  text-decoration: none;
  min-height: unset !important; }
  .btn--round {
    padding: 7px 9px;
    border-radius: 50%; }
    .btn--round:before {
      margin-top: -2px !important;
      margin-right: 0px !important; }
  .btn--full-width {
    width: 100%; }
  .btn__primary {
    background-color: #2D2926;
    color: #fff !important; }
    .btn__primary:hover {
      background-color: #1A1A1A; }
    .btn__primary:active, .btn__primary --active {
      background-color: #4D4D4D; }
    .btn__primary:disabled {
      background-color: #CCCCCC; }
    .btn__primary.btn--outline {
      color: #2D2926 !important;
      border-color: #2D2926;
      background-color: transparent; }
      .btn__primary.btn--outline:hover {
        border-color: #1A1A1A; }
      .btn__primary.btn--outline:active, .btn__primary.btn--outline --active {
        border-color: #4D4D4D; }
      .btn__primary.btn--outline:disabled {
        background-color: #CCCCCC;
        border-color: none; }
  .btn__add-to-cart {
    background-color: #2D2926;
    color: #fff; }
    .btn__add-to-cart:hover {
      background-color: #1A1A1A; }
    .btn__add-to-cart:active, .btn__add-to-cart --active {
      background-color: #4D4D4D; }
    .btn__add-to-cart:disabled {
      background-color: #CCCCCC; }
    .btn__add-to-cart--ok {
      animation-name: cart-btn-animation;
      animation-duration: 2s;
      animation-timing-function: ease-in-out;
      display: inline-block; }
      .btn__add-to-cart--ok:before {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"> <path fill="none" stroke="white" d="M2 20 L12 28 30 4" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 5px; }
      .btn__add-to-cart--ok .ladda-label {
        opacity: 0; }
      .btn__add-to-cart--ok:before {
        font-size: 1.2rem;
        position: absolute;
        left: 49%;
        top: 25%; }

@-webkit-keyframes cart-btn-animation {
  0% {
    background-color: #2D2926; }
  20.0% {
    background-color: #99978B; }
  80.0% {
    background-color: #99978B; }
  100.0% {
    background-color: #2D2926; } }
  .btn__secondary {
    background-color: #fff;
    color: #2D2926;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16); }
    .btn__secondary:hover {
      background-color: #F2F2F2; }
    .btn__secondary:active, .btn__secondary --active {
      background-color: #E8E8E8; }
    .btn__secondary:disabled {
      background-color: #CCCCCC;
      color: #fff; }
    .btn__secondary.btn--outline {
      color: #fff;
      border-color: #fff;
      background-color: transparent; }
      .btn__secondary.btn--outline:hover {
        border-color: #FFFFFF; }
      .btn__secondary.btn--outline:active, .btn__secondary.btn--outline --active {
        border-color: #FFFFFF; }
      .btn__secondary.btn--outline:disabled {
        background-color: #CCCCCC;
        border-color: transparent; }
  .btn__small {
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 12px 9px; }
  .btn__filter {
    border-radius: 34px;
    border: 1px solid #2D2926;
    background-color: transparent;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 0.8rem; }
    .btn__filter:active, .btn__filter--active {
      color: #fff;
      background-color: #2D2926; }
  .btn-group .btn {
    display: inline-block;
    /*@include screen-small {
            margin-right: $gutter-small;
        }*/
    margin-bottom: 10px; }
    .btn-group .btn:not(:last-child) {
      margin-right: 10px; }
  .btn .align-center {
    display: block;
    width: fit-content;
    margin: 0px auto; }

.btn-group--equal-width {
  display: inline-flex; }

.align-center {
  display: block;
  width: fit-content;
  margin: 0px auto; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:not(:last-child) {
      border-radius: 4px 0 0 4px; }
    .input-group .form-control:last-child {
      border-radius: 0 4px 4px 0; }
  .input-group .btn:not(:last-child) {
    border-radius: 4px 0 0 4px; }
  .input-group .btn:last-child {
    border-radius: 0 4px 4px 0; }

.form-control {
  display: block;
  width: 100%;
  height: 49px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .form-control.error {
    border-color: #DC3545; }

.form-check > input[type=radio], .form-check > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.form-check > input[type=radio] + label, .form-check > input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 40px 40px; }

.form-check > input[type=checkbox] + label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPnVuY2hlY2tlZDwvdGl0bGU+PHBhdGggZD0iTTIxLDFhMiwyLDAsMCwxLDIsMlYyMWEyLDIsMCwwLDEtMiwySDNhMiwyLDAsMCwxLTItMlYzQTIsMiwwLDAsMSwzLDFIMjFtMC0xSDNBMywzLDAsMCwwLDAsM1YyMWEzLDMsMCwwLDAsMywzSDIxYTMsMywwLDAsMCwzLTNWM2EzLDMsMCwwLDAtMy0zWiIvPjwvc3ZnPg==); }

.form-check > input[type=checkbox]:checked + label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Y2hlY2tlZDwvdGl0bGU+PHBhdGggZD0iTTIxLDFhMiwyLDAsMCwxLDIsMlYyMWEyLDIsMCwwLDEtMiwySDNhMiwyLDAsMCwxLTItMlYzQTIsMiwwLDAsMSwzLDFIMjFtMC0xSDNBMywzLDAsMCwwLDAsM1YyMWEzLDMsMCwwLDAsMywzSDIxYTMsMywwLDAsMCwzLTNWM2EzLDMsMCwwLDAtMy0zWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQsMTQuMjlsNS43MSw0LjU3TDIwLDUuMTQiLz48L3N2Zz4=); }

.form-check > input[type=radio] + label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNSAxNiI+PHRpdGxlPnJhZGlvX2VuYWJsZWQ8L3RpdGxlPjxwYXRoIGQ9Ik04LDFBNyw3LDAsMSwxLDEsOCw3LDcsMCwwLDEsOCwxTTgsMGE4LDgsMCwxLDAsOCw4QTgsOCwwLDAsMCw4LDBaIi8+PC9zdmc+); }

.form-check > input[type=radio]:checked + label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNSAxNiI+PHRpdGxlPnJhZGlvX2NoZWNrZWQ8L3RpdGxlPjxjaXJjbGUgY3g9IjgiIGN5PSI4IiByPSIzIi8+PHBhdGggZD0iTTgsMUE3LDcsMCwxLDEsMSw4LDcsNywwLDAsMSw4LDFNOCwwYTgsOCwwLDEsMCw4LDhBOCw4LDAsMCwwLDgsMFoiLz48L3N2Zz4=); }

.form-group {
  padding-bottom: 15px; }
  .form-group--inline > * {
    display: inline-flex;
    padding-right: 10px; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: inherit; }
  .table thead th {
    padding: .75rem;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table--striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .table--hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
    cursor: pointer; }

.dropdown {
  background: #fff;
  min-width: 230px;
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  text-align: left;
  z-index: 1; }
  @media (min-width: 767px), print {
    .dropdown {
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 767px), print {
    .dropdown {
      z-index: -1; } }
  .dropdown--noshadow {
    box-shadow: none; }
  .dropdown__opener {
    background: white;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    display: inline-block; }
    .dropdown--open .dropdown__opener:after {
      transform: rotate(180deg); }
    .dropdown__opener:after {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black"  d="M30 12 L16 24 2 12" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-left: 5px; }
  .dropdown__container {
    display: none;
    font-size: 0.9rem;
    padding: 5px 15px 15px;
    cursor: default;
    /*> div {
            display: flex;
            flex-direction: column;
        }*/ }
    .dropdown__container p {
      font-size: 0.9rem; }
    .dropdown__container a {
      color: #000;
      text-decoration: none; }
      .dropdown__container a:hover {
        text-decoration: underline; }
  .dropdown__button {
    padding: 15px; }
    @media (min-width: 767px), print {
      .dropdown__button {
        border-bottom: 1px solid #e4e3de;
        padding: 15px 30px; } }
    .dropdown__button:hover {
      background: #fff; }

.well {
  padding: 30px;
  background: #F0F0F0;
  text-align: left;
  width: 100%; }
  .well__header {
    margin: 0; }
  .well__body {
    margin: 10px 0; }

.image-slider {
  position: relative;
  max-height: 500px; }
  .image-slider__slider {
    opacity: 0; }
  .image-slider .slick-initialized {
    opacity: 1;
    transition: opacity .3s ease-out; }
  .image-slider .slick-track {
    display: flex; }
  .image-slider .slick-track .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center; }
  .image-slider__navigator {
    position: absolute;
    top: calc(50% - 15px);
    cursor: pointer;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    transition: opacity 0.5s; }
    .image-slider__navigator:hover {
      opacity: 1; }
    .image-slider__navigator--prev {
      left: 15px; }
      .image-slider__navigator--prev:before {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M20 30 L8 16 20 2" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 5px; }
    .image-slider__navigator--next {
      right: 15px; }
      .image-slider__navigator--next:before {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M12 30 L24 16 12 2" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 5px; }
    .image-slider__navigator:before {
      margin-top: -5px;
      margin-left: 5px; }

.popup {
  display: none; }

.popper__close {
  display: inline-block;
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer; }
  .popper__close:before {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="black" stroke="black" d="M2 30 L30 2 M30 30 L2 2" /></svg>');
    transition: transform 0.5s;
    content: " ";
    vertical-align: middle;
    background-size: contain;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px; }

.badge {
  position: absolute;
  top: 0; }
  .badge:after {
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: #dd1212;
    color: #fff;
    border-radius: 50%;
    content: attr(data-count);
    display: inline-block;
    font-size: .625rem;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 16px; }
  .badge[data-count="0"]:after {
    display: none; }
  .badge--primary:after {
    background-color: #2D2926;
    color: #fff; }

.list-item {
  text-align: left;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-item {
      display: block !important; }
      .list-item a {
        height: 100%; } }
  .list-item img {
    width: 100%; }
  .list-item__content {
    padding: 30px 15px;
    /*h4 {
            height: 100%;
        }*/
    flex-direction: column;
    display: flex;
    flex: 1;
    align-items: stretch; }
    .list-item__content--dense {
      padding: 15px !important; }
    .list-item__content--nopadding {
      padding: 0px !important;
      padding-top: 25px !important; }
    @media (min-width: 991px), print {
      .list-item__content {
        padding: 60px; } }
    .list-item__content button {
      margin-top: 15px; }
  .list-item__pricerange {
    margin-bottom: 30px; }
    .list-item__pricerange span {
      font-weight: bold; }
  .list-item__price:before {
    content: attr(data-pricetext); }
  .list-item__social {
    display: flex;
    justify-content: space-between; }
  .list-item__bottom {
    margin-top: auto; }
  .list-item__meassure {
    margin-bottom: 30px; }
  .list-item__my-pages {
    margin-top: 10px; }
  .list-item__colors {
    display: flex;
    margin-bottom: 15px; }

.list-item-color {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.675rem; }
  .list-item-color:first-child {
    padding: 0 10px 0 0; }
  .list-item-color:before {
    border-radius: 50%;
    display: block;
    content: " ";
    width: 14px;
    height: 14px;
    border: 1px solid lightgray; }
  .list-item-color--black:before, .list-item-color--Black:before, .list-item-color--matteblack:before, .list-item-color--Matteblack:before, .list-item-color--DNTMatteblack:before, .list-item-color--dntmatteblack:before {
    background: #2D2926;
    border: 1px solid #aaa; }
  .list-item-color--white:before, .list-item-color--White:before, .list-item-color--DNTWhite:before, .list-item-color--dntwhite:before, .list-item-color--whitedecor:before {
    background: white;
    border: 1px solid #aaa; }
  .list-item-color--platinum:before, .list-item-color--Platinum:before {
    background: #bbbbbb; }
  .list-item-color--grey:before, .list-item-color--Grey:before, .list-item-color--DNTGrey:before, .list-item-color--dntgrey:before, .list-item-color--matte-grey:before, .list-item-color--Matte-grey:before, .list-item-color--mattegrey:before, .list-item-color--greydecor:before {
    background: #999999; }
  .list-item-color--graphite:before, .list-item-color--Graphite:before, .list-item-color--Matte:before, .list-item-color--matte:before {
    background: #444444; }
  .list-item-color--chrome:before, .list-item-color--Chrome:before {
    background: #C7C4B9; }
  .list-item-color--chrome-translucent:before, .list-item-color--Chrome-Translucent:before {
    background: white;
    border: 1px solid #aaa; }
  .list-item-color--silver:before, .list-item-color--Silver:before {
    background: #eeeeee; }
  .list-item-color--translucent:before {
    background: #eaeaeb;
    border: 1px solid #aaa; }
  .list-item-color--white-white:before, .list-item-color--White-White:before {
    background: white;
    border: 1px solid #aaa; }
  .list-item-color--grey-grey:before, .list-item-color--Grey-Grey:before, .list-item-color--mattegrey-grey:before, .list-item-color Mattegrey-Grey:before {
    background: #999999; }
  .list-item-color--platinum-grey:before, .list-item-color--Platinum-Grey:before, .list-item-color--platinum-grey-translucent:before, .list-item-color--Platinum-Grey-Translucent:before {
    background-image: linear-gradient(90deg, #bbbbbb 51%, #999999 50%); }
  .list-item-color--graphite-grey:before, .list-item-color--Graphite-Grey:before, .list-item-color--graphite-grey-translucent:before, .list-item-color--Graphite-Grey-Translucent:before {
    background-image: linear-gradient(90deg, #444444 51%, #999999 50%); }
  .list-item-color--matte-grey-grey:before, .list-item-color--Matte-grey-Grey:before {
    background-image: linear-gradient(90deg, #999999 51%, #999999 50%); }
  .list-item-color--matte-grey-white:before, .list-item-color--Matte-grey-White:before, .list-item-color--Grey-White:before, .list-item-color--grey-white:before {
    background-image: linear-gradient(90deg, #999999 51%, #f8f7f1 50%); }
  .list-item-color--matte-grey-natural-birch:before, .list-item-color--Matte-grey-Natural-Birch:before, .list-item-color--Grey-Natural-Birch:before, .list-item-color--grey-natural-birch:before {
    background-image: linear-gradient(90deg, #999999 51%, #edd8bc 50%); }
  .list-item-color--matte-white-grey:before, .list-item-color--Matte-white-Grey:before, .list-item-color--d_mattewhite_mattegrey:before, .list-item-color--White-Grey:before, .list-item-color--white-grey:before {
    background-image: linear-gradient(90deg, #f8f7f1 51%, #999999 50%); }
  .list-item-color--matte-white-natural-birch:before, .list-item-color--Matte-white-Natural-Birch:before, .list-item-color--White-Natural-Birch:before, .list-item-color--white-natural-birch:before {
    background-image: linear-gradient(90deg, #f8f7f1 51%, #edd8bc 50%); }
  .list-item-color--naturalbirch:before, .list-item-color--dnaturalbirch:before, .list-item-color--Natural-Birch:before {
    background: #edd8bc; }
  .list-item-color--paintedchrome:before, .list-item-color--Paintedchrome:before {
    background: #C7C4B9; }
  .list-item-color--white40002:before, .list-item-color--White40002:before {
    background: #f8f7f1; }
  .list-item-color--softwhite40008:before, .list-item-color--Softwhite40008:before {
    background: #f9f7eb; }
  .list-item-color--whiteavola40068:before, .list-item-color--Whiteavola40068:before {
    background: #eae5e6; }
  .list-item-color--satinwhite:before, .list-item-color--Satinwhite:before {
    background: #f7f8f4; }
  .list-item-color--charcoaloak:before, .list-item-color--Charcoaloak:before {
    background: #434343; }
  .list-item-color--sensibleoak40004:before, .list-item-color--Sensibleoak40004:before {
    background: #d0a78e; }
  .list-item-color--brushedsilver:before, .list-item-color--Brushedsilver:before {
    background: #aeaeae; }
  .list-item-color--oilrubbedbronze:before, .list-item-color--Oilrubbedbronze:before {
    background: #373737; }
  .list-item-color--brown:before, .list-item-color--Brown:before {
    background: #723f24; }
  .list-item-color--zincplated:before, .list-item-color--Zincplated:before {
    background: #c2ccd4; }
  .list-item-color--brass:before, .list-item-color--Brass:before {
    background: #b09354; }

.list-item-content-dens {
  padding: 15px;
  font-size: 0.8rem; }
  .list-item-content-dens a {
    line-height: 1.15; }
  .list-item-content-dens__content {
    margin-bottom: 30px; }
    .list-item-content-dens__content div {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
  .list-item-content-dens__btns {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
    .list-item-content-dens__btns button, .list-item-content-dens__btns a {
      flex: 0 1 48%; }
      .list-item-content-dens__btns button--single, .list-item-content-dens__btns a--single {
        flex: 0 1 100%; }

.list-item__alternatives {
  padding: 10px 0px; }
  .list-item__alternatives p {
    font-size: 0.83rem;
    margin: 0;
    line-height: initial; }

.mega-menu {
  text-transform: none;
  background-color: #F2F2F2;
  cursor: default;
  padding: 30px 0px 10px;
  /*&__opener {

        .mega-menu--open & {
            &:after {
                transform: rotate(180deg);
            }
        }

        background: white;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        @include elfa-icon("chevron-bottom", black, none, after);
    }*/
  /*&--noshadow {
        box-shadow: none;
    }


*/ }
  @media (min-width: 767px), print {
    .mega-menu {
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 767px), print {
    .mega-menu {
      z-index: -1; } }
  .mega-menu a:hover {
    text-decoration: underline; }
  .mega-menu .small-text {
    font-size: 0.875rem;
    line-height: 1.375rem; }
    .mega-menu .small-text--divider {
      margin-bottom: 20px; }
      .mega-menu .small-text--divider:after {
        margin-top: 20px; }
  .mega-menu__link-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    margin-right: 15px; }
    .mega-menu__link-group .mega-menu__link-group {
      margin-bottom: 0; }
  .mega-menu__link {
    margin-bottom: 0.5rem; }
    .mega-menu__link--level-1 {
      font-size: 1.625rem;
      line-height: 30px; }
    .mega-menu__link--level-2 {
      font-size: 14px;
      font-weight: 500;
      line-height: 22px; }
  .mega-menu__button {
    padding: 15px; }
    @media (min-width: 767px), print {
      .mega-menu__button {
        border-bottom: 1px solid #e4e3de;
        padding: 15px 30px; } }
    .mega-menu__button:hover {
      background: #fff; }

.simple-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%; }
  .simple-list-item__content {
    padding: 20px;
    text-align: center; }
  .simple-list-item > a {
    height: 100%; }

.large-card {
  position: relative; }
  .large-card__image img {
    width: 100%; }
  .large-card__image .well {
    margin-top: 30px; }
  .large-card__remove {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block; }
    .large-card__remove:before {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M2 30 L30 2 M30 30 L2 2" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }

.large-card-description__part {
  margin: 0 0 15px 0; }
  .large-card-description__part a {
    text-decoration: none; }
  @media (min-width: 767px), print {
    .large-card-description__part {
      margin: 0 0 30px 0; } }

.large-card-description__social {
  display: flex;
  justify-content: space-between; }

.large-card-description ul {
  margin-left: 15px; }

.cookie-consent {
  display: none;
  position: fixed;
  z-index: 11000;
  bottom: 0;
  width: 100%;
  max-height: 100vh;
  overflow: auto; }
  @media (min-width: 767px), print {
    .cookie-consent {
      width: 375px;
      right: 50px;
      bottom: 50px; } }
  .cookie-consent__content {
    background-color: black; }
  .cookie-consent__description {
    display: none; }
    .cookie-consent__description ul {
      padding-left: 20px; }

.cookie-consent-content__text {
  margin-bottom: 0 !important; }

.header {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 100;
  position: relative; }
  .header a {
    text-decoration: none;
    color: #2D2926; }
    .header a:visited {
      color: #2D2926;
      text-decoration: none; }

.header-desktop {
  display: none;
  z-index: 1; }
  @media (min-width: 87.5em) {
    .header-desktop {
      height: 120px;
      position: relative;
      display: flex;
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
      background: #fff; }
      .header-desktop__logo {
        height: 100%;
        width: auto;
        display: block;
        cursor: pointer;
        padding: 30px; }
        .header-desktop__logo img {
          height: 100%;
          max-width: initial;
          width: auto; }
      .header-desktop__menu-secondary {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px; }
      .header-desktop__menu-tertiary {
        display: flex;
        align-items: flex-end;
        margin-bottom: 15px; }
      .header-desktop__menu-main {
        width: 1280px;
        margin: 0 auto;
        max-width: calc(100vw - 200px);
        overflow: hidden; } }

.header-mobile {
  display: flex;
  height: 60px;
  position: relative;
  justify-content: space-between;
  align-items: center;
  z-index: 1; }
  .header-mobile__menu-container {
    position: absolute;
    top: 100%; }
  .header-mobile__menu {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center; }
  @media (min-width: 87.5em) {
    .header-mobile {
      display: none; } }
  .header-mobile__logo {
    height: 100%;
    width: auto;
    display: flex;
    cursor: pointer;
    justify-content: center; }
    .header-mobile__logo a {
      height: 60%;
      display: block;
      align-self: center; }
    .header-mobile__logo img {
      height: 100%;
      max-width: initial;
      width: auto; }
  .header-mobile__menu-secondary {
    display: flex;
    cursor: pointer; }

.header-mobile-drawer__opener {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block; }
  .header-mobile-drawer--open .header-mobile-drawer__opener {
    display: inline-block; }
    .header-mobile-drawer--open .header-mobile-drawer__opener:after {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M2 30 L30 2 M30 30 L2 2" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-left: 5px; }
  .header-mobile-drawer__opener:after {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black"  d="M4 8 L28 8 M4 16 L28 16 M4 24 L28 24" /></svg>');
    transition: transform 0.5s;
    content: " ";
    vertical-align: middle;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px; }

.header-mobile-drawer__container {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  height: calc(100vh - 100% + 30px);
  background: white;
  z-index: -1;
  padding: 30px;
  overflow: auto;
  padding-bottom: 100px; }
  .header-mobile-drawer__container .menu-secondary {
    border-top: 2px solid #e4e3de; }
  .header-mobile-drawer--open .header-mobile-drawer__container {
    display: block; }

.menu-main {
  display: flex;
  height: 100%;
  text-transform: uppercase; }
  .menu-main__links {
    display: flex;
    cursor: pointer; }
    .menu-main__links--has-dropdown > a, .menu-main__links--has-dropdown > span, .menu-main__links--has-mega-menu > a, .menu-main__links--has-mega-menu > span {
      display: inline-block; }
      .menu-main__links--has-dropdown > a:after, .menu-main__links--has-dropdown > span:after, .menu-main__links--has-mega-menu > a:after, .menu-main__links--has-mega-menu > span:after {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black"  d="M30 12 L16 24 2 12" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-left: 5px; }
    .menu-main__links > a, .menu-main__links > span {
      padding: 0 30px 30px 30px; }
    .menu-main__links a, .menu-main__links span {
      display: inline-flex;
      align-items: flex-end; }
    .menu-main__links:hover {
      border-bottom: 4px solid black; }
      .menu-main__links:hover > a, .menu-main__links:hover > span {
        padding: 0 30px 26px 30px; }
        .menu-main__links:hover > a:after, .menu-main__links:hover > span:after {
          transform: rotate(180deg); }
      .menu-main__links:hover .dropdown {
        display: flex !important;
        position: absolute;
        top: 100%;
        margin-left: 2px; }
      .menu-main__links:hover .mega-menu {
        display: block !important;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%; }
        .menu-main__links:hover .mega-menu__hero-link {
          margin-bottom: 30px !important;
          padding-right: 15px; }
          .menu-main__links:hover .mega-menu__hero-link article, .menu-main__links:hover .mega-menu__hero-link p {
            margin-bottom: 0px !important; }
          .menu-main__links:hover .mega-menu__hero-link .small-text {
            font-size: 1rem;
            line-height: 1.4rem; }
          .menu-main__links:hover .mega-menu__hero-link .sublink {
            margin-top: 20px; }
          .menu-main__links:hover .mega-menu__hero-link .headline {
            font-size: 2.125rem;
            line-height: 2.875rem;
            font-weight: 400;
            font-family: "Prata-Elfa-Regular","Open Sans","VAG Light","Open Sans","Arial";
            line-height: normal;
            margin-bottom: 15px !important; }
        .menu-main__links:hover .mega-menu .col-flex-column {
          padding-left: 0px !important; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .menu-main__links {
        display: -ms-inline-grid !important;
        padding-top: 70px !important; } }

.menu-main-mobile {
  display: flex;
  flex-direction: column;
  text-align: left; }
  .menu-main-mobile .dropdown__opener {
    background-color: #f2f2f2;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    display: inline-block; }
    .menu-main-mobile .dropdown__opener__level-1 {
      background: #fff; }
      .menu-main-mobile .dropdown__opener__level-1.active {
        font-weight: bold; }
    .menu-main-mobile .dropdown__opener__level-2 {
      background-color: #f2f2f2;
      display: flex !important;
      justify-content: space-between;
      align-items: center;
      padding: 15px 15px 15px 20px;
      display: inline-block;
      display: inline-block; }
      .menu-main-mobile .dropdown__opener__level-2:after {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black"  d="M30 12 L16 24 2 12" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-left: 5px; }
      .menu-main-mobile .dropdown__opener__level-2.active {
        font-weight: bold;
        padding-bottom: 0px; }
        .menu-main-mobile .dropdown__opener__level-2.active:after {
          transform: rotate(180deg); }
  .menu-main-mobile__links {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-transform: uppercase; }
    .menu-main-mobile__links--has-dropdown > span, .menu-main-mobile__links--has-mega-menu > span {
      display: inline-block; }
      .menu-main-mobile__links--has-dropdown > span:after, .menu-main-mobile__links--has-mega-menu > span:after {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black"  d="M30 12 L16 24 2 12" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-left: 5px; }
    .menu-main-mobile__links .dropdown__button {
      padding: 10px 20px;
      display: block; }
      .menu-main-mobile__links .dropdown__button:hover {
        background: #fff; }
    .menu-main-mobile__links .dropdown {
      width: 100%;
      z-index: 999999;
      box-shadow: none; }
    .menu-main-mobile__links .mega-menu {
      padding: 0px;
      width: 98%;
      margin: 0px auto; }
  .menu-main-mobile__login-btn {
    color: white !important; }

.menu-secondary {
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #fff; }
  .menu-secondary .menu-main-mobile__login-btn {
    width: 95%;
    margin: 20px auto; }
  .menu-secondary__menu-item {
    padding: 15px 20px;
    font-size: 14px; }
  .menu-secondary .btn {
    width: 95%;
    padding: 11px 25px;
    margin: 20px auto; }
    .menu-secondary .btn span {
      vertical-align: sub; }
  @media (min-width: 1400px) {
    .menu-secondary {
      height: 100%;
      flex-direction: row;
      align-items: center; }
      .menu-secondary .menu-main-mobile__login-btn {
        display: none; }
      .menu-secondary__menu-item {
        padding: 0 15px; }
      .menu-secondary .btn {
        height: 90% !important;
        width: unset;
        padding: 0 15px;
        margin: unset; }
        .menu-secondary .btn span {
          vertical-align: sub; }
      .menu-secondary__language-switcher {
        height: 100%; } }

.menu-tertiary {
  display: flex;
  margin-right: 10px;
  align-items: center;
  width: 100%;
  justify-content: space-around; }
  .menu-tertiary__links {
    padding: 0 10px 0px 10px;
    cursor: pointer;
    align-items: center; }
    .menu-tertiary__links--desktop {
      display: none; }
      @media (min-width: 767px), print {
        .menu-tertiary__links--desktop {
          display: flex; } }
    .menu-tertiary__links--mobile {
      display: flex; }
      @media (min-width: 767px), print {
        .menu-tertiary__links--mobile {
          display: none; } }
    .menu-tertiary__links a {
      display: flex;
      align-items: center;
      min-height: 45px;
      position: relative; }
    .menu-tertiary__links .badge {
      top: 10px; }

.menu-side-mobile {
  display: block; }
  @media (min-width: 767px), print {
    .menu-side-mobile {
      display: none; } }

.menu-side-desktop {
  display: none;
  margin-top: 25px; }
  @media (min-width: 767px), print {
    .menu-side-desktop {
      display: block; } }
  .menu-side-desktop ul {
    list-style: none;
    margin: 0; }
  .menu-side-desktop__row {
    width: 100%; }
    .menu-side-desktop__row a {
      padding: 10px 0 10px 5px;
      display: block;
      background: #fff;
      font-weight: 700;
      text-decoration: none;
      color: black;
      position: relative; }
    .menu-side-desktop__row--has-children > a {
      display: inline-block; }
      .menu-side-desktop__row--has-children > a:after {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black"  d="M30 12 L16 24 2 12" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-left: 5px; }
      .menu-side-desktop__row--has-children > a:after {
        position: absolute;
        right: 10px;
        top: 15px; }
    .menu-side-desktop__row--has-children .menu-side-desktop__row--child a {
      padding: 10px 0 10px 20px; }
    .menu-side-desktop__row--child a {
      padding: 10px 0 10px 15px;
      display: block;
      background: #f5f3f2;
      border-top: 1px solid #e0dcd7; }
    .menu-side-desktop__row--active > a {
      color: #de3c43; }

.language-switcher-dropdown {
  height: 25px; }
  .language-switcher-dropdown--mobile {
    display: flex;
    justify-content: center;
    cursor: pointer; }
    .language-switcher-dropdown--mobile span {
      vertical-align: middle;
      padding-right: 10px; }
    @media (min-width: 767px), print {
      .language-switcher-dropdown--mobile {
        display: none; } }
  .language-switcher-dropdown--desktop {
    display: none; }
    @media (min-width: 767px), print {
      .language-switcher-dropdown--desktop {
        display: flex;
        height: 100%; } }
  .language-switcher-dropdown__flag {
    vertical-align: middle;
    display: inline-block;
    height: 25px;
    width: auto; }
    @media (min-width: 767px), print {
      .language-switcher-dropdown__flag {
        padding: 10%;
        height: 100%;
        width: auto; } }

footer {
  background-color: #2D2926; }

.footer-top, .footer-bottom {
  max-width: 1280px;
  margin: 0 auto; }

.footer-top {
  padding-top: 30px; }
  .footer-top h4 {
    color: white; }
  .footer-top__social-links {
    padding-bottom: 30px !important; }
    .footer-top__social-links a {
      margin-right: 10px;
      text-decoration: none; }
  .footer-top__border {
    border-top: 1px solid white; }

.footer-bottom {
  display: flex;
  justify-content: flex-end; }
  .footer-bottom__logo {
    padding-bottom: 30px !important; }
    .footer-bottom__logo img {
      height: 40px;
      float: right; }

.footer-menu {
  flex-direction: column;
  display: flex; }
  .footer-menu__link-box {
    padding: 0px !important;
    margin-top: 30px !important; }
    .footer-menu__link-box a {
      text-decoration: none; }
  .footer-menu__link-header {
    display: flex;
    justify-content: space-between; }
  .footer-menu__inner {
    display: none; }
    .footer-menu__inner li {
      list-style: none; }
      .footer-menu__inner li a {
        color: white; }
    @media (min-width: 767px), print {
      .footer-menu__inner {
        display: block; } }
  .footer-menu__mobile-toggle {
    display: block;
    display: inline-block; }
    .footer-menu__mobile-toggle:before {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="white"  d="M30 12 L16 24 2 12" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }
    .footer-menu__mobile-toggle--active:before {
      transform: rotate(180deg); }
    @media (min-width: 767px), print {
      .footer-menu__mobile-toggle {
        display: none; } }
  @media (min-width: 767px), print {
    .footer-menu {
      flex-direction: row; } }

.login-mini {
  display: none; }
  .login-mini__popup {
    width: 300px;
    background: #fff;
    display: none; }
  @media (min-width: 1200px) {
    .login-mini {
      display: block; } }

.filtered-solutions-list img {
  width: 100%; }

.filtered-solutions-list__header {
  display: flex;
  align-items: center; }
  .filtered-solutions-list__header span {
    margin-left: 20px; }

.filtered-solutions-list .solutions-clear-filter {
  cursor: pointer; }

.ready-solution-page .large-card {
  padding-top: 40px; }

.ready-solution-page__dropdown {
  border: 1px solid #000;
  border-radius: 4px;
  display: block; }

.ready-solution-page__mobile-sizes {
  display: block; }
  @media (min-width: 767px), print {
    .ready-solution-page__mobile-sizes {
      display: none; } }

.ready-solution-page__desktop-sizes {
  display: none; }
  @media (min-width: 767px), print {
    .ready-solution-page__desktop-sizes {
      display: block; } }

.ready-solution-page__size-error-message {
  color: red; }

.ready-solution-page .rs-page__image {
  display: none; }
  @media (min-width: 767px), print {
    .ready-solution-page .rs-page__image {
      display: block;
      position: relative; } }

.ready-solution-page #slider-images__mobileview {
  display: block; }
  @media (min-width: 767px), print {
    .ready-solution-page #slider-images__mobileview {
      display: none; } }

.ready-solution-page .slider-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px; }
  .ready-solution-page .slider-images picture {
    flex: 0 0 25%;
    text-align: center;
    width: 25%;
    position: relative;
    padding-right: 10px; }
    .ready-solution-page .slider-images picture:first-child {
      flex: 0 1 100%;
      margin-bottom: 10px;
      padding-right: 0px; }
    .ready-solution-page .slider-images picture:last-child {
      padding-right: 0px; }
    .ready-solution-page .slider-images picture img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .ready-solution-page .slider-images picture:last-child #overlay-small {
      position: absolute;
      display: block !important;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 2;
      cursor: pointer; }
    .ready-solution-page .slider-images picture:last-child #overlay-small__text {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 22px;
      color: white;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }

.ready-solution-page .readysolution-size-option-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .ready-solution-page .readysolution-size-option-box__img {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .ready-solution-page .readysolution-size-option-box__img img {
      width: 50%; }
    .ready-solution-page .readysolution-size-option-box__img div {
      font-weight: 400 !important; }
  .ready-solution-page .readysolution-size-option-box div {
    text-align: left;
    font-size: 0.9rem; }
  .ready-solution-page .readysolution-size-option-box div:last-child {
    font-weight: bold;
    text-align: center; }

.ready-solution-page ul {
  list-style-position: inside; }

.ready-solution-page .solution-page__collapser {
  width: 100%;
  cursor: pointer;
  border-top: 2px solid #c4c4c4;
  z-index: 1; }
  .ready-solution-page .solution-page__collapser:last-child {
    border-bottom: 2px solid #c4c4c4; }
  .ready-solution-page .solution-page__collapser .pdf-list {
    justify-content: space-between; }
  .ready-solution-page .solution-page__collapser .pdf-container {
    width: 100%;
    padding: 0px; }
    @media (min-width: 767px), print {
      .ready-solution-page .solution-page__collapser .pdf-container {
        width: 48%; } }
  .ready-solution-page .solution-page__collapser .pdf.list-item {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    padding: 10px; }

.ready-solution-page .collapser-box {
  padding: 15px 10px; }

.ready-solution-page .dropdown__container {
  padding: 10px; }

.ready-solution-page .specification__row {
  padding: 12px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .ready-solution-page .specification__row:not(:last-child) {
    border-bottom: 1px solid #c4c4c4; }
  .ready-solution-page .specification__row .instruction-text {
    max-width: 60%; }

.bom {
  background-color: #fff; }
  .bom__article-list {
    width: 100%; }
    @media (min-width: 767px), print {
      .bom__article-list {
        display: table; } }
  .bom__total-price {
    margin-top: 30px !important;
    flex: 0 1 100%; }
    .bom__total-price > div {
      width: 100%;
      justify-content: space-between; }
    .bom__total-price p {
      font-size: 1.6rem;
      margin-bottom: 5px; }
    @media (min-width: 767px), print {
      .bom__total-price > div {
        width: 30%;
        justify-content: space-between; } }
  .bom__list-item-centered {
    text-align: right; }
  .bom .bom-container {
    max-height: 370px;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
    overflow: hidden;
    margin-bottom: 15px; }
    .bom .bom-container--open {
      max-height: 9999px;
      transition-timing-function: cubic-bezier(0.7, 0, 1, 0);
      transition-delay: 0s; }

.bom-list-item__centered {
  text-align: center; }

.bom-list-item__right {
  text-align: right; }

.bom-article-list-item {
  text-align: left; }
  .bom-article-list-item__product-measure {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .bom-article-list-item__product-measure > div {
      color: black; }
  .bom-article-list-item__product-measure-mobile {
    color: black; }
  .bom-article-list-item--mobile {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 0.9rem; }
    @media (min-width: 767px), print {
      .bom-article-list-item--mobile {
        display: none; } }
    .bom-article-list-item--mobile .bom-article-list-item__header {
      margin-bottom: 5px; }
    .bom-article-list-item--mobile .bom-article-list-item__details {
      display: flex;
      margin: 10px 0px 10px;
      border-bottom: 1.5px solid #F0F0F0;
      padding-bottom: 10px; }
      .bom-article-list-item--mobile .bom-article-list-item__details img {
        height: 80px;
        width: auto; }
      .bom-article-list-item--mobile .bom-article-list-item__details > div {
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-left: 10px; }
    .bom-article-list-item--mobile .bom-article-list-item__price {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      background: #eee;
      padding: 8px; }
  .bom-article-list-item--desktop {
    display: none; }
    @media (min-width: 767px), print {
      .bom-article-list-item--desktop {
        display: table-row; }
        .bom-article-list-item--desktop > h4 {
          display: table-cell;
          vertical-align: middle;
          padding-bottom: 30px; }
          .bom-article-list-item--desktop > h4:first-child {
            width: 40%; }
          .bom-article-list-item--desktop > h4:not(first-child) {
            width: 15%; }
        .bom-article-list-item--desktop > div {
          display: table-cell;
          vertical-align: middle;
          border-bottom: 1.5px solid #F0F0F0; }
        .bom-article-list-item--desktop > div:first-child {
          display: flex; }
        .bom-article-list-item--desktop p {
          vertical-align: middle;
          display: inline-block; }
        .bom-article-list-item--desktop .bom-article-list-item__image {
          height: 80px;
          width: auto;
          vertical-align: middle;
          margin-right: 30px;
          display: inline-block; } }

.bom-doors {
  margin-top: 60px !important; }
  .bom-doors__side-plate {
    padding-bottom: 0px !important; }
    .bom-doors__side-plate tr:last-child td {
      border-bottom: 0; }
  .bom-doors__table {
    padding-top: 60px; }

.bom-doors-listitem--mobile {
  padding: 15px 0 15px;
  border-bottom: 1.5px solid #F0F0F0; }
  .bom-doors-listitem--mobile .bom-doors-listitem__upper {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px; }
  .bom-doors-listitem--mobile .bom-doors-listitem__lower {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  @media (min-width: 767px), print {
    .bom-doors-listitem--mobile {
      display: none; } }

.bom-doors-listitem--desktop {
  display: none;
  padding: 30px 0 30px;
  vertical-align: middle;
  border-bottom: 1.5px solid #F0F0F0; }
  .bom-doors-listitem--desktop > div:not(first-child) {
    width: 15%; }
  .bom-doors-listitem--desktop > div:first-child {
    width: 40%; }
  @media (min-width: 767px), print {
    .bom-doors-listitem--desktop {
      display: flex;
      flex-direction: row; } }

.bom-doors-listitem-second {
  border-bottom: 1.5px solid #F0F0F0;
  margin-bottom: 15px; }
  .bom-doors-listitem-second--mobile {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px; }
    @media (min-width: 767px), print {
      .bom-doors-listitem-second--mobile {
        display: none; } }
  .bom-doors-listitem-second--desktop {
    display: none;
    padding: 15px; }
    @media (min-width: 767px), print {
      .bom-doors-listitem-second--desktop {
        display: flex;
        flex-direction: row;
        justify-content: space-between; } }
    .bom-doors-listitem-second--desktop > div {
      width: 100%; }
  .bom-doors-listitem-second__details {
    margin-bottom: 10px; }

.bom-table {
  text-align: left;
  width: 100%; }
  .bom-table__header th {
    font-size: 1rem;
    display: table-cell;
    vertical-align: middle;
    border: none; }
    @media print {
      .bom-table__header th h4 {
        font-size: 1rem;
        line-height: 1rem; } }
  .bom-table__rows td {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 2px solid #F0F0F0;
    padding: 30px 0; }
    .bom-table--fixed-size .bom-table__rows td:first-child {
      width: 40%; }
    .bom-table--fixed-size .bom-table__rows td:not(first-child) {
      width: 15%; }

.bom-toggler {
  display: inline-block; }
  .bom-toggler:before {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black"  d="M30 12 L16 24 2 12" /></svg>');
    transition: transform 0.5s;
    content: " ";
    vertical-align: middle;
    background-size: contain;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px; }
  .bom-toggler--open:before {
    transform: rotate(180deg); }

.bom-bottom {
  padding: 10px !important;
  justify-content: flex-end; }
  .bom-bottom__actions {
    display: flex;
    width: 100%;
    justify-content: flex-end; }
    .bom-bottom__actions a, .bom-bottom__actions .btn {
      margin-bottom: 0px !important; }
  .bom-bottom--desktop {
    display: none;
    padding-bottom: 30px !important; }
    @media (min-width: 767px), print {
      .bom-bottom--desktop {
        display: flex; } }
  .bom-bottom--mobile {
    display: flex; }
    .bom-bottom--mobile .bom-bottom__actions {
      flex-direction: column; }
      .bom-bottom--mobile .bom-bottom__actions .btn {
        margin-top: 10px; }
    @media (min-width: 767px), print {
      .bom-bottom--mobile {
        display: none; } }

@media print {
  .cart__image {
    height: 300px; } }

.cart .article-list-item {
  max-width: 600px; }

.cart .flex .col-12 {
  margin-bottom: 0px; }

.cart .large-card__remove {
  margin-top: -45px;
  margin-right: 10px; }

.cart .col-12 {
  padding-left: 0px; }

.cart .bom .col-12 {
  padding: 0 25px; }

.cart .articles h3 {
  margin-bottom: 0px; }

.cart__actions--mobile {
  display: flex; }
  .cart__actions--mobile button {
    width: 100%; }
  @media (min-width: 767px), print {
    .cart__actions--mobile {
      display: none; } }

.cart__actions--desktop {
  display: none;
  padding-bottom: 15px;
  border-top: 1px solid #333;
  padding-top: 30px; }
  @media (min-width: 767px), print {
    .cart__actions--desktop {
      display: flex; } }

.cart__total-price-solution {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  border-bottom: 1px solid #F6F5F5; }

.cart__total-price-cart p {
  font-size: 1.6rem;
  margin-bottom: 5px; }

.cart__total-price-cart > div {
  width: 100%;
  justify-content: space-between; }
  @media (min-width: 767px), print {
    .cart__total-price-cart > div {
      width: 75%; } }

.system-page {
  width: 100%; }
  .system-page__help-section {
    display: none; }
    @media (min-width: 767px), print {
      .system-page__help-section {
        display: block; } }

.filtered-slidingdoors-list {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .filtered-slidingdoors-list img {
    width: 100%; }
  .filtered-slidingdoors-list__filter {
    display: flex;
    align-items: center; }
    .filtered-slidingdoors-list__filter span {
      margin-left: 20px; }
  .filtered-slidingdoors-list .slidingdoors-clear-filter {
    cursor: pointer; }
  .filtered-slidingdoors-list .filter-slidingdoors {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 767px), print {
      .filtered-slidingdoors-list .filter-slidingdoors {
        flex-direction: row; } }
    .filtered-slidingdoors-list .filter-slidingdoors .dropdownn {
      width: 100%;
      position: relative;
      padding-bottom: 5px; }
      @media (min-width: 767px), print {
        .filtered-slidingdoors-list .filter-slidingdoors .dropdownn {
          width: 19.5%; } }
    .filtered-slidingdoors-list .filter-slidingdoors .dropdown-content {
      display: none; }
    .filtered-slidingdoors-list .filter-slidingdoors .dropdown-content.show {
      display: block;
      float: none;
      z-index: 100;
      overflow: hidden;
      position: absolute;
      background: #fff;
      width: 100%; }
    .filtered-slidingdoors-list .filter-slidingdoors .dropbtn {
      background: #fff;
      width: 100%;
      border: 1px solid #cfcdc9;
      height: 48px;
      position: relative;
      border-radius: 3px;
      cursor: pointer; }
      .filtered-slidingdoors-list .filter-slidingdoors .dropbtn .label {
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-content: space-around;
        align-items: center;
        padding: 0px 5px; }
        .filtered-slidingdoors-list .filter-slidingdoors .dropbtn .label:after {
          display: inline-block;
          top: 10px;
          right: 10px;
          background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M30 12 L16 24 2 12" /></svg>');
          transition: transform 0.5s;
          content: " ";
          background-size: cover;
          width: 20px;
          height: 20px;
          vertical-align: sub;
          margin-left: 25px; }
    .filtered-slidingdoors-list .filter-slidingdoors .options-group__content {
      border: 1px solid #cfcdc9; }
      .filtered-slidingdoors-list .filter-slidingdoors .options-group__content .options-group__item {
        padding: 15px 15px 0; }
        .filtered-slidingdoors-list .filter-slidingdoors .options-group__content .options-group__item .options-group__option {
          float: right; }
    .filtered-slidingdoors-list .filter-slidingdoors .filter-slidingdoors__picker {
      width: 19%; }
      .filtered-slidingdoors-list .filter-slidingdoors .filter-slidingdoors__picker .selectric {
        border: 1px solid #CFCDC9; }
    .filtered-slidingdoors-list .filter-slidingdoors .selectric-items li {
      border-top: none;
      border-bottom: none; }
  .filtered-slidingdoors-list #filters-selected__list .btn {
    background: #ecebea;
    line-height: 1.1rem;
    cursor: auto;
    margin-right: 5px; }
  .filtered-slidingdoors-list #filters-selected__list .selected-filter__button {
    background: none;
    font-weight: bold;
    border: 1px solid #ecebea;
    outline: none;
    cursor: pointer;
    margin-left: 5px; }
    .filtered-slidingdoors-list #filters-selected__list .selected-filter__button:hover {
      border: 1px solid grey;
      background: #ccc;
      border-radius: 50%; }
  .filtered-slidingdoors-list .container {
    display: block;
    position: relative;
    padding: 6px 15px 6px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .filtered-slidingdoors-list .container:hover {
      background-color: #ecebea; }
  .filtered-slidingdoors-list .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .filtered-slidingdoors-list .checkmark {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ecebea;
    left: unset; }
  .filtered-slidingdoors-list .container input:disabled ~ .checkmark {
    background: #ecebea; }
  .filtered-slidingdoors-list .disabled {
    color: #ecebea; }
  .filtered-slidingdoors-list .container input:checked ~ .checkmark {
    background-color: #fff; }
  .filtered-slidingdoors-list .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .filtered-slidingdoors-list .container input:checked ~ .checkmark:after {
    display: block; }
  .filtered-slidingdoors-list .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.slidingdoors__doorgroups {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 767px), print {
    .slidingdoors__doorgroups {
      flex-direction: row; } }
  .slidingdoors__doorgroups .group-card {
    height: auto;
    width: 100%;
    background: #ecebea; }
    @media (min-width: 767px), print {
      .slidingdoors__doorgroups .group-card {
        width: 30%; } }
    .slidingdoors__doorgroups .group-card .card__content {
      align-items: flex-start;
      text-align: left; }
      .slidingdoors__doorgroups .group-card .card__content ul {
        padding-left: 20px;
        line-height: 1.5rem; }

.sliding-doors {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .sliding-doors .details-section {
    padding-top: 0px; }
    @media (min-width: 767px), print {
      .sliding-doors .details-section {
        padding-top: 60px; } }
  .sliding-doors .selectric {
    border: 1px solid #000;
    background: #fff;
    position: relative;
    border-radius: 3px; }
  .sliding-doors .selectric-items {
    display: none;
    position: absolute;
    top: 98%;
    left: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 10px -6px;
    visibility: hidden; }
  .sliding-doors .selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important; }
  .sliding-doors__image {
    display: none;
    visibility: hidden; }
    @media (min-width: 767px), print {
      .sliding-doors__image {
        display: block;
        position: relative;
        visibility: unset; } }
    .sliding-doors__image img {
      cursor: pointer;
      border: 1px solid #c4c4c4; }
  .sliding-doors #slider-images__mobileview {
    display: block;
    margin-bottom: 0px; }
    .sliding-doors #slider-images__mobileview .slick-list {
      height: 361px !important; }
    @media (min-width: 767px), print {
      .sliding-doors #slider-images__mobileview {
        display: none; } }
  .sliding-doors .slider-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px; }
    .sliding-doors .slider-images picture {
      flex: 0 0 25%;
      text-align: center;
      width: 25%;
      position: relative;
      padding-right: 10px; }
      .sliding-doors .slider-images picture:first-child {
        flex: 0 1 100%;
        margin-bottom: 10px;
        padding-right: 0px; }
      .sliding-doors .slider-images picture:last-child {
        padding-right: 0px; }
      .sliding-doors .slider-images picture img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .sliding-doors .slider-images picture:last-child #overlay-small {
        position: absolute;
        display: block !important;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        cursor: pointer; }
      .sliding-doors .slider-images picture:last-child #overlay-small__text {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 22px;
        color: white;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
  .sliding-doors .fillings {
    position: relative; }
  .sliding-doors #slidingdoors__overlay, .sliding-doors .fillings__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 150;
    cursor: pointer;
    overflow-y: scroll; }
    .sliding-doors #slidingdoors__overlay .close-btn, .sliding-doors .fillings__overlay .close-btn {
      display: inline-block;
      float: right;
      margin: 50px;
      cursor: pointer; }
      .sliding-doors #slidingdoors__overlay .close-btn:before, .sliding-doors .fillings__overlay .close-btn:before {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="black" stroke="black" d="M2 30 L30 2 M30 30 L2 2" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 5px; }
      @media (min-width: 767px), print {
        .sliding-doors #slidingdoors__overlay .close-btn, .sliding-doors .fillings__overlay .close-btn {
          display: inline-block;
          float: right;
          margin: 50px;
          cursor: pointer; }
          .sliding-doors #slidingdoors__overlay .close-btn:before, .sliding-doors .fillings__overlay .close-btn:before {
            vertical-align: middle;
            display: inline-block;
            margin-top: 0;
            background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="white" stroke="white" d="M2 30 L30 2 M30 30 L2 2" /></svg>');
            transition: transform 0.5s;
            content: " ";
            vertical-align: middle;
            background-size: contain;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            vertical-align: middle;
            margin-bottom: 3px;
            margin-right: 5px; } }
  .sliding-doors #overlay__images, .sliding-doors .overlay__filling-info {
    background: #fff;
    padding: 40px 0px 0px;
    margin: 20px; }
    @media (min-width: 767px), print {
      .sliding-doors #overlay__images, .sliding-doors .overlay__filling-info {
        width: 80%;
        margin: 100px auto; } }
    .sliding-doors #overlay__images img, .sliding-doors .overlay__filling-info img {
      width: 100%;
      height: auto;
      display: block;
      padding: 0px; }
      @media (min-width: 767px), print {
        .sliding-doors #overlay__images img, .sliding-doors .overlay__filling-info img {
          padding: 0px 40px 40px; } }
    .sliding-doors #overlay__images p, .sliding-doors .overlay__filling-info p {
      display: block; }
  .sliding-doors #slidingdoor__tabview {
    display: none; }
    @media (min-width: 767px), print {
      .sliding-doors #slidingdoor__tabview {
        display: block; } }
  .sliding-doors .grid__fillinginfo {
    padding: 0px 15px;
    margin-bottom: 40px;
    display: flex; }
    .sliding-doors .grid__fillinginfo .overlay__column {
      width: 100%; }
      .sliding-doors .grid__fillinginfo .overlay__column .small-italic {
        display: block; }
    .sliding-doors .grid__fillinginfo .asterix {
      color: red; }
  .sliding-doors .filling-color {
    font-weight: bold; }
  .sliding-doors .filling-id {
    color: gray; }
  .sliding-doors .filling-read-more {
    text-decoration: underline;
    cursor: pointer; }
  .sliding-doors #slidingdoor__dropdown-view {
    display: block; }
    @media (min-width: 767px), print {
      .sliding-doors #slidingdoor__dropdown-view {
        display: none; } }
  .sliding-doors .slidingdoors__doortabs {
    display: flex;
    font-size: 14px; }
    .sliding-doors .slidingdoors__doortabs .doortab {
      background: #fff;
      border: 1px solid #000;
      border-right: 0px;
      padding: 10px 7px;
      height: 45px;
      margin-top: 3px;
      cursor: pointer; }
      @media (min-width: 991px), print {
        .sliding-doors .slidingdoors__doortabs .doortab {
          padding: 10px 20px; } }
      .sliding-doors .slidingdoors__doortabs .doortab.active {
        border-bottom: 0px;
        font-weight: bold;
        height: 51px;
        z-index: 2;
        margin-top: -3px;
        border-right: 1px solid #000; }
      .sliding-doors .slidingdoors__doortabs .doortab.active + div {
        border-left: 0px; }
      .sliding-doors .slidingdoors__doortabs .doortab:last-child {
        border-right: 1px solid #000; }
  .sliding-doors .filter-fillings {
    display: flex;
    flex-direction: column; }
    @media (min-width: 767px), print {
      .sliding-doors .filter-fillings {
        flex-direction: row;
        padding: 20px 0px; } }
    .sliding-doors .filter-fillings .dropdownn {
      width: 100%;
      position: relative;
      padding-bottom: 5px; }
      @media (min-width: 767px), print {
        .sliding-doors .filter-fillings .dropdownn {
          width: 25%;
          margin-right: 5px; } }
    .sliding-doors .filter-fillings .dropdown-content {
      display: none; }
    .sliding-doors .filter-fillings .dropdown-content.show {
      display: block;
      float: none;
      z-index: 100;
      overflow: hidden;
      position: absolute;
      background: #fff;
      width: 100%; }
    .sliding-doors .filter-fillings .dropbtn {
      background: #fff;
      width: 100%;
      border: 1px solid #cfcdc9;
      height: 48px;
      position: relative;
      border-radius: 3px;
      cursor: pointer; }
      .sliding-doors .filter-fillings .dropbtn .label {
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-content: space-around;
        align-items: center;
        padding: 0px 5px; }
        .sliding-doors .filter-fillings .dropbtn .label:after {
          display: inline-block;
          top: 10px;
          right: 10px;
          background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M30 12 L16 24 2 12" /></svg>');
          transition: transform 0.5s;
          content: " ";
          background-size: cover;
          width: 20px;
          height: 20px;
          vertical-align: sub;
          margin-left: 25px; }
    .sliding-doors .filter-fillings .options-group__content {
      border: 1px solid #cfcdc9; }
      .sliding-doors .filter-fillings .options-group__content .options-group__item {
        padding: 15px 15px 0; }
        .sliding-doors .filter-fillings .options-group__content .options-group__item .options-group__option {
          float: right; }
    .sliding-doors .filter-fillings .filter-slidingdoors__picker {
      width: 19%; }
      .sliding-doors .filter-fillings .filter-slidingdoors__picker .selectric {
        border: 1px solid #CFCDC9; }
    .sliding-doors .filter-fillings .selectric-items li {
      border-top: none;
      border-bottom: none; }
  .sliding-doors .container {
    display: block;
    position: relative;
    padding: 6px 15px 6px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .sliding-doors .container:hover {
      background-color: #ecebea; }
  .sliding-doors .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .sliding-doors .checkmark {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ecebea;
    left: unset; }
  .sliding-doors .container input:disabled ~ .checkmark {
    background: #ecebea; }
  .sliding-doors .disabled {
    color: #ecebea; }
  .sliding-doors .container input:checked ~ .checkmark {
    background-color: #fff; }
  .sliding-doors .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .sliding-doors .container input:checked ~ .checkmark:after {
    display: block; }
  .sliding-doors .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .sliding-doors .slidingdoors__container {
    display: none;
    width: 100% !important;
    padding-top: 50px;
    border: 1px solid #000;
    margin-top: -1px; }
    .sliding-doors .slidingdoors__container.active {
      display: block !important; }
    .sliding-doors .slidingdoors__container .grid__tabcard {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .sliding-doors .slidingdoors__container .grid__tabcard .griditem {
        width: 30%;
        margin-left: 32px;
        margin-bottom: 32px; }
        .sliding-doors .slidingdoors__container .grid__tabcard .griditem h4 {
          margin: 20px 0px; }
        .sliding-doors .slidingdoors__container .grid__tabcard .griditem p {
          margin: 20px 0px; }
        .sliding-doors .slidingdoors__container .grid__tabcard .griditem a {
          color: #000; }
  .sliding-doors .tracksets__table {
    width: 100%;
    padding: 40px;
    font-size: 0.7rem; }
    @media (min-width: 767px), print {
      .sliding-doors .tracksets__table {
        font-size: 0.9rem; } }
    .sliding-doors .tracksets__table tr:first-child {
      border-bottom: 1px solid #000; }
      .sliding-doors .tracksets__table tr:first-child td {
        padding: 0px 20px; }
    .sliding-doors .tracksets__table tr td {
      border-right: 1px solid #000;
      padding: 20px; }
      .sliding-doors .tracksets__table tr td:first-child {
        padding-left: 0px; }
      .sliding-doors .tracksets__table tr td:last-child {
        border-right: 0px; }
  .sliding-doors__image {
    margin-bottom: 15px; }
  .sliding-doors__facts {
    /*display: flex;
        flex-direction: column;
        flex: 0 0 auto;

        @include screen-small {
            flex-direction: row;
        }*/ }
    .sliding-doors__facts .facts-info {
      margin-top: 30px; }
      .sliding-doors__facts .facts-info ul {
        padding-left: 20px; }
  .sliding-doors__collapser {
    width: 100% !important;
    cursor: pointer; }
    .sliding-doors__collapser .collapser-box {
      border-radius: 3px; }
      .sliding-doors__collapser .collapser-box h3 {
        margin: 0px; }
  .sliding-doors__fillings p {
    margin: 0; }
  .sliding-doors .pdf.list-item {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    padding: 10px; }
  .sliding-doors .dimensions-extra-info {
    font-size: .9rem;
    line-height: 1rem;
    font-weight: normal; }

.sliding-doors__help-section {
  display: inline-grid;
  padding-bottom: 25px; }
  .sliding-doors__help-section a {
    color: #000; }

.cta-buttons {
  display: flex;
  flex-direction: column; }
  @media (min-width: 991px), print {
    .cta-buttons {
      flex-direction: row; } }
  .cta-buttons a:first-child {
    margin-bottom: 5px; }
    @media (min-width: 991px), print {
      .cta-buttons a:first-child {
        flex-grow: 2;
        margin-right: 10px;
        margin-bottom: 0px; } }

.article-page__image {
  display: none; }
  @media (min-width: 767px), print {
    .article-page__image {
      display: block;
      position: relative; } }
  .article-page__image img {
    cursor: pointer;
    border: 1px solid #c4c4c4; }

.article-page__description {
  flex-direction: column;
  text-align: left; }
  .article-page__description h2, .article-page__description h3, .article-page__description h4 {
    margin: 0; }
  .article-page__description ul {
    list-style-position: inside; }

.article-price {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (min-width: 991px), print {
    .article-price {
      font-size: 1.3rem;
      line-height: 1.6rem; } }

.article-detail #slider-images__mobileview {
  display: block; }
  @media (min-width: 767px), print {
    .article-detail #slider-images__mobileview {
      display: none; } }
  .article-detail #slider-images__mobileview .slick-list {
    height: unset !important; }

.article-detail .slider-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px; }
  .article-detail .slider-images a {
    flex: 0 0 25%;
    text-align: center;
    width: 25%;
    position: relative;
    padding-right: 10px; }
    .article-detail .slider-images a:first-child {
      flex: 0 1 100%;
      margin-bottom: 10px;
      padding-right: 0px; }
    .article-detail .slider-images a:last-child {
      padding-right: 0px; }
    .article-detail .slider-images a img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .article-detail .slider-images a:last-child #overlay-small {
      position: absolute;
      display: block !important;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 2;
      cursor: pointer; }
    .article-detail .slider-images a:last-child #overlay-small__text {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 22px;
      color: white;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }

.article-detail .js-main-image {
  opacity: 1;
  transition: opacity 180ms ease-in-out; }

.article-detail .js-main-image.is-fading-out {
  opacity: 0; }

.article-detail .js-main-image.is-fading-in {
  opacity: 0; }

.article-detail .color-picker-color {
  padding-right: 10px;
  align-items: center;
  font-size: 0.675rem;
  cursor: pointer;
  position: relative; }
  .article-detail .color-picker-color input {
    display: none;
    visibility: hidden;
    position: absolute; }
  .article-detail .color-picker-color:first-child {
    padding: 0 10px 0 0; }
  .article-detail .color-picker-color:before {
    display: block;
    content: " ";
    width: 45px;
    height: 45px;
    border: 1px solid #aaa; }
  .article-detail .color-picker-color--black:before, .article-detail .color-picker-color--Black:before, .article-detail .color-picker-color--matteblack:before, .article-detail .color-picker-color--Matteblack:before, .article-detail .color-picker-color--DNTMatteblack:before, .article-detail .color-picker-color--dntmatteblack:before {
    background: #2D2926;
    border: 1px solid #aaa; }
  .article-detail .color-picker-color--white:before, .article-detail .color-picker-color--White:before, .article-detail .color-picker-color--DNTWhite:before, .article-detail .color-picker-color--dntwhite:before, .article-detail .color-picker-color--whitedecor:before {
    background: white;
    border: 1px solid #aaa; }
  .article-detail .color-picker-color--platinum:before, .article-detail .color-picker-color--Platinum:before {
    background: #bbbbbb; }
  .article-detail .color-picker-color--grey:before, .article-detail .color-picker-color--Grey:before, .article-detail .color-picker-color--DNTGrey:before, .article-detail .color-picker-color--dntgrey:before, .article-detail .color-picker-color--matte-grey:before, .article-detail .color-picker-color--Matte-grey:before, .article-detail .color-picker-color--mattegrey:before, .article-detail .color-picker-color--greydecor:before {
    background: #999999; }
  .article-detail .color-picker-color--graphite:before, .article-detail .color-picker-color--Graphite:before, .article-detail .color-picker-color--Matte:before, .article-detail .color-picker-color--matte:before {
    background: #444444; }
  .article-detail .color-picker-color--chrome:before, .article-detail .color-picker-color--Chrome:before {
    background: #C7C4B9; }
  .article-detail .color-picker-color--chrome-translucent:before, .article-detail .color-picker-color--Chrome-Translucent:before {
    background: white;
    border: 1px solid #aaa; }
  .article-detail .color-picker-color--silver:before, .article-detail .color-picker-color--Silver:before {
    background: #eeeeee; }
  .article-detail .color-picker-color--translucent:before {
    background: #eaeaeb;
    border: 1px solid #aaa; }
  .article-detail .color-picker-color--white-white:before, .article-detail .color-picker-color--White-White:before {
    background: white;
    border: 1px solid #aaa; }
  .article-detail .color-picker-color--grey-grey:before, .article-detail .color-picker-color--Grey-Grey:before, .article-detail .color-picker-color--mattegrey-grey:before, .article-detail .color-picker-color Mattegrey-Grey:before {
    background: #999999; }
  .article-detail .color-picker-color--platinum-grey:before, .article-detail .color-picker-color--Platinum-Grey:before, .article-detail .color-picker-color--platinum-grey-translucent:before, .article-detail .color-picker-color--Platinum-Grey-Translucent:before {
    background-image: linear-gradient(90deg, #bbbbbb 51%, #999999 50%); }
  .article-detail .color-picker-color--graphite-grey:before, .article-detail .color-picker-color--Graphite-Grey:before, .article-detail .color-picker-color--graphite-grey-translucent:before, .article-detail .color-picker-color--Graphite-Grey-Translucent:before {
    background-image: linear-gradient(90deg, #444444 51%, #999999 50%); }
  .article-detail .color-picker-color--matte-grey-grey:before, .article-detail .color-picker-color--Matte-grey-Grey:before {
    background-image: linear-gradient(90deg, #999999 51%, #999999 50%); }
  .article-detail .color-picker-color--matte-grey-white:before, .article-detail .color-picker-color--Matte-grey-White:before, .article-detail .color-picker-color--Grey-White:before, .article-detail .color-picker-color--grey-white:before {
    background-image: linear-gradient(90deg, #999999 51%, #f8f7f1 50%); }
  .article-detail .color-picker-color--matte-grey-natural-birch:before, .article-detail .color-picker-color--Matte-grey-Natural-Birch:before, .article-detail .color-picker-color--Grey-Natural-Birch:before, .article-detail .color-picker-color--grey-natural-birch:before {
    background-image: linear-gradient(90deg, #999999 51%, #edd8bc 50%); }
  .article-detail .color-picker-color--matte-white-grey:before, .article-detail .color-picker-color--Matte-white-Grey:before, .article-detail .color-picker-color--d_mattewhite_mattegrey:before, .article-detail .color-picker-color--White-Grey:before, .article-detail .color-picker-color--white-grey:before {
    background-image: linear-gradient(90deg, #f8f7f1 51%, #999999 50%); }
  .article-detail .color-picker-color--matte-white-natural-birch:before, .article-detail .color-picker-color--Matte-white-Natural-Birch:before, .article-detail .color-picker-color--White-Natural-Birch:before, .article-detail .color-picker-color--white-natural-birch:before {
    background-image: linear-gradient(90deg, #f8f7f1 51%, #edd8bc 50%); }
  .article-detail .color-picker-color--naturalbirch:before, .article-detail .color-picker-color--dnaturalbirch:before, .article-detail .color-picker-color--Natural-Birch:before {
    background: #edd8bc; }
  .article-detail .color-picker-color--paintedchrome:before, .article-detail .color-picker-color--Paintedchrome:before {
    background: #C7C4B9; }
  .article-detail .color-picker-color--white40002:before, .article-detail .color-picker-color--White40002:before {
    background: #f8f7f1; }
  .article-detail .color-picker-color--softwhite40008:before, .article-detail .color-picker-color--Softwhite40008:before {
    background: #f9f7eb; }
  .article-detail .color-picker-color--whiteavola40068:before, .article-detail .color-picker-color--Whiteavola40068:before {
    background: #eae5e6; }
  .article-detail .color-picker-color--satinwhite:before, .article-detail .color-picker-color--Satinwhite:before {
    background: #f7f8f4; }
  .article-detail .color-picker-color--charcoaloak:before, .article-detail .color-picker-color--Charcoaloak:before {
    background: #434343; }
  .article-detail .color-picker-color--sensibleoak40004:before, .article-detail .color-picker-color--Sensibleoak40004:before {
    background: #d0a78e; }
  .article-detail .color-picker-color--brushedsilver:before, .article-detail .color-picker-color--Brushedsilver:before {
    background: #aeaeae; }
  .article-detail .color-picker-color--oilrubbedbronze:before, .article-detail .color-picker-color--Oilrubbedbronze:before {
    background: #373737; }
  .article-detail .color-picker-color--brown:before, .article-detail .color-picker-color--Brown:before {
    background: #723f24; }
  .article-detail .color-picker-color--zincplated:before, .article-detail .color-picker-color--Zincplated:before {
    background: #c2ccd4; }
  .article-detail .color-picker-color--brass:before, .article-detail .color-picker-color--Brass:before {
    background: #b09354; }

.article-detail .selected:before {
  border: 2px solid black; }

.article-detail .article-page__collapser {
  width: 100%;
  cursor: pointer;
  border-top: 2px solid #c4c4c4;
  z-index: 1; }
  .article-detail .article-page__collapser:last-child {
    border-bottom: 2px solid #c4c4c4; }
  .article-detail .article-page__collapser .pdf-list {
    justify-content: space-between; }
  .article-detail .article-page__collapser .pdf-container {
    width: 100%;
    padding: 0px; }
    @media (min-width: 767px), print {
      .article-detail .article-page__collapser .pdf-container {
        width: 48%; } }
  .article-detail .article-page__collapser .pdf.list-item {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    padding: 10px; }

.article-detail .collapser-box {
  padding: 15px 10px; }

.article-detail .dropdown__container {
  padding: 10px; }

.article-detail .specification__row {
  padding: 12px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .article-detail .specification__row:not(:last-child) {
    border-bottom: 1px solid #c4c4c4; }
  .article-detail .specification__row .instruction-text {
    max-width: 60%; }

.article-list-item {
  flex-direction: row;
  position: relative;
  height: 100%;
  display: flex; }
  .article-list-item img {
    height: 80px;
    width: auto; }
    @media (min-width: 767px), print {
      .article-list-item img {
        max-height: 130px;
        max-width: 130px;
        height: auto;
        align-self: center; } }
    @media print {
      .article-list-item img {
        height: 100px !important; } }
  .article-list-item__content {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 0 0 0 10px; }
    @media (min-width: 767px), print {
      .article-list-item__content {
        padding: 15px 30px; } }
    @media print {
      .article-list-item__content {
        padding: 15px; }
        .article-list-item__content h4 {
          font-size: 1rem;
          line-height: 1rem; } }
  .article-list-item__price {
    margin-top: 10px;
    text-align: right; }
    @media (min-width: 767px), print {
      .article-list-item__price {
        position: absolute;
        right: 20px;
        bottom: 15px; } }
    @media (min-width: 991px), print {
      .article-list-item__price {
        right: 40px; } }
  @media print {
    .article-list-item {
      height: auto; } }
  .article-list-item--mobile {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%; }
    @media (min-width: 767px), print {
      .article-list-item--mobile {
        display: none; } }
  .article-list-item--desktop {
    display: none; }
    @media (min-width: 767px), print {
      .article-list-item--desktop {
        display: flex; } }

.article-list-item-mobile-container {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap; }
  .article-list-item-mobile-container__price {
    display: flex;
    al: flex-end;
    width: 100%;
    flex-direction: column;
    text-align: right; }
    .article-list-item-mobile-container__price padding {
      position: absolute; }

.article-list-add-to-cart {
  display: flex;
  justify-content: space-between;
  width: 150px;
  align-items: center; }
  .article-list-add-to-cart__add {
    display: inline-block; }
    .article-list-add-to-cart__add:before {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M16 2 L16 30 M2 16 L30 16" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }
  .article-list-add-to-cart__remove {
    display: inline-block; }
    .article-list-add-to-cart__remove:before {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M2 30 L30 2 M30 30 L2 2" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }
  .article-list-add-to-cart__subtract {
    display: inline-block; }
    .article-list-add-to-cart__subtract:before {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M2 16 L30 16" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }
  .article-list-add-to-cart__quantity:before {
    content: attr(data-count); }

.product-line--hero .image-fullwidth__inner {
  padding-top: 190px;
  padding-bottom: 130px; }

.product-line__details {
  text-align: center;
  padding-top: 40px; }
  .product-line__details h2 {
    font-size: 2rem;
    line-height: 2.375rem;
    font-weight: 500;
    line-height: normal;
    font-family: "Prata-Elfa-Regular", "Open Sans", "VAG Light", "Open Sans", "Arial";
    text-align: center; }
  .product-line__details .divider-line {
    border-bottom: 2px solid #000;
    width: 60px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px; }

.product-line-filter {
  padding-top: 60px; }
  .product-line-filter h2 {
    font-size: 2rem;
    line-height: 2.375rem;
    font-weight: 500;
    line-height: normal;
    font-family: "Prata-Elfa-Regular", "Open Sans", "VAG Light", "Open Sans", "Arial";
    text-align: center; }
  .product-line-filter .divider-line {
    border-bottom: 2px solid #000;
    width: 60px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px; }
  .product-line-filter-filters {
    margin-top: 60px;
    padding: 20px 0px !important;
    position: sticky;
    background: white;
    top: -1px;
    z-index: 4; }
    .product-line-filter-filters select {
      padding: 10px 15px;
      border-radius: 20px;
      background-color: #f1f1f1;
      border-color: #ddd;
      font-size: 0.9rem;
      margin-left: 10px;
      margin-bottom: 6px; }
      @media (min-width: 767px), print {
        .product-line-filter-filters select:first-child {
          margin-left: 25px; } }
    .product-line-filter-filters.is-pinned {
      box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
    .product-line-filter-filters .filter--result {
      display: inline-block; }
  .product-line-filter--box .js-filtered-list {
    display: flex;
    flex-wrap: wrap; }
  .product-line-filter--box .product-line__list {
    flex-wrap: wrap;
    display: flex;
    overflow: none; }
  .product-line-filter--box .product-line-list-item {
    border-bottom: 1px solid #f1f1f1; }
    .product-line-filter--box .product-line-list-item .list-item__content {
      padding: 0px; }
    .product-line-filter--box .product-line-list-item h2 {
      text-align: left;
      font-size: 1.2rem;
      font-weight: 600;
      font-family: "Open Sans", "Arial"; }
    .product-line-filter--box .product-line-list-item h3 {
      font-size: 1.4rem; }
    .product-line-filter--box .product-line-list-item .list-item__description {
      line-height: 1.2rem;
      font-size: 0.8rem; }

.product-line__list {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  margin: 0px auto; }
  .product-line__list .product-line-list-item {
    min-width: 360px;
    text-align: left; }
    .product-line__list .product-line-list-item #slider-images__mobileview {
      display: block;
      margin: 0px; }
      .product-line__list .product-line-list-item #slider-images__mobileview .slick-list, .product-line__list .product-line-list-item #slider-images__mobileview .slick-current {
        height: 346px !important; }
      @media (min-width: 767px), print {
        .product-line__list .product-line-list-item #slider-images__mobileview {
          display: none; } }
    .product-line__list .product-line-list-item .image-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
      display: none; }
      @media (min-width: 767px), print {
        .product-line__list .product-line-list-item .image-wrapper {
          display: block; } }
      .product-line__list .product-line-list-item .image-wrapper .main-image,
      .product-line__list .product-line-list-item .image-wrapper .secondary-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease-in-out; }
      .product-line__list .product-line-list-item .image-wrapper .main-image {
        opacity: 1;
        position: relative; }
      .product-line__list .product-line-list-item .image-wrapper .secondary-image {
        opacity: 0; }
      .product-line__list .product-line-list-item .image-wrapper:hover .main-image {
        opacity: 0; }
      .product-line__list .product-line-list-item .image-wrapper:hover .secondary-image {
        opacity: 1; }
      .product-line__list .product-line-list-item .image-wrapper:not(:has(.secondary-image)):hover .main-image {
        opacity: 1; }
    .product-line__list .product-line-list-item .hover-image {
      aspect-ratio: 1/1; }
    .product-line__list .product-line-list-item .list-item__content {
      padding: 40px; }
      .product-line__list .product-line-list-item .list-item__content .list-item__meassurment {
        min-height: 24px;
        margin-bottom: 15px; }
        .product-line__list .product-line-list-item .list-item__content .list-item__meassurment h5 {
          margin-bottom: 0px; }
          .product-line__list .product-line-list-item .list-item__content .list-item__meassurment h5 span {
            font-weight: 400; }
    .product-line__list .product-line-list-item .list-item__bottom {
      text-align: center; }
  .product-line__list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5; }
  .product-line__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

#filter-list-wrapper .list-item__content {
  padding: 20px; }

.list-item {
  text-align: left;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-item {
      display: block !important; }
      .list-item a {
        height: 100%; } }
  .list-item img {
    width: 100%; }
  .list-item__content {
    padding: 30px 15px;
    /*h4 {
            height: 100%;
        }*/
    flex-direction: column;
    display: flex;
    flex: 1;
    align-items: stretch; }
    .list-item__content--dense {
      padding: 15px !important; }
    .list-item__content--nopadding {
      padding: 0px !important;
      padding-top: 25px !important; }
    @media (min-width: 991px), print {
      .list-item__content {
        padding: 60px; } }
    .list-item__content button {
      margin-top: 15px; }
  .list-item__pricerange {
    margin-bottom: 30px; }
    .list-item__pricerange span {
      font-weight: bold; }
  .list-item__price:before {
    content: attr(data-pricetext); }
  .list-item__social {
    display: flex;
    justify-content: space-between; }
  .list-item__bottom {
    margin-top: auto; }
  .list-item__meassure {
    margin-bottom: 30px; }
  .list-item__my-pages {
    margin-top: 10px; }
  .list-item__colors {
    display: flex;
    margin-bottom: 15px; }

.list-item-color {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.675rem; }
  .list-item-color:first-child {
    padding: 0 10px 0 0; }
  .list-item-color:before {
    border-radius: 50%;
    display: block;
    content: " ";
    width: 14px;
    height: 14px;
    border: 1px solid lightgray; }
  .list-item-color--black:before, .list-item-color--Black:before, .list-item-color--matteblack:before, .list-item-color--Matteblack:before, .list-item-color--DNTMatteblack:before, .list-item-color--dntmatteblack:before {
    background: #2D2926;
    border: 1px solid #aaa; }
  .list-item-color--white:before, .list-item-color--White:before, .list-item-color--DNTWhite:before, .list-item-color--dntwhite:before, .list-item-color--whitedecor:before {
    background: white;
    border: 1px solid #aaa; }
  .list-item-color--platinum:before, .list-item-color--Platinum:before {
    background: #bbbbbb; }
  .list-item-color--grey:before, .list-item-color--Grey:before, .list-item-color--DNTGrey:before, .list-item-color--dntgrey:before, .list-item-color--matte-grey:before, .list-item-color--Matte-grey:before, .list-item-color--mattegrey:before, .list-item-color--greydecor:before {
    background: #999999; }
  .list-item-color--graphite:before, .list-item-color--Graphite:before, .list-item-color--Matte:before, .list-item-color--matte:before {
    background: #444444; }
  .list-item-color--chrome:before, .list-item-color--Chrome:before {
    background: #C7C4B9; }
  .list-item-color--chrome-translucent:before, .list-item-color--Chrome-Translucent:before {
    background: white;
    border: 1px solid #aaa; }
  .list-item-color--silver:before, .list-item-color--Silver:before {
    background: #eeeeee; }
  .list-item-color--translucent:before {
    background: #eaeaeb;
    border: 1px solid #aaa; }
  .list-item-color--white-white:before, .list-item-color--White-White:before {
    background: white;
    border: 1px solid #aaa; }
  .list-item-color--grey-grey:before, .list-item-color--Grey-Grey:before, .list-item-color--mattegrey-grey:before, .list-item-color Mattegrey-Grey:before {
    background: #999999; }
  .list-item-color--platinum-grey:before, .list-item-color--Platinum-Grey:before, .list-item-color--platinum-grey-translucent:before, .list-item-color--Platinum-Grey-Translucent:before {
    background-image: linear-gradient(90deg, #bbbbbb 51%, #999999 50%); }
  .list-item-color--graphite-grey:before, .list-item-color--Graphite-Grey:before, .list-item-color--graphite-grey-translucent:before, .list-item-color--Graphite-Grey-Translucent:before {
    background-image: linear-gradient(90deg, #444444 51%, #999999 50%); }
  .list-item-color--matte-grey-grey:before, .list-item-color--Matte-grey-Grey:before {
    background-image: linear-gradient(90deg, #999999 51%, #999999 50%); }
  .list-item-color--matte-grey-white:before, .list-item-color--Matte-grey-White:before, .list-item-color--Grey-White:before, .list-item-color--grey-white:before {
    background-image: linear-gradient(90deg, #999999 51%, #f8f7f1 50%); }
  .list-item-color--matte-grey-natural-birch:before, .list-item-color--Matte-grey-Natural-Birch:before, .list-item-color--Grey-Natural-Birch:before, .list-item-color--grey-natural-birch:before {
    background-image: linear-gradient(90deg, #999999 51%, #edd8bc 50%); }
  .list-item-color--matte-white-grey:before, .list-item-color--Matte-white-Grey:before, .list-item-color--d_mattewhite_mattegrey:before, .list-item-color--White-Grey:before, .list-item-color--white-grey:before {
    background-image: linear-gradient(90deg, #f8f7f1 51%, #999999 50%); }
  .list-item-color--matte-white-natural-birch:before, .list-item-color--Matte-white-Natural-Birch:before, .list-item-color--White-Natural-Birch:before, .list-item-color--white-natural-birch:before {
    background-image: linear-gradient(90deg, #f8f7f1 51%, #edd8bc 50%); }
  .list-item-color--naturalbirch:before, .list-item-color--dnaturalbirch:before, .list-item-color--Natural-Birch:before {
    background: #edd8bc; }
  .list-item-color--paintedchrome:before, .list-item-color--Paintedchrome:before {
    background: #C7C4B9; }
  .list-item-color--white40002:before, .list-item-color--White40002:before {
    background: #f8f7f1; }
  .list-item-color--softwhite40008:before, .list-item-color--Softwhite40008:before {
    background: #f9f7eb; }
  .list-item-color--whiteavola40068:before, .list-item-color--Whiteavola40068:before {
    background: #eae5e6; }
  .list-item-color--satinwhite:before, .list-item-color--Satinwhite:before {
    background: #f7f8f4; }
  .list-item-color--charcoaloak:before, .list-item-color--Charcoaloak:before {
    background: #434343; }
  .list-item-color--sensibleoak40004:before, .list-item-color--Sensibleoak40004:before {
    background: #d0a78e; }
  .list-item-color--brushedsilver:before, .list-item-color--Brushedsilver:before {
    background: #aeaeae; }
  .list-item-color--oilrubbedbronze:before, .list-item-color--Oilrubbedbronze:before {
    background: #373737; }
  .list-item-color--brown:before, .list-item-color--Brown:before {
    background: #723f24; }
  .list-item-color--zincplated:before, .list-item-color--Zincplated:before {
    background: #c2ccd4; }
  .list-item-color--brass:before, .list-item-color--Brass:before {
    background: #b09354; }

.list-item-content-dens {
  padding: 15px;
  font-size: 0.8rem; }
  .list-item-content-dens a {
    line-height: 1.15; }
  .list-item-content-dens__content {
    margin-bottom: 30px; }
    .list-item-content-dens__content div {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
  .list-item-content-dens__btns {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
    .list-item-content-dens__btns button, .list-item-content-dens__btns a {
      flex: 0 1 48%; }
      .list-item-content-dens__btns button--single, .list-item-content-dens__btns a--single {
        flex: 0 1 100%; }

.list-item__alternatives {
  padding: 10px 0px; }
  .list-item__alternatives p {
    font-size: 0.83rem;
    margin: 0;
    line-height: initial; }

.simple-list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%; }
  .simple-list-item__content {
    padding: 20px;
    text-align: center; }
  .simple-list-item > a {
    height: 100%; }

.icon--new {
  display: none; }
  @media (min-width: 767px), print {
    .icon--new {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      width: 80px;
      background-color: #D7C4B7 !important;
      border-radius: 50%;
      position: absolute;
      right: 10px;
      top: -30px; }
      .icon--new p {
        color: #000;
        font-family: "Prata-Elfa-Regular","Open Sans","VAG Light","Open Sans","Arial";
        font-size: 1.3rem;
        margin: 0px; } }

.icon--new__small {
  display: none; }
  @media (min-width: 767px), print {
    .icon--new__small {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      width: 60px;
      background-color: #D7C4B7 !important;
      border-radius: 50%;
      position: absolute;
      right: 5px;
      top: -20px; }
      .icon--new__small p {
        color: #000;
        font-family: "Prata-Elfa-Regular","Open Sans","VAG Light","Open Sans","Arial";
        font-size: 0.85rem;
        margin: 0px; } }

.my-likes {
  flex-direction: column; }
  .my-likes__content {
    margin-bottom: 30px !important; }

.my-profile {
  max-width: 600px;
  margin: auto; }
  .my-profile .profile-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; }
  .my-profile .check-box {
    margin-right: 10px; }
  .my-profile #Email {
    background-color: #fafafa; }

.checkout {
  max-width: 800px;
  margin: 0 auto; }
  .checkout__klarna-wrapper {
    background-color: #fff;
    padding: 30px;
    margin: 0px; }
    .checkout__klarna-wrapper h1 {
      padding-left: 20px; }
  .checkout__cart {
    text-align: left;
    display: block;
    width: 100%; }
  .checkout__klarna {
    margin-top: 0px;
    width: 100%; }
    .checkout__klarna #klarna-checkout-container {
      overflow-x: unset !important;
      margin: 0px; }
  .checkout .cart-items {
    display: flex;
    flex-direction: column;
    padding: 0 15px; }
    .checkout .cart-items__item {
      padding: 15px 10px;
      border-bottom: 1px solid #ccc;
      display: flex;
      justify-content: space-between; }
      .checkout .cart-items__item--total {
        justify-content: flex-end;
        border: none; }

.hero-fullwidth {
  text-align: center;
  position: relative; }
  .hero-fullwidth__background {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50%;
    height: auto;
    display: flex; }
  .hero-fullwidth__row {
    max-width: 1280px; }
    @media (min-width: 767px), print {
      .hero-fullwidth__row {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        max-width: 1280px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
  .hero-fullwidth__caption-box {
    padding: 30px;
    z-index: 2;
    background-color: #e4e3de;
    margin: 0px 15px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .hero-fullwidth__caption-box {
        height: 90% !important; } }
    @media (min-width: 767px), print {
      .hero-fullwidth__caption-box {
        width: 32%; } }
    @media (min-width: 991px), print {
      .hero-fullwidth__caption-box {
        width: 42%; } }
    .hero-fullwidth__caption-box__inner {
      display: flex;
      align-items: center;
      flex-direction: column;
      /*padding: 32px;*/ }
      .hero-fullwidth__caption-box__inner h1 {
        margin: 0;
        color: inherit; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .hero-fullwidth__caption-box__inner h1 {
            width: 100%; } }
      .hero-fullwidth__caption-box__inner a {
        margin-top: 20px; }
      @media (min-width: 767px), print {
        .hero-fullwidth__caption-box__inner {
          padding: 20px; } }
      @media (min-width: 991px), print {
        .hero-fullwidth__caption-box__inner {
          padding: 50px 0;
          overflow: hidden; } }
    @media (min-width: 767px), print {
      .hero-fullwidth__caption-box--reverse {
        position: absolute;
        right: 0; } }

.hero-image-with-text {
  position: relative;
  inline-size: 100%; }
  .hero-image-with-text__media {
    display: block; }
  .hero-image-with-text__img {
    display: block;
    inline-size: 100%;
    height: auto;
    object-fit: cover; }
  .hero-image-with-text__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none; }
  .hero-image-with-text__content {
    position: absolute;
    gap: 0.75rem;
    max-inline-size: 60ch;
    padding: clamp(0.75rem, 2vw, 1.5rem);
    color: #fff;
    z-index: 1; }
    .hero-image-with-text__content.is-center-text {
      text-align: center; }
      .hero-image-with-text__content.is-center-text .btn {
        margin: 0px auto; }
    .hero-image-with-text__content .hero-image-with-text__description {
      margin: 10px 0; }
    .hero-image-with-text__content .btn {
      width: fit-content; }
  @media (max-width: 767px) {
    .hero-image-with-text .mobile--pos--center-center {
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: column; }
    .hero-image-with-text .mobile--pos--top-center {
      inset-block-start: 1rem;
      inset-inline: 0;
      margin-inline: auto; }
    .hero-image-with-text .mobile--pos--bottom-center {
      inset-block-end: 1rem;
      inset-inline: 0;
      margin-inline: auto; }
    .hero-image-with-text .mobile--pos--center-left {
      inset-block: 0;
      inset-inline-start: 1rem;
      display: flex;
      text-align: left;
      flex-direction: column;
      justify-content: center; }
    .hero-image-with-text .mobile--pos--center-right {
      inset-block: 0;
      inset-inline-end: 1rem;
      display: flex;
      align-items: center;
      text-align: right; } }
  @media (min-width: 767px), print {
    .hero-image-with-text .pos--center-center {
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: column;
      margin-inline: auto;
      gap: 0; }
      .hero-image-with-text .pos--center-center h2 {
        margin-bottom: 0; }
    .hero-image-with-text .pos--top-center {
      inset-block-start: 2rem;
      inset-inline: 0;
      margin-inline: auto; }
    .hero-image-with-text .pos--bottom-center {
      inset-block-end: 2rem;
      inset-inline: 0;
      margin-inline: auto; }
    .hero-image-with-text .pos--center-left {
      inset-block: 0;
      inset-inline-start: 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 0; }
      .hero-image-with-text .pos--center-left h2 {
        margin-bottom: 0; }
    .hero-image-with-text .pos--center-right {
      inset-block: 0;
      inset-inline-end: 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 0; }
      .hero-image-with-text .pos--center-right h2 {
        margin-bottom: 0; } }

.card {
  margin-bottom: 30px;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column; }
  .card img {
    width: 100%;
    flex-shrink: 0; }
  .card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px 30px 30px;
    line-height: 1rem;
    text-align: center;
    height: 100%; }
    .card__content p {
      flex-grow: 1; }
    .card__content a {
      margin-top: 0px;
      width: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .card__content {
        display: block !important; }
        .card__content p {
          width: 100%; } }
    .card__content--align-left {
      text-align: left;
      align-items: flex-start; }
      .card__content--align-left a {
        align-self: center; }
  @media (min-width: 767px), print {
    .card__content {
      padding: 40px 50px 50px 50px; }
      .card__content a {
        margin-top: 0px;
        width: auto; } }

.teaser--link {
  color: unset;
  text-decoration: unset;
  cursor: pointer; }

.teaser-with-image {
  display: flex;
  align-items: center; }
  .teaser-with-image__cta {
    margin-top: 30px; }
  @media (min-width: 767px), print {
    .teaser-with-image--reverse {
      flex-direction: row-reverse !important; } }
  .teaser-with-image__content {
    display: flex;
    flex: 1;
    width: 100%;
    min-height: 385px;
    flex-direction: column;
    height: 50%;
    justify-content: center;
    padding: 40px;
    align-items: center; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .teaser-with-image__content {
        display: block !important; }
        .teaser-with-image__content p {
          width: 100%; } }
    @media (min-width: 576px) {
      .teaser-with-image__content {
        height: 100%;
        min-height: 100%;
        width: 50%;
        align-items: start;
        text-align: left; } }

@supports (display: grid) {
  .teaser-with-image {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    width: 100%; }
    @media (min-width: 576px) {
      .teaser-with-image {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr; }
        .teaser-with-image.one-third {
          grid-template-columns: 1fr 2fr; }
        .teaser-with-image.two-third {
          grid-template-columns: 2fr 1fr; } }
    .teaser-with-image__media {
      width: 100%;
      height: auto; }
      .teaser-with-image__media .teaser-with-image__caption {
        margin: 6px 2px;
        font-style: italic; }
      @media (min-width: 767px), print {
        .teaser-with-image--reverse .teaser-with-image__media {
          order: 2; } }
    .teaser-with-image__content {
      height: 100%;
      width: 100%;
      min-height: 100%; }
      .teaser-with-image--reverse .teaser-with-image__content {
        order: 1; } }

.image-with-quote {
  flex-direction: column;
  display: flex;
  align-items: center; }
  .image-with-quote__img {
    width: 100%;
    height: auto; }
    @media (min-width: 576px) {
      .image-with-quote__img {
        height: auto;
        width: 50%; } }
  .image-with-quote--reverse {
    flex-direction: column-reverse !important; }
    @media (min-width: 576px) {
      .image-with-quote--reverse {
        flex-direction: row-reverse !important; } }
  .image-with-quote__rich-text {
    width: 100%; }
    .image-with-quote__rich-text h1, .image-with-quote__rich-text h2, .image-with-quote__rich-text h3, .image-with-quote__rich-text h4, .image-with-quote__rich-text h5 {
      color: inherit !important; }
  .image-with-quote__content {
    display: flex;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 50%;
    justify-content: center;
    padding: 60px; }
    .image-with-quote__content h1 {
      color: inherit; }
    @media (min-width: 576px) {
      .image-with-quote__content {
        height: 100%;
        min-height: 100%;
        width: 50%; } }
    @media (min-width: 767px), print {
      .image-with-quote__content {
        min-height: unset !important; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .image-with-quote__content {
        min-height: 100% !important;
        height: auto !important; } }
  @media (min-width: 576px) {
    .image-with-quote {
      flex-direction: row; } }

@supports (display: grid) {
  .image-with-quote {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    width: 100%; }
    @media (min-width: 576px) {
      .image-with-quote {
        grid-template-columns: repeat(2, 1fr); } }
    .image-with-quote__img {
      width: 100%;
      height: auto; }
      .image-with-quote--reverse .image-with-quote__img {
        order: 2; }
    .image-with-quote__content {
      height: 100%;
      width: 100%;
      min-height: 100%; }
      .image-with-quote--reverse .image-with-quote__content {
        order: 1; }
      @media (min-width: 767px), print {
        .image-with-quote__content {
          min-height: unset !important; } } }

.image-fullwidth {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  position: relative; }
  .image-fullwidth a {
    text-decoration: unset;
    color: unset; }
  .image-fullwidth__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 100px 50px 90px; }
    .image-fullwidth__inner a {
      margin-top: 20px; }
    .image-fullwidth__inner h1 {
      max-width: 1080px; }
    @media (min-width: 991px), print {
      .image-fullwidth__inner {
        overflow: hidden; } }
    .image-fullwidth--no-background .image-fullwidth__inner {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      padding-top: 0;
      padding-bottom: 0;
      justify-content: center; }
    .image-fullwidth__inner .image-fullwidth__description {
      margin-bottom: 16px; }
      @media (min-width: 767px), print {
        .image-fullwidth__inner .image-fullwidth__description {
          padding: 0px 350px; } }
      .image-fullwidth__inner .image-fullwidth__description p {
        margin-bottom: 0px; }
  .image-fullwidth .bottom-align-cta {
    justify-content: space-around; }
  .image-fullwidth .image-fullwidth__image {
    display: none; }
    @media (min-width: 767px), print {
      .image-fullwidth .image-fullwidth__image {
        width: 100%;
        display: block; } }
  .image-fullwidth .image-fullwidth__image-mobile {
    width: 100%;
    display: block; }
    @media (min-width: 767px), print {
      .image-fullwidth .image-fullwidth__image-mobile {
        display: none; } }

.image-caption {
  margin: 0;
  font-style: italic;
  font-size: .875rem;
  padding: 6px; }
  @media (min-width: 767px), print {
    .image-caption {
      font-size: 1rem; } }

.imagecard-with-overlay {
  position: relative; }
  .imagecard-with-overlay img {
    width: 100%; }
  .imagecard-with-overlay__content {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
    width: 100%;
    padding: 0px 20px;
    text-align: center; }
    .imagecard-with-overlay__content a {
      margin-top: 10px; }
    @media (min-width: 576px) {
      .imagecard-with-overlay__content {
        padding: 135px 60px 120px; }
        .imagecard-with-overlay__content h1 {
          font-size: 2.5rem; }
        .imagecard-with-overlay__content a {
          margin-top: 10px; } }

.clickable-card__link {
  color: unset;
  text-decoration: unset;
  cursor: pointer; }

.image-card-with-text {
  height: 100%; }
  .image-card-with-text .scWebEditInput.scEnabledChrome[scfieldtype="rich text"] {
    width: 100%; }
  .image-card-with-text a {
    text-decoration: none;
    color: black;
    height: 100%;
    /*h1, h2, h3, h4, p {
            flex-grow: 1;
        }*/ }
    .image-card-with-text a p {
      flex-grow: 1; }
  @media (min-width: 767px), print {
    .image-card-with-text {
      flex-direction: row; } }
  .image-card-with-text .group-card {
    margin-bottom: 0px; }
    .image-card-with-text .group-card img {
      flex-shrink: 0;
      object-fit: cover; }
    .image-card-with-text .group-card .video-fallback-image {
      height: 100%; }
    .image-card-with-text .group-card--reverse {
      flex-direction: column-reverse; }
    .image-card-with-text .group-card .image-caption {
      font-size: 0.875rem;
      line-height: 1.4rem;
      margin: 0;
      font-style: italic;
      padding: 6px; }
      @media (min-width: 767px), print {
        .image-card-with-text .group-card .image-caption {
          font-size: 1rem;
          line-height: 1.5rem; } }
  .image-card-with-text .card__content {
    padding: 40px;
    align-items: flex-start;
    text-align: unset;
    font-size: 0.875rem;
    line-height: 1.4rem; }
    @media (min-width: 767px), print {
      .image-card-with-text .card__content {
        font-size: 1rem;
        line-height: 1.5rem; } }
    @media (min-width: 767px), print {
      .image-card-with-text .card__content {
        padding: 40px 50px 50px 50px; } }
    .image-card-with-text .card__content__no-padding {
      padding: 24px 40px 24px; }
      @media (min-width: 767px), print {
        .image-card-with-text .card__content__no-padding {
          padding: 20px 0px 50px; } }
    .image-card-with-text .card__content h1, .image-card-with-text .card__content h2, .image-card-with-text .card__content h3, .image-card-with-text .card__content h4, .image-card-with-text .card__content p {
      width: 100%; }
    .image-card-with-text .card__content ul {
      padding-left: 20px;
      line-height: 1.5rem; }
    .image-card-with-text .card__content .cta-center-align {
      margin: 0px auto; }

.youtube {
  width: 100%;
  height: auto;
  position: relative; }
  .youtube img {
    width: 100%; }
  .youtube:hover__play-button {
    opacity: 1.0; }
  .youtube__play-button {
    position: absolute;
    transition: opacity 0.5s;
    top: calc(50% - 35px);
    left: calc(50% - 35px); }
    .youtube__play-button:before {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-width="0" fill="white" d="M22.34,15.12,13.81,8.7a1,1,0,0,0-1.35.36,1,1,0,0,0-.13.53V22.43a1,1,0,0,0,1,1,1,1,0,0,0,.51-.14l8.53-6.43a1,1,0,0,0,.34-1.4h0a.92.92,0,0,0-.34-.34ZM16,0A16,16,0,1,0,32,16h0A16,16,0,0,0,16,0Zm0,29.88A13.89,13.89,0,1,1,29.89,16h0A13.92,13.92,0,0,1,16,29.88Z"/></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 70px;
      height: 70px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }
    .youtube:hover .youtube__play-button {
      opacity: 1; }

.share-like:hover {
  cursor: pointer; }

.share-like__like {
  display: inline-block; }
  .share-like__like:after {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M4 16 C1 12 2 6 7 4 12 2 15 6 16 8 17 6 21 2 26 4 31 6 31 12 28 16 25 20 16 28 16 28 16 28 7 20 4 16 Z" /></svg>');
    transition: transform 0.5s;
    content: " ";
    vertical-align: middle;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px; }
  .share-like__like--liked {
    display: inline-block; }
    .share-like__like--liked:after {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="black" stroke="black" d="M4 16 C1 12 2 6 7 4 12 2 15 6 16 8 17 6 21 2 26 4 31 6 31 12 28 16 25 20 16 28 16 28 16 28 7 20 4 16 Z" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-left: 5px; }

.share-like__share {
  display: inline-block;
  margin-left: 20px; }
  .share-like__share:after {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" stroke="black" d="M14 9 L3 9 3 29 23 29 23 18 M18 4 L28 4 28 14 M28 4 L14 18" /></svg>');
    transition: transform 0.5s;
    content: " ";
    vertical-align: middle;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px; }

.share-like__popup {
  display: none;
  width: 100%; }
  @media (min-width: 767px), print {
    .share-like__popup {
      width: 400px; } }

.cta-with-icon {
  padding: 80px 30px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  justify-content: center;
  text-align: center; }
  @media (min-width: 1500px) {
    .cta-with-icon {
      padding: 80px 60px 60px; } }
  .cta-with-icon__header {
    margin: 10px;
    font-weight: 400; }
  .cta-with-icon p {
    flex-grow: 1; }
  .cta-with-icon a {
    margin-top: 15px; }
    @media (min-width: 767px), print {
      .cta-with-icon a {
        margin-top: 30px; } }

.editorial {
  width: 100%;
  height: auto;
  padding: 20px 0px; }
  .editorial > a {
    color: unset;
    text-decoration: unset; }
  .editorial__content {
    padding: 0px 40px; }
    .editorial__content h2 {
      margin-bottom: 15px !important; }
    .editorial__content ul, .editorial__content ol {
      margin-left: 40px !important;
      font-size: 0.875rem; }
      @media (min-width: 767px), print {
        .editorial__content ul, .editorial__content ol {
          font-size: unset; } }
    .editorial__content img {
      margin: 0 auto; }
    @media (min-width: 767px), print {
      .editorial__content {
        padding: unset; } }
    .editorial__content .align-center {
      margin: 0px auto;
      margin-bottom: 15px !important;
      text-align: center; }
    .editorial__content .divider-line {
      border-bottom: 2px solid #000;
      width: 60px;
      margin: auto;
      margin-bottom: 30px; }

.no-padding .editorial__content {
  padding: unset; }

[role="button"] {
  border: none;
  outline: none; }

.find-reseller {
  clear: both;
  display: block;
  width: 100%; }
  .find-reseller [type="checkbox"] {
    width: 25px;
    height: 25px;
    vertical-align: sub; }
    @media (min-width: 767px), print {
      .find-reseller [type="checkbox"] {
        width: 15px;
        height: 15px;
        vertical-align: top; } }
  .find-reseller:after {
    clear: both;
    content: '';
    display: block; }
  .find-reseller h3 {
    margin-bottom: 15px; }
  .find-reseller h5 {
    font-size: 0.875rem; }
  .find-reseller ul {
    padding: 0 !important; }
  .find-reseller .find-reseller-info {
    width: 100%; }
  .find-reseller #search-input {
    padding: 0 10px; }
    @media (min-width: 767px), print {
      .find-reseller #search-input {
        padding-left: 0px;
        padding-right: 0px; } }
  .find-reseller .twitter-typeahead {
    width: 100%; }
  .find-reseller .find-reseller-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    height: 50px; }
    @media (min-width: 767px), print {
      .find-reseller .find-reseller-input {
        width: 307px;
        height: 35px; } }
  .find-reseller .tt-dataset-places {
    box-shadow: 0 0 10px -6px; }
  .find-reseller .tt-hint {
    color: grey; }
  .find-reseller .tt-input {
    color: black; }
  .find-reseller .tt-selectable {
    width: 307px;
    background: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    display: list-item;
    padding-left: 5px;
    height: 30px;
    border-bottom: 1px solid #efefef; }
    .find-reseller .tt-selectable:before {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="grey" stroke="grey" class="cls-1" d="M17.58,8.79A8.79,8.79,0,0,0,0,8.79c0,4.85,8.68,16.93,8.68,16.93s8.9-12.08,8.9-16.93Zm-9,4.87a5.17,5.17,0,1,1,5.17-5.17A5.17,5.17,0,0,1,8.62,13.66Z" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }
  .find-reseller .tt-cursor {
    color: #262626;
    background-color: #f5f5f5; }
  .find-reseller .tt-tag-hover:hover {
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
    color: #262626; }
  .find-reseller .places-listItem {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .find-reseller .find-reseller-filter .filter-assortment {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .find-reseller .find-reseller-filter .filter-assortment .filter-assortment__picker {
      width: 100%;
      height: 50px; }
      @media (min-width: 767px), print {
        .find-reseller .find-reseller-filter .filter-assortment .filter-assortment__picker {
          width: 30%;
          margin: 0;
          height: 35px; } }
    .find-reseller .find-reseller-filter .filter-assortment .selectric {
      height: 50px;
      margin-right: 2px; }
      @media (min-width: 767px), print {
        .find-reseller .find-reseller-filter .filter-assortment .selectric {
          height: 35px; } }
    .find-reseller .find-reseller-filter .filter-assortment .label {
      height: 50px;
      line-height: 50px; }
      @media (min-width: 767px), print {
        .find-reseller .find-reseller-filter .filter-assortment .label {
          height: 35px;
          line-height: 35px; } }
    .find-reseller .find-reseller-filter .filter-assortment .selectric-items li {
      border-top: none;
      border-bottom: none; }
    @media (min-width: 767px), print {
      .find-reseller .find-reseller-filter .filter-assortment {
        flex-direction: row; } }
  .find-reseller .find-reseller-toggle-btns {
    display: flex;
    justify-content: center; }
    @media (min-width: 767px), print {
      .find-reseller .find-reseller-toggle-btns {
        justify-content: flex-end; } }
    .find-reseller .find-reseller-toggle-btns .toggle-map {
      padding: 5px 11px 0px; }
      .find-reseller .find-reseller-toggle-btns .toggle-map span {
        vertical-align: text-top; }
    .find-reseller .find-reseller-toggle-btns #hide {
      display: inline-block; }
      .find-reseller .find-reseller-toggle-btns #hide:before {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="white" stroke="white" class="cls-1" d="M17.58,8.79A8.79,8.79,0,0,0,0,8.79c0,4.85,8.68,16.93,8.68,16.93s8.9-12.08,8.9-16.93Zm-9,4.87a5.17,5.17,0,1,1,5.17-5.17A5.17,5.17,0,0,1,8.62,13.66Z" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 5px; }
    .find-reseller .find-reseller-toggle-btns #show {
      background: white;
      color: black;
      border: 1px solid;
      display: inline-block; }
      .find-reseller .find-reseller-toggle-btns #show:before {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="black" stroke="black" class="cls-1" d="M17.58,8.79A8.79,8.79,0,0,0,0,8.79c0,4.85,8.68,16.93,8.68,16.93s8.9-12.08,8.9-16.93Zm-9,4.87a5.17,5.17,0,1,1,5.17-5.17A5.17,5.17,0,0,1,8.62,13.66Z" /></svg>');
        transition: transform 0.5s;
        content: " ";
        vertical-align: middle;
        background-size: contain;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-right: 5px; }
  .find-reseller .js-reseller-filter-button {
    width: 100%; }
    @media (min-width: 767px), print {
      .find-reseller .js-reseller-filter-button {
        width: auto; } }
  .find-reseller .results-text {
    text-align: center;
    font-size: 0.875rem; }
    @media (min-width: 767px), print {
      .find-reseller .results-text {
        text-align: left;
        font-size: 0.8rem; } }
  .find-reseller .assortment-filters label {
    padding-right: 15px; }
  .find-reseller__results p {
    font-size: 0.8rem; }
  .find-reseller__results span {
    font-weight: bold; }
  .find-reseller .find-reseller-search {
    display: flex;
    flex-direction: column; }
    .find-reseller .find-reseller-search .find-reseller-map {
      width: 100%;
      height: 400px; }
  .find-reseller .hide-store {
    display: none; }
  .find-reseller .filter-stores {
    background: #f0f0f0;
    font-size: 0.875rem;
    line-height: 0.8rem; }
    @media (min-width: 767px), print {
      .find-reseller .filter-stores {
        font-size: 0.8rem; } }
    .find-reseller .filter-stores #selectedText {
      font-size: 0.875rem;
      padding-left: 2%; }
      @media (min-width: 767px), print {
        .find-reseller .filter-stores #selectedText {
          font-size: 0.8rem;
          padding-left: 0; } }
    .find-reseller .filter-stores .filter-stores__container {
      display: flex;
      flex-direction: column; }
      @media (min-width: 767px), print {
        .find-reseller .filter-stores .filter-stores__container {
          flex-direction: row; } }
    .find-reseller .filter-stores .filter-stores__column {
      width: fit-content; }
      .find-reseller .filter-stores .filter-stores__column.assortment-filters {
        padding-left: 2%;
        border-right: 0;
        margin-bottom: 30px; }
        @media (min-width: 767px), print {
          .find-reseller .filter-stores .filter-stores__column.assortment-filters {
            border-right: 1px solid #808080;
            padding-left: 0;
            padding-right: 2%; } }
      .find-reseller .filter-stores .filter-stores__column .checkbox {
        display: flex; }
        .find-reseller .filter-stores .filter-stores__column .checkbox label {
          padding: 0px 20px 0px 5px;
          vertical-align: top; }
  .find-reseller .find-reseller-stores2 {
    margin-top: 50px; }
    .find-reseller .find-reseller-stores2 .find-reseller__store-tabs {
      display: flex; }
    .find-reseller .find-reseller-stores2 .stores-tab {
      height: 55px;
      font-size: 1.1rem;
      padding: 5px 20px 8px;
      border: 1px solid #a9a9a9;
      border-bottom: 0;
      color: #a9a9a9;
      font-weight: bold;
      margin-bottom: -1px;
      background: #f0f0f0;
      cursor: pointer;
      line-height: 36px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 50%; }
      @media (min-width: 767px), print {
        .find-reseller .find-reseller-stores2 .stores-tab {
          height: 36px;
          font-size: .8rem;
          margin-bottom: -1px;
          line-height: 26px;
          width: fit-content; } }
      @media (min-width: 767px), print {
        .find-reseller .find-reseller-stores2 .stores-tab .tab__stores {
          display: inline-block; }
          .find-reseller .find-reseller-stores2 .stores-tab .tab__stores:before {
            vertical-align: middle;
            display: inline-block;
            margin-top: 0;
            background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path class="cls-1" fill="grey" stroke="none" d="M13.68,10.23v9.68h9.66V10.23ZM22,18.61H15V11.53H22Z" /><path class="cls-1" fill="grey" stroke="none" d="M3.47,10.23v9.68h9.66V10.23Zm8.36,8.38H4.77V11.53h7.06Z" /><path class="cls-1" fill="grey" stroke="none" d="M27.25,7.34,25.47.84a1.05,1.05,0,0,0-1-.84H2.83a1.07,1.07,0,0,0-1,.84L.05,7.34a1.37,1.37,0,0,0,.06.92,1,1,0,0,0,.94.67h.48V21.21A1.88,1.88,0,0,0,3.15,23.3H23.73a1.88,1.88,0,0,0,1.62-2.09V8.93h1a1,1,0,0,0,.87-.63A1.44,1.44,0,0,0,27.25,7.34Zm-3.2,13.87c0,.5-.24.79-.32.79H3.15c-.08,0-.32-.29-.32-.79V8.93H24.05ZM1.53,7.63H1.32L3.06,1.3H24.25L26,7.63H1.53Z" /></svg>');
            transition: transform 0.5s;
            content: " ";
            vertical-align: middle;
            background-size: contain;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            vertical-align: middle;
            margin-bottom: 3px;
            margin-right: 5px; } }
      @media (min-width: 767px), print {
        .find-reseller .find-reseller-stores2 .stores-tab .tab__onlinestores {
          display: inline-block; }
          .find-reseller .find-reseller-stores2 .stores-tab .tab__onlinestores:before {
            vertical-align: middle;
            display: inline-block;
            margin-top: 0;
            background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="grey" stroke="none" id="Path_131_1_2" data-name="Path 131 1 2" class="cls-1" d="M10.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="grey" stroke="none" id="Path_132_1_2" data-name="Path 132 1 2" class="cls-1" d="M21.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="grey" stroke="none" id="Path_133_1_2" data-name="Path 133 1 2" class="cls-1" d="M12.4,14.16H23.07a.66.66,0,0,0,.62-.42l3.15-8.46a.62.62,0,0,0-.38-.8h0a.78.78,0,0,0-.22,0H5.78L4.37.43A.65.65,0,0,0,3.75,0H.65A.65.65,0,0,0,0,.63a.65.65,0,0,0,.65.64H3.28L9.05,17.7a.66.66,0,0,0,.62.44H23.6a.64.64,0,0,0,0-1.27H10.15l-1-2.71Zm3.93-1.28v-3h2.91l-.8,3Zm0-4.23V5.7h4.06l-.81,3ZM15,8.65H11.76L11,5.7H15Zm0,1.28v3H12.9l-.8-3Zm7.6,3H19.79l.8-3h3.12Zm1.58-4.23H20.94l.8-2.95h3.55ZM9.6,5.7l.8,3H7.26l-1-2.95ZM7.7,9.93h3.05l.8,3H8.75Z" /></svg>');
            transition: transform 0.5s;
            content: " ";
            vertical-align: middle;
            background-size: contain;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            vertical-align: middle;
            margin-bottom: 3px;
            margin-right: 5px; } }
      .find-reseller .find-reseller-stores2 .stores-tab .tab__onlinestores span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      @media (min-width: 767px), print {
        .find-reseller .find-reseller-stores2 .stores-tab .tab__elfastudio {
          display: inline-block; }
          .find-reseller .find-reseller-stores2 .stores-tab .tab__elfastudio:before {
            vertical-align: middle;
            display: inline-block;
            margin-top: 0;
            background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><polygon fill="none" stroke="grey" stroke-width="1" class="cls-1" points="8.26 1.52 8.22 6.64 8.93 6.3 9.42 6.48 9.44 0.5 8.26 1.52" /> <polygon fill="none" stroke="grey" stroke-width="1" class="cls-1" points="11.07 1.23 11.12 7.11 9.42 6.48 9.44 0.5 11.07 1.23" /><polygon fill="none" stroke="grey" stroke-width="1" class="cls-2" points="0.5 23.76 10.48 25.94 19 23.02 8.93 20.34 0.5 23.76" /><polygon fill="none" stroke="grey" stroke-width="1" class="cls-2" points="0.59 10.7 8.93 6.3 8.93 20.34 0.5 23.76 0.59 10.7" /><polygon fill="none" stroke="grey" stroke-width="1" class="cls-2" points="18.89 9.97 19.03 23.02 8.93 20.34 8.93 6.3 18.89 9.97" /></svg>');
            transition: transform 0.5s;
            content: " ";
            vertical-align: middle;
            background-size: contain;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            vertical-align: middle;
            margin-bottom: 3px;
            margin-right: 5px; } }
      .find-reseller .find-reseller-stores2 .stores-tab .tab__elfastudio span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .find-reseller .find-reseller-stores2 .stores-tab.active {
        background: #fff;
        border: 1px solid #000;
        color: #000;
        border-bottom: 0;
        height: 56px; }
        @media (min-width: 767px), print {
          .find-reseller .find-reseller-stores2 .stores-tab.active {
            height: 37px; } }
        @media (min-width: 767px), print {
          .find-reseller .find-reseller-stores2 .stores-tab.active .tab__stores {
            display: inline-block; }
            .find-reseller .find-reseller-stores2 .stores-tab.active .tab__stores:before {
              vertical-align: middle;
              display: inline-block;
              margin-top: 0;
              background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path class="cls-1" fill="black" stroke="none" d="M13.68,10.23v9.68h9.66V10.23ZM22,18.61H15V11.53H22Z" /><path class="cls-1" fill="black" stroke="none" d="M3.47,10.23v9.68h9.66V10.23Zm8.36,8.38H4.77V11.53h7.06Z" /><path class="cls-1" fill="black" stroke="none" d="M27.25,7.34,25.47.84a1.05,1.05,0,0,0-1-.84H2.83a1.07,1.07,0,0,0-1,.84L.05,7.34a1.37,1.37,0,0,0,.06.92,1,1,0,0,0,.94.67h.48V21.21A1.88,1.88,0,0,0,3.15,23.3H23.73a1.88,1.88,0,0,0,1.62-2.09V8.93h1a1,1,0,0,0,.87-.63A1.44,1.44,0,0,0,27.25,7.34Zm-3.2,13.87c0,.5-.24.79-.32.79H3.15c-.08,0-.32-.29-.32-.79V8.93H24.05ZM1.53,7.63H1.32L3.06,1.3H24.25L26,7.63H1.53Z" /></svg>');
              transition: transform 0.5s;
              content: " ";
              vertical-align: middle;
              background-size: contain;
              width: 25px;
              height: 25px;
              background-repeat: no-repeat;
              vertical-align: middle;
              margin-bottom: 3px;
              margin-right: 5px; } }
        @media (min-width: 767px), print {
          .find-reseller .find-reseller-stores2 .stores-tab.active .tab__onlinestores {
            display: inline-block; }
            .find-reseller .find-reseller-stores2 .stores-tab.active .tab__onlinestores:before {
              vertical-align: middle;
              display: inline-block;
              margin-top: 0;
              background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="black" stroke="none" id="Path_131_1_2" data-name="Path 131 1 2" class="cls-1" d="M10.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="black" stroke="none" id="Path_132_1_2" data-name="Path 132 1 2" class="cls-1" d="M21.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="black" stroke="none" id="Path_133_1_2" data-name="Path 133 1 2" class="cls-1" d="M12.4,14.16H23.07a.66.66,0,0,0,.62-.42l3.15-8.46a.62.62,0,0,0-.38-.8h0a.78.78,0,0,0-.22,0H5.78L4.37.43A.65.65,0,0,0,3.75,0H.65A.65.65,0,0,0,0,.63a.65.65,0,0,0,.65.64H3.28L9.05,17.7a.66.66,0,0,0,.62.44H23.6a.64.64,0,0,0,0-1.27H10.15l-1-2.71Zm3.93-1.28v-3h2.91l-.8,3Zm0-4.23V5.7h4.06l-.81,3ZM15,8.65H11.76L11,5.7H15Zm0,1.28v3H12.9l-.8-3Zm7.6,3H19.79l.8-3h3.12Zm1.58-4.23H20.94l.8-2.95h3.55ZM9.6,5.7l.8,3H7.26l-1-2.95ZM7.7,9.93h3.05l.8,3H8.75Z" /></svg>');
              transition: transform 0.5s;
              content: " ";
              vertical-align: middle;
              background-size: contain;
              width: 25px;
              height: 25px;
              background-repeat: no-repeat;
              vertical-align: middle;
              margin-bottom: 3px;
              margin-right: 5px; } }
        @media (min-width: 767px), print {
          .find-reseller .find-reseller-stores2 .stores-tab.active .tab__elfastudio {
            display: inline-block; }
            .find-reseller .find-reseller-stores2 .stores-tab.active .tab__elfastudio:before {
              vertical-align: middle;
              display: inline-block;
              margin-top: 0;
              background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><polygon fill="none" stroke="black" stroke-width="1" class="cls-1" points="8.26 1.52 8.22 6.64 8.93 6.3 9.42 6.48 9.44 0.5 8.26 1.52" /> <polygon fill="none" stroke="black" stroke-width="1" class="cls-1" points="11.07 1.23 11.12 7.11 9.42 6.48 9.44 0.5 11.07 1.23" /><polygon fill="none" stroke="black" stroke-width="1" class="cls-2" points="0.5 23.76 10.48 25.94 19 23.02 8.93 20.34 0.5 23.76" /><polygon fill="none" stroke="black" stroke-width="1" class="cls-2" points="0.59 10.7 8.93 6.3 8.93 20.34 0.5 23.76 0.59 10.7" /><polygon fill="none" stroke="black" stroke-width="1" class="cls-2" points="18.89 9.97 19.03 23.02 8.93 20.34 8.93 6.3 18.89 9.97" /></svg>');
              transition: transform 0.5s;
              content: " ";
              vertical-align: middle;
              background-size: contain;
              width: 25px;
              height: 25px;
              background-repeat: no-repeat;
              vertical-align: middle;
              margin-bottom: 3px;
              margin-right: 5px; } }
    .find-reseller .find-reseller-stores2 .find-reseller__store-container, .find-reseller .find-reseller-stores2 .find-reseller__online-store-container, .find-reseller .find-reseller-stores2 .find-reseller__studio-container {
      border-top: 1px solid #000;
      padding-top: 10px; }
    .find-reseller .find-reseller-stores2 .find-reseller__store-card, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card, .find-reseller .find-reseller-stores2 .find-reseller__studio-card {
      display: none;
      margin-bottom: 5px;
      border: 1px solid #000; }
      .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible {
        cursor: pointer;
        width: 100%;
        table-layout: fixed; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible .icon-large::before, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible .icon-large::before, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible .icon-large::before {
          width: 30px;
          height: 30px;
          margin-right: -8px;
          margin-bottom: -14px; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible span, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible span, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible span {
          display: initial;
          vertical-align: middle;
          font-size: 0.8rem; }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible span::after, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible span::after, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible span::after {
            margin-bottom: -19px; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td {
          width: 15%;
          text-align: right;
          font-size: 0.8rem;
          padding: 15px; }
          @media (min-width: 767px), print {
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td {
              padding: 10px; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:first-child, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:first-child, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:first-child {
            text-align: left;
            font-weight: bold;
            width: 50%;
            font-size: 1.1rem;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:first-child, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:first-child, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:first-child {
                font-size: 1rem;
                width: 60%; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(2), .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(3), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(2), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(3), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(2), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(3) {
            display: none; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(2), .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(3), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(2), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(3), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(2), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(3) {
                display: table-cell; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(3).link-onlinestore, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(3).link-onlinestore, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(3).link-onlinestore {
            display: table-cell;
            width: 70%; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(3).link-onlinestore, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(3).link-onlinestore, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(3).link-onlinestore {
                width: 15%; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(4).btn-online, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(4).btn-online, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(4).btn-online {
            padding: 5px; }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(4), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(4), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(4) {
            width: 20%;
            font-size: 1.1rem;
            color: lightgrey;
            font-weight: bold;
            padding: 0; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(4), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(4), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(4) {
                width: 10%;
                font-size: 1rem; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(5), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(5), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(5) {
            width: 10%;
            padding: 5px; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td:nth-child(5), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td:nth-child(5), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td:nth-child(5) {
                width: 5%; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td .arrow-btn, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td .arrow-btn, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td .arrow-btn {
            background: black;
            background: #000;
            padding: 10px 25px 18px 3px;
            width: 20px;
            height: 20px;
            outline: none;
            display: inline-block; }
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td .arrow-btn:after, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td .arrow-btn:after, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td .arrow-btn:after {
              vertical-align: middle;
              display: inline-block;
              margin-top: 0;
              background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="white" stroke="none" class="cls-1" d="M8.3,10.14.38,2.22A1.3,1.3,0,0,1,2.22.38L8.3,6.46,14.38.38a1.3,1.3,0,1,1,1.84,1.84Z" /></svg>');
              transition: transform 0.5s;
              content: " ";
              vertical-align: middle;
              background-size: contain;
              width: 25px;
              height: 25px;
              background-repeat: no-repeat;
              vertical-align: middle;
              margin-bottom: 3px;
              margin-left: 5px; }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible td a, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible td a, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible td a {
            color: #DA3737; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible:hover, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible:hover, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible:hover {
          background-color: #f0f0f0; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible.active, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible.active, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible.active {
          background-color: #fff; }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible.active td .arrow-btn, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible.active td .arrow-btn, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible.active td .arrow-btn {
            background: white;
            border: 1px solid black;
            display: inline-block; }
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .collapsible.active td .arrow-btn:after, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .collapsible.active td .arrow-btn:after, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .collapsible.active td .arrow-btn:after {
              vertical-align: middle;
              display: inline-block;
              margin-top: 0;
              background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="black" stroke="none" d="M15.3,10.14a1.31,1.31,0,0,1-.92-.38L8.3,3.68,2.22,9.76a1.32,1.32,0,0,1-1.84,0,1.3,1.3,0,0,1,0-1.84L8.3,0l7.92,7.92a1.3,1.3,0,0,1,0,1.84A1.33,1.33,0,0,1,15.3,10.14Z" /></svg>');
              transition: transform 0.5s;
              content: " ";
              vertical-align: middle;
              background-size: contain;
              width: 25px;
              height: 25px;
              background-repeat: no-repeat;
              vertical-align: middle;
              margin-bottom: 3px;
              margin-left: 5px; }
      .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable {
        padding: 0 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable span, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable span, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable span {
          display: initial;
          font-size: 0.8rem; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .elfa-icon--assortment-ext::before, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .elfa-icon--assortment-ext::before, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .elfa-icon--assortment-ext::before {
          width: 25px;
          height: 25px;
          margin-left: 5px;
          margin-bottom: -12px; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .icon-large::before, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .icon-large::before, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .icon-large::before {
          width: 30px;
          height: 30px;
          margin-bottom: -14px; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable {
          display: flex;
          justify-content: space-evenly;
          width: 100%;
          padding: 0 0 20px 0px;
          flex-direction: column; }
          @media (min-width: 767px), print {
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable {
              flex-direction: row; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable .store-info__smallscreens, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable .store-info__smallscreens, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable .store-info__smallscreens {
            display: flex;
            justify-content: space-between;
            padding-bottom: 20px; }
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable .store-info__smallscreens span, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable .store-info__smallscreens span, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable .store-info__smallscreens span {
              font-size: 0.875rem; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable .store-info__smallscreens, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable .store-info__smallscreens, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable .store-info__smallscreens {
                display: none; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable a, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable a, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable a {
            color: #DA3737; }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column {
            width: 100%;
            border-top: 1px solid lightgrey;
            padding: 20px 0 20px 0; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column {
                border-top: 0;
                padding: 0;
                width: 20%; } }
          @media (min-width: 767px), print {
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:not(:nth-child(2)), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:not(:nth-child(2)), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column:not(:nth-child(2)) {
              border-left: 1px solid lightgrey;
              padding-left: 5%; } }
          @media (min-width: 767px), print {
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:nth-child(3), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:nth-child(3), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column:nth-child(3) {
              width: 50%; } }
          @media (min-width: 767px), print {
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child {
              width: 30%; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child h5, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child h5, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child h5 {
            display: none; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child h5, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child h5, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child h5 {
                display: block; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child ul, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child ul, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child ul {
            height: fit-content; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child ul, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child ul, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column:last-child ul {
                height: 100px; } }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__column-container, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__column-container, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__column-container {
            display: flex; }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__subcolumn, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__subcolumn, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__subcolumn {
            width: 50%; }
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable__subcolumn li:first-child, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable__subcolumn li:first-child, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable__subcolumn li:first-child {
              font-weight: bold; }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable li, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable li, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable li {
            font-size: 0.875rem;
            margin: 0;
            list-style-type: none;
            line-height: 1.2rem; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable li, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable li, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable li {
                line-height: 1rem; } }
            .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable .store-card-collapsable li span, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable .store-card-collapsable li span, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable .store-card-collapsable li span {
              font-size: 0.875rem; }
        .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable #online, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable #online, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable #online {
          justify-content: flex-start; }
          .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable #online .store-card-collapsable__column, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable #online .store-card-collapsable__column, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable #online .store-card-collapsable__column {
            width: 100%; }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable #online .store-card-collapsable__column, .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable #online .store-card-collapsable__column, .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable #online .store-card-collapsable__column {
                border-left: 0;
                padding-left: 0;
                width: 50%; } }
            @media (min-width: 767px), print {
              .find-reseller .find-reseller-stores2 .find-reseller__store-card .find-reseller__store-card-collapsable #online .store-card-collapsable__column:nth-child(2), .find-reseller .find-reseller-stores2 .find-reseller__online-store-card .find-reseller__store-card-collapsable #online .store-card-collapsable__column:nth-child(2), .find-reseller .find-reseller-stores2 .find-reseller__studio-card .find-reseller__store-card-collapsable #online .store-card-collapsable__column:nth-child(2) {
                border-left: 1px solid lightgrey;
                padding-left: 5%; } }
  .find-reseller .find-reseller__load-more-btn {
    border: 1px solid #000;
    background: white;
    font-weight: bold;
    font-size: 0.8rem;
    margin: 20px auto;
    cursor: pointer; }
  .find-reseller .icon__planner {
    display: inline-block; }
    .find-reseller .icon__planner:after {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M22.3,5.21a.65.65,0,0,0-.71.14L3.88,23.06a.67.67,0,0,0-.14.71.66.66,0,0,0,.6.4H22.05a.65.65,0,0,0,.65-.65V5.81A.66.66,0,0,0,22.3,5.21Zm-.9,17.66H5.91L21.4,7.38Z" /><path d="M11.86,20.09a.66.66,0,0,0,.6.4h5.91a.65.65,0,0,0,.65-.65V13.93a.66.66,0,0,0-.4-.6.67.67,0,0,0-.71.14L12,19.38A.66.66,0,0,0,11.86,20.09Zm5.86-4.59v3.69H14Z" /><path d="M4.8,17.35,16.61,5.54h0l2.21-2.21a.64.64,0,0,0,0-.92L16.61.19a.66.66,0,0,0-.92,0L13.5,2.38l0,0s0,0,0,0L1.66,14.21a.64.64,0,0,0-.14.22L.05,18.12a.65.65,0,0,0,.14.7A.63.63,0,0,0,.65,19a.67.67,0,0,0,.24,0l3.69-1.48A.74.74,0,0,0,4.8,17.35ZM16.15,1.57l1.29,1.29-1.29,1.3-1.29-1.3ZM1.81,17.2,2.68,15,13.94,3.78l1.29,1.3L4,16.33Z" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-left: 5px; }
  .find-reseller .icon__webshop {
    display: inline-block; }
    .find-reseller .icon__webshop:after {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="black" stroke="none" id="Path_131_1_2" data-name="Path 131 1 2" class="cls-1" d="M10.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="black" stroke="none" id="Path_132_1_2" data-name="Path 132 1 2" class="cls-1" d="M21.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="black" stroke="none" id="Path_133_1_2" data-name="Path 133 1 2" class="cls-1" d="M12.4,14.16H23.07a.66.66,0,0,0,.62-.42l3.15-8.46a.62.62,0,0,0-.38-.8h0a.78.78,0,0,0-.22,0H5.78L4.37.43A.65.65,0,0,0,3.75,0H.65A.65.65,0,0,0,0,.63a.65.65,0,0,0,.65.64H3.28L9.05,17.7a.66.66,0,0,0,.62.44H23.6a.64.64,0,0,0,0-1.27H10.15l-1-2.71Zm3.93-1.28v-3h2.91l-.8,3Zm0-4.23V5.7h4.06l-.81,3ZM15,8.65H11.76L11,5.7H15Zm0,1.28v3H12.9l-.8-3Zm7.6,3H19.79l.8-3h3.12Zm1.58-4.23H20.94l.8-2.95h3.55ZM9.6,5.7l.8,3H7.26l-1-2.95ZM7.7,9.93h3.05l.8,3H8.75Z" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-left: 5px; }
  .find-reseller .no-assortment {
    color: gray;
    font-style: italic;
    font-size: 0.7rem; }
  @media (min-width: 767px), print {
    .find-reseller .no-assortment-data {
      width: 50% !important; } }
  .find-reseller .map-marker h1 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px; }
  .find-reseller .map-marker p {
    font-size: 0.8rem;
    text-align: center;
    color: #db2f34;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 0px; }

.find-resellerV1 .find-reseller-filter__onlineshop-btn {
  display: inline-block; }
  .find-resellerV1 .find-reseller-filter__onlineshop-btn:after {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="black" stroke="none" id="Path_131_1_2" data-name="Path 131 1 2" class="cls-1" d="M10.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="black" stroke="none" id="Path_132_1_2" data-name="Path 132 1 2" class="cls-1" d="M21.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="black" stroke="none" id="Path_133_1_2" data-name="Path 133 1 2" class="cls-1" d="M12.4,14.16H23.07a.66.66,0,0,0,.62-.42l3.15-8.46a.62.62,0,0,0-.38-.8h0a.78.78,0,0,0-.22,0H5.78L4.37.43A.65.65,0,0,0,3.75,0H.65A.65.65,0,0,0,0,.63a.65.65,0,0,0,.65.64H3.28L9.05,17.7a.66.66,0,0,0,.62.44H23.6a.64.64,0,0,0,0-1.27H10.15l-1-2.71Zm3.93-1.28v-3h2.91l-.8,3Zm0-4.23V5.7h4.06l-.81,3ZM15,8.65H11.76L11,5.7H15Zm0,1.28v3H12.9l-.8-3Zm7.6,3H19.79l.8-3h3.12Zm1.58-4.23H20.94l.8-2.95h3.55ZM9.6,5.7l.8,3H7.26l-1-2.95ZM7.7,9.93h3.05l.8,3H8.75Z" /></svg>');
    transition: transform 0.5s;
    content: " ";
    vertical-align: middle;
    background-size: contain;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px; }

.find-resellerV1 .find-reseller-filter__planner-btn {
  display: inline-block; }
  .find-resellerV1 .find-reseller-filter__planner-btn:after {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">  <path fill="none" stroke="black" id="svg_2" stroke-miterlimit="10" d="M 29.163224,31.102067 H 5.7730623 L 29.163224,7.7092636 Z" /><path id="svg_3" stroke-miterlimit="10" d="m 16.497405,26.239132 7.801563,-7.801562 v 7.801562 z" /><path id="svg_4" stroke-miterlimit="10" d="M 2.8410376,19.410948 0.89559941,24.288411 5.7638173,22.342973 21.738817,6.349223 18.791038,3.473447 Z" /><path id="svg_4-0" stroke-miterlimit="10" d="M 18.791038,3.473447 21.738817,6.349223 24.288403,3.818387 21.366945,0.8956072 Z" /></svg>');
    transition: transform 0.5s;
    content: " ";
    vertical-align: middle;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px; }

.find-resellerV1 .find-reseller-filter__onlineshop-btn.btn__filter--active {
  display: inline-block; }
  .find-resellerV1 .find-reseller-filter__onlineshop-btn.btn__filter--active:after {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="white" stroke="none" id="Path_131_1_2" data-name="Path 131 1 2" class="cls-1" d="M10.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="white" stroke="none" id="Path_132_1_2" data-name="Path 132 1 2" class="cls-1" d="M21.86,18.83a2,2,0,1,0,2,2h0a2,2,0,0,0-2-2Z" /><path fill="white" stroke="none" id="Path_133_1_2" data-name="Path 133 1 2" class="cls-1" d="M12.4,14.16H23.07a.66.66,0,0,0,.62-.42l3.15-8.46a.62.62,0,0,0-.38-.8h0a.78.78,0,0,0-.22,0H5.78L4.37.43A.65.65,0,0,0,3.75,0H.65A.65.65,0,0,0,0,.63a.65.65,0,0,0,.65.64H3.28L9.05,17.7a.66.66,0,0,0,.62.44H23.6a.64.64,0,0,0,0-1.27H10.15l-1-2.71Zm3.93-1.28v-3h2.91l-.8,3Zm0-4.23V5.7h4.06l-.81,3ZM15,8.65H11.76L11,5.7H15Zm0,1.28v3H12.9l-.8-3Zm7.6,3H19.79l.8-3h3.12Zm1.58-4.23H20.94l.8-2.95h3.55ZM9.6,5.7l.8,3H7.26l-1-2.95ZM7.7,9.93h3.05l.8,3H8.75Z" /></svg>');
    transition: transform 0.5s;
    content: " ";
    vertical-align: middle;
    background-size: contain;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px; }

.find-resellerV1 .find-reseller-filter__planner-btn.btn__filter--active {
  display: inline-block; }
  .find-resellerV1 .find-reseller-filter__planner-btn.btn__filter--active:after {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">  <path fill="none" stroke="white" id="svg_2" stroke-miterlimit="10" d="M 29.163224,31.102067 H 5.7730623 L 29.163224,7.7092636 Z" /><path id="svg_3" stroke-miterlimit="10" d="m 16.497405,26.239132 7.801563,-7.801562 v 7.801562 z" /><path id="svg_4" stroke-miterlimit="10" d="M 2.8410376,19.410948 0.89559941,24.288411 5.7638173,22.342973 21.738817,6.349223 18.791038,3.473447 Z" /><path id="svg_4-0" stroke-miterlimit="10" d="M 18.791038,3.473447 21.738817,6.349223 24.288403,3.818387 21.366945,0.8956072 Z" /></svg>');
    transition: transform 0.5s;
    content: " ";
    vertical-align: middle;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px; }

.find-resellerV1 .find-reseller-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  height: 50px; }
  @media (min-width: 767px), print {
    .find-resellerV1 .find-reseller-input {
      width: 307px;
      height: 35px; } }

.find-resellerV1 .find-reseller-search {
  display: flex; }
  .find-resellerV1 .find-reseller-search .search-box {
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 100%; }
    .find-resellerV1 .find-reseller-search .search-box .small-text {
      margin-bottom: 15px; }
    @media (min-width: 767px), print {
      .find-resellerV1 .find-reseller-search .search-box {
        width: 32%;
        margin-left: 5px; } }

.find-resellerV1 .find-reseller-map {
  width: 65%;
  height: 400px;
  margin-right: 4%;
  display: none; }
  @media (min-width: 767px), print {
    .find-resellerV1 .find-reseller-map {
      display: block; } }

.find-resellerV1 .find-reseller-stores {
  height: 400px;
  width: 100%;
  overflow: auto; }
  .find-resellerV1 .find-reseller-stores .store {
    background-color: #E2E1DE;
    cursor: pointer;
    margin-bottom: 1px;
    padding: 15px;
    transition: background-color 0.5s ease;
    position: relative; }
    .find-resellerV1 .find-reseller-stores .store .store-name {
      margin: 0px;
      font-weight: 800; }
    .find-resellerV1 .find-reseller-stores .store .store-icons {
      position: absolute;
      top: 10px;
      right: 10px; }
    .find-resellerV1 .find-reseller-stores .store a {
      display: inline-block;
      margin-top: 5px; }
    .find-resellerV1 .find-reseller-stores .store span {
      font-size: 0.8rem; }
    .find-resellerV1 .find-reseller-stores .store p {
      margin: 0px; }
    .find-resellerV1 .find-reseller-stores .store:hover {
      background-color: #CFCDC9; }
  .find-resellerV1 .find-reseller-stores .store-active {
    background-color: lightblue; }

.find-resellerV1 .map-marker h1 {
  font-size: 1.4rem; }

.find-resellerV1 .map-marker p {
  margin-bottom: 2px;
  margin-top: 2px; }

.find-resellerV1 .map-marker a {
  display: block; }

.language-switcher {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 767px), print {
    .language-switcher {
      flex-direction: row; } }
  .language-switcher__site-column .site-header {
    width: 100%; }
    .language-switcher__site-column .site-header h3 {
      font-weight: 600; }
  .language-switcher__site-column .inner-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .language-switcher__site-column .inner-column .languages {
      width: 50%; }
      .language-switcher__site-column .inner-column .languages p {
        line-height: 1rem; }
      .language-switcher__site-column .inner-column .languages a {
        color: #696969;
        text-decoration: none; }

.breadcrumb {
  display: block;
  margin-bottom: -10px; }
  @media (min-width: 767px), print {
    .breadcrumb {
      display: flex;
      margin-bottom: -20px; } }
  .breadcrumb__links {
    display: none;
    font-size: 14px; }
    @media (min-width: 767px), print {
      .breadcrumb__links {
        display: flex;
        flex-wrap: wrap; } }
    .breadcrumb__links a {
      color: black;
      text-decoration: none; }
    .breadcrumb__links a:hover {
      border-bottom: 1px solid black; }
    .breadcrumb__links span {
      padding: 5px 20px 5px 0px; }
    .breadcrumb__links span:first-child {
      text-decoration: none;
      font-weight: 600;
      padding-left: 0;
      margin-right: 0px; }
    .breadcrumb__links .selectric {
      border: 1px solid #000;
      background: #fff;
      position: relative;
      border-radius: 3px; }
    .breadcrumb__links .selectric-items {
      display: none;
      position: absolute;
      top: 98%;
      left: 0;
      background: #fff;
      z-index: 1;
      box-shadow: 0 0 10px -6px; }
  .breadcrumb__delimiter {
    margin-right: 0px !important; }
  @media (min-width: 767px), print {
    .breadcrumb__links-centered {
      justify-content: center;
      width: 100%; } }
  .breadcrumb__dropdown {
    display: block; }
    @media (min-width: 767px), print {
      .breadcrumb__dropdown {
        display: none; } }

.selectric-breadcrumb__dropdown {
  display: block; }
  @media (min-width: 767px), print {
    .selectric-breadcrumb__dropdown {
      display: none; } }

.on-page-breadcrumb {
  margin-bottom: 0px; }
  @media (min-width: 767px), print {
    .on-page-breadcrumb {
      display: flex;
      margin-bottom: 0px !important; } }
  .on-page-breadcrumb__links {
    display: flex; }
    .on-page-breadcrumb__links .breadcrumbs {
      list-style-type: none; }
      .on-page-breadcrumb__links .breadcrumbs a, .on-page-breadcrumb__links .breadcrumbs span {
        text-decoration: none;
        padding: 5px;
        margin-right: 0px;
        font-weight: normal;
        font-size: 0.8rem;
        color: #000; }
        @media (max-width: 769px) {
          .on-page-breadcrumb__links .breadcrumbs a, .on-page-breadcrumb__links .breadcrumbs span {
            padding: 5px 2px; } }
        .on-page-breadcrumb__links .breadcrumbs a:hover, .on-page-breadcrumb__links .breadcrumbs span:hover {
          border-bottom: none; }
      .on-page-breadcrumb__links .breadcrumbs .current-page {
        color: #000; }
      .on-page-breadcrumb__links .breadcrumbs a:hover {
        text-decoration: underline; }
    .on-page-breadcrumb__links .breadcrumbs > a:first-child {
      padding: 5px 5px 5px 0px; }
    .on-page-breadcrumb__links .breadcrumbs li {
      display: inline-block; }
  @media (min-width: 767px), print {
    .on-page-breadcrumb .breadcrumbs {
      list-style-type: none; }
      .on-page-breadcrumb .breadcrumbs a, .on-page-breadcrumb .breadcrumbs span {
        text-decoration: none;
        padding: 5px;
        margin-right: 0px;
        font-weight: normal;
        font-size: 0.8rem;
        color: #000; }
        .on-page-breadcrumb .breadcrumbs a:hover, .on-page-breadcrumb .breadcrumbs span:hover {
          border-bottom: none; }
      .on-page-breadcrumb .breadcrumbs .current-page {
        color: #000; }
      .on-page-breadcrumb .breadcrumbs a:hover {
        text-decoration: underline; }
    .on-page-breadcrumb .breadcrumbs li {
      display: inline-block; } }

.breadcrumb-nav {
  padding: 10px 15px;
  font-size: 0.8rem;
  background-color: white; }
  .breadcrumb-nav ul {
    list-style: none; }
    .breadcrumb-nav ul li {
      display: inline; }
      .breadcrumb-nav ul li a {
        text-decoration: none;
        color: black; }
      .breadcrumb-nav ul li a:hover {
        cursor: pointer;
        text-decoration: none;
        border-bottom: 1px solid black; }
    .breadcrumb-nav ul li + li:before {
      color: black;
      content: "/\00a0"; }
  .breadcrumb-nav__active .current-page, .breadcrumb-nav__active span {
    padding: 5px;
    margin-right: 0px;
    font-weight: normal;
    font-size: 0.8rem;
    color: #000; }

.planner {
  position: relative; }
  .planner iframe {
    height: 100%;
    width: 100%;
    border: none; }
    .planner iframe.fullscreen {
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100; }
  .planner__tool {
    width: 100%;
    height: 70vh;
    position: relative;
    min-height: 768px; }
  @media (min-width: 991px), print {
    .planner__bom {
      display: none; } }
  .planner____fullscreen {
    display: none; }

.planner-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .planner-popup__overlay {
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute; }
  .planner-popup__content {
    position: static !important;
    width: 300px;
    z-index: 99999 !important; }
  .planner-popup__error {
    display: none;
    color: #DC3545; }

.planner-saved-solutions__content {
  width: 500px;
  max-height: 80%; }
  .planner-saved-solutions__content img {
    width: 150px;
    margin-right: 5px; }

.planner-saved-solutions__list {
  overflow: auto;
  height: calc(100% - 115px); }
  .planner-saved-solutions__list li {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
    .planner-saved-solutions__list li h4 {
      margin-bottom: 5px; }
    .planner-saved-solutions__list li :last-child {
      margin-left: auto; }

.listed-featured-article__content {
  padding: 15px; }
  .listed-featured-article__content--white {
    background-color: #fff; }
  .listed-featured-article__content p {
    margin-bottom: 20px; }
  @media (min-width: 767px), print {
    .listed-featured-article__content {
      padding: 30px; } }

.listed-featured-article__link-box {
  display: flex;
  background-color: #F6F5F5; }

.listed-featured-article__block {
  margin-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0 !important; }
  .listed-featured-article__block:not(:first-child) {
    padding-left: 0 !important; }

.listed-featured-article__article-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: relative; }

.listed-featured-article__social {
  position: absolute;
  top: 30px;
  right: 30px; }

.listed-featured-article__socialmobile {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px; }

.listed-featured-article__brand-image {
  position: relative;
  height: auto;
  padding-right: 0px !important; }
  .listed-featured-article__brand-image h1, .listed-featured-article__brand-image h3, .listed-featured-article__brand-image h2 {
    position: absolute;
    top: 0;
    left: 10%;
    height: 50px;
    width: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px; }
    @media (min-width: 991px), print {
      .listed-featured-article__brand-image h1, .listed-featured-article__brand-image h3, .listed-featured-article__brand-image h2 {
        height: 75px;
        width: 75px;
        line-height: 75px; } }
    @media (min-width: 1200px) {
      .listed-featured-article__brand-image h1, .listed-featured-article__brand-image h3, .listed-featured-article__brand-image h2 {
        height: 100px;
        width: 100px;
        line-height: 100px; } }

@media (min-width: 767px), print {
  .listed-featured-article--mobile {
    display: none; } }

.listed-featured-article--desktop {
  display: none;
  flex-direction: column; }
  @media (min-width: 767px), print {
    .listed-featured-article--desktop {
      display: flex; } }

.fiftyfifty-image-with-cta {
  position: relative; }
  .fiftyfifty-image-with-cta .col-6 {
    padding: 0; }
  .fiftyfifty-image-with-cta__cta-box {
    position: static;
    background-color: white;
    padding: 15px !important;
    margin-top: 0 !important; }
    @media (min-width: 991px), print {
      .fiftyfifty-image-with-cta__cta-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 12.5%;
        padding: 40px !important;
        right: 50%; } }

.image-compare-slider .ba-slider {
  margin-bottom: 0px; }

.image-compare-slider .ba-slider .handle:after {
  background: black;
  box-shadow: none;
  border: 1px solid gray;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 34px;
  margin-left: -18px; }

.image-compare-slider__underbox {
  display: flex;
  flex-direction: column; }
  @media (min-width: 767px), print {
    .image-compare-slider__underbox {
      flex-direction: row; } }
  .image-compare-slider__underbox .underbox-inner {
    width: 100%;
    padding: 30px 30px 0 30px; }
    @media (min-width: 767px), print {
      .image-compare-slider__underbox .underbox-inner {
        width: 50%; } }
    .image-compare-slider__underbox .underbox-inner p {
      padding-bottom: 30px; }
  .image-compare-slider__underbox .underbox-inner-cta {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px; }
    .image-compare-slider__underbox .underbox-inner-cta a {
      width: 100%; }
    @media (min-width: 767px), print {
      .image-compare-slider__underbox .underbox-inner-cta {
        width: 50%; } }

.search-page a {
  text-decoration: none;
  color: black; }

.search-page__currently-showing {
  color: #F0F0F0;
  display: block; }

.search-page__show-all {
  cursor: pointer; }

.search-page__search-result {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 10px !important; }

.search-page__pagination {
  color: #33788d;
  font-family: "Open Sans","VAG Light","Open Sans",sans-serif;
  font-size: .875rem;
  cursor: pointer;
  padding: 5px 10px 5px 0; }
  .search-page__pagination:not(:first-child) {
    padding: 5px 10px 5px 10px; }
  .search-page__pagination--active {
    color: #000;
    text-decoration: none;
    background-color: #F0F0F0;
    border-radius: 2px;
    font-weight: 700; }

.klevu-fluid {
  display: none; }
  @media (min-width: 1200px) {
    .klevu-fluid {
      display: block; } }

.faq .dropdown {
  width: 100%;
  cursor: pointer;
  border-top: 1px solid #F0F0F0;
  background-color: white;
  padding: 10px; }

.faq__question-box {
  padding: 20px;
  border-top: 1px solid #F0F0F0; }
  .faq__question-box h5 {
    cursor: pointer; }
  .faq__question-box .faq-answer {
    display: none; }
  .faq__question-box--active {
    background-color: #F0F0F0; }

.system-messages {
  color: black;
  margin-bottom: 30px;
  margin-top: -30px; }
  .system-messages__message {
    text-align: center;
    color: white;
    padding: 10px;
    background: #559bac; }
    .system-messages__message > span {
      max-width: 1280px;
      margin: 0 auto;
      display: block; }
    .system-messages__message:not(:last-child) {
      border-bottom: 1px solid #fff; }

/*.image-slider {

    &__slider {
        display:flex;
        opacity: 0;
    }

    .slick-initialized {
        opacity: 1;
        transition: opacity .3s ease-out;
    }
}*/
.planner-room-entry {
  display: none;
  margin-bottom: -30px; }
  @media (min-width: 767px), print {
    .planner-room-entry {
      display: flex;
      justify-content: center;
      width: 100%; } }
  .planner-room-entry__picker {
    width: 30%; }
    .planner-room-entry__picker:not(:first-child) {
      margin-left: 30px; }
    .planner-room-entry__picker .selectric-form-control {
      width: 100%; }
  .planner-room-entry__create-btn {
    margin-left: 30px;
    width: 40%; }
  .planner-room-entry .selectric-items li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px !important;
    border-top: none;
    border-bottom: none; }

.filter-dropdown {
  display: flex;
  justify-content: flex-start;
  flex-direction: column; }
  @media (min-width: 767px), print {
    .filter-dropdown {
      flex-direction: row; } }
  .filter-dropdown .dropdownn {
    width: 100%;
    position: relative;
    padding-bottom: 5px; }
    @media (min-width: 767px), print {
      .filter-dropdown .dropdownn {
        width: 19.5%;
        margin-right: 20px; } }
  .filter-dropdown .dropdown-content {
    display: none; }
  .filter-dropdown .dropdown-content.show {
    display: block;
    float: none;
    z-index: 100;
    overflow: hidden;
    position: absolute;
    background: #fff;
    width: 100%; }
  .filter-dropdown .dropbtn {
    background: #fff;
    width: 100%;
    border: 1px solid #cfcdc9;
    height: 48px;
    position: relative;
    border-radius: 3px;
    cursor: pointer; }
    .filter-dropdown .dropbtn .label {
      font-size: 14px;
      display: flex;
      justify-content: space-between;
      align-content: space-around;
      align-items: center;
      padding: 0px 5px; }
      .filter-dropdown .dropbtn .label:after {
        display: inline-block;
        top: 10px;
        right: 10px;
        background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M30 12 L16 24 2 12" /></svg>');
        transition: transform 0.5s;
        content: " ";
        background-size: cover;
        width: 20px;
        height: 20px;
        vertical-align: sub;
        margin-left: 25px; }
  .filter-dropdown .options-group__content {
    border: 1px solid #cfcdc9; }
    .filter-dropdown .options-group__content .options-group__item {
      padding: 15px 15px 0; }
      .filter-dropdown .options-group__content .options-group__item .options-group__option {
        float: right; }
  .filter-dropdown .filter-dropdown__picker {
    width: 19%; }
    .filter-dropdown .filter-dropdown__picker .selectric {
      border: 1px solid #CFCDC9; }
  .filter-dropdown .selectric-items li {
    border-top: none;
    border-bottom: none; }

#filters-selected__list .btn {
  background: #ecebea;
  line-height: 1.1rem;
  cursor: auto;
  margin-right: 5px; }

#filters-selected__list .selected-filter__button {
  background: none;
  font-weight: bold;
  border: 1px solid #ecebea;
  outline: none;
  cursor: pointer;
  margin-left: 5px; }
  #filters-selected__list .selected-filter__button:hover {
    border: 1px solid grey;
    background: #ccc;
    border-radius: 50%; }

.container {
  display: block;
  position: relative;
  padding: 6px 15px 6px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .container:hover {
    background-color: #ecebea; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ecebea;
  left: unset; }

/* On mouse-over, add a grey background color */
.container input:disabled ~ .checkmark {
  background: #ecebea; }

.disabled {
  color: #ecebea; }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fff; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.inspiration-gallery .checkmark {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ecebea;
  left: unset; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer,
.grid-card {
  width: 32%;
  cursor: pointer; }

.grid-card {
  float: left;
  padding: 10px 20px 10px 0px; }

.grid-card .img {
  display: block;
  max-width: 100%;
  padding: 0; }

.img {
  padding: 0px !important; }

.gallery__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 150;
  overflow-y: scroll; }
  .gallery__overlay .close-btn {
    display: inline-block;
    float: right;
    margin: 50px;
    cursor: pointer; }
    .gallery__overlay .close-btn:before {
      vertical-align: middle;
      display: inline-block;
      margin-top: 0;
      background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="black" stroke="black" d="M2 30 L30 2 M30 30 L2 2" /></svg>');
      transition: transform 0.5s;
      content: " ";
      vertical-align: middle;
      background-size: contain;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }
    @media (min-width: 767px), print {
      .gallery__overlay .close-btn {
        display: inline-block;
        float: right;
        margin: 50px;
        cursor: pointer; }
        .gallery__overlay .close-btn:before {
          vertical-align: middle;
          display: inline-block;
          margin-top: 0;
          background-image: url('data:image/svg+xml;utf8,<svg id="i-activity" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="20" height="20" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="white" stroke="white" d="M2 30 L30 2 M30 30 L2 2" /></svg>');
          transition: transform 0.5s;
          content: " ";
          vertical-align: middle;
          background-size: contain;
          width: 40px;
          height: 40px;
          background-repeat: no-repeat;
          vertical-align: middle;
          margin-bottom: 3px;
          margin-right: 5px; } }

#overlay__images, .overlay__filling-info {
  background: #fff;
  padding: 40px 0px 0px;
  margin: 20px; }
  @media (min-width: 767px), print {
    #overlay__images, .overlay__filling-info {
      width: 80%;
      margin: 100px auto; } }
  #overlay__images img, .overlay__filling-info img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 40px 40px; }
  #overlay__images p, .overlay__filling-info p {
    display: inline; }

.overlay-content {
  padding: 40px; }

.pagination {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
  /* Safari */ }
  .pagination progress {
    width: 30%;
    height: 5px;
    border-radius: 20px;
    border: 1px solid #555; }
  .pagination progress::-webkit-progress-bar {
    border-radius: 20px;
    background-color: #f5f5f5; }
  .pagination progress::-webkit-progress-value {
    background-color: #555;
    border-radius: 20px; }
  .pagination .loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #555;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
    margin: 0px auto; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.article-detail .bookingcard-with-icon, .ready-solution-page .bookingcard-with-icon {
  margin-bottom: 70px; }
  @media (min-width: 767px), print {
    .article-detail .bookingcard-with-icon, .ready-solution-page .bookingcard-with-icon {
      margin-bottom: 40px; } }

.article-detail .mobile--hide, .ready-solution-page .mobile--hide {
  display: none; }
  @media (min-width: 767px), print {
    .article-detail .mobile--hide, .ready-solution-page .mobile--hide {
      display: flex; } }

.bookingcard-with-icon__media {
  width: 60%;
  margin: 0px auto; }

.bookingcard-with-icon__content {
  text-align: center; }
  .bookingcard-with-icon__content h1, .bookingcard-with-icon__content h2, .bookingcard-with-icon__content h3, .bookingcard-with-icon__content h4, .bookingcard-with-icon__content h5, .bookingcard-with-icon__content p {
    display: none; }

@media (min-width: 767px), print {
  .bookingcard-with-icon {
    display: flex;
    color: unset;
    text-decoration: unset;
    width: 100%; }
    .bookingcard-with-icon__media {
      width: 40%;
      display: flex;
      align-items: center; }
    .bookingcard-with-icon__content {
      text-align: unset;
      width: 60%;
      display: block;
      align-content: center; }
      .bookingcard-with-icon__content h1, .bookingcard-with-icon__content h2, .bookingcard-with-icon__content h3, .bookingcard-with-icon__content h4, .bookingcard-with-icon__content h5, .bookingcard-with-icon__content p {
        display: block; }
      .bookingcard-with-icon__content .btn {
        margin-top: 25px; } }

.countrycard-with-icon__media {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px auto; }
  .countrycard-with-icon__media img {
    width: auto;
    height: 100%; }

.countrycard-with-icon__content {
  text-align: center;
  padding-top: 10px; }
  .countrycard-with-icon__content p, .countrycard-with-icon__content span {
    display: none; }

@media (min-width: 767px), print {
  .countrycard-with-icon {
    display: flex;
    color: unset;
    text-decoration: unset;
    width: 100%; }
    .countrycard-with-icon__media {
      display: inline-block;
      position: relative;
      width: 150px;
      height: 150px;
      overflow: hidden;
      border-radius: 50%; }
      .countrycard-with-icon__media img {
        width: auto;
        height: 100%; }
    .countrycard-with-icon__content {
      text-align: unset;
      width: 60%;
      display: block;
      align-content: center;
      padding-top: unset; }
      .countrycard-with-icon__content h1, .countrycard-with-icon__content h2, .countrycard-with-icon__content h3, .countrycard-with-icon__content h4, .countrycard-with-icon__content h5, .countrycard-with-icon__content p, .countrycard-with-icon__content span {
        display: block; }
      .countrycard-with-icon__content .btn {
        margin-top: 25px; } }

.fixed-image-with-text {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .fixed-image-with-text__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .fixed-image-with-text__card .card__content {
      padding: 0;
      justify-content: center; }
      .fixed-image-with-text__card .card__content p {
        flex-grow: unset; }
    .fixed-image-with-text__card.bottom-align {
      justify-content: flex-end; }
      .fixed-image-with-text__card.bottom-align .card__content {
        justify-content: flex-end; }
  .fixed-image-with-text.one-by-one {
    aspect-ratio: 1/1 auto; }
    .fixed-image-with-text.one-by-one .fixed-image-with-text__card {
      padding: 48px; }
  .fixed-image-with-text.three-by-four {
    aspect-ratio: 3/4 auto; }
    .fixed-image-with-text.three-by-four .fixed-image-with-text__card {
      padding: 76px; }
  .fixed-image-with-text.four-by-three {
    aspect-ratio: 4/3 auto; }
    .fixed-image-with-text.four-by-three .fixed-image-with-text__card {
      padding: 48px 76px; }

