/* VENDORS
   ----------------------------- */

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * 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-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  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 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* 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;
}

/* Basscss Type Scale */

.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

/* Basscss Typography */

.font-family-inherit {
  font-family: inherit;
}

.font-size-inherit {
  font-size: inherit;
}

.text-decoration-none {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

.center,
.section--hero .section__slideshow .slick-dots {
  text-align: center;
}

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

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.125;
}

.line-height-3 {
  line-height: 1.25;
}

.line-height-4 {
  line-height: 1.5;
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-reset,
.main-header .main-header__nav .menu,
.main-footer #footer_menu,
.main-footer #footer_menu li,
.main-offcanvas .primary-menu,
.main-offcanvas .primary-menu li,
.section--hero .section__slideshow .slick-dots {
  list-style: none;
  padding-left: 0;
}

/* Basscss Layout */

.inline {
  display: inline;
}

.block,
#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p {
  display: block;
}

.inline-block,
.main-header .main-header__nav .menu li,
.single-product a[rel="prev"],
.single-product a[rel="next"],
.single-product a[rel="prev"]:before,
.single-product a[rel="next"]:before,
.section--hero .section__slideshow .slideshow__slide:before {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
}

.max-width-2 {
  max-width: 32rem;
}

.max-width-3 {
  max-width: 48rem;
}

.max-width-4,
#wpsl-result-list,
#wpsl-wrap .wpsl-search #wpsl-search-wrap {
  max-width: 64rem;
}

.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Basscss Align */

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

/* Basscss Margin */

.m0,
.main-header .main-header__nav .menu,
.main-offcanvas .primary-menu,
.section--hero .section__slideshow .slick-dots,
.wysiwyg p,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0,
.wysiwyg p:last-child {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: 0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.ml1 {
  margin-left: 0.5rem;
}

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my1,
.main-footer #footer_menu li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.mb2,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-search-btn-wrap,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-select-wrap,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-input,
.section--hero .section__slideshow .slick-dots,
.wysiwyg p,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  margin-bottom: 1rem;
}

.ml2 {
  margin-left: 1rem;
}

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m3 {
  margin: 2rem;
}

.mt3 {
  margin-top: 2rem;
}

.mr3 {
  margin-right: 2rem;
}

.mb3 {
  margin-bottom: 2rem;
}

.ml3 {
  margin-left: 2rem;
}

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m4 {
  margin: 4rem;
}

.mt4 {
  margin-top: 4rem;
}

.mr4 {
  margin-right: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.ml4 {
  margin-left: 4rem;
}

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Basscss Padding */

.p0,
.main-header .main-header__nav .menu,
.main-offcanvas .primary-menu,
.section--hero .section__slideshow .slick-dots,
.wysiwyg p,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: 0.5rem;
}

