@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }



/*! 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #343434;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 10px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 10px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.46875rem;
        margin-left: -0.46875rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.46875rem;
        margin-left: -0.46875rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.46875rem !important;
  padding-left: 0.46875rem !important;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.86875rem;
      padding-left: 0.86875rem; } }

.suggestions .column, .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.99875rem;
    padding-left: 0.56875rem;
    min-width: 0; }

.products .column, .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.36875rem;
    padding-left: 0.36875rem;
    min-width: 0; }

.goodies .column, .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 0.49875rem;
    padding-left: 0.56875rem;
    min-width: 0; }

@media print, screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 0.86875rem;
        padding-left: 0.86875rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -webkit-flex: 0 0 6.25%;
      -ms-flex: 0 0 6.25%;
          flex: 0 0 6.25%;
  max-width: 6.25%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%; }

.small-offset-1 {
  margin-left: 6.25%; }

.small-3 {
  -webkit-flex: 0 0 18.75%;
      -ms-flex: 0 0 18.75%;
          flex: 0 0 18.75%;
  max-width: 18.75%; }

.small-offset-2 {
  margin-left: 12.5%; }

.small-4 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-3 {
  margin-left: 18.75%; }

.small-5 {
  -webkit-flex: 0 0 31.25%;
      -ms-flex: 0 0 31.25%;
          flex: 0 0 31.25%;
  max-width: 31.25%; }

.small-offset-4 {
  margin-left: 25%; }

.small-6 {
  -webkit-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%; }

.small-offset-5 {
  margin-left: 31.25%; }

.small-7 {
  -webkit-flex: 0 0 43.75%;
      -ms-flex: 0 0 43.75%;
          flex: 0 0 43.75%;
  max-width: 43.75%; }

.small-offset-6 {
  margin-left: 37.5%; }

.small-8 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-7 {
  margin-left: 43.75%; }

.small-9 {
  -webkit-flex: 0 0 56.25%;
      -ms-flex: 0 0 56.25%;
          flex: 0 0 56.25%;
  max-width: 56.25%; }

.small-offset-8 {
  margin-left: 50%; }

.small-10 {
  -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%; }

.small-offset-9 {
  margin-left: 56.25%; }

.small-11 {
  -webkit-flex: 0 0 68.75%;
      -ms-flex: 0 0 68.75%;
          flex: 0 0 68.75%;
  max-width: 68.75%; }

.small-offset-10 {
  margin-left: 62.5%; }

.small-12 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-11 {
  margin-left: 68.75%; }

.small-13 {
  -webkit-flex: 0 0 81.25%;
      -ms-flex: 0 0 81.25%;
          flex: 0 0 81.25%;
  max-width: 81.25%; }

.small-offset-12 {
  margin-left: 75%; }

.small-14 {
  -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%; }

.small-offset-13 {
  margin-left: 81.25%; }

.small-15 {
  -webkit-flex: 0 0 93.75%;
      -ms-flex: 0 0 93.75%;
          flex: 0 0 93.75%;
  max-width: 93.75%; }

.small-offset-14 {
  margin-left: 87.5%; }

.small-16 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-15 {
  margin-left: 93.75%; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 6.25%;
        -ms-flex: 0 0 6.25%;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-offset-1 {
    margin-left: 6.25%; }
  .medium-3 {
    -webkit-flex: 0 0 18.75%;
        -ms-flex: 0 0 18.75%;
            flex: 0 0 18.75%;
    max-width: 18.75%; }
  .medium-offset-2 {
    margin-left: 12.5%; }
  .medium-4 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-3 {
    margin-left: 18.75%; }
  .medium-5 {
    -webkit-flex: 0 0 31.25%;
        -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
    max-width: 31.25%; }
  .medium-offset-4 {
    margin-left: 25%; }
  .medium-6 {
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-offset-5 {
    margin-left: 31.25%; }
  .medium-7 {
    -webkit-flex: 0 0 43.75%;
        -ms-flex: 0 0 43.75%;
            flex: 0 0 43.75%;
    max-width: 43.75%; }
  .medium-offset-6 {
    margin-left: 37.5%; }
  .medium-8 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-7 {
    margin-left: 43.75%; }
  .medium-9 {
    -webkit-flex: 0 0 56.25%;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
    max-width: 56.25%; }
  .medium-offset-8 {
    margin-left: 50%; }
  .medium-10 {
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-offset-9 {
    margin-left: 56.25%; }
  .medium-11 {
    -webkit-flex: 0 0 68.75%;
        -ms-flex: 0 0 68.75%;
            flex: 0 0 68.75%;
    max-width: 68.75%; }
  .medium-offset-10 {
    margin-left: 62.5%; }
  .medium-12 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-11 {
    margin-left: 68.75%; }
  .medium-13 {
    -webkit-flex: 0 0 81.25%;
        -ms-flex: 0 0 81.25%;
            flex: 0 0 81.25%;
    max-width: 81.25%; }
  .medium-offset-12 {
    margin-left: 75%; }
  .medium-14 {
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-offset-13 {
    margin-left: 81.25%; }
  .medium-15 {
    -webkit-flex: 0 0 93.75%;
        -ms-flex: 0 0 93.75%;
            flex: 0 0 93.75%;
    max-width: 93.75%; }
  .medium-offset-14 {
    margin-left: 87.5%; }
  .medium-16 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-15 {
    margin-left: 93.75%; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 6.25%;
        -ms-flex: 0 0 6.25%;
            flex: 0 0 6.25%;
    max-width: 6.25%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-offset-1 {
    margin-left: 6.25%; }
  .large-3 {
    -webkit-flex: 0 0 18.75%;
        -ms-flex: 0 0 18.75%;
            flex: 0 0 18.75%;
    max-width: 18.75%; }
  .large-offset-2 {
    margin-left: 12.5%; }
  .large-4 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-3 {
    margin-left: 18.75%; }
  .large-5 {
    -webkit-flex: 0 0 31.25%;
        -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
    max-width: 31.25%; }
  .large-offset-4 {
    margin-left: 25%; }
  .large-6 {
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large-offset-5 {
    margin-left: 31.25%; }
  .large-7 {
    -webkit-flex: 0 0 43.75%;
        -ms-flex: 0 0 43.75%;
            flex: 0 0 43.75%;
    max-width: 43.75%; }
  .large-offset-6 {
    margin-left: 37.5%; }
  .large-8 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-7 {
    margin-left: 43.75%; }
  .large-9 {
    -webkit-flex: 0 0 56.25%;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
    max-width: 56.25%; }
  .large-offset-8 {
    margin-left: 50%; }
  .large-10 {
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large-offset-9 {
    margin-left: 56.25%; }
  .large-11 {
    -webkit-flex: 0 0 68.75%;
        -ms-flex: 0 0 68.75%;
            flex: 0 0 68.75%;
    max-width: 68.75%; }
  .large-offset-10 {
    margin-left: 62.5%; }
  .large-12 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-11 {
    margin-left: 68.75%; }
  .large-13 {
    -webkit-flex: 0 0 81.25%;
        -ms-flex: 0 0 81.25%;
            flex: 0 0 81.25%;
    max-width: 81.25%; }
  .large-offset-12 {
    margin-left: 75%; }
  .large-14 {
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large-offset-13 {
    margin-left: 81.25%; }
  .large-15 {
    -webkit-flex: 0 0 93.75%;
        -ms-flex: 0 0 93.75%;
            flex: 0 0 93.75%;
    max-width: 93.75%; }
  .large-offset-14 {
    margin-left: 87.5%; }
  .large-16 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-15 {
    margin-left: 93.75%; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 0.9375rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 0.9375rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 0.8rem;
  font-size: inherit;
  line-height: 1.3;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.4625rem !important;
  color: #CE3EA6;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 1.5625rem; }
  h2, .h2 {
    font-size: 0.9375rem; }
  h3, .h3 {
    font-size: 0.9375rem; }
  h4, .h4 {
    font-size: 0.9375rem; }
  h5, .h5 {
    font-size: 0.9375rem; }
  h6, .h6 {
    font-size: 0.9375rem; } }

a {
  line-height: inherit;
  color: #07A2B5;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #068b9c; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #343434;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #F2F4F4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #343434; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F2F4F4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #343434; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #07A2B5;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #068a9a;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #07A2B5;
    color: #343434; }
    .button.primary:hover, .button.primary:focus {
      background-color: #068291;
      color: #343434; }
  .button.secondary {
    background-color: #F2F4F4;
    color: #343434; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #bdc7c7;
      color: #343434; }
  .button.success {
    background-color: #07A2B5;
    color: #343434; }
    .button.success:hover, .button.success:focus {
      background-color: #068291;
      color: #343434; }
  .button.warning {
    background-color: #F4E172;
    color: #343434; }
    .button.warning:hover, .button.warning:focus {
      background-color: #efd330;
      color: #343434; }
  .button.alert {
    background-color: #EA4D6D;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #df1a42;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #07A2B5;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #07A2B5;
        color: #343434; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #F2F4F4;
        color: #343434; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #07A2B5;
        color: #343434; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #F4E172;
        color: #343434; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #EA4D6D;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #07A2B5;
    color: #07A2B5; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #04515b;
      color: #04515b; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #07A2B5;
        color: #07A2B5; }
    .button.hollow.primary {
      border: 1px solid #07A2B5;
      color: #07A2B5; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #04515b;
        color: #04515b; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #07A2B5;
          color: #07A2B5; }
    .button.hollow.secondary {
      border: 1px solid #F2F4F4;
      color: #F2F4F4; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #6f8484;
        color: #6f8484; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #F2F4F4;
          color: #F2F4F4; }
    .button.hollow.success {
      border: 1px solid #07A2B5;
      color: #07A2B5; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #04515b;
        color: #04515b; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #07A2B5;
          color: #07A2B5; }
    .button.hollow.warning {
      border: 1px solid #F4E172;
      color: #F4E172; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #a6900d;
        color: #a6900d; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #F4E172;
          color: #F4E172; }
    .button.hollow.alert {
      border: 1px solid #EA4D6D;
      color: #EA4D6D; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #8b1029;
        color: #8b1029; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #EA4D6D;
          color: #EA4D6D; }
  .button.clear {
    border: 1px solid #07A2B5;
    color: #07A2B5; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #04515b;
      color: #04515b; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #07A2B5;
        color: #07A2B5; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #07A2B5;
      color: #07A2B5; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #04515b;
        color: #04515b; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #07A2B5;
          color: #07A2B5; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #F2F4F4;
      color: #F2F4F4; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #6f8484;
        color: #6f8484; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #F2F4F4;
          color: #F2F4F4; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #07A2B5;
      color: #07A2B5; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #04515b;
        color: #04515b; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #07A2B5;
          color: #07A2B5; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #F4E172;
      color: #F4E172; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #a6900d;
        color: #a6900d; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #F4E172;
          color: #F4E172; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #EA4D6D;
      color: #EA4D6D; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #8b1029;
        color: #8b1029; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #EA4D6D;
          color: #EA4D6D; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #07A2B5; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #07A2B5; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #F2F4F4; }
  .button.dropdown.hollow.success::after {
    border-top-color: #07A2B5; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #F4E172; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #EA4D6D; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 10px;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #343434;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #3279E0;
    background-color: #fefefe;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #F2F4F4;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #343434; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #343434; }

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #F2F4F4;
  color: #343434;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 10px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #343434;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #3279E0;
    background-color: #fefefe;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #F2F4F4;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #EA4D6D;
  background-color: #fcecf0; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #EA4D6D; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #EA4D6D; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #EA4D6D; }

.is-invalid-label {
  color: #EA4D6D; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #EA4D6D; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F2F4F4;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #07A2B5; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #F2F4F4;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #F2F4F4; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #F2F4F4;
  border-bottom: 0;
  background-color: #fefefe;
  color: #343434; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #F2F4F4; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #343434;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #07A2B5; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #343434; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #343434;
    box-shadow: 0 7px 0 #343434, 0 14px 0 #343434;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 10px;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(52, 52, 52, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal_full_mobile {
       display: none;
    }
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; }
    .reveal.full img {
          width: 100% }
  }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal_full_desk {
        display: none;
    }
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; }

    .reveal.full img {
      -webkit-transform: scale(3);
      transform: scale(3) }
  }

.reveal.without-overlay {
  position: fixed; }

.tabs {
  margin: 0;
  border: 1px solid #F2F4F4;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #07A2B5; }
  .tabs.primary > li > a {
    color: #343434; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #08b0c5; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #07A2B5; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #068b9c; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #F2F4F4;
      color: #07A2B5; }

.tabs-content {
  border: 1px solid #F2F4F4;
  border-top: 0;
  background: #fefefe;
  color: #343434;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #F2F4F4;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.align-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }

.align-center-middle {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.wrapper {
  text-align: center; }
  .wrapper.small {
    margin: 0 auto;
    max-width: 35rem; }
  .wrapper.medium {
    margin: 0 auto;
    max-width: 54rem; }
    .wrapper.medium h1 {
      text-align: center; }

.fancy {
  color: #8a8a8a;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .fancy {
      margin-left: auto;
      margin-right: auto;
      width: 15rem; } }
  .fancy span {
    background: #FFF;
    display: inline-block;
    padding: 0 0.625rem;
    position: relative;
    z-index: 3;
    margin: 0 auto; }
  .fancy:after {
    border-bottom: 1px solid #cacaca;
    content: " ";
    border-top: 1px;
    top: 0;
    left: 0;
    height: 55%;
    position: absolute;
    width: 100%;
    z-index: 1; }

.small-text {
  font-size: 76.92308%; }

h1 span {
  font-weight: 300; }

.no-margin {
  margin: 0 !important; }

.decorated {
  text-transform: uppercase; }

.no-scroll {
  overflow: hidden;
  position: fixed; }
  .no-scroll header {
    position: fixed; }

.primary-link a {
  color: #ab2b88 !important; }

.standard-link a {
  color: #8a8a8a !important; }

.price:after,
#priceinfo p:before,
.cart__products__product__meta div:after {
  color: #8a8a8a;
  content: "*"; }

.cart__products__product__meta div:first-child:after {
  display: none; }

.cart__products__product__meta div sup {
  display: none; }

.icon {
  height: 100%;
  width: 100%; }
  .icon.icon-heart path {
    stroke: #ED66C0;
    fill: #FFF; }

.icon:hover.icon-heart path {
  stroke: #ED66C0;
  fill: #FCD9F0; }

.icon:hover.icon-cart path:last-child {
  fill: #AAF5F9; }

.icon:hover.icon-madamme .hair {
  fill: #d2c3b3; }

.active .icon-heart path {
  stroke: #ED66C0;
  fill: #FCD9F0; }

.active-icon .icon-heart path {
  stroke: #ED66C0;
  fill: #FCD9F0; }

.active-icon .icon-cart path:last-child {
  fill: #AAF5F9; }

.active-icon .icon-madamme .hair {
  fill: #d2c3b3; }

.icon-mail {
  display: inline-block;
  width: 30px;
  margin-left: 10px; }

.icon-confi {
  display: inline-block;
  width: 30px;
  margin-left: 10px; }

.icon.icon-match path {
    stroke: #068b9c;
    fill: #068b9c;
}

.icon:hover.icon-match path {
    stroke: #445081;
    fill: #445081;
}

/* 
 * Form errors
 */