.pt1 {
  padding-top: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.pb1 {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p2 {
  padding: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pr2 {
  padding-right: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px2,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-search-btn-wrap,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div#wpsl-category,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-select-wrap,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-input {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p3 {
  padding: 2rem;
}

.pt3 {
  padding-top: 2rem;
}

.pr3 {
  padding-right: 2rem;
}

.pb3 {
  padding-bottom: 2rem;
}

.pl3,
.main-header .main-header__nav .menu li {
  padding-left: 2rem;
}

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p4 {
  padding: 4rem;
}

.pt4 {
  padding-top: 4rem;
}

.pr4 {
  padding-right: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pl4 {
  padding-left: 4rem;
}

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

/* Basscss Grid */

.col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-right {
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3,
.single-product .product.type-product .product__model span {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12,
#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p:first-child,
#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p:last-child,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-search-btn-wrap,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div#wpsl-category,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-select-wrap,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-input {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sm-col-right {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sm-col-1 {
    width: 8.33333%;
  }

  .sm-col-2 {
    width: 16.66667%;
  }

  .sm-col-3 {
    width: 25%;
  }

  .sm-col-4 {
    width: 33.33333%;
  }

  .sm-col-5 {
    width: 41.66667%;
  }

  .sm-col-6 {
    width: 50%;
  }

  .sm-col-7 {
    width: 58.33333%;
  }

  .sm-col-8 {
    width: 66.66667%;
  }

  .sm-col-9 {
    width: 75%;
  }

  .sm-col-10 {
    width: 83.33333%;
  }

  .sm-col-11 {
    width: 91.66667%;
  }

  .sm-col-12 {
    width: 100%;
  }
}

@media (min-width: 52em) {
  .md-col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .md-col-right {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .md-col-1 {
    width: 8.33333%;
  }

  .md-col-2,
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-search-btn-wrap {
    width: 16.66667%;
  }

  .md-col-3,
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form > div#wpsl-category,
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-select-wrap {
    width: 25%;
  }

  .md-col-4,
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-input {
    width: 33.33333%;
  }

  .md-col-5 {
    width: 41.66667%;
  }

  .md-col-6,
  #wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p:first-child,
  #wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p:last-child {
    width: 50%;
  }

  .md-col-7 {
    width: 58.33333%;
  }

  .md-col-8 {
    width: 66.66667%;
  }

  .md-col-9 {
    width: 75%;
  }

  .md-col-10 {
    width: 83.33333%;
  }

  .md-col-11 {
    width: 91.66667%;
  }

  .md-col-12 {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .lg-col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lg-col-right {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lg-col-1 {
    width: 8.33333%;
  }

  .lg-col-2 {
    width: 16.66667%;
  }

  .lg-col-3 {
    width: 25%;
  }

  .lg-col-4 {
    width: 33.33333%;
  }

  .lg-col-5 {
    width: 41.66667%;
  }

  .lg-col-6 {
    width: 50%;
  }

  .lg-col-7 {
    width: 58.33333%;
  }

  .lg-col-8 {
    width: 66.66667%;
  }

  .lg-col-9 {
    width: 75%;
  }

  .lg-col-10 {
    width: 83.33333%;
  }

  .lg-col-11 {
    width: 91.66667%;
  }

  .lg-col-12 {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.self-baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
  -webkit-order: 99999;
  -ms-flex-order: 99999;
  order: 99999;
}

/* Basscss Position */

.relative,
.single-product a[rel="prev"]:before,
.single-product a[rel="next"]:before,
.section--hero .section__slideshow .slideshow__slide,
.section--hero .section__slideshow .slide__header {
  position: relative;
}

.absolute,
.single-product a[rel="prev"],
.single-product a[rel="next"],
.section--hero .section__slideshow .slideshow__slide:before {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0,
.section--hero .section__slideshow .slideshow__slide:before {
  top: 0;
}

.right-0,
.section--hero .section__slideshow .slideshow__slide:before {
  right: 0;
}

.bottom-0,
.section--hero .section__slideshow .slideshow__slide:before {
  bottom: 0;
}

.left-0,
.section--hero .section__slideshow .slideshow__slide:before {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

/* Basscss Border */

.border {
  border-style: solid;
  border-width: 1px;
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}

.border-none {
  border: 0;
}

.rounded {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rounded-top {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.rounded-right {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.rounded-bottom {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.rounded-left {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.not-rounded {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* Basscss Hide */

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}

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

/* Basscss All */

.all-initial {
  all: initial;
}

.all-unset {
  all: unset;
}

.all-inherit {
  all: inherit;
}

/* Basscss Background Colors */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.bg-black {
  background-color: #111;
}

.bg-gray {
  background-color: #aaa;
}

.bg-silver {
  background-color: #ddd;
}

.bg-white {
  background-color: #fff;
}

.bg-aqua {
  background-color: #7fdbff;
}

.bg-blue {
  background-color: #0074d9;
}

.bg-navy {
  background-color: #001f3f;
}

.bg-teal {
  background-color: #39cccc;
}

.bg-green {
  background-color: #2ecc40;
}

.bg-olive {
  background-color: #3d9970;
}

.bg-lime {
  background-color: #01ff70;
}

.bg-yellow {
  background-color: #ffdc00;
}

.bg-orange {
  background-color: #ff851b;
}

.bg-red {
  background-color: #ff4136;
}

.bg-fuchsia {
  background-color: #f012be;
}

.bg-purple {
  background-color: #b10dc9;
}

.bg-maroon {
  background-color: #85144b;
}

/* Basscss Background Images */

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: right;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-position: left;
}

/* Basscss Border Colors */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.border-black {
  border-color: #111;
}

.border-gray {
  border-color: #aaa;
}

.border-silver {
  border-color: #ddd;
}

.border-white {
  border-color: #fff;
}

.border-aqua {
  border-color: #7fdbff;
}

.border-blue {
  border-color: #0074d9;
}

.border-navy {
  border-color: #001f3f;
}

.border-teal {
  border-color: #39cccc;
}

.border-green {
  border-color: #2ecc40;
}

.border-olive {
  border-color: #3d9970;
}

.border-lime {
  border-color: #01ff70;
}

.border-yellow {
  border-color: #ffdc00;
}

.border-orange {
  border-color: #ff851b;
}

.border-red {
  border-color: #ff4136;
}

.border-fuchsia {
  border-color: #f012be;
}

.border-purple {
  border-color: #b10dc9;
}

.border-maroon {
  border-color: #85144b;
}

/* Basscss Btn */

.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

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

/* Basscss Btn Outline */

.btn-outline,
.btn-outline:hover {
  border-color: currentcolor;
}

.btn-outline {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-outline:hover {
  -webkit-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.btn-outline:active {
  -webkit-box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
}

.btn-outline:disabled,
.btn-outline.is-disabled {
  opacity: .5;
}

/* Basscss Darken */

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.0625);
}

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.125);
}

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Basscss Highlight */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.highlight-dark .hljs {
  color: white;
  -webkit-text-size-adjust: none;
}

.highlight-dark .hljs-comment,
.highlight-dark .diff .hljs-header,
.highlight-dark .hljs-javadoc {
  color: #ddd;
  font-style: italic;
}

.highlight-dark .hljs-keyword,
.highlight-dark .css .rule .hljs-keyword,
.highlight-dark .hljs-winutils,
.highlight-dark .nginx .hljs-title,
.highlight-dark .hljs-subst,
.highlight-dark .hljs-request,
.highlight-dark .hljs-status {
  color: white;
  font-weight: bold;
}

.highlight-dark .hljs-number,
.highlight-dark .hljs-hexcolor,
.highlight-dark .ruby .hljs-constant {
  color: #01ff70;
}

.highlight-dark .hljs-string,
.highlight-dark .hljs-tag .hljs-value,
.highlight-dark .hljs-phpdoc,
.highlight-dark .hljs-dartdoc,
.highlight-dark .tex .hljs-formula {
  color: #ff4136;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #ff4136;
  font-weight: bold;
}

.highlight-dark .hljs-list .hljs-keyword,
.highlight-dark .hljs-subst {
  font-weight: normal;
}

.highlight-dark .hljs-class .hljs-title,
.highlight-dark .hljs-type,
.highlight-dark .vhdl .hljs-literal,
.highlight-dark .tex .hljs-command {
  color: #7fdbff;
  font-weight: bold;
}

.highlight-dark .hljs-tag,
.highlight-dark .hljs-tag .hljs-title,
.highlight-dark .hljs-rules .hljs-property,
.highlight-dark .django .hljs-tag .hljs-keyword {
  color: #7fdbff;
  font-weight: normal;
}

.highlight-dark .hljs-attribute,
.highlight-dark .hljs-variable,
.highlight-dark .lisp .hljs-body {
  color: #01ff70;
}

.highlight-dark .hljs-regexp {
  color: #01ff70;
}

.highlight-dark .hljs-symbol,
.highlight-dark .ruby .hljs-symbol .hljs-string,
.highlight-dark .lisp .hljs-keyword,
.highlight-dark .clojure .hljs-keyword,
.highlight-dark .scheme .hljs-keyword,
.highlight-dark .tex .hljs-special,
.highlight-dark .hljs-prompt {
  color: #f012be;
}

.highlight-dark .hljs-built_in {
  color: #7fdbff;
}

.highlight-dark .hljs-preprocessor,
.highlight-dark .hljs-pragma,
.highlight-dark .hljs-pi,
.highlight-dark .hljs-doctype,
.highlight-dark .hljs-shebang,
.highlight-dark .hljs-cdata {
  color: #ddd;
  font-weight: bold;
}

.highlight-dark .hljs-deletion {
  background: #f012be;
}

.highlight-dark .hljs-addition {
  background: #01ff70;
}

.highlight-dark .diff .hljs-change {
  background: #7fdbff;
}

.highlight-dark .hljs-chunk {
  color: #aaa;
}

/* Basscss Highlight */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

.hljs {
  -webkit-text-size-adjust: none;
}

.hljs-comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #ddd;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: white;
  font-weight: bold;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #01ff70;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
  color: #ff4136;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #ff4136;
  font-weight: bold;
}

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #7fdbff;
  font-weight: bold;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #7fdbff;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #01ff70;
}

.hljs-regexp {
  color: #01ff70;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #f012be;
}

.hljs-built_in {
  color: #7fdbff;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #ddd;
  font-weight: bold;
}

.hljs-deletion {
  background: #f012be;
}

.hljs-addition {
  background: #01ff70;
}

.diff .hljs-change {
  background: #7fdbff;
}

.hljs-chunk {
  color: #aaa;
}

/* Mapped colors */

/* Basscss Input Range */

.input-range {
  vertical-align: middle;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
}

.input-range::-webkit-slider-thumb {
  position: relative;
  width: 0.5rem;
  height: 1.25rem;
  cursor: pointer;
  margin-top: -0.5rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: currentcolor;
  -webkit-appearance: none;
}

/* Touch screen friendly pseudo element */

.input-range::-webkit-slider-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -0.875rem;
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0;
}

.input-range::-moz-range-thumb {
  width: 0.5rem;
  height: 1.25rem;
  cursor: pointer;
  border-radius: 3px;
  border-color: transparent;
  border-width: 0;
  background-color: currentcolor;
}

.input-range::-webkit-slider-runnable-track {
  height: 0.25rem;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

.input-range::-moz-range-track {
  height: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
}

.input-range:focus {
  outline: none;
}

/* Basscss Media Object */

.media,
.sm-media,
.md-media,
.lg-media {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.media-img,
.media-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 40em) {
  .sm-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 52em) {
  .md-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .lg-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Basscss Progress */

.progress {
  display: block;
  width: 100%;
  height: 0.5625rem;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.125);
  border: 0;
  -webkit-border-radius: 10000px;
  border-radius: 10000px;
  -webkit-appearance: none;
}

.progress::-webkit-progress-bar {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.125);
}

.progress::-webkit-progress-value {
  -webkit-appearance: none;
  background-color: currentcolor;
}

.progress::-moz-progress-bar {
  background-color: currentcolor;
}

/* Basscss Responsive Margin */

@media (min-width: 40em) {
  .sm-m0 {
    margin: 0;
  }

  .sm-mt0 {
    margin-top: 0;
  }

  .sm-mr0 {
    margin-right: 0;
  }

  .sm-mb0 {
    margin-bottom: 0;
  }

  .sm-ml0 {
    margin-left: 0;
  }

  .sm-mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-m1 {
    margin: 0.5rem;
  }

  .sm-mt1 {
    margin-top: 0.5rem;
  }

  .sm-mr1 {
    margin-right: 0.5rem;
  }

  .sm-mb1 {
    margin-bottom: 0.5rem;
  }

  .sm-ml1 {
    margin-left: 0.5rem;
  }

  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-m2 {
    margin: 1rem;
  }

  .sm-mt2 {
    margin-top: 1rem;
  }

  .sm-mr2 {
    margin-right: 1rem;
  }

  .sm-mb2 {
    margin-bottom: 1rem;
  }

  .sm-ml2 {
    margin-left: 1rem;
  }

  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm-m3 {
    margin: 2rem;
  }

  .sm-mt3 {
    margin-top: 2rem;
  }

  .sm-mr3 {
    margin-right: 2rem;
  }

  .sm-mb3 {
    margin-bottom: 2rem;
  }

  .sm-ml3 {
    margin-left: 2rem;
  }

  .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm-m4 {
    margin: 4rem;
  }

  .sm-mt4 {
    margin-top: 4rem;
  }

  .sm-mr4 {
    margin-right: 4rem;
  }

  .sm-mb4 {
    margin-bottom: 4rem;
  }

  .sm-ml4 {
    margin-left: 4rem;
  }

  .sm-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm-ml-auto {
    margin-left: auto;
  }

  .sm-mr-auto {
    margin-right: auto;
  }

  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 52em) {
  .md-m0 {
    margin: 0;
  }

  .md-mt0 {
    margin-top: 0;
  }

  .md-mr0 {
    margin-right: 0;
  }

  .md-mb0,
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-search-btn-wrap,
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-select-wrap,
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-input {
    margin-bottom: 0;
  }

  .md-ml0 {
    margin-left: 0;
  }

  .md-mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-m1 {
    margin: 0.5rem;
  }

  .md-mt1 {
    margin-top: 0.5rem;
  }

  .md-mr1 {
    margin-right: 0.5rem;
  }

  .md-mb1 {
    margin-bottom: 0.5rem;
  }

  .md-ml1 {
    margin-left: 0.5rem;
  }

  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-m2 {
    margin: 1rem;
  }

  .md-mt2 {
    margin-top: 1rem;
  }

  .md-mr2 {
    margin-right: 1rem;
  }

  .md-mb2 {
    margin-bottom: 1rem;
  }

  .md-ml2 {
    margin-left: 1rem;
  }

  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md-m3 {
    margin: 2rem;
  }

  .md-mt3 {
    margin-top: 2rem;
  }

  .md-mr3 {
    margin-right: 2rem;
  }

  .md-mb3 {
    margin-bottom: 2rem;
  }

  .md-ml3 {
    margin-left: 2rem;
  }

  .md-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md-m4 {
    margin: 4rem;
  }

  .md-mt4 {
    margin-top: 4rem;
  }

  .md-mr4 {
    margin-right: 4rem;
  }

  .md-mb4 {
    margin-bottom: 4rem;
  }

  .md-ml4 {
    margin-left: 4rem;
  }

  .md-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md-ml-auto {
    margin-left: auto;
  }

  .md-mr-auto {
    margin-right: auto;
  }

  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 64em) {
  .lg-m0 {
    margin: 0;
  }

  .lg-mt0 {
    margin-top: 0;
  }

  .lg-mr0 {
    margin-right: 0;
  }

  .lg-mb0 {
    margin-bottom: 0;
  }

  .lg-ml0 {
    margin-left: 0;
  }

  .lg-mx0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg-m1 {
    margin: 0.5rem;
  }

  .lg-mt1 {
    margin-top: 0.5rem;
  }

  .lg-mr1 {
    margin-right: 0.5rem;
  }

  .lg-mb1 {
    margin-bottom: 0.5rem;
  }

  .lg-ml1 {
    margin-left: 0.5rem;
  }

  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg-m2 {
    margin: 1rem;
  }

  .lg-mt2 {
    margin-top: 1rem;
  }

  .lg-mr2 {
    margin-right: 1rem;
  }

  .lg-mb2 {
    margin-bottom: 1rem;
  }

  .lg-ml2 {
    margin-left: 1rem;
  }

  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg-m3 {
    margin: 2rem;
  }

  .lg-mt3 {
    margin-top: 2rem;
  }

  .lg-mr3 {
    margin-right: 2rem;
  }

  .lg-mb3 {
    margin-bottom: 2rem;
  }

  .lg-ml3 {
    margin-left: 2rem;
  }

  .lg-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg-m4 {
    margin: 4rem;
  }

  .lg-mt4 {
    margin-top: 4rem;
  }

  .lg-mr4 {
    margin-right: 4rem;
  }

  .lg-mb4 {
    margin-bottom: 4rem;
  }

  .lg-ml4 {
    margin-left: 4rem;
  }

  .lg-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg-ml-auto {
    margin-left: auto;
  }

  .lg-mr-auto {
    margin-right: auto;
  }

  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Basscss Responsive Padding */

@media (min-width: 40em) {
  .sm-p0 {
    padding: 0;
  }

  .sm-pt0 {
    padding-top: 0;
  }

  .sm-pr0 {
    padding-right: 0;
  }

  .sm-pb0 {
    padding-bottom: 0;
  }

  .sm-pl0 {
    padding-left: 0;
  }

  .sm-px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-p1 {
    padding: 0.5rem;
  }

  .sm-pt1 {
    padding-top: 0.5rem;
  }

  .sm-pr1 {
    padding-right: 0.5rem;
  }

  .sm-pb1 {
    padding-bottom: 0.5rem;
  }

  .sm-pl1 {
    padding-left: 0.5rem;
  }

  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-p2 {
    padding: 1rem;
  }

  .sm-pt2 {
    padding-top: 1rem;
  }

  .sm-pr2 {
    padding-right: 1rem;
  }

  .sm-pb2 {
    padding-bottom: 1rem;
  }

  .sm-pl2 {
    padding-left: 1rem;
  }

  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm-p3 {
    padding: 2rem;
  }

  .sm-pt3 {
    padding-top: 2rem;
  }

  .sm-pr3 {
    padding-right: 2rem;
  }

  .sm-pb3 {
    padding-bottom: 2rem;
  }

  .sm-pl3 {
    padding-left: 2rem;
  }

  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm-p4 {
    padding: 4rem;
  }

  .sm-pt4 {
    padding-top: 4rem;
  }

  .sm-pr4 {
    padding-right: 4rem;
  }

  .sm-pb4 {
    padding-bottom: 4rem;
  }

  .sm-pl4 {
    padding-left: 4rem;
  }

  .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 52em) {
  .md-p0 {
    padding: 0;
  }

  .md-pt0 {
    padding-top: 0;
  }

  .md-pr0 {
    padding-right: 0;
  }

  .md-pb0 {
    padding-bottom: 0;
  }

  .md-pl0 {
    padding-left: 0;
  }

  .md-px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md-p1 {
    padding: 0.5rem;
  }

  .md-pt1 {
    padding-top: 0.5rem;
  }

  .md-pr1 {
    padding-right: 0.5rem;
  }

  .md-pb1 {
    padding-bottom: 0.5rem;
  }

  .md-pl1 {
    padding-left: 0.5rem;
  }

  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-p2 {
    padding: 1rem;
  }

  .md-pt2 {
    padding-top: 1rem;
  }

  .md-pr2 {
    padding-right: 1rem;
  }

  .md-pb2 {
    padding-bottom: 1rem;
  }

  .md-pl2 {
    padding-left: 1rem;
  }

  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md-p3 {
    padding: 2rem;
  }

  .md-pt3 {
    padding-top: 2rem;
  }

  .md-pr3 {
    padding-right: 2rem;
  }

  .md-pb3 {
    padding-bottom: 2rem;
  }

  .md-pl3 {
    padding-left: 2rem;
  }

  .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md-p4 {
    padding: 4rem;
  }

  .md-pt4 {
    padding-top: 4rem;
  }

  .md-pr4 {
    padding-right: 4rem;
  }

  .md-pb4 {
    padding-bottom: 4rem;
  }

  .md-pl4 {
    padding-left: 4rem;
  }

  .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 64em) {
  .lg-p0 {
    padding: 0;
  }

  .lg-pt0 {
    padding-top: 0;
  }

  .lg-pr0 {
    padding-right: 0;
  }

  .lg-pb0 {
    padding-bottom: 0;
  }

  .lg-pl0 {
    padding-left: 0;
  }

  .lg-px0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg-p1 {
    padding: 0.5rem;
  }

  .lg-pt1 {
    padding-top: 0.5rem;
  }

  .lg-pr1 {
    padding-right: 0.5rem;
  }

  .lg-pb1 {
    padding-bottom: 0.5rem;
  }

  .lg-pl1 {
    padding-left: 0.5rem;
  }

  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg-p2 {
    padding: 1rem;
  }

  .lg-pt2 {
    padding-top: 1rem;
  }

  .lg-pr2 {
    padding-right: 1rem;
  }

  .lg-pb2 {
    padding-bottom: 1rem;
  }

  .lg-pl2 {
    padding-left: 1rem;
  }

  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg-p3 {
    padding: 2rem;
  }

  .lg-pt3 {
    padding-top: 2rem;
  }

  .lg-pr3 {
    padding-right: 2rem;
  }

  .lg-pb3 {
    padding-bottom: 2rem;
  }

  .lg-pl3 {
    padding-left: 2rem;
  }

  .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg-p4 {
    padding: 4rem;
  }

  .lg-pt4 {
    padding-top: 4rem;
  }

  .lg-pr4 {
    padding-right: 4rem;
  }

  .lg-pb4 {
    padding-bottom: 4rem;
  }

  .lg-pl4 {
    padding-left: 4rem;
  }

  .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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;
}

/* UTILS
   ----------------------------- */

@font-face {
  font-family: "pulitoripiscine";
  src: url(../assets/fonts/pulitoripiscine.eot);
  src: url(../assets/fonts/pulitoripiscine.eot) format("embedded-opentype"), url(../assets/fonts/pulitoripiscine.woff) format("woff"), url(../assets/fonts/pulitoripiscine.ttf) format("truetype"), url(../assets/fonts/pulitoripiscine.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "pulitoripiscine" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "pulitoripiscine" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube-play:before {
  content: "a";
}

.icon-twitter:before {
  content: "b";
}

.icon-facebook-official:before {
  content: "c";
}

.icon-linkedin:before {
  content: "d";
}

.icon-pinterest:before {
  content: "e";
}

.icon-pinterest-p:before {
  content: "f";
}

.icon-tumblr:before {
  content: "g";
}

.icon-tumblr-square:before {
  content: "h";
}

.icon-vk:before {
  content: "i";
}

.icon-vimeo-square:before {
  content: "j";
}

.icon-angle-down:before {
  content: "k";
}

.icon-angle-left:before {
  content: "l";
}

.icon-angle-right:before {
  content: "m";
}

.icon-angle-up:before {
  content: "n";
}

.icon-instagram:before {
  content: "o";
}

.icon-cw:before {
  content: "p";
}

/* FONT FAMILIES
   ----------------------------- */

/* SIZES
   ----------------------------- */

/* MEDIA
   ----------------------------- */

/* --- */

/* COLORS
   ----------------------------- */

/* COMPONENTS
   ----------------------------- */

.button,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-search-btn {
  display: inline-block;
  padding: .8rem 1.2rem .9rem 1.2rem;
  font-size: .9rem;
  line-height: 1em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 40em) {
  .button,
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-search-btn {
    padding: .8rem .9rem .9rem .9rem;
    font-size: .8rem;
  }
}

.button--blue_200,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-search-btn {
  color: #FFF;
  background: #2FC9CD;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #45C8AF), to(#2CB6C1));
  background-image: -webkit-linear-gradient(top, #45C8AF 1%, #2CB6C1 100%);
  background-image: linear-gradient(180deg, #45C8AF 1%, #2CB6C1 100%);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

.button--orange_200 {
  color: #684917;
  background: #FFE333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE333), to(#E1A400));
  background-image: -webkit-linear-gradient(top, #FFE333 0%, #E1A400 100%);
  background-image: linear-gradient(180deg, #FFE333 0%, #E1A400 100%);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

.button--reset {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}

@media (max-width: 1280px) {
  .main-header .main-header__nav .menu li {
    padding-left: 1rem;
  }
}

@media (max-width: 1024px) {
  .main-header .main-header__nav .menu li {
    padding-left: .5rem;
  }
}

.main-header .main-header__nav .menu li a {
  color: #FFF;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
}

.main-header .main-header__nav .menu li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  bottom: -.4rem;
  height: 1px;
  width: 0;
  background: #2FC9CD;
  opacity: 0;
  -webkit-transition: 0.2s all cubic-bezier(0.41, 0, 0.07, 1);
  transition: 0.2s all cubic-bezier(0.41, 0, 0.07, 1);
}

.main-header .main-header__nav .menu li:hover a:before,
.main-header .main-header__nav .menu li.current-menu-item a:before {
  width: 1.5rem;
  opacity: 1;
}

.main-header .main-header__logo {
  max-width: 12rem;
}

.main-header .main-header__logo img {
  width: 100%;
  height: auto;
}

.main-header:not(.main-header--in-hero) {
  background: #eef2f4;
}

.main-header:not(.main-header--in-hero) .main-header__nav .menu li a {
  color: #024EAD;
}

.main-header__toggle {
  margin: auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: relative;
}

.main-header__toggle > i {
  display: none;
}

.main-header__toggle.offcanvas-open > .bar {
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-header__toggle.offcanvas-open > .bar:after,
.main-header__toggle.offcanvas-open > .bar:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-header__toggle.offcanvas-open > .bar:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.main-header__toggle.offcanvas-open > .bar:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar,
.bar:after,
.bar:before {
  width: 25px;
  height: 2px;
  background: #FFF;
}

.bar {
  position: absolute;
  -webkit-transition: all 0ms 300ms ease-in;
  transition: all 0ms 300ms ease-in;
  margin: 0 auto;
  top: 50%;
  display: inline-block;
}

.bar:before,
.bar:after {
  content: " ";
  position: absolute;
  left: 0;
}

.bar:before {
  bottom: 6px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  top: 6px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.main-footer {
  -webkit-box-shadow: 0 -2px 6px 0 rgba(27, 26, 31, 0.05);
  box-shadow: 0 -2px 6px 0 rgba(27, 26, 31, 0.05);
}

.main-footer .footer__info a {
  text-decoration: underline;
}

.main-footer .main-footer__sub {
  border-top: 1px solid #ededed;
}

.main-footer .main-footer__sub small p {
  display: inline-block;
  margin: 0;
}

.main-footer .main-footer__logo img {
  max-width: 160px;
  height: auto;
}

.main-footer .content__title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8rem;
  color: #21307E;
}

.main-footer .content__address strong {
  color: #41475b;
}

.main-footer .content__address a {
  color: #21307E;
  text-decoration: underline;
}

@media (max-width: 40em) {
  .main-footer * {
    text-align: center;
  }
}

.main-footer .block-social {
  font-size: 1.75rem;
}

.main-footer .block-social li a {
  color: #21307E;
}

.main-offcanvas {
  right: -17rem;
  width: 17rem;
  -webkit-box-shadow: inset 15px 0 30px rgba(0, 0, 0, 0.07);
  box-shadow: inset 15px 0 30px rgba(0, 0, 0, 0.07);
  background: #1e2b72;
}

.admin-bar .main-offcanvas {
  top: 46px;
}

.main-offcanvas .primary-menu,
.main-offcanvas .primary-menu li {
  margin: 1.5rem 0;
}

.main-offcanvas .primary-menu:first-child,
.main-offcanvas .primary-menu li:first-child {
  margin-top: .4rem;
}

.main-offcanvas .primary-menu a,
.main-offcanvas .primary-menu li a {
  color: #FFF;
  opacity: .6;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8rem;
}

.main-offcanvas .primary-menu.current-menu-item a,
.main-offcanvas .primary-menu.current-menu-parent a,
.main-offcanvas .primary-menu li.current-menu-item a,
.main-offcanvas .primary-menu li.current-menu-parent a {
  opacity: 1;
}

.main-offcanvas.offcanvas-open {
  right: 0;
}

.main-offcanvas,
#page {
  -webkit-transition: right cubic-bezier(0.41, 0, 0.07, 1) 0.3s;
  transition: right cubic-bezier(0.41, 0, 0.07, 1) 0.3s;
}

#page {
  position: relative;
  right: 0;
}

#page.offcanvas-open {
  right: 17rem;
}

.show-products-filter {
  display: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px -10px rgba(6, 4, 41, 0.15);
  box-shadow: 0 10px 20px -10px rgba(6, 4, 41, 0.15);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: .8rem .8rem;
  font-size: .9rem;
  width: 100%;
  text-align: left;
}

@media (max-width: 40em) {
  .show-products-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.show-products-filter svg path {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  fill: rgba(104, 112, 132, 0.5);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.41, 0, 0.07, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.41, 0, 0.07, 1);
  transition: transform 0.2s cubic-bezier(0.41, 0, 0.07, 1);
  transition: transform 0.2s cubic-bezier(0.41, 0, 0.07, 1), -webkit-transform 0.2s cubic-bezier(0.41, 0, 0.07, 1);
}

.show-products-filter:focus {
  outline: 0;
}

.show-products-filter.open {
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
}

.show-products-filter.open svg path {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  fill: #FFF;
}

.form--product-search {
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 20px -10px rgba(6, 4, 41, 0.15);
  box-shadow: 0 10px 20px -10px rgba(6, 4, 41, 0.15);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 40em) {
  .form--product-search {
    display: none;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 1rem;
  }

  .form--product-search .select-wrapper__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 20px -10px rgba(6, 4, 41, 0.15);
    box-shadow: 0 10px 20px -10px rgba(6, 4, 41, 0.15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 1rem;
  }
}

.form--product-search select {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 1.25rem 1.25rem 1.25rem .5rem;
  font-size: .9rem;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  color: #687084;
  width: -webkit-calc(100% - 3.5rem);
  width: calc(100% - 3.5rem);
  -webkit-transition: .15s ease-in opacity;
  transition: .15s ease-in opacity;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 52em) {
  .form--product-search select {
    font-size: .8rem;
  }
}

@media (max-width: 40em) {
  .form--product-search select {
    padding: 1rem 1rem 1rem .5rem;
    font-size: .9rem;
  }
}

.form--product-search select:focus {
  outline: 0;
}

.form--product-search input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 58px;
  font-size: 0;
  border: 0;
  cursor: pointer;
  background: url(../assets/icons/enter_dark.svg) center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFE333), to(#E1A400));
  background: url(../assets/icons/enter_dark.svg) center center no-repeat, -webkit-linear-gradient(top, #FFE333 0%, #E1A400 100%);
  background: url(../assets/icons/enter_dark.svg) center center no-repeat, linear-gradient(180deg, #FFE333 0%, #E1A400 100%);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #684917;
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 40em) {
  .form--product-search input[type="submit"] {
    position: static;
    width: 100%;
    height: 48px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: .9rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE333), to(#E1A400));
    background: -webkit-linear-gradient(top, #FFE333 0%, #E1A400 100%);
    background: linear-gradient(180deg, #FFE333 0%, #E1A400 100%);
    color: #684917;
  }
}

.form--product-search.initialized select {
  opacity: 1;
}

.form--product-search .form__select-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 58px;
}

@media (max-width: 40em) {
  .form--product-search .form__select-wrapper {
    display: block;
    padding-right: 0;
  }
}

.form--product-search .form__select-wrapper .select-wrapper__item {
  min-width: -webkit-calc(100% - 3rem);
  min-width: calc(100% - 3rem);
  position: relative;
}

@media (max-width: 40em) {
  .form--product-search .form__select-wrapper .select-wrapper__item {
    width: 100%;
  }
}

.form--product-search .form__select-wrapper .select-wrapper__item:before {
  content: '';
  display: inline-block;
  height: 2rem;
  width: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin-left: .75rem;
}

@media (max-width: 40em) {
  .form--product-search .form__select-wrapper .select-wrapper__item:before {
    margin-left: .5rem;
  }
}

.form--product-search .form__select-wrapper .select-wrapper__item.select-wrapper__item--pulizia-desiderata:before {
  background: url(../assets/icons/clean-type.svg) center center no-repeat;
  background-size: 18px 15px;
}

.form--product-search .form__select-wrapper .select-wrapper__item.select-wrapper__item--forma:before {
  background: url(../assets/icons/shape.svg) center center no-repeat;
  background-size: 19px 11px;
}

.form--product-search .form__select-wrapper .select-wrapper__item.select-wrapper__item--prezzo:before {
  background: url(../assets/icons/price.svg) center center no-repeat;
  background-size: 18px;
}

.form--product-search .form__select-wrapper .select-wrapper__item.select-wrapper__item--dimensione:before {
  background: url(../assets/icons/dimension.svg) center center no-repeat;
  background-size: 13px;
}

.form--product-search .form__select-wrapper .select-wrapper__item.select-wrapper__item--active select {
  font-weight: 700;
  color: #3B3E45;
}

.form--product-search .form__select-wrapper .select-wrapper__item.select-wrapper__item--active.select-wrapper__item--pulizia-desiderata:before {
  background: url(../assets/icons/clean-type-active.svg) center center no-repeat;
  background-size: 18px 15px;
}

.form--product-search .form__select-wrapper .select-wrapper__item.select-wrapper__item--active.select-wrapper__item--forma:before {
  background: url(../assets/icons/shape-active.svg) center center no-repeat;
  background-size: 19px 11px;
}

.form--product-search .form__select-wrapper .select-wrapper__item.select-wrapper__item--active.select-wrapper__item--prezzo:before {
  background: url(../assets/icons/price-active.svg) center center no-repeat;
  background-size: 18px;
}

.form--product-search .form__select-wrapper .select-wrapper__item.select-wrapper__item--active.select-wrapper__item--dimensione:before {
  background: url(../assets/icons/dimension-active.svg) center center no-repeat;
  background-size: 13px;
}

.form--product-search .form__select-wrapper .select-wrapper__item:not(:first-child):after {
  content: '';
  display: block;
  width: 1px;
  height: -webkit-calc(58px - 1.5rem);
  height: calc(58px - 1.5rem);
  background: #e6e7ea;
  position: absolute;
  left: 0;
  top: .75rem;
}

.input-wrapper__error {
  color: red;
  display: none;
}

.info-window .info-window__title {
  color: #41475c;
  border-bottom: 1px solid #E6E7EA;
}

.info-window .content__item {
  padding-bottom: .2rem;
}

.info-window .content__item:last-child {
  padding-bottom: 0;
}

.info-window .content__item a {
  text-decoration: underline;
  color: #21307E;
}

.info-window.info-window--small {
  max-width: 14rem;
}

#animation_container {
  max-width: 100%;
  height: auto !important;
  position: relative;
  overflow: hidden;
}

#animation_container #canvas {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  position: absolute;
  margin: auto;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

@media (max-width: 1024px) {
  #animation_container #canvas {
    width: auto !important;
    height: 100% !important;
  }
}

#animation_container:before {
  content: '';
  display: block;
  padding-bottom: 27.5%;
}

@media (max-width: 1280px) {
  #animation_container:before {
    padding-bottom: 35%;
  }
}

@media (max-width: 1024px) {
  #animation_container:before {
    padding-bottom: 45%;
  }
}

@media (max-width: 52em) {
  #animation_container:before {
    padding-bottom: 105%;
  }
}

@media (max-width: 40em) {
  #animation_container:before {
    padding-bottom: 140%;
  }
}

.map-empty-state {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF;
}

.map-empty-state small {
  line-height: 1.6em;
  font-size: .9rem;
}

.map-empty-state small a {
  color: #21307E;
}

#form-reseller-map-empty-state {
  min-height: 320px;
}

#resellers-map-empty-state {
  min-height: 30rem;
}

.wpsl-selected-item:after {
  border: 4px solid transparent !important;
  border-top: 6px solid #687084 !important;
  opacity: .6;
}

#wpsl-radius,
#wpsl-results {
  width: 100% !important;
}

#wpsl-wrap #wpsl-gmap {
  width: 50%;
  height: 100vh !important;
}

@media (max-width: 52em) {
  #wpsl-wrap #wpsl-gmap {
    width: 100%;
    height: 350px !important;
  }
}

.wpsl-gmap-canvas .wpsl-infobox {
  width: 250px !important;
  padding: 1rem !important;
}

.wpsl-gmap-canvas .wpsl-infobox .wpsl-info-actions {
  display: none !important;
}

.wpsl-gmap-canvas .wpsl-infobox strong {
  color: #41475c;
}

.wpsl-gmap-canvas .wpsl-infobox .wpsl-info-window > p > strong {
  font-size: 1rem;
}

#wpsl-result-list {
  margin: 0 auto !important;
  width: 50% !important;
  height: 100vh;
  overflow-x: hidden;
}

@media (max-width: 52em) {
  #wpsl-result-list {
    width: 100% !important;
    height: auto;
  }
}

#wpsl-result-list #wpsl-stores {
  padding: 0;
}

@media (max-width: 52em) {
  #wpsl-result-list #wpsl-stores {
    padding: 3rem 1rem;
  }
}

#wpsl-result-list #wpsl-stores > ul {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#wpsl-result-list #wpsl-stores > ul li {
  padding: 2rem !important;
}

@media (max-width: 52em) {
  #wpsl-result-list #wpsl-stores > ul li {
    padding: 1rem !important;
  }
}

#wpsl-result-list #wpsl-stores > ul li .wpsl-direction-wrap {
  display: none !important;
}

#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p {
  margin: 0 !important;
}

#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p .wpsl-street {
  display: inline;
}

#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p .wpsl-street:before {
  content: ' ';
}

@media (max-width: 52em) {
  #wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p {
    font-size: .9rem;
  }
}

#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p:not(.wpsl-contact-details) strong {
  display: block;
  font-size: 1.1rem;
}

@media (max-width: 52em) {
  #wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p:not(.wpsl-contact-details) strong {
    font-size: 1rem;
  }
}

#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p strong {
  color: #41475c;
}

#wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p.wpsl-contact-details {
  text-align: right;
}

@media (max-width: 52em) {
  #wpsl-result-list #wpsl-stores > ul li .wpsl-store-location p.wpsl-contact-details {
    text-align: left;
    margin-top: 1rem !important;
  }
}

#wpsl-wrap {
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}

#wpsl-wrap .wpsl-search {
  padding: 0;
  margin: 0;
  background: #eef2f4 !important;
  -webkit-box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.04);
  width: 100%;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap {
  float: none !important;
  margin: 0 auto !important;
  padding: 1rem 0;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div {
  margin: 0;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div label {
  line-height: 1em;
  display: block;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: none;
  width: 100%;
  font-size: .75rem;
  font-weight: 600;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-search-btn-wrap {
  display: block;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-search-btn-wrap #wpsl-search-btn {
  width: 100%;
  margin: 0;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div#wpsl-category {
  display: block;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div#wpsl-category .wpsl-dropdown {
  width: 100% !important;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-select-wrap {
  display: block;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-select-wrap #wpsl-radius {
  display: block;
  float: none;
  margin-right: 0;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-select-wrap #wpsl-radius .wpsl-dropdown {
  width: 100% !important;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-input {
  display: none;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-input #wpsl-search-input {
  display: block;
  width: 100% !important;
  height: 39px;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form > div.wpsl-input > div {
  width: 100%;
  display: block;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-search-btn {
  padding: .75rem 1.2rem .75rem 1.2rem !important;
  margin: 1.2rem 0 0 0 !important;
}

/* BASE
   ----------------------------- */

/* COMMON
   ----------------------------- */

.page-template-resellers main#main,
.page-template-choose-reseller main#main,
.page-template-technology main#main,
.page-template-plus main#main,
.page-template-products main#main,
.page-template-thank-you main#main,
.tax-product_family main#main {
  background: #EEF2F4;
}

.single-booking #main,
.error404 #main {
  min-height: 60vh;
}

/* TECHNOLOGY & PLUS
   ----------------------------- */

.page-template-plus .page__title,
.page-template-technology .page__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.page-template-plus .page__title:before,
.page-template-technology .page__title:before {
  content: '';
  display: block;
  width: 1rem;
  height: 2px;
  background: #2FC9CD;
  margin-right: .75rem;
}

/* CHOOSE RESELLER & THANK YOU
   ----------------------------- */

.page-template-thank-you .form #form-reseller-map,
.page-template-choose-reseller .form #form-reseller-map {
  width: 100%;
  height: 320px;
}

.page-template-thank-you #wpsl-wrap,
.page-template-choose-reseller #wpsl-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-template-thank-you #wpsl-wrap #wpsl-search-wrap,
.page-template-choose-reseller #wpsl-wrap #wpsl-search-wrap {
  max-width: 24rem !important;
}

.page-template-thank-you #wpsl-wrap #wpsl-search-wrap #wpsl-category,
.page-template-thank-you #wpsl-wrap #wpsl-search-wrap .wpsl-search-btn-wrap,
.page-template-choose-reseller #wpsl-wrap #wpsl-search-wrap #wpsl-category,
.page-template-choose-reseller #wpsl-wrap #wpsl-search-wrap .wpsl-search-btn-wrap {
  width: 50% !important;
}

.page-template-thank-you #wpsl-wrap #wpsl-gmap,
.page-template-thank-you #wpsl-wrap #wpsl-result-list,
.page-template-choose-reseller #wpsl-wrap #wpsl-gmap,
.page-template-choose-reseller #wpsl-wrap #wpsl-result-list {
  height: 60vh !important;
}

.page-template-thank-you #wpsl-wrap #wpsl-stores li,
.page-template-choose-reseller #wpsl-wrap #wpsl-stores li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-template-thank-you #wpsl-wrap #wpsl-stores li:hover,
.page-template-thank-you #wpsl-wrap #wpsl-stores li.active,
.page-template-choose-reseller #wpsl-wrap #wpsl-stores li:hover,
.page-template-choose-reseller #wpsl-wrap #wpsl-stores li.active {
  background: #F2DA28;
  cursor: pointer;
}