input.error, select.error, textarea.error {
  border-color: #EA4D6D;
  margin: 0; }

input.error:focus, select.error:focus, textarea.error:focus {
  border-color: #EA4D6D; }

small.error {
  display: block;
  margin-bottom: 0.75rem; 
  color:#ff0000;}

.required {
  color: #EA4D6D; }

table {
  border-collapse: collapse;
  display: block; }
  table tr {
    border-bottom: 1px solid #cacaca; }
  table th {
    font-weight: normal;
    text-align: left; }
  table td, table th {
    padding: 0.625rem;
    width: 20%; }
  table tfoot {
    padding: 0.3rem 0; }
    table tfoot tr {
      border: none; }
    table tfoot td {
      padding: 0.325rem 0.625rem; }
  table a {
    color: #8a8a8a;
    text-decoration: underline; }

.module {
  margin: 1rem 0; }
  .module h2 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem; }

/*
 * Wellcome module
 */
.wellcome-module h2 {
  font-family: 'Amatic SC', cursive;
  font-size: 2rem;
  font-weight: bold; }

.wellcome-module .content-wrapper {
  max-width: 74rem;
  margin: 0 auto;
  background: url("../img/wellcome.gif") repeat;
  padding: 1rem;
  margin: 0 auto 0 auto; }
  @media print, screen and (min-width: 64em) {
    .wellcome-module .content-wrapper {
      padding: 2rem 12rem; } }

.message.success {
  color: #07A2B5;
  display: block;
  padding: 0.125rem 0.625rem 0 1.25rem;
  margin-bottom: 1rem;
  position: relative; }
  .message.success:before {
    background: #07A2B5;
    border-radius: 50%;
    color: #FFF;
    content: "-";
    display: block;
    height: 1rem;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0.325rem;
    width: 1rem; }

.message.warning {
  color: #F4E172;
  display: block;
  padding: 0.125rem 0.625rem 0 1.25rem;
  margin-bottom: 1rem;
  position: relative; }
  .message.warning:before {
    background: #F4E172;
    border-radius: 50%;
    color: #FFF;
    content: "!";
    display: block;
    height: 1rem;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0.325rem;
    width: 1rem; }

.message.alert {
  color: #EA4D6D;
  display: block;
  padding: 0.125rem 0.625rem 0 1.25rem;
  margin-bottom: 1rem;
  position: relative; }
  .message.alert:before {
    background: #EA4D6D;
    border-radius: 50%;
    color: #FFF;
    content: "x";
    display: block;
    height: 1rem;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0.325rem;
    width: 1rem; }

.message.error {
  color: #EA4D6D;
  display: block;
  padding: 0.125rem 0.625rem 0 1.25rem;
  margin-bottom: 1rem;
  position: relative; }
  .message.error:before {
    background: #EA4D6D;
    border-radius: 50%;
    color: #FFF;
    content: "!";
    display: block;
    height: 1rem;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0.325rem;
    width: 1rem; }

.alert {
  border-radius: 10px;
  padding: 0.525rem;
  margin-bottom: 1rem; }
  .alert.alert--error {
    background-color: #F8E2F2;
    text-align: left;}
  .alert.alert--warning {
    background-color: #ffedcc;
    text-align: left;}
.alert.alert--warning-header {
    background-color: #F8E2F2;
    text-align: center;}
  .alert.alert--success {
    background-color: #E6F6F8;
    text-align: left;}
.alert.alert--success-small {
    background-color: #E6F6F8;
    font-size: 0.75rem;
    text-align: left;}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 * Individual settings
 */
.slick-slider {
  overflow: hidden; }
  .slick-slider div {
    outline: none; }
  .slick-slider .slick-arrow {
    position: absolute;
    height: 1rem;
    width: 1rem;
    top: 44%;
    left: 0.75rem;
    z-index: 1;
    line-height: 0;
    text-indent: -9999rem;
    border-left: 2px solid #CE3EA6;
    border-bottom: 2px solid #CE3EA6;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    overflow: hidden;
    display: none;
    outline: none;
    border-radius: 0 }
  .slick-slider .slick-next {
    border-radius: 0;
    left: inherit;
    right: 0.75rem;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .slick-slider .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0; }
    .slick-slider .slick-dots li {
      background: #86d6de;
      border-radius: 50%;
      height: 0.5rem;
      width: 0.5rem;
      display: inline-block;
      text-indent: -1000rem;
      margin: 0.3rem;
      line-height: 0; }
      .slick-slider .slick-dots li.slick-active {
        background: #0A909E; }
  @media print, screen and (min-width: 64em) {
    .slick-slider.products > div, .slick-slider.feed > div {
      margin: 0 1.5rem; }
    .slick-slider .slick-arrow {
      display: block;
      border-radius: 0  } }

.suggestions .slick-arrow {
    position: absolute;
    height: 1rem;
    width: 1rem;
    top: 44%;
    left: -5rem;
    z-index: 1;
    line-height: 0;
    text-indent: -9999rem;
    border-left: 2px solid #0A909E;
    border-bottom: 2px solid  #0A909E;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    overflow: hidden;
    display: none;
    outline: none;
    border-radius: 0 }

.suggestions .slick-next {
    border-radius: 0;
    left: inherit;
    right: 0.2rem;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }

/*.large-image .slick-arrow {
    border-left: none;
    border-bottom: none;
}*/


.boxes .slick-list {
    position: relative;
    margin: 0 -12px !important;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.boxes .slick-slide {
    float: left;
    margin: 0 10px;
    height: 100%;
    min-height: 1px;
    display: none; }

.suggestions .slick-slide {
    float: left;
    margin: 0 10px 0 0;
    height: 100%;
    min-height: 1px;
    display: none; }

[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.boxes .slick-slider .slick-arrow {
    position: absolute;
    height: 1rem;
    width: 1rem;
    top: 44%;
    left: 0.75rem;
    z-index: 1;
    line-height: 0;
    text-indent: -9999rem;
    border-left: 2px solid #CE3EA6;
    border-bottom: 2px solid #CE3EA6;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    overflow: hidden;
    display: none;
    outline: none;
    border-radius: 0 }
.boxes .slick-slider .slick-next {
    border-radius: 0;
    left: inherit;
    right: 0.75rem;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
.boxes .slick-slider.products > div, .slick-slider.feed > div {
      margin: 0 0; }              

.boxes-top-content {
    margin-bottom: 50px;
}

.boxes h1{
    color: #CE3EA6;
}   

.product-information select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #CE3EA6;
  border-radius: 10px;
  width: 50%;
}

.cart-action .button{
  border-radius: 10px;
  width: 65%;
  display:inline-block;
}

.product-information select::-ms-expand {
  display: none;
} 

.product-information .cart-action .wishlist{
  padding: 0;
  margin: 0 0 2px 9px;
  border: none;
}

.product-information .icon {
  height: 100%;
  width: 100%; }

.product-information .icon.icon-heart path {
    stroke: #ED66C0;
    stroke-width: 8;
    fill: #FFF; }

.product-information .active-icon .icon-heart path {
    stroke: #ED66C0;
    fill: #FCD9F0; }

.product-information .icon:hover.icon-heart path {
    stroke: #ED66C0;
    fill: #FCD9F0; }

.box-span{
  display: inline-block;
  width: 20%;
}  

.box-cart{
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}

/*.video-wrapper{
    height:500px;
    position:relative;
}
.video-wrapper iframe{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    pointer-events:none;
    width:300px;
    height:200px;
}
*/

/*.video-wrapper {
    position: relative;
    margin-left: 7px;
    height: 130px;
    width: 136px;
}
.video-wrapper iframe {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    pointer-events:none;
    width: 100%;
    height: 100%;
}
.video-mask {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}
.video-wrapper-full {
    position: relative;
    margin-left: 50px;
    height: 500px;
    width: 500px;
}
.video-wrapper-full iframe {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    pointer-events:none;
    width: 100%;
    height: 100%;
}*/

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-wrapper {
  box-sizing: inherit; }

.swiper-container {
  padding: 1px 10px;
  overflow: hidden; }

@media screen and (min-width: 40em) {
  .swiper-container {
    padding: 1px 2rem;
    overflow: hidden; }
  .swiper-container:before,
  .swiper-container:after {
    content: " ";
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    z-index: 2; }
  .swiper-container:before {
    left: 0; }
  .swiper-container:after {
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    right: 0; }
  .swiper-button-next, .swiper-button-prev {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
  .swiper-button-next {
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0; } }

.swiper-pagination {
  padding-top: 0.625rem; }

.swiper-slide video{
    width: 87%;
    background: #FFF;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    display: block;
    margin:  0.325rem;
    position: relative;
}
.fi-play-video{
    color:#CE3EA6;
    font-size: 1.6rem;
}
#play-video{
    font-family: 'Amatic SC', cursive;
    font-size: 1.6rem;
    font-weight: bold;
    color:#CE3EA6;
    margin-bottom: 20px;
    cursor: pointer;
}
.product-images .full, .product-images .thumbs-slider {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%; }

.product-img{
  background-color: #F6F6F6;
}

#drawing svg{
    /*width: 1270px;*/
}

.themenwelten-wrapper{
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.themenwelten-cats{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px;
}

.themenwelten-cats svg{
    width: 100%;
    height: 100%;
}

.button {
  line-height: .85; }
  .button.action {
    background-color: #CE3EA6;
    color: #FFF; }
    .button.action:hover, .button.action:focus {
      background-color: #ab2b88;
      color: #FFF; }
  .button.notify {
    background-color: #FBDAF0;
    color: #343434;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.2em 1em;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .button.notify:hover, .button.notify:focus {
      background-color: #f285ce;
      color: #343434; }
  .button.alert {
    background-color: #FBDAF0;
    color: #343434; }
    .button.alert:hover, .button.alert:focus {
      background-color: #f285ce;
      color: #343434; }
  .button.amazon {
    background-color: #F4E172;
    color: #8d6631; }
    .button.amazon:hover, .button.amazon:focus {
      background-color: #efd330;
      color: #8d6631; }
  .button.options {
    background-color: #CE3EA6;
    color: #FFF; }
    .button.options:hover, .button.options:focus {
      background-color: #CE3EA6;
      color: #FFF; }

.to-the-top {
  background: #F2F4F4;
  height: 2.5rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 2.5rem;
  display: none; }
  .to-the-top:before {
    border-left: 1px solid #cacaca;
    content: " ";
    display: block;
    height: 1rem;
    position: absolute;
    top: 0.625rem;
    left: 0.9rem;
    width: 1px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .to-the-top:after {
    border-right: 1px solid #cacaca;
    content: " ";
    display: block;
    height: 1rem;
    position: absolute;
    top: 0.625rem;
    right: 0.9rem;
    width: 1px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .to-the-top.visible {
    display: block; }
  .to-the-top:hover {
    background: #07A2B5; }

#cookie-consent {
  background: #f3f3f3;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.325rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2000; }
  #cookie-consent p {
    margin: 0;
    padding: 0 1rem; }
  #cookie-consent .close {
    color: #333;
    font-size: 1.5rem;
    position: absolute;
    right: 0.75rem;
    top: 0; }

.category-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .category-options div {
    margin-left: 0.75rem; }

  .new-unit {
      color: #fff;
      background: #ED66C0;
      border-radius: 10px;
      border: 1px solid #ED66C0;
      padding: 5px;
      margin-bottom: 15px;
      font-weight: bold;
  }
.badge {
  background: #FFF;
  border-radius: 0;
  border: 1px solid #343434;
  color: #343434;
  display: block;
  position: absolute;
  font-size: 0.75rem;
  height: 1.25rem;
  min-width: 2.5rem;
  padding: 0.55rem 0.325rem;
  text-transform: uppercase;
  line-height: 0.1;
  top: 0.625rem;
  left: 0.625rem; }
  .badge.badge--special {
    border-color: #ED66C0;
    color: #ED66C0;
    top: 2.1rem; }
  .badge.badge--minimum {
    border-color: #ED66C0;
    color: #ED66C0;
    top: 3.2rem; }
  .badge.circle {
    border-radius: 50%;
    height: 1.2rem;
    left: 1.5rem;
    line-height: 0;
    text-align: center;
    top: 0.8rem;
    padding: 0.55rem 0;
    min-width: 0;
    width: 1.2rem; }

.badge-right {
  background: #FFF;
  border-radius: 0;
  border: 1px solid #343434;
  color: #343434;
  display: block;
  position: absolute;
  font-size: 0.75rem;
  height: 1.25rem;
  min-width: 2.5rem;
  padding: 0.55rem 0.325rem;
  text-transform: uppercase;
  line-height: 0.1;
  top: 0rem;
  right: 0rem; }

.badge-right.badge--confi {
  border-radius: 50%;
  height: 3.25rem;
  line-height: 0;
  text-align: center;
  padding: 0.55rem 0;
  min-width: 0;
  width: 3.25rem; }

.download {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 15px;
  padding: 0 10px; }
  .download small {
    color: #cacaca; }

/*
.checkbox {
	float: left;
	margin-right: 2rem;

	label {
		margin: 0;
		padding: 0;
		position: relative;

		&:before {
			background: #FFF;
			border: $code-border;
			content: " ";
			display: inline-block;
			height: 1.25rem;
			left: 0;
			position: absolute;
			top: -1rem;
			width: 1.25rem;
		}
	}
	input[type=checkbox] {
		display: none;

		&:checked + label {
			&:after {
				border-right: 2px solid #333;
				border-bottom: 2px solid #333;
				content: " ";
				display: inline-block;
				height: 0.725rem;
				left: 0.525rem;
				position: absolute;
				top: -0.825rem;
				transform: rotate(45deg);
				width: 0.325rem;
			}
		}
	}
}
.radio {
	label {
		margin-left: 0;
		margin-right: 0;
		padding-left: 1.525rem;
		position: relative;
		&:before {
			background: #FFF;
			border: $code-border;
			border-radius: $radius-full;
			content: " ";
			display: inline-block;
			height: 1.25rem;
			left: 0;
			position: absolute;
			top: 0.125rem;
			width: 1.25rem;
		}
	}
	input[type=radio] {
		display: none;

		&:checked + label {
			&:after {
				background: $black;
				border-radius: $radius-full;
				content: " ";
				display: inline-block;
				height: 0.725rem;
				left: 0.275rem;
				line-height: 0;
				position: absolute;
				top: 0.375rem;
				width: 0.725rem;
			}
		}
	}	
}
*/
#content label {
  display: block !important;
  line-height: 20px;
  margin: 0 0 10px 0 !important;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  text-align: left; }

#content label::before, #content label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

#content input[type="radio"], #content input[type="checkbox"] {
  display: none; }

#content input[type="radio"] + label::before,
#content input[type="radio"] + label::after {
  border-radius: 50%; }

#content label::before {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #333; }

#content label::after {
  display: none;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: #333; }

#content input:checked + label::after {
  display: block; }

#usercentrics-button input[type="checkbox"].uc-form-check-input + label::before, .uc-embed input[type="checkbox"].uc-form-check-input + label::before {
  border: 2px solid #ce3ea6 !important; }

#usercentrics-button input[type="checkbox"].uc-form-check-input:checked + label::before, .uc-embed input[type="checkbox"].uc-form-check-input:checked + label::before {
  background-color: #07A2B5 !important; }

#usercentrics-button .uc-card-header .switch1 .background,
.usercentrics-button .uc-card-header .switch1 .background {
  background-color: #ce3ea6 !important; }

#usercentrics-button #uc-center-modal .secondary-advance .uc-card-header .uc-card-title .uc-secondary-toggle button .on .background {
  background-color: #07A2B5 !important; }

#usercentrics-button #uc-center-modal .secondary-basic .uc-card-body .uc-category-row label,
#usercentrics-button #uc-center-modal .secondary-advance .uc-card-body .uc-category-row label {
  background-color: #ce3ea6 !important; }

#usercentrics-button input[type="checkbox"].uc-form-check-input.intermediate + label::before, .uc-embed input[type="checkbox"].uc-form-check-input.intermediate + label::before,
#usercentrics-button #uc-center-modal .secondary-basic .uc-card-body .uc-category-row input[type="checkbox"].intermediate + label,
#usercentrics-button #uc-center-modal .secondary-advance .uc-card-body .uc-category-row input[type="checkbox"].intermediate + label {
  background-color: #ababab !important; }

#usercentrics-button #uc-center-modal .secondary-basic .uc-card-body .uc-category-row input[type="checkbox"]:checked + label,
#usercentrics-button #uc-center-modal .secondary-advance .uc-card-body .uc-category-row input[type="checkbox"]:checked + label {
  background-color: #07A2B5 !important; }

.uc-powered-by-footer {
  display:none !important;
}  

::-webkit-input-placeholder {
  color: #CACACA !important;
  opacity: 1; }

:-ms-input-placeholder {
  color: #CACACA !important;
  opacity: 1; }

::placeholder {
  color: #CACACA !important;
  opacity: 1; }

.suggest {
  position: absolute;
  max-height: 300px;
  overflow: auto;
  width: 100%;
  display: none; }
  .suggest ul {
    background: #FFF;
    font-size: 0.925rem;
    list-style: none;
    margin: 0;
    padding: 0; }
  .suggest li {
    padding: 0.625rem 0.925rem;
    border-bottom: 1px solid #cacaca; }
  .suggest a {
    color: #cacaca; }
  .suggest span {
    color: #343434; }
  @media print, screen and (min-width: 64em) {
    .suggest ul {
      border: 1px solid #cacaca;
      border-bottom: none;
      border-top: none;
      margin: 0 0.425rem; } }

.menu {
  margin-bottom: 1rem; }
  .menu .heading {
    font-weight: bold; }
  .menu.sidebar .heading {
    border-bottom: 1px solid #cacaca;
    color: #343434;
    font-size: 150% !important;
    font-weight: 300;
    margin-bottom: 0.475rem;
    padding-bottom: 0.475rem; }
  .menu ul {
    margin: 0;
    padding: 0;
    position: relative; }
  .menu li {
    list-style: none; }
  .menu a {
    color: #343434;
    display: block;
    padding: 0.125rem 0; }
  .menu.horizontal {
    margin-bottom: 0; }
    .menu.horizontal li {
      display: inline-block; }
    .menu.horizontal a {
      padding: 0;
      position: relative;
      display: block; }

.submenues ul {
  display: none; }

@media print, screen and (min-width: 64em) {
  .submenues ul {
    display: block; }
  .submenues select {
    display: none; } }

.teaser {
  margin: 0 auto;
  max-width: 75rem;
  overflow: hidden;
  /* 
	 * Einkommentieren um Teasergrafik je nach Endgerät zu beschneiden
	 * Ausgangspunkt ist die Mitte des Bildes
	 *
	img {
		display: none;
	}
	a {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		display: block;
		height: 28rem;
	}
	@include breakpoint(small down) {
		a {
			height: 100vh;
		}
	}
	*/ }

.product a {
  display: inline-block;
  position: relative; }

.product.list-item {
  border: 1px solid #07A2B5;
  border-radius: 20px;
  margin-bottom: 0.9375rem;
  position: relative;
  text-align: center;
  overflow: hidden;}
  .product.list-item:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .product.list-item .pricing {
    height: 3.75rem;
    padding: 0 10px 10px 10px; }


.product.list-item-box {
  border: 1px solid #CE3EA6;
  border-radius: 20px;
  margin-bottom: 0.9375rem;
  position: relative;
  text-align: center; 
  height:300px;
  overflow: hidden;}

.products .product.list-item {
    /***** noch nicht live stellen ******/
    /*border: none;
    border-radius: 20px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin: 25px 0;
    position: relative;
    text-align: center;
    overflow: hidden;*/

    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 0 !important;
    margin-bottom: 0.9375rem;
    position: relative;
    text-align: center;

}


.product .info {
  text-align: left; }

.product .box-info {
  text-align: left; 
  padding: 10px;
  line-height: 1.4  }

.product h3 {
  color: #4E4D4D;
  font-size: 0.9375rem;
  font-weight: 300;
  margin: 0;
  padding: 10px 10px;
  height: 3.5rem;
  overflow: hidden; }
  .product h3 a {
    color: #4E4D4D; }

.purchased {
    border-radius: 10px;
    background-color: #07A2B5;
    color: #fefefe;
    width: 100%;
    margin: 20px 7px;
    padding: 5px 10px;
    text-align: left;
    font-size: 1.2625rem;
}

.product .delete {
  background: #FFF;
  border: 1px solid #cacaca;
  color: #343434;
  display: block;
  height: 2rem;
  position: absolute;
  right: 0.3125rem;
  text-indent: -999rem;
  top: 0.3125rem;
  width: 2rem;
  transition: box-shadow .1s; }
  .product .delete:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .product .delete:before {
    border-left: 1px solid #cacaca;
    content: " ";
    display: block;
    height: 90%;
    left: calc(50% - 1px);
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 5%;
    width: 1px; }
  .product .delete:after {
    border-left: 1px solid #cacaca;
    content: " ";
    display: block;
    height: 90%;
    right: calc(50% - 1px);
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 5%;
    width: 1px; }

.product .button {
  margin: 0.325rem 0 0 0; }

.attributes {
  background: #F2F4F4;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 0.4rem 1.25rem; }
  .attributes .row {
    margin-bottom: 0.625rem; }

.product-information {
    padding: 18px 15px 18px 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    /*margin-left: -20px;*/
    margin-top: 5px;}

.product-data {
  margin: 30px 0;}

.product-data td {
    padding: 1px 0 0 0;
}

.product-data .wash {
  padding: 0.5rem 1.2rem;
  position: relative; }

.product-data .wash svg {
  left: 0rem;
  position: absolute;
  top: 0.5rem;
  height: 30px;
  width: 30px; }

.product-data table tr {
  border: none;
  vertical-align: top; }

.ebook-data table tr {
  border: none; }

.actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: justify;
          justify-content: flex-end;
  padding: 0 0.525rem 0.525rem 0.525rem; }
  .actions a {
    cursor: pointer;
    display: block;
    height: 2rem;
    width: 2rem; }
  @media print, screen and (min-width: 64em) {
    .actions a {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); } }

#bestseller .actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 0 0.525rem 0.525rem 0.525rem; }
.actions a {
    cursor: pointer;
    display: block;
    height: 2.5rem;
    width: 2rem; }
@media print, screen and (min-width: 64em) {
    .actions a {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); } }
.addtocart-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .addtocart-overlay .wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .addtocart-overlay .quantity {
    color: #FFF;
    font-size: 1.0625rem;
    padding-bottom: 1.625rem; }
    .addtocart-overlay .quantity span {
      display: block;
      font-size: 2.25rem;
      line-height: 2.25rem;
      color: #FFF; }
  .addtocart-overlay .info {
    background: #FFF;
    padding-bottom: 0.325rem; }
  .addtocart-overlay .quantity-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .addtocart-overlay .quantity-select a {
      background: rgba(0, 0, 0, 0.5);
      display: block;
      width: 50%; }
    .addtocart-overlay .quantity-select a:hover {
      background: rgba(0, 0, 0, 0.8); }
  .addtocart-overlay .button {
    margin: 0; }
  .addtocart-overlay .quantity-form {
    position: relative; }

.sold-overlay {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .sold-overlay .sold {
    background: #FFF;
    border: 1px solid #cf73c9;
    color: #cf73c9;
    line-height: 1;
    padding: 0.325rem 0;
    text-transform: uppercase;
    width: 100%; }

.cart-action select {
  margin-bottom: 0; }

.cart-action .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px; }

.cart-action .wishlist {
  border: 1px solid #cacaca;
  cursor: pointer;
  padding: 0.325rem;
  margin: 0.325rem 0 0 0.325rem;
  width: 2.425rem;
  line-height: 0; }

.cart-action .wishlist-solo {
  cursor: pointer;
  width: 2rem;
  line-height: 0; }

.thumbs-slider .slick-list{
  height: 613px !important;
  padding: 0 0 !important;
}  

.boxes-slider{

}

@media screen and (min-width: 40em) {
    .full-image-slider .slick-dots {
        visibility: hidden;
    }
}



.product-images {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .product-images {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .product-images .large-image img {
      width: 100%;}
  @media screen and (min-width: 40em) {
    .product-images .large-image {
      padding: 0.46875rem 0.46875rem 0.8875rem 0.46875rem;
      width: 75%;
      margin-left: 5px;  } }
  @media print, screen and (min-width: 64em) {
    .product-images .large-image {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  .product-images .thumbs {
    display: none;
    overflow: hidden;}
    @media screen and (min-width: 40em) {
      .product-images .thumbs {
        display: block;
        margin: 2px 0 0 5px;
        width: 20%;
        line-height: 1.7} }
    @media print, screen and (min-width: 64em) {
      .product-images .thumbs {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
    .product-images .thumbs ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .product-images .thumbs a {
      background: #FFF;
      border: 1px solid rgba(0, 0, 0, 0);
      display: block;
      padding: 0.325rem;
      position: relative; }
      .product-images .thumbs a:after {
        background: rgba(255, 255, 255, 0.5);
        content: " ";
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
    .product-images .thumbs img {
      background: #FFF;
      /*border: 1px solid rgba(0, 0, 0, 0)*/;
      box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
      display: block;
      margin:  0.325rem;
      /*padding: 0.325rem;*/
      position: relative;
      /*opacity: 0.5;*/ }
    .product-images .thumbs .slick-current img {
      box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
      background: #FFF;
      /*border: 1px solid rgba(0, 0, 0, 0.2);*/
      /*opacity: 1;*/ }
    .product-images .thumbs .is-active a {
      border-color: rgba(0, 0, 0, 0.2); }
      .product-images .thumbs .is-active a:after {
        display: none; }

.availability {
  margin: 0.625rem 0;
  padding-left: 1.5rem;
  position: relative; }
  .availability:after {
    background: #EEE;
    content: " ";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0.225rem;
    width: 1rem; 
    border-radius: 10px;}
  .availability.not:after {
    background: red; }
  .availability.soon:after {
    background: orange; }
  .availability.max:after {
    background: #07A2B5; }

@media screen and (min-width: 40em) {
  .description {
    margin-top: 3.5rem;
    padding-right: 2.5rem;
    padding-left: 12px;}
    .description-box {
        margin-top: 3.5rem;
        padding-right: 2.5rem;
        padding-left: 5px;}
    .description-scroll {
    margin-top: 3.5rem;
    padding-right: 0.5rem;
    height: 600px;
    overflow: auto; }}


.product h2 {
    font-size: 1.2rem;
    color: #CE3EA6;
}

.description-box h2 {
    font-size: 1.2rem;
    color: #CE3EA6;
}

.description-scroll h3 {
    font-size: 1.2rem;
    color: #CE3EA6;
    padding: 0 0 0 0; }  

@media screen and (min-width: 63.9375em) {
  .description-short {
    display: none; } 
  .extended-search-more {
    display: none; }
  #filter-show {
      display: none; }}

@media screen and (max-width: 63.9375em) {
  .description {
    display: none; }
  .description-scroll {
    display: none; }  
  .description-short {
    padding: 1.2rem 0;
    font-size: 0.8125rem; }
  .description-long {
    padding: 1.2rem 0;
    font-size: 0.8125rem; }
  .description-box {
    padding: 0.57rem;
    line-height: 1;
    /*padding-left: 28px;
    text-indent: -28px;*/
    font-size: 0.8125rem; }
    .extended-search {
    display: none; }
  #filter-show {
    max-width:100px;}
  #filter-show i {
      font-style: normal; }
  .filters {
        display:none; }}

.description-long {
  display: none; }



.description h3 {
  font-size: 1.2rem;
  color: #CE3EA6;}

.ebook-tags-wrapper {
  display: none; }

/*
 * Hover Image
 */
@media print, screen and (min-width: 40em) {
  .hover-image {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    z-index: 2000; }
  .hover-image img {
    max-height: 600px;
    max-width: 600px; } }

.hidden {
  display: none; }

/*@media print, screen and (max-width: 63.9375em) {
  .category-description {
    display: none; } }*/

@media print, screen and (max-width: 64em) {
  .not-found {
    background-image: url("../img/NichtsGefunden_Banner-01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 200px;
    padding: 5px; }
  .not-found-content {
    color: #D11381;
    font-size: 14px;
    padding: 5px; } }

@media print, screen and (min-width: 64em) {
  .not-found {
    background-image: url("../img/NichtsGefunden_Banner-03.jpg");
    width: 900px;
    height: 343px;
    padding: 10px; }
  .not-found-content {
    color: #D11381;
    font-size: 20px;
    padding: 10px; } }

.button.options {
  margin-bottom: 1rem;
  position: relative; }
  .button.options .check {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-animation: bounce .3s;
            animation: bounce .3s; }
  .button.options svg {
    height: 100%;
    width: 100%; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.product-options .product-options-wrapper {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 1rem;
  padding: 1rem; }

.product-options .close {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 15; }

.product-options.product-options-off-canvas {
  background: rgba(0, 0, 0, 0.1);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 120; }
  .product-options.product-options-off-canvas .product-options-wrapper {
    background: #FFF;
    border: none;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 320px; }
  .product-options.product-options-off-canvas .product-options-wrapper > div {
    height: calc(100% - 2rem);
    left: 0;
    padding: 2rem 1rem 5rem 1rem;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%; }
  .product-options.product-options-off-canvas .product-option {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem; }
  .product-options.product-options-off-canvas .product-option-title {
    margin-top: 1rem; }

  .product-option {
    margin-top: 20px;
  }

.fieldgroup{
   float: left;
   width: auto;
   font-size: 1em;
   margin-left: 0.5em;
}
@media print, screen and (min-width: 64em) {
    .box-quantity {
        height: 20px;
        width: 20px;
        color: #ffffff;
        background-color: #CE3EA6;
        border-radius: 50%;
        display: inline-flex; /* or inline-flex */
        align-items: center;
        justify-content: center;
        margin-right: 5px;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .box-content-bubbles {
        padding-left: 27px;
        position: relative;
        padding-bottom: 8px;
    }
}
@media screen and (max-width: 63.9375em) {
    .box-quantity {
        height: 20px;
        width: 20px;
        color: #ffffff;
        background-color: #CE3EA6;
        border-radius: 50%;
        display: inline-flex; /* or inline-flex */
        align-items: center;
        justify-content: center;
        margin-right: 5px;
        position: absolute;
        top: 9px;
        left: 0;
    }

    .box-content-bubbles {
        padding-left: 27px;
        position: relative;
        padding-top: 14px;
    }
}
@media screen and (max-width: 39.9375em) {
    .box-quantity {
        height: 18px;
        width: 18px;
        color: #ffffff;
        background-color: #CE3EA6;
        border-radius: 50%;
        display: inline-flex; /* or inline-flex */
        align-items: center;
        justify-content: center;
        margin-right: 5px;
        position: absolute;
        top: 6px;
        left: 0;
    }

    .box-content-bubbles {
        padding-left: 27px;
        position: relative;
        padding-top: 10px;
    }
}
.product-options .preview-text {
  border: 1px solid #cacaca;
  padding: 1rem;
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.5rem; }

.list-item .thumbnail {
  overflow: hidden;
  position: relative; }

.list-item .blurred img {
  -webkit-filter: blur(5px);
          filter: blur(5px); }

.list-item .quantity {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .list-item .quantity span {
    color: #FFF;
    display: block;
    font-size: 3rem;
    max-width: 100%; }
  .list-item .quantity div {
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    width: 100%; }
  .list-item .quantity button {
    color: #FFF;
    font-size: 2rem;
    font-weight: 300;
    padding: 5px 0;
    width: 100%;
    cursor: pointer; }
    .list-item .quantity button:hover {
      background: rgba(255, 255, 255, 0.1); }
    .list-item .quantity button:last-child {
      border-left: 1px solid rgba(255, 255, 255, 0.5); }

.list-item .product-footer {
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%; }
  .list-item .product-footer .close {
    width: 40px; }

.product-overlay .button {
  font-size: 1.05rem;
  padding: 0.85em 0.8em;
  border-radius: 0;
}

.goodies {
  overflow: hidden;
  position: relative; }

.goodies .button {
  border-radius: 0;
  background-color: #07A2B5;
}

.goodies a {
  font-size: 0.8rem;
  display: contents;
  padding-left: 0;
}

.goodies button.action:hover {
  background-color: #068b9c;
}

.goodies button.action:focus {
  background-color: #068b9c;
}

.goodies h3 {
  padding: 10px 5px;
}


.product-combi {
  margin-right: -7px; }

.button.expanded.voucher {
  padding: 10px 0 0 0;
  font-size: 14px; }

.voucher-text-list {
  padding: 0 10px 10px 10px;
  font-size: 12px;
  font-weight: lighter; }

.price {
  color: #07A2B5;
  font-size: 0.9375rem; }
  .price span {
    color: #07A2B5;
    font-size: 1.0625rem;
    font-weight: 700; }
  .price.special {
    color: #ED66C0; }
    .price.special span {
      color: #ED66C0; }

.pricing {
  line-height: 1.25rem; }
  .pricing .meta {
    color: #343434;
    font-size: 0.75rem; }
    .pricing .meta a {
      color: #343434;
      text-decoration: underline; }

.list-item .pricing {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.old-price {
  text-decoration: line-through;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #343434; }

.base-price {
  color: #8a8a8a;
  font-size: 0.75rem; }

.share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }
  .share p {
    color: #cacaca;
    padding-top: 0.375rem; }

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.325rem;
  margin-left: 0;
  margin-top: 1rem; }
  .pagination li {
    list-style: none;
    margin: 0 0.325rem; }
  .pagination a {
    border-radius: 5px;
    color: #8a8a8a;
    display: block;
    padding: 0.125rem 0.325rem;
    text-align: center;
    width: 2rem; }
  .pagination a:hover {
    background: #F2F4F4; }
  .pagination li.current a {
    background: #F2F4F4; }

.results {
  color: #cacaca;
  text-align: center; }

body {
  padding-top: 71px; }
  @media print, screen and (min-width: 64em) {
    body {
      padding-top: 142px; } }

header {
  background: #FFF;
  border-bottom: 1px solid #cacaca;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  header.compressed {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  header .header-wrapper {
    background: #FFF;
    margin: 0 auto;
    padding: 0.625rem 0;
    position: relative;
    max-width: 95%; }
    header .header-wrapper .menu-icon {
      bottom: 0;
      left: 0.625rem;
      height: 2rem;
      width: 1.5rem;
      position: absolute; }
    header .header-wrapper .searchbar {
      display: none;
      background: rgba(0, 0, 0, 0.1);
      position: fixed;
      top: 70px;
      left: 0;
      width: 100%;
      height: 100%; }
      header .header-wrapper .searchbar form {
        background: #EAEAEA;
        padding: 0.625rem; }
      header .header-wrapper .searchbar input {
        margin: 0; }
      header .header-wrapper .searchbar button {
        display: none; }
      @media print, screen and (min-width: 64em) {
        header .header-wrapper .searchbar {
          display: block;
          background: none;
          bottom: 0.625rem;
          top: inherit;
          height: inherit;
          left: 0.625rem;
          position: absolute;
          width: inherit; }
          header .header-wrapper .searchbar form {
            background: none;
            border-bottom: 1px solid #cacaca;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
            transition: width .3s; }
          header .header-wrapper .searchbar input {
            border: none;
            margin: 0; }
          header .header-wrapper .searchbar button {
            display: inline-block;
            height: 1.5rem;
            margin-top: 0.325rem;
            width: 1.5rem; } }
    header .header-wrapper .icon-toolbar {
      bottom: 0;
      position: absolute;
      right: 0.625rem; }
      header .header-wrapper .icon-toolbar a {
        height: 2.2rem;
        margin-left: 1rem;
        width: 2.2rem; }
      header .header-wrapper .icon-toolbar .account-button {
        display: none; }
      @media print, screen and (min-width: 64em) {
        header .header-wrapper .icon-toolbar .account-button {
          display: inline-block; }
        header .header-wrapper .icon-toolbar .search-button {
          display: none; } }

/*
.logo {
	background: url('../img/afs-logo.jpg') no-repeat;
	background-size: cover;
	display: block;
	text-align: center;
	text-indent: -9999px;

	background-position: bottom center;
	height: 2.5rem;
	margin: 0.625rem 0 0 3rem;
	width: 9.16rem;

	@include breakpoint(large) {
		background-position: top left;
		height: 4.525rem;
		margin: 0 auto;
		width: 13.75rem;
	}

	transition: background-position .3s, height .3s, width .3s;
	//transition: background-position .3s, transform .3s;
}
*/
.logo {
  display: block;
  height: 40px;
  margin: 0.625rem 0 0 3rem;
  overflow: hidden;
  position: relative;
  width: 145px; }
  .logo:before {
    background: url("../img/afs-logo.jpg") no-repeat;
    background-size: cover;
    bottom: 0;
    content: " ";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    width: 145px; }
  @media screen and (min-width: 64em) {
    .logo {
      height: calc(100px/1.4);
      margin: 0 auto;
      text-align: center;
      width: calc(300px/1.4); }
      .logo:before {
        bottom: inherit;
        height: calc(200px/1.4);
        top: 0;
        width: calc(300px/1.4);
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; } }

.fixed {
  position: fixed; }
  .fixed.compressed {
    /*
		.logo {
			background-position: bottom;
			//height: 2.5rem;
			//width: 9.16rem;
			transform: scale(0.7);
			transform-origin: bottom;
		}
		*/ }
    @media screen and (min-width: 64em) {
      .fixed.compressed {
        -webkit-transform: translateY(-35px);
            -ms-transform: translateY(-35px);
                transform: translateY(-35px); } }
    @media screen and (min-width: 64em) {
      .fixed.compressed .logo:before {
        -webkit-transform: scale(0.7) translateY(-72px);
            -ms-transform: scale(0.7) translateY(-72px);
                transform: scale(0.7) translateY(-72px); } }
    .fixed.compressed .top-bar {
      margin-top: -50px;
      position: relative;
      z-index: -1; }

footer {
  padding-top: 1.5rem; }
  footer #contact {
    border-top: 1px dashed #EAEAEA;
    padding: 1rem 0; }
    footer #contact .wrapper {
      margin: 0 auto;
      max-width: 75rem; }
      footer #contact .wrapper > div {
        margin-bottom: 1rem;
        padding: 0 0.625rem; }
    footer #contact .help {
      color: #07A2B5;
      font-family: 'Amatic SC', cursive;
      font-size: 2rem;
      font-weight: bold; }
    footer #contact p {
      margin-bottom: 0; }
    footer #contact a {
      color: #343434; }
    footer #contact small {
      color: #07A2B5; }
    @media screen and (min-width: 40em) {
      footer #contact .wrapper {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  footer #meta {
    background: url("../img/footer.gif") repeat;
    padding: 1.5rem 0; }
  footer #copyright {
    padding: 0.625rem 0 0 0; }
    footer #copyright p {
      color: #CCC; }
      footer #copyright p:after {
        content: " ❤";
        font-size: 1.325rem; }
  footer #priceinfo {
    padding: 0.625rem 0 0 0; }
    footer #priceinfo p {
      color: #999;
      font-size: 0.725rem;
      margin: 0;
      padding: 0; }
    footer #priceinfo a {
      color: #999;
      text-decoration: underline; }
  footer .divider .content-wrapper {
    margin: 0 auto;
    max-width: 30rem; }
    @media print, screen and (min-width: 64em) {
      footer .divider .content-wrapper {
        border-left: 1px solid #999;
        height: 100%;
        padding-left: 2.5rem; } }
  footer .payment-options {
    margin-bottom: 1rem; }
  footer .payment-options, footer .shipping-options {
    text-align: center; }
    footer .payment-options img, footer .shipping-options img {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }
  @media screen and (min-width: 40em) {
    footer .payment-options {
      margin-bottom: 0; }
    footer .payment-options, footer .shipping-options {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    footer .shipping-options {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    footer .payment-options p,
    footer .shipping-options p {
      margin: 0; } }

.quiet {
  font-size: 80%; }

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../../../../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../../../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../../../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../../../../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../../../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../../../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* amatic-sc-regular - latin */
@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 400;
    src: url('../../../../fonts/amatic-sc-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../../../fonts/amatic-sc-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../../fonts/amatic-sc-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../../fonts/amatic-sc-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../../../fonts/amatic-sc-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../../fonts/amatic-sc-v24-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Budmo Jiggler';
  src: url("../../../../fonts/BudmoJiggler.ttf"), url("../../../../fonts/BudmoJiggler.woff2") format("woff2"), url("../../../../fonts/BudmoJiggler.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
    font-family: 'BudmoJiggler';
    src: url("../../../../fonts/BudmoJiggler.ttf"), url("../../../../fonts/BudmoJiggler.woff2") format("woff2"), url("../../../../fonts/BudmoJiggler.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'BudmoJiggler-Regular';
    src: url("../../../../fonts/BudmoJiggler.ttf"), url("../../../../fonts/BudmoJiggler.woff2") format("woff2"), url("../../../../fonts/BudmoJiggler.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
  font-family: 'CandelaBold';
  src: url("../../../../fonts/CandelaBold.otf"), url("../../../../fonts/CandelaBold.woff2") format("woff2"), url("../../../../fonts/CandelaBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
    font-family: 'Candela-Bold';
    src: url("../../../../fonts/CandelaBold.otf"), url("../../../../fonts/CandelaBold.woff2") format("woff2"), url("../../../../fonts/CandelaBold.woff") format("woff");
    font-weight: normal;
    font-style: normal; }


@font-face {
  font-family: 'Walrus-Bold';
  src: url("../../../../fonts/WalrusBold.otf"), url("../../../../fonts/WalrusBold.woff2") format("woff2"), url("../../../../fonts/WalrusBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BestFontEvar';
  src: url("../../../../fonts/BestFontEvar.ttf"), url("../../../../fonts/BestFontEvar.woff2") format("woff2"), url("../../../../fonts/BestFontEvar.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Forced Square';
  src: url("../../../../fonts/ForcedSquare.ttf"), url("../../../../fonts/ForcedSquare.woff2") format("woff2"), url("../../../../fonts/ForcedSquare.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
    font-family: 'Forced-Square';
    src: url("../../../../fonts/ForcedSquare.ttf"), url("../../../../fonts/ForcedSquare.woff2") format("woff2"), url("../../../../fonts/ForcedSquare.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'ForcedSquare';
    src: url("../../../../fonts/ForcedSquare.ttf"), url("../../../../fonts/ForcedSquare.woff2") format("woff2"), url("../../../../fonts/ForcedSquare.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
  font-family: 'LittleDays';
  src: url("../../../../fonts/LittleDays.ttf"), url("../../../../fonts/LittleDays.woff2") format("woff2"), url("../../../../fonts/LittleDays.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'phitradesignHandwrittenThin';
  src: url("../../../../fonts/phitradesignHandwrittenThin.ttf"), url("../../../../fonts/phitradesignHandwrittenThin.woff2") format("woff2"), url("../../../../fonts/phitradesignHandwrittenThin.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BarrioChino';
  src: url("../../../../fonts/BarrioChino.ttf"), url("../../../../fonts/BarrioChino.woff2") format("woff2"), url("../../../../fonts/BarrioChino.woff") format("woff");
  font-weight: normal;
  font-style: normal; }


@font-face {
  font-family: 'Feather Script';
  src: url("../../../../fonts/FeatherScript.ttf"), url("../../../../fonts/FeatherScript.woff2") format("woff2"), url("../../../../fonts/FeatherScript.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
    font-family: 'FeatherScript';
    src: url("../../../../fonts/FeatherScript.ttf"), url("../../../../fonts/FeatherScript.woff2") format("woff2"), url("../../../../fonts/FeatherScript.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'FeatherScriptRegular';
    src: url("../../../../fonts/FeatherScript.ttf"), url("../../../../fonts/FeatherScript.woff2") format("woff2"), url("../../../../fonts/FeatherScript.woff") format("woff");
    font-weight: normal;
    font-style: normal; }


@font-face {
  font-family: 'Moments-Regular';
  src: url("../../../../fonts/Moments.ttf"), url("../../../../fonts/Moments.woff2") format("woff2"), url("../../../../fonts/Moments.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
    font-family: 'September';
    src: url("../../../../fonts/September.ttf"), url("../../../../fonts/September.woff2") format("woff2"), url("../../../../fonts/September.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Cinnamon';
    src: url("../../../../fonts/Cinnamon.ttf"), url("../../../../fonts/Cinnamon.woff2") format("woff2"), url("../../../../fonts/Cinnamon.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'MoonTime-Regular';
    src: url("../../../../fonts/MoonTime-Regular.otf"), url("../../../../fonts/MoonTime-Regular.woff2") format("woff2"), url("../../../../fonts/MoonTime-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Amatic-Bold';
    src: url("../../../../fonts/Amatic-Bold.ttf"), url("../../../../fonts/Amatic-Bold.woff2") format("woff2"), url("../../../../fonts/Amatic-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Shlop-Regular';
    src: url("../../../../fonts/Shlop-Regular.ttf"), url("../../../../fonts/Shlop-Regular.woff2") format("woff2"), url("../../../../fonts/Shlop-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'AutumnVoyage';
    src: url("../../../../fonts/AutumnVoyage.otf"), url("../../../../fonts/AutumnVoyage.woff2") format("woff2"), url("../../../../fonts/AutumnVoyage.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'SunshineMarket';
    src: url("../../../../fonts/SunshineMarket.ttf"), url("../../../../fonts/SunshineMarket.woff2") format("woff2"), url("../../../../fonts/SunshineMarket.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'CherryPieScript';
    src: url("../../../../fonts/CherryPieScript.otf"), url("../../../../fonts/CherryPieScript.woff2") format("woff2"), url("../../../../fonts/CherryPieScript.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'CherryPieRegular';
    src: url("../../../../fonts/CherryPieRegular.otf"), url("../../../../fonts/CherryPieRegular.woff2") format("woff2"), url("../../../../fonts/CherryPieRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'bhatoshine-Regular';
    src: url("../../../../fonts/bhatoshine-Regular.ttf"), url("../../../../fonts/bhatoshine-Regular.woff2") format("woff2"), url("../../../../fonts/bhatoshine-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'MotelCaliforniaRegular';
    src: url("../../../../fonts/MotelCaliforniaRegular.otf"), url("../../../../fonts/MotelCaliforniaRegular.woff2") format("woff2"), url("../../../../fonts/MotelCaliforniaRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'MsMadi-Regular';
    src: url("../../../../fonts/MsMadi-Regular.ttf"), url("../../../../fonts/MsMadi-Regular.woff2") format("woff2"), url("../../../../fonts/MsMadi-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

@font-face {
  font-family: 'Afsm';
  src: url("../../../../fonts/Afsm.ttf"), url("../../../../fonts/Afsm.woff2") format("woff2"), url("../../../../fonts/Afsm.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
    font-family: 'King';
    src: url("../../../../fonts/King.ttf"), url("../../../../fonts/BestFontEvar.woff2") format("woff2"), url("../../../../fonts/BestFontEvar.woff") format("woff");
    font-weight: normal;
    font-style: normal; }

.top-bar {
  height: 3.125rem;
  position: relative;
  transition: margin-top .4s;
  z-index: -1; }
  @media screen and (max-width: 63.9375em) {
    .top-bar {
      display: none !important; } }
  .top-bar a {
    color: #343434; }
  .top-bar > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 0 0.625rem;
    overflow: hidden;
    max-width: 95%; }
    .top-bar > ul > li > a {
      display: block;
      font-weight: lighter;
      padding: 0.765rem 0;
      position: relative; }
    .top-bar > ul > li.has-submenu > a:after {
      /*border-right: 1px solid #cacaca;
      //border-bottom: 1px solid #cacaca;
      content: " ";*/
      display: inline-block;
      height: 0.66667rem;
      line-height: 0;
      margin-left: 0.66667rem;
      margin-right: 0.66667rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: bottom right;
          -ms-transform-origin: bottom right;
              transform-origin: bottom right;
      width: 0.66667rem;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .top-bar > ul > li.is-active > a {
      font-weight: normal; }
      .top-bar > ul > li.is-active > a:before {
        background: #07A2B5;
        bottom: 0;
        content: " ";
        height: 2px;
        position: absolute;
        width: 100%; }
      .top-bar > ul > li.is-active > a:after {
        -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
                transform: rotate(225deg);
        -webkit-transform-origin: center right;
            -ms-transform-origin: center right;
                transform-origin: center right; }

.submenu {
  background: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  left: 0;
  position: absolute;
  top: 101%;
  width: 100%;
  z-index: 10;
  display: none; }
  .submenu a {
    padding-top: 1rem;
    display: block; }
  .submenu nav {
    padding: 1rem 0; }
    .submenu nav a {
      color: #8a8a8a;
      display: block;
      margin-bottom: 1rem;
      padding: 0.66667rem 0 0 1rem;
      position: relative; }
      .submenu nav a:before {
        border-bottom: 1px solid #cacaca;
        border-right: 1px solid #cacaca;
        content: " ";
        display: block;
        height: 0.5rem;
        position: absolute;
        top: 1rem;
        left: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 0.5rem; }
      .submenu nav a:hover {
        color: #343434; }
  .submenu ul {
    border: none;
    font-size: 0.95238rem;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0; }

.menu-icon {
  text-indent: -99999px; }
  .menu-icon:after {
    background: #CCC;
    box-shadow: 0 7px 0 #CCC, 0 14px 0 #CCC;
    transition: background .3s, box-shadow .3s; }
  .menu-icon:hover:after {
    background: #EEE;
    box-shadow: 0 7px 0 #EEE, 0 14px 0 #EEE; }

.mobile-navigation {
  background: rgba(0, 0, 0, 0);
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  transition: left .3s, background 1.5s; }
  @media print, screen and (min-width: 64em) {
    .mobile-navigation {
      display: none; } }
  .mobile-navigation.active {
    background: rgba(0, 0, 0, 0.4);
    left: 0; }
  .mobile-navigation .wrapper {
    background: #FFF;
    border-top: 1px solid #cacaca;
    height: 100%;
    overflow: auto;
    text-align: left !important;
    width: 90%; }
  .mobile-navigation ul {
    margin: 0;
    padding: 0; }
  .mobile-navigation li {
    border-bottom: 1px solid #cacaca;
    margin: 0;
    padding: 0; }
  .mobile-navigation .is-drilldown {
    overflow: visible !important; }
  .mobile-navigation a, .mobile-navigation .is-drilldown-submenu a {
    color: #343434;
    display: block;
    padding: 0.75rem;
    position: relative; }
    .mobile-navigation a.colored, .mobile-navigation .is-drilldown-submenu a.colored {
      background: #EBFAFC; }
  .mobile-navigation .is-drilldown-submenu-parent > a:after {
    content: " ";
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    display: block;
    height: 0.75rem;
    position: absolute;
    right: 0.75rem;
    top: 1.15rem;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 0.75rem; }
  .mobile-navigation .js-drilldown-back > a {
    padding-left: 2rem; }
    .mobile-navigation .js-drilldown-back > a:after {
      content: " ";
      border-top: 1px solid #cacaca;
      border-right: 1px solid #cacaca;
      display: block;
      height: 0.75rem;
      position: absolute;
      left: 0.75rem;
      top: 1.15rem;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg);
      width: 0.75rem; }
  .mobile-navigation .mobile-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    .mobile-navigation .mobile-meta li {
      width: 50%; }
      .mobile-navigation .mobile-meta li:first-child {
        border-right: 1px solid #cacaca; }
    .mobile-navigation .mobile-meta a {
      display: block;
      text-align: center; }
    .mobile-navigation .mobile-meta svg {
      height: 30px;
      width: 30px;
      display: block;
      margin: 0 auto; }

.banner a img {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.banner a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.category-banner {
  background: #ffeaf7;
  color: rgba(0, 0, 0, 0.5); }
  .category-banner .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 74rem;
    padding: 0.5rem 0; }
  .category-banner p {
    font-size: 0.825rem;
    margin: 0; }
.sub-cat{
    padding-left: 10px;
}

.cat-highlight{
    color: #CE3EA6 !important;
}
.cat-back-desktop{
    color: #07A2B5 !important;
}
.filters ul {
  list-style: none;
  margin: 0; }

.filters li {
  position: relative; }

.filters_selected {
  margin-bottom: 0.625rem; }
  .filters_selected span {
    background: #F2F4F4;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0.325rem;
    margin-right: 0.325rem;
    padding: 0.325rem 2.25rem 0.325rem 0.625rem;
    position: relative; }
    .filters_selected span .selected-color {
      display: inline-block;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
      border-radius: 50%;
      height: 22px;
      text-indent: -9999px;
      width: 22px;
      margin-bottom: -5px; }
    .filters_selected span a {
      display: block;
      font-size: 2rem;
      padding: 0 0.625rem;
      position: absolute;
      top: 0;
      right: 0;
      line-height: 1.8rem;
      font-weight: 300; }
  .filters_selected a {
    color: #cacaca; }

.fd {
  background: #FFF;
  margin-bottom: 1rem;
  position: relative;
  /*
	 * Hide Checkboxes
	 */ }
  .fd .fd_header {
    border: 1px solid #cacaca;
    padding: 8px 10px;
    cursor: pointer;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 9px 6px; }
  .fd .fd_content {
    background: #FFF;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 15; }
  .fd .fd_footer {
    padding: 8px 10px;
    display: none; }
    .fd .fd_footer button {
      margin: 0; }
  .fd ul {
    list-style: none;
    margin: 0;
    padding: 10px; }
  .fd a {
    display: block;
    color: #8a8a8a;
    padding: 5px 0;
    position: relative; }
  .fd a.checked:after {
    content: "✓";
    position: absolute;
    right: 0;
    top: 0; }
  .fd label:before {
    display: none; }

.fd--color ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.fd--color li {
  padding: 0 5px 5px 0; }

.fd--color a {
  margin: 0;
  width: 35px;
  height: 35px;
  display: block;
  position: relative; }
  .fd--color a span {
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    height: 35px;
    text-indent: -9999px;
    width: 35px; }

.fd--color a.checked:after {
  background: none;
  display: block;
  content: "✓";
  font-size: 1.5rem;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3; }

.breadcrumbs-wrapper {
  background: #F8F8F8;
  /*display: none; */ }
  @media screen and (min-width: 40em) {
    .breadcrumbs-wrapper {
      display: block;
      margin-bottom: 1.5rem; } }

.breadcrumbs {
  color: #CCC;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0.625rem; }

.breadcrumbs a {
  color: #999; }

.breadcrumbs .back::before {
  border-left: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  content: " ";
  display: inline-block;
  height: 0.5rem;
  margin-right: 0.625rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem; }

.accordion {
  border: none; }
  .accordion > li {
    background: #FFF;
    border: 1px solid #cacaca;
    margin-bottom: 0.625rem; }
    .accordion > li .accordion-title {
      color: #343434; }
    .accordion > li * {
      border: none; }

.cart {
  padding-top: 1rem; }

.cart_module h4 {
  border-bottom: 1px solid #cacaca;
  font-size: 1rem;
  font-weight: normal;
  padding-bottom: 0.625rem;
  text-align: center; }
  .cart_module h4 span {
    font-weight: 300; }

.cart_module .cart-items {
  margin: 1rem 0 0 0;
  padding: 0; }

.cart-totals .voucher {
  background: #dbf8fa;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

.cart-totals .coupon {
  background: #e8f5f6;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.cart__products__product {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative; }
  .cart__products__product:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .cart__products__product .cart-remove {
    color: #8a8a8a;
    font-size: 2rem;
    line-height: 0;
    position: absolute;
    top: 0.625rem;
    right: 0.325rem; }
  .cart__products__product .cart-wishlist {
    color: #8a8a8a;
    font-size: 2rem;
    line-height: 0px;
    height: 20px;
    position: absolute;
    top: -0.1rem;
    right: 2rem; }
  .cart__products__product .cart__products__product__meta {
    border-top: 1px solid #cacaca;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-top: 0.625rem; }

.product-options-cart small {
  background: #f3f3f3;
  border-radius: 4px;
  color: #AAA;
  display: inline-block;
  margin: 0 0.125rem 0.225rem 0;
  padding: 0.325rem; }

.product-name {
  padding-right: 1.75rem; }

.in-your-cart {
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem; }

.checkout-steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 0;
  padding: 0;
  position: relative; }
  .checkout-steps:before {
    content: " ";
    height: 1px;
    border-top: 1px solid #cacaca;
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1; }
  .checkout-steps li {
    border: 3px solid #f3f3f3;
    display: inline-block;
    border-radius: 50%;
    z-index: 2; }
  .checkout-steps span {
    background: #FFF;
    border: 1px solid #cacaca;
    border-radius: 50%;
    color: #cacaca;
    display: block;
    height: 0;
    line-height: 0;
    padding: 1rem 0;
    text-align: center;
    width: 2rem; }
  .checkout-steps li.active span {
    border-color: #07A2B5;
    color: #07A2B5; }
  .checkout-steps li.complete span {
    background: #07A2B5;
    border-color: #07A2B5;
    color: #FFF;
    -webkit-animation: 'wobble' .5s;
            animation: 'wobble' .5s; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes wobble {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.checkout {
  padding-top: 1rem; }

.checkout-heading {
  color: #cacaca; }
  .checkout-heading a {
    float: right; }

.checkout-content {
  display: none;
  padding-top: 1rem; }
  .checkout-content ul {
    list-style: none; }

.wrapper.medium-success {
    margin: 100px auto;
    max-width: 54rem; }

@media screen and (min-width: 64em) {
    .wrapper-success {
        max-width: 54rem;
        position: absolute;
        left: 50%;
        top: 180px;
    }
}

@media screen and (max-width: 63.9375em) {
    .wrapper-success {
        max-width: 54rem;
        position: absolute;
        left: 50%;
        top: 100px;
    }
}

@media screen and (max-width: 39.9375em) {
    .wrapper-success {
        max-width: 54rem;
        position: absolute;
        left: 50%;
        top: 100px;
    }
}

.wrapper-success img {
    position: relative;
    left: -50%;
}

.success-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.success-button a {
    padding: 12px 50px;
    margin-top: 30px;
}

.checkout-success {
    text-align: left;
    border-radius: 20px;
    border: 1px solid #CE3EA6;
    padding: 100px 40px 20px 40px;
}

.checkout-success h1 {
    padding-top: 30px;
    text-align: left !important;
}

.disabled {
  position: relative;
  display: none; }
  @media screen and (min-width: 40em) {
    .disabled {
      display: block; } }
  .disabled:after {
    background: rgba(255, 255, 255, 0.5);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.reveal {
  border: none; }

.modal-content {
  padding: 6% 10%; }
  .modal-content h3 {
    font-size: 130%;
    text-align: center; }

body.is-reveal-open {
  verflow: visible !important; }

.reveal-overlay {
  verflow: hidden; }

.callout {
  border: 1px solid #cacaca;
  margin-bottom: 1rem; }
  .callout .heading {
    background: #F8F8F8;
    padding: 0.75rem 3rem;
    position: relative; }
    .callout .heading svg {
      left: 0.625rem;
      position: absolute;
      top: 0.5rem;
      height: 30px;
      width: 30px; }
  .callout .content {
    padding: 0.75rem 2.5rem; }
    .callout .content.small-padding {
      padding: 0.75rem 0.625rem; }

@media screen and (min-width: 40em) {
  .login {
    padding: 1rem 0; } }

.login .tabs {
  border: none;
  border-bottom: 1px solid #cacaca;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.login .tabs-title {
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.5rem; }
  .login .tabs-title a {
    color: #cacaca;
    font-size: 1.2rem; }
  .login .tabs-title.is-active {
    border-color: #07A2B5; }
    .login .tabs-title.is-active a {
      background: none;
      color: #343434; }

.login .tabs-content {
  border: none; }

/**
 * @Checkout
 */
.checkout-content .order-option {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 0.625rem; }
  .checkout-content .order-option label {
    margin: 1rem 0.625rem !important; }

.checkout-content #login label {
  margin-top: 0 !important; }

.coupon-voucher .tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .coupon-voucher .tabs li {
    display: block;
    width: 100%; }
    .coupon-voucher .tabs li a {
      color: #8a8a8a;
      display: block;
      text-align: center; }
  .coupon-voucher .tabs .tabs-title a {
    background: #f3f3f3; }
  .coupon-voucher .tabs .is-active a {
    background: #ffffff; }

.voucher-preview {
  margin: 0.625rem 0 1rem 0;
  height: 30vh;
  overflow: hidden;
  position: relative; }
  .voucher-preview:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
    content: " ";
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  @media screen and (min-width: 40em) {
    .voucher-preview {
      height: inherit; }
      .voucher-preview:after {
        display: none; } }

#instafeed article {
  position: relative; }
  @media screen and (min-width: 40em) {
    #instafeed article {
      margin: 0.3125rem; } }
  #instafeed article h3, #instafeed article p {
    padding: 0.625rem 0.625rem 0 0.625rem; }
    @media screen and (min-width: 40em) {
      #instafeed article h3, #instafeed article p {
        color: #FFF; } }
  #instafeed article figure {
    position: relative; }
  @media screen and (min-width: 40em) {
    #instafeed article figcaption {
      background: rgba(0, 0, 0, 0.5);
      display: none;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; } }
  #instafeed article .links {
    padding: 0.625rem; }
    @media screen and (min-width: 40em) {
      #instafeed article .links {
        background: #FFF;
        border: 1px solid rgba(0, 0, 0, 0.5);
        border-top: none;
        display: none;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%; } }
  #instafeed article:hover figcaption, #instafeed article:hover .links {
    display: block; }

.configurator .label-width {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  margin-top: 10px;
  position: relative; }
  .configurator .label-width:after {
    content: " ";
    border-top: 1px solid #cacaca;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%; }
  .configurator .label-width span {
    background: #FFF;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    z-index: 2; }
  .configurator .label-width hr {
    display: none; }

.configurator .configurator__preview {
  background-color: #FFF;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  background-position: -7px -7px, -7px -7px;
  border-bottom: 1px solid #cacaca;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60%;
  padding: 1rem;
  text-align: center; }

.configurator .preview__wrapper {
  margin: 0 auto; }
  .configurator .preview__wrapper img {
    max-width: 90%;
    max-height: 400px; }
  @media screen and (min-width: 40em) {
    .configurator .preview__wrapper img {
      max-width: 70%; } }
  @media screen and (min-width: 64em) {
    .configurator .preview__wrapper img {
      max-width: 100%; } }

.configurator .button-group {
  display: none; }

.configurator .configurator__options {
  height: 40%;
  overflow: hidden;
  position: relative; }
  .configurator .configurator__options a.option-button > * {
    pointer-events: none; }
  .configurator .configurator__options form {
    height: 100%;
    overflow: auto; }
  .configurator .configurator__options ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
  .configurator .configurator__options li {
    width: 33.33333%; }
  .configurator .configurator__options a {
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    display: block;
    font-size: 0.625rem;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #343434;
    overflow: hidden;
    transition: background .3s; }
  .configurator .configurator__options a:hover {
    background: rgba(0, 0, 0, 0.05); }
  .configurator .configurator__options .icon {
    border: 1px solid #cacaca;
    border-radius: 15px;
    display: block;
    height: 30px;
    margin: 0.625rem auto 1rem auto;
    text-align: center;
    width: 30px;
    text-indent: -9999px; }
  .configurator .configurator__options a .check {
    position: absolute;
    width: 100%;
    height: 1.5rem;
    top: 1.8rem;
    left: 0;
    stroke: #00ddbf; }
    .configurator .configurator__options a .check svg {
      height: 100%;
      width: 100%; }
  .configurator .configurator__options a .required {
    position: absolute;
    top: 5px;
    right: 5px; }

.configurator .configurator__option {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  left: 0;
  overflow: hidden;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  .configurator .configurator__option button.done {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%; }

.configurator .configurator__option__wrapper {
  height: 100%;
  overflow: auto;
  padding: 10px; }

.configurator__wrapper {
  margin: 0 auto 1rem auto;
  height: 500px;
  max-width: 74rem; }

.option__image .option-name {
  display: none; }

.option__image .configurator__option__wrapper ul {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.option__image .configurator__option__wrapper li {
  width: 33.3333% !important; }

.configurator__preview svg{
    width: 100%;
    height:100%;
}

@media print, screen and (min-width: 40em) {
  .configurator .configurator__preview {
    border: none;
    height: 100%;
    width: 60%; }
  .configurator .configurator__options {
    border-left: 1px solid #cacaca;
    height: 100%;
    width: 40%; }
    .configurator .configurator__options li {
      width: 50%; }
  .configurator__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh; }
  .mobile-svg-confi-wrapper {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .configurator .configurator__preview {
    border: none;
    height: 100%;
    width: 70%; }
  .configurator .configurator__options {
    border-left: 1px solid #cacaca;
    height: 100%;
    width: 30%; }
    .configurator .configurator__options ul {
      display: block; }
    .configurator .configurator__options li {
      width: 100%; }
    .configurator .configurator__options a {
      border: none;
      border-bottom: 1px solid #cacaca;
      display: inline-block;
      line-height: 210%;
      font-size: 0.825rem;
      text-align: left;
      width: 100%; }
    .configurator .configurator__options .icon {
      display: inline-block;
      margin: 0 1rem 0 0;
      padding: 0; }
    .configurator .configurator__options a .check {
      width: 1.5rem;
      top: 1.2rem;
      left: 1.2rem; }
  .configurator .configurator__options ul {
    display: block; }
  .configurator__wrapper {
    border: 1px solid #cacaca;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh; } }


.mobile-svg-confi-wrapper{
    float: right;
}
.mobile-svg-confi-wrapper .fi-pencil{
    font-size: 30px;
}
.mobile-svg-confi-wrapper .fi-eye{
    font-size: 40px;
}

.mobile-svg-confi-wrapper-clear {
    clear: both; }

.slidecontainer {
    width: 100%;
}

.slider-range {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider-range:hover {
    opacity: 1;
}

.slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #CE3EA6;
    cursor: pointer;
}
.slider-range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #CE3EA6;
    cursor: pointer;
}

.preview .button-group {
  display: none; }

#map {
  margin-bottom: 1rem; }

.affiliate-payment input[type="radio"] ~ .payment-info {
  display: none; }

.affiliate-payment input[type="radio"]:checked ~ .payment-info {
  display: block; }

.code-link-generator ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * @Datenschutzerklärung
 */
#trackingOption {
  border: 1px solid #cacaca;
  padding: 0.625rem 0.625rem 0 0.625rem;
  text-align: center; }

#website {
  position: absolute; 
  left:-9000px;
}

/**
 * @Spinner
 */
.process {
    background: rgba(255,255,255,.7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display:none;
}
.process .loading {
    width: 200px;
    margin: 20% auto 0;
    position: relative;
}
.process .loading .steuerrad {
    background: url('../img/steuerrad.png') no-repeat;
    height: 200px;
    width: 200px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: rotateSteuerrad 3s infinite;
    animation: rotateSteuerrad 3s infinite;
}
.process .loading .madamme {
    background: url('../img/madamme.png') no-repeat;
    height: 200px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 200px;
}
@-webkit-keyframes rotateSteuerrad {
    from { transform: rotateZ(0deg); }
    to { transform: rotateZ(360deg); }
}
@keyframes rotateSteuerrad {
    from { transform: rotateZ(0deg); }
    to { transform: rotateZ(360deg); }
}

#payment-method .checkout-heading a {
    display: none;
}

#packstation-list td {
    text-align: left;
    font-size: 11px;
}
#packstation-list th {
    font-weight: bold;
    font-size: 11px;
}
.locker-address-text{
    padding-left: 8px;
}

/**
             * HOTSUSHI
             * @HOTSUSHI Endless Slider
             */
.hs-endless-slider {
    margin: 0 auto;
    overflow: visible;
    position: relative;
    max-width: 1210px;
}

.hs-endless-slider .hs-endless-slider__wrapper {
    display: grid;
    gap: 0;
    grid-auto-flow: column;
    grid-auto-columns: 81%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 0.5rem;
    padding-right: 0.5rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hs-endless-slider .hs-endless-slider__wrapper::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hs-endless-slider .hs-endless-slider__wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.hs-endless-slider .hs-endless-slider__wrapper > * {
    scroll-snap-align: start;
}

.hs-endless-slider .hs-endless-slider__wrapper .hs-endless-slider__item {
    margin-left: 1rem;
    position: relative;
}

.hs-endless-slider .hs-endless-slider__wrapper .hs-endless-slider__item img {
    width: 100%;
}

.hs-endless-slider__control {
    background: rgba(255,255,255,0.75);
    border-radius: 0;
    display: none;
    position: absolute;
    top: 0;
    height: 91.1%;
    width: 1.5rem;
    cursor: pointer;
}

.hs-endless-slider__control.hs-endless-slider__control--prev {
    left: 0;
    overflow: hidden;
}

.hs-endless-slider__control.hs-endless-slider__control--next {
    right: 0;
}

.hs-endless-slider__control.hs-endless-slider__control--visible {
    display: block;
}

.hs-endless-slider__control i {
    color: #ED66C0;
    text-indent: -9999px;
    position: absolute;
    height: 20px;
    width: 20px;
    border-top: 2px solid #ED66C0;
    border-right: 2px solid #ED66C0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hs-endless-slider__control.hs-endless-slider__control--next i {
    left: 35%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.hs-endless-slider__control.hs-endless-slider__control--prev i {
    left: 75%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

@media only screen and (min-width: 40.063em) {
    .hs-endless-slider .hs-endless-slider__wrapper {
        grid-auto-columns: 31%;
    }
}

@media only screen and (min-width: 64.063em) {
    .hs-endless-slider .hs-endless-slider__wrapper {
        grid-auto-columns: 21%;
    }
}

.label {
    font-weight: bold;
    padding: 1rem 0.5rem 1.5rem 0.5rem;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
}

.label--primary {
    background: #ED66C0;
    color: #FFF;
}

.label--secondary {
    background: #F27F4C;
    color: #FFF;
}

/**
 * HOTSUSHI
 * @HOTSUSHI Home Categories
 */
#categories.module.module__home-categories {
    background: #F8E2F2;
    padding: 2rem 0 2.5rem 0;
    text-align: center;
}

#categories.module.module__home-categories h2,
#bestseller.module.module__home-bestseller h2,
#latest.module.module__home-latest h2,
#inspiration.module.module__home-inspiration h2,
#featured.module.module__home-featured h2 {
    color: #333;
    font-family: 'Amatic SC', cursive;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

#categories.module.module__home-categories .hs-endless-slider__item h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 1rem 0 0 0;
    text-align: left;
}

/**
 * HOTSUSHI
 * @HOTSUSHI Home Inspiration
 */
#inspiration.module.module__home-inspiration {
    background: #e5f8fd;
    padding: 2rem 0 2.5rem 0;
    text-align: center;
}

#inspiration.module.module__home-inspiration .hs-endless-slider__item h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 1rem 0 0 0;
    text-align: left;
}

#banner.module.module__home-banner,
#social.module.module__home-social {
    background: #FFF;
}

#banner.module.module__home-banner {
    padding: 2rem 0 0 0;
}

#social.module.module__home-social {
    margin-top: 0rem;
    padding: 0 0 2.5rem 0;
}

.banner-card {
    background: #EEE;
    border-radius: 10px;
    margin-bottom: 1rem;
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

.banner-card.banner-card--primary {
    background: #3DC5D6;
    color: #FFF;
}

.banner-card .banner-card__header {
    padding: 1rem;
    text-align: center;
}

.banner-card .banner-card__title {
    color: #333;
    font-family: 'Amatic SC', cursive;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner-card.banner-card--primary .banner-card__title {
    color: #FFF;
}

.banner-card .banner-card__body .banner-card__title {
    display: none;
    margin-bottom: 1rem;
}

.banner-card .banner-card__body {
    padding: 0 1rem 1rem 1rem;
}

.banner-card .banner-card__body.image-text-element {
    display: block;
}

.banner-card .banner-card__body.image-text-element .image-element {
    background: #333;
    border-radius: 10px;
    max-width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.banner-card .banner-card__body.image-text-element .text-element {
}

.banner-card .banner-card__body.image-text-element .text-element p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.social-media-icons {
    margin-top: 3rem;
}

.social-media-icons p {
    text-transform: uppercase;
}

.social-media-icons .icons {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.social-media-icons .icons a {
    background: transparent;
    border-radius: 50%;
    border: 2px solid #FFF;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    height: 40px;
    width: 40px;
    margin: 0 0.7rem;
}

.social-media-icons .icons .whatsapp a {
    background: transparent;
    border: none;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    height: 40px;
    width: 40px;
    margin: 0 0.7rem;
}

.social-media-icons .icons .icon {
    background-repeat: no-repeat;
    background-position: center center;
}

.social-media-icons .icons .icon.icon-instagram {
    background-image: url('../icons/social-media-icon-instagram.svg');
}

.social-media-icons .icons .icon.icon-facebook {
    background-image: url('../icons/social-media-icon-facebook.svg');
}

.social-media-icons .icons .icon.icon-pinterest {
    background-image: url('../icons/social-media-icon-pinterest.svg');
}
.social-media-icons .icons .icon.icon-whatsapp {
    background-image: url('../icons/social-media-icon-whatsapp.svg');
}
.social-media-icons .icons .icon.icon-whatsapp svg {
    width: 100%;
}
.social-media-icons .icons .icon.icon-whatsapp-afsm {
    background-image: url('../icons/whatsapp_50.png');
}

.social-media-icons .icons .icon.icon-whatsapp-giessformen {
    background-image: url('../icons/whatsapp_giess_50.png');
}

@media only screen and (min-width: 40.063em) {
    .banner-card .banner-card__body.image-text-element {
        display: flex;
    }

    .banner-card .banner-card__body.image-text-element .image-element {
        margin-right: 3rem;
        width: 100%;
    }

    .banner-card .banner-card__body.image-text-element .text-element {
        position: relative;
    }

    .banner-card .banner-card__body.image-text-element .text-element p {
        text-align: left;
    }

    #social.module.module__home-social .banner-card {
        padding: 2rem 2.3rem;
    }

    #social.module.module__home-social .banner-card .banner-card__header {
        display: none;
    }

    #social.module.module__home-social .banner-card .banner-card__body .banner-card__title {
        display: block;
    }

    #social.module.module__home-social .banner-card .banner-card__body {
        padding: 1rem 1rem 0 1rem;
    }

    .social-media-icons .icons {
        display: flex;
        justify-content: left;
        margin-top: 2rem;
        margin-bottom: 2.5rem;
        margin-left: -1rem;
    }
}

@media only screen and (min-width: 64.063em) {
    .banner-card .banner-card__body.image-text-element .image-element {
        margin-right: 3rem;
        width: 80%;
    }
}

/**
 * HOTSUSHI
 * @HOTSUSHI Home Bestseller
 */

#bestseller.module.module__home-bestseller {
    padding: 2rem 0 2.5rem 0;
    text-align: center;
}

/**
 * HOTSUSHI
 * @HOTSUSHI Home Featured
 */

#featured.module.module__home-bestseller {
    padding: 2rem 0 2.5rem 0;
    text-align: center;
}

/**
 * HOTSUSHI
 * @HOTSUSHI Home Latest
 */
#latest.module.module__home-latest {
    padding: 2rem 0 0.5rem 0;
    text-align: center;
}

#latest.module.module__home-latest > section {
    margin-bottom: 2rem;
}

#latest.module.module__home-latest .latest__category {
    border: 1px solid #9AE1EA;
    margin: 0 0.5rem 1rem 0.5rem;
}

#latest.module.module__home-latest .latest__category__image {
    display: none;
}

#latest.module.module__home-latest .latest__category__name {
    background: #FFF;
    padding: 0.625rem 1rem;
}

#latest.module.module__home-latest .latest__category__last__name {
    background: #FFF;
    padding: 0.625rem 1rem;
    margin-top: 30%;
}
#latest.module.module__home-latest .latest__category__last__name a{
    color: #343434;
}

#latest.module.module__home-latest .badge {
    border: 1px solid #FFF;
    border-left: none;
    left: 0;
    line-height: 100%;
    padding: 0.325rem 0.625rem;
    height: auto;
}

#latest.module.module__home-latest .badge--back {
    background: #ED66C0;
    color: #FFF;
}

#latest.module.module__home-latest .badge--new {
    background: #9AE1EA;
    color: #FFF;
}

@media only screen and (min-width: 40.063em) {
    #latest.module.module__home-latest > section {
        display: grid;
        grid-template-columns: 24.2% 75.8%;
        grid-gap: 0;
        max-width: 1210px;
        margin: 0 auto 2rem auto;
    }

    #latest.module.module__home-latest > section .hs-endless-slider .hs-endless-slider__wrapper {
        grid-auto-columns: 32%;
    }

    #latest.module.module__home-latest .latest__category__image {
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
    }
    #latest.module.module__home-latest .latest__category__last__image {
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
    }

    #latest.module.module__home-latest .latest__category__name {
        margin-top: 30%;
    }
    #latest.module.module__home-latest .latest__category__last__name {
        margin-top: 30%;
    }
    #latest.module.module__home-latest .latest__category__last__name a{
        color: #343434;
    }
}

@media only screen and (min-width: 64.063em) {
    #latest.module.module__home-latest > section {
        display: grid;
        grid-template-columns: 16.4% 83.6%;
        grid-gap: 0;
        max-width: 1210px;
        margin: 0 auto 2rem auto;
    }

    #latest.module.module__home-latest > section .hs-endless-slider .hs-endless-slider__wrapper {
        grid-auto-columns: 19.6%;
    }

    #latest.module.module__home-latest .latest__category__image {
        background: #9AE1EA;
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
    }

    #latest.module.module__home-latest .latest__category__last__image {
        background: #9AE1EA;
        display: block;
        width: 100%;
        aspect-ratio: 16/9;
    }

    #latest.module.module__home-latest .latest__category__name {
        margin-top: 30%;
    }

    #latest.module.module__home-latest .latest__category__last__name {
        margin-top: 30%;
    }
    #latest.module.module__home-latest .latest__category__last__name a{
        color: #343434;
    }
}

.hs-endless-slider.products .hs-endless-slider__wrapper {
    grid-auto-columns: 47%;
}

@media only screen and (min-width: 40.063em) {
    .hs-endless-slider.products .hs-endless-slider__wrapper {
        grid-auto-columns: 24.2%;
    }
}

@media only screen and (min-width: 64.063em) {
    .hs-endless-slider.products .hs-endless-slider__wrapper {
        grid-auto-columns: 16.4%;
    }
}

.module .product.list-item {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.latest__category__name a{
    color: #343434;
}

.filters .column .button{
    border-radius: 0;
    padding: 1em 0.7em;
}

.header-instructions{
    font-size: 1.4625rem !important;
    color: #CE3EA6;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.thumbs-video{
    width: 29px;
    height: 20px;
    position: absolute;
    top: 110px;
    left: 115px;
}
.fi-video{
    color:#CE3EA6;
    font-size: 25px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.video_play{
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
}

.manu-wrapper{
    float: right;
}

.manufacturer-info {
    font-size: 0.825rem;
}

.category-description a{
    color: #07A2B5 !important;
}

.product-options-svg-konfi img{
    max-width: 50px;
}
@media only screen and (min-width: 40.063em) {
    .product-options-svg-konfi {
        overflow-y: scroll; /* Vertical scroll */
        height: 500px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 40.062em) {

}
.konfi-preview-box {
    position: fixed;      /* <-- wichtig: bleibt am Bildschirmrand */
    top: 0;
    left: 0;
    right: 0;
    background: #f7f7f7;
    padding: 10px;
    z-index: 9999;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#text-reference_1{
    cursor: move;
}

.zoom-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 200%; /* Zoom-Faktor */
    display: none;
    pointer-events: none;
    z-index: 10;
}
.product-img {
    position: relative;
    overflow: hidden;
}

.zoom-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.product-img.zoom-active {
    cursor: zoom-in;
}