.page-template-thank-you .description--step-02,
.page-template-choose-reseller .description--step-02 {
  max-width: 36rem;
  margin: 0 auto;
}

.page-template-thank-you .thank-you__content,
.page-template-thank-you .form--choose-reseller,
.page-template-choose-reseller .thank-you__content,
.page-template-choose-reseller .form--choose-reseller {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 36rem;
  margin: 0 auto;
}

@media (max-width: 40em) {
  .page-template-thank-you .thank-you__content .step__cta:not(.button),
  .page-template-thank-you .form--choose-reseller .step__cta:not(.button),
  .page-template-choose-reseller .thank-you__content .step__cta:not(.button),
  .page-template-choose-reseller .form--choose-reseller .step__cta:not(.button) {
    font-size: .75rem;
  }
}

.page-template-thank-you .thank-you__content hr,
.page-template-thank-you .form--choose-reseller hr,
.page-template-choose-reseller .thank-you__content hr,
.page-template-choose-reseller .form--choose-reseller hr {
  border: 0;
  border-top: 1px solid #E6E7EA;
}

.page-template-thank-you .thank-you__content fieldset,
.page-template-thank-you .form--choose-reseller fieldset,
.page-template-choose-reseller .thank-you__content fieldset,
.page-template-choose-reseller .form--choose-reseller fieldset {
  border: 0;
  margin: 0;
}

.page-template-thank-you .thank-you__content .form__step .step__actions .actions__notice,
.page-template-thank-you .form--choose-reseller .form__step .step__actions .actions__notice,
.page-template-choose-reseller .thank-you__content .form__step .step__actions .actions__notice,
.page-template-choose-reseller .form--choose-reseller .form__step .step__actions .actions__notice {
  background: #eef2f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: .75rem;
  text-align: center;
}

.page-template-thank-you .thank-you__content .form__step .step__actions .actions__notice strong,
.page-template-thank-you .form--choose-reseller .form__step .step__actions .actions__notice strong,
.page-template-choose-reseller .thank-you__content .form__step .step__actions .actions__notice strong,
.page-template-choose-reseller .form--choose-reseller .form__step .step__actions .actions__notice strong {
  color: #21307E;
}

.page-template-thank-you .thank-you__content .form__step--02 input[type="text"],
.page-template-thank-you .thank-you__content .form__step--02 input[type="email"],
.page-template-thank-you .thank-you__content .form__step--02 input[type="tel"],
.page-template-thank-you .thank-you__content .form__step--02 input[type="number"],
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="text"],
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="email"],
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="tel"],
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="number"],
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="text"],
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="email"],
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="tel"],
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="number"],
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="text"],
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="email"],
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="tel"],
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="number"] {
  width: 100%;
  padding: .65rem;
  font-size: .8rem;
  background: #FFFFFF;
  border: 1px solid #D5DADD;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #41475C;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-template-thank-you .thank-you__content .form__step--02 input[type="text"]:focus,
.page-template-thank-you .thank-you__content .form__step--02 input[type="email"]:focus,
.page-template-thank-you .thank-you__content .form__step--02 input[type="tel"]:focus,
.page-template-thank-you .thank-you__content .form__step--02 input[type="number"]:focus,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="text"]:focus,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="email"]:focus,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="tel"]:focus,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="number"]:focus,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="text"]:focus,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="email"]:focus,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="tel"]:focus,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="number"]:focus,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="text"]:focus,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="email"]:focus,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="tel"]:focus,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="number"]:focus {
  outline: 0;
  border: 1px solid #2FC9CD;
}

.page-template-thank-you .thank-you__content .form__step--02 input[type="text"]::-webkit-input-placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="email"]::-webkit-input-placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="tel"]::-webkit-input-placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="number"]::-webkit-input-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="text"]::-webkit-input-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="email"]::-webkit-input-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="tel"]::-webkit-input-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="number"]::-webkit-input-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="text"]::-webkit-input-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="email"]::-webkit-input-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="tel"]::-webkit-input-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="number"]::-webkit-input-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="text"]::-webkit-input-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="email"]::-webkit-input-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="tel"]::-webkit-input-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="number"]::-webkit-input-placeholder {
  opacity: .6;
}

.page-template-thank-you .thank-you__content .form__step--02 input[type="text"]::-moz-placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="email"]::-moz-placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="tel"]::-moz-placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="number"]::-moz-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="text"]::-moz-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="email"]::-moz-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="tel"]::-moz-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="number"]::-moz-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="text"]::-moz-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="email"]::-moz-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="tel"]::-moz-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="number"]::-moz-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="text"]::-moz-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="email"]::-moz-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="tel"]::-moz-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="number"]::-moz-placeholder {
  opacity: .6;
}

.page-template-thank-you .thank-you__content .form__step--02 input[type="text"]:-ms-input-placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="email"]:-ms-input-placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="tel"]:-ms-input-placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="number"]:-ms-input-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="text"]:-ms-input-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="email"]:-ms-input-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="tel"]:-ms-input-placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="number"]:-ms-input-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="text"]:-ms-input-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="email"]:-ms-input-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="tel"]:-ms-input-placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="number"]:-ms-input-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="text"]:-ms-input-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="email"]:-ms-input-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="tel"]:-ms-input-placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="number"]:-ms-input-placeholder {
  opacity: .6;
}

.page-template-thank-you .thank-you__content .form__step--02 input[type="text"]::placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="email"]::placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="tel"]::placeholder,
.page-template-thank-you .thank-you__content .form__step--02 input[type="number"]::placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="text"]::placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="email"]::placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="tel"]::placeholder,
.page-template-thank-you .form--choose-reseller .form__step--02 input[type="number"]::placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="text"]::placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="email"]::placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="tel"]::placeholder,
.page-template-choose-reseller .thank-you__content .form__step--02 input[type="number"]::placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="text"]::placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="email"]::placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="tel"]::placeholder,
.page-template-choose-reseller .form--choose-reseller .form__step--02 input[type="number"]::placeholder {
  opacity: .6;
}

.page-template-thank-you .block--reseller-header .step__subtitle,
.page-template-choose-reseller .block--reseller-header .step__subtitle {
  font-size: .8rem;
  color: #9DA1B5;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 40em) {
  .page-template-thank-you .block--reseller-header .step__subtitle,
  .page-template-choose-reseller .block--reseller-header .step__subtitle {
    font-size: .65rem;
  }
}

.page-template-thank-you .block--reseller-header .step__title,
.page-template-choose-reseller .block--reseller-header .step__title {
  font-weight: 400;
  color: #21307E;
  padding: 0 1rem;
}

@media (max-width: 40em) {
  .page-template-thank-you .block--reseller-header .step__title,
  .page-template-choose-reseller .block--reseller-header .step__title {
    font-size: 1.3rem;
  }
}

.page-template-thank-you .block--reseller-header .block__indicator,
.page-template-choose-reseller .block--reseller-header .block__indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem auto 0;
  max-width: 80%;
}

@media (max-width: 40em) {
  .page-template-thank-you .block--reseller-header .block__indicator,
  .page-template-choose-reseller .block--reseller-header .block__indicator {
    margin: 1.5rem auto 0;
  }
}

.page-template-thank-you .block--reseller-header .block__indicator .indicator__step,
.page-template-choose-reseller .block--reseller-header .block__indicator .indicator__step {
  height: 1.5rem;
  width: 1.5rem;
  background: #cbced8;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

@media (max-width: 40em) {
  .page-template-thank-you .block--reseller-header .block__indicator .indicator__step,
  .page-template-choose-reseller .block--reseller-header .block__indicator .indicator__step {
    height: 1.2rem;
    width: 1.2rem;
  }
}

.page-template-thank-you .block--reseller-header .block__indicator .indicator__step img,
.page-template-choose-reseller .block--reseller-header .block__indicator .indicator__step img {
  opacity: 0;
}

@media (max-width: 40em) {
  .page-template-thank-you .block--reseller-header .block__indicator .indicator__step img,
  .page-template-choose-reseller .block--reseller-header .block__indicator .indicator__step img {
    width: 8px;
    height: auto;
  }
}

.page-template-thank-you .block--reseller-header .block__indicator .indicator__line,
.page-template-choose-reseller .block--reseller-header .block__indicator .indicator__line {
  height: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #cbced8;
  width: -webkit-calc(50% - (1.5rem + .75rem + 1.5rem));
  width: calc(50% - (1.5rem + .75rem + 1.5rem));
}

@media (max-width: 40em) {
  .page-template-thank-you .block--reseller-header .block__indicator .indicator__line,
  .page-template-choose-reseller .block--reseller-header .block__indicator .indicator__line {
    width: -webkit-calc(50% - (1.2rem + .6rem + 1.2rem));
    width: calc(50% - (1.2rem + .6rem + 1.2rem));
  }
}

.page-template-thank-you .block--reseller-header .block__indicator .indicator__step--01,
.page-template-choose-reseller .block--reseller-header .block__indicator .indicator__step--01 {
  background: #2FC9CD;
}

.page-template-thank-you .block--reseller-header .block__indicator .indicator__step--01 img,
.page-template-choose-reseller .block--reseller-header .block__indicator .indicator__step--01 img {
  opacity: 1;
}

.page-template-thank-you .block--reseller-header .block__indicator.block__indicator--complete .indicator__line,
.page-template-choose-reseller .block--reseller-header .block__indicator.block__indicator--complete .indicator__line {
  background: #2FC9CD;
}

.page-template-thank-you .block--reseller-header .block__indicator.block__indicator--complete .indicator__step,
.page-template-choose-reseller .block--reseller-header .block__indicator.block__indicator--complete .indicator__step {
  background: #2FC9CD;
}

.page-template-thank-you .block--reseller-header .block__indicator.block__indicator--complete .indicator__step img,
.page-template-choose-reseller .block--reseller-header .block__indicator.block__indicator--complete .indicator__step img {
  opacity: 1;
}

.page-template-thank-you #steps-wrapper[data-current-step="1"] .form--choose-reseller .form__step--02,
.page-template-thank-you #steps-wrapper[data-current-step="1"] .block--reseller-header .block__step--02,
.page-template-thank-you #steps-wrapper[data-current-step="1"] .form__content,
.page-template-choose-reseller #steps-wrapper[data-current-step="1"] .form--choose-reseller .form__step--02,
.page-template-choose-reseller #steps-wrapper[data-current-step="1"] .block--reseller-header .block__step--02,
.page-template-choose-reseller #steps-wrapper[data-current-step="1"] .form__content {
  display: none;
}

.page-template-thank-you #steps-wrapper[data-current-step="1"] .resellers__content,
.page-template-choose-reseller #steps-wrapper[data-current-step="1"] .resellers__content {
  display: block;
}

.page-template-thank-you #steps-wrapper[data-current-step="1"] .description--step-02,
.page-template-choose-reseller #steps-wrapper[data-current-step="1"] .description--step-02 {
  display: none;
}

.page-template-thank-you #steps-wrapper[data-current-step="2"] .form--choose-reseller .form__step--01,
.page-template-thank-you #steps-wrapper[data-current-step="2"] .block--reseller-header .block__step--01,
.page-template-thank-you #steps-wrapper[data-current-step="2"] .resellers__content,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .form--choose-reseller .form__step--01,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .block--reseller-header .block__step--01,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .resellers__content {
  display: none;
}

.page-template-thank-you #steps-wrapper[data-current-step="2"] .description--step-02,
.page-template-thank-you #steps-wrapper[data-current-step="2"] .form__content,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .description--step-02,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .form__content {
  display: block;
}

.page-template-thank-you #steps-wrapper[data-current-step="2"] .block__indicator .indicator__line,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .block__indicator .indicator__line {
  height: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #cbced8;
  width: -webkit-calc(50% - (1.5rem + .75rem + 1.5rem));
  width: calc(50% - (1.5rem + .75rem + 1.5rem));
}

.page-template-thank-you #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--01 + .indicator__line,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--01 + .indicator__line {
  background: #2FC9CD;
}

.page-template-thank-you #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--01,
.page-template-thank-you #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--02,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--01,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--02 {
  background: #2FC9CD;
}

.page-template-thank-you #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--01 img,
.page-template-thank-you #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--02 img,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--01 img,
.page-template-choose-reseller #steps-wrapper[data-current-step="2"] .block__indicator .indicator__step--02 img {
  opacity: 1;
}

/* THANK YOU
   ----------------------------- */

.page-template-thank-you .thank-you__content {
  overflow: hidden;
}

.page-template-thank-you .thank-you__content .content__title {
  width: -webkit-calc(100% - 40px - 2rem);
  width: calc(100% - 40px - 2rem);
  color: #21307E;
  margin-left: 1rem;
}

@media (max-width: 52em) {
  .page-template-thank-you .thank-you__content .content__title {
    font-size: 1.2rem;
  }
}

@media (max-width: 40em) {
  .page-template-thank-you .thank-you__content .content__title {
    font-size: 1rem;
  }
}

@media (max-width: 40em) {
  .page-template-thank-you .thank-you__content .content__icon {
    width: 30px;
    height: 30px;
  }
}

/* BASIC
   ----------------------------- */

.page-template-basic-page .section--basic-hero {
  position: relative;
  overflow-x: hidden;
}

.page-template-basic-page .section--basic-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.page-template-basic-page .section--basic-hero:before {
  content: '';
  display: block;
  position: absolute;
  width: 120%;
  height: 40px;
  left: -10%;
  right: -10%;
  bottom: 0;
  z-index: 2;
  -webkit-box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.page-template-basic-page .page__content a {
  color: #41475c;
  text-decoration: underline;
}

.page-template-basic-page .page__content strong {
  color: #41475c;
}

.page-template-basic-page .page__content * {
  line-height: 1.6em;
}

/* RESELLERS
   ----------------------------- */

.page-template-resellers .resellers-wrapper {
  position: relative;
}

.page-template-resellers #resellers-map {
  height: 30rem;
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 40em) {
  .page-template-resellers #resellers-map {
    height: 25rem;
  }
}

.page-template-resellers #resellers-map:before {
  content: '';
  display: block;
  position: absolute;
  width: 120%;
  height: 40px;
  left: -10%;
  right: -10%;
  bottom: 0;
  z-index: 2;
  -webkit-box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.page-template-resellers .facetwp-facet {
  display: none !important;
}

.page-template-resellers .resellers__header hr {
  border: 0;
  border-top: 1px solid #dedfe2;
}

.page-template-resellers .resellers__list {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.page-template-resellers .resellers__list .list__item hr {
  border: 0;
  border-top: 1px solid #E6E7EA;
}

.page-template-resellers .resellers__list .list__item:last-child {
  padding-bottom: 0;
}

.page-template-resellers .resellers__list .list__item:last-child div {
  padding-bottom: 0;
}

.page-template-resellers .resellers__list .list__item:last-child hr {
  display: none;
}

/* CATALOG
   ----------------------------- */

.page-template-basic-page .page__content table {
  width: 100%;
  border-collapse: collapse;
}

.page-template-basic-page .page__content table td {
  padding: 5px;
  border: 1px solid #eee;
  font-size: .85rem;
}

.page-template-basic-page.page-id-528 .section--basic-hero + div {
  min-height: 60vh;
}

.page-template-basic-page.page-id-528 .page__content,
.page-template-basic-page.page-id-528 .page__title {
  text-align: center;
}

.page-template-basic-page.page-id-528 .page__title {
  margin-bottom: .5rem;
}

.page-template-basic-page.page-id-528 .page__content h3 {
  color: #687084;
  margin-top: 0;
  font-weight: 400;
}

.page-template-basic-page.page-id-528 .page__content a {
  font-weight: 700;
  text-decoration: none;
}

/* PRODUCT
   ----------------------------- */

.single-product {
  background: #EEF2F4;
}

.single-product a[rel="prev"],
.single-product a[rel="next"] {
  top: 30vh;
  text-transform: uppercase;
  color: #407065;
  font-weight: 700;
  font-size: .9rem;
  max-width: 7rem;
  text-align: center;
}

@media (max-width: 52em) {
  .single-product a[rel="prev"],
  .single-product a[rel="next"] {
    top: 5rem;
    font-size: .8rem;
  }
}

.single-product a[rel="prev"]:before,
.single-product a[rel="next"]:before {
  content: '';
  height: 2.5rem;
  width: 2.5rem;
  background: url(../assets/icons/arrow-gray.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 52em) {
  .single-product a[rel="prev"]:before,
  .single-product a[rel="next"]:before {
    content: none;
  }
}

.single-product a[rel="prev"] {
  left: 2rem;
}

@media (max-width: 52em) {
  .single-product a[rel="prev"] {
    left: 1rem;
  }
}

.single-product a[rel="next"] {
  right: 2rem;
}

@media (max-width: 52em) {
  .single-product a[rel="next"] {
    right: 1rem;
  }
}

.single-product a[rel="next"]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single-product .product.type-product {
  background: #FFF;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  -webkit-border-radius: .5rem;
  border-radius: .5rem;
  margin-bottom: 12rem;
}

.single-product .product.type-product .product__header {
  background: #F7F7F7;
}

@media (max-width: 52em) {
  .single-product .product.type-product .product__header {
    padding: 2rem 1rem;
  }
}

.single-product .product.type-product .product__title {
  font-size: 1.4rem;
}

@media (max-width: 52em) {
  .single-product .product.type-product .product__content {
    padding: 2rem 1rem;
  }
}

.single-product .product.type-product .product__image-wrapper {
  top: -6rem;
}

@media (max-width: 52em) {
  .single-product .product.type-product .product__image-wrapper {
    top: auto;
    padding: 3rem 0;
  }
}

.single-product .product.type-product .product__image-wrapper img {
  width: 100%;
  height: auto;
}

.single-product .product.type-product .product__model:nth-child(odd) {
  background: #F7F7F7;
}

.single-product .product.type-product .product__model:first-child span {
  font-weight: 900;
  text-transform: uppercase;
}

.single-product .product.type-product .product__model span {
  text-align: left;
  font-size: .8rem;
}

.single-product .product.type-product .product__model span:last-child {
  text-align: right;
  font-weight: bold;
}

/* HERO
   ----------------------------- */

.section--hero {
  background: #EEF2F4;
  position: relative;
}

.section--hero .hero__form-wrapper {
  position: absolute;
  bottom: -2rem;
  z-index: 3;
  left: 0;
  right: 0;
}

@media (max-width: 40em) {
  .section--hero .hero__form-wrapper {
    background: #2FC9CD;
    padding: 1rem 0;
    bottom: 0;
    -webkit-box-shadow: 0 -4px 16px rgba(22, 33, 85, 0.25);
    box-shadow: 0 -4px 16px rgba(22, 33, 85, 0.25);
  }
}

.section--hero .section__slideshow .slick-dots,
.section--hero .main-header {
  position: absolute;
  left: 0;
  right: 0;
}

.section--hero .main-header {
  top: 0;
  z-index: 9;
}

.section--hero .section__slideshow {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.41, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.41, 0, 0.07, 1);
  z-index: 2;
}

.section--hero .section__slideshow.slick-initialized {
  top: 50%;
  opacity: 1;
}

@media (max-width: 1280px) {
  .section--hero .section__slideshow.slick-initialized {
    top: 55%;
  }
}

@media (max-width: 40em) {
  .section--hero .section__slideshow.slick-initialized {
    top: 50%;
  }
}

.section--hero .section__slideshow .slideshow__slide {
  height: 34vw;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.section--hero .section__slideshow .slideshow__slide:before {
  content: '';
  z-index: 2;
  background-image: -webkit-linear-gradient(19deg, rgba(47, 201, 205, 0.33) 0%, rgba(255, 168, 0, 0.43) 38%, #E08137 93%);
  background-image: linear-gradient(71deg, rgba(47, 201, 205, 0.33) 0%, rgba(255, 168, 0, 0.43) 38%, #E08137 93%);
  opacity: 0.85;
}

@media (max-width: 40em) {
  .section--hero .section__slideshow .slideshow__slide {
    height: 80vh;
  }
}

.section--hero .section__slideshow .slideshow__article {
  text-align: center;
}

.section--hero .section__slideshow .slide__header {
  z-index: 12;
}

.section--hero .section__slideshow .slide__header .header__title {
  color: #FFF;
  font-weight: 300;
  font-size: 2.15rem;
}

@media (max-width: 1280px) {
  .section--hero .section__slideshow .slide__header .header__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 40em) {
  .section--hero .section__slideshow .slide__header .header__title {
    font-size: 1.5rem;
  }
}

.section--hero .section__slideshow .slide__header .header__subtitle {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2.5rem;
}

@media (max-width: 1280px) {
  .section--hero .section__slideshow .slide__header .header__subtitle {
    font-size: 2.25rem;
  }
}

@media (max-width: 40em) {
  .section--hero .section__slideshow .slide__header .header__subtitle {
    font-size: 2rem;
  }
}

.section--hero .section__slideshow .slick-dots {
  bottom: 100%;
}

.section--hero .section__slideshow .slick-dots li {
  display: inline-block;
  margin: 0 .25rem;
}

.section--hero .section__slideshow .slick-dots li button {
  display: block;
  font-size: 0;
  height: .75rem;
  width: 1px;
  background: #FFF;
  opacity: .3;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section--hero .section__slideshow .slick-dots li.slick-active button {
  height: 1.5rem;
  opacity: 1;
}

.section--hero .banner__title,
.section--hero .banner__content {
  color: #024EAD;
}

.section--hero .banner__content {
  font-size: 1.125rem;
}

.section--hero .banner__link {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #F3D400), to(#EAB800));
  background-image: -webkit-linear-gradient(top, #F3D400 3%, #EAB800 100%);
  background-image: linear-gradient(180deg, #F3D400 3%, #EAB800 100%);
  -webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 2px 0 2px 0;
  border-radius: 2px 0 2px 0;
  color: #684917;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8rem;
  font-weight: 700;
}

/* PRODUCT FAMILIES
   ----------------------------- */

.section--product-families {
  background: #EEF2F4;
}

section[class*="section--term-id-"] .section__header {
  background: rgba(33, 48, 126, 0.03);
  -webkit-box-shadow: inset 0 -3px 5px 0 rgba(0, 0, 0, 0.01);
  box-shadow: inset 0 -3px 5px 0 rgba(0, 0, 0, 0.01);
  padding: .5rem 0;
}

section[class*="section--term-id-"] .section__header .section__title {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section[class*="section--term-id-"] .section__header .section__title:before {
  content: '';
  display: block;
  width: 1rem;
  height: 2px;
  background: #2FC9CD;
  margin-right: .75rem;
}

.hero__form-wrapper h5 {
  text-transform: uppercase;
  color: #024EAD;
  margin-bottom: .75rem;
  font-size: .7rem;
  letter-spacing: 1px;
}

/* PRODUCT FAMILY PREVIEW
   ----------------------------- */

.preview--product-family > div {
  height: 100%;
}

.preview--product-family .preview__link {
  z-index: 10;
}

.preview--product-family .preview__voucher {
  padding: .32rem .6rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  background: #fddf32;
  color: #41475b;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.preview--product-family .preview__content {
  line-height: 1.4em;
}

.preview--product-family.preview--full .preview__title {
  font-size: 1.7rem;
  font-weight: 600;
}

.preview--product-family.preview--full .preview__from > span {
  color: #41475C;
  font-weight: 600;
}

.preview--product-family:not(.preview--full) .preview__header {
  height: -webkit-calc(50% - 2rem);
  height: calc(50% - 2rem);
}

@media (max-width: 40em) {
  .preview--product-family:not(.preview--full) .preview__header {
    height: -webkit-calc(40% - 2rem);
    height: calc(40% - 2rem);
  }
}

.preview--product-family:not(.preview--full) .preview__energy_class {
  position: absolute;
  left: 0;
  top: 1.4rem;
  display: block;
  height: 24px;
}

.preview--product-family:not(.preview--full) .preview__energy_class img {
  height: 24px;
  width: auto;
  display: block;
}

.preview--product-family:not(.preview--full) .preview__warrity {
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
  padding: .32rem .6rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  background: #00AF89;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.preview--product-family:not(.preview--full) .preview__main {
  height: -webkit-calc(50% - 2rem);
  height: calc(50% - 2rem);
  position: relative;
}

@media (max-width: 40em) {
  .preview--product-family:not(.preview--full) .preview__main {
    height: -webkit-calc(60% - 2rem);
    height: calc(60% - 2rem);
  }
}

.preview--product-family:not(.preview--full) .preview__main * {
  color: #FFF;
}

.preview--product-family:not(.preview--full) .preview__main .main__overlay {
  background: url(../assets/image-ovelay_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.preview--product-family:not(.preview--full) .preview__main .preview__content {
  opacity: .9;
  font-weight: 600;
  font-size: .85rem;
  padding-bottom: .5rem;
}

.preview--product-family:not(.preview--full) .preview__main > div {
  position: relative;
  z-index: 1;
}

.preview--product-family:not(.preview--full) .preview__header {
  position: relative;
  z-index: 3;
}

.preview--product-family:not(.preview--full) .preview__header:before {
  content: '';
  display: block;
  padding-top: 60%;
}

.preview--product-family:not(.preview--full) .preview__header .preview__voucher,
.preview--product-family:not(.preview--full) .preview__header .preview__from,
.preview--product-family:not(.preview--full) .preview__header .preview__image {
  position: absolute;
}

.preview--product-family:not(.preview--full) .preview__header .preview__voucher {
  top: 1rem;
  right: 1rem;
}

.preview--product-family:not(.preview--full) .preview__header .preview__image {
  position: absolute;
  left: 2rem;
  bottom: -3rem;
  max-width: 55%;
  max-height: 90%;
}

@media (max-width: 40em) {
  .preview--product-family:not(.preview--full) .preview__header .preview__image {
    left: 1rem;
  }
}

.preview--product-family:not(.preview--full) .preview__header .preview__from {
  right: 2rem;
  bottom: 2rem;
  max-width: 50%;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.preview--product-family:not(.preview--full) .preview__header .preview__from > span {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 600;
}

.preview--product-family:not(.preview--full) .preview__footer {
  height: 4rem;
  position: relative;
}

.preview--product-family:not(.preview--full) .preview__footer .footer__cta {
  background: #2FC9CD;
  background: #FFE400;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #F3D400), to(#EAB800));
  background-image: -webkit-linear-gradient(top, #F3D400 3%, #EAB800 100%);
  background-image: linear-gradient(180deg, #F3D400 3%, #EAB800 100%);
  -webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 2px 0 2px 0;
  border-radius: 2px 0 2px 0;
  line-height: 4rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #684917;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8rem;
  font-weight: 700;
}

/* PRODUCT TECHNOLOGY
   ----------------------------- */

.preview--technology {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.preview--technology > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.preview--technology .preview__image {
  width: auto !important;
  max-height: 140px;
}

.preview--technology .preview__title {
  font-size: 1.25rem;
  border-bottom: 1px solid #e8eaec;
}

.preview--technology .preview__content a,
.preview--technology .preview__content strong {
  color: #41475C;
  font-weight: 700;
}

.preview--technology .preview__content a {
  text-decoration: underline;
  -webkit-text-decoration-color: #2FC9CD;
  text-decoration-color: #2FC9CD;
}

/* PRODUCT and MODEL PREVIEW
   ----------------------------- */

.preview--model,
.preview--product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.preview--model > div,
.preview--product > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.preview--model .preview__title,
.preview--product .preview__title {
  border-bottom: 1px solid #e8eaec;
}

.preview--model .preview__image-wrapper,
.preview--product .preview__image-wrapper {
  position: relative;
  background: #fcfcfc;
  -webkit-box-shadow: inset 0 -4px 12px 0 rgba(76, 85, 103, 0.05);
  box-shadow: inset 0 -4px 12px 0 rgba(76, 85, 103, 0.05);
}

.preview--model .preview__image-wrapper:before,
.preview--product .preview__image-wrapper:before {
  content: '';
  padding-bottom: 100%;
  display: block;
}

.preview--model .preview__image-wrapper img,
.preview--product .preview__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: -webkit-calc(100% - 2rem);
  max-width: calc(100% - 2rem);
  max-height: -webkit-calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  width: 100%;
  height: auto;
  max-width: 80%;
}

.preview--model .references__list .list__item,
.preview--product .references__list .list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8rem;
}

.preview--model .references__list .list__item.list__item--tooltip,
.preview--product .references__list .list__item.list__item--tooltip {
  text-decoration: underline;
}

.preview--model .references__list .list__item:before,
.preview--product .references__list .list__item:before {
  content: '';
  height: 12px;
  width: 12px;
  background-image: url(../assets/icons/product-plus.svg);
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: .5rem;
}

.preview--model .references__list .list__item .item__tooltip,
.preview--product .references__list .list__item .item__tooltip {
  bottom: -webkit-calc(100% + .5rem);
  bottom: calc(100% + .5rem);
  background: #FFF;
  left: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 13rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}

.preview--model .references__list .list__item .item__tooltip p,
.preview--product .references__list .list__item .item__tooltip p {
  margin: 0;
}

.preview--model .references__list .list__item .item__tooltip:before,
.preview--product .references__list .list__item .item__tooltip:before {
  content: '';
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-top: .5rem solid #FFF;
  position: absolute;
  top: 100%;
  left: 1rem;
}

.preview--model .references__list .list__item:hover .item__tooltip,
.preview--product .references__list .list__item:hover .item__tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.preview--model .preview__actions,
.preview--product .preview__actions {
  position: relative;
}

.preview--model .preview__actions:before,
.preview--product .preview__actions:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  height: 1px;
}

.preview--model .preview__features,
.preview--product .preview__features {
  position: relative;
}

.preview--model .preview__features .features__item,
.preview--product .preview__features .features__item {
  color: #9faaaf;
  font-size: .85rem;
}

.preview--model .preview__features .features__item .item__image-wrapper,
.preview--product .preview__features .features__item .item__image-wrapper {
  width: 30px;
}

.preview--model .preview__features .features__item span:not(.item__image-wrapper),
.preview--product .preview__features .features__item span:not(.item__image-wrapper) {
  display: block;
  width: -webkit-calc(100% - 30px - .5rem);
  width: calc(100% - 30px - .5rem);
}

.preview--model .preview__features .features__item h5,
.preview--product .preview__features .features__item h5 {
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1px;
  font-size: .6rem;
  margin-bottom: .1rem;
}

.preview--model .preview__footer,
.preview--product .preview__footer {
  background: #3B3E45;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  min-height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.preview--model .preview__header,
.preview--product .preview__header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.preview--model .preview__from,
.preview--product .preview__from {
  color: #9faaaf;
  font-size: .9rem;
}

.preview--model .preview__from > span,
.preview--product .preview__from > span {
  color: #FFF;
}

@media (max-width: 40em) {
  .preview--model .actions__action,
  .preview--product .actions__action {
    padding-left: .3rem;
    padding-right: .3rem;
  }
}

.preview--model .preview__footer {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.preview--model .preview__references li {
  border-bottom: 1px solid #e8eaec;
}

.preview--model .preview__references li span {
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.preview--model .preview__image-wrapper img {
  max-width: 60%;
}

/* RESELLER PREVIEW
   ----------------------------- */

.preview--reseller .preview__info--mail,
.preview--reseller .preview__info--website {
  color: #21307E;
  font-weight: 600;
  text-decoration: underline dotted #3a51cb;
}

@media (max-width: 40em) {
  .preview--reseller .preview__info--mail,
  .preview--reseller .preview__info--website {
    text-align: left;
  }
}

.preview--reseller *:not(h3) {
  font-size: .85rem;
}

/* PREVIEW PLUS & TECHNOLOGY
   ----------------------------- */

.preview--technology .preview__header + .preview__footer,
.preview--plus .preview__header + .preview__footer {
  border-left: 1px solid #e8eaec;
}

@media (max-width: 52em) {
  .preview--technology .preview__header + .preview__footer,
  .preview--plus .preview__header + .preview__footer {
    border-left: 0;
    border-top: 1px solid #e8eaec;
  }
}

.preview--technology .preview__image,
.preview--plus .preview__image {
  max-width: 50%;
  width: 100%;
  height: auto;
}

/* PRODUCTS SUBHEADER
   ----------------------------- */

.block--products-subheader {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #45C8AF), to(#2CB6C1));
  background: -webkit-linear-gradient(top, #45C8AF 1%, #2CB6C1 100%);
  background: linear-gradient(180deg, #45C8AF 1%, #2CB6C1 100%);
}

@media (max-width: 40em) {
  .block--products-subheader .button,
  .block--products-subheader #wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-search-btn,
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form .block--products-subheader #wpsl-search-btn {
    height: 3rem;
    width: 3rem;
    font-size: 0;
    background: #2FE5DA url(../assets/icons/download.svg) center center no-repeat;
  }
}

.block--products-subheader.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.admin-bar .block--products-subheader.stuck {
  top: 32px;
}

@media (max-width: 40em) {
  .block--products-subheader .block__promotion-banner {
    padding-right: .5rem;
  }
}

.block--products-subheader .block__promotion-banner * {
  margin: 0;
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  opacity: .6;
}

@media (max-width: 40em) {
  .block--products-subheader .block__promotion-banner * {
    font-size: .75rem;
    line-height: 1.05em;
  }
}

.block--products-subheader .block__promotion-banner h1,
.block--products-subheader .block__promotion-banner h2,
.block--products-subheader .block__promotion-banner h3 {
  color: #ffffff;
  opacity: 1;
  margin-right: .25rem;
}

@media (max-width: 40em) {
  .block--products-subheader .block__promotion-banner h1,
  .block--products-subheader .block__promotion-banner h2,
  .block--products-subheader .block__promotion-banner h3 {
    font-size: .9rem;
    display: block;
  }
}

/* PROMOTION BANNER FULL
   ----------------------------- */

.block--promotion-banner-full {
  position: fixed;
  bottom: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #45C8AF), to(#2CB6C1));
  background: -webkit-linear-gradient(top, #45C8AF 1%, #2CB6C1 100%);
  background: linear-gradient(180deg, #45C8AF 1%, #2CB6C1 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  transform: translateY(4rem);
  -webkit-transition: 0.4s opacity cubic-bezier(0.41, 0, 0.07, 1), 0.4s -webkit-transform cubic-bezier(0.41, 0, 0.07, 1);
  transition: 0.4s opacity cubic-bezier(0.41, 0, 0.07, 1), 0.4s -webkit-transform cubic-bezier(0.41, 0, 0.07, 1);
  transition: 0.4s opacity cubic-bezier(0.41, 0, 0.07, 1), 0.4s transform cubic-bezier(0.41, 0, 0.07, 1);
  transition: 0.4s opacity cubic-bezier(0.41, 0, 0.07, 1), 0.4s transform cubic-bezier(0.41, 0, 0.07, 1), 0.4s -webkit-transform cubic-bezier(0.41, 0, 0.07, 1);
  right: -9999px;
  z-index: 999;
}

@media (max-width: 40em) {
  .block--promotion-banner-full {
    left: 1rem;
    bottom: 1rem;
  }
}

.block--promotion-banner-full .block__content {
  text-align: center;
}

.block--promotion-banner-full .block__content * {
  margin: 0;
  color: #ffffff;
}

.block--promotion-banner-full .block__content h1,
.block--promotion-banner-full .block__content h2 {
  margin: .3rem 0 .6rem 0;
  font-weight: 400;
}

.block--promotion-banner-full .block__content h3,
.block--promotion-banner-full .block__content h4 {
  font-size: .9rem;
}

.block--promotion-banner-full .block__content h3 {
  color: #ffffff;
}

.block--promotion-banner-full .block__content p {
  opacity: .75;
}

.block--promotion-banner-full .block__close {
  position: absolute;
  font-size: 0;
  height: 1.1rem;
  width: 1.1rem;
  background: transparent url(../assets/icons/close.svg) no-repeat center center;
  background-size: contain;
  border: 0;
  top: .5rem;
  right: .5rem;
  opacity: .5;
  cursor: pointer;
}

.block--promotion-banner-full .block__close:hover {
  opacity: 1;
}

.block--promotion-banner-full.visible {
  right: 3rem;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 40em) {
  .block--promotion-banner-full.visible {
    right: 1rem;
  }
}

body {
  font-size: 15px;
  font-family: "Muli", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 0;
  color: #687084;
  overflow-x: hidden;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ul li {
  list-style-type: disc;
}

a {
  text-decoration: none;
  color: inherit;
}

a,
p {
  line-height: 1.4em;
}

h1,
h2,
h3,
h4 {
  color: #41475C;
}

.fit {
  width: 100%;
  height: auto;
}

.inline-wrapper {
  font-size: 0;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inline-wrapper > * {
  font-size: initial;
}

.panel > div {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.2s cubic-bezier(0.41, 0, 0.07, 1) -webkit-transform;
  transition: 0.2s cubic-bezier(0.41, 0, 0.07, 1) -webkit-transform;
  transition: 0.2s cubic-bezier(0.41, 0, 0.07, 1) transform;
  transition: 0.2s cubic-bezier(0.41, 0, 0.07, 1) transform, 0.2s cubic-bezier(0.41, 0, 0.07, 1) -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.panel:hover > div {
  -webkit-transform: translateY(-0.33rem);
  -ms-transform: translateY(-0.33rem);
  transform: translateY(-0.33rem);
}

.max-width-5 {
  max-width: 70rem;
}

.facetwp-facet-product_categories {
  display: none;
}

p.p1,
p.p2 {
  padding: 0;
}

select#province_select {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  padding: .65rem 1.65rem .65rem .65rem;
  font-size: .8rem;
  background: #FFF url(../assets/icons/select-arrows.svg) center right 0.75rem no-repeat;
  background-size: 7px 13px;
  border: 1px solid #D5DADD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wysiwyg {
  line-height: 1.6;
}

img.contain-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

img.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pum.pum-overlay {
  z-index: 999 !important;
  background-color: rgba(2, 78, 173, 0.75) !important;
}

@media (max-width: 550px) {
  .pum.pum-overlay .pum-container.popmake {
    min-width: auto !important;
  }
}

.pum.pum-overlay .pum-content {
  color: #024EAD !important;
}

.pum.pum-overlay .pum-content a {
  text-decoration: underline;
}

.pum.pum-overlay .pum-close {
  background-color: #024EAD !important;
}

