@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -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 */ }

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

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

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

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

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

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

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

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

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

.row {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.0625rem;
  padding-left: 1.0625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 48em) {
  .xmedium-1 {
    width: 8.33333%; }
  .xmedium-push-1 {
    position: relative;
    left: 8.33333%; }
  .xmedium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xmedium-offset-0 {
    margin-left: 0%; }
  .xmedium-2 {
    width: 16.66667%; }
  .xmedium-push-2 {
    position: relative;
    left: 16.66667%; }
  .xmedium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xmedium-offset-1 {
    margin-left: 8.33333%; }
  .xmedium-3 {
    width: 25%; }
  .xmedium-push-3 {
    position: relative;
    left: 25%; }
  .xmedium-pull-3 {
    position: relative;
    left: -25%; }
  .xmedium-offset-2 {
    margin-left: 16.66667%; }
  .xmedium-4 {
    width: 33.33333%; }
  .xmedium-push-4 {
    position: relative;
    left: 33.33333%; }
  .xmedium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xmedium-offset-3 {
    margin-left: 25%; }
  .xmedium-5 {
    width: 41.66667%; }
  .xmedium-push-5 {
    position: relative;
    left: 41.66667%; }
  .xmedium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xmedium-offset-4 {
    margin-left: 33.33333%; }
  .xmedium-6 {
    width: 50%; }
  .xmedium-push-6 {
    position: relative;
    left: 50%; }
  .xmedium-pull-6 {
    position: relative;
    left: -50%; }
  .xmedium-offset-5 {
    margin-left: 41.66667%; }
  .xmedium-7 {
    width: 58.33333%; }
  .xmedium-push-7 {
    position: relative;
    left: 58.33333%; }
  .xmedium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xmedium-offset-6 {
    margin-left: 50%; }
  .xmedium-8 {
    width: 66.66667%; }
  .xmedium-push-8 {
    position: relative;
    left: 66.66667%; }
  .xmedium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xmedium-offset-7 {
    margin-left: 58.33333%; }
  .xmedium-9 {
    width: 75%; }
  .xmedium-push-9 {
    position: relative;
    left: 75%; }
  .xmedium-pull-9 {
    position: relative;
    left: -75%; }
  .xmedium-offset-8 {
    margin-left: 66.66667%; }
  .xmedium-10 {
    width: 83.33333%; }
  .xmedium-push-10 {
    position: relative;
    left: 83.33333%; }
  .xmedium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xmedium-offset-9 {
    margin-left: 75%; }
  .xmedium-11 {
    width: 91.66667%; }
  .xmedium-push-11 {
    position: relative;
    left: 91.66667%; }
  .xmedium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xmedium-offset-10 {
    margin-left: 83.33333%; }
  .xmedium-12 {
    width: 100%; }
  .xmedium-offset-11 {
    margin-left: 91.66667%; }
  .xmedium-up-1 > .column, .xmedium-up-1 > .columns {
    float: left;
    width: 100%; }
    .xmedium-up-1 > .column:nth-of-type(1n), .xmedium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-1 > .column:nth-of-type(1n+1), .xmedium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xmedium-up-1 > .column:last-child, .xmedium-up-1 > .columns:last-child {
      float: left; }
  .xmedium-up-2 > .column, .xmedium-up-2 > .columns {
    float: left;
    width: 50%; }
    .xmedium-up-2 > .column:nth-of-type(1n), .xmedium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-2 > .column:nth-of-type(2n+1), .xmedium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xmedium-up-2 > .column:last-child, .xmedium-up-2 > .columns:last-child {
      float: left; }
  .xmedium-up-3 > .column, .xmedium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xmedium-up-3 > .column:nth-of-type(1n), .xmedium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-3 > .column:nth-of-type(3n+1), .xmedium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xmedium-up-3 > .column:last-child, .xmedium-up-3 > .columns:last-child {
      float: left; }
  .xmedium-up-4 > .column, .xmedium-up-4 > .columns {
    float: left;
    width: 25%; }
    .xmedium-up-4 > .column:nth-of-type(1n), .xmedium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-4 > .column:nth-of-type(4n+1), .xmedium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xmedium-up-4 > .column:last-child, .xmedium-up-4 > .columns:last-child {
      float: left; }
  .xmedium-up-5 > .column, .xmedium-up-5 > .columns {
    float: left;
    width: 20%; }
    .xmedium-up-5 > .column:nth-of-type(1n), .xmedium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-5 > .column:nth-of-type(5n+1), .xmedium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xmedium-up-5 > .column:last-child, .xmedium-up-5 > .columns:last-child {
      float: left; }
  .xmedium-up-6 > .column, .xmedium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xmedium-up-6 > .column:nth-of-type(1n), .xmedium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-6 > .column:nth-of-type(6n+1), .xmedium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xmedium-up-6 > .column:last-child, .xmedium-up-6 > .columns:last-child {
      float: left; }
  .xmedium-up-7 > .column, .xmedium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xmedium-up-7 > .column:nth-of-type(1n), .xmedium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-7 > .column:nth-of-type(7n+1), .xmedium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xmedium-up-7 > .column:last-child, .xmedium-up-7 > .columns:last-child {
      float: left; }
  .xmedium-up-8 > .column, .xmedium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xmedium-up-8 > .column:nth-of-type(1n), .xmedium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xmedium-up-8 > .column:nth-of-type(8n+1), .xmedium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xmedium-up-8 > .column:last-child, .xmedium-up-8 > .columns:last-child {
      float: left; }
  .xmedium-collapse > .column, .xmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xmedium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xmedium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xmedium-uncollapse > .column, .xmedium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xmedium-centered {
    margin-right: auto;
    margin-left: auto; }
    .xmedium-centered, .xmedium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xmedium-uncentered,
  .xmedium-push-0,
  .xmedium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 90.625em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 2.125rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 500;
  line-height: inherit; }

small {
  font-size: 85%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: rgba(24, 24, 24, 0.7); }

h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 0.9375rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 0.875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 0.75rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.125rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.125rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.9375rem; }
  h6 {
    font-size: 0.8125rem; } }

@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 1.75rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.0625rem; }
  h5 {
    font-size: 0.9375rem; }
  h6 {
    font-size: 0.8125rem; } }

a {
  line-height: inherit;
  color: #197e3e;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #166c35;
    text-decoration: none; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 90.625rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 0; }
  dl dt {
    margin-bottom: 0;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #000;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 48em) {
  .xmedium-text-left {
    text-align: left; }
  .xmedium-text-right {
    text-align: right; }
  .xmedium-text-center {
    text-align: center; }
  .xmedium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90.625em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #888;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.92em 1em 0.96em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #197e3e;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1a5d39;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small, footer.page-footer .newsletter .form.subscribe .actions .action {
    font-size: 0.815rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #000; }
  .button.secondary {
    background-color: #767676;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #000; }
  .button.success {
    background-color: #3adb76;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000; }
  .button.warning {
    background-color: #ffae00;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000; }
  .button.alert {
    background-color: #cc4b37;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #000; }
  .button.hollow {
    border: 1px solid #197e3e;
    color: #197e3e; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0d3f1f;
      color: #0d3f1f; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #197e3e;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #000; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #000; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.375rem;
  margin: 0 0 1.75rem;
  padding: 0.875rem;
  border: 1px solid #999999;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #888;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8); }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8); }

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.8); }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #eee;
  cursor: default; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.75rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.875rem;
  margin-right: 1.75rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.875rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2.4;
  color: #000; }
  label.middle {
    margin: 0 0 1.75rem;
    padding: 0.9375rem 0; }

.help-text {
  margin-top: -0.875rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.75rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #ccc;
  background: #eee;
  color: #000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 3.4375rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 3.4375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.8125rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.875rem; }

.fieldset {
  margin: 0;
  padding: 0;
  border: none; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0;
    background: #fff; }

select {
  height: 3.375rem;
  margin: 0 0 1.75rem;
  padding: 0.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #999999;
  border-radius: 0;
  background-color: #fafafa;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: normal;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out; }
  select:focus {
    outline: none;
    border: 1px solid #888;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #eee;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.875rem;
  margin-bottom: 1.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: rgba(25, 126, 62, 0.5) transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1a6db2;
  color: #fff; }
  .badge.primary {
    background: #1a6db2;
    color: #fff; }
  .badge.secondary {
    background: #303030;
    color: #fff; }
  .badge.success {
    background: #61af3a;
    color: #000; }
  .badge.warning {
    background: #ffae00;
    color: #000; }
  .badge.alert {
    background: #c23434;
    color: #fff; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: rgba(0, 0, 0, 0.5);
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.1rem;
      opacity: 1;
      content: "/";
      color: #ccc; }
  .breadcrumbs a {
    color: rgba(0, 0, 0, 0.5); }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: rgba(0, 0, 0, 0.3);
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .action {
    margin: 0;
    margin-right: 9px;
    margin-bottom: 9px;
    font-size: 1rem; }
    .button-group .action:last-child {
      margin-right: 0; }
  .button-group.tiny .action {
    font-size: 0.6rem; }
  .button-group.small .action {
    font-size: 0.815rem; }
  .button-group.large .action {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -9px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .action:first-child:last-child {
      width: 100%; }
    .button-group.expanded .action:first-child:nth-last-child(2), .button-group.expanded .action:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .action {
      display: inline-block;
      width: calc(50% - 9px);
      margin-right: 9px; }
      .button-group.expanded .action:first-child:nth-last-child(2):last-child, .button-group.expanded .action:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .action:last-child {
        margin-right: -9px; }
    .button-group.expanded .action:first-child:nth-last-child(1), .button-group.expanded .action:first-child:nth-last-child(1):first-child:nth-last-child(1) ~ .action {
      display: inline-block;
      width: calc(100% - 9px);
      margin-right: 9px; }
      .button-group.expanded .action:first-child:nth-last-child(1):last-child, .button-group.expanded .action:first-child:nth-last-child(1):first-child:nth-last-child(1) ~ .action:last-child {
        margin-right: -9px; }
  .button-group.primary .action {
    background-color: #197e3e;
    color: #fff; }
    .button-group.primary .action:hover, .button-group.primary .action:focus {
      background-color: #146532;
      color: #fff; }
  .button-group.secondary .action {
    background-color: #303030;
    color: #fff; }
    .button-group.secondary .action:hover, .button-group.secondary .action:focus {
      background-color: #262626;
      color: #fff; }
  .button-group.success .action {
    background-color: #61af3a;
    color: #000; }
    .button-group.success .action:hover, .button-group.success .action:focus {
      background-color: #4e8c2e;
      color: #000; }
  .button-group.warning .action {
    background-color: #ffffcc;
    color: #000; }
    .button-group.warning .action:hover, .button-group.warning .action:focus {
      background-color: #ffff70;
      color: #000; }
  .button-group.alert .action {
    background-color: #c23434;
    color: #fff; }
    .button-group.alert .action:hover, .button-group.alert .action:focus {
      background-color: #9b2a2a;
      color: #fff; }
  .button-group.stacked .action, .button-group.stacked-for-small .action, .button-group.stacked-for-medium .action {
    width: 100%; }
    .button-group.stacked .action:last-child, .button-group.stacked-for-small .action:last-child, .button-group.stacked-for-medium .action:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .action {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .action {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .action {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d2f6df;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #e0e0e0;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e7f5e0;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fffff7;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e0e0;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #197e3e;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.5rem;
    top: 0.625rem;
    font-size: 2.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 0.5rem;
    top: 0.625rem;
    font-size: 2.5em;
    line-height: 1; }

.menu {
  margin: 0 0 0 -0.5rem;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 48em) {
    .menu.xmedium-horizontal > li {
      display: table-cell; }
    .menu.xmedium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xmedium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xmedium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90.625em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xxlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #197e3e;
    color: #fff; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
            box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #ccc;
    -webkit-box-shadow: 0 7px 0 #ccc, 0 14px 0 #ccc;
            box-shadow: 0 7px 0 #ccc, 0 14px 0 #ccc; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
            box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #888;
    -webkit-box-shadow: 0 7px 0 #888, 0 14px 0 #888;
            box-shadow: 0 7px 0 #888, 0 14px 0 #888; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media screen and (min-width: 48em) {
  .dropdown.menu.xmedium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xmedium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xmedium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xmedium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xmedium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xmedium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xmedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xmedium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xmedium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xmedium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media screen and (min-width: 90.625em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fff; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fff; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 100%; } }

@media screen and (min-width: 48em) {
  .position-left.reveal-for-xmedium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-xmedium ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-xmedium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-xmedium ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-xmedium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-xmedium ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-xmedium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xmedium ~ .off-canvas-content {
      margin-bottom: 100%; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 100%; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 100%; } }

@media screen and (min-width: 90.625em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 100%; }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 100%; }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 100%; }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 100%; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #eee; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1a6db2;
    color: #1a6db2;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #ccc;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 0.625rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #fff; }
  .progress.primary .progress-meter {
    background-color: #197e3e; }
  .progress.secondary .progress-meter {
    background-color: #303030; }
  .progress.success .progress-meter {
    background-color: #61af3a; }
  .progress.warning .progress-meter {
    background-color: #ffffcc; }
  .progress.alert .progress-meter {
    background-color: #c23434; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1a6db2; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay, .modals-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #cccccc;
    background-color: #fff; }
  caption {
    padding: 1.25rem 0.625rem 1.25rem 0;
    font-weight: 500; }
  thead {
    background: #fff;
    color: #181818; }
  tfoot {
    background: #f5f5f5;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 1.25rem 0.625rem 1.25rem 0;
    font-weight: 500;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 1.25rem 0.625rem 1.25rem 0; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #cccccc;
      background-color: #fff; }

@media screen and (max-width: 47.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f2f2f2; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #197e3e; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1c8d45; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
            box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #888;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 85%;
  color: #fff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only, .hidden-xs {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 47.9375em) {
  .hide-for-medium-only, .hidden-sm {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-xmedium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-xmedium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-xmedium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-xmedium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90.625em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90.625em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 90.5625em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90.625em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 90.5625em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left, .page-layout-2columns-right .sidebar-main.algolia-left-container {
  float: left !important; }

.float-right, .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional, .page-layout-3columns .sidebar-additional, .page-layout-2columns-left .column.main, .page-layout-2columns-left .main.columns, .page-layout-0column .column.algolia-right-container, .page-layout-0column .algolia-right-container.columns,
.page-layout-1column .column.algolia-right-container, .page-layout-1column .algolia-right-container.columns, .page-layout-2columns-right .algolia-right-container {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

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

.clearfix::after {
  clear: both; }

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

.relative {
  position: relative; }

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

.no-display {
  display: none; }

.loader-holder {
  position: absolute;
  width: 100%;
  height: 40px; }

.no-outline, .modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close, .off-canvas .close-button, .off-canvas .close-menu, .product-info-wrapper .product-info-sidebar .fieldset, .checkout-steps .form-order-comment > .field > .label,
.checkout-steps .new-address-form > .field > .label,
.checkout-steps .form-student-discount > .field > .label, .authentication-wrapper .authentication-dropdown, .shipping-address .action, .opc-payment-additional .payment-option-title, .event-course-popup .product-options-wrapper .fieldset, .filter-options[role="tablist"] .filter-options-title {
  outline: none; }
  .no-outline:hover, .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover, .off-canvas .close-button:hover, .off-canvas .close-menu:hover, .product-info-wrapper .product-info-sidebar .fieldset:hover, .checkout-steps .form-order-comment > .field > .label:hover,
  .checkout-steps .new-address-form > .field > .label:hover,
  .checkout-steps .form-student-discount > .field > .label:hover, .authentication-wrapper .authentication-dropdown:hover, .shipping-address .action:hover, .opc-payment-additional .payment-option-title:hover, .event-course-popup .product-options-wrapper .fieldset:hover, .filter-options[role="tablist"] .filter-options-title:hover, .no-outline:active, .modal-custom .action-close:active,
  .modal-popup .action-close:active,
  .modal-slide .action-close:active, .off-canvas .close-button:active, .off-canvas .close-menu:active, .product-info-wrapper .product-info-sidebar .fieldset:active, .checkout-steps .form-order-comment > .field > .label:active,
  .checkout-steps .new-address-form > .field > .label:active,
  .checkout-steps .form-student-discount > .field > .label:active, .authentication-wrapper .authentication-dropdown:active, .shipping-address .action:active, .opc-payment-additional .payment-option-title:active, .event-course-popup .product-options-wrapper .fieldset:active, .filter-options[role="tablist"] .filter-options-title:active, .no-outline:focus, .modal-custom .action-close:focus,
  .modal-popup .action-close:focus,
  .modal-slide .action-close:focus, .off-canvas .close-button:focus, .off-canvas .close-menu:focus, .product-info-wrapper .product-info-sidebar .fieldset:focus, .checkout-steps .form-order-comment > .field > .label:focus,
  .checkout-steps .new-address-form > .field > .label:focus,
  .checkout-steps .form-student-discount > .field > .label:focus, .authentication-wrapper .authentication-dropdown:focus, .shipping-address .action:focus, .opc-payment-additional .payment-option-title:focus, .event-course-popup .product-options-wrapper .fieldset:focus, .filter-options[role="tablist"] .filter-options-title:focus {
    outline: none; }

.extra-title, .block.grid .block-title strong, .block.related .block-title strong, .block.crosssell .block-title strong, .block.upsell .block-title strong, .block.block-new-products-names .block-title strong {
  font-size: 1.5rem;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  margin: 0 0 1.5rem;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden; }
  .extra-title:before, .block.grid .block-title strong:before, .block.related .block-title strong:before, .block.crosssell .block-title strong:before, .block.upsell .block-title strong:before, .block.block-new-products-names .block-title strong:before, .extra-title:after, .block.grid .block-title strong:after, .block.related .block-title strong:after, .block.crosssell .block-title strong:after, .block.upsell .block-title strong:after, .block.block-new-products-names .block-title strong:after {
    content: "";
    background: #eee;
    height: 1px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 3px; }
  .extra-title:before, .block.grid .block-title strong:before, .block.related .block-title strong:before, .block.crosssell .block-title strong:before, .block.upsell .block-title strong:before, .block.block-new-products-names .block-title strong:before {
    right: 1rem;
    margin-left: -50%; }
  .extra-title:after, .block.grid .block-title strong:after, .block.related .block-title strong:after, .block.crosssell .block-title strong:after, .block.upsell .block-title strong:after, .block.block-new-products-names .block-title strong:after {
    left: 1rem;
    margin-right: -50%; }

.checkbox {
  line-height: 1.2;
  margin-bottom: .75rem;
  position: relative; }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
    .checkbox input[type="checkbox"] + label,
    .checkbox input[type="checkbox"] + .label {
      cursor: pointer;
      font-weight: normal;
      position: relative;
      margin: 0;
      line-height: 1.2;
      min-height: 1rem;
      padding-left: 1.4rem; }
      .checkbox input[type="checkbox"] + label:before,
      .checkbox input[type="checkbox"] + .label:before {
        display: block;
        content: '';
        height: 1rem;
        width: 1rem;
        line-height: 1rem;
        text-align: center;
        position: absolute;
        top: -1px;
        left: 0;
        border: 1px solid #999999;
        color: #000;
        background: #fff; }
    .checkbox input[type="checkbox"]:checked + label:before,
    .checkbox input[type="checkbox"]:checked + .label:before {
      content: '✓'; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: .4; }
    .checkbox input[type="checkbox"]:disabled + label:before,
    .checkbox input[type="checkbox"]:disabled + .label:before {
      background: #eee; }

.radio {
  line-height: 1.2;
  margin-bottom: .75rem;
  position: relative; }
  .radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
    .radio input[type="radio"] + label,
    .radio input[type="radio"] + .label {
      cursor: pointer;
      font-weight: normal;
      position: relative;
      margin: 0;
      line-height: 1.2;
      min-height: 1rem;
      padding-left: 1.4rem; }
      .radio input[type="radio"] + label:before,
      .radio input[type="radio"] + .label:before {
        display: block;
        content: '';
        height: 1rem;
        width: 1rem;
        line-height: 1rem;
        text-align: center;
        position: absolute;
        top: -1px;
        left: 0;
        border-radius: 50%;
        border: 1px solid #999999;
        color: #000;
        background: #fff;
        z-index: 0; }
      .radio input[type="radio"] + label:after,
      .radio input[type="radio"] + .label:after {
        display: none;
        content: '';
        position: absolute;
        top: 0.125rem;
        left: 0.1875rem;
        height: 0.625rem;
        width: 0.625rem;
        border-radius: 50%;
        background: #197e3e; }
    .radio input[type="radio"]:checked + label:after,
    .radio input[type="radio"]:checked + .label:after {
      display: block; }
    .radio input[type="radio"]:disabled + label:before,
    .radio input[type="radio"]:disabled + .label:before {
      opacity: .3;
      background: #eee; }

.loading-overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../images/ripple.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 555;
  background-image: none; }
  .loading-overlay .loading-mssg {
    display: block;
    position: absolute;
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.375rem; }
    .loading-overlay .loading-mssg .loading-img {
      margin-right: .5rem; }
    @media print, screen and (min-width: 40em) {
      .loading-overlay .loading-mssg {
        font-size: 2.125rem; } }
    @media print, screen and (min-width: 64em) {
      .loading-overlay .loading-mssg {
        font-size: 2.5rem;
        top: 15rem; } }

@-webkit-keyframes spin-loading-more {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin-loading-more {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only, .hidden-xs {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium,
  .show-for-medium-up {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 47.9375em) {
  .hide-for-medium-only, .hidden-sm {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-xmedium,
  .hide-for-xmedium-up {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-xmedium,
  .show-for-xmedium-up {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-xmedium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-xmedium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large,
  .hide-for-large-up {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large,
  .show-for-large-up {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge,
  .hide-for-xlarge-up {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge,
  .show-for-xlarge-up {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90.625em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90.625em) {
  .hide-for-xxlarge,
  .hide-for-xxlarge-up {
    display: none !important; } }

@media screen and (max-width: 90.5625em) {
  .show-for-xxlarge,
  .show-for-xxlarge-up {
    display: none !important; } }

@media screen and (min-width: 90.625em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 90.5625em) {
  .show-for-xxlarge-only {
    display: none !important; } }

div#page-ruler-toolbar {
  height: 100px !important; }

.ui-tabs-nav,
.qdb-panel ul {
  margin: 0; }
  .ui-tabs-nav li,
  .qdb-panel ul li {
    padding: 0; }
    .ui-tabs-nav li:after,
    .qdb-panel ul li:after {
      display: none; }

body {
  font-size: 0.8125rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  background-color: #fff; }
  body.is-reveal-open {
    overflow: auto; }

html.is-reveal-open,
html.is-reveal-open body {
  overflow: auto;
  position: static;
  min-height: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto; }

.button {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.close-menu i {
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0; }
  h1.bold,
  h2.bold,
  h3.bold,
  h4.bold,
  h5.bold,
  h6.bold {
    font-weight: 300; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: none;
    cursor: pointer; }

h1,
h4 {
  font-weight: 300; }

h1 {
  margin-bottom: 1.59375rem; }
  @media print, screen and (min-width: 40em) {
    h1 {
      margin-bottom: 1.875rem; } }

h2 {
  margin-bottom: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    h2 {
      margin-bottom: 1.25rem; } }

h3 {
  margin-bottom: 0.53125rem; }
  @media print, screen and (min-width: 40em) {
    h3 {
      margin-bottom: 0.625rem; } }

h4 {
  margin-bottom: 0.31875rem; }
  @media print, screen and (min-width: 40em) {
    h4 {
      margin-bottom: 0.375rem; } }

small {
  color: rgba(24, 24, 24, 0.7); }

p {
  font-weight: inherit; }

select,
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'] {
  height: 2.4375rem;
  margin-bottom: 0.58333rem;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: calc(100% - 17px) 50%;
  padding: 0.625rem 0.875rem; }
  select::-webkit-input-placeholder,
  [type='text']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='color']::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8); }
  select:-moz-placeholder,
  [type='text']:-moz-placeholder, [type='password']:-moz-placeholder, [type='date']:-moz-placeholder, [type='datetime']:-moz-placeholder, [type='datetime-local']:-moz-placeholder, [type='month']:-moz-placeholder, [type='week']:-moz-placeholder, [type='email']:-moz-placeholder, [type='number']:-moz-placeholder, [type='search']:-moz-placeholder, [type='tel']:-moz-placeholder, [type='time']:-moz-placeholder, [type='url']:-moz-placeholder, [type='color']:-moz-placeholder {
    color: rgba(0, 0, 0, 0.8); }
  select:-ms-input-placeholder,
  [type='text']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='color']:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8) !important; }
  select.mage-error, select.invalid,
  [type='text'].mage-error,
  [type='text'].invalid, [type='password'].mage-error, [type='password'].invalid, [type='date'].mage-error, [type='date'].invalid, [type='datetime'].mage-error, [type='datetime'].invalid, [type='datetime-local'].mage-error, [type='datetime-local'].invalid, [type='month'].mage-error, [type='month'].invalid, [type='week'].mage-error, [type='week'].invalid, [type='email'].mage-error, [type='email'].invalid, [type='number'].mage-error, [type='number'].invalid, [type='search'].mage-error, [type='search'].invalid, [type='tel'].mage-error, [type='tel'].invalid, [type='time'].mage-error, [type='time'].invalid, [type='url'].mage-error, [type='url'].invalid, [type='color'].mage-error, [type='color'].invalid {
    padding-right: 2.5rem;
    background-image: url("../images/icon-invalid.svg");
    background-color: #fbf1f1; }
  select.mage-success, select.valid,
  [type='text'].mage-success,
  [type='text'].valid, [type='password'].mage-success, [type='password'].valid, [type='date'].mage-success, [type='date'].valid, [type='datetime'].mage-success, [type='datetime'].valid, [type='datetime-local'].mage-success, [type='datetime-local'].valid, [type='month'].mage-success, [type='month'].valid, [type='week'].mage-success, [type='week'].valid, [type='email'].mage-success, [type='email'].valid, [type='number'].mage-success, [type='number'].valid, [type='search'].mage-success, [type='search'].valid, [type='tel'].mage-success, [type='tel'].valid, [type='time'].mage-success, [type='time'].valid, [type='url'].mage-success, [type='url'].valid, [type='color'].mage-success, [type='color'].valid {
    padding-right: 2.5rem;
    background-image: url("../images/icon-valid.svg");
    background-size: 14px auto;
    background-position: calc(100% - 15px) 50%; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.58333rem; }

textarea {
  resize: none; }

select {
  padding-right: 2rem;
  background: #fff url("../images/icon-select.png") 100% 50% no-repeat;
  background-size: auto auto; }

ul {
  margin: 0 0 1rem;
  list-style: none; }
  ul > li {
    position: relative;
    padding: .3em 0 .4em 1.3em; }
    ul > li:after {
      display: block;
      position: absolute;
      content: '■';
      top: .45em;
      left: 0;
      font-size: 1.05em;
      line-height: 1;
      color: #b2b2b2; }

ol {
  margin: 0 0 1rem;
  list-style: none; }
  ol > li {
    position: relative;
    padding: .3em 0 .4em 3em;
    counter-increment: step-counter; }
    ol > li:after {
      display: block;
      content: counter(step-counter);
      width: 2.4em;
      height: 2.4em;
      position: absolute;
      top: 0;
      left: 0;
      font-size: .8em;
      line-height: 2.4em;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      background: #414141; }

table {
  border-collapse: collapse;
  border: 0;
  margin-bottom: 2.5rem; }
  table tr td,
  table tr th {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  table tr td {
    font-size: 0.815rem; }
  table thead th {
    border-bottom: 0;
    padding: 1.125rem 0.625rem 0.625rem 0;
    font-size: 1rem;
    font-family: "acumin-pro-condensed", "Avenir Next Condensed", "Abadi MT Condensed Light", sans-serif;
    letter-spacing: normal; }
  table thead,
  table tfoot,
  table tbody {
    border: 0; }
  table tfoot tr:last-child td,
  table tbody tr:last-child td {
    border-bottom: 0; }

.reveal-overlay, .modals-overlay {
  bottom: auto;
  min-height: 100%;
  overflow: visible;
  background: rgba(0, 0, 0, 0.2) radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.page-main {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem; }
  .page-main::before, .page-main::after {
    display: table;
    content: ' '; }
  .page-main::after {
    clear: both; }
  .cms-home .algolia-instant-selector-results .page-main {
    margin-top: 0; }
  .cms-home .page-main {
    margin-top: 1rem; }
  @media print, screen and (min-width: 64em) {
    .page-main {
      margin-bottom: 5rem; }
      .cms-home .algolia-instant-selector-results .page-main {
        margin-top: 0; }
      .cms-home .page-main {
        margin-top: 2rem; } }

.page-container:not(.algolia-instant-selector-results) > .page-main {
  margin-top: 1rem; }
  .cms-index-index .page-container:not(.algolia-instant-selector-results) > .page-main {
    margin-top: 0; }
  @media screen and (min-width: 48em) {
    .page-container:not(.algolia-instant-selector-results) > .page-main {
      margin-top: 2rem; } }

.page-container:not(.algolia-instant-selector-results) > .top-controls-wrapper + .page-main,
.page-container:not(.algolia-instant-selector-results) > .category-header + .page-main,
.page-container:not(.algolia-instant-selector-results) > .category-cms + .page-main {
  margin-top: 0; }

.page-layout-0column .page-container:not(.algolia-instant-selector-results) {
  padding-left: 0rem;
  padding-right: 0rem; }
  @media print, screen and (min-width: 40em) {
    .page-layout-0column .page-container:not(.algolia-instant-selector-results) {
      padding-left: 0rem; } }
  @media print, screen and (min-width: 40em) {
    .page-layout-0column .page-container:not(.algolia-instant-selector-results) {
      padding-right: 0rem; } }

.page-container,
.footer-content,
.footer-bottom,
.page-header,
.header .tab-bar,
.category-header.has-bg,
.header.is-stuck .sticky-header-row,
.magellan-bar.is-stuck .magellan-row,
.header .header-row.is-stuck .sticky-header-row,
.is-stuck .center-header-top-panel,
.category-cms,
.page-layout-0column .top-controls-wrapper,
.usp-section ul,
.full-page-content .column.main > .container > .convert-grid-row:not(.expanded),
.full-page-content .main.columns > .container > .convert-grid-row:not(.expanded) {
  padding-left: 3px;
  padding-right: 3px; }
  @media screen and (min-width: 48em) {
    .page-container,
    .footer-content,
    .footer-bottom,
    .page-header,
    .header .tab-bar,
    .category-header.has-bg,
    .header.is-stuck .sticky-header-row,
    .magellan-bar.is-stuck .magellan-row,
    .header .header-row.is-stuck .sticky-header-row,
    .is-stuck .center-header-top-panel,
    .category-cms,
    .page-layout-0column .top-controls-wrapper,
    .usp-section ul,
    .full-page-content .column.main > .container > .convert-grid-row:not(.expanded),
    .full-page-content .main.columns > .container > .convert-grid-row:not(.expanded) {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 90.625em) {
    .page-container,
    .footer-content,
    .footer-bottom,
    .page-header,
    .header .tab-bar,
    .category-header.has-bg,
    .header.is-stuck .sticky-header-row,
    .magellan-bar.is-stuck .magellan-row,
    .header .header-row.is-stuck .sticky-header-row,
    .is-stuck .center-header-top-panel,
    .category-cms,
    .page-layout-0column .top-controls-wrapper,
    .usp-section ul,
    .full-page-content .column.main > .container > .convert-grid-row:not(.expanded),
    .full-page-content .main.columns > .container > .convert-grid-row:not(.expanded) {
      padding-left: 0;
      padding-right: 0; } }

.category-header.has-bg {
  margin-right: -3px;
  margin-left: -3px; }
  @media screen and (min-width: 48em) {
    .category-header.has-bg {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (min-width: 90.625em) {
    .category-header.has-bg {
      margin-left: 0;
      margin-right: 0; } }

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

.full-page-content::after {
  clear: both; }

.full-page-content > .columns:not(.convert-column) {
  margin-right: auto;
  margin-left: auto; }
  .full-page-content > .columns:not(.convert-column) > .column, .full-page-content > .columns:not(.convert-column) > .columns {
    padding-left: 0rem;
    padding-right: 0rem; }
    @media print, screen and (min-width: 40em) {
      .full-page-content > .columns:not(.convert-column) > .column, .full-page-content > .columns:not(.convert-column) > .columns {
        padding-left: 0rem; } }
    @media print, screen and (min-width: 40em) {
      .full-page-content > .columns:not(.convert-column) > .column, .full-page-content > .columns:not(.convert-column) > .columns {
        padding-right: 0rem; } }

.full-page-content .page-container {
  padding-left: 0rem;
  padding-right: 0rem; }
  @media print, screen and (min-width: 40em) {
    .full-page-content .page-container {
      padding-left: 0rem; } }
  @media print, screen and (min-width: 40em) {
    .full-page-content .page-container {
      padding-right: 0rem; } }

.columns:not(.convert-column) {
  padding-left: 0rem;
  padding-right: 0rem; }
  @media print, screen and (min-width: 40em) {
    .columns:not(.convert-column) {
      padding-left: 0rem; } }
  @media print, screen and (min-width: 40em) {
    .columns:not(.convert-column) {
      padding-right: 0rem; } }
  @media screen and (max-width: 47.9375em) {
    body.account .columns:not(.convert-column) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.account .columns:not(.convert-column) .column.main, body.account .columns:not(.convert-column) .main.columns {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      body.account .columns:not(.convert-column) .sidebar-main {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      body.account .columns:not(.convert-column) .sidebar-additional {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
    body.checkout-cart-index .columns:not(.convert-column) .cart-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    body.checkout-cart-index .columns:not(.convert-column) .cart-form {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    body.checkout-cart-index .columns:not(.convert-column) .cart-summary {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media print, screen and (min-width: 40em) {
    .columns:not(.convert-column) {
      display: block; } }
  .page-layout-1column .columns:not(.convert-column),
  .page-layout-2columns-right .columns:not(.convert-column),
  .page-layout-2columns-left main > .columns:not(.convert-column) {
    float: none !important; }
    .page-layout-1column .columns:not(.convert-column)::before, .page-layout-1column .columns:not(.convert-column)::after,
    .page-layout-2columns-right .columns:not(.convert-column)::before,
    .page-layout-2columns-right .columns:not(.convert-column)::after,
    .page-layout-2columns-left main > .columns:not(.convert-column)::before,
    .page-layout-2columns-left main > .columns:not(.convert-column)::after {
      display: table;
      content: ' '; }
    .page-layout-1column .columns:not(.convert-column)::after,
    .page-layout-2columns-right .columns:not(.convert-column)::after,
    .page-layout-2columns-left main > .columns:not(.convert-column)::after {
      clear: both; }

.page-title-wrapper {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto; }
  .page-title-wrapper::before, .page-title-wrapper::after {
    display: table;
    content: ' '; }
  .page-title-wrapper::after {
    clear: both; }
  .column.main .page-title-wrapper, .main.columns .page-title-wrapper {
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
    max-width: initial;
    width: auto; }
    @media print, screen and (min-width: 40em) {
      .column.main .page-title-wrapper, .main.columns .page-title-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .column.main .page-title-wrapper, .main.columns .page-title-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .column.main .page-title-wrapper, .main.columns .page-title-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .column.main .page-title-wrapper, .main.columns .page-title-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .column.main .page-title-wrapper, .main.columns .page-title-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
  .page-title-wrapper .page-title {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .page-title-wrapper .page-title {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .page-title-wrapper .page-title:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      .page-with-filter .page-title-wrapper .page-title {
        margin-bottom: 0.53125rem;
        font-size: 50px; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .page-with-filter .page-title-wrapper .page-title {
      margin-bottom: 0.625rem; } }
  .page-title-wrapper .price-box,
  .page-title-wrapper .order-status,
  .page-title-wrapper .order-date,
  .page-title-wrapper .actions-toolbar {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .page-title-wrapper .price-box,
      .page-title-wrapper .order-status,
      .page-title-wrapper .order-date,
      .page-title-wrapper .actions-toolbar {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .page-title-wrapper .price-box:last-child:not(:first-child),
    .page-title-wrapper .order-status:last-child:not(:first-child),
    .page-title-wrapper .order-date:last-child:not(:first-child),
    .page-title-wrapper .actions-toolbar:last-child:not(:first-child) {
      float: right; }
  .page-title-wrapper.toolbar-amount .page-title {
    padding-right: 0;
    padding-left: 0; }
  .page-layout-0column .page-title-wrapper,
  .page-layout-1column .page-title-wrapper {
    padding-bottom: .25rem;
    margin-bottom: 3.25rem;
    position: relative; }
    .page-layout-0column .page-title-wrapper:before,
    .page-layout-1column .page-title-wrapper:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 1.0625rem;
      right: 1.0625rem;
      visibility: visible;
      opacity: 1;
      display: block;
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      @media print, screen and (min-width: 40em) {
        .page-layout-0column .page-title-wrapper:before,
        .page-layout-1column .page-title-wrapper:before {
          left: 1.25rem; } }
      @media print, screen and (min-width: 40em) {
        .page-layout-0column .page-title-wrapper:before,
        .page-layout-1column .page-title-wrapper:before {
          right: 1.25rem; } }
    .page-layout-0column .page-title-wrapper:not(.product),
    .page-layout-1column .page-title-wrapper:not(.product) {
      padding-bottom: 1rem; }
    .page-layout-0column .page-title-wrapper .page-title,
    .page-layout-1column .page-title-wrapper .page-title {
      margin-bottom: 0; }
    @media screen and (max-width: 47.9375em) {
      .page-layout-0column .page-title-wrapper,
      .page-layout-1column .page-title-wrapper {
        margin-bottom: 2rem; }
        .page-layout-0column .page-title-wrapper .page-title span,
        .page-layout-1column .page-title-wrapper .page-title span {
          margin: 0;
          padding: 0; }
          .page-layout-0column .page-title-wrapper .page-title span:before,
          .page-layout-1column .page-title-wrapper .page-title span:before {
            display: none; } }

.sidebar-main {
  margin-top: 0.75rem;
  margin-bottom: 1rem; }

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

.sidebar-main,
.sidebar-additional {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .sidebar-main,
    .sidebar-additional {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .sidebar-main:last-child:not(:first-child),
  .sidebar-additional:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .page-layout-3columns .sidebar-main, .page-layout-3columns
    .sidebar-additional {
      width: 33.33333%; } }
  @media print, screen and (min-width: 64em) {
    .page-layout-3columns .sidebar-main, .page-layout-3columns
    .sidebar-additional {
      width: 25%; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-main,
    .sidebar-additional {
      width: 33.33333%; } }
  @media print, screen and (min-width: 64em) {
    .sidebar-main,
    .sidebar-additional {
      width: 25%; } }

.sidebar-additional {
  clear: left; }
  .page-layout-2columns-left .sidebar-additional {
    float: left !important; }
  .page-layout-2columns-right .sidebar-additional {
    clear: right; }
  .page-layout-3columns .sidebar-additional {
    clear: none; }
  .sidebar-additional .actions-toolbar a.action {
    text-decoration: underline; }
    .sidebar-additional .actions-toolbar a.action:hover {
      text-decoration: none; }

.column.main, .main.columns {
  min-height: 300px;
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .column.main, .main.columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .column.main:last-child:not(:first-child), .main.columns:last-child:not(:first-child) {
    float: right; }
  .page-layout-0column .column.main, .page-layout-0column .main.columns {
    padding-left: 0rem;
    padding-right: 0rem; }
    @media print, screen and (min-width: 40em) {
      .page-layout-0column .column.main, .page-layout-0column .main.columns {
        padding-left: 0rem; } }
    @media print, screen and (min-width: 40em) {
      .page-layout-0column .column.main, .page-layout-0column .main.columns {
        padding-right: 0rem; } }
  .page-layout-1column .column.main, .page-layout-1column .main.columns {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .page-layout-3columns .column.main, .page-layout-3columns .main.columns {
      width: 33.33333%; } }
  @media print, screen and (min-width: 64em) {
    .page-layout-3columns .column.main, .page-layout-3columns .main.columns {
      width: 50%; } }
  @media print, screen and (min-width: 40em) {
    .page-layout-2columns-left .column.main, .page-layout-2columns-left .main.columns {
      width: 66.66667%; } }
  @media print, screen and (min-width: 64em) {
    .page-layout-2columns-left .column.main, .page-layout-2columns-left .main.columns {
      width: 75%; } }
  @media print, screen and (min-width: 40em) {
    .page-layout-2columns-right .column.main, .page-layout-2columns-right .main.columns {
      width: 66.66667%; } }
  @media print, screen and (min-width: 64em) {
    .page-layout-2columns-right .column.main, .page-layout-2columns-right .main.columns {
      width: 75%; } }
  .column.main > .category-cms, .main.columns > .category-cms {
    padding-left: 0;
    padding-right: 0; }

.table-wrapper {
  overflow-x: auto;
  overflow-y: hidden; }

button.action {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.92em 1em 0.96em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #197e3e;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 0; }
  [data-whatinput='mouse'] button.action {
    outline: 0; }
  button.action:hover, button.action:focus {
    background-color: #1a5d39;
    color: #fff; }
  button.action:active {
    color: rgba(255, 255, 255, 0.8) !important; }

a.button {
  text-decoration: none; }

a.action.create, a.action.add {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.92em 1em 0.96em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #197e3e;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: none; }
  [data-whatinput='mouse'] a.action.create, [data-whatinput='mouse'] a.action.add {
    outline: 0; }
  a.action.create:hover, a.action.create:focus, a.action.add:hover, a.action.add:focus {
    background-color: #1a5d39;
    color: #fff; }
  a.action.create:active, a.action.add:active {
    color: rgba(255, 255, 255, 0.8) !important; }

.action.back {
  display: inline-block;
  margin-top: 1rem;
  text-decoration: none; }
  .action.back:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0.5rem;
    height: 0.75rem;
    background-image: url("../images/icon-arrow-next-light-blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.3125rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .action.back span {
    display: inline-block;
    vertical-align: middle; }
  .action.back:hover span {
    text-decoration: underline; }
  .action.back:hover:before {
    text-decoration: none; }

.button {
  background-color: #303030;
  color: #fff; }
  .button:hover, .button:focus {
    background-color: black;
    color: #fff; }
  .button.primary {
    background-color: #197e3e;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #1a5d39;
      color: #fff; }
  .button.secondary {
    background-color: #303030;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: black;
      color: #fff; }
  .button.light, footer.page-footer .newsletter .form.subscribe .actions .action, .button.hollow {
    border: 1px solid #eaeaea;
    color: #303030;
    -webkit-box-shadow: inset 0 0 0 1px #eaeaea;
            box-shadow: inset 0 0 0 1px #eaeaea;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
    transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out; }
    .button.light, footer.page-footer .newsletter .form.subscribe .actions .action, .button.light:hover, footer.page-footer .newsletter .form.subscribe .actions .action:hover, .button.light:focus, footer.page-footer .newsletter .form.subscribe .actions .action:focus, .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.light:hover, footer.page-footer .newsletter .form.subscribe .actions .action:hover, .button.light:focus, footer.page-footer .newsletter .form.subscribe .actions .action:focus, .button.hollow:hover, .button.hollow:focus {
      border-color: #757575;
      color: #181818;
      -webkit-box-shadow: inset 0 0 0 1px #757575;
              box-shadow: inset 0 0 0 1px #757575; }
    .button.light.arrow, footer.page-footer .newsletter .form.subscribe .actions .arrow.action, .button.hollow.arrow {
      background-image: url("../images/icon-arrow-next-gray.svg"); }
  .button.hollow.primary, .button.primary-light {
    border: 1px solid #93eab3;
    color: #197e3e;
    -webkit-box-shadow: inset 0 0 0 1px #93eab3;
            box-shadow: inset 0 0 0 1px #93eab3;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
    transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out; }
    .button.hollow.primary, .button.hollow.primary:hover, .button.hollow.primary:focus, .button.primary-light, .button.primary-light:hover, .button.primary-light:focus {
      background-color: transparent; }
    .button.hollow.primary:hover, .button.hollow.primary:focus, .button.primary-light:hover, .button.primary-light:focus {
      border-color: #1f9f4e;
      color: #0d3f1f;
      -webkit-box-shadow: inset 0 0 0 1px #1f9f4e;
              box-shadow: inset 0 0 0 1px #1f9f4e; }
    .button.hollow.primary.arrow, .button.primary-light.arrow {
      background-image: url("../images/icon-arrow-next-light-blue.svg"); }
  .button.expand {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.arrow {
    text-align: left;
    padding-right: 2em;
    background-image: url("../images/icon-arrow-next-white.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) 50%;
    background-size: 8px auto; }

label.label, .checkout-steps .checkout-box legend.label, .checkout-steps .form-order-comment legend.label,
.checkout-steps .new-address-form legend.label,
.checkout-steps .form-student-discount legend.label, .shipping-address .action, .modal-add-adress .street legend.label,
span.label {
  padding: 0;
  vertical-align: middle;
  color: #000;
  font-size: inherit;
  line-height: inherit;
  white-space: normal;
  background: none; }

label.label, .checkout-steps .checkout-box legend.label, .checkout-steps .form-order-comment legend.label,
.checkout-steps .new-address-form legend.label,
.checkout-steps .form-student-discount legend.label, .shipping-address .action, .modal-add-adress .street legend.label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2.4;
  color: #000; }
  label.label.middle, .checkout-steps .checkout-box legend.middle.label, .checkout-steps .form-order-comment legend.middle.label,
  .checkout-steps .new-address-form legend.middle.label,
  .checkout-steps .form-student-discount legend.middle.label, .shipping-address .middle.action, .modal-add-adress .street legend.middle.label {
    margin: 0 0 1.75rem;
    padding: 0.9375rem 0; }

.fieldset {
  padding: 0;
  border: 0;
  margin: 0; }
  .fieldset .legend {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none; }

.page.messages {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .page.messages {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .page.messages:last-child:not(:first-child) {
    float: right; }
  .page.messages .message-close {
    display: none; }
  .page.messages .message {
    margin-bottom: 1rem; }

.message {
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "brandon-grotesque", sans-serif;
  clear: both;
  padding: 1.05rem 1.2rem 1.25rem 3rem;
  color: #fff;
  border: 1px solid #197e3e;
  background-color: #197e3e;
  background-repeat: no-repeat;
  background-position: 1.25rem 1.35rem;
  background-image: url("../images/icon-info.svg");
  background-size: 14px 14px; }
  @media screen and (min-width: 48em) {
    .message {
      font-size: 1rem; } }
  .message.success {
    color: #000;
    border-color: #fff;
    background-size: 19px 14px;
    background-color: #fff;
    background-image: url("../images/icon-success.svg"); }
  .message.error, .checkout-steps .checkout-payment-method .message {
    color: #fff;
    border-color: #c23434;
    background-size: 14px 14px;
    background-color: #c23434;
    background-image: url("../images/icon-error.svg"); }
  .message.warning {
    color: #fff;
    border-color: #c23434;
    background-size: 14px 14px;
    background-color: #c23434;
    background-image: url("../images/icon-error.svg"); }
  .message a {
    color: #fff; }
    .message a:hover, .message a:focus, .message a:active {
      color: #fff; }

.input-text.mage-error {
  border-color: #c23434;
  margin-bottom: 0; }
  .input-text.mage-error + .mage-error {
    margin-top: 0.58333rem; }

div.mage-error,
div.field-error > span {
  display: block;
  margin-bottom: .5rem;
  color: #c23434; }

.loading-mask {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../images/ripple.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 555;
  display: block; }
  .loading-mask .loading-mssg {
    display: block;
    position: absolute;
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.375rem; }
    .loading-mask .loading-mssg .loading-img {
      margin-right: .5rem; }
    @media print, screen and (min-width: 40em) {
      .loading-mask .loading-mssg {
        font-size: 2.125rem; } }
    @media print, screen and (min-width: 64em) {
      .loading-mask .loading-mssg {
        font-size: 2.5rem;
        top: 15rem; } }
  .loading-mask .loader {
    display: none; }
  .loading-mask img,
  .loading-mask p,
  .loading-mask span {
    display: none; }

body > .loading-mask {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../images/ripple.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 9999; }
  body > .loading-mask .loading-mssg {
    display: block;
    position: absolute;
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.375rem; }
    body > .loading-mask .loading-mssg .loading-img {
      margin-right: .5rem; }
    @media print, screen and (min-width: 40em) {
      body > .loading-mask .loading-mssg {
        font-size: 2.125rem; } }
    @media print, screen and (min-width: 64em) {
      body > .loading-mask .loading-mssg {
        font-size: 2.5rem;
        top: 15rem; } }
  body > .loading-mask .loader {
    display: none; }
    body > .loading-mask .loader span,
    body > .loading-mask .loader div {
      display: none; }

.load.indicator {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../images/ripple.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 9999; }
  .load.indicator .loading-mssg {
    display: block;
    position: absolute;
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.375rem; }
    .load.indicator .loading-mssg .loading-img {
      margin-right: .5rem; }
    @media print, screen and (min-width: 40em) {
      .load.indicator .loading-mssg {
        font-size: 2.125rem; } }
    @media print, screen and (min-width: 64em) {
      .load.indicator .loading-mssg {
        font-size: 2.5rem;
        top: 15rem; } }
  .load.indicator span,
  .load.indicator div {
    display: none; }

._block-content-loading,
[data-bind="blockLoader: isLoading"] {
  position: relative; }

.txt-nowrap {
  white-space: nowrap; }

.stock {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.8125rem;
  margin: .25rem 0; }
  .stock span {
    display: inline-block;
    padding: 0 0 0 1.25rem;
    background-size: 13px auto; }
  .stock.available span {
    background: url("../images/icon-valid.svg") 0 50% no-repeat;
    background-size: 14px auto; }
  .stock.unavailable span {
    color: gray;
    background: url("../images/icon-unavailable.svg") 0 50% no-repeat;
    background-size: 14px auto; }
  .stock.backorder span {
    white-space: normal;
    text-align: left;
    min-height: 17px;
    padding-left: 1.375rem;
    background: url("../images/icon-stock-delivery.png") 0 50% no-repeat;
    background-size: 17px 17px; }

.action.search, #algolia-searchbox #algolia-glass,
#algolia-searchbox .ais-search-box--magnifier-wrapper, .ais-root .searchbox .sbx-sffv__submit,
.ais-root .searchbox .sbx-sffv__reset {
  display: inline-block;
  vertical-align: middle;
  width: 1.375rem;
  height: 2.625rem;
  background: url("../images/icon-search.svg") 0 50% no-repeat;
  background-size: 1.375rem auto; }
  .action.search > span, #algolia-searchbox #algolia-glass > span, #algolia-searchbox .ais-search-box--magnifier-wrapper > span, .ais-root .searchbox .sbx-sffv__submit > span, .ais-root .searchbox .sbx-sffv__reset > span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .action.search + .action.showcart, #algolia-searchbox #algolia-glass + .action.showcart, #algolia-searchbox .ais-search-box--magnifier-wrapper + .action.showcart, .ais-root .searchbox .sbx-sffv__submit + .action.showcart, .ais-root .searchbox .sbx-sffv__reset + .action.showcart {
    margin-left: .75rem; }

.icn-map {
  display: inline-block;
  vertical-align: middle;
  width: 1.125rem;
  height: 1.6875rem;
  background: url("../images/icn-map.svg") no-repeat;
  background-size: cover; }

.icon-q {
  display: inline-block;
  vertical-align: middle;
  width: 1.0625rem;
  height: 1.0625rem;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-align: center;
  border-radius: 50%;
  background: #fff; }

.action.showcart {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: #000;
  text-align: center;
  height: 2.875rem;
  line-height: 2.875rem;
  text-transform: uppercase;
  padding-left: 3.5rem;
  padding-right: 1.375rem;
  background: url("../images/icon-cart.svg") 1rem 50% no-repeat;
  background-size: 1.5rem auto; }
  .action.showcart .counter {
    bottom: 0.28125rem;
    right: calc(100% - 2.9375rem); }
  .tab-bar .action.showcart,
  .is-stuck .action.showcart,
  body.is-sticky .action.showcart {
    display: inline-block;
    padding: 0;
    width: 1.5rem;
    height: 2rem;
    background-position: 0 0; }
    .tab-bar .action.showcart > .text,
    .is-stuck .action.showcart > .text,
    body.is-sticky .action.showcart > .text {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    .tab-bar .action.showcart .counter,
    .is-stuck .action.showcart .counter,
    body.is-sticky .action.showcart .counter {
      bottom: -15%;
      right: -15%;
      left: auto; }
    .tab-bar .action.showcart:hover, .tab-bar .action.showcart:active, .tab-bar .action.showcart.has-item,
    .is-stuck .action.showcart:hover,
    .is-stuck .action.showcart:active,
    .is-stuck .action.showcart.has-item,
    body.is-sticky .action.showcart:hover,
    body.is-sticky .action.showcart:active,
    body.is-sticky .action.showcart.has-item {
      background-color: transparent;
      background-image: url("../images/icon-cart.svg"); }
  @media screen and (min-width: 48em) {
    .action.showcart {
      margin-left: 1.5rem; }
      .action.showcart:hover, .action.showcart:active, .action.showcart.has-item {
        color: #fff;
        background-color: #197e3e;
        background-image: url("../images/icon-cart-active.svg"); }
      .is-stuck .action.showcart {
        margin-left: .75rem; } }
  .action.showcart .counter {
    position: absolute;
    min-width: 0.875rem;
    height: 0.875rem;
    line-height: 0.875rem;
    display: inline-block;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    background-color: #303030;
    color: #fff;
    border-radius: 0.875rem;
    font-size: 0.625rem;
    font-family: inherit;
    text-align: center;
    font-weight: 500; }
    .action.showcart .counter .counter-label {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    .action.showcart .counter.empty {
      display: none; }

.item-options {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8); }
  .item-options dt {
    float: left;
    clear: left;
    font-weight: normal;
    padding-right: .5rem; }
    .item-options dt:after {
      content: ':'; }
  .item-options dd {
    float: left; }

.action.action-delete {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  opacity: .8;
  background: url("../images/icon-delete.svg") no-repeat;
  background-size: 100% auto;
  cursor: pointer; }
  .action.action-delete span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .action.action-delete:hover, .action.action-delete:active {
    opacity: 1; }

.action.towishlist {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1.5625rem;
  height: 1.4375rem;
  background: url("../images/icon-wishlist.svg") no-repeat;
  background-size: 100% auto;
  cursor: pointer !important; }
  .action.towishlist:hover, .action.towishlist:active, .action.towishlist.has-item {
    background-image: url("../images/icon-wishlist-active.svg"); }
    .action.towishlist:hover span, .action.towishlist:active span, .action.towishlist.has-item span {
      opacity: 1; }
  .action.towishlist > span {
    opacity: 0;
    position: absolute;
    color: #fff;
    top: 100%;
    right: 0;
    margin-top: 0.3125rem;
    padding: 0.3125rem 0.625rem;
    font-size: 0.6875rem;
    line-height: 1.2;
    white-space: nowrap;
    background: #000;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media screen and (min-width: 48em) {
      .action.towishlist > span {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    .action.towishlist > span:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #000 transparent;
      position: absolute;
      bottom: 100%;
      right: 0.78125rem;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); }
      @media screen and (min-width: 48em) {
        .action.towishlist > span:after {
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }

.home-banners {
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .home-banners {
      margin-bottom: 2rem; } }

.skipLink {
  display: block;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  padding: .35rem .25rem .25rem .25rem;
  text-align: center;
  color: #fff;
  background-color: #197e3e;
  border: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 900; }
  .skipLink:active, .skipLink:focus {
    top: 0;
    outline: none;
    color: #fff; }

.to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #000 url("../images/icon-arrow-next-white.svg") no-repeat 50%;
  background-size: 20px 20px;
  opacity: .5;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 10000;
  cursor: pointer; }
  .to-top:hover, .to-top:active {
    opacity: 1; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed; }

.modals-overlay {
  z-index: 899; }

.modal-popup,
.modal-slide {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }
  .modal-popup._show,
  .modal-slide._show {
    visibility: visible; }
    .modal-popup._show .modal-inner-wrap,
    .modal-slide._show .modal-inner-wrap {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .modal-popup .modal-inner-wrap,
  .modal-slide .modal-inner-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto; }

.modal-slide {
  left: 236px;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .modal-slide._inner-scroll .modal-footer,
  .modal-slide._inner-scroll .modal-header {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-content,
  .modal-slide .modal-footer,
  .modal-slide .modal-header {
    padding: 0 41px 20.5px; }
    @media print, screen and (min-width: 40em) {
      .modal-slide .modal-content,
      .modal-slide .modal-footer,
      .modal-slide .modal-header {
        padding: 0 41px 41px; } }
  .modal-slide .modal-header {
    padding-bottom: 16.5px;
    padding-top: 16.5px; }
    @media print, screen and (min-width: 40em) {
      .modal-slide .modal-header {
        padding-bottom: 33px;
        padding-top: 33px; } }

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto; }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 20px auto;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    @media print, screen and (min-width: 40em) {
      .modal-popup .modal-inner-wrap {
        width: 75%;
        margin: 80px auto; } }
  @media print, screen and (min-width: 64em) {
    .modal-popup.modal-xs .modal-inner-wrap {
      width: 42.85714%; } }
  @media screen and (min-width: 75em) {
    .modal-popup.modal-xs .modal-inner-wrap {
      width: 37.5%; } }
  @media screen and (min-width: 90.625em) {
    .modal-popup.modal-xs .modal-inner-wrap {
      width: 25%; } }
  @media print, screen and (min-width: 64em) {
    .modal-popup.modal-md .modal-inner-wrap {
      width: 60%; } }
  @media screen and (min-width: 75em) {
    .modal-popup.modal-md .modal-inner-wrap {
      width: 50%; } }
  @media screen and (min-width: 90.625em) {
    .modal-popup.modal-md .modal-inner-wrap {
      width: 39.47368%; } }
  @media print, screen and (min-width: 64em) {
    .modal-popup.modal-xmd .modal-inner-wrap {
      width: 65%; } }
  @media screen and (min-width: 48em) {
    .modal-popup.modal-add-adress .modal-inner-wrap {
      width: 37.5rem; } }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-content,
  .modal-popup .modal-footer,
  .modal-popup .modal-header {
    padding-left: 24px;
    padding-right: 24px; }
    @media print, screen and (min-width: 40em) {
      .modal-popup .modal-content,
      .modal-popup .modal-footer,
      .modal-popup .modal-header {
        padding-left: 48px;
        padding-right: 48px; } }
  .modal-popup .modal-footer,
  .modal-popup .modal-header {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 19.2px;
    padding-top: 32px; }
    @media print, screen and (min-width: 40em) {
      .modal-popup .modal-header {
        padding-top: 48px; } }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 24px;
    padding-top: 24px; }
    @media print, screen and (min-width: 40em) {
      .modal-popup .modal-footer {
        padding-bottom: 48px;
        padding-top: 48px; } }
  .modal-popup .modal-footer-actions {
    text-align: right; }

@media screen and (max-width: 47.9375em) {
  .modal-popup.modal-slide {
    left: 236px;
    z-index: 900; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; } }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  color: #197e3e;
  cursor: pointer;
  font-size: 2.5em;
  top: 0.625rem;
  right: 0.5rem; }
  [data-whatinput='mouse'] .modal-custom .action-close, [data-whatinput='mouse']
  .modal-popup .action-close, [data-whatinput='mouse']
  .modal-slide .action-close {
    outline: 0; }
  .modal-custom .action-close:hover, .modal-custom .action-close:focus,
  .modal-popup .action-close:hover,
  .modal-popup .action-close:focus,
  .modal-slide .action-close:hover,
  .modal-slide .action-close:focus {
    color: #000; }
  .modal-custom .action-close span,
  .modal-popup .action-close span,
  .modal-slide .action-close span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    content: '×'; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #115329; }

.modal-custom .action-close {
  margin: 10px; }

.modal-popup .modal-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word; }

.modal-popup .action-close {
  padding: 5px; }

.modal-popup.filters .modal-footer button:not(.action-close),
.modal-popup.filters .modal-header button:not(.action-close) {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.92em 1em 0.96em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #197e3e;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  background-color: #303030;
  color: #fff;
  margin-bottom: 0; }
  [data-whatinput='mouse'] .modal-popup.filters .modal-footer button:not(.action-close), [data-whatinput='mouse']
  .modal-popup.filters .modal-header button:not(.action-close) {
    outline: 0; }
  .modal-popup.filters .modal-footer button:not(.action-close):hover, .modal-popup.filters .modal-footer button:not(.action-close):focus,
  .modal-popup.filters .modal-header button:not(.action-close):hover,
  .modal-popup.filters .modal-header button:not(.action-close):focus {
    background-color: #1a5d39;
    color: #fff; }
  .modal-popup.filters .modal-footer button:not(.action-close):active,
  .modal-popup.filters .modal-header button:not(.action-close):active {
    color: rgba(255, 255, 255, 0.8) !important; }
  .modal-popup.filters .modal-footer button:not(.action-close):hover, .modal-popup.filters .modal-footer button:not(.action-close):focus,
  .modal-popup.filters .modal-header button:not(.action-close):hover,
  .modal-popup.filters .modal-header button:not(.action-close):focus {
    background-color: black;
    color: #fff; }

.modal-popup.filters .modal-header {
  padding-bottom: 2.5rem; }
  .modal-popup.filters .modal-header button:not(.action-close) {
    margin-top: 1rem; }

.modal-popup.filters .modal-title {
  border-bottom: 0;
  font-size: 0.875rem;
  color: #000;
  font-weight: 300;
  text-transform: none;
  font-family: inherit;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.modal-popup.filters .modal-sub-title {
  display: block;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  text-transform: none;
  font-family: "brandon-grotesque", sans-serif; }

.modal-popup.filters .modal-footer {
  padding-top: 0; }

.modal-popup.confirm {
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .modal-popup.confirm .modal-inner-wrap {
      width: 37.5%; } }
  .modal-popup.confirm .modal-footer button {
    min-width: 5rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.92em 1em 0.96em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #197e3e;
    color: #fff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 0;
    margin-bottom: 0; }
    [data-whatinput='mouse'] .modal-popup.confirm .modal-footer button {
      outline: 0; }
    .modal-popup.confirm .modal-footer button:hover, .modal-popup.confirm .modal-footer button:focus {
      background-color: #1a5d39;
      color: #fff; }
    .modal-popup.confirm .modal-footer button:active {
      color: rgba(255, 255, 255, 0.8) !important; }
    .modal-popup.confirm .modal-footer button.action-secondary {
      background-color: #303030;
      color: #fff; }
      .modal-popup.confirm .modal-footer button.action-secondary:hover, .modal-popup.confirm .modal-footer button.action-secondary:focus {
        background-color: black;
        color: #fff; }

.modal-slide .action-close {
  padding: 17px 32px; }

.modal-slide .page-main-actions {
  margin-bottom: 13px;
  margin-top: 33px; }

.modals-overlay {
  display: block;
  z-index: 899; }

.modal-course .modal-title {
  padding-bottom: 1rem; }

@media screen and (min-width: 48em) {
  .modal-course .modal-header,
  .modal-course .modal-content {
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
  .modal-course .modal-header {
    padding-bottom: 2rem; }
  .modal-course .modal-title {
    font-size: 3.125rem;
    text-align: center;
    padding-bottom: 1.5rem; } }

.modal-checkout-enter {
  text-align: center; }
  .modal-checkout-enter .action-close {
    display: none; }
  .modal-checkout-enter .modal-content-row {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .modal-checkout-enter .modal-content-row::before, .modal-checkout-enter .modal-content-row::after {
      display: table;
      content: ' '; }
    .modal-checkout-enter .modal-content-row::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .modal-checkout-enter .modal-content-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .modal-checkout-enter .modal-content-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .modal-checkout-enter .modal-content-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .modal-checkout-enter .modal-content-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .modal-checkout-enter .modal-content-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
  .modal-checkout-enter .modal-content {
    padding-bottom: 2rem; }
    .modal-checkout-enter .modal-content .modal-content-column {
      padding-top: 2rem;
      margin-top: 2rem;
      position: relative; }
      .modal-checkout-enter .modal-content .modal-content-column:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 1.0625rem;
        right: 1.0625rem;
        visibility: visible;
        opacity: 1;
        display: block;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        bottom: auto;
        top: 0; }
        @media print, screen and (min-width: 40em) {
          .modal-checkout-enter .modal-content .modal-content-column:before {
            left: 1.25rem; } }
        @media print, screen and (min-width: 40em) {
          .modal-checkout-enter .modal-content .modal-content-column:before {
            right: 1.25rem; } }
        @media print, screen and (min-width: 40em) {
          .modal-checkout-enter .modal-content .modal-content-column:before {
            top: 0; } }
      .modal-checkout-enter .modal-content .modal-content-column:first-child {
        padding-top: 0;
        margin-top: 0; }
        .modal-checkout-enter .modal-content .modal-content-column:first-child:before {
          display: none; }
  .modal-checkout-enter .modal-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1.25rem;
    text-transform: none;
    font-size: 1.5rem;
    font-weight: 700; }
  .modal-checkout-enter p {
    margin-bottom: 1.5rem;
    color: rgba(0, 0, 0, 0.8); }
  .modal-checkout-enter .label {
    text-align: left; }
    .modal-checkout-enter .label:after {
      content: ':'; }
  .modal-checkout-enter .action {
    min-width: 12.5rem;
    margin-bottom: .5rem; }
  @media screen and (min-width: 90.625em) {
    .modal-checkout-enter .block-customer-login {
      max-width: 85%;
      margin-left: auto;
      margin-right: auto; } }
  .modal-checkout-enter .block-customer-login .fieldset {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto; }
    .modal-checkout-enter .block-customer-login .fieldset::before, .modal-checkout-enter .block-customer-login .fieldset::after {
      display: table;
      content: ' '; }
    .modal-checkout-enter .block-customer-login .fieldset::after {
      clear: both; }
    @media screen and (min-width: 48em) {
      .modal-checkout-enter .block-customer-login .fieldset {
        margin-right: -1.0625rem;
        margin-left: -1.0625rem; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .modal-checkout-enter .block-customer-login .fieldset {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .modal-checkout-enter .block-customer-login .fieldset {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .modal-checkout-enter .block-customer-login .fieldset {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 75em) {
    .modal-checkout-enter .block-customer-login .fieldset {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 90.625em) {
    .modal-checkout-enter .block-customer-login .fieldset {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
    .modal-checkout-enter .block-customer-login .fieldset .label {
      color: rgba(0, 0, 0, 0.8); }
    .modal-checkout-enter .block-customer-login .fieldset .field {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .modal-checkout-enter .block-customer-login .fieldset .field {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .modal-checkout-enter .block-customer-login .fieldset .field:last-child:not(:first-child) {
        float: right; }
      @media screen and (min-width: 75em) {
        .modal-checkout-enter .block-customer-login .fieldset .field {
          width: 50%; } }
  .modal-checkout-enter .block-customer-login .actions-toolbar {
    margin-top: 1rem; }
  .modal-checkout-enter .button-group-modal {
    position: relative;
    z-index: 1; }
  @media screen and (min-width: 48em) {
    .modal-checkout-enter .modal-content .modal-content-column {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem;
      width: 50%;
      position: relative;
      padding-top: 0;
      margin-top: 0;
      position: relative; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .modal-checkout-enter .modal-content .modal-content-column {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
      .modal-checkout-enter .modal-content .modal-content-column:last-child:not(:first-child) {
        float: right; }
      .modal-checkout-enter .modal-content .modal-content-column:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 1.0625rem;
        right: 1.0625rem;
        visibility: visible;
        opacity: 1;
        display: block;
        border: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        top: 0;
        left: 0;
        right: auto; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .modal-checkout-enter .modal-content .modal-content-column:before {
        left: 1.25rem; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .modal-checkout-enter .modal-content .modal-content-column:before {
        right: 1.25rem; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .modal-checkout-enter .modal-content .modal-content-column:before {
        left: 0; } }
  @media screen and (min-width: 48em) {
      .modal-checkout-enter .modal-content .modal-content-column:before {
        top: -1rem;
        bottom: -1rem; } }
  @media screen and (min-width: 75em) {
    .modal-checkout-enter .modal-header {
      padding-bottom: 2.25rem; }
    .modal-checkout-enter .modal-content {
      padding-bottom: 3.5rem; }
      .modal-checkout-enter .modal-content .button-group-modal {
        margin-right: 0;
        margin-bottom: 0;
        max-width: 25.9375rem;
        margin-bottom: 1rem;
        font-size: 0;
        margin-right: -9px;
        margin: 0 auto; }
        .modal-checkout-enter .modal-content .button-group-modal::before, .modal-checkout-enter .modal-content .button-group-modal::after {
          display: table;
          content: ' '; }
        .modal-checkout-enter .modal-content .button-group-modal::after {
          clear: both; }
        .modal-checkout-enter .modal-content .button-group-modal .action {
          margin: 0;
          margin-right: 9px;
          margin-bottom: 9px;
          font-size: 1rem; }
          .modal-checkout-enter .modal-content .button-group-modal .action:last-child {
            margin-right: 0; }
        .modal-checkout-enter .modal-content .button-group-modal::before, .modal-checkout-enter .modal-content .button-group-modal::after {
          display: none; }
        .modal-checkout-enter .modal-content .button-group-modal .action:first-child:last-child {
          width: 100%; }
        .modal-checkout-enter .modal-content .button-group-modal .action:first-child:nth-last-child(2), .modal-checkout-enter .modal-content .button-group-modal .action:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .action {
          display: inline-block;
          width: calc(50% - 9px);
          margin-right: 9px; }
          .modal-checkout-enter .modal-content .button-group-modal .action:first-child:nth-last-child(2):last-child, .modal-checkout-enter .modal-content .button-group-modal .action:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .action:last-child {
            margin-right: -9px; }
        .modal-checkout-enter .modal-content .button-group-modal .action:first-child:nth-last-child(1), .modal-checkout-enter .modal-content .button-group-modal .action:first-child:nth-last-child(1):first-child:nth-last-child(1) ~ .action {
          display: inline-block;
          width: calc(100% - 9px);
          margin-right: 9px; }
          .modal-checkout-enter .modal-content .button-group-modal .action:first-child:nth-last-child(1):last-child, .modal-checkout-enter .modal-content .button-group-modal .action:first-child:nth-last-child(1):first-child:nth-last-child(1) ~ .action:last-child {
            margin-right: -9px; }
        .modal-checkout-enter .modal-content .button-group-modal .action {
          min-width: inherit;
          margin-right: .5rem; }
          .modal-checkout-enter .modal-content .button-group-modal .action:last-child {
            margin-right: 0; } }

@media screen and (max-width: 47.9375em) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    left: 236px;
    z-index: 900; }
    .custom-slide._show {
      visibility: visible; }
      .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
    .custom-slide .modal-inner-wrap {
      background-color: #eee;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: auto;
      min-height: 100%; }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; } }

@media screen and (max-width: 47.9375em) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #eee; }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; }
  .modal-popup .modal-title {
    font-size: 24px; } }

@media print, screen and (min-width: 40em) {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #eee;
    text-align: right; } }

.page-header {
  background-color: #fff;
  position: relative;
  z-index: 899; }

.action.nav-toggle {
  display: none; }

.header .header-row .logo img {
  display: inline-block;
  height: auto;
  max-height: 100%;
  width: auto; }
  @media print, screen and (min-width: 64em) {
    .header .header-row .logo img {
      max-width: 240px; } }

.page-header {
  height: 3.4375rem; }
  @media screen and (min-width: 48em) {
    .page-header {
      height: auto; } }

.sticky-header-row {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem; }
  .sticky-header-row::before, .sticky-header-row::after {
    display: table;
    content: ' '; }
  .sticky-header-row::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .sticky-header-row {
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .sticky-header-row {
      padding-right: 1.25rem; } }

.center-header-top-panel {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial;
  width: auto;
  height: 3.4375rem; }
  .center-header-top-panel::before, .center-header-top-panel::after {
    display: table;
    content: ' '; }
  .center-header-top-panel::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .center-header-top-panel {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .center-header-top-panel {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .center-header-top-panel {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .center-header-top-panel {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .center-header-top-panel {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .center-header-top-panel {
      height: 7.75rem; } }
  @media screen and (min-width: 75em) {
    .center-header-top-panel {
      height: 7.75rem; } }
  .center-header-top-panel .top-links-menu,
  .center-header-top-panel .top-logo,
  .center-header-top-panel .top-search {
    line-height: 3.4375rem; }
    @media screen and (min-width: 48em) {
      .center-header-top-panel .top-links-menu,
      .center-header-top-panel .top-logo,
      .center-header-top-panel .top-search {
        line-height: 7.75rem; } }
    @media screen and (min-width: 75em) {
      .center-header-top-panel .top-links-menu,
      .center-header-top-panel .top-logo,
      .center-header-top-panel .top-search {
        line-height: 7.75rem; } }
  .center-header-top-panel .top-links-menu {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 33.33333%;
    text-align: left;
    padding-right: 0rem; }
    @media print, screen and (min-width: 40em) {
      .center-header-top-panel .top-links-menu {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .center-header-top-panel .top-links-menu:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .center-header-top-panel .top-links-menu {
        padding-right: 0rem; } }
    .center-header-top-panel .top-links-menu > .panel {
      display: inline-block;
      vertical-align: bottom;
      margin-bottom: 1.75rem; }
    @media screen and (max-width: 74.9375em) {
      .center-header-top-panel .top-links-menu {
        width: 68.75%; }
        .center-header-top-panel .top-links-menu > .panel {
          margin-bottom: .65rem; } }
  .center-header-top-panel .top-logo {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 33.33333%;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .center-header-top-panel .top-logo {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .center-header-top-panel .top-logo:last-child:not(:first-child) {
      float: right; }
    .center-header-top-panel .top-logo .logo img {
      vertical-align: bottom;
      margin-bottom: 1rem; }
    @media screen and (max-width: 74.9375em) {
      .center-header-top-panel .top-logo {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        line-height: 3.875rem; }
        .center-header-top-panel .top-logo .logo img {
          max-height: 2.58333rem;
          margin-bottom: 0; } }
  .center-header-top-panel .top-search {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 29.16667%;
    text-align: right; }
    @media print, screen and (min-width: 40em) {
      .center-header-top-panel .top-search {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .center-header-top-panel .top-search:last-child:not(:first-child) {
      float: right; }
    .center-header-top-panel .top-search .top-search-align {
      width: 99%;
      display: inline-block;
      line-height: 1;
      vertical-align: bottom;
      margin-bottom: 1.5rem; }
    @media screen and (max-width: 74.9375em) {
      .center-header-top-panel .top-search {
        width: 31.25%; }
        .center-header-top-panel .top-search .top-search-align {
          margin-bottom: .65rem; }
        .center-header-top-panel .top-search .minicart-wrapper {
          position: absolute;
          top: 1.29167rem;
          right: 1.0625rem; } }
    @media screen and (max-width: 74.9375em) and (min-width: 40em) {
      .center-header-top-panel .top-search .minicart-wrapper {
        right: 1.25rem; } }

.nav-sections {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center; }
  .nav-sections .nav-sections-items {
    display: inline-block;
    text-align: left; }

.header .header-row.is-stuck {
  max-width: 100% !important;
  height: auto;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03), 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.03), 0 0 15px rgba(0, 0, 0, 0.15); }
  .header .header-row.is-stuck .center-header-top-panel {
    height: 0; }
    @media screen and (min-width: 90.625em) {
      .header .header-row.is-stuck .center-header-top-panel {
        margin-left: 0;
        margin-right: 0; } }
    .header .header-row.is-stuck .center-header-top-panel .top-links-menu {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    .header .header-row.is-stuck .center-header-top-panel .top-links-menu,
    .header .header-row.is-stuck .center-header-top-panel .top-logo,
    .header .header-row.is-stuck .center-header-top-panel .top-search {
      line-height: auto; }
    .header .header-row.is-stuck .center-header-top-panel .top-logo {
      text-align: left;
      display: none; }
      .header .header-row.is-stuck .center-header-top-panel .top-logo img {
        margin-bottom: 0; }
      @media print, screen and (min-width: 64em) {
        .header .header-row.is-stuck .center-header-top-panel .top-logo {
          display: block;
          position: relative;
          left: auto;
          top: auto;
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          width: 16.66667%; }
          .header .header-row.is-stuck .center-header-top-panel .top-logo .logo img {
            vertical-align: middle; } }
      @media screen and (min-width: 75em) {
        .header .header-row.is-stuck .center-header-top-panel .top-logo {
          width: 25%;
          text-align: left; }
          .header .header-row.is-stuck .center-header-top-panel .top-logo .logo img {
            max-height: auto-0.75rem; } }
    .header .header-row.is-stuck .center-header-top-panel .top-search {
      width: 33.33333%; }
      .header .header-row.is-stuck .center-header-top-panel .top-search .top-search-align {
        vertical-align: middle;
        margin-bottom: 0; }
      @media screen and (max-width: 74.9375em) {
        .header .header-row.is-stuck .center-header-top-panel .top-search .top-search-wrapper {
          position: relative;
          padding-right: 2.625rem; }
        .header .header-row.is-stuck .center-header-top-panel .top-search .minicart-wrapper {
          min-width: inherit;
          padding-left: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          margin: 0; }
          .header .header-row.is-stuck .center-header-top-panel .top-search .minicart-wrapper .action.showcart > .text {
            display: none; } }
      @media print, screen and (min-width: 64em) {
        .header .header-row.is-stuck .center-header-top-panel .top-search {
          width: 25%; } }
  .header .header-row.is-stuck .nav-sections {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 66.66667%;
    border-top: 0;
    border-bottom: 0;
    text-align: left; }
    @media print, screen and (min-width: 40em) {
      .header .header-row.is-stuck .nav-sections {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .header .header-row.is-stuck .nav-sections:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 63.9375em) {
      .header .header-row.is-stuck .nav-sections .navigation .ui-menu > li > a {
        padding-left: .5rem;
        padding-right: .5rem; } }
    @media print, screen and (min-width: 64em) {
      .header .header-row.is-stuck .nav-sections {
        text-align: center;
        width: 58.33333%; } }
    @media screen and (min-width: 75em) {
      .header .header-row.is-stuck .nav-sections {
        width: 50%; } }

.header .sticky-search {
  display: none !important; }

.header .sticky {
  width: 100%;
  position: relative; }

.header .block-search .block-title,
.header .block-search .action.advanced,
.header .block-search .block-content .search .label,
.header .block-search .minisearch .search > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  color: #fff; }

.header .top-search-wrapper {
  margin-bottom: 0;
  text-align: right; }
  @media screen and (min-width: 75em) {
    .header .top-search-wrapper {
      display: table;
      width: 100%; } }
  .header .top-search-wrapper .block-search {
    height: 2.625rem; }
  @media screen and (min-width: 75em) {
    .header .top-search-wrapper .block-search,
    .header .top-search-wrapper .minicart-wrapper {
      margin: 0;
      white-space: nowrap;
      display: table-cell;
      vertical-align: middle; } }

.header .minisearch {
  position: relative; }
  .header .minisearch .control .input-text {
    height: 2.625rem;
    padding-right: 2rem;
    padding-left: 1rem;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
    border-color: #fff;
    background-color: #fff;
    border-bottom-color: #dedede;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .header .minisearch .control .input-text::-webkit-input-placeholder {
      color: #000; }
    .header .minisearch .control .input-text:-moz-placeholder {
      color: #000; }
    .header .minisearch .control .input-text:-ms-input-placeholder {
      color: #000 !important; }
    .header .minisearch .control .input-text:hover, .header .minisearch .control .input-text:active, .header .minisearch .control .input-text:focus, .header .minisearch .control .input-text.focus {
      border-bottom-color: #dedede;
      background-color: white; }
  .header .minisearch .actions {
    position: absolute;
    top: 0;
    right: 0.5rem; }

.search-autocomplete {
  text-align: left;
  margin-top: -1px;
  z-index: 4; }
  .search-autocomplete ul {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    background: #fff; }
    .search-autocomplete ul li {
      padding: 0; }
      .search-autocomplete ul li:after {
        display: none; }
    .search-autocomplete ul:empty {
      display: none; }
    .search-autocomplete ul li {
      padding: .25rem 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .search-autocomplete ul li.selected {
        color: #fff;
        background: #197e3e; }
      .search-autocomplete ul li:last-child {
        border-bottom: 0; }

#search_mini_form label {
  color: #fff; }

#algolia-searchbox label,
#algolia-searchbox .clear-cross,
#algolia-searchbox .ais-root .searchbox .sbx-sffv__reset,
.ais-root .searchbox #algolia-searchbox .sbx-sffv__reset {
  display: none; }

#algolia-searchbox #algolia-glass,
#algolia-searchbox .ais-search-box--magnifier-wrapper {
  position: absolute;
  top: 0;
  right: auto;
  width: 1.5rem;
  height: 2.625rem;
  right: 0.25rem;
  padding: 0.3125rem;
  background-position: 50%; }
  #algolia-searchbox #algolia-glass:hover, #algolia-searchbox #algolia-glass:focus,
  #algolia-searchbox .ais-search-box--magnifier-wrapper:hover,
  #algolia-searchbox .ais-search-box--magnifier-wrapper:focus {
    background-color: transparent; }
  #algolia-searchbox #algolia-glass svg,
  #algolia-searchbox .ais-search-box--magnifier-wrapper svg {
    display: none; }

#algolia-searchbox .ais-search-box--magnifier-wrapper {
  top: -1px; }

#algolia-searchbox .algolia-search-input {
  height: 2.625rem;
  padding-right: 2rem;
  padding-left: 1rem;
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
  border-color: #fff;
  border-bottom-color: #dedede;
  background-color: #fff;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }
  #algolia-searchbox .algolia-search-input::-webkit-input-placeholder {
    color: #000; }
  #algolia-searchbox .algolia-search-input:-moz-placeholder {
    color: #000; }
  #algolia-searchbox .algolia-search-input:-ms-input-placeholder {
    color: #000 !important; }
  #algolia-searchbox .algolia-search-input:hover, #algolia-searchbox .algolia-search-input:active, #algolia-searchbox .algolia-search-input:focus, #algolia-searchbox .algolia-search-input:focus:not([value=""]), #algolia-searchbox .algolia-search-input.focus {
    border-color: #fff;
    border-bottom-color: #dedede;
    background-color: white !important; }

#algolia-searchbox span.clear-query-autocomplete,
#algolia-searchbox .ais-search-box--reset-wrapper {
  height: 100%;
  top: 0;
  right: 0;
  width: 3rem;
  background-size: 1rem auto;
  z-index: 1; }
  #algolia-searchbox span.clear-query-autocomplete svg,
  #algolia-searchbox .ais-search-box--reset-wrapper svg {
    display: none; }

#algolia-searchbox .ais-search-box--reset-wrapper {
  display: none;
  position: absolute;
  width: 3rem;
  height: 100%;
  top: -1px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' opacity='0.6' stroke='#ffffff'><path d='M.566 1.698L0 1.13 1.132 0l.565.566L6 4.868 10.302.566 10.868 0 12 1.132l-.566.565L7.132 6l4.302 4.3.566.568L10.868 12l-.565-.566L6 7.132l-4.3 4.302L1.13 12 0 10.868l.566-.565L4.868 6 .566 1.698z'></path></svg>") no-repeat center center/1rem auto; }

.header .minicart-wrapper {
  border: 0;
  display: inline-block;
  line-height: 1;
  position: relative;
  background: none; }
  .header .minicart-wrapper .mage-dropdown-dialog {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0.625rem;
    width: 25rem;
    padding: 1.0625rem;
    z-index: 20;
    background-color: white;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); }
    @media print, screen and (min-width: 40em) {
      .header .minicart-wrapper .mage-dropdown-dialog {
        padding: 1.25rem; } }
    .header .minicart-wrapper .mage-dropdown-dialog .block-title,
    .header .minicart-wrapper .mage-dropdown-dialog .subtitle:not(.empty) {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    .header .minicart-wrapper .mage-dropdown-dialog .subtitle.empty {
      font-size: 1rem;
      color: #197e3e;
      font-weight: 300; }
    .header .minicart-wrapper .mage-dropdown-dialog .action.close {
      display: inline-block;
      position: absolute;
      right: 0.625rem;
      top: 0.4375rem;
      font-size: 1rem;
      color: #303030; }
      .header .minicart-wrapper .mage-dropdown-dialog .action.close span {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }

.header .block-minicart .subtotal {
  text-align: left;
  padding-top: 1rem;
  margin-bottom: 1rem; }
  .header .block-minicart .subtotal .label {
    padding: 0;
    vertical-align: middle;
    color: #000;
    font-size: inherit;
    line-height: inherit;
    white-space: normal;
    background: none; }
    .header .block-minicart .subtotal .label span:after {
      content: ':'; }
  .header .block-minicart .subtotal .amount.price-container {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700; }

.header .block-minicart button.checkout {
  margin-bottom: 0;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  font-size: 1.25rem; }

.content.minicart-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 1rem;
  z-index: 1; }
  .content.minicart-items .minicart-items-wrapper {
    width: 23.75rem;
    text-align: left;
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    position: relative;
    background-color: #fff; }
    .content.minicart-items .minicart-items-wrapper:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1rem 1rem 1rem;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      bottom: 100%;
      left: 4rem; }
  .content.minicart-items .minicart-items {
    margin: 0; }
    .content.minicart-items .minicart-items li {
      padding: 0; }
      .content.minicart-items .minicart-items li:after {
        display: none; }
    .content.minicart-items .minicart-items .product-item {
      padding: .5rem 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .content.minicart-items .minicart-items .product-item:first-child {
        padding-top: 0; }
      .content.minicart-items .minicart-items .product-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
    .content.minicart-items .minicart-items .product-item-details {
      line-height: 1.1;
      font-size: 0; }
      .content.minicart-items .minicart-items .product-item-details::before, .content.minicart-items .minicart-items .product-item-details::after {
        display: table;
        content: ' '; }
      .content.minicart-items .minicart-items .product-item-details::after {
        clear: both; }
    .content.minicart-items .minicart-items .col {
      display: inline-block;
      vertical-align: middle;
      font-size: 0.8125rem; }
    .content.minicart-items .minicart-items .product-image {
      width: 15%;
      text-align: center; }
    .content.minicart-items .minicart-items .product-title {
      width: 55%;
      padding: 0 1rem;
      font-family: "brandon-grotesque", sans-serif; }
      .content.minicart-items .minicart-items .product-title .product-item-name {
        font-weight: 500; }
      .content.minicart-items .minicart-items .product-title .item-options {
        font-size: 90%; }
      .content.minicart-items .minicart-items .product-title .label {
        padding: 0;
        vertical-align: middle;
        color: #000;
        font-size: inherit;
        line-height: inherit;
        white-space: normal;
        background: none;
        margin-right: 2px; }
    .content.minicart-items .minicart-items .product-qty {
      width: 10%;
      text-align: center;
      padding: 0 .25rem;
      color: rgba(0, 0, 0, 0.5); }
    .content.minicart-items .minicart-items .product-subtotal {
      width: 20%;
      padding: 0 .25rem;
      font-weight: 500;
      font-family: "brandon-grotesque", sans-serif; }

.header .nav-sections {
  height: auto; }

.header .navigation {
  height: auto; }
  .header .navigation .submenu {
    display: none; }
  .header .navigation a {
    text-decoration: none; }
  .header .navigation ul,
  .header .navigation .ui-menu {
    margin: 0 0 0 -0.5rem;
    list-style-type: none;
    margin: 0; }
    .header .navigation ul > li,
    .header .navigation .ui-menu > li {
      display: table-cell;
      vertical-align: middle; }
      [data-whatinput='mouse'] .header .navigation ul > li, [data-whatinput='mouse']
      .header .navigation .ui-menu > li {
        outline: 0; }
    .header .navigation ul > li > a,
    .header .navigation .ui-menu > li > a {
      display: block;
      padding: 0.7rem 1rem;
      line-height: 1; }
    .header .navigation ul input,
    .header .navigation ul select,
    .header .navigation ul a,
    .header .navigation ul button,
    .header .navigation .ui-menu input,
    .header .navigation .ui-menu select,
    .header .navigation .ui-menu a,
    .header .navigation .ui-menu button {
      margin-bottom: 0; }
    .header .navigation ul > li > a img,
    .header .navigation ul > li > a i,
    .header .navigation ul > li > a svg,
    .header .navigation .ui-menu > li > a img,
    .header .navigation .ui-menu > li > a i,
    .header .navigation .ui-menu > li > a svg {
      vertical-align: middle; }
      .header .navigation ul > li > a img + span,
      .header .navigation ul > li > a i + span,
      .header .navigation ul > li > a svg + span,
      .header .navigation .ui-menu > li > a img + span,
      .header .navigation .ui-menu > li > a i + span,
      .header .navigation .ui-menu > li > a svg + span {
        vertical-align: middle; }
    .header .navigation ul > li > a img,
    .header .navigation ul > li > a i,
    .header .navigation ul > li > a svg,
    .header .navigation .ui-menu > li > a img,
    .header .navigation .ui-menu > li > a i,
    .header .navigation .ui-menu > li > a svg {
      margin-right: 0.25rem;
      display: inline-block; }
    .header .navigation ul > li,
    .header .navigation .ui-menu > li {
      display: table-cell; }
    .header .navigation ul li,
    .header .navigation .ui-menu li {
      padding: 0; }
      .header .navigation ul li:after,
      .header .navigation .ui-menu li:after {
        display: none; }
    @media screen and (min-width: 75em) {
      .header .navigation ul,
      .header .navigation .ui-menu {
        margin-top: 0; } }
    .header .navigation ul > li,
    .header .navigation ul > .ui-menu-item,
    .header .navigation .ui-menu > li,
    .header .navigation .ui-menu > .ui-menu-item {
      position: relative; }
      .header .navigation ul > li > a,
      .header .navigation ul > .ui-menu-item > a,
      .header .navigation .ui-menu > li > a,
      .header .navigation .ui-menu > .ui-menu-item > a {
        color: #000;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        letter-spacing: normal;
        font-weight: normal; }
        @media print, screen and (min-width: 40em) {
          .header .navigation ul > li > a,
          .header .navigation ul > .ui-menu-item > a,
          .header .navigation .ui-menu > li > a,
          .header .navigation .ui-menu > .ui-menu-item > a {
            font-size: 0.875rem; } }
        @media print, screen and (min-width: 64em) {
          .header .navigation ul > li > a,
          .header .navigation ul > .ui-menu-item > a,
          .header .navigation .ui-menu > li > a,
          .header .navigation .ui-menu > .ui-menu-item > a {
            font-size: 0.875rem; } }
        @media screen and (min-width: 75em) {
          .header .navigation ul > li > a,
          .header .navigation ul > .ui-menu-item > a,
          .header .navigation .ui-menu > li > a,
          .header .navigation .ui-menu > .ui-menu-item > a {
            font-size: 0.875rem; } }
        @media print, screen and (min-width: 40em) {
          .header .navigation ul > li > a,
          .header .navigation ul > .ui-menu-item > a,
          .header .navigation .ui-menu > li > a,
          .header .navigation .ui-menu > .ui-menu-item > a {
            padding-left: 0.75rem;
            padding-right: 0.75rem; } }
        @media print, screen and (min-width: 64em) {
          .header .navigation ul > li > a,
          .header .navigation ul > .ui-menu-item > a,
          .header .navigation .ui-menu > li > a,
          .header .navigation .ui-menu > .ui-menu-item > a {
            padding-left: 0.75rem;
            padding-right: 0.75rem; } }
        @media screen and (min-width: 75em) {
          .header .navigation ul > li > a,
          .header .navigation ul > .ui-menu-item > a,
          .header .navigation .ui-menu > li > a,
          .header .navigation .ui-menu > .ui-menu-item > a {
            padding-left: 0.75rem;
            padding-right: 0.75rem; } }
        @media print, screen and (min-width: 40em) {
          .header .navigation ul > li > a,
          .header .navigation ul > .ui-menu-item > a,
          .header .navigation .ui-menu > li > a,
          .header .navigation .ui-menu > .ui-menu-item > a {
            padding-top: 1.5rem;
            padding-bottom: 1.4375rem; } }
        @media print, screen and (min-width: 64em) {
          .header .navigation ul > li > a,
          .header .navigation ul > .ui-menu-item > a,
          .header .navigation .ui-menu > li > a,
          .header .navigation .ui-menu > .ui-menu-item > a {
            padding-top: 1.4375rem;
            padding-bottom: 1.375rem; } }
        @media screen and (min-width: 75em) {
          .header .navigation ul > li > a,
          .header .navigation ul > .ui-menu-item > a,
          .header .navigation .ui-menu > li > a,
          .header .navigation .ui-menu > .ui-menu-item > a {
            padding-top: 1.3125rem;
            padding-bottom: 1.3125rem; } }
      .header .navigation ul > li.parent.has-submenu-wrapper > .submenu,
      .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu,
      .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu,
      .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        min-width: 520px; }
        .header .navigation ul > li.parent.has-submenu-wrapper > .submenu li.category-all,
        .header .navigation ul > li.parent.has-submenu-wrapper > .submenu .ui-menu-item.category-all,
        .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu li.category-all,
        .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu .ui-menu-item.category-all,
        .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu li.category-all,
        .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu .ui-menu-item.category-all,
        .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu li.category-all,
        .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu .ui-menu-item.category-all {
          display: block;
          margin-bottom: 0.5rem; }
          .header .navigation ul > li.parent.has-submenu-wrapper > .submenu li.category-all a,
          .header .navigation ul > li.parent.has-submenu-wrapper > .submenu .ui-menu-item.category-all a,
          .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu li.category-all a,
          .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu .ui-menu-item.category-all a,
          .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu li.category-all a,
          .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu .ui-menu-item.category-all a,
          .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu li.category-all a,
          .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu .ui-menu-item.category-all a {
            font-size: 0.9375rem;
            font-weight: 500;
            font-family: "brandon-grotesque", sans-serif;
            color: #000;
            padding: 0.875rem 2.1875rem 0.875rem 0;
            border-bottom: 1px dashed #ccc;
            text-transform: uppercase; }
        .header .navigation ul > li.parent.has-submenu-wrapper > .submenu li a,
        .header .navigation ul > li.parent.has-submenu-wrapper > .submenu .ui-menu-item a,
        .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu li a,
        .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu .ui-menu-item a,
        .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu li a,
        .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu .ui-menu-item a,
        .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu li a,
        .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu .ui-menu-item a {
          font-family: inherit;
          font-size: inherit;
          font-weight: inherit;
          text-transform: uppercase; }
          .header .navigation ul > li.parent.has-submenu-wrapper > .submenu li a:after,
          .header .navigation ul > li.parent.has-submenu-wrapper > .submenu .ui-menu-item a:after,
          .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu li a:after,
          .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu .ui-menu-item a:after,
          .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu li a:after,
          .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu .ui-menu-item a:after,
          .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu li a:after,
          .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu .ui-menu-item a:after {
            opacity: 1; }
        @media print, screen and (min-width: 64em) {
          .header .navigation ul > li.parent.has-submenu-wrapper > .submenu,
          .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu,
          .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu,
          .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu {
            min-width: 520px; } }
        @media screen and (min-width: 75em) {
          .header .navigation ul > li.parent.has-submenu-wrapper > .submenu,
          .header .navigation ul > .ui-menu-item.parent.has-submenu-wrapper > .submenu,
          .header .navigation .ui-menu > li.parent.has-submenu-wrapper > .submenu,
          .header .navigation .ui-menu > .ui-menu-item.parent.has-submenu-wrapper > .submenu {
            min-width: 630px; } }
      .header .navigation ul > li.parent .submenu-wrapper,
      .header .navigation ul > .ui-menu-item.parent .submenu-wrapper,
      .header .navigation .ui-menu > li.parent .submenu-wrapper,
      .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper {
        overflow: hidden;
        min-width: 520px;
        position: relative;
        background: #fff;
        -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
                box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1); }
        @media print, screen and (min-width: 64em) {
          .header .navigation ul > li.parent .submenu-wrapper,
          .header .navigation ul > .ui-menu-item.parent .submenu-wrapper,
          .header .navigation .ui-menu > li.parent .submenu-wrapper,
          .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper {
            min-width: 520px; } }
        @media screen and (min-width: 75em) {
          .header .navigation ul > li.parent .submenu-wrapper,
          .header .navigation ul > .ui-menu-item.parent .submenu-wrapper,
          .header .navigation .ui-menu > li.parent .submenu-wrapper,
          .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper {
            min-width: 630px; } }
        .header .navigation ul > li.parent .submenu-wrapper:before,
        .header .navigation ul > .ui-menu-item.parent .submenu-wrapper:before,
        .header .navigation .ui-menu > li.parent .submenu-wrapper:before,
        .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper:before {
          width: 50%;
          display: block;
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          background: #f7f7f7;
          z-index: 0; }
        .header .navigation ul > li.parent .submenu-wrapper .left-categories,
        .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .left-categories,
        .header .navigation .ui-menu > li.parent .submenu-wrapper .left-categories,
        .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .left-categories {
          float: left;
          width: 50%;
          padding: 1.875rem 2.8125rem 1.25rem 2.8125rem; }
        .header .navigation ul > li.parent .submenu-wrapper .right-categories,
        .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories,
        .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories,
        .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories {
          float: left;
          width: 50%;
          padding: 2.5rem 2.8125rem 1.875rem 2.8125rem;
          position: relative;
          border-right: 1px solid rgba(0, 0, 0, 0.02);
          background: #f7f7f7;
          z-index: 1; }
          .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-item,
          .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item,
          .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-item,
          .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item {
            text-align: left;
            margin-bottom: 1.5rem; }
            .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-item:nth-child(2n+1),
            .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item:nth-child(2n+1),
            .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-item:nth-child(2n+1),
            .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item:nth-child(2n+1) {
              clear: right; }
            .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-item a,
            .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item a,
            .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-item a,
            .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item a {
              display: block;
              text-decoration: none; }
            .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-item .category-menu-image,
            .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item .category-menu-image,
            .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-item .category-menu-image,
            .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item .category-menu-image {
              display: none; }
            .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-item .category-menu-title,
            .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item .category-menu-title,
            .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-item .category-menu-title,
            .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item .category-menu-title {
              display: block;
              line-height: 1.2;
              font-weight: 500;
              font-size: 0.9375rem;
              font-family: "brandon-grotesque", sans-serif;
              color: #000;
              margin-bottom: 0.1875rem;
              text-transform: uppercase; }
            .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-item .category-see-all,
            .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item .category-see-all,
            .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-item .category-see-all,
            .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item .category-see-all {
              font-size: 0.8125rem;
              font-family: inherit;
              color: #197e3e;
              text-decoration: underline;
              text-transform: none; }
              .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-item .category-see-all:hover,
              .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item .category-see-all:hover,
              .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-item .category-see-all:hover,
              .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-item .category-see-all:hover {
                text-decoration: none; }
          .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-static-block,
          .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block,
          .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-static-block,
          .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block {
            font-size: 1.0625rem;
            font-weight: 500;
            font-family: "brandon-grotesque", sans-serif;
            color: #000;
            border-top: 1px dashed #ccc;
            padding-top: 1rem;
            text-align: center; }
            .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-static-block .convert-block,
            .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block .convert-block,
            .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-static-block .convert-block,
            .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block .convert-block {
              margin-bottom: 0; }
              .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-static-block .convert-block p,
              .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block .convert-block p,
              .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-static-block .convert-block p,
              .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block .convert-block p {
                font-size: 1.0625rem;
                text-align: center; }
            .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-static-block a,
            .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block a,
            .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-static-block a,
            .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block a {
              display: inline-block;
              color: #197e3e;
              font-weight: normal;
              position: relative;
              font-size: 0.875rem;
              font-family: "proxima-nova", Helvetica, Arial, sans-serif;
              text-decoration: underline;
              margin-left: 1rem; }
              .header .navigation ul > li.parent .submenu-wrapper .right-categories .category-static-block a:after,
              .header .navigation ul > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block a:after,
              .header .navigation .ui-menu > li.parent .submenu-wrapper .right-categories .category-static-block a:after,
              .header .navigation .ui-menu > .ui-menu-item.parent .submenu-wrapper .right-categories .category-static-block a:after {
                display: inline-block;
                content: '';
                width: 6px;
                height: 10px;
                margin-left: 5px;
                background: url("../images/icon-arrow-static-link.svg") 0 0 no-repeat;
                background-size: 100% auto; }
      .header .navigation ul > li.menu-type-subcategories > .submenu,
      .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu,
      .header .navigation .ui-menu > li.menu-type-subcategories > .submenu,
      .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu {
        width: 34.375rem;
        padding: 2.25rem 1.25rem 2.25rem 1.25rem;
        margin: 0; }
        .header .navigation ul > li.menu-type-subcategories > .submenu::before, .header .navigation ul > li.menu-type-subcategories > .submenu::after,
        .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu::before,
        .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu::after,
        .header .navigation .ui-menu > li.menu-type-subcategories > .submenu::before,
        .header .navigation .ui-menu > li.menu-type-subcategories > .submenu::after,
        .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu::before,
        .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu::after {
          display: table;
          content: ' '; }
        .header .navigation ul > li.menu-type-subcategories > .submenu::after,
        .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu::after,
        .header .navigation .ui-menu > li.menu-type-subcategories > .submenu::after,
        .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu::after {
          clear: both; }
        @media screen and (min-width: 75em) {
          .header .navigation ul > li.menu-type-subcategories > .submenu,
          .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu,
          .header .navigation .ui-menu > li.menu-type-subcategories > .submenu,
          .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu {
            width: 42.5rem; } }
        .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
        .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
        .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
        .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item {
          float: left;
          width: 100%; }
          .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item.parent + .parent,
          .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item.parent + .parent,
          .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item.parent + .parent,
          .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item.parent + .parent {
            margin-top: 0; }
          .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item.parent > a,
          .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item.parent > a,
          .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item.parent > a,
          .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item.parent > a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
          @media screen and (min-width: 48em) {
            .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
            .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
            .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
            .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item {
              width: 33.33333%;
              padding-left: .5rem;
              padding-right: .5rem; } }
          @media screen and (min-width: 75em) {
            .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
            .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
            .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
            .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item {
              padding-left: 1rem;
              padding-right: 1rem; } }
          .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu,
          .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu,
          .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu,
          .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu {
            min-width: inherit; }
            .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a,
            .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a,
            .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a,
            .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a {
              text-transform: none;
              padding: .3rem 0 .3rem .75rem;
              font-weight: 400; }
              .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a:after,
              .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a:after,
              .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a:after,
              .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a:after {
                right: auto;
                left: 0; }
          .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item a,
          .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item a,
          .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item a,
          .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item a {
            white-space: normal; }
          .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
          .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
          .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
          .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a {
            font-size: 1rem;
            padding-bottom: .6rem;
            margin-bottom: .85rem;
            padding-right: 0; }
            @media screen and (min-width: 75em) {
              .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
              .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
              .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
              .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a {
                font-size: 1.125rem; } }
            .header .navigation ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a:after,
            .header .navigation ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a:after,
            .header .navigation .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a:after,
            .header .navigation .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a:after {
              display: none; }
      .header .navigation ul > li > ul,
      .header .navigation ul > li > .submenu,
      .header .navigation ul > .ui-menu-item > ul,
      .header .navigation ul > .ui-menu-item > .submenu,
      .header .navigation .ui-menu > li > ul,
      .header .navigation .ui-menu > li > .submenu,
      .header .navigation .ui-menu > .ui-menu-item > ul,
      .header .navigation .ui-menu > .ui-menu-item > .submenu {
        min-width: 18.75rem;
        top: 100%;
        right: 0; }
        .header .navigation ul > li > ul .ui-menu,
        .header .navigation ul > li > .submenu .ui-menu,
        .header .navigation ul > .ui-menu-item > ul .ui-menu,
        .header .navigation ul > .ui-menu-item > .submenu .ui-menu,
        .header .navigation .ui-menu > li > ul .ui-menu,
        .header .navigation .ui-menu > li > .submenu .ui-menu,
        .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu,
        .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu {
          min-width: inherit; }
        @media screen and (min-width: 75em) {
          .header .navigation ul > li > ul,
          .header .navigation ul > li > .submenu,
          .header .navigation ul > .ui-menu-item > ul,
          .header .navigation ul > .ui-menu-item > .submenu,
          .header .navigation .ui-menu > li > ul,
          .header .navigation .ui-menu > li > .submenu,
          .header .navigation .ui-menu > .ui-menu-item > ul,
          .header .navigation .ui-menu > .ui-menu-item > .submenu {
            right: auto;
            top: auto; } }
      .header .navigation ul > li > ul,
      .header .navigation ul > li > .submenu,
      .header .navigation ul > .ui-menu-item > ul,
      .header .navigation ul > .ui-menu-item > .submenu,
      .header .navigation .ui-menu > li > ul,
      .header .navigation .ui-menu > li > .submenu,
      .header .navigation .ui-menu > .ui-menu-item > ul,
      .header .navigation .ui-menu > .ui-menu-item > .submenu {
        margin: 0 0 0 -0.5rem;
        list-style-type: none;
        margin-left: 0;
        position: absolute !important;
        padding: 1.875rem 2.375rem 1.875rem 2.1875rem;
        background: #fff;
        -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
                box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
        z-index: 10; }
        .header .navigation ul > li > ul > li,
        .header .navigation ul > li > .submenu > li,
        .header .navigation ul > .ui-menu-item > ul > li,
        .header .navigation ul > .ui-menu-item > .submenu > li,
        .header .navigation .ui-menu > li > ul > li,
        .header .navigation .ui-menu > li > .submenu > li,
        .header .navigation .ui-menu > .ui-menu-item > ul > li,
        .header .navigation .ui-menu > .ui-menu-item > .submenu > li {
          display: table-cell;
          vertical-align: middle; }
          [data-whatinput='mouse'] .header .navigation ul > li > ul > li, [data-whatinput='mouse']
          .header .navigation ul > li > .submenu > li, [data-whatinput='mouse']
          .header .navigation ul > .ui-menu-item > ul > li, [data-whatinput='mouse']
          .header .navigation ul > .ui-menu-item > .submenu > li, [data-whatinput='mouse']
          .header .navigation .ui-menu > li > ul > li, [data-whatinput='mouse']
          .header .navigation .ui-menu > li > .submenu > li, [data-whatinput='mouse']
          .header .navigation .ui-menu > .ui-menu-item > ul > li, [data-whatinput='mouse']
          .header .navigation .ui-menu > .ui-menu-item > .submenu > li {
            outline: 0; }
        .header .navigation ul > li > ul > li > a,
        .header .navigation ul > li > .submenu > li > a,
        .header .navigation ul > .ui-menu-item > ul > li > a,
        .header .navigation ul > .ui-menu-item > .submenu > li > a,
        .header .navigation .ui-menu > li > ul > li > a,
        .header .navigation .ui-menu > li > .submenu > li > a,
        .header .navigation .ui-menu > .ui-menu-item > ul > li > a,
        .header .navigation .ui-menu > .ui-menu-item > .submenu > li > a {
          display: block;
          padding: 0.7rem 1rem;
          line-height: 1; }
        .header .navigation ul > li > ul input,
        .header .navigation ul > li > ul select,
        .header .navigation ul > li > ul a,
        .header .navigation ul > li > ul button,
        .header .navigation ul > li > .submenu input,
        .header .navigation ul > li > .submenu select,
        .header .navigation ul > li > .submenu a,
        .header .navigation ul > li > .submenu button,
        .header .navigation ul > .ui-menu-item > ul input,
        .header .navigation ul > .ui-menu-item > ul select,
        .header .navigation ul > .ui-menu-item > ul a,
        .header .navigation ul > .ui-menu-item > ul button,
        .header .navigation ul > .ui-menu-item > .submenu input,
        .header .navigation ul > .ui-menu-item > .submenu select,
        .header .navigation ul > .ui-menu-item > .submenu a,
        .header .navigation ul > .ui-menu-item > .submenu button,
        .header .navigation .ui-menu > li > ul input,
        .header .navigation .ui-menu > li > ul select,
        .header .navigation .ui-menu > li > ul a,
        .header .navigation .ui-menu > li > ul button,
        .header .navigation .ui-menu > li > .submenu input,
        .header .navigation .ui-menu > li > .submenu select,
        .header .navigation .ui-menu > li > .submenu a,
        .header .navigation .ui-menu > li > .submenu button,
        .header .navigation .ui-menu > .ui-menu-item > ul input,
        .header .navigation .ui-menu > .ui-menu-item > ul select,
        .header .navigation .ui-menu > .ui-menu-item > ul a,
        .header .navigation .ui-menu > .ui-menu-item > ul button,
        .header .navigation .ui-menu > .ui-menu-item > .submenu input,
        .header .navigation .ui-menu > .ui-menu-item > .submenu select,
        .header .navigation .ui-menu > .ui-menu-item > .submenu a,
        .header .navigation .ui-menu > .ui-menu-item > .submenu button {
          margin-bottom: 0; }
        .header .navigation ul > li > ul ul,
        .header .navigation ul > li > ul .submenu,
        .header .navigation ul > li > .submenu ul,
        .header .navigation ul > li > .submenu .submenu,
        .header .navigation ul > .ui-menu-item > ul ul,
        .header .navigation ul > .ui-menu-item > ul .submenu,
        .header .navigation ul > .ui-menu-item > .submenu ul,
        .header .navigation ul > .ui-menu-item > .submenu .submenu,
        .header .navigation .ui-menu > li > ul ul,
        .header .navigation .ui-menu > li > ul .submenu,
        .header .navigation .ui-menu > li > .submenu ul,
        .header .navigation .ui-menu > li > .submenu .submenu,
        .header .navigation .ui-menu > .ui-menu-item > ul ul,
        .header .navigation .ui-menu > .ui-menu-item > ul .submenu,
        .header .navigation .ui-menu > .ui-menu-item > .submenu ul,
        .header .navigation .ui-menu > .ui-menu-item > .submenu .submenu {
          display: block !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          position: relative !important;
          left: auto !important;
          top: auto  !important;
          margin: 0 !important;
          padding: 0; }
        .header .navigation ul > li > ul li,
        .header .navigation ul > li > ul .ui-menu-item,
        .header .navigation ul > li > .submenu li,
        .header .navigation ul > li > .submenu .ui-menu-item,
        .header .navigation ul > .ui-menu-item > ul li,
        .header .navigation ul > .ui-menu-item > ul .ui-menu-item,
        .header .navigation ul > .ui-menu-item > .submenu li,
        .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item,
        .header .navigation .ui-menu > li > ul li,
        .header .navigation .ui-menu > li > ul .ui-menu-item,
        .header .navigation .ui-menu > li > .submenu li,
        .header .navigation .ui-menu > li > .submenu .ui-menu-item,
        .header .navigation .ui-menu > .ui-menu-item > ul li,
        .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item,
        .header .navigation .ui-menu > .ui-menu-item > .submenu li,
        .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item {
          display: block; }
          .header .navigation ul > li > ul li.parent,
          .header .navigation ul > li > ul .ui-menu-item.parent,
          .header .navigation ul > li > .submenu li.parent,
          .header .navigation ul > li > .submenu .ui-menu-item.parent,
          .header .navigation ul > .ui-menu-item > ul li.parent,
          .header .navigation ul > .ui-menu-item > ul .ui-menu-item.parent,
          .header .navigation ul > .ui-menu-item > .submenu li.parent,
          .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item.parent,
          .header .navigation .ui-menu > li > ul li.parent,
          .header .navigation .ui-menu > li > ul .ui-menu-item.parent,
          .header .navigation .ui-menu > li > .submenu li.parent,
          .header .navigation .ui-menu > li > .submenu .ui-menu-item.parent,
          .header .navigation .ui-menu > .ui-menu-item > ul li.parent,
          .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item.parent,
          .header .navigation .ui-menu > .ui-menu-item > .submenu li.parent,
          .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item.parent {
            margin-bottom: 1rem; }
            .header .navigation ul > li > ul li.parent > a,
            .header .navigation ul > li > ul .ui-menu-item.parent > a,
            .header .navigation ul > li > .submenu li.parent > a,
            .header .navigation ul > li > .submenu .ui-menu-item.parent > a,
            .header .navigation ul > .ui-menu-item > ul li.parent > a,
            .header .navigation ul > .ui-menu-item > ul .ui-menu-item.parent > a,
            .header .navigation ul > .ui-menu-item > .submenu li.parent > a,
            .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item.parent > a,
            .header .navigation .ui-menu > li > ul li.parent > a,
            .header .navigation .ui-menu > li > ul .ui-menu-item.parent > a,
            .header .navigation .ui-menu > li > .submenu li.parent > a,
            .header .navigation .ui-menu > li > .submenu .ui-menu-item.parent > a,
            .header .navigation .ui-menu > .ui-menu-item > ul li.parent > a,
            .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item.parent > a,
            .header .navigation .ui-menu > .ui-menu-item > .submenu li.parent > a,
            .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item.parent > a {
              position: relative; }
            .header .navigation ul > li > ul li.parent .ui-menu-item.parent > a,
            .header .navigation ul > li > ul .ui-menu-item.parent .ui-menu-item.parent > a,
            .header .navigation ul > li > .submenu li.parent .ui-menu-item.parent > a,
            .header .navigation ul > li > .submenu .ui-menu-item.parent .ui-menu-item.parent > a,
            .header .navigation ul > .ui-menu-item > ul li.parent .ui-menu-item.parent > a,
            .header .navigation ul > .ui-menu-item > ul .ui-menu-item.parent .ui-menu-item.parent > a,
            .header .navigation ul > .ui-menu-item > .submenu li.parent .ui-menu-item.parent > a,
            .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item.parent .ui-menu-item.parent > a,
            .header .navigation .ui-menu > li > ul li.parent .ui-menu-item.parent > a,
            .header .navigation .ui-menu > li > ul .ui-menu-item.parent .ui-menu-item.parent > a,
            .header .navigation .ui-menu > li > .submenu li.parent .ui-menu-item.parent > a,
            .header .navigation .ui-menu > li > .submenu .ui-menu-item.parent .ui-menu-item.parent > a,
            .header .navigation .ui-menu > .ui-menu-item > ul li.parent .ui-menu-item.parent > a,
            .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item.parent .ui-menu-item.parent > a,
            .header .navigation .ui-menu > .ui-menu-item > .submenu li.parent .ui-menu-item.parent > a,
            .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item.parent .ui-menu-item.parent > a {
              border-bottom: 0; }
            .header .navigation ul > li > ul li.parent .ui-menu-item.parent + .parent,
            .header .navigation ul > li > ul .ui-menu-item.parent .ui-menu-item.parent + .parent,
            .header .navigation ul > li > .submenu li.parent .ui-menu-item.parent + .parent,
            .header .navigation ul > li > .submenu .ui-menu-item.parent .ui-menu-item.parent + .parent,
            .header .navigation ul > .ui-menu-item > ul li.parent .ui-menu-item.parent + .parent,
            .header .navigation ul > .ui-menu-item > ul .ui-menu-item.parent .ui-menu-item.parent + .parent,
            .header .navigation ul > .ui-menu-item > .submenu li.parent .ui-menu-item.parent + .parent,
            .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item.parent .ui-menu-item.parent + .parent,
            .header .navigation .ui-menu > li > ul li.parent .ui-menu-item.parent + .parent,
            .header .navigation .ui-menu > li > ul .ui-menu-item.parent .ui-menu-item.parent + .parent,
            .header .navigation .ui-menu > li > .submenu li.parent .ui-menu-item.parent + .parent,
            .header .navigation .ui-menu > li > .submenu .ui-menu-item.parent .ui-menu-item.parent + .parent,
            .header .navigation .ui-menu > .ui-menu-item > ul li.parent .ui-menu-item.parent + .parent,
            .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item.parent .ui-menu-item.parent + .parent,
            .header .navigation .ui-menu > .ui-menu-item > .submenu li.parent .ui-menu-item.parent + .parent,
            .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item.parent .ui-menu-item.parent + .parent {
              margin-top: 0; }
          .header .navigation ul > li > ul li > a,
          .header .navigation ul > li > ul .ui-menu-item > a,
          .header .navigation ul > li > .submenu li > a,
          .header .navigation ul > li > .submenu .ui-menu-item > a,
          .header .navigation ul > .ui-menu-item > ul li > a,
          .header .navigation ul > .ui-menu-item > ul .ui-menu-item > a,
          .header .navigation ul > .ui-menu-item > .submenu li > a,
          .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item > a,
          .header .navigation .ui-menu > li > ul li > a,
          .header .navigation .ui-menu > li > ul .ui-menu-item > a,
          .header .navigation .ui-menu > li > .submenu li > a,
          .header .navigation .ui-menu > li > .submenu .ui-menu-item > a,
          .header .navigation .ui-menu > .ui-menu-item > ul li > a,
          .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item > a,
          .header .navigation .ui-menu > .ui-menu-item > .submenu li > a,
          .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item > a {
            display: block;
            font-size: 0.8125rem;
            font-weight: 300;
            font-family: "brandon-grotesque", sans-serif;
            color: #000;
            padding: 0.4375rem 2.1875rem 0.4375rem 0.1875rem;
            text-transform: uppercase;
            cursor: pointer; }
            .header .navigation ul > li > ul li > a:after,
            .header .navigation ul > li > ul .ui-menu-item > a:after,
            .header .navigation ul > li > .submenu li > a:after,
            .header .navigation ul > li > .submenu .ui-menu-item > a:after,
            .header .navigation ul > .ui-menu-item > ul li > a:after,
            .header .navigation ul > .ui-menu-item > ul .ui-menu-item > a:after,
            .header .navigation ul > .ui-menu-item > .submenu li > a:after,
            .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item > a:after,
            .header .navigation .ui-menu > li > ul li > a:after,
            .header .navigation .ui-menu > li > ul .ui-menu-item > a:after,
            .header .navigation .ui-menu > li > .submenu li > a:after,
            .header .navigation .ui-menu > li > .submenu .ui-menu-item > a:after,
            .header .navigation .ui-menu > .ui-menu-item > ul li > a:after,
            .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item > a:after,
            .header .navigation .ui-menu > .ui-menu-item > .submenu li > a:after,
            .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item > a:after {
              display: inline-block;
              content: '';
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              right: 0;
              opacity: 0.5;
              width: 6px;
              height: 10px;
              background: url("../images/icon-arrow-submenu.svg") no-repeat;
              background-size: 100% auto; }
            .header .navigation ul > li > ul li > a:hover, .header .navigation ul > li > ul li > a:active, .header .navigation ul > li > ul li > a:focus, .header .navigation ul > li > ul li > a.ui-state-focus,
            .header .navigation ul > li > ul .ui-menu-item > a:hover,
            .header .navigation ul > li > ul .ui-menu-item > a:active,
            .header .navigation ul > li > ul .ui-menu-item > a:focus,
            .header .navigation ul > li > ul .ui-menu-item > a.ui-state-focus,
            .header .navigation ul > li > .submenu li > a:hover,
            .header .navigation ul > li > .submenu li > a:active,
            .header .navigation ul > li > .submenu li > a:focus,
            .header .navigation ul > li > .submenu li > a.ui-state-focus,
            .header .navigation ul > li > .submenu .ui-menu-item > a:hover,
            .header .navigation ul > li > .submenu .ui-menu-item > a:active,
            .header .navigation ul > li > .submenu .ui-menu-item > a:focus,
            .header .navigation ul > li > .submenu .ui-menu-item > a.ui-state-focus,
            .header .navigation ul > .ui-menu-item > ul li > a:hover,
            .header .navigation ul > .ui-menu-item > ul li > a:active,
            .header .navigation ul > .ui-menu-item > ul li > a:focus,
            .header .navigation ul > .ui-menu-item > ul li > a.ui-state-focus,
            .header .navigation ul > .ui-menu-item > ul .ui-menu-item > a:hover,
            .header .navigation ul > .ui-menu-item > ul .ui-menu-item > a:active,
            .header .navigation ul > .ui-menu-item > ul .ui-menu-item > a:focus,
            .header .navigation ul > .ui-menu-item > ul .ui-menu-item > a.ui-state-focus,
            .header .navigation ul > .ui-menu-item > .submenu li > a:hover,
            .header .navigation ul > .ui-menu-item > .submenu li > a:active,
            .header .navigation ul > .ui-menu-item > .submenu li > a:focus,
            .header .navigation ul > .ui-menu-item > .submenu li > a.ui-state-focus,
            .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item > a:hover,
            .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item > a:active,
            .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item > a:focus,
            .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item > a.ui-state-focus,
            .header .navigation .ui-menu > li > ul li > a:hover,
            .header .navigation .ui-menu > li > ul li > a:active,
            .header .navigation .ui-menu > li > ul li > a:focus,
            .header .navigation .ui-menu > li > ul li > a.ui-state-focus,
            .header .navigation .ui-menu > li > ul .ui-menu-item > a:hover,
            .header .navigation .ui-menu > li > ul .ui-menu-item > a:active,
            .header .navigation .ui-menu > li > ul .ui-menu-item > a:focus,
            .header .navigation .ui-menu > li > ul .ui-menu-item > a.ui-state-focus,
            .header .navigation .ui-menu > li > .submenu li > a:hover,
            .header .navigation .ui-menu > li > .submenu li > a:active,
            .header .navigation .ui-menu > li > .submenu li > a:focus,
            .header .navigation .ui-menu > li > .submenu li > a.ui-state-focus,
            .header .navigation .ui-menu > li > .submenu .ui-menu-item > a:hover,
            .header .navigation .ui-menu > li > .submenu .ui-menu-item > a:active,
            .header .navigation .ui-menu > li > .submenu .ui-menu-item > a:focus,
            .header .navigation .ui-menu > li > .submenu .ui-menu-item > a.ui-state-focus,
            .header .navigation .ui-menu > .ui-menu-item > ul li > a:hover,
            .header .navigation .ui-menu > .ui-menu-item > ul li > a:active,
            .header .navigation .ui-menu > .ui-menu-item > ul li > a:focus,
            .header .navigation .ui-menu > .ui-menu-item > ul li > a.ui-state-focus,
            .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item > a:hover,
            .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item > a:active,
            .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item > a:focus,
            .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item > a.ui-state-focus,
            .header .navigation .ui-menu > .ui-menu-item > .submenu li > a:hover,
            .header .navigation .ui-menu > .ui-menu-item > .submenu li > a:active,
            .header .navigation .ui-menu > .ui-menu-item > .submenu li > a:focus,
            .header .navigation .ui-menu > .ui-menu-item > .submenu li > a.ui-state-focus,
            .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item > a:hover,
            .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item > a:active,
            .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item > a:focus,
            .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item > a.ui-state-focus {
              color: #197e3e;
              background: transparent; }
            .header .navigation ul > li > ul li > a.ui-state-focus,
            .header .navigation ul > li > ul .ui-menu-item > a.ui-state-focus,
            .header .navigation ul > li > .submenu li > a.ui-state-focus,
            .header .navigation ul > li > .submenu .ui-menu-item > a.ui-state-focus,
            .header .navigation ul > .ui-menu-item > ul li > a.ui-state-focus,
            .header .navigation ul > .ui-menu-item > ul .ui-menu-item > a.ui-state-focus,
            .header .navigation ul > .ui-menu-item > .submenu li > a.ui-state-focus,
            .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item > a.ui-state-focus,
            .header .navigation .ui-menu > li > ul li > a.ui-state-focus,
            .header .navigation .ui-menu > li > ul .ui-menu-item > a.ui-state-focus,
            .header .navigation .ui-menu > li > .submenu li > a.ui-state-focus,
            .header .navigation .ui-menu > li > .submenu .ui-menu-item > a.ui-state-focus,
            .header .navigation .ui-menu > .ui-menu-item > ul li > a.ui-state-focus,
            .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item > a.ui-state-focus,
            .header .navigation .ui-menu > .ui-menu-item > .submenu li > a.ui-state-focus,
            .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item > a.ui-state-focus {
              text-decoration: underline; }
          .header .navigation ul > li > ul li.category-all,
          .header .navigation ul > li > ul .ui-menu-item.category-all,
          .header .navigation ul > li > .submenu li.category-all,
          .header .navigation ul > li > .submenu .ui-menu-item.category-all,
          .header .navigation ul > .ui-menu-item > ul li.category-all,
          .header .navigation ul > .ui-menu-item > ul .ui-menu-item.category-all,
          .header .navigation ul > .ui-menu-item > .submenu li.category-all,
          .header .navigation ul > .ui-menu-item > .submenu .ui-menu-item.category-all,
          .header .navigation .ui-menu > li > ul li.category-all,
          .header .navigation .ui-menu > li > ul .ui-menu-item.category-all,
          .header .navigation .ui-menu > li > .submenu li.category-all,
          .header .navigation .ui-menu > li > .submenu .ui-menu-item.category-all,
          .header .navigation .ui-menu > .ui-menu-item > ul li.category-all,
          .header .navigation .ui-menu > .ui-menu-item > ul .ui-menu-item.category-all,
          .header .navigation .ui-menu > .ui-menu-item > .submenu li.category-all,
          .header .navigation .ui-menu > .ui-menu-item > .submenu .ui-menu-item.category-all {
            display: none; }
  .header .navigation > ul,
  .header .navigation > .ui-menu {
    display: inline-block;
    vertical-align: middle; }
    .header .navigation > ul > li > a,
    .header .navigation > ul > .ui-menu-item > a,
    .header .navigation > .ui-menu > li > a,
    .header .navigation > .ui-menu > .ui-menu-item > a {
      text-transform: none; }
      .header .navigation > ul > li > a:hover, .header .navigation > ul > li > a:active, .header .navigation > ul > li > a:focus, .header .navigation > ul > li > a.ui-state-focus, .header .navigation > ul > li > a.ui-state-active,
      .header .navigation > ul > .ui-menu-item > a:hover,
      .header .navigation > ul > .ui-menu-item > a:active,
      .header .navigation > ul > .ui-menu-item > a:focus,
      .header .navigation > ul > .ui-menu-item > a.ui-state-focus,
      .header .navigation > ul > .ui-menu-item > a.ui-state-active,
      .header .navigation > .ui-menu > li > a:hover,
      .header .navigation > .ui-menu > li > a:active,
      .header .navigation > .ui-menu > li > a:focus,
      .header .navigation > .ui-menu > li > a.ui-state-focus,
      .header .navigation > .ui-menu > li > a.ui-state-active,
      .header .navigation > .ui-menu > .ui-menu-item > a:hover,
      .header .navigation > .ui-menu > .ui-menu-item > a:active,
      .header .navigation > .ui-menu > .ui-menu-item > a:focus,
      .header .navigation > .ui-menu > .ui-menu-item > a.ui-state-focus,
      .header .navigation > .ui-menu > .ui-menu-item > a.ui-state-active {
        color: #fff;
        background: #197e3e; }
    .header .navigation > ul > li.active.parent > a:after,
    .header .navigation > ul > .ui-menu-item.active.parent > a:after,
    .header .navigation > .ui-menu > li.active.parent > a:after,
    .header .navigation > .ui-menu > .ui-menu-item.active.parent > a:after {
      background-image: url("../images/icon-submenu-down-active.png"); }
    .header .navigation > ul > li.parent > a,
    .header .navigation > ul > .ui-menu-item.parent > a,
    .header .navigation > .ui-menu > li.parent > a,
    .header .navigation > .ui-menu > .ui-menu-item.parent > a {
      position: relative; }
      .header .navigation > ul > li.parent > a.ui-state-focus:after,
      .header .navigation > ul > .ui-menu-item.parent > a.ui-state-focus:after,
      .header .navigation > .ui-menu > li.parent > a.ui-state-focus:after,
      .header .navigation > .ui-menu > .ui-menu-item.parent > a.ui-state-focus:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        background-image: url("../images/icon-submenu-down-active.png"); }
      .header .navigation > ul > li.parent > a:after,
      .header .navigation > ul > .ui-menu-item.parent > a:after,
      .header .navigation > .ui-menu > li.parent > a:after,
      .header .navigation > .ui-menu > .ui-menu-item.parent > a:after {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0.25rem;
        content: '';
        width: 7px;
        height: 5px;
        background: url("../images/icon-submenu-down.png") 0 0 no-repeat;
        background-size: 100% auto; }
    .header .navigation > ul.nav-extra,
    .header .navigation > .ui-menu.nav-extra {
      margin-left: .5rem;
      padding-left: 0.53125rem;
      position: relative; }
      @media print, screen and (min-width: 40em) {
        .header .navigation > ul.nav-extra,
        .header .navigation > .ui-menu.nav-extra {
          padding-left: 0.625rem; } }
      .header .navigation > ul.nav-extra:before,
      .header .navigation > .ui-menu.nav-extra:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 1.0625rem;
        right: 1.0625rem;
        visibility: visible;
        opacity: 1;
        display: block;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        top: 0;
        left: 0;
        right: auto; }
        @media print, screen and (min-width: 40em) {
          .header .navigation > ul.nav-extra:before,
          .header .navigation > .ui-menu.nav-extra:before {
            left: 1.25rem; } }
        @media print, screen and (min-width: 40em) {
          .header .navigation > ul.nav-extra:before,
          .header .navigation > .ui-menu.nav-extra:before {
            right: 1.25rem; } }
        @media print, screen and (min-width: 40em) {
          .header .navigation > ul.nav-extra:before,
          .header .navigation > .ui-menu.nav-extra:before {
            left: 0; } }
      .header .navigation > ul.nav-extra:before,
      .header .navigation > .ui-menu.nav-extra:before {
        top: 6px;
        bottom: 6px; }
      @media print, screen and (min-width: 64em) {
        .header .navigation > ul.nav-extra,
        .header .navigation > .ui-menu.nav-extra {
          margin-left: 0.53125rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .header .navigation > ul.nav-extra,
    .header .navigation > .ui-menu.nav-extra {
      margin-left: 0.625rem; } }
      .header .navigation > ul.nav-extra > li > a,
      .header .navigation > ul.nav-extra > .ui-menu-item > a,
      .header .navigation > .ui-menu.nav-extra > li > a,
      .header .navigation > .ui-menu.nav-extra > .ui-menu-item > a {
        font-weight: 300;
        color: #000; }

.header .section-item-title {
  display: none; }

.nav-sections-items > div:last-child {
  display: none; }

.menu-item-home {
  overflow: hidden; }
  .menu-item-home a {
    position: relative; }
    @media screen and (min-width: 75em) {
      .menu-item-home a {
        margin-right: .3rem; } }
    .menu-item-home a span {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      color: #f7f7f7; }
    .menu-item-home a:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      color: #197e3e;
      width: 1rem;
      height: 1rem;
      background: url("../images/icon-home.svg") 0 0 no-repeat;
      background-size: 1rem auto; }
      .is-stuck .menu-item-home a:before {
        margin-top: -2px; }

.header .top-links,
.header .links {
  margin: 0;
  font-size: 0; }
  .header .top-links li,
  .header .links li {
    padding: 0; }
    .header .top-links li:after,
    .header .links li:after {
      display: none; }
  .header .top-links li,
  .header .links li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8125rem;
    color: #000; }
    .header .top-links li.customer-section,
    .header .links li.customer-section {
      padding-left: 0.2rem; }
      @media screen and (min-width: 75em) {
        .header .top-links li.customer-section,
        .header .links li.customer-section {
          padding-left: 0.4rem; } }
      .header .top-links li.customer-section a,
      .header .links li.customer-section a {
        padding-left: 1.25rem; }
        .header .top-links li.customer-section a:before,
        .header .links li.customer-section a:before {
          display: block;
          content: '';
          width: 15px;
          height: 15px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../images/icon-user-account.svg") 50% 50% no-repeat;
          background-size: 100% auto; }
        .header .top-links li.customer-section a:after,
        .header .links li.customer-section a:after {
          display: block;
          content: '';
          width: 1px;
          position: absolute;
          top: -.25rem;
          bottom: -.25rem;
          right: 0;
          background: rgba(255, 255, 255, 0.2); }
    .header .top-links li a,
    .header .links li a {
      display: block;
      font-size: 0.8125rem;
      color: #000;
      line-height: 1;
      text-transform: uppercase;
      padding: 0 0.17778rem;
      position: relative;
      text-decoration: none; }
      @media print, screen and (min-width: 64em) {
        .header .top-links li a,
        .header .links li a {
          padding: 0 0.26667rem; } }
      @media screen and (min-width: 75em) {
        .header .top-links li a,
        .header .links li a {
          padding: 0 0.4rem; } }
      .header .top-links li a:hover,
      .header .links li a:hover {
        text-decoration: underline; }
    @media screen and (min-width: 90.625em) {
      .header .top-links li:last-child a,
      .header .links li:last-child a {
        padding-right: 0; } }

.header .top-links,
.header .header.links {
  margin-left: -0.17778rem; }
  @media print, screen and (min-width: 64em) {
    .header .top-links,
    .header .header.links {
      margin-left: -0.26667rem; } }
  @media screen and (min-width: 75em) {
    .header .top-links,
    .header .header.links {
      margin-left: -0.4rem; } }

.header .links .greet,
.header .links .counter,
.header .links #invitation-send-link,
.header .links .customer-welcome,
.header .links .compare {
  display: none; }

@media screen and (max-width: 63.9375em) {
  .header .links .wishlist {
    display: none !important; } }

.header .sticky-mm {
  position: fixed;
  width: 100%;
  z-index: 102;
  left: 0;
  top: 0; }

.header .tab-bar {
  background-color: #f7f7f7; }
  .header .tab-bar::before, .header .tab-bar::after {
    display: table;
    content: ' '; }
  .header .tab-bar::after {
    clear: both; }
  .header .tab-bar .nav-toggle {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 3.4375rem;
    min-width: 2rem;
    margin-right: 13.6px;
    background: url("../images/icon-menu.svg") 50% 50% no-repeat;
    background-size: 100% auto; }
    .header .tab-bar .nav-toggle span {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    @media screen and (min-width: 48em) {
      .header .tab-bar .nav-toggle {
        display: none; } }
  .header .tab-bar .mobile-search-icon {
    display: inline-block;
    vertical-align: top;
    height: 3.4375rem;
    min-width: 1.3125rem;
    background: url("../images/icon-mobile-search.svg") 50% 50% no-repeat;
    background-size: 100% auto; }
    .header .tab-bar .mobile-search-icon:active, .header .tab-bar .mobile-search-icon.is-open {
      opacity: 0.5; }
    .header .tab-bar .mobile-search-icon span {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
  .header .tab-bar .middle-side {
    display: block;
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 33.33333%;
    height: 3.4375rem;
    line-height: 2.57812rem;
    text-align: center;
    padding-top: 0.42969rem;
    padding-bottom: 0.42969rem;
    padding-top: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .header .tab-bar .middle-side {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .header .tab-bar .middle-side:last-child:not(:first-child) {
      float: right; }
    .header .tab-bar .middle-side .logo {
      height: 100%;
      display: inline-block;
      float: none;
      padding-left: 0;
      padding-right: 0; }
      .header .tab-bar .middle-side .logo img {
        height: 40px;
        max-height: inherit;
        width: auto; }
  .header .tab-bar .left-side {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 33.33333%;
    padding-right: 0; }
    @media print, screen and (min-width: 40em) {
      .header .tab-bar .left-side {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .header .tab-bar .left-side:last-child:not(:first-child) {
      float: right; }
  .header .tab-bar .right-side {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 33.33333%;
    text-align: right;
    padding-left: 0; }
    @media print, screen and (min-width: 40em) {
      .header .tab-bar .right-side {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .header .tab-bar .right-side:last-child:not(:first-child) {
      float: right; }
    .header .tab-bar .right-side .minicart-wrapper {
      text-align: right;
      padding: 0;
      height: 3.4375rem;
      line-height: 3.4375rem;
      margin-top: 0; }
      @media screen and (max-width: 47.9375em) {
        .header .tab-bar .right-side .minicart-wrapper:after {
          display: none; } }

.header .mobile-search-bar {
  display: none;
  padding: 1.0625rem;
  -webkit-box-shadow: 0 2px 2px rgba(26, 26, 26, 0.1);
          box-shadow: 0 2px 2px rgba(26, 26, 26, 0.1);
  background-color: #fcfcfc; }
  @media print, screen and (min-width: 40em) {
    .header .mobile-search-bar {
      padding: 1.25rem; } }
  .header .mobile-search-bar.open {
    display: block; }
  .header .mobile-search-bar #algolia-searchbox .algolia-search-input {
    height: 2.9375rem;
    color: #000;
    font-size: 1rem;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .header .mobile-search-bar #algolia-searchbox .algolia-search-input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .header .mobile-search-bar #algolia-searchbox .algolia-search-input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .header .mobile-search-bar #algolia-searchbox .algolia-search-input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5) !important; }
    .header .mobile-search-bar #algolia-searchbox .algolia-search-input:hover, .header .mobile-search-bar #algolia-searchbox .algolia-search-input:active, .header .mobile-search-bar #algolia-searchbox .algolia-search-input:focus, .header .mobile-search-bar #algolia-searchbox .algolia-search-input:focus:not([value=""]), .header .mobile-search-bar #algolia-searchbox .algolia-search-input.focus {
      border-color: rgba(0, 0, 0, 0.1);
      background-color: #fff !important; }
  .header .mobile-search-bar #algolia-searchbox #algolia-glass {
    height: 2.9375rem;
    background: url("../images/icon-toggle-mobile-search.svg") 50% 50% no-repeat;
    background-size: 1.625rem auto; }
  .header .mobile-search-bar .minisearch .input-text {
    height: 2.9375rem;
    color: #000;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0.5rem 3rem 0.5rem 1rem;
    background-color: #fff;
    width: 100%; }
    .header .mobile-search-bar .minisearch .input-text::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .header .mobile-search-bar .minisearch .input-text:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .header .mobile-search-bar .minisearch .input-text:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5) !important; }
    .header .mobile-search-bar .minisearch .input-text:hover, .header .mobile-search-bar .minisearch .input-text:active, .header .mobile-search-bar .minisearch .input-text:focus, .header .mobile-search-bar .minisearch .input-text:focus:not([value=""]), .header .mobile-search-bar .minisearch .input-text.focus {
      border-color: rgba(0, 0, 0, 0.1);
      background-color: #fff !important; }
  .header .mobile-search-bar .minisearch .label,
  .header .mobile-search-bar .minisearch .nested {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .header .mobile-search-bar .actions {
    height: 2.9375rem;
    position: absolute;
    top: 0;
    right: 0;
    left: auto; }
  .header .mobile-search-bar .action.search, .header .mobile-search-bar #algolia-searchbox #algolia-glass, #algolia-searchbox .header .mobile-search-bar #algolia-glass,
  .header .mobile-search-bar #algolia-searchbox .ais-search-box--magnifier-wrapper, #algolia-searchbox .header .mobile-search-bar .ais-search-box--magnifier-wrapper, .header .mobile-search-bar .ais-root .searchbox .sbx-sffv__submit, .ais-root .searchbox .header .mobile-search-bar .sbx-sffv__submit,
  .header .mobile-search-bar .ais-root .searchbox .sbx-sffv__reset, .ais-root .searchbox .header .mobile-search-bar .sbx-sffv__reset {
    height: 2.9375rem;
    min-width: 2.625rem;
    line-height: 2.9375rem;
    padding: 0.3125rem 0.625rem;
    background: url("../images/icon-toggle-mobile-search.svg") 50% 50% no-repeat;
    background-size: 1.625rem auto; }
  .header .mobile-search-bar .le-search-side.autocomplete {
    left: 0;
    right: 0;
    z-index: 103; }

.off-canvas {
  overflow-x: hidden;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  z-index: 1000;
  -webkit-overflow-scrolling: touch; }
  .off-canvas .navigation ul,
  .off-canvas .links ul {
    margin: 0; }
    .off-canvas .navigation ul li,
    .off-canvas .links ul li {
      padding: 0; }
      .off-canvas .navigation ul li:after,
      .off-canvas .links ul li:after {
        display: none; }
    .off-canvas .navigation ul li,
    .off-canvas .links ul li {
      display: block; }
      .off-canvas .navigation ul li a,
      .off-canvas .links ul li a {
        display: block; }
  .off-canvas .header.links {
    margin: 0 -1.5625rem 1.4375rem;
    padding: 0 1.5625rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8125rem;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 300; }
    .off-canvas .header.links li > a,
    .off-canvas .header.links li > span {
      display: block;
      color: #000;
      padding: 0.125rem 0;
      text-decoration: none;
      text-transform: uppercase; }
      .off-canvas .header.links li > a:hover,
      .off-canvas .header.links li > span:hover {
        color: #197e3e; }
    .off-canvas .header.links li strong {
      font-weight: normal; }
    .off-canvas .header.links li.current {
      color: #197e3e; }
  .off-canvas .navigation > ul.menu {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    margin: 0 -1.5625rem;
    margin-bottom: 1.5rem; }
    .off-canvas .navigation > ul.menu.nav-extra {
      margin-bottom: 1.5rem; }
    .off-canvas .navigation > ul.menu .active > a {
      color: #197e3e;
      background-color: #f7f7f7; }
    .off-canvas .navigation > ul.menu > li {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .off-canvas .navigation > ul.menu > li:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .off-canvas .navigation > ul.menu > li > a {
        color: #000;
        text-decoration: none;
        padding: 0.6875rem 1.5625rem;
        position: relative;
        text-transform: uppercase; }
        .off-canvas .navigation > ul.menu > li > a:after {
          display: block;
          content: '';
          position: absolute;
          top: 50%;
          right: 1.1875rem;
          width: 0.375rem;
          height: 0.625rem;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          border: 0;
          margin: 0;
          background: url("../images/icon-arrow-static-link.svg") no-repeat;
          background-size: 100% auto; }
        .off-canvas .navigation > ul.menu > li > a:hover, .off-canvas .navigation > ul.menu > li > a:active {
          color: #197e3e; }
      .off-canvas .navigation > ul.menu > li.is-accordion-submenu-parent[aria-expanded="true"] > a:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg); }
    .off-canvas .navigation > ul.menu ul {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 0.875rem;
      margin: 0.4375rem 1.5625rem 1.0625rem; }
      .off-canvas .navigation > ul.menu ul li a {
        color: #000;
        text-decoration: none;
        padding: 0.5rem 0.625rem 0.5rem 1.5625rem;
        text-decoration: none;
        text-transform: none;
        background: url("../images/icon-arrow-static-link.svg") 9px 50% no-repeat;
        background-size: 5px auto; }
        .off-canvas .navigation > ul.menu ul li a:hover, .off-canvas .navigation > ul.menu ul li a:active {
          color: #197e3e; }
      .off-canvas .navigation > ul.menu ul li.is-featured, .off-canvas .navigation > ul.menu ul li.category-all {
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 500;
        font-size: 1rem; }
      .off-canvas .navigation > ul.menu ul li.category-all {
        font-weight: 400; }
  .off-canvas .navigation li.welcome {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .off-canvas .navigation .button-find-store {
    margin-bottom: 1.5rem; }
    .off-canvas .navigation .button-find-store .icn-map {
      margin-right: .75rem; }
  .off-canvas .offcanvas-title {
    font-size: 2.5rem;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .off-canvas .offcanvas-links {
    margin: 0 -1.5625rem 1.4375rem;
    padding: 0 1.5625rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .off-canvas .offcanvas-links h3,
    .off-canvas .offcanvas-links .title {
      font-size: 1.125rem;
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 500;
      color: black;
      margin-bottom: 0.5rem;
      text-transform: uppercase; }
    .off-canvas .offcanvas-links ul:not(.footer-contacts) {
      font-size: 0.8125rem;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-weight: 300; }
      .off-canvas .offcanvas-links ul:not(.footer-contacts) li a {
        color: #000;
        padding: 0.125rem 0;
        text-decoration: none;
        text-transform: uppercase; }
        .off-canvas .offcanvas-links ul:not(.footer-contacts) li a:hover {
          color: #197e3e; }
      .off-canvas .offcanvas-links ul:not(.footer-contacts) li strong {
        font-weight: normal; }
      .off-canvas .offcanvas-links ul:not(.footer-contacts) li.current {
        color: #197e3e; }
    .off-canvas .offcanvas-links:last-child {
      border-bottom: 0; }
  .off-canvas .menu-item-home {
    display: none !important; }
    .off-canvas .menu-item-home a {
      margin-right: 5rem; }
      .off-canvas .menu-item-home a:before {
        background-image: url("../images/icon-home-dark.svg"); }
  .off-canvas .close-button {
    z-index: 1; }
  .off-canvas .close-menu {
    position: relative;
    padding: 0 0 0 1rem;
    color: rgba(0, 0, 0, 0.7); }
    .off-canvas .close-menu .close-button {
      font-style: normal;
      top: 50%;
      color: inherit;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: auto; }
    .off-canvas .close-menu .txt {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 4px; }
    .off-canvas .close-menu:hover, .off-canvas .close-menu:active {
      color: #197e3e; }

footer.page-footer {
  overflow: hidden;
  font-size: 0.9375rem;
  -webkit-transition: background-image .5s ease;
  transition: background-image .5s ease;
  background: #303030 url("../images/footer_bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1580px) {
    footer.page-footer {
      background: #303030 url("../images/footer_bg.jpg") center center no-repeat;
      background-size: cover; } }
  footer.page-footer .footer-content {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.4875rem; }
    footer.page-footer .footer-content::before, footer.page-footer .footer-content::after {
      display: table;
      content: ' '; }
    footer.page-footer .footer-content::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      footer.page-footer .footer-content {
        padding-top: 1.75rem; } }
    @media print, screen and (min-width: 40em) {
      footer.page-footer .footer-content {
        padding-top: 0.53125rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.page-footer .footer-content {
      padding-top: 0.625rem; } }
    @media screen and (min-width: 75em) {
      footer.page-footer .footer-content {
        padding-top: 3.4rem; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    footer.page-footer .footer-content {
      padding-top: 4rem; } }
    footer.page-footer .footer-content .footer-list {
      max-width: 90.625rem;
      margin-right: auto;
      margin-left: auto;
      position: relative; }
      footer.page-footer .footer-content .footer-list::before, footer.page-footer .footer-content .footer-list::after {
        display: table;
        content: ' '; }
      footer.page-footer .footer-content .footer-list::after {
        clear: both; }
      footer.page-footer .footer-content .footer-list .footer-block {
        width: 100%;
        float: left;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem;
        padding-top: 1.59375rem;
        padding-bottom: 1.59375rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
        @media print, screen and (min-width: 40em) {
          footer.page-footer .footer-content .footer-list .footer-block {
            padding-right: 1.25rem;
            padding-left: 1.25rem; } }
        footer.page-footer .footer-content .footer-list .footer-block:last-child:not(:first-child) {
          float: right; }
        @media print, screen and (min-width: 40em) {
          footer.page-footer .footer-content .footer-list .footer-block {
            padding-top: 1.875rem; } }
        @media print, screen and (min-width: 40em) {
          footer.page-footer .footer-content .footer-list .footer-block {
            padding-bottom: 1.875rem; } }
        footer.page-footer .footer-content .footer-list .footer-block:last-child {
          border-bottom: 0; }
        @media print, screen and (min-width: 40em) {
          footer.page-footer .footer-content .footer-list .footer-block {
            width: 25%;
            border-bottom: 0; }
            footer.page-footer .footer-content .footer-list .footer-block:nth-child(3) {
              clear: right; }
            footer.page-footer .footer-content .footer-list .footer-block:nth-child(4) {
              clear: left; }
            footer.page-footer .footer-content .footer-list .footer-block:nth-child(4), footer.page-footer .footer-content .footer-list .footer-block:nth-child(5) {
              width: 50%; } }
        @media print, screen and (min-width: 64em) {
          footer.page-footer .footer-content .footer-list .footer-block {
            width: 25%;
            padding-bottom: 3.1875rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    footer.page-footer .footer-content .footer-list .footer-block {
      padding-bottom: 3.75rem; } }
        @media print, screen and (min-width: 64em) {
            footer.page-footer .footer-content .footer-list .footer-block:nth-child(4), footer.page-footer .footer-content .footer-list .footer-block:nth-child(5) {
              padding-bottom: 5.1rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      footer.page-footer .footer-content .footer-list .footer-block:nth-child(4), footer.page-footer .footer-content .footer-list .footer-block:nth-child(5) {
        padding-bottom: 6rem; } }
        @media print, screen and (min-width: 64em) {
              footer.page-footer .footer-content .footer-list .footer-block:nth-child(4) h3,
              footer.page-footer .footer-content .footer-list .footer-block:nth-child(4) .newsletter .title, footer.page-footer .footer-content .footer-list .footer-block:nth-child(5) h3,
              footer.page-footer .footer-content .footer-list .footer-block:nth-child(5) .newsletter .title {
                margin-bottom: 0.4rem; }
              footer.page-footer .footer-content .footer-list .footer-block:nth-child(4) p,
              footer.page-footer .footer-content .footer-list .footer-block:nth-child(4) .description, footer.page-footer .footer-content .footer-list .footer-block:nth-child(5) p,
              footer.page-footer .footer-content .footer-list .footer-block:nth-child(5) .description {
                margin-bottom: 0.65rem; } }
  footer.page-footer .footer-bottom {
    background-color: #fff; }
    footer.page-footer .footer-bottom .footer-wrap {
      max-width: 90.625rem;
      margin-right: auto;
      margin-left: auto; }
      footer.page-footer .footer-bottom .footer-wrap::before, footer.page-footer .footer-bottom .footer-wrap::after {
        display: table;
        content: ' '; }
      footer.page-footer .footer-bottom .footer-wrap::after {
        clear: both; }
    footer.page-footer .footer-bottom .footer-list {
      max-width: 90.625rem;
      margin-right: auto;
      margin-left: auto; }
      footer.page-footer .footer-bottom .footer-list::before, footer.page-footer .footer-bottom .footer-list::after {
        display: table;
        content: ' '; }
      footer.page-footer .footer-bottom .footer-list::after {
        clear: both; }
      @media print, screen and (min-width: 40em) {
        footer.page-footer .footer-bottom .footer-list {
          padding-left: 0;
          padding-right: 0; } }
      footer.page-footer .footer-bottom .footer-list .footer-block {
        width: 100%;
        float: left;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem;
        width: 100%;
        padding-top: 1.59375rem;
        padding-bottom: 1.59375rem;
        position: relative;
        margin-bottom: 0;
        z-index: 1; }
        @media print, screen and (min-width: 40em) {
          footer.page-footer .footer-bottom .footer-list .footer-block {
            padding-right: 1.25rem;
            padding-left: 1.25rem; } }
        footer.page-footer .footer-bottom .footer-list .footer-block:last-child:not(:first-child) {
          float: right; }
        @media print, screen and (min-width: 40em) {
          footer.page-footer .footer-bottom .footer-list .footer-block {
            padding-top: 1.875rem; } }
        @media print, screen and (min-width: 40em) {
          footer.page-footer .footer-bottom .footer-list .footer-block {
            padding-bottom: 1.875rem; } }
        footer.page-footer .footer-bottom .footer-list .footer-block + .footer-block {
          padding-top: 0; }
        @media print, screen and (min-width: 40em) {
          footer.page-footer .footer-bottom .footer-list .footer-block {
            width: 50%;
            padding-bottom: 1.7rem;
            padding-top: 1.7rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.page-footer .footer-bottom .footer-list .footer-block {
      padding-bottom: 2rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.page-footer .footer-bottom .footer-list .footer-block {
      padding-top: 2rem; } }
        @media print, screen and (min-width: 40em) {
            footer.page-footer .footer-bottom .footer-list .footer-block + .footer-block {
              padding-top: 1.7rem;
              text-align: right; } }
    @media print, screen and (min-width: 40em) and (min-width: 40em) {
      footer.page-footer .footer-bottom .footer-list .footer-block + .footer-block {
        padding-top: 2rem; } }
  footer.page-footer ul {
    margin: 0; }
    footer.page-footer ul li {
      padding: 0; }
      footer.page-footer ul li:after {
        display: none; }
  footer.page-footer p,
  footer.page-footer ul {
    font-family: inherit;
    color: #fff; }
  footer.page-footer p {
    font-size: 0.9375rem; }
  footer.page-footer a {
    color: #fff;
    text-decoration: none; }
  footer.page-footer h3,
  footer.page-footer h3.convert-block:not(:empty),
  footer.page-footer .newsletter .title {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.5625rem;
    color: #fff;
    font-weight: 100;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
    footer.page-footer h3 strong,
    footer.page-footer h3.convert-block:not(:empty) strong,
    footer.page-footer .newsletter .title strong {
      font-weight: inherit; }
    @media print, screen and (min-width: 64em) {
      footer.page-footer h3,
      footer.page-footer h3.convert-block:not(:empty),
      footer.page-footer .newsletter .title {
        margin-bottom: 0.85rem; } }
  footer.page-footer .convert-block:not(:empty) {
    margin-bottom: 0; }
  footer.page-footer ul.links li,
  footer.page-footer .pimcore_area_document-menu ul li,
  footer.page-footer .footer-block .convert-wysiwyg ul li {
    padding: 0.175rem 0 0.175rem; }
  footer.page-footer ul.links a,
  footer.page-footer .pimcore_area_document-menu ul a,
  footer.page-footer .footer-block .convert-wysiwyg ul a {
    display: block;
    text-transform: none;
    font-family: inherit;
    color: #fff;
    padding: 0; }
    footer.page-footer ul.links a:hover,
    footer.page-footer .pimcore_area_document-menu ul a:hover,
    footer.page-footer .footer-block .convert-wysiwyg ul a:hover {
      color: #fff;
      text-decoration: underline; }
  footer.page-footer .copyright {
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.75rem; }
    footer.page-footer .copyright p {
      margin-bottom: 0; }
  footer.page-footer .cookies {
    color: rgba(0, 0, 0, 0.7);
    text-align: right; }
    footer.page-footer .cookies p {
      font-size: 0.6875rem;
      margin: 0; }
    footer.page-footer .cookies a {
      color: rgba(0, 0, 0, 0.7);
      text-decoration: underline; }
      footer.page-footer .cookies a:hover, footer.page-footer .cookies a:active {
        text-decoration: none; }
    footer.page-footer .cookies .cookies-magento a {
      color: #767676; }
  footer.page-footer .newsletter {
    text-align: left; }
    footer.page-footer .newsletter input,
    footer.page-footer .newsletter button,
    footer.page-footer .newsletter .action {
      margin-bottom: 0; }
    footer.page-footer .newsletter .label {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    footer.page-footer .newsletter .description {
      line-height: 1.6;
      margin-bottom: 0.75rem;
      font-size: inherit;
      font-weight: inherit;
      font-family: inherit;
      line-height: inherit; }
    footer.page-footer .newsletter .form.subscribe {
      margin-bottom: .5rem;
      max-width: 21.875rem; }
      footer.page-footer .newsletter .form.subscribe .field.newsletter {
        position: relative;
        margin-bottom: 1rem; }
        footer.page-footer .newsletter .form.subscribe .field.newsletter input {
          height: 2.625rem;
          padding: 0.75rem 1rem;
          font-size: 0.875rem;
          font-family: "proxima-nova", Helvetica, Arial, sans-serif;
          font-weight: 300;
          color: rgba(0, 0, 0, 0.9);
          border-color: rgba(255, 255, 255, 0.5);
          background-color: transparent;
          text-align: left;
          text-transform: none;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          border: 0;
          border-bottom: 1px solid #ccc; }
          footer.page-footer .newsletter .form.subscribe .field.newsletter input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.65); }
          footer.page-footer .newsletter .form.subscribe .field.newsletter input:-moz-placeholder {
            color: rgba(0, 0, 0, 0.65); }
          footer.page-footer .newsletter .form.subscribe .field.newsletter input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.65) !important; }
          footer.page-footer .newsletter .form.subscribe .field.newsletter input:active, footer.page-footer .newsletter .form.subscribe .field.newsletter input:focus {
            border-bottom-color: #8c8c8c; }
      footer.page-footer .newsletter .form.subscribe .actions .action {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        height: 2.625rem;
        text-transform: none;
        font-style: inherit;
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: none;
                box-shadow: none; }
        footer.page-footer .newsletter .form.subscribe .actions .action, footer.page-footer .newsletter .form.subscribe .actions .action:hover, footer.page-footer .newsletter .form.subscribe .actions .action:focus {
          background-color: transparent; }
        footer.page-footer .newsletter .form.subscribe .actions .action:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; }
    footer.page-footer .newsletter .response {
      color: #fff;
      font-size: 0.75rem;
      border: 1px solid #fff;
      max-width: 21.875rem;
      padding: 1rem 1rem 1.25rem 2.9rem;
      background: url("../images/icon-valid-white.svg") no-repeat 1rem 1.5rem;
      background-size: 17px auto;
      background-color: transparent; }
      footer.page-footer .newsletter .response .ttl {
        display: none;
        font-family: "brandon-grotesque", sans-serif;
        font-size: 1.5625rem;
        color: #fff;
        font-weight: 100;
        margin-bottom: 0.16667rem; }
      footer.page-footer .newsletter .response .message-text {
        margin-bottom: 0 !important; }
      footer.page-footer .newsletter .response.success .error-ttl {
        display: none; }
      footer.page-footer .newsletter .response.success .success-ttl {
        display: block; }
      footer.page-footer .newsletter .response.error {
        border-color: #c23434;
        background-image: url("../images/icon-invalid.svg");
        background-color: #fff; }
        footer.page-footer .newsletter .response.error .ttl,
        footer.page-footer .newsletter .response.error .message-text {
          color: #c23434; }
        footer.page-footer .newsletter .response.error .error-ttl {
          display: block; }
        footer.page-footer .newsletter .response.error .success-ttl {
          display: none; }
    footer.page-footer .newsletter div.mage-error {
      white-space: normal;
      font-size: .75rem; }
  footer.page-footer .footer-social li {
    display: inline-block;
    margin-bottom: .5rem;
    margin-right: 1rem;
    font-size: 0; }
    footer.page-footer .footer-social li:last-child {
      margin-right: 0; }
  footer.page-footer .footer-social a {
    display: inline-block;
    color: #322b34;
    opacity: 1;
    position: relative;
    line-height: 1.875rem; }
    footer.page-footer .footer-social a:hover {
      color: #000;
      opacity: 0.7; }
      footer.page-footer .footer-social a:hover:before {
        background-color: transparent; }
    footer.page-footer .footer-social a:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 1.875rem;
      height: 1.875rem;
      background-color: transparent;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: auto auto; }
  footer.page-footer .footer-social .icon-facebook:before {
    background-image: url("../images/icon-facebook.png"); }
  footer.page-footer .footer-social .icon-instagram:before {
    background-image: url("../images/icon-instagram.png"); }
  footer.page-footer .footer-social .icon-twitter:before {
    background-image: url("../images/icon-twitter.png"); }
  footer.page-footer .footer-social .icon-youtube:before {
    background-image: url("../images/icon-youtube.png"); }
  footer.page-footer .footer-payment {
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      footer.page-footer .footer-payment {
        text-align: right; } }
    footer.page-footer .footer-payment p {
      margin-bottom: 0.625rem; }

.footer-contacts {
  margin-bottom: .25rem; }
  .footer-contacts .tel {
    display: block;
    font-size: 1.375rem;
    font-family: "brandon-grotesque", sans-serif;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1;
    font-weight: 500;
    margin-bottom: .25rem;
    padding: 0 0 6px 2rem;
    background: url("../images/icon-phone.svg") 0 50% no-repeat;
    background-size: 24px auto; }
  .footer-contacts .email a {
    color: #197e3e;
    text-decoration: underline; }
    .footer-contacts .email a:hover {
      text-decoration: none; }

.usp-section {
  padding: 1.6rem 0;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 64em) {
    .usp-section {
      padding: 2.3rem 0; } }
  .usp-section:before {
    content: '';
    display: block;
    visibility: visible;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%; }
  .usp-section h3 {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .usp-section ul {
    margin: 0;
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75); }
    .usp-section ul li {
      padding: 0; }
      .usp-section ul li:after {
        display: none; }
    .usp-section ul::before, .usp-section ul::after {
      display: table;
      content: ' '; }
    .usp-section ul::after {
      clear: both; }
    .usp-section ul li {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem;
      line-height: 1.3;
      margin-bottom: 0.75rem; }
      @media print, screen and (min-width: 40em) {
        .usp-section ul li {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .usp-section ul li:last-child:not(:first-child) {
        float: right; }
      .usp-section ul li:last-child:last-child {
        float: left; }
      .usp-section ul li:last-child {
        margin-bottom: 0; }
      .usp-section ul li a,
      .usp-section ul li span {
        display: block;
        position: relative;
        padding-left: 2.0625rem; }
        .usp-section ul li a:before,
        .usp-section ul li span:before {
          content: '';
          display: block;
          position: absolute;
          width: 1.3125rem;
          height: 1rem;
          top: 0.05rem;
          left: 0;
          background: url("../images/icon-usp.svg") no-repeat;
          background-size: 1.3125rem auto; }
      .usp-section ul li a {
        color: rgba(0, 0, 0, 0.75);
        text-decoration: none; }
        .usp-section ul li a:hover, .usp-section ul li a:focus {
          text-decoration: underline; }
      @media print, screen and (min-width: 40em) {
        .usp-section ul li {
          width: 50%;
          margin-bottom: 1.125rem; } }
      @media screen and (min-width: 48em) {
        .usp-section ul li {
          width: 25%;
          margin-bottom: 0; } }

.page-with-filter .shipping-bar-container {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .page-with-filter .shipping-bar-container {
      display: block; } }

.breadcrumbs {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .breadcrumbs {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .breadcrumbs:last-child:not(:first-child) {
    float: right; }
  .breadcrumbs:last-child:last-child {
    float: left; }
  @media print, screen and (min-width: 40em) {
    .breadcrumbs {
      width: 58.33333%; } }
  .breadcrumbs + .vat-label {
    bottom: auto;
    top: .25rem; }
  .breadcrumbs .items {
    margin: 0 0 1rem 0;
    list-style: none;
    margin: 0;
    margin-bottom: 0; }
    .breadcrumbs .items::before, .breadcrumbs .items::after {
      display: table;
      content: ' '; }
    .breadcrumbs .items::after {
      clear: both; }
    .breadcrumbs .items li {
      float: left;
      font-size: 0.6875rem;
      color: rgba(0, 0, 0, 0.5);
      cursor: default;
      text-transform: uppercase; }
      .breadcrumbs .items li:not(:last-child)::after {
        position: relative;
        top: 1px;
        margin: 0 0.1rem;
        opacity: 1;
        content: "/";
        color: #ccc; }
    .breadcrumbs .items a {
      color: rgba(0, 0, 0, 0.5); }
      .breadcrumbs .items a:hover {
        text-decoration: underline; }
    .breadcrumbs .items li {
      padding: 0; }
      .breadcrumbs .items li:after {
        display: none; }
    .breadcrumbs .items .disabled {
      color: rgba(0, 0, 0, 0.3);
      cursor: not-allowed; }
    .breadcrumbs .items li {
      margin-right: 0.1rem; }
      .breadcrumbs .items li:not(:last-child)::after {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: auto;
        left: auto;
        color: rgba(0, 0, 0, 0.5); }
      .breadcrumbs .items li strong {
        font-weight: normal; }
      .breadcrumbs .items li a {
        text-decoration: none; }
        .breadcrumbs .items li a:hover {
          -webkit-text-decoration: underlined;
                  text-decoration: underlined; }

.shipping-bar > div::before, .shipping-bar > div::after {
  display: table;
  content: ' '; }

.shipping-bar > div::after {
  clear: both; }

.shipping-bar .progress-text {
  font-size: 0.6875rem;
  text-align: right;
  line-height: 0.625rem;
  margin-bottom: .25rem; }
  @media print, screen and (min-width: 40em) {
    .shipping-bar .progress-text {
      width: 50%;
      float: left;
      margin-bottom: 0;
      padding-right: 1.0625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .shipping-bar .progress-text {
      padding-right: 1.25rem; } }

.shipping-bar .progress-graph {
  height: 0.625rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1px; }
  .shipping-bar .progress-graph.small-shipping-bar {
    height: 0.3125rem;
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .shipping-bar .progress-graph {
      width: 50%;
      float: left; } }
  .shipping-bar .progress-graph .progress-bar {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #1a6db2; }

.top-controls-wrapper {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: 1rem; }
  .top-controls-wrapper::before, .top-controls-wrapper::after {
    display: table;
    content: ' '; }
  .top-controls-wrapper::after {
    clear: both; }
  .cms-index-index .algolia-instant-selector-results .top-controls-wrapper {
    display: block; }
  .cms-index-index .top-controls-wrapper {
    display: none; }
  @media screen and (min-width: 48em) {
    .top-controls-wrapper {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 75em) {
    .top-controls-wrapper {
      margin-bottom: 4.4rem; } }
  .page-with-filter .top-controls-wrapper,
  .algolia-instant-selector-results .top-controls-wrapper {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .category-header.has-bg .top-controls-wrapper {
      margin-bottom: 2.75rem; } }
  @media screen and (min-width: 75em) {
    .category-header.has-bg.has-desc .top-controls-wrapper {
      margin-bottom: 5rem; } }
  @media screen and (min-width: 75em) {
    .category-header.has-bg.has-image .top-controls-wrapper {
      margin-bottom: 4.5rem; } }
  .top-controls-wrapper .shipping-bar-container {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .top-controls-wrapper .shipping-bar-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .top-controls-wrapper .shipping-bar-container:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .top-controls-wrapper .shipping-bar-container {
        display: block;
        width: 41.66667%; }
        .top-controls-wrapper .shipping-bar-container .shipping-bar-container {
          width: 100%;
          float: none;
          padding-left: 0rem;
          padding-right: 0rem; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .top-controls-wrapper .shipping-bar-container .shipping-bar-container {
        padding-left: 0rem; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .top-controls-wrapper .shipping-bar-container .shipping-bar-container {
        padding-right: 0rem; } }
  .top-controls-wrapper .vat-label {
    position: absolute;
    bottom: 0;
    right: 1.0625rem;
    font-size: 0.6875rem;
    line-height: 0.625rem;
    color: rgba(0, 0, 0, 0.5); }
    @media print, screen and (min-width: 40em) {
      .top-controls-wrapper .vat-label {
        right: 1.25rem; } }
    @media screen and (max-width: 47.9375em) {
      .top-controls-wrapper .vat-label {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); } }

.product-items {
  margin: 0;
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto; }
  .product-items li {
    padding: 0; }
    .product-items li:after {
      display: none; }
  .product-items::before, .product-items::after {
    display: table;
    content: ' '; }
  .product-items::after {
    clear: both; }
  @media screen and (min-width: 48em) {
    .product-items.widget-product-grid, .product-items.bestseller-products-grid, .product-items.widget-new-grid, .product-items.items {
      margin-left: -0.425rem;
      margin-right: -0.425rem; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .product-items.widget-product-grid, .product-items.bestseller-products-grid, .product-items.widget-new-grid, .product-items.items {
      margin-left: -0.5rem; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .product-items.widget-product-grid, .product-items.bestseller-products-grid, .product-items.widget-new-grid, .product-items.items {
      margin-right: -0.5rem; } }
  @media print, screen and (min-width: 64em) {
    .product-items.widget-product-grid, .product-items.bestseller-products-grid, .product-items.widget-new-grid, .product-items.items {
      margin-left: -0.425rem;
      margin-right: -0.425rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-items.widget-product-grid, .product-items.bestseller-products-grid, .product-items.widget-new-grid, .product-items.items {
      margin-left: -0.5rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-items.widget-product-grid, .product-items.bestseller-products-grid, .product-items.widget-new-grid, .product-items.items {
      margin-right: -0.5rem; } }
  .algolia-right-container .product-items.widget-product-grid, .algolia-right-container .product-items.bestseller-products-grid, .algolia-right-container .product-items.widget-new-grid, .algolia-right-container .product-items.items {
    margin-left: -0.425rem;
    margin-right: -0.425rem; }
    @media print, screen and (min-width: 40em) {
      .algolia-right-container .product-items.widget-product-grid, .algolia-right-container .product-items.bestseller-products-grid, .algolia-right-container .product-items.widget-new-grid, .algolia-right-container .product-items.items {
        margin-left: -0.5rem; } }
    @media print, screen and (min-width: 40em) {
      .algolia-right-container .product-items.widget-product-grid, .algolia-right-container .product-items.bestseller-products-grid, .algolia-right-container .product-items.widget-new-grid, .algolia-right-container .product-items.items {
        margin-right: -0.5rem; } }
    @media print, screen and (min-width: 64em) {
      .algolia-right-container .product-items.widget-product-grid, .algolia-right-container .product-items.bestseller-products-grid, .algolia-right-container .product-items.widget-new-grid, .algolia-right-container .product-items.items {
        margin-left: -0.425rem;
        margin-right: -0.425rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .algolia-right-container .product-items.widget-product-grid, .algolia-right-container .product-items.bestseller-products-grid, .algolia-right-container .product-items.widget-new-grid, .algolia-right-container .product-items.items {
      margin-left: -0.5rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .algolia-right-container .product-items.widget-product-grid, .algolia-right-container .product-items.bestseller-products-grid, .algolia-right-container .product-items.widget-new-grid, .algolia-right-container .product-items.items {
      margin-right: -0.5rem; } }
  .page-layout-2columns-left .product-items.widget-product-grid, .page-layout-2columns-left .product-items.bestseller-products-grid, .page-layout-2columns-left .product-items.widget-new-grid, .page-layout-2columns-left .product-items.items {
    margin-left: -0.425rem;
    margin-right: -0.425rem; }
    @media print, screen and (min-width: 40em) {
      .page-layout-2columns-left .product-items.widget-product-grid, .page-layout-2columns-left .product-items.bestseller-products-grid, .page-layout-2columns-left .product-items.widget-new-grid, .page-layout-2columns-left .product-items.items {
        margin-left: -0.5rem; } }
    @media print, screen and (min-width: 40em) {
      .page-layout-2columns-left .product-items.widget-product-grid, .page-layout-2columns-left .product-items.bestseller-products-grid, .page-layout-2columns-left .product-items.widget-new-grid, .page-layout-2columns-left .product-items.items {
        margin-right: -0.5rem; } }
  @media print, screen and (min-width: 64em) {
    .product-items {
      margin-left: auto;
      margin-right: auto; } }
  .block-wishlist .product-items,
  .block-reorder .product-items,
  .block-compare .product-items {
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .block-wishlist .product-items,
      .block-reorder .product-items,
      .block-compare .product-items {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .block-wishlist .product-items,
      .block-reorder .product-items,
      .block-compare .product-items {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .block-wishlist .product-items,
      .block-reorder .product-items,
      .block-compare .product-items {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .block-wishlist .product-items,
      .block-reorder .product-items,
      .block-compare .product-items {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .block-wishlist .product-items,
      .block-reorder .product-items,
      .block-compare .product-items {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
  .product-items .product-item,
  .product-items .ais-hits--item,
  .product-items .ais-infinite-hits--item {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 50%;
    position: relative;
    text-align: center;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 0.425rem transparent;
            box-shadow: 0 0 0 0.425rem transparent;
    padding: 0.425rem; }
    @media print, screen and (min-width: 40em) {
      .product-items .product-item,
      .product-items .ais-hits--item,
      .product-items .ais-infinite-hits--item {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .product-items .product-item:last-child:not(:first-child),
    .product-items .ais-hits--item:last-child:not(:first-child),
    .product-items .ais-infinite-hits--item:last-child:not(:first-child) {
      float: right; }
    .product-items .product-item:last-child:last-child,
    .product-items .ais-hits--item:last-child:last-child,
    .product-items .ais-infinite-hits--item:last-child:last-child {
      float: left; }
    @media print, screen and (min-width: 40em) {
      .product-items .product-item,
      .product-items .ais-hits--item,
      .product-items .ais-infinite-hits--item {
        padding-top: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .product-items .product-item,
      .product-items .ais-hits--item,
      .product-items .ais-infinite-hits--item {
        padding-bottom: 1.25rem; } }
    .product-items .product-item:nth-child(2n+1),
    .product-items .ais-hits--item:nth-child(2n+1),
    .product-items .ais-infinite-hits--item:nth-child(2n+1) {
      clear: both; }
      .product-items .product-item:nth-child(2n+1):before,
      .product-items .ais-hits--item:nth-child(2n+1):before,
      .product-items .ais-infinite-hits--item:nth-child(2n+1):before {
        border-right: 0; }
    @media print, screen and (min-width: 64em) {
      .product-items .product-item:nth-child(2n+1),
      .product-items .ais-hits--item:nth-child(2n+1),
      .product-items .ais-infinite-hits--item:nth-child(2n+1) {
        clear: none; }
      .product-items .product-item:nth-child(4n+1),
      .product-items .ais-hits--item:nth-child(4n+1),
      .product-items .ais-infinite-hits--item:nth-child(4n+1) {
        clear: both; } }
    .product-items .product-item:hover, .product-items .product-item:focus,
    .product-items .ais-hits--item:hover,
    .product-items .ais-hits--item:focus,
    .product-items .ais-infinite-hits--item:hover,
    .product-items .ais-infinite-hits--item:focus {
      -webkit-box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.07);
              box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.07);
      background-color: #fff; }
      .product-items .product-item:hover + .product-item:before,
      .product-items .product-item:hover + .ais-infinite-hits--item:before,
      .product-items .product-item:hover + .ais-hits--item:before, .product-items .product-item:focus + .product-item:before,
      .product-items .product-item:focus + .ais-infinite-hits--item:before,
      .product-items .product-item:focus + .ais-hits--item:before,
      .product-items .ais-hits--item:hover + .product-item:before,
      .product-items .ais-hits--item:hover + .ais-infinite-hits--item:before,
      .product-items .ais-hits--item:hover + .ais-hits--item:before,
      .product-items .ais-hits--item:focus + .product-item:before,
      .product-items .ais-hits--item:focus + .ais-infinite-hits--item:before,
      .product-items .ais-hits--item:focus + .ais-hits--item:before,
      .product-items .ais-infinite-hits--item:hover + .product-item:before,
      .product-items .ais-infinite-hits--item:hover + .ais-infinite-hits--item:before,
      .product-items .ais-infinite-hits--item:hover + .ais-hits--item:before,
      .product-items .ais-infinite-hits--item:focus + .product-item:before,
      .product-items .ais-infinite-hits--item:focus + .ais-infinite-hits--item:before,
      .product-items .ais-infinite-hits--item:focus + .ais-hits--item:before {
        border-right: 0 none !important; }
      .no-touchevents .product-items .product-item:hover .product-item-actions button.action, .no-touchevents
      .product-items .product-item:hover .product-price-stock .stock, .no-touchevents .product-items .product-item:focus .product-item-actions button.action, .no-touchevents
      .product-items .product-item:focus .product-price-stock .stock, .no-touchevents
      .product-items .ais-hits--item:hover .product-item-actions button.action, .no-touchevents
      .product-items .ais-hits--item:hover .product-price-stock .stock, .no-touchevents
      .product-items .ais-hits--item:focus .product-item-actions button.action, .no-touchevents
      .product-items .ais-hits--item:focus .product-price-stock .stock, .no-touchevents
      .product-items .ais-infinite-hits--item:hover .product-item-actions button.action, .no-touchevents
      .product-items .ais-infinite-hits--item:hover .product-price-stock .stock, .no-touchevents
      .product-items .ais-infinite-hits--item:focus .product-item-actions button.action, .no-touchevents
      .product-items .ais-infinite-hits--item:focus .product-price-stock .stock {
        opacity: 1;
        z-index: 1; }
    @media print, screen and (min-width: 40em) {
      .product-items .product-item,
      .product-items .ais-hits--item,
      .product-items .ais-infinite-hits--item {
        -webkit-box-shadow: 0 0 0 0.5rem transparent;
                box-shadow: 0 0 0 0.5rem transparent; } }
    @media print, screen and (min-width: 40em) {
      .product-items .product-item,
      .product-items .ais-hits--item,
      .product-items .ais-infinite-hits--item {
        padding: 0.5rem; } }
    .product-items .product-item:hover, .product-items .product-item:focus,
    .product-items .ais-hits--item:hover,
    .product-items .ais-hits--item:focus,
    .product-items .ais-infinite-hits--item:hover,
    .product-items .ais-infinite-hits--item:focus {
      z-index: 2;
      -webkit-box-shadow: 0 0 0 0.425rem #fff, 0 0 20px 8px rgba(0, 0, 0, 0.07);
              box-shadow: 0 0 0 0.425rem #fff, 0 0 20px 8px rgba(0, 0, 0, 0.07); }
      @media print, screen and (min-width: 40em) {
        .product-items .product-item:hover, .product-items .product-item:focus,
        .product-items .ais-hits--item:hover,
        .product-items .ais-hits--item:focus,
        .product-items .ais-infinite-hits--item:hover,
        .product-items .ais-infinite-hits--item:focus {
          -webkit-box-shadow: 0 0 0 0.5rem #fff, 0 0 20px 8px rgba(0, 0, 0, 0.07);
                  box-shadow: 0 0 0 0.5rem #fff, 0 0 20px 8px rgba(0, 0, 0, 0.07); } }
    @media print, screen and (min-width: 64em) {
      .product-items .product-item,
      .product-items .ais-hits--item,
      .product-items .ais-infinite-hits--item {
        width: 25%;
        margin-bottom: 0.5rem; }
        .page-layout-2columns-left .product-items .product-item,
        .algolia-right-container .product-items .product-item, .page-layout-2columns-left
        .product-items .ais-hits--item,
        .algolia-right-container
        .product-items .ais-hits--item, .page-layout-2columns-left
        .product-items .ais-infinite-hits--item,
        .algolia-right-container
        .product-items .ais-infinite-hits--item {
          margin-bottom: 1rem;
          width: 33.33333%; }
          .page-layout-2columns-left .product-items .product-item:nth-child(4n+1),
          .algolia-right-container .product-items .product-item:nth-child(4n+1), .page-layout-2columns-left
          .product-items .ais-hits--item:nth-child(4n+1),
          .algolia-right-container
          .product-items .ais-hits--item:nth-child(4n+1), .page-layout-2columns-left
          .product-items .ais-infinite-hits--item:nth-child(4n+1),
          .algolia-right-container
          .product-items .ais-infinite-hits--item:nth-child(4n+1) {
            clear: none; }
          .page-layout-2columns-left .product-items .product-item:nth-child(3n+1),
          .algolia-right-container .product-items .product-item:nth-child(3n+1), .page-layout-2columns-left
          .product-items .ais-hits--item:nth-child(3n+1),
          .algolia-right-container
          .product-items .ais-hits--item:nth-child(3n+1), .page-layout-2columns-left
          .product-items .ais-infinite-hits--item:nth-child(3n+1),
          .algolia-right-container
          .product-items .ais-infinite-hits--item:nth-child(3n+1) {
            clear: left; }
        .block-wishlist .product-items .product-item,
        .block-reorder .product-items .product-item,
        .block-compare .product-items .product-item, .block-wishlist
        .product-items .ais-hits--item,
        .block-reorder
        .product-items .ais-hits--item,
        .block-compare
        .product-items .ais-hits--item, .block-wishlist
        .product-items .ais-infinite-hits--item,
        .block-reorder
        .product-items .ais-infinite-hits--item,
        .block-compare
        .product-items .ais-infinite-hits--item {
          width: 50%;
          padding: 0.53125rem;
          margin-bottom: .5rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .block-wishlist .product-items .product-item,
      .block-reorder .product-items .product-item,
      .block-compare .product-items .product-item, .block-wishlist
      .product-items .ais-hits--item,
      .block-reorder
      .product-items .ais-hits--item,
      .block-compare
      .product-items .ais-hits--item, .block-wishlist
      .product-items .ais-infinite-hits--item,
      .block-reorder
      .product-items .ais-infinite-hits--item,
      .block-compare
      .product-items .ais-infinite-hits--item {
        padding: 0.625rem; } }
    .no-touchevents .product-items .product-item .product-item-actions button.action, .no-touchevents
    .product-items .ais-hits--item .product-item-actions button.action, .no-touchevents
    .product-items .ais-infinite-hits--item .product-item-actions button.action {
      opacity: 0;
      position: relative;
      z-index: -1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .no-touchevents .product-items .product-item .product-item-actions button.action:focus, .no-touchevents .product-items .product-item .product-item-actions button.action:active, .no-touchevents
    .product-items .ais-hits--item .product-item-actions button.action:focus, .no-touchevents
    .product-items .ais-hits--item .product-item-actions button.action:active, .no-touchevents
    .product-items .ais-infinite-hits--item .product-item-actions button.action:focus, .no-touchevents
    .product-items .ais-infinite-hits--item .product-item-actions button.action:active {
      opacity: 1;
      z-index: 1; }
    .product-items .product-item .amasty-label-container,
    .product-items .ais-hits--item .amasty-label-container,
    .product-items .ais-infinite-hits--item .amasty-label-container {
      z-index: 2 !important; }
    .product-items .product-item .product-item-actions a,
    .product-items .ais-hits--item .product-item-actions a,
    .product-items .ais-infinite-hits--item .product-item-actions a {
      text-decoration: none; }
    .product-items .product-item .product-item-actions button.action,
    .product-items .ais-hits--item .product-item-actions button.action,
    .product-items .ais-infinite-hits--item .product-item-actions button.action {
      margin-bottom: 0; }
    .product-items .product-item .product-item-actions .actions-secondary,
    .product-items .ais-hits--item .product-item-actions .actions-secondary,
    .product-items .ais-infinite-hits--item .product-item-actions .actions-secondary {
      display: none; }
    .product-items .product-item .product-image-container,
    .product-items .ais-hits--item .product-image-container,
    .product-items .ais-infinite-hits--item .product-image-container {
      max-width: 100%;
      width: auto !important;
      display: block;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .product-items .product-item .product-image-container .amasty-label-container,
      .product-items .ais-hits--item .product-image-container .amasty-label-container,
      .product-items .ais-infinite-hits--item .product-image-container .amasty-label-container {
        opacity: 0; }
        .product-items .product-item .product-image-container .amasty-label-container:last-child,
        .product-items .ais-hits--item .product-image-container .amasty-label-container:last-child,
        .product-items .ais-infinite-hits--item .product-image-container .amasty-label-container:last-child {
          opacity: 1; }
      .product-items .product-item .product-image-container .product-image-wrapper,
      .product-items .ais-hits--item .product-image-container .product-image-wrapper,
      .product-items .ais-infinite-hits--item .product-image-container .product-image-wrapper {
        padding-bottom: 0 !important; }
      .product-items .product-item .product-image-container:after,
      .product-items .ais-hits--item .product-image-container:after,
      .product-items .ais-infinite-hits--item .product-image-container:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.02);
        z-index: 1; }
    .product-items .product-item .product-item-photo,
    .product-items .ais-hits--item .product-item-photo,
    .product-items .ais-infinite-hits--item .product-item-photo {
      display: block;
      text-align: center;
      position: relative;
      text-decoration: none; }
      .product-items .product-item .product-item-photo img,
      .product-items .ais-hits--item .product-item-photo img,
      .product-items .ais-infinite-hits--item .product-item-photo img {
        width: auto;
        max-width: 100%; }
    .product-items .product-item .product-item-details,
    .product-items .ais-hits--item .product-item-details,
    .product-items .ais-infinite-hits--item .product-item-details {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      @media print, screen and (min-width: 40em) {
        .product-items .product-item .product-item-details,
        .product-items .ais-hits--item .product-item-details,
        .product-items .ais-infinite-hits--item .product-item-details {
          padding-left: 0;
          padding-right: 0; } }
      .product-items .product-item .product-item-details .product-item-inner,
      .product-items .product-item .product-item-details .product-item-actions,
      .product-items .ais-hits--item .product-item-details .product-item-inner,
      .product-items .ais-hits--item .product-item-details .product-item-actions,
      .product-items .ais-infinite-hits--item .product-item-details .product-item-inner,
      .product-items .ais-infinite-hits--item .product-item-details .product-item-actions {
        margin-top: auto; }
        @media screen and (max-width: 47.9375em) {
          .product-items .product-item .product-item-details .product-item-inner,
          .product-items .product-item .product-item-details .product-item-actions,
          .product-items .ais-hits--item .product-item-details .product-item-inner,
          .product-items .ais-hits--item .product-item-details .product-item-actions,
          .product-items .ais-infinite-hits--item .product-item-details .product-item-inner,
          .product-items .ais-infinite-hits--item .product-item-details .product-item-actions {
            position: absolute !important;
            width: 1px;
            height: 1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0); } }
      .product-items .product-item .product-item-details em,
      .product-items .ais-hits--item .product-item-details em,
      .product-items .ais-infinite-hits--item .product-item-details em {
        font-style: normal; }
    .product-items .product-item .product-item-name,
    .product-items .ais-hits--item .product-item-name,
    .product-items .ais-infinite-hits--item .product-item-name {
      display: block;
      overflow: hidden;
      font-size: 0.6875rem;
      font-weight: 100;
      line-height: 1.27;
      text-transform: none;
      color: #000;
      margin: 0.85rem 0 0.2rem;
      font-family: "brandon-grotesque", sans-serif; }
      @media screen and (min-width: 48em) {
        .product-items .product-item .product-item-name,
        .product-items .ais-hits--item .product-item-name,
        .product-items .ais-infinite-hits--item .product-item-name {
          font-size: 0.8125rem;
          font-weight: 100;
          line-height: 1.27; } }
      @media print, screen and (min-width: 64em) {
        .product-items .product-item .product-item-name,
        .product-items .ais-hits--item .product-item-name,
        .product-items .ais-infinite-hits--item .product-item-name {
          font-size: 0.8125rem;
          font-weight: 100;
          line-height: 1.27; } }
      @media screen and (min-width: 75em) {
        .product-items .product-item .product-item-name,
        .product-items .ais-hits--item .product-item-name,
        .product-items .ais-infinite-hits--item .product-item-name {
          font-size: 0.875rem;
          line-height: 1.27; } }
      .product-items .product-item .product-item-name a,
      .product-items .ais-hits--item .product-item-name a,
      .product-items .ais-infinite-hits--item .product-item-name a {
        text-decoration: none;
        color: #000; }
    .product-items .product-item .product-price-stock,
    .product-items .ais-hits--item .product-price-stock,
    .product-items .ais-infinite-hits--item .product-price-stock {
      margin-bottom: .75rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .product-items .product-item .product-price-stock::before, .product-items .product-item .product-price-stock::after,
      .product-items .ais-hits--item .product-price-stock::before,
      .product-items .ais-hits--item .product-price-stock::after,
      .product-items .ais-infinite-hits--item .product-price-stock::before,
      .product-items .ais-infinite-hits--item .product-price-stock::after {
        display: table;
        content: ' '; }
      .product-items .product-item .product-price-stock::after,
      .product-items .ais-hits--item .product-price-stock::after,
      .product-items .ais-infinite-hits--item .product-price-stock::after {
        clear: both; }
      .product-items .product-item .product-price-stock .product-attr-list,
      .product-items .ais-hits--item .product-price-stock .product-attr-list,
      .product-items .ais-infinite-hits--item .product-price-stock .product-attr-list {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      @media screen and (min-width: 48em) {
        .product-items .product-item .product-price-stock,
        .product-items .ais-hits--item .product-price-stock,
        .product-items .ais-infinite-hits--item .product-price-stock {
          margin-bottom: 1.25rem; } }
      .product-items .product-item .product-price-stock .price-box,
      .product-items .ais-hits--item .product-price-stock .price-box,
      .product-items .ais-infinite-hits--item .product-price-stock .price-box {
        margin-bottom: 0;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        width: 60%;
        position: relative; }
        .product-items .product-item .product-price-stock .price-box + .stock,
        .product-items .ais-hits--item .product-price-stock .price-box + .stock,
        .product-items .ais-infinite-hits--item .product-price-stock .price-box + .stock {
          -ms-flex-preferred-size: 35%;
              flex-basis: 35%;
          width: 35%; }
          @media screen and (max-width: 47.9375em) {
            .product-items .product-item .product-price-stock .price-box + .stock,
            .product-items .ais-hits--item .product-price-stock .price-box + .stock,
            .product-items .ais-infinite-hits--item .product-price-stock .price-box + .stock {
              position: absolute !important;
              width: 1px;
              height: 1px;
              overflow: hidden;
              clip: rect(0, 0, 0, 0); } }
        @media print, screen and (min-width: 40em) {
          .product-items .product-item .product-price-stock .price-box,
          .product-items .ais-hits--item .product-price-stock .price-box,
          .product-items .ais-infinite-hits--item .product-price-stock .price-box {
            float: left; } }
      .product-items .product-item .product-price-stock .stock,
      .product-items .ais-hits--item .product-price-stock .stock,
      .product-items .ais-infinite-hits--item .product-price-stock .stock {
        color: #61af3a;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 500;
        font-size: 1.0625rem;
        margin-top: .5rem;
        line-height: 1.125rem;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
        .product-items .product-item .product-price-stock .stock.backorder,
        .product-items .ais-hits--item .product-price-stock .stock.backorder,
        .product-items .ais-infinite-hits--item .product-price-stock .stock.backorder {
          color: rgba(0, 0, 0, 0.8); }
          .product-items .product-item .product-price-stock .stock.backorder span,
          .product-items .ais-hits--item .product-price-stock .stock.backorder span,
          .product-items .ais-infinite-hits--item .product-price-stock .stock.backorder span {
            padding-left: 1.5rem; }
            @media screen and (min-width: 64em) and (max-width: 74.9375em) {
              .product-items .product-item .product-price-stock .stock.backorder span,
              .product-items .ais-hits--item .product-price-stock .stock.backorder span,
              .product-items .ais-infinite-hits--item .product-price-stock .stock.backorder span {
                font-size: 0.8125rem;
                padding-top: 1px; } }
            @media screen and (min-width: 75em) and (max-width: 90.5625em) {
              .product-items .product-item .product-price-stock .stock.backorder span,
              .product-items .ais-hits--item .product-price-stock .stock.backorder span,
              .product-items .ais-infinite-hits--item .product-price-stock .stock.backorder span {
                font-size: 0.9375rem; } }
        @media print, screen and (min-width: 40em) {
          .product-items .product-item .product-price-stock .stock,
          .product-items .ais-hits--item .product-price-stock .stock,
          .product-items .ais-infinite-hits--item .product-price-stock .stock {
            float: right;
            margin-top: 0;
            text-align: right; } }
        .no-touchevents .product-items .product-item .product-price-stock .stock, .no-touchevents
        .product-items .ais-hits--item .product-price-stock .stock, .no-touchevents
        .product-items .ais-infinite-hits--item .product-price-stock .stock {
          opacity: 0;
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease; }
        .product-items .product-item .product-price-stock .stock span,
        .product-items .ais-hits--item .product-price-stock .stock span,
        .product-items .ais-infinite-hits--item .product-price-stock .stock span {
          display: inline-block;
          vertical-align: middle;
          padding: 0 0 0 1.1rem;
          line-height: 1; }
        @media print, screen and (min-width: 64em) {
          .product-items .product-item .product-price-stock .stock,
          .product-items .ais-hits--item .product-price-stock .stock,
          .product-items .ais-infinite-hits--item .product-price-stock .stock {
            line-height: 1.25rem; } }
        @media screen and (min-width: 75em) {
          .product-items .product-item .product-price-stock .stock,
          .product-items .ais-hits--item .product-price-stock .stock,
          .product-items .ais-infinite-hits--item .product-price-stock .stock {
            line-height: 1.25rem; } }
      .product-items .product-item .product-price-stock .mva_label,
      .product-items .ais-hits--item .product-price-stock .mva_label,
      .product-items .ais-infinite-hits--item .product-price-stock .mva_label {
        color: rgba(0, 0, 0, 0.5);
        font-size: 0.75rem;
        font-weight: 300;
        letter-spacing: normal; }
      .product-items .product-item .product-price-stock .special-price .mva_label,
      .product-items .ais-hits--item .product-price-stock .special-price .mva_label,
      .product-items .ais-infinite-hits--item .product-price-stock .special-price .mva_label {
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: -.25rem; }
    .product-items .product-item .price-box,
    .product-items .ais-hits--item .price-box,
    .product-items .ais-infinite-hits--item .price-box {
      line-height: 1;
      padding-bottom: 0;
      margin: 0 0 1.25rem;
      white-space: normal; }
      .product-items .product-item .price-box .price-label,
      .product-items .ais-hits--item .price-box .price-label,
      .product-items .ais-infinite-hits--item .price-box .price-label {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }
      .product-items .product-item .price-box > .price-container,
      .product-items .product-item .price-box .special-price,
      .product-items .ais-hits--item .price-box > .price-container,
      .product-items .ais-hits--item .price-box .special-price,
      .product-items .ais-infinite-hits--item .price-box > .price-container,
      .product-items .ais-infinite-hits--item .price-box .special-price {
        font-size: 1.125rem;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: bold;
        line-height: 1; }
        @media print, screen and (min-width: 64em) {
          .product-items .product-item .price-box > .price-container,
          .product-items .product-item .price-box .special-price,
          .product-items .ais-hits--item .price-box > .price-container,
          .product-items .ais-hits--item .price-box .special-price,
          .product-items .ais-infinite-hits--item .price-box > .price-container,
          .product-items .ais-infinite-hits--item .price-box .special-price {
            font-size: 1.25rem; } }
        @media screen and (min-width: 75em) {
          .product-items .product-item .price-box > .price-container,
          .product-items .product-item .price-box .special-price,
          .product-items .ais-hits--item .price-box > .price-container,
          .product-items .ais-hits--item .price-box .special-price,
          .product-items .ais-infinite-hits--item .price-box > .price-container,
          .product-items .ais-infinite-hits--item .price-box .special-price {
            font-size: 1.25rem; } }
      .product-items .product-item .price-box .special-price,
      .product-items .ais-hits--item .price-box .special-price,
      .product-items .ais-infinite-hits--item .price-box .special-price {
        color: #d20d0d;
        line-height: 1;
        display: inline-block;
        vertical-align: sub;
        margin-right: 0.5rem;
        padding: 0;
        background: transparent; }
      .product-items .product-item .price-box .old-price,
      .product-items .product-item .price-box .from-txt,
      .product-items .ais-hits--item .price-box .old-price,
      .product-items .ais-hits--item .price-box .from-txt,
      .product-items .ais-infinite-hits--item .price-box .old-price,
      .product-items .ais-infinite-hits--item .price-box .from-txt {
        text-decoration: line-through;
        color: rgba(0, 0, 0, 0.5);
        margin-left: 0;
        font-weight: 500;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        letter-spacing: normal;
        line-height: 1.125rem; }
        @media print, screen and (min-width: 64em) {
          .product-items .product-item .price-box .old-price,
          .product-items .product-item .price-box .from-txt,
          .product-items .ais-hits--item .price-box .old-price,
          .product-items .ais-hits--item .price-box .from-txt,
          .product-items .ais-infinite-hits--item .price-box .old-price,
          .product-items .ais-infinite-hits--item .price-box .from-txt {
            line-height: 1.25rem; } }
        @media screen and (min-width: 75em) {
          .product-items .product-item .price-box .old-price,
          .product-items .product-item .price-box .from-txt,
          .product-items .ais-hits--item .price-box .old-price,
          .product-items .ais-hits--item .price-box .from-txt,
          .product-items .ais-infinite-hits--item .price-box .old-price,
          .product-items .ais-infinite-hits--item .price-box .from-txt {
            line-height: 1.25rem; } }
        .product-items .product-item .price-box .old-price .price,
        .product-items .product-item .price-box .from-txt .price,
        .product-items .ais-hits--item .price-box .old-price .price,
        .product-items .ais-hits--item .price-box .from-txt .price,
        .product-items .ais-infinite-hits--item .price-box .old-price .price,
        .product-items .ais-infinite-hits--item .price-box .from-txt .price {
          font-size: 0.69062rem;
          text-decoration: line-through; }
          @media screen and (min-width: 48em) {
            .product-items .product-item .price-box .old-price .price,
            .product-items .product-item .price-box .from-txt .price,
            .product-items .ais-hits--item .price-box .old-price .price,
            .product-items .ais-hits--item .price-box .from-txt .price,
            .product-items .ais-infinite-hits--item .price-box .old-price .price,
            .product-items .ais-infinite-hits--item .price-box .from-txt .price {
              font-size: 0.8125rem; } }
      .product-items .product-item .price-box .from-txt,
      .product-items .ais-hits--item .price-box .from-txt,
      .product-items .ais-infinite-hits--item .price-box .from-txt {
        color: #000;
        text-decoration: none;
        font-size: 0.8125rem; }
      .product-items .product-item .price-box .price,
      .product-items .ais-hits--item .price-box .price,
      .product-items .ais-infinite-hits--item .price-box .price {
        white-space: nowrap; }
        .product-items .product-item .price-box .price .currency,
        .product-items .ais-hits--item .price-box .price .currency,
        .product-items .ais-infinite-hits--item .price-box .price .currency {
          position: absolute !important;
          width: 1px;
          height: 1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0); }
    .product-items .product-item .product-attr-list,
    .product-items .ais-hits--item .product-attr-list,
    .product-items .ais-infinite-hits--item .product-attr-list {
      display: none;
      margin: 0;
      color: rgba(0, 0, 0, 0.7);
      font-size: 0.6875rem;
      line-height: 1.2;
      margin-bottom: 1.4rem; }
      .product-items .product-item .product-attr-list li,
      .product-items .ais-hits--item .product-attr-list li,
      .product-items .ais-infinite-hits--item .product-attr-list li {
        padding: 0; }
        .product-items .product-item .product-attr-list li:after,
        .product-items .ais-hits--item .product-attr-list li:after,
        .product-items .ais-infinite-hits--item .product-attr-list li:after {
          display: none; }
      .product-items .product-item .product-attr-list:empty,
      .product-items .ais-hits--item .product-attr-list:empty,
      .product-items .ais-infinite-hits--item .product-attr-list:empty {
        display: none; }
      @media screen and (min-width: 48em) {
        .product-items .product-item .product-attr-list,
        .product-items .ais-hits--item .product-attr-list,
        .product-items .ais-infinite-hits--item .product-attr-list {
          display: block; } }
      @media print, screen and (min-width: 64em) {
        .product-items .product-item .product-attr-list,
        .product-items .ais-hits--item .product-attr-list,
        .product-items .ais-infinite-hits--item .product-attr-list {
          font-size: 0.8125rem; } }
      .product-items .product-item .product-attr-list > li,
      .product-items .ais-hits--item .product-attr-list > li,
      .product-items .ais-infinite-hits--item .product-attr-list > li {
        position: relative;
        padding: 0 0 .25em 1.3em; }
        .product-items .product-item .product-attr-list > li:after,
        .product-items .ais-hits--item .product-attr-list > li:after,
        .product-items .ais-infinite-hits--item .product-attr-list > li:after {
          display: block;
          top: 0;
          color: #e7e7e7; }
    .product-items .product-item .product-reviews-summary,
    .product-items .ais-hits--item .product-reviews-summary,
    .product-items .ais-infinite-hits--item .product-reviews-summary {
      display: none; }
    .product-items .product-item .comment-box .label span:after,
    .product-items .product-item .box-tocart .label span:after,
    .product-items .ais-hits--item .comment-box .label span:after,
    .product-items .ais-hits--item .box-tocart .label span:after,
    .product-items .ais-infinite-hits--item .comment-box .label span:after,
    .product-items .ais-infinite-hits--item .box-tocart .label span:after {
      content: ':'; }
    .product-items .product-item .field.choice .control,
    .product-items .ais-hits--item .field.choice .control,
    .product-items .ais-infinite-hits--item .field.choice .control {
      display: inline-block;
      vertical-align: middle;
      margin-left: .25rem; }
      .product-items .product-item .field.choice .control input,
      .product-items .ais-hits--item .field.choice .control input,
      .product-items .ais-infinite-hits--item .field.choice .control input {
        margin-bottom: 0; }
    .product-items .product-item .field.choice .label,
    .product-items .ais-hits--item .field.choice .label,
    .product-items .ais-infinite-hits--item .field.choice .label {
      cursor: pointer; }
    .product-items .product-item .box-tocart .field,
    .product-items .ais-hits--item .box-tocart .field,
    .product-items .ais-infinite-hits--item .box-tocart .field {
      width: 1%;
      display: table-cell;
      vertical-align: bottom;
      text-align: left;
      padding-right: .5rem; }
      .product-items .product-item .box-tocart .field .input-text,
      .product-items .ais-hits--item .box-tocart .field .input-text,
      .product-items .ais-infinite-hits--item .box-tocart .field .input-text {
        width: 3.5rem;
        text-align: center; }
    .product-items .product-item .box-tocart .product-item-actions,
    .product-items .ais-hits--item .box-tocart .product-item-actions,
    .product-items .ais-infinite-hits--item .box-tocart .product-item-actions {
      width: 99%;
      display: table-cell;
      vertical-align: bottom; }
      .product-items .product-item .box-tocart .product-item-actions .action,
      .product-items .ais-hits--item .box-tocart .product-item-actions .action,
      .product-items .ais-infinite-hits--item .box-tocart .product-item-actions .action {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
    .product-items .product-item .tooltip.wrapper,
    .product-items .ais-hits--item .tooltip.wrapper,
    .product-items .ais-infinite-hits--item .tooltip.wrapper {
      margin-bottom: 1rem; }
    .product-items .product-item .tooltip.wrapper, .product-items .product-item .tooltip.toggle,
    .product-items .ais-hits--item .tooltip.wrapper,
    .product-items .ais-hits--item .tooltip.toggle,
    .product-items .ais-infinite-hits--item .tooltip.wrapper,
    .product-items .ais-infinite-hits--item .tooltip.toggle {
      position: relative;
      color: inherit;
      font-size: inherit;
      padding: 0;
      top: auto;
      z-index: inherit;
      max-width: 100% !important;
      background: none; }
      .product-items .product-item .tooltip.wrapper:before, .product-items .product-item .tooltip.toggle:before,
      .product-items .ais-hits--item .tooltip.wrapper:before,
      .product-items .ais-hits--item .tooltip.toggle:before,
      .product-items .ais-infinite-hits--item .tooltip.wrapper:before,
      .product-items .ais-infinite-hits--item .tooltip.toggle:before {
        display: none; }
    .product-items .product-item .tooltip.toggle,
    .product-items .ais-hits--item .tooltip.toggle,
    .product-items .ais-infinite-hits--item .tooltip.toggle {
      display: inline-block;
      text-decoration: underline;
      color: #197e3e;
      cursor: pointer; }
      .product-items .product-item .tooltip.toggle:hover, .product-items .product-item .tooltip.toggle:active,
      .product-items .ais-hits--item .tooltip.toggle:hover,
      .product-items .ais-hits--item .tooltip.toggle:active,
      .product-items .ais-infinite-hits--item .tooltip.toggle:hover,
      .product-items .ais-infinite-hits--item .tooltip.toggle:active {
        color: #000; }
        .product-items .product-item .tooltip.toggle:hover + .tooltip.content, .product-items .product-item .tooltip.toggle:active + .tooltip.content,
        .product-items .ais-hits--item .tooltip.toggle:hover + .tooltip.content,
        .product-items .ais-hits--item .tooltip.toggle:active + .tooltip.content,
        .product-items .ais-infinite-hits--item .tooltip.toggle:hover + .tooltip.content,
        .product-items .ais-infinite-hits--item .tooltip.toggle:active + .tooltip.content {
          display: block; }
    .product-items .product-item .tooltip.content,
    .product-items .ais-hits--item .tooltip.content,
    .product-items .ais-infinite-hits--item .tooltip.content {
      display: none;
      min-width: 100%;
      left: 50%;
      text-align: left;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .product-items .product-item .tooltip.content dl,
      .product-items .ais-hits--item .tooltip.content dl,
      .product-items .ais-infinite-hits--item .tooltip.content dl {
        margin: 0; }
      .product-items .product-item .tooltip.content .subtitle,
      .product-items .ais-hits--item .tooltip.content .subtitle,
      .product-items .ais-infinite-hits--item .tooltip.content .subtitle {
        display: block;
        font-size: 120%;
        margin-bottom: .5rem;
        border-bottom: 1px solid white; }
      .product-items .product-item .tooltip.content .label,
      .product-items .ais-hits--item .tooltip.content .label,
      .product-items .ais-infinite-hits--item .tooltip.content .label {
        padding: 0;
        vertical-align: middle;
        color: #000;
        font-size: inherit;
        line-height: inherit;
        white-space: normal;
        background: none;
        color: white;
        margin-bottom: 0; }
        .product-items .product-item .tooltip.content .label:after,
        .product-items .ais-hits--item .tooltip.content .label:after,
        .product-items .ais-infinite-hits--item .tooltip.content .label:after {
          content: ':'; }
      .product-items .product-item .tooltip.content .values,
      .product-items .ais-hits--item .tooltip.content .values,
      .product-items .ais-infinite-hits--item .tooltip.content .values {
        margin-bottom: .5rem; }
    .product-items .product-item .action.tocart,
    .product-items .ais-hits--item .action.tocart,
    .product-items .ais-infinite-hits--item .action.tocart {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
    .product-items .product-item .actions-secondary .action,
    .product-items .ais-hits--item .actions-secondary .action,
    .product-items .ais-infinite-hits--item .actions-secondary .action {
      margin-right: .5rem; }
      .product-items .product-item .actions-secondary .action span,
      .product-items .ais-hits--item .actions-secondary .action span,
      .product-items .ais-infinite-hits--item .actions-secondary .action span {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }
      .product-items .product-item .actions-secondary .action:last-child,
      .product-items .ais-hits--item .actions-secondary .action:last-child,
      .product-items .ais-infinite-hits--item .actions-secondary .action:last-child {
        margin-right: 0; }

.block.grid, .block.related, .block.crosssell, .block.upsell, .block.block-new-products-names {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto; }
  .block.grid + .block,
  .block.grid + .nosto_element, .block.related + .block,
  .block.related + .nosto_element, .block.crosssell + .block,
  .block.crosssell + .nosto_element, .block.upsell + .block,
  .block.upsell + .nosto_element, .block.block-new-products-names + .block,
  .block.block-new-products-names + .nosto_element {
    margin-top: 2rem; }
  .block.grid::before, .block.grid::after, .block.related::before, .block.related::after, .block.crosssell::before, .block.crosssell::after, .block.upsell::before, .block.upsell::after, .block.block-new-products-names::before, .block.block-new-products-names::after {
    display: table;
    content: ' '; }
  .block.grid::after, .block.related::after, .block.crosssell::after, .block.upsell::after, .block.block-new-products-names::after {
    clear: both; }
  .block.grid .block-title strong, .block.related .block-title strong, .block.crosssell .block-title strong, .block.upsell .block-title strong, .block.block-new-products-names .block-title strong {
    display: block; }
    @media medium {
      .block.grid .block-title strong, .block.related .block-title strong, .block.crosssell .block-title strong, .block.upsell .block-title strong, .block.block-new-products-names .block-title strong {
        font-size: 1.5rem; } }
    @media xlarge {
      .block.grid .block-title strong, .block.related .block-title strong, .block.crosssell .block-title strong, .block.upsell .block-title strong, .block.block-new-products-names .block-title strong {
        font-size: 1.8rem; } }
    @media xxlarge {
      .block.grid .block-title strong, .block.related .block-title strong, .block.crosssell .block-title strong, .block.upsell .block-title strong, .block.block-new-products-names .block-title strong {
        font-size: 1.8rem; } }
  .page-layout-0column .block.grid .block-title, .page-layout-0column .block.related .block-title, .page-layout-0column .block.crosssell .block-title, .page-layout-0column .block.upsell .block-title, .page-layout-0column .block.block-new-products-names .block-title {
    padding-left: 1.0625rem;
    padding-right: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .page-layout-0column .block.grid .block-title, .page-layout-0column .block.related .block-title, .page-layout-0column .block.crosssell .block-title, .page-layout-0column .block.upsell .block-title, .page-layout-0column .block.block-new-products-names .block-title {
        padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .page-layout-0column .block.grid .block-title, .page-layout-0column .block.related .block-title, .page-layout-0column .block.crosssell .block-title, .page-layout-0column .block.upsell .block-title, .page-layout-0column .block.block-new-products-names .block-title {
        padding-right: 1.25rem; } }
  .block.grid .block-content > .block-actions,
  .block.grid .block-content .field.choice.related, .block.related .block-content > .block-actions,
  .block.related .block-content .field.choice.related, .block.crosssell .block-content > .block-actions,
  .block.crosssell .block-content .field.choice.related, .block.upsell .block-content > .block-actions,
  .block.upsell .block-content .field.choice.related, .block.block-new-products-names .block-content > .block-actions,
  .block.block-new-products-names .block-content .field.choice.related {
    display: none; }
  .page-layout-0column .block.grid .block-content, .page-layout-0column .block.related .block-content, .page-layout-0column .block.crosssell .block-content, .page-layout-0column .block.upsell .block-content, .page-layout-0column .block.block-new-products-names .block-content {
    padding-left: 1.0625rem;
    padding-right: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .page-layout-0column .block.grid .block-content, .page-layout-0column .block.related .block-content, .page-layout-0column .block.crosssell .block-content, .page-layout-0column .block.upsell .block-content, .page-layout-0column .block.block-new-products-names .block-content {
        padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .page-layout-0column .block.grid .block-content, .page-layout-0column .block.related .block-content, .page-layout-0column .block.crosssell .block-content, .page-layout-0column .block.upsell .block-content, .page-layout-0column .block.block-new-products-names .block-content {
        padding-right: 1.25rem; } }

.block-products-list,
.block-new-products {
  margin: 3rem 0; }
  @media print, screen and (min-width: 64em) {
    .block-products-list + .block-products-list,
    .block-new-products + .block-products-list {
      margin-top: 4rem; } }
  .block-products-list .no-rating,
  .block-new-products .no-rating {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }

.product-items .ais-hits--item .product-price-stock .special-price .mva_label,
.product-items .ais-infinite-hits--item .product-price-stock .special-price .mva_label {
  margin-top: 0; }

.filter .swatch-attribute-options, .filter
.ais-refinement-list.color {
  margin-bottom: -1rem; }

.swatch-attribute-options .ais-refinement-list--list,
.swatch-attribute-options .ais-refinement-list--item,
.ais-refinement-list.color .ais-refinement-list--list,
.ais-refinement-list.color .ais-refinement-list--item {
  border: 0; }

.swatch-attribute-options .swatch-option-link-layered,
.swatch-attribute-options .ais-refinement-list--item,
.ais-refinement-list.color .swatch-option-link-layered,
.ais-refinement-list.color .ais-refinement-list--item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 3px 4px;
  position: relative;
  padding: 0 0 13px;
  font-size: 0; }
  .swatch-attribute-options .swatch-option-link-layered.checked, .swatch-attribute-options .swatch-option-link-layered.ais-refinement-list--item__active,
  .swatch-attribute-options .ais-refinement-list--item.checked,
  .swatch-attribute-options .ais-refinement-list--item.ais-refinement-list--item__active,
  .ais-refinement-list.color .swatch-option-link-layered.checked,
  .ais-refinement-list.color .swatch-option-link-layered.ais-refinement-list--item__active,
  .ais-refinement-list.color .ais-refinement-list--item.checked,
  .ais-refinement-list.color .ais-refinement-list--item.ais-refinement-list--item__active {
    -webkit-box-shadow: 0 0 0 1px #ababab;
            box-shadow: 0 0 0 1px #ababab;
    background: #fff url("../images/icon-active-swatch.svg") 50% calc(100% - 3px) no-repeat;
    background-size: 9px auto; }
    .swatch-attribute-options .swatch-option-link-layered.checked .swatch-option:hover, .swatch-attribute-options .swatch-option-link-layered.checked .swatch-option:active, .swatch-attribute-options .swatch-option-link-layered.ais-refinement-list--item__active .swatch-option:hover, .swatch-attribute-options .swatch-option-link-layered.ais-refinement-list--item__active .swatch-option:active,
    .swatch-attribute-options .ais-refinement-list--item.checked .swatch-option:hover,
    .swatch-attribute-options .ais-refinement-list--item.checked .swatch-option:active,
    .swatch-attribute-options .ais-refinement-list--item.ais-refinement-list--item__active .swatch-option:hover,
    .swatch-attribute-options .ais-refinement-list--item.ais-refinement-list--item__active .swatch-option:active,
    .ais-refinement-list.color .swatch-option-link-layered.checked .swatch-option:hover,
    .ais-refinement-list.color .swatch-option-link-layered.checked .swatch-option:active,
    .ais-refinement-list.color .swatch-option-link-layered.ais-refinement-list--item__active .swatch-option:hover,
    .ais-refinement-list.color .swatch-option-link-layered.ais-refinement-list--item__active .swatch-option:active,
    .ais-refinement-list.color .ais-refinement-list--item.checked .swatch-option:hover,
    .ais-refinement-list.color .ais-refinement-list--item.checked .swatch-option:active,
    .ais-refinement-list.color .ais-refinement-list--item.ais-refinement-list--item__active .swatch-option:hover,
    .ais-refinement-list.color .ais-refinement-list--item.ais-refinement-list--item__active .swatch-option:active {
      -webkit-box-shadow: 0 0 0 1px #ababab;
              box-shadow: 0 0 0 1px #ababab; }

.swatch-attribute-options .swatch-option,
.ais-refinement-list.color .swatch-option {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); }
  .swatch-attribute-options .swatch-option:hover, .swatch-attribute-options .swatch-option:active,
  .ais-refinement-list.color .swatch-option:hover,
  .ais-refinement-list.color .swatch-option:active {
    -webkit-box-shadow: inset 0 0 0 1px #dbdbdb, 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 1px #dbdbdb, 0 0 0 2px #fff; }
  .swatch-attribute-options .swatch-option.disabled,
  .ais-refinement-list.color .swatch-option.disabled {
    opacity: .25; }

.swatch-attribute-options > .swatch-option,
.ais-refinement-list.color > .swatch-option {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem .75rem 0; }
  .swatch-attribute-options > .swatch-option:before,
  .ais-refinement-list.color > .swatch-option:before {
    display: none;
    content: attr(option-label);
    font-size: 11px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    color: #000;
    line-height: 1;
    margin-bottom: .25rem;
    padding: 0.1875rem 0.625rem;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
  .touchevents .swatch-attribute-options > .swatch-option:hover:before, .touchevents .swatch-attribute-options > .swatch-option:active:before, .touchevents
  .ais-refinement-list.color > .swatch-option:hover:before, .touchevents
  .ais-refinement-list.color > .swatch-option:active:before {
    display: block; }
  .swatch-attribute-options > .swatch-option.selected,
  .ais-refinement-list.color > .swatch-option.selected {
    height: 37px;
    margin-bottom: 0;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0 1px #dbdbdb, 0 0 0 2px #fff, 0 0 0 3px #ababab;
            box-shadow: inset 0 0 0 1px #dbdbdb, 0 0 0 2px #fff, 0 0 0 3px #ababab; }
    .swatch-attribute-options > .swatch-option.selected:after,
    .ais-refinement-list.color > .swatch-option.selected:after {
      content: '';
      display: block;
      height: 12px;
      margin-top: 18px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff url("../images/icon-active-swatch.svg") 50% 3px no-repeat;
      background-size: 9px auto; }
    .swatch-attribute-options > .swatch-option.selected:hover, .swatch-attribute-options > .swatch-option.selected:active,
    .ais-refinement-list.color > .swatch-option.selected:hover,
    .ais-refinement-list.color > .swatch-option.selected:active {
      -webkit-box-shadow: inset 0 0 0 1px #dbdbdb, 0 0 0 2px #fff, 0 0 0 3px #ababab;
              box-shadow: inset 0 0 0 1px #dbdbdb, 0 0 0 2px #fff, 0 0 0 3px #ababab; }
  .product-items .swatch-attribute-options > .swatch-option, .product-items
  .ais-refinement-list.color > .swatch-option {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: top;
    margin: 0.5rem;
    margin-left: 0; }
    .product-items .swatch-attribute-options > .swatch-option.selected, .product-items
    .ais-refinement-list.color > .swatch-option.selected {
      height: 10px;
      -webkit-box-shadow: 0 0 0 1px #197e3e;
              box-shadow: 0 0 0 1px #197e3e; }
      .product-items .swatch-attribute-options > .swatch-option.selected:after, .product-items
      .ais-refinement-list.color > .swatch-option.selected:after {
        display: none; }

.swatch-option-tooltip {
  display: none;
  width: 157px;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 6px;
  text-align: center;
  line-height: 1.3;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 2px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  .touchevents .swatch-option-tooltip {
    display: none !important; }
  .swatch-option-tooltip .title {
    height: 20px;
    overflow: hidden; }
  .swatch-option-tooltip .image {
    height: 132px;
    display: block;
    margin-bottom: 6px; }
  .swatch-option-tooltip .corner {
    width: 20px;
    height: 10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    position: absolute;
    top: 100%;
    border-color: #fff transparent transparent transparent; }

.swatch-attribute-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-bottom: .25rem; }
  .swatch-attribute-label:after {
    content: ':'; }

.swatch-attribute-selected-option {
  margin-left: .5rem;
  display: inline-block;
  vertical-align: middle; }

.product-info-wrapper .product-info-form-wrapper .swatch-attribute-options,
.swatch-layered.size .swatch-attribute-options {
  width: 100%;
  display: block; }
  .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text,
  .swatch-layered.size .swatch-attribute-options .swatch-option.text {
    width: 3rem;
    height: 2.25rem;
    text-align: center;
    color: #000;
    line-height: 2.25rem;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 0.9375rem;
    font-weight: 300;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text:first-child,
    .swatch-layered.size .swatch-attribute-options .swatch-option.text:first-child {
      border-left: 0; }
    .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text:hover, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text:active, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.selected,
    .swatch-layered.size .swatch-attribute-options .swatch-option.text:hover,
    .swatch-layered.size .swatch-attribute-options .swatch-option.text:active,
    .swatch-layered.size .swatch-attribute-options .swatch-option.text.selected {
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #fff;
      border-left-color: #197e3e;
      background-color: #197e3e; }
      .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text:hover:after, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text:active:after, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.selected:after,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text:hover:after,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text:active:after,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text.selected:after {
        display: none; }
      .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text:hover + .swatch-option, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text:active + .swatch-option, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.selected + .swatch-option,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text:hover + .swatch-option,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text:active + .swatch-option,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text.selected + .swatch-option {
        border-left-color: #197e3e; }
        .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text:hover + .swatch-option:hover, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text:active + .swatch-option:hover, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.selected + .swatch-option:hover,
        .swatch-layered.size .swatch-attribute-options .swatch-option.text:hover + .swatch-option:hover,
        .swatch-layered.size .swatch-attribute-options .swatch-option.text:active + .swatch-option:hover,
        .swatch-layered.size .swatch-attribute-options .swatch-option.text.selected + .swatch-option:hover {
          border-left-color: #d9d9d9; }
    .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled,
    .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled {
      opacity: 1;
      position: relative;
      color: #a3a3a3; }
      .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:hover, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:active,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:hover,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:active {
        cursor: help;
        color: #a3a3a3;
        border-left-color: rgba(0, 0, 0, 0.15);
        background: transparent; }
        .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:hover + .swatch-option, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:active + .swatch-option,
        .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:hover + .swatch-option,
        .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:active + .swatch-option {
          border-left-color: rgba(0, 0, 0, 0.15); }
          .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:hover + .swatch-option:hover, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:active + .swatch-option:hover,
          .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:hover + .swatch-option:hover,
          .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:active + .swatch-option:hover {
            border-left-color: rgba(0, 0, 0, 0.15); }
        .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:hover:before, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:hover:after, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:active:before, .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:active:after,
        .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:hover:before,
        .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:hover:after,
        .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:active:before,
        .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:active:after {
          opacity: 1; }
      .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:before,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:before {
        opacity: 0;
        display: block;
        content: attr(option-label);
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 0.625rem;
        font-size: 0.6875rem;
        line-height: 0;
        margin: 0;
        color: #fff;
        white-space: nowrap;
        background: #000;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .product-info-wrapper .product-info-form-wrapper .swatch-attribute-options .swatch-option.text.disabled:after,
      .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:after {
        opacity: 0;
        content: '';
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #000 transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }

.swatch-layered.size .swatch-attribute-options .swatch-option-link-layered {
  margin-left: 0;
  margin-right: 4px; }
  .swatch-layered.size .swatch-attribute-options .swatch-option-link-layered.checked {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding-bottom: 0; }
    .swatch-layered.size .swatch-attribute-options .swatch-option-link-layered.checked .swatch-option.text {
      color: #fff;
      background-color: #197e3e; }

.swatch-layered.size .swatch-attribute-options .swatch-option.text {
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 1px #ababab;
          box-shadow: 0 0 0 1px #ababab; }
  .swatch-layered.size .swatch-attribute-options .swatch-option.text:hover, .swatch-layered.size .swatch-attribute-options .swatch-option.text:active {
    color: #fff;
    background-color: #197e3e;
    -webkit-box-shadow: 0 0 0 1px #ababab;
            box-shadow: 0 0 0 1px #ababab; }
  .swatch-layered.size .swatch-attribute-options .swatch-option.text:before, .swatch-layered.size .swatch-attribute-options .swatch-option.text:after {
    display: none; }
  .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:before, .swatch-layered.size .swatch-attribute-options .swatch-option.text.disabled:after {
    display: none; }

.product-info-wrapper {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .product-info-wrapper::before, .product-info-wrapper::after {
    display: table;
    content: ' '; }
  .product-info-wrapper::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .product-info-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .product-info-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .product-info-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .product-info-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .product-info-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .product-info-wrapper .product.media {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    min-height: 18.75rem;
    margin-bottom: 2.5rem;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product.media {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .product-info-wrapper .product.media:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product.media {
        width: 41.66667%;
        min-height: 25rem; } }
    @media screen and (min-width: 48em) {
      .product-info-wrapper .product.media {
        width: 50%; } }
    @media screen and (min-width: 75em) {
      .product-info-wrapper .product.media {
        margin-bottom: 4rem; } }
  .product-info-wrapper .product-info-main {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-main {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .product-info-wrapper .product-info-main:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-main {
        width: 58.33333%; } }
    @media screen and (min-width: 48em) {
      .product-info-wrapper .product-info-main {
        width: 50%; } }
    .product-info-wrapper .product-info-main .attribute.sku {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    .product-info-wrapper .product-info-main .attribute.overview p + ul {
      padding-top: .75rem;
      margin-top: .75rem;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      @media print, screen and (min-width: 64em) {
        .product-info-wrapper .product-info-main .attribute.overview p + ul {
          padding-top: 1.25rem;
          margin-top: 1.25rem; } }
    .product-info-wrapper .product-info-main .attribute.overview + .product-attr-list {
      padding-top: .75rem;
      margin-top: .75rem;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      @media print, screen and (min-width: 64em) {
        .product-info-wrapper .product-info-main .attribute.overview + .product-attr-list {
          padding-top: 1.25rem;
          margin-top: 1.25rem; } }
  .product-info-wrapper .product-info-sidebar {
    position: relative;
    padding: 1.5rem 20px 1.9rem;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 1.75rem;
    background-color: #f7f7f7; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-sidebar {
        margin-left: 0;
        margin-right: 0; } }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-sidebar {
        padding-bottom: 1.5rem;
        margin-bottom: 2rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }
    .product-info-wrapper .product-info-sidebar .fieldset {
      padding: 0;
      border: 0;
      margin: 0;
      -webkit-tap-highlight-color: transparent; }
      .product-info-wrapper .product-info-sidebar .fieldset .legend {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none; }
      [data-whatinput='mouse'] .product-info-wrapper .product-info-sidebar .fieldset {
        outline: 0; }
  .product-info-wrapper .product-info-sidebar {
    margin-bottom: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-sidebar {
        padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-sidebar {
        padding-right: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-sidebar {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 48em) {
      .product-info-wrapper .product-info-sidebar {
        padding-left: .25rem;
        padding-right: .25rem; } }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-sidebar {
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 1.4rem;
        padding-bottom: 1.2rem;
        margin-bottom: 2.5rem; } }
    .product-info-wrapper .product-info-sidebar .product-add-form {
      padding-left: 3px;
      padding-right: 3px; }
      @media print, screen and (min-width: 40em) {
        .product-info-wrapper .product-info-sidebar .product-add-form {
          padding-left: 0;
          padding-right: 0; } }
  .product-info-wrapper .product.media {
    margin-bottom: 1rem; }
  .product-info-wrapper .product-options-bottom {
    display: none; }
  .product-info-wrapper .product-info-form-wrapper .product-info-form-row {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
    position: relative; }
    .product-info-wrapper .product-info-form-wrapper .product-info-form-row::before, .product-info-wrapper .product-info-form-wrapper .product-info-form-row::after {
      display: table;
      content: ' '; }
    .product-info-wrapper .product-info-form-wrapper .product-info-form-row::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-form-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-form-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-form-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-form-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-form-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .product-info-wrapper .product-info-form-wrapper .product-info-form-row .swatch-attribute-label {
      width: 100%;
      display: block;
      font-size: 0.9375rem;
      font-weight: 700;
      text-transform: uppercase;
      margin: .25rem 0 1rem; }
  .product-info-wrapper .product-info-form-wrapper .product-options-wrapper > .fieldset::before, .product-info-wrapper .product-info-form-wrapper .product-options-wrapper > .fieldset::after {
    display: table;
    content: ' '; }
  .product-info-wrapper .product-info-form-wrapper .product-options-wrapper > .fieldset::after {
    clear: both; }
  .product-info-wrapper .product-info-form-wrapper .product-options-wrapper .swatch-opt {
    margin-right: 1.0625rem;
    margin-left: 1.0625rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-wrapper .product-options-wrapper .swatch-opt {
        margin-right: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-wrapper .product-options-wrapper .swatch-opt {
        margin-left: 1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-wrapper .product-options-wrapper .swatch-opt {
        margin-left: 0rem;
        margin-right: 0rem;
        border-bottom: 0;
        padding-bottom: 0; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-info-wrapper .product-info-form-wrapper .product-options-wrapper .swatch-opt {
      margin-left: 0rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-info-wrapper .product-info-form-wrapper .product-options-wrapper .swatch-opt {
      margin-right: 0rem; } }
  @media print, screen and (min-width: 64em) {
    .product-info-wrapper .product-info-form-wrapper .product-options-wrapper {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-info-wrapper .product-info-form-wrapper .product-options-wrapper {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-wrapper .product-options-wrapper:last-child:not(:first-child) {
        float: right; }
      .product-info-wrapper .product-info-form-wrapper .product-options-wrapper .product-info-stock-sku.mobile {
        display: none; }
      .product-info-wrapper .product-info-form-wrapper .product-options-wrapper .product-info-stock-sku .stock {
        display: inline-block; } }
  .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    position: relative;
    margin-bottom: .25rem; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku:last-child:not(:first-child) {
      float: right; }
    .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku .swatch-attribute {
      padding-bottom: 1rem;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku .swatch-attribute .mage-error {
          position: absolute;
          bottom: 0;
          left: 0;
          margin-bottom: 0;
          line-height: 1; } }
    .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku .swatch-attribute-label {
      margin: 0 0 .4rem; }
    .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku .swatch-attribute-options > .swatch-option:before {
      display: none; }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku {
        width: 50%; }
        .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku .fieldset:before {
          display: none; }
        .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku .swatch-attribute-label {
          margin: 0 0 1rem; } }
  .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 50%;
    text-align: right;
    margin: .5rem 0;
    position: absolute;
    bottom: .25rem;
    right: 0; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper:last-child:not(:first-child) {
      float: right; }
    .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper .price-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper {
        position: relative;
        bottom: auto;
        right: auto; }
        .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper > .price-revert-wrapper,
        .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper > .price-over-box {
          margin: 0 0 .25rem;
          display: inline-block;
          vertical-align: bottom;
          max-width: 96%; }
        .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper:before {
          content: '';
          display: inline-block;
          vertical-align: bottom;
          height: 100%;
          margin-right: -.3em; }
        .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper > .price-over-box {
          position: relative;
          top: .5rem; } }
  .product-info-wrapper .product-info-form-wrapper .stock {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 50%;
    padding-left: 0rem;
    line-height: 1.875rem;
    margin: .5rem 0; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-wrapper .stock {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .product-info-wrapper .product-info-form-wrapper .stock:last-child:not(:first-child) {
      float: right; }
    .product-info-wrapper .product-info-form-wrapper .stock:last-child:last-child {
      float: left; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-wrapper .stock {
        padding-left: 0rem; } }
  .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
    margin-top: 0.3125rem; }
    .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom::before, .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom::after {
      display: table;
      content: ' '; }
    .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku {
      position: absolute;
      top: 0;
      right: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku {
          right: 1.25rem; } }
      .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku .stock {
        display: none; }
      @media print, screen and (min-width: 40em) {
        .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku {
          right: 0rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku {
      right: 0rem; } }
      @media print, screen and (min-width: 64em) {
        .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku {
          position: static;
          display: block;
          width: 100%;
          float: left;
          padding-right: 1.0625rem;
          padding-left: 1.0625rem;
          width: 50%;
          line-height: 2.4375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
      @media print, screen and (min-width: 64em) {
          .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku:last-child:not(:first-child) {
            float: right; }
          .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            margin-right: -.3em; }
          .product-info-wrapper .product-info-form-wrapper + .product-info-form-bottom .product-info-stock-sku .stock {
            display: inline-block;
            margin-left: 0; } }
  .product-info-wrapper .product-info-form-bottom {
    margin-top: 2rem; }
    .product-info-wrapper .product-info-form-bottom::before, .product-info-wrapper .product-info-form-bottom::after {
      display: table;
      content: ' '; }
    .product-info-wrapper .product-info-form-bottom::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-bottom {
        margin-top: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-bottom {
        margin-top: .3rem; } }
    .product-info-wrapper .product-info-form-bottom .product-info-stock-sku {
      padding-top: .25rem; }
      .product-info-wrapper .product-info-form-bottom .product-info-stock-sku .stock {
        display: inline-block;
        margin: 0 0 0 1rem;
        display: inline-block;
        vertical-align: middle;
        max-width: 96%; }
    .product-info-wrapper .product-info-form-bottom .box-tocart {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .product-info-wrapper .product-info-form-bottom .box-tocart {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .product-info-wrapper .product-info-form-bottom .box-tocart:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .product-info-wrapper .product-info-form-bottom .box-tocart {
          width: 50%;
          float: right;
          text-align: right; } }
      .product-info-wrapper .product-info-form-bottom .box-tocart .field {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }
      .product-info-wrapper .product-info-form-bottom .box-tocart .actions {
        width: auto; }
        .product-info-wrapper .product-info-form-bottom .box-tocart .actions button.action {
          display: block;
          width: 100%;
          margin-right: 0;
          margin-left: 0;
          font-size: 0.875rem;
          padding: 1rem 3rem;
          text-transform: uppercase;
          background-image: url("../images/icon-cart-active.svg");
          background-repeat: no-repeat;
          background-size: 20px auto;
          background-position: 18px 50%; }
  .product-info-wrapper .swatch-attribute-selected-option {
    display: none; }
  .product-info-wrapper .product-social-links .action.tocompare {
    display: none; }

.page-title-wrapper.product {
  margin-bottom: 0;
  font-size: 0; }
  .page-title-wrapper.product:before {
    display: none; }
  .page-title-wrapper.product .page-title {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1.0625rem;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .page-title-wrapper.product .page-title {
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 48em) {
      .page-title-wrapper.product .page-title {
        font-size: 2.125rem; } }
    @media screen and (min-width: 75em) {
      .page-title-wrapper.product .page-title {
        font-size: 2.5rem; } }

.product-info-wrapper .price-revert-wrapper,
.page-title-wrapper.product .price-revert-wrapper {
  display: none;
  margin-bottom: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .product-info-wrapper .price-revert-wrapper,
    .page-title-wrapper.product .price-revert-wrapper {
      margin-bottom: 1.25rem; } }
  .product-info-wrapper .price-revert-wrapper .price-box,
  .page-title-wrapper.product .price-revert-wrapper .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.product-info-wrapper .price-box > .price-container,
.page-title-wrapper.product .price-box > .price-container {
  font-weight: 500; }
  @media screen and (min-width: 48em) {
    .product-info-wrapper .price-box > .price-container,
    .page-title-wrapper.product .price-box > .price-container {
      font-weight: bold; } }
  @media print, screen and (min-width: 64em) {
    .product-info-wrapper .price-box > .price-container,
    .page-title-wrapper.product .price-box > .price-container {
      margin-top: 0; } }
  @media screen and (min-width: 75em) {
    .product-info-wrapper .price-box > .price-container,
    .page-title-wrapper.product .price-box > .price-container {
      margin-top: 0; } }

.product-info-wrapper .price-box > .price-container,
.product-info-wrapper .price-box .old-price,
.product-info-wrapper .price-box .special-price,
.page-title-wrapper.product .price-box > .price-container,
.page-title-wrapper.product .price-box .old-price,
.page-title-wrapper.product .price-box .special-price {
  line-height: 1.28;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .product-info-wrapper .price-box > .price-container,
    .product-info-wrapper .price-box .old-price,
    .product-info-wrapper .price-box .special-price,
    .page-title-wrapper.product .price-box > .price-container,
    .page-title-wrapper.product .price-box .old-price,
    .page-title-wrapper.product .price-box .special-price {
      line-height: 1.28; } }

.product-info-wrapper .price-box .old-price,
.page-title-wrapper.product .price-box .old-price {
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "brandon-grotesque", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.28;
  margin-right: .75rem;
  margin-left: 0;
  margin-top: 0.28125rem; }
  @media print, screen and (min-width: 64em) {
    .product-info-wrapper .price-box .old-price,
    .page-title-wrapper.product .price-box .old-price {
      line-height: 1.28; } }
  @media screen and (min-width: 75em) {
    .product-info-wrapper .price-box .old-price,
    .page-title-wrapper.product .price-box .old-price {
      font-size: 1rem;
      margin-top: 0.375rem; } }

.product-info-wrapper .price-box > .price-container,
.product-info-wrapper .price-box .special-price,
.page-title-wrapper.product .price-box > .price-container,
.page-title-wrapper.product .price-box .special-price {
  font-size: 1.40625rem; }
  @media screen and (min-width: 75em) {
    .product-info-wrapper .price-box > .price-container,
    .product-info-wrapper .price-box .special-price,
    .page-title-wrapper.product .price-box > .price-container,
    .page-title-wrapper.product .price-box .special-price {
      font-size: 1.875rem; } }
  .product-info-wrapper .price-box > .price-container .mva_label,
  .product-info-wrapper .price-box .special-price .mva_label,
  .page-title-wrapper.product .price-box > .price-container .mva_label,
  .page-title-wrapper.product .price-box .special-price .mva_label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.75rem;
    font-weight: 300;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -.5rem;
    letter-spacing: normal; }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .price-box > .price-container .mva_label,
      .product-info-wrapper .price-box .special-price .mva_label,
      .page-title-wrapper.product .price-box > .price-container .mva_label,
      .page-title-wrapper.product .price-box .special-price .mva_label {
        right: 0;
        left: auto;
        margin-top: 0; } }

.product-info-wrapper .price-revert-wrapper {
  display: block; }

.price-box {
  white-space: nowrap; }
  .price-box .minimal-price-link {
    display: none; }
  @media screen and (min-width: 48em) {
    .price-box {
      display: inline-block;
      vertical-align: top;
      clear: both;
      float: none !important; } }
  .price-box > .price-container,
  .price-box .old-price,
  .price-box .special-price {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.28; }
  .price-box .old-price {
    font-size: 0.65rem;
    font-family: "brandon-grotesque", sans-serif;
    color: rgba(0, 0, 0, 0.7);
    margin-left: .25rem;
    white-space: nowrap;
    position: relative; }
    .price-box .old-price:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .price-box .old-price .price-label:after {
      content: ':'; }
  .price-box > .price-container,
  .price-box .special-price {
    font-size: 1.18125rem;
    font-weight: bold;
    font-family: "brandon-grotesque", sans-serif;
    color: #000;
    text-transform: none; }
    .price-box > .price-container .price-label,
    .price-box .special-price .price-label {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }

.product-info-detailed .product-info-items {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  .product-info-detailed .product-info-items::before, .product-info-detailed .product-info-items::after {
    display: table;
    content: ' '; }
  .product-info-detailed .product-info-items::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .product-info-detailed .product-info-items {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .product-info-detailed .product-info-items {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .product-info-detailed .product-info-items {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .product-info-detailed .product-info-items {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .product-info-detailed .product-info-items {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .product-info-detailed .product-info-items > .item {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 3rem; }
    @media print, screen and (min-width: 40em) {
      .product-info-detailed .product-info-items > .item {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .product-info-detailed .product-info-items > .item:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .product-info-detailed .product-info-items > .item {
        width: 50%; } }
    .product-info-detailed .product-info-items > .item p {
      margin-bottom: .5rem; }
  .product-info-detailed .product-info-items .item-title {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1.25rem; }
    @media print, screen and (min-width: 64em) {
      .product-info-detailed .product-info-items .item-title {
        font-size: 2rem;
        margin-bottom: 1.75rem; } }
  @media screen and (min-width: 48em) {
    .product-info-detailed .product-info-items.full-width-detail > .item {
      width: 100%; }
      .product-info-detailed .product-info-items.full-width-detail > .item .additional-attributes-wrapper .additional-attributes-item {
        width: 25%; }
        .product-info-detailed .product-info-items.full-width-detail > .item .additional-attributes-wrapper .additional-attributes-item:nth-child(odd) {
          clear: none; }
        .product-info-detailed .product-info-items.full-width-detail > .item .additional-attributes-wrapper .additional-attributes-item:nth-child(4n+1) {
          clear: left; } }

.additional-attributes-wrapper {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .additional-attributes-wrapper::before, .additional-attributes-wrapper::after {
    display: table;
    content: ' '; }
  .additional-attributes-wrapper::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .additional-attributes-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .additional-attributes-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .additional-attributes-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .additional-attributes-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .additional-attributes-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .additional-attributes-wrapper .additional-attributes-item {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .additional-attributes-wrapper .additional-attributes-item {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .additional-attributes-wrapper .additional-attributes-item:last-child:not(:first-child) {
      float: right; }
    .additional-attributes-wrapper .additional-attributes-item:last-child:last-child {
      float: left; }
    @media screen and (min-width: 48em) {
      .additional-attributes-wrapper .additional-attributes-item {
        width: 50%; }
        .additional-attributes-wrapper .additional-attributes-item:nth-child(odd) {
          clear: left; } }
    .additional-attributes-wrapper .additional-attributes-item .title {
      font-weight: 700;
      font-size: 1.0625rem;
      padding-bottom: .65rem;
      margin-bottom: .7rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 48em) {
        .additional-attributes-wrapper .additional-attributes-item .title {
          padding-left: .25rem;
          margin-left: -.25rem; } }
    .additional-attributes-wrapper .additional-attributes-item ul {
      margin: 0; }
      .additional-attributes-wrapper .additional-attributes-item ul li {
        padding: 0; }
        .additional-attributes-wrapper .additional-attributes-item ul li:after {
          display: none; }

.product-additional-gallery {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
  margin-bottom: 1.75rem; }
  @media print, screen and (min-width: 64em) {
    .product-additional-gallery {
      margin-bottom: 5rem; } }
  .product-additional-gallery .product-additional-gallery-item {
    margin-bottom: .25rem; }
    @media print, screen and (min-width: 64em) {
      .product-additional-gallery .product-additional-gallery-item {
        margin-bottom: .5rem; } }
    .product-additional-gallery .product-additional-gallery-item:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 63.9375em) {
    .product-additional-gallery .desktop-image {
      display: none !important; } }
  @media screen and (max-width: 39.9375em) {
    .product-additional-gallery .tablet-image {
      display: none !important; } }
  @media print, screen and (min-width: 64em) {
    .product-additional-gallery .tablet-image {
      display: none !important; } }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .product-additional-gallery .mobile-image {
      display: none !important; } }

.b-product-outofstock {
  white-space: normal; }
  .b-product-outofstock .title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .75rem; }
    @media print, screen and (min-width: 64em) {
      .b-product-outofstock .title {
        font-size: 1.5rem; } }
  .b-product-outofstock .note-label {
    line-height: 1.2;
    margin-bottom: 1.25rem; }
    .b-product-outofstock .note-label:after {
      content: ':'; }
    @media print, screen and (min-width: 64em) {
      .b-product-outofstock .note-label {
        margin-bottom: 1.5rem; } }
  .b-product-outofstock .back-in-stock-header {
    padding-left: 1.5rem;
    background-image: url("../images/icon-invalid.svg");
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 15px auto; }
    @media print, screen and (min-width: 64em) {
      .b-product-outofstock .back-in-stock-header {
        background-position: 0 7px; } }
  @media print, screen and (min-width: 64em) {
    .b-product-outofstock .back-in-stock-form {
      padding-left: 1.5rem;
      padding-right: 2.5rem;
      max-width: 90.625rem;
      margin-right: auto;
      margin-left: auto;
      margin-right: -1.0625rem;
      margin-left: -1.0625rem; }
      .b-product-outofstock .back-in-stock-form::before, .b-product-outofstock .back-in-stock-form::after {
        display: table;
        content: ' '; }
      .b-product-outofstock .back-in-stock-form::after {
        clear: both; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .b-product-outofstock .back-in-stock-form {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 64em) and (min-width: 48em) {
    .b-product-outofstock .back-in-stock-form {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .b-product-outofstock .back-in-stock-form {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    .b-product-outofstock .back-in-stock-form {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 64em) and (min-width: 90.625em) {
    .b-product-outofstock .back-in-stock-form {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
      .b-product-outofstock .back-in-stock-form .b-input {
        position: relative;
        width: 100%;
        float: left;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem;
        width: 58.33333%;
        padding-right: 0rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .b-product-outofstock .back-in-stock-form .b-input {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
        .b-product-outofstock .back-in-stock-form .b-input:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .b-product-outofstock .back-in-stock-form .b-input {
        padding-right: 0rem; } }
  @media print, screen and (min-width: 64em) {
        .b-product-outofstock .back-in-stock-form .b-input div.mage-error {
          position: absolute;
          top: 100%;
          margin-left: 0;
          margin-right: 0;
          left: 1.0625rem;
          right: 0; } }
      @media print, screen and (min-width: 64em) and (min-width: 40em) {
        .b-product-outofstock .back-in-stock-form .b-input div.mage-error {
          left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
      .b-product-outofstock .back-in-stock-form .b-action {
        width: 100%;
        float: left;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem;
        width: 41.66667%;
        padding-left: 0.53125rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .b-product-outofstock .back-in-stock-form .b-action {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
        .b-product-outofstock .back-in-stock-form .b-action:last-child:not(:first-child) {
          float: right; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .b-product-outofstock .back-in-stock-form .b-action {
        padding-left: 0.625rem; } }
  @media screen and (min-width: 75em) {
    .b-product-outofstock .back-in-stock-form {
      padding-right: 5.25rem; } }
  .b-product-outofstock .b-add-in-favorite .button {
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .b-product-outofstock .b-add-in-favorite {
      padding-left: 1.5rem;
      padding-right: 2.5rem;
      max-width: 90.625rem;
      margin-right: auto;
      margin-left: auto;
      margin-right: -1.0625rem;
      margin-left: -1.0625rem; }
      .b-product-outofstock .b-add-in-favorite::before, .b-product-outofstock .b-add-in-favorite::after {
        display: table;
        content: ' '; }
      .b-product-outofstock .b-add-in-favorite::after {
        clear: both; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .b-product-outofstock .b-add-in-favorite {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 64em) and (min-width: 48em) {
    .b-product-outofstock .b-add-in-favorite {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .b-product-outofstock .b-add-in-favorite {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 64em) and (min-width: 75em) {
    .b-product-outofstock .b-add-in-favorite {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 64em) and (min-width: 90.625em) {
    .b-product-outofstock .b-add-in-favorite {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
      .b-product-outofstock .b-add-in-favorite .over-button {
        width: 100%;
        float: left;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .b-product-outofstock .b-add-in-favorite .over-button {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
        .b-product-outofstock .b-add-in-favorite .over-button:last-child:not(:first-child) {
          float: right; }
      .b-product-outofstock .b-add-in-favorite .button {
        padding-left: 2rem;
        padding-right: 2rem; } }
  @media screen and (min-width: 75em) {
    .b-product-outofstock .b-add-in-favorite {
      padding-right: 5.25rem; }
      .b-product-outofstock .b-add-in-favorite .button {
        font-size: 1rem;
        width: auto;
        display: inline-block; } }
  .b-product-outofstock .input-text {
    margin-bottom: .5rem; }
    .b-product-outofstock .input-text + div.mage-error {
      margin-top: -.5rem;
      margin-bottom: .25rem; }
    @media print, screen and (min-width: 64em) {
      .b-product-outofstock .input-text {
        margin-bottom: 0; }
        .b-product-outofstock .input-text + div.mage-error {
          margin-top: 0; } }
  .b-product-outofstock .action {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    min-height: 2.4375rem; }
  .b-product-outofstock + .product-social-links {
    text-align: center;
    margin-top: 1.5rem; }
    .b-product-outofstock + .product-social-links + .product-add-form {
      display: none; }
    @media screen and (max-width: 63.9375em) {
      .b-product-outofstock + .product-social-links .action.towishlist {
        width: auto;
        background-size: 1.5625rem 1.4375rem; }
        .b-product-outofstock + .product-social-links .action.towishlist > span {
          position: static;
          opacity: 1;
          margin: 0 0 0 2.375rem;
          padding: 0;
          color: #197e3e;
          font-size: 0.8125rem;
          background: none; }
          .b-product-outofstock + .product-social-links .action.towishlist > span:after {
            display: none; } }
    @media print, screen and (min-width: 64em) {
      .b-product-outofstock + .product-social-links {
        margin-top: 0;
        position: absolute;
        right: 1.0625rem;
        bottom: 2.21875rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .b-product-outofstock + .product-social-links {
      right: 1.25rem; } }
    @media screen and (min-width: 75em) {
      .b-product-outofstock + .product-social-links {
        margin-right: 1.25rem; } }

.prices-tier {
  margin: 0;
  margin-bottom: 1.5rem; }
  .prices-tier li {
    padding: 0; }
    .prices-tier li:after {
      display: none; }
  .prices-tier::before, .prices-tier::after {
    display: table;
    content: ' '; }
  .prices-tier::after {
    clear: both; }
  .prices-tier li {
    float: left;
    clear: both;
    color: #197e3e;
    font-size: 1.125rem;
    font-family: "brandon-grotesque", sans-serif;
    text-decoration: underline;
    font-weight: 700; }
    @media screen and (min-width: 48em) {
      .prices-tier li {
        font-size: 1.375rem; } }

.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important; }
  .fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important; }
  .fotorama--fullscreen .convert__fotorama__view-larger {
    display: none; }
  .fotorama--fullscreen .fotorama__stage {
    margin-bottom: 0;
    overflow: hidden; }
  .fotorama--fullscreen .convert__fotorama__header {
    display: block;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    padding-top: 1.7rem;
    color: #000;
    font-size: 0.8125rem;
    font-family: "brandon-grotesque", sans-serif;
    max-width: 1450px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
    z-index: 1; }
    @media print, screen and (min-width: 40em) {
      .fotorama--fullscreen .convert__fotorama__header {
        padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .fotorama--fullscreen .convert__fotorama__header {
        padding-right: 1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .fotorama--fullscreen .convert__fotorama__header {
        font-size: 1.125rem; } }
    @media screen and (min-width: 75em) {
      .fotorama--fullscreen .convert__fotorama__header {
        font-size: 1.375rem; } }
    .fotorama--fullscreen .convert__fotorama__header + .fotorama__stage {
      padding-top: 5rem;
      padding-bottom: 5rem;
      height: 100% !important;
      z-index: 2; }
    .fotorama--fullscreen .convert__fotorama__header .convert__fotorama__counter {
      width: 9%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      line-height: 1.2;
      padding-left: 1.0625rem;
      padding-right: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .fotorama--fullscreen .convert__fotorama__header .convert__fotorama__counter {
          padding-left: 1.25rem; } }
      @media print, screen and (min-width: 40em) {
        .fotorama--fullscreen .convert__fotorama__header .convert__fotorama__counter {
          padding-right: 1.25rem; } }
    .fotorama--fullscreen .convert__fotorama__header .convert__fotorama__caption {
      display: inline-block;
      vertical-align: top;
      width: 45%;
      line-height: 1.2;
      font-weight: 300; }
    .fotorama--fullscreen .convert__fotorama__header:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 45%;
      height: 1px; }
  .fotorama--fullscreen .fotorama__stage,
  .fotorama--fullscreen .fotorama__stage__shaft {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto; }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    height: 80px;
    width: auto;
    display: inline-block;
    right: 0;
    top: 0;
    position: absolute;
    font-size: 0.8125rem;
    font-family: "brandon-grotesque", sans-serif;
    color: rgba(0, 0, 0, 0.7);
    line-height: 80px;
    white-space: nowrap;
    text-align: right;
    padding-right: 80px;
    background: url("../images/icon-close-thin.svg") no-repeat;
    background-position: calc(100% - 25px) 50% !important;
    background-size: 30px auto;
    z-index: 1; }
    @media print, screen and (min-width: 64em) {
      .fotorama--fullscreen .fotorama__fullscreen-icon {
        font-size: 1rem; } }
    @media screen and (min-width: 75em) {
      .fotorama--fullscreen .fotorama__fullscreen-icon {
        font-size: 1.125rem; } }
    .fotorama--fullscreen .fotorama__fullscreen-icon:after {
      content: '';
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      position: absolute;
      z-index: 1000; }

.fotorama__fullscreen-icon {
  display: none; }

.convert__fotorama__header {
  display: none; }

.convert__fotorama__view-larger {
  display: none;
  position: absolute;
  color: #197e3e;
  cursor: pointer;
  left: 2rem;
  top: 2rem; }
  @media screen and (min-width: 48em) {
    .convert__fotorama__view-larger {
      display: block; } }
  .convert__fotorama__view-larger span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: none; }
  .convert__fotorama__view-larger:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: .35rem;
    content: '';
    width: 25px;
    height: 25px;
    background: url("../images/icon-lens.svg") no-repeat;
    background-size: 100% auto; }
  .convert__fotorama__view-larger:hover span {
    border-bottom: 0; }

.fotorama__fullscreen {
  overflow: hidden;
  position: relative; }
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__fullscreen .fotorama__zoom-out {
    cursor: pointer;
    display: block;
    height: 80px;
    overflow: hidden;
    position: absolute;
    width: 80px; }
  .fotorama__fullscreen .fotorama__zoom-out {
    background-position: 0 -80px !important;
    bottom: 0; }
    .fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
      display: none; }
  .fotorama__fullscreen .fotorama__zoom-in {
    background-position: 0 0 !important;
    bottom: 80px; }
    .fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
      display: none; }
  .fotorama__fullscreen .fotorama__video-close {
    display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.action-skip-wrapper {
  display: none; }

.fotorama-button-background, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .fotorama-button-background:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama-button-background:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
    background-color: rgba(0, 0, 0, 0.5); }

.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .fotorama__fullscreen-icon:focus:after,
  .fotorama__zoom-out:focus:after,
  .fotorama__zoom-in:focus:after,
  .fotorama__arr:focus:after,
  .fotorama__stage__shaft:focus:after,
  .fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
  .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    border-radius: inherit;
    bottom: 3px;
    -webkit-box-shadow: 3px;
            box-shadow: 3px;
    content: '';
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1000; }

.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px; }

.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit; }

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px; }

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px; }

.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px; }

.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px; }

.fotorama__thumb__arr {
  -webkit-box-shadow: none;
          box-shadow: none; }

.fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__html, .fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama-grabbing-cursor, .fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama-gpu, .fotorama--fullscreen, .fotorama__caption, .fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__html, .fotorama__stage:before, .fotorama__stage:after,
.fotorama__nav:before,
.fotorama__nav:after, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fotorama-focus, .fotorama__nav__frame, .fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0; }

.fotorama-focus-overlay:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  background-color: #197e3e;
  border-radius: inherit;
  content: ''; }

.fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  -webkit-transform: none !important;
          transform: none !important; }

.fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); }

.fotorama-no-select, .fotorama__wrap, .fotorama__no-select, .fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fotorama-select, .fotorama__select {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); }

.fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama-inline-block, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__caption__wrap {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle; }

.fotorama-content-box, .fotorama__nav__frame {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.fotorama-hidden, .fotorama--hidden, .fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000; }

.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto; }

.fotorama-no-tap, .fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.transitionDuration {
  -webkit-transition-duration: 333ms;
          transition-duration: 333ms; }

.transitionDurationZero {
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms; }

.fotorama-sprite, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__video-play,
.fotorama__video-close {
  background-image: url("../images/gallery.png");
  background-repeat: no-repeat; }

@media print {
  .fotorama-print-background, .fotorama-sprite, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__video-play,
  .fotorama__video-close, .fotorama__thumb-border {
    background: none !important; } }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none; }

.fotorama {
  min-width: 1px;
  overflow: hidden; }

.fotorama__wrap {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.fotorama--fullscreen .product-label {
  display: none; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__stage__shaft {
  position: relative; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }
  .fotorama__stage__frame.fotorama__active {
    z-index: 8; }
  .fotorama__stage__frame .product-video {
    height: 100%; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .product-video {
  margin-left: 80px;
  margin-right: 80px; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }
  .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    opacity: 1; }

.fotorama__img--full {
  display: none; }

.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0; }

.fotorama__nav__frame {
  position: relative; }

.fotorama__nav--dots {
  display: block;
  text-align: center; }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 30px;
    width: 18px; }
  .fotorama__nav--dots .fotorama__nav__frame--thumb,
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__nav--thumbs {
  display: block; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0 !important; }
  .fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none; }

.fotorama__active .fotorama__dot {
  background-color: #197e3e;
  border-color: #197e3e; }

.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0; }
  .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
    left: -3px;
    padding: 3px;
    top: -3px; }

.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #ccc;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px; }

.fotorama__thumb {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2; }

.fotorama__thumb-border {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9; }

.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12; }
  .fotorama__caption a {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);
    color: #000;
    text-decoration: none; }
    .fotorama__caption a:hover {
      border-color: rgba(0, 0, 0, 0.5);
      color: #000; }
  .fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }
  .fotorama__wrap--video .fotorama__caption,
  .fotorama__wrap--no-captions .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px; }

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

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

.fotorama__wrap--css3 .fotorama__html {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10; }

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute; }

.fotorama__arr {
  z-index: 900; }

.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000; }

.fotorama__arr {
  bottom: 80px;
  position: absolute;
  top: 80px;
  width: 80px;
  height: 80px;
  top: 50%;
  bottom: auto;
  margin-top: -40px; }
  .fotorama__arr .fotorama__arr__arr {
    height: 80px;
    width: 80px;
    background-image: url("../images/icon-big-next-arrow.svg");
    background-repeat: no-repeat;
    background-size: 44px auto;
    opacity: 0.9; }
    .ie9 .fotorama__arr .fotorama__arr__arr {
      margin: -40px 0 0 -40px; }
  .fotorama__arr:hover .fotorama__arr__arr, .fotorama__arr:active .fotorama__arr__arr {
    opacity: 1; }

.fotorama__arr--prev {
  left: 0; }
  .fotorama__arr--prev .fotorama__arr__arr {
    background-position: 50% 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg) !important;
            transform: translate3d(-50%, -50%, 0) rotate(180deg) !important; }

.fotorama__arr--next {
  right: 0; }
  .fotorama__arr--next .fotorama__arr__arr {
    background-position: 50% 50%; }

.fotorama__arr--disabled {
  cursor: default;
  opacity: 0.1;
  pointer-events: none; }

.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none; }

.fotorama__video-play {
  background-position: -80px -160px;
  height: 160px;
  width: 160px; }
  .fotorama__wrap--css2 .fotorama__video-play,
  .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }
  .fotorama__loaded .fotorama__video-play,
  .fotorama__error .fotorama__video-play,
  .fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1; }
  .fotorama__nav__frame .fotorama__video-play {
    background-position: 0 -240px;
    height: 80px;
    width: 80px; }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
  opacity: 0; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
    opacity: 1; }

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none; }

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px; }

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none; }

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px; }

.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none; }

.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px; }

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block; }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
          transform: translate3d(80px, -80px, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
          transform: translate3d(-120px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
          transform: translate3d(80px, -80px, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
          transform: translate3d(-120px, 0, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
          transform: translate3d(120px, 0, 0) !important; }

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, background-color, -webkit-transform;
  transition-property: opacity, background-color, -webkit-transform;
  transition-property: transform, opacity, background-color;
  transition-property: transform, opacity, background-color, -webkit-transform; }

.fotorama__stage:before, .fotorama__stage:after,
.fotorama__nav:before,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10; }

.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px; }

.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px; }

.fotorama__stage.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px; }

.fotorama__stage.fotorama__shadows--top:before, .fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px;
  height: 10px;
  left: 0;
  right: 0;
  width: auto; }

.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0; }

.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0; }

.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0; }

.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0; }

.fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none; }

.fotorama-abs-center, .fotorama__arr .fotorama__arr__arr, .fotorama__video-play, .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%; }

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%; }

.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto; }

.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0; }

.magnifier-lens {
  border: solid 1px #eee;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800; }

.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #eee;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000; }
  @media screen and (max-width: 47.9375em) {
    .magnify-lens {
      display: none !important; } }

.magnifier-loader-text {
  margin-top: 10px; }

.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100; }

.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 215px;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .magnifier-preview:not(.hidden) {
    background-color: #fff; }
  .magnifier-preview img {
    left: 0;
    max-width: inherit;
    position: absolute;
    top: 0; }

.fotorama__stage__frame {
  text-align: center; }
  .fotorama__stage__frame .fotorama__img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: width, height, top, left;
    transition-property: width, height, top, left;
    vertical-align: middle;
    width: auto; }

.magnify-opaque {
  opacity: .5; }

.magnify-hidden {
  display: none; }

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0; }

.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important; }

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none; }

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0; }

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
    cursor: pointer;
    max-height: none;
    max-width: none;
    -webkit-transition-property: width, height, bottom, right, top, left;
    transition-property: width, height, bottom, right, top, left; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
    cursor: move;
    -webkit-transition-property: none;
    transition-property: none; }

.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px; }

.fotorama--fullscreen .fotorama__nav-wrap--horizontal {
  text-align: center; }
  .fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav__shaft {
    display: inline-block; }
  .fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right,
  .fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: auto;
    right: auto;
    height: 80px; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75) url("../images/icon-big-next-arrow.svg") no-repeat 100% 50%;
    background-size: 30px auto;
    background-position: 50%; }
    .ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .ie9
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      margin: -15px 0 0 -15px; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
            transform: translate3d(-50%, -50%, 0) rotate(180deg); }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0; }

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: auto;
    width: 30px; }

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0; }

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0; }

.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

@media screen and (max-width: 47.9375em) {
  .fotorama__arr--next,
  .fotorama__arr--prev {
    width: 40px; }
    .fotorama__arr--next .fotorama__arr__arr,
    .fotorama__arr--prev .fotorama__arr__arr {
      width: 100%;
      background: url("../images/icon-big-next-arrow.svg") no-repeat 100% 50%;
      background-size: 30px auto; }
  .fotorama__arr--prev .fotorama__arr__arr {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
            transform: translate3d(-50%, -50%, 0) rotate(180deg); }
  .fotorama__nav-wrap {
    text-align: center; }
    .fotorama__nav-wrap .fotorama__nav {
      height: auto !important; }
    .fotorama__nav-wrap .fotorama__nav__frame {
      height: 7px !important;
      width: 7px !important;
      padding: 0 !important;
      border-radius: 50%;
      margin: 0 3px;
      overflow: hidden; }
      .fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb {
        background: #cccccc; }
      .fotorama__nav-wrap .fotorama__nav__frame img {
        display: none; }
      .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active .fotorama__thumb {
        background: #000; }
    .fotorama__nav-wrap .fotorama__thumb-border,
    .fotorama__nav-wrap .fotorama__thumb__arr {
      display: none !important; } }

.magnify-fullimage {
  display: none; }

.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(80px, -80px, 0);
          transform: translate3d(80px, -80px, 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 80px; }
  @media all and (max-width: 768px) {
    .fotorama__video-close {
      background-position: -100px -20px;
      top: 10px;
      height: 40px;
      width: 40px; } }
  .fotorama__video-close.fotorama-show-control {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }

.gallery-placeholder .loading-mask .loader {
  display: block; }

.fotorama__spinner {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../images/ripple.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 555; }
  .fotorama__spinner .loading-mssg {
    display: block;
    position: absolute;
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.375rem; }
    .fotorama__spinner .loading-mssg .loading-img {
      margin-right: .5rem; }
    @media print, screen and (min-width: 40em) {
      .fotorama__spinner .loading-mssg {
        font-size: 2.125rem; } }
    @media print, screen and (min-width: 64em) {
      .fotorama__spinner .loading-mssg {
        font-size: 2.5rem;
        top: 15rem; } }
  .fotorama__spinner.fotorama__spinner--show {
    display: block; }

.fotorama__product-video--loaded .fotorama__img, .fotorama__product-video--loaded .fotorama__img--full {
  display: none !important; }

.fotorama__stage {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 1rem;
  overflow: visible; }
  .fotorama__stage .amasty-label-container {
    opacity: 0; }
    .fotorama__stage .amasty-label-container:last-child {
      opacity: 1; }
  @media screen and (min-width: 48em) {
    .fotorama__stage {
      margin-bottom: 2rem; } }
  .fotorama__stage .fotorama__arr--shown {
    display: block !important; }
  .fotorama__stage .fotorama__arr--hidden {
    display: none !important; }

.catalog-product-view .fotorama__caption {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.amlabel-position-wrapper {
  z-index: 2 !important; }
  .fotorama--fullscreen .amlabel-position-wrapper {
    display: none !important; }

.product-label {
  width: 3.75rem !important;
  height: 3.75rem !important;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 12px !important;
  right: 14px !important;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
  background: #d20d0d;
  z-index: 2 !important; }
  .product-label b,
  .product-label strong {
    font-weight: inherit; }
  @media screen and (min-width: 75em) {
    .product-label {
      width: !important;
      height: !important; } }
  .product-label.product-new-label {
    background: #000; }
    .checkout-cart-index .cart-container .product-label.product-new-label span,
    .courses-list .product-label.product-new-label span,
    .table-order-items .product-label.product-new-label span,
    .form-wishlist-items .product-label.product-new-label span,
    .add-to-cart-popup .product-label.product-new-label span {
      display: inline-block;
      font-size: 0.54167rem;
      position: relative;
      top: -2px; }
  .product-label.product-discount-label {
    z-index: 2 !important; }
    .product-label.product-discount-label b,
    .product-label.product-discount-label strong {
      font-size: 1.375rem;
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 700; }
      @media screen and (min-width: 75em) {
        .product-label.product-discount-label b,
        .product-label.product-discount-label strong {
          font-size: 1.875rem; } }
      .checkout-cart-index .cart-container .product-label.product-discount-label b,
      .courses-list .product-label.product-discount-label b,
      .table-order-items .product-label.product-discount-label b,
      .form-wishlist-items .product-label.product-discount-label b,
      .add-to-cart-popup .product-label.product-discount-label b, .checkout-cart-index .cart-container
      .product-label.product-discount-label strong,
      .courses-list
      .product-label.product-discount-label strong,
      .table-order-items
      .product-label.product-discount-label strong,
      .form-wishlist-items
      .product-label.product-discount-label strong,
      .add-to-cart-popup
      .product-label.product-discount-label strong {
        font-size: 1rem; }
    .product-label.product-discount-label span {
      display: none;
      font-size: 0.6875rem;
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 400;
      margin: .5rem auto 0;
      max-width: 75%;
      text-transform: uppercase; }
    @media screen and (min-width: 75em) {
      .product-label.product-discount-label {
        width: !important;
        height: !important; }
        .product-label.product-discount-label span {
          display: block; } }
    .checkout-cart-index .cart-container .product-label.product-discount-label span,
    .courses-list .product-label.product-discount-label span,
    .table-order-items .product-label.product-discount-label span,
    .form-wishlist-items .product-label.product-discount-label span,
    .add-to-cart-popup .product-label.product-discount-label span {
      display: none; }
  .checkout-cart-index .cart-container .product-label,
  .courses-list .product-label,
  .table-order-items .product-label,
  .form-wishlist-items .product-label,
  .add-to-cart-popup .product-label {
    width: 3.125rem !important;
    font-size: 1rem;
    top: 4px !important;
    right: 4px !important;
    height: 3.125rem !important; }
    @media screen and (max-width: 63.9375em) {
      .checkout-cart-index .cart-container .product-label,
      .courses-list .product-label,
      .table-order-items .product-label,
      .form-wishlist-items .product-label,
      .add-to-cart-popup .product-label {
        display: none !important; } }
  .product.media .product-label {
    top: 15px !important;
    right: 35px !important; }
  .product-label:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -.2em; }
  .product-label .product-label-text {
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    white-space: normal !important;
    position: relative !important;
    line-height: 1 !important; }
  .product-label img {
    display: none; }

.amasty-label-container:not(.product-label) {
  display: none; }

.page-with-filter .sidebar:not(.algolia-left-container),
.catalogsearch-result-index .sidebar:not(.algolia-left-container) {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .page-with-filter .sidebar:not(.algolia-left-container),
    .catalogsearch-result-index .sidebar:not(.algolia-left-container) {
      display: block; }
      .page-with-filter .sidebar:not(.algolia-left-container).sidebar-additional,
      .catalogsearch-result-index .sidebar:not(.algolia-left-container).sidebar-additional {
        display: none; } }

.category-image {
  margin-bottom: 1.5rem; }

.toolbar.toolbar-products {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: .5rem;
  margin-bottom: 0.5rem;
  clear: both; }
  .toolbar.toolbar-products::before, .toolbar.toolbar-products::after {
    display: table;
    content: ' '; }
  .toolbar.toolbar-products::after {
    clear: both; }
  @media screen and (min-width: 48em) {
    .toolbar.toolbar-products {
      padding-bottom: 0; } }
  .products-grid + .toolbar.toolbar-products {
    padding-top: 1.75rem;
    margin-bottom: 0; }
  .toolbar.toolbar-products .modes,
  .toolbar.toolbar-products .limiter,
  .toolbar.toolbar-products .pages {
    display: none; }
  .toolbar.toolbar-products .toolbar-amount,
  .toolbar.toolbar-products .mobile-controls {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: .5rem; }
    @media print, screen and (min-width: 40em) {
      .toolbar.toolbar-products .toolbar-amount,
      .toolbar.toolbar-products .mobile-controls {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .toolbar.toolbar-products .toolbar-amount:last-child:not(:first-child),
    .toolbar.toolbar-products .mobile-controls:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .toolbar.toolbar-products .toolbar-amount,
      .toolbar.toolbar-products .mobile-controls {
        width: 50%;
        margin-bottom: 1.25rem;
        line-height: 2.25rem; } }
    @media print, screen and (min-width: 64em) {
      .toolbar.toolbar-products .toolbar-amount,
      .toolbar.toolbar-products .mobile-controls {
        width: 66.66667%; } }
  .toolbar.toolbar-products .toolbar-amount {
    color: #000;
    font-size: 0.7525rem;
    font-weight: 300;
    margin-top: .5rem; }
    @media print, screen and (min-width: 40em) {
      .toolbar.toolbar-products .toolbar-amount {
        margin-top: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 48em) {
      .toolbar.toolbar-products .toolbar-amount {
        font-size: 0.875rem;
        margin-bottom: 0; } }
    .toolbar.toolbar-products .toolbar-amount a {
      color: #0e682f;
      text-decoration: underline; }
      .toolbar.toolbar-products .toolbar-amount a:hover, .toolbar.toolbar-products .toolbar-amount a:active {
        text-decoration: none; }
  .toolbar.toolbar-products .mobile-controls {
    line-height: inherit;
    font-size: 0; }
    .toolbar.toolbar-products .mobile-controls .mobile-filter-btn:last-child {
      margin-right: 0; }
  .toolbar.toolbar-products .toolbar-sorter {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    font-size: 0; }
    @media print, screen and (min-width: 40em) {
      .toolbar.toolbar-products .toolbar-sorter {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .toolbar.toolbar-products .toolbar-sorter:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .toolbar.toolbar-products .toolbar-sorter {
        width: 50%; } }
    @media print, screen and (min-width: 64em) {
      .toolbar.toolbar-products .toolbar-sorter {
        width: 33.33333%; } }
    .toolbar.toolbar-products .toolbar-sorter .sorter-action {
      display: none; }
    .toolbar.toolbar-products .toolbar-sorter .sorter-label {
      display: inline-block;
      text-align: right;
      white-space: nowrap;
      padding-right: 1rem; }
      .toolbar.toolbar-products .toolbar-sorter .sorter-label:after {
        content: ':'; }
      @media print, screen and (min-width: 40em) {
        .toolbar.toolbar-products .toolbar-sorter .sorter-label {
          width: 50%; } }
    .toolbar.toolbar-products .toolbar-sorter select.sorter-options,
    .toolbar.toolbar-products .toolbar-sorter .sorter-options select {
      display: inline-block;
      height: 2.25rem;
      font-size: 0.875rem;
      font-weight: 300;
      padding-top: 0.25rem;
      padding-bottom: 0.16667rem;
      margin-bottom: 0; }
      @media print, screen and (min-width: 40em) {
        .toolbar.toolbar-products .toolbar-sorter select.sorter-options,
        .toolbar.toolbar-products .toolbar-sorter .sorter-options select {
          width: 50%; } }
    .toolbar.toolbar-products .toolbar-sorter .sorter-options > div {
      display: inline-block; }
      @media print, screen and (min-width: 40em) {
        .toolbar.toolbar-products .toolbar-sorter .sorter-options > div {
          width: 50%; }
          .toolbar.toolbar-products .toolbar-sorter .sorter-options > div select {
            width: 100%; } }

.filter-options-content .swatch-attribute {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.filter-options-content .am_shopby_slider_container {
  position: relative; }

.filter-options-content .ui-slider {
  position: relative;
  height: 0;
  border-top: 1px solid #969696;
  border-radius: 0;
  margin: 0.5rem 1.0625rem 0.625rem 0;
  text-align: left;
  /* support: IE8 - See #6727 */ }
  .filter-options-content .ui-slider:after {
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    left: 100%;
    top: 50%;
    height: 1px;
    margin-top: -1px;
    background: #969696; }
  .filter-options-content .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #303030;
    border-radius: 100%;
    top: -10px;
    margin-left: -1px;
    margin-top: 0;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none; }
    .filter-options-content .ui-slider .ui-slider-handle:focus {
      outline: none; }
  .filter-options-content .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #a0a0a0;
    background-position: 0 0;
    height: 100%; }
  .filter-options-content .ui-slider.ui-state-disabled .ui-slider-handle,
  .filter-options-content .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
            filter: inherit; }

.filter-options-content .max-value-container,
.filter-options-content .min-value-container {
  position: absolute;
  padding-top: 0.1875rem; }

.filter-options-content .min-value-container {
  left: 0; }

.filter-options-content .max-value-container {
  right: 0; }

.block.filter .filter-options-title,
.block.filter .filter-options-content {
  padding: 0;
  background: transparent; }

.block.filter .filter-options-title {
  padding-bottom: 0.75rem;
  padding-left: 0.25rem; }
  .block.filter .filter-options-title::before, .block.filter .filter-options-title::after {
    display: table;
    content: ' '; }
  .block.filter .filter-options-title::after {
    clear: both; }

.block.filter .filter-options-content {
  padding-top: 0; }
  .block.filter .filter-options-content.has-ui-slider {
    padding-top: .75rem;
    padding-bottom: 3.5rem; }

.block.filter.filter-price ol.items,
.block.filter.filter-price ul.items,
.block.filter .has-ui-slider ol.items,
.block.filter .has-ui-slider ul.items,
.filter-content.filter-price ol.items,
.filter-content.filter-price ul.items,
.filter-content .has-ui-slider ol.items,
.filter-content .has-ui-slider ul.items,
.nav-toolbar-sorter-mobile.filter-price ol.items,
.nav-toolbar-sorter-mobile.filter-price ul.items,
.nav-toolbar-sorter-mobile .has-ui-slider ol.items,
.nav-toolbar-sorter-mobile .has-ui-slider ul.items {
  border-top: 0; }

.block.filter a,
.filter-content a,
.nav-toolbar-sorter-mobile a {
  text-decoration: none; }

.block.filter .filter-title,
.block.filter .filter-subtitle,
.filter-content .filter-title,
.filter-content .filter-subtitle,
.nav-toolbar-sorter-mobile .filter-title,
.nav-toolbar-sorter-mobile .filter-subtitle {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.block.filter .filter-options-title,
.block.filter .filter-current-subtitle,
.filter-content .filter-options-title,
.filter-content .filter-current-subtitle,
.nav-toolbar-sorter-mobile .filter-options-title,
.nav-toolbar-sorter-mobile .filter-current-subtitle {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.375rem;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.2;
  padding-bottom: 0.75rem;
  text-transform: uppercase; }
  .block.filter .filter-options-title .clear-filter,
  .block.filter .filter-current-subtitle .clear-filter,
  .filter-content .filter-options-title .clear-filter,
  .filter-content .filter-current-subtitle .clear-filter,
  .nav-toolbar-sorter-mobile .filter-options-title .clear-filter,
  .nav-toolbar-sorter-mobile .filter-current-subtitle .clear-filter {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #197e3e;
    border-bottom: 1px solid #bcddc9;
    line-height: 1;
    margin-top: 0.55rem;
    float: right; }
    .block.filter .filter-options-title .clear-filter:hover, .block.filter .filter-options-title .clear-filter:active,
    .block.filter .filter-current-subtitle .clear-filter:hover,
    .block.filter .filter-current-subtitle .clear-filter:active,
    .filter-content .filter-options-title .clear-filter:hover,
    .filter-content .filter-options-title .clear-filter:active,
    .filter-content .filter-current-subtitle .clear-filter:hover,
    .filter-content .filter-current-subtitle .clear-filter:active,
    .nav-toolbar-sorter-mobile .filter-options-title .clear-filter:hover,
    .nav-toolbar-sorter-mobile .filter-options-title .clear-filter:active,
    .nav-toolbar-sorter-mobile .filter-current-subtitle .clear-filter:hover,
    .nav-toolbar-sorter-mobile .filter-current-subtitle .clear-filter:active {
      border-bottom: 0;
      padding-bottom: 1px; }

.block.filter .filter-options-content,
.filter-content .filter-options-content,
.nav-toolbar-sorter-mobile .filter-options-content {
  margin-bottom: 2.5rem; }

.block.filter .filter-current,
.filter-content .filter-current,
.nav-toolbar-sorter-mobile .filter-current {
  margin-bottom: 0.625rem; }
  .block.filter .filter-current .filter-label:after,
  .filter-content .filter-current .filter-label:after,
  .nav-toolbar-sorter-mobile .filter-current .filter-label:after {
    content: ':'; }
  .block.filter .filter-current .filter-value,
  .filter-content .filter-current .filter-value,
  .nav-toolbar-sorter-mobile .filter-current .filter-value {
    color: #197e3e; }
  .block.filter .filter-current .item,
  .filter-content .filter-current .item,
  .nav-toolbar-sorter-mobile .filter-current .item {
    padding: 0.25rem 1.8rem 0.25rem 0.25rem; }
    .block.filter .filter-current .item a,
    .filter-content .filter-current .item a,
    .nav-toolbar-sorter-mobile .filter-current .item a {
      padding: 0; }

.block.filter ol,
.block.filter ul,
.filter-content ol,
.filter-content ul,
.nav-toolbar-sorter-mobile ol,
.nav-toolbar-sorter-mobile ul {
  margin: 0;
  font-size: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .block.filter ol li,
  .block.filter ul li,
  .filter-content ol li,
  .filter-content ul li,
  .nav-toolbar-sorter-mobile ol li,
  .nav-toolbar-sorter-mobile ul li {
    padding: 0; }
    .block.filter ol li:after,
    .block.filter ul li:after,
    .filter-content ol li:after,
    .filter-content ul li:after,
    .nav-toolbar-sorter-mobile ol li:after,
    .nav-toolbar-sorter-mobile ul li:after {
      display: none; }
  .block.filter ol.am_shopby_filter_items_attr_price,
  .block.filter ul.am_shopby_filter_items_attr_price,
  .filter-content ol.am_shopby_filter_items_attr_price,
  .filter-content ul.am_shopby_filter_items_attr_price,
  .nav-toolbar-sorter-mobile ol.am_shopby_filter_items_attr_price,
  .nav-toolbar-sorter-mobile ul.am_shopby_filter_items_attr_price {
    border-top: 0; }
  .block.filter ol .item,
  .block.filter ul .item,
  .filter-content ol .item,
  .filter-content ul .item,
  .nav-toolbar-sorter-mobile ol .item,
  .nav-toolbar-sorter-mobile ul .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .block.filter ol .item:last-child,
    .block.filter ul .item:last-child,
    .filter-content ol .item:last-child,
    .filter-content ul .item:last-child,
    .nav-toolbar-sorter-mobile ol .item:last-child,
    .nav-toolbar-sorter-mobile ul .item:last-child {
      border-bottom: 0; }
    .block.filter ol .item a,
    .block.filter ul .item a,
    .filter-content ol .item a,
    .filter-content ul .item a,
    .nav-toolbar-sorter-mobile ol .item a,
    .nav-toolbar-sorter-mobile ul .item a {
      display: block;
      text-transform: uppercase;
      font-family: inherit;
      font-size: 0.76125rem;
      font-weight: 300;
      color: #000;
      padding: 0.25rem 1.8rem 0.25rem 0.25rem;
      cursor: pointer; }
      @media print, screen and (min-width: 64em) {
        .block.filter ol .item a,
        .block.filter ul .item a,
        .filter-content ol .item a,
        .filter-content ul .item a,
        .nav-toolbar-sorter-mobile ol .item a,
        .nav-toolbar-sorter-mobile ul .item a {
          font-size: 0.875rem; } }
      .block.filter ol .item a .label,
      .block.filter ul .item a .label,
      .filter-content ol .item a .label,
      .filter-content ul .item a .label,
      .nav-toolbar-sorter-mobile ol .item a .label,
      .nav-toolbar-sorter-mobile ul .item a .label {
        cursor: inherit; }
      .block.filter ol .item a:hover,
      .block.filter ul .item a:hover,
      .filter-content ol .item a:hover,
      .filter-content ul .item a:hover,
      .nav-toolbar-sorter-mobile ol .item a:hover,
      .nav-toolbar-sorter-mobile ul .item a:hover {
        color: #000;
        background-color: rgba(0, 0, 0, 0.02);
        text-decoration: none; }
        .block.filter ol .item a:hover .label,
        .block.filter ul .item a:hover .label,
        .filter-content ol .item a:hover .label,
        .filter-content ul .item a:hover .label,
        .nav-toolbar-sorter-mobile ol .item a:hover .label,
        .nav-toolbar-sorter-mobile ul .item a:hover .label {
          text-decoration: underline; }
    .block.filter ol .item .count,
    .block.filter ul .item .count,
    .filter-content ol .item .count,
    .filter-content ul .item .count,
    .nav-toolbar-sorter-mobile ol .item .count,
    .nav-toolbar-sorter-mobile ul .item .count {
      display: inline-block;
      vertical-align: middle;
      color: #737373;
      font-size: 85%; }
      .block.filter ol .item .count:before,
      .block.filter ul .item .count:before,
      .filter-content ol .item .count:before,
      .filter-content ul .item .count:before,
      .nav-toolbar-sorter-mobile ol .item .count:before,
      .nav-toolbar-sorter-mobile ul .item .count:before {
        content: '('; }
      .block.filter ol .item .count:after,
      .block.filter ul .item .count:after,
      .filter-content ol .item .count:after,
      .filter-content ul .item .count:after,
      .nav-toolbar-sorter-mobile ol .item .count:after,
      .nav-toolbar-sorter-mobile ul .item .count:after {
        content: ')'; }
      .block.filter ol .item .count .filter-count-label,
      .block.filter ul .item .count .filter-count-label,
      .filter-content ol .item .count .filter-count-label,
      .filter-content ul .item .count .filter-count-label,
      .nav-toolbar-sorter-mobile ol .item .count .filter-count-label,
      .nav-toolbar-sorter-mobile ul .item .count .filter-count-label {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }

.block.filter .action.remove,
.filter-content .action.remove,
.nav-toolbar-sorter-mobile .action.remove {
  display: inline-block;
  vertical-align: middle;
  color: #c23434; }
  .block.filter .action.remove span,
  .filter-content .action.remove span,
  .nav-toolbar-sorter-mobile .action.remove span {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }

.block.filter .action.clear,
.filter-content .action.clear,
.nav-toolbar-sorter-mobile .action.clear {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.92em 1em 0.96em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #197e3e;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  background-color: #303030;
  color: #fff;
  margin-bottom: 1.15rem; }
  [data-whatinput='mouse'] .block.filter .action.clear, [data-whatinput='mouse']
  .filter-content .action.clear, [data-whatinput='mouse']
  .nav-toolbar-sorter-mobile .action.clear {
    outline: 0; }
  .block.filter .action.clear:hover, .block.filter .action.clear:focus,
  .filter-content .action.clear:hover,
  .filter-content .action.clear:focus,
  .nav-toolbar-sorter-mobile .action.clear:hover,
  .nav-toolbar-sorter-mobile .action.clear:focus {
    background-color: #1a5d39;
    color: #fff; }
  .block.filter .action.clear:active,
  .filter-content .action.clear:active,
  .nav-toolbar-sorter-mobile .action.clear:active {
    color: rgba(255, 255, 255, 0.8) !important; }
  .block.filter .action.clear:hover, .block.filter .action.clear:focus,
  .filter-content .action.clear:hover,
  .filter-content .action.clear:focus,
  .nav-toolbar-sorter-mobile .action.clear:hover,
  .nav-toolbar-sorter-mobile .action.clear:focus {
    background-color: black;
    color: #fff; }

.block.filter .label,
.filter-content .label,
.nav-toolbar-sorter-mobile .label {
  padding: 0;
  vertical-align: middle;
  color: #000;
  font-size: inherit;
  line-height: inherit;
  white-space: normal;
  background: none; }

.sidebar-additional .block {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 1.5rem; }
  .sidebar-additional .block .subtitle {
    display: none; }

.sidebar-additional .actions-toolbar {
  margin-top: .5rem; }
  .sidebar-additional .actions-toolbar button.action {
    margin-bottom: .5rem; }

.sidebar-additional .block-title {
  display: block;
  font-family: inherit;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300; }
  .sidebar-additional .block-title strong {
    font-weight: inherit; }
  .sidebar-additional .block-title .counter {
    font-size: 0.84375rem;
    color: #737373; }
    .sidebar-additional .block-title .counter:before {
      content: '('; }
    .sidebar-additional .block-title .counter:after {
      content: ')'; }

.filter-content .item {
  position: relative; }
  .filter-content .item label {
    margin: 0; }
  .filter-content .item input[type="checkbox"],
  .filter-content .item input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .filter-content .item input[type="checkbox"]:checked + .label, .filter-content .item input[type="checkbox"][checked="checked"] + .label,
    .filter-content .item input[type="radio"]:checked + .label,
    .filter-content .item input[type="radio"][checked="checked"] + .label {
      font-weight: bolder; }
      .filter-content .item input[type="checkbox"]:checked + .label:after, .filter-content .item input[type="checkbox"][checked="checked"] + .label:after,
      .filter-content .item input[type="radio"]:checked + .label:after,
      .filter-content .item input[type="radio"][checked="checked"] + .label:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 0.5rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 11px;
        height: 9px;
        background: url("../images/icon-check.svg") no-repeat;
        background-size: 100% auto; }

.category-header {
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 1px; }
  .category-header:not(.has-desc) + .page-main .mobile-controls {
    padding-top: .5rem; }
    .category-header:not(.has-desc) + .page-main .mobile-controls:before {
      display: none; }
  .category-header.has-wrapper .category-header-wrapper {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    .category-header.has-wrapper .category-header-wrapper::before, .category-header.has-wrapper .category-header-wrapper::after {
      display: table;
      content: ' '; }
    .category-header.has-wrapper .category-header-wrapper::after {
      clear: both; }
  .category-header.has-right-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media screen and (max-width: 47.9375em) {
    .category-header {
      background: none !important; }
      .category-header .category-description,
      .category-header .image-view {
        display: none; }
      .category-header.has-wrapper .category-header-wrapper {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  @media print, screen and (min-width: 40em) {
    .category-header.has-bg {
      padding-bottom: 1.5rem;
      margin-bottom: 2.125rem;
      background-color: #f7f7f7; }
      .category-header.has-bg.has-wrapper {
        padding-bottom: 0; }
        .category-header.has-bg.has-wrapper .category-header-wrapper {
          padding-bottom: 1.5rem; }
      .category-header.has-bg.has-desc {
        padding-bottom: 2.5rem; }
        .category-header.has-bg.has-desc.has-wrapper {
          padding-bottom: 0; }
          .category-header.has-bg.has-desc.has-wrapper .category-header-wrapper {
            padding-bottom: 2.5rem; }
        .category-header.has-bg.has-desc .category-description {
          margin-bottom: 0; }
          .category-header.has-bg.has-desc .category-description p {
            line-height: 1.5; }
    .category-header.is-dark .page-title,
    .category-header.is-dark p {
      color: #fff; }
    .category-header .image-view {
      text-align: center; } }
  @media screen and (min-width: 48em) {
    .category-header.has-bg.has-desc .category-description {
      width: 50%; }
      .category-header.has-bg.has-desc .category-description p {
        margin-top: .25rem; }
    .category-header.has-right-image {
      min-height: 300px;
      overflow: hidden; }
      .category-header.has-right-image .page-title-wrapper,
      .category-header.has-right-image .category-description {
        width: 100%;
        float: left;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem;
        width: 50%;
        clear: both; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .category-header.has-right-image .page-title-wrapper,
      .category-header.has-right-image .category-description {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
        .category-header.has-right-image .page-title-wrapper:last-child:not(:first-child),
        .category-header.has-right-image .category-description:last-child:not(:first-child) {
          float: right; }
        .category-header.has-right-image .page-title-wrapper:last-child:last-child,
        .category-header.has-right-image .category-description:last-child:last-child {
          float: left; }
        .category-header.has-right-image .page-title-wrapper .page-title,
        .category-header.has-right-image .category-description .page-title {
          padding-left: 0; }
      .category-header.has-right-image .image-view {
        width: 100%;
        float: left;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem;
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: right; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .category-header.has-right-image .image-view {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
        .category-header.has-right-image .image-view:last-child:not(:first-child) {
          float: right; }
        .category-header.has-right-image .image-view img {
          width: auto;
          height: 100%;
          max-width: inherit;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          position: relative;
          left: 50%; } }
  @media print, screen and (min-width: 64em) {
    .category-header.has-bg.has-desc .category-description {
      width: 58.33333%; }
    .category-header.has-right-image {
      min-height: 350px; }
      .category-header.has-right-image .page-title-wrapper,
      .category-header.has-right-image .category-description {
        width: 58.33333%; }
      .category-header.has-right-image .image-view {
        width: 41.66667%; }
        .category-header.has-right-image .image-view img {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          position: relative;
          left: auto; } }
  @media screen and (min-width: 75em) {
    .category-header.has-bg.has-desc {
      padding-bottom: 4rem; }
      .category-header.has-bg.has-desc.has-wrapper {
        padding-bottom: 0; }
        .category-header.has-bg.has-desc.has-wrapper .category-header-wrapper {
          padding-bottom: 4rem; }
    .category-header.has-right-image {
      min-height: 400px; }
      .category-header.has-right-image .page-title-wrapper,
      .category-header.has-right-image .category-description {
        width: 58.33333%; }
      .category-header.has-right-image .image-view {
        width: 41.66667%; } }
  @media screen and (min-width: 90.625em) {
    .category-header.has-image .category-description p, .category-header.has-bg .category-description p {
      font-size: 1rem; }
    .category-header.has-bg.has-desc {
      padding-bottom: 5rem; }
      .category-header.has-bg.has-desc.has-wrapper {
        padding-bottom: 0; }
        .category-header.has-bg.has-desc.has-wrapper .category-header-wrapper {
          padding-bottom: 5rem; }
      .category-header.has-bg.has-desc .category-description p {
        font-size: 0.9375rem; } }
  .category-header .category-view {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto; }
    .category-header .category-view::before, .category-header .category-view::after {
      display: table;
      content: ' '; }
    .category-header .category-view::after {
      clear: both; }
    .category-header .category-view.toolbar {
      margin-bottom: 0;
      padding-bottom: 0; }
      .category-header .category-view.toolbar .page-title-wrapper {
        padding-bottom: 0;
        line-height: inherit; }
        .category-header .category-view.toolbar .page-title-wrapper:before {
          display: none; }
      .category-header .category-view.toolbar .page-title {
        margin-bottom: 0.53125rem; }
        @media print, screen and (min-width: 40em) {
          .category-header .category-view.toolbar .page-title {
            margin-bottom: 0.625rem; } }
        @media print, screen and (min-width: 64em) {
          .category-header .category-view.toolbar .page-title {
            font-size: 50px; } }
        @media screen and (min-width: 75em) {
          .category-header .category-view.toolbar .page-title {
            margin-bottom: 1.0625rem; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    .category-header .category-view.toolbar .page-title {
      margin-bottom: 1.25rem; } }
      .category-header .category-view.toolbar .toolbar-sorter {
        margin-top: .25rem;
        margin-bottom: .75rem; }
        @media print, screen and (min-width: 64em) {
          .category-header .category-view.toolbar .toolbar-sorter {
            margin-top: .75rem; } }
        @media screen and (min-width: 75em) {
          .category-header .category-view.toolbar .toolbar-sorter {
            margin-top: 1.25rem; } }
  .category-header .category-description {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2.65625rem; }
    @media print, screen and (min-width: 40em) {
      .category-header .category-description {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .category-header .category-description:last-child:not(:first-child) {
      float: right; }
    .category-header .category-description:last-child:last-child {
      float: left; }
    @media print, screen and (min-width: 40em) {
      .category-header .category-description {
        margin-bottom: 3.125rem; } }
    .category-header .category-description p {
      line-height: 1.3;
      margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .category-header .category-description {
        margin-bottom: 1.0625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .category-header .category-description {
      margin-bottom: 1.25rem; } }
    @media print, screen and (min-width: 64em) {
        .category-header .category-description p {
          line-height: 1.6;
          margin-bottom: 1rem; } }
  .category-header + .category-cms {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
    margin-bottom: 1.5rem; }
    .category-header + .category-cms::before, .category-header + .category-cms::after {
      display: table;
      content: ' '; }
    .category-header + .category-cms::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .category-header + .category-cms {
        padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .category-header + .category-cms {
        padding-right: 1.25rem; } }
    @media screen and (max-width: 47.9375em) {
      .category-header + .category-cms {
        display: none; } }

@media screen and (max-width: 47.9375em) {
  .category-view .page-title {
    margin-bottom: 0; }
    .category-view .page-title span {
      display: block;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.2;
      font-family: "brandon-grotesque", sans-serif;
      padding-bottom: 1.0625rem;
      margin-bottom: 1.0625rem;
      position: relative;
      margin-bottom: 0;
      padding-bottom: .75rem; } }
    @media screen and (max-width: 47.9375em) and (min-width: 40em) {
      .category-view .page-title span {
        padding-bottom: 1.25rem; } }
    @media screen and (max-width: 47.9375em) and (min-width: 40em) {
      .category-view .page-title span {
        margin-bottom: 1.25rem; } }

@media screen and (max-width: 47.9375em) {
      .category-view .page-title span:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 1.0625rem;
        right: 1.0625rem;
        visibility: visible;
        opacity: 1;
        display: block;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
      @media screen and (max-width: 47.9375em) and (min-width: 40em) {
        .category-view .page-title span:before {
          left: 1.25rem; } }
      @media screen and (max-width: 47.9375em) and (min-width: 40em) {
        .category-view .page-title span:before {
          right: 1.25rem; } }

@media screen and (max-width: 47.9375em) {
      .category-view .page-title span strong {
        font-weight: inherit; }
      .category-view .page-title span .action {
        display: inline-block;
        vertical-align: baseline;
        font-size: 0.9rem;
        margin-left: .5rem;
        font-weight: 400; }
        .category-view .page-title span .action:hover {
          text-decoration: underline; }
      .category-view .page-title span:before {
        left: 0;
        right: 0; } }

.category-view .category-header-mobile {
  margin-left: 1.0625rem;
  margin-right: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .category-view .category-header-mobile {
      margin-left: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .category-view .category-header-mobile {
      margin-right: 1.25rem; } }
  .category-view .category-header-mobile .filter-options-title {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .category-view .category-header-mobile .filter-options-content {
    margin-bottom: 0; }
    .category-view .category-header-mobile .filter-options-content ul,
    .category-view .category-header-mobile .filter-options-content ol {
      border-top: 0; }
      .category-view .category-header-mobile .filter-options-content ul li,
      .category-view .category-header-mobile .filter-options-content ol li {
        font-size: 1.0625rem;
        font-weight: 300;
        font-family: "brandon-grotesque", sans-serif; }
        .category-view .category-header-mobile .filter-options-content ul li:last-child,
        .category-view .category-header-mobile .filter-options-content ol li:last-child {
          border-bottom: 0; }
      .category-view .category-header-mobile .filter-options-content ul a,
      .category-view .category-header-mobile .filter-options-content ol a {
        font-size: 1.0625rem;
        padding: 0.5rem 2.1875rem 0.625rem 0;
        color: #000;
        background: url("../images/icon-arrow-submenu.svg") calc(100% - 8px) 50% no-repeat;
        background-size: 6px auto; }
        .category-view .category-header-mobile .filter-options-content ul a:hover,
        .category-view .category-header-mobile .filter-options-content ol a:hover {
          color: #197e3e; }
        .category-view .category-header-mobile .filter-options-content ul a.am_shopby_link_selected,
        .category-view .category-header-mobile .filter-options-content ol a.am_shopby_link_selected {
          background: none; }

.nav-toolbar-sorter-mobile .sorter-title,
.nav-toolbar-sorter-mobile .sorter-action {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.nav-toolbar-sorter-mobile ol .item a,
.nav-toolbar-sorter-mobile ul .item a {
  position: relative;
  padding: 0.5rem 2.1875rem 0.625rem 0;
  padding-left: 1.5rem;
  color: #000;
  background: url("../images/icon-arrow-submenu.svg") calc(100% - 8px) 50% no-repeat;
  background-size: 6px auto; }

.nav-toolbar-sorter-mobile ol .item.active,
.nav-toolbar-sorter-mobile ul .item.active {
  font-weight: 700; }
  .nav-toolbar-sorter-mobile ol .item.active a:after,
  .nav-toolbar-sorter-mobile ul .item.active a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11px;
    height: 9px;
    background: url("../images/icon-check.svg") no-repeat;
    background-size: 100% auto; }

.mobile-filter-btn {
  width: 43%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.92em 1em 0.96em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #197e3e;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 0;
  background-color: #303030;
  color: #fff;
  margin-bottom: 0;
  margin-right: 2%; }
  [data-whatinput='mouse'] .mobile-filter-btn {
    outline: 0; }
  .mobile-filter-btn:hover, .mobile-filter-btn:focus {
    background-color: #1a5d39;
    color: #fff; }
  .mobile-filter-btn:active {
    color: rgba(255, 255, 255, 0.8) !important; }
  .mobile-filter-btn:hover, .mobile-filter-btn:focus {
    background-color: black;
    color: #fff; }
  .mobile-filter-btn.disabled {
    opacity: .15;
    cursor: not-allowed; }
  .mobile-filter-btn.open-filter-modal {
    width: 55%; }

.column.main .ias-trigger, .main.columns .ias-trigger,
.column.main .ias-spinner,
.main.columns .ias-spinner {
  color: #197e3e;
  font-size: 1.375rem;
  font-family: "brandon-grotesque", sans-serif;
  margin: 1rem auto;
  position: relative;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 7.5rem;
  height: 7.5rem;
  clear: both; }
  .column.main .ias-trigger span, .main.columns .ias-trigger span,
  .column.main .ias-trigger a,
  .main.columns .ias-trigger a,
  .column.main .ias-trigger em,
  .main.columns .ias-trigger em,
  .column.main .ias-spinner span,
  .main.columns .ias-spinner span,
  .column.main .ias-spinner a,
  .main.columns .ias-spinner a,
  .column.main .ias-spinner em,
  .main.columns .ias-spinner em {
    display: table-cell;
    text-decoration: none;
    height: 7.5rem;
    line-height: 1.1;
    vertical-align: middle;
    width: 7.5rem; }
  
  .column.main .ias-trigger em,
  .main.columns .ias-trigger em,
  .column.main .ias-spinner em,
  .main.columns .ias-spinner em {
    font-size: 0.8125rem;
    padding-left: .25rem;
    padding-right: .25rem;
    line-height: 1.2; }
  .column.main .ias-trigger:before, .main.columns .ias-trigger:before,
  .column.main .ias-spinner:before,
  .main.columns .ias-spinner:before {
    border: 2px solid #197e3e;
    border-radius: 100%;
    content: "";
    height: 7.5rem;
    left: 0;
    position: absolute;
    width: 7.5rem; }
  .column.main .ias-trigger:hover, .main.columns .ias-trigger:hover,
  .column.main .ias-spinner:hover,
  .main.columns .ias-spinner:hover {
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer; }
    .column.main .ias-trigger:hover:before, .main.columns .ias-trigger:hover:before,
    .column.main .ias-spinner:hover:before,
    .main.columns .ias-spinner:hover:before {
      border-color: rgba(0, 0, 0, 0.9); }

.column.main .ias-noneleft, .main.columns .ias-noneleft {
  margin-top: 2rem; }

.column.main .ias-spinner:after, .main.columns .ias-spinner:after {
  display: block;
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: white;
  -webkit-animation: spin-loading-more 1s linear infinite;
  animation: spin-loading-more 1s linear infinite;
  -webkit-transform-origin: -3.28125rem 0.46875rem;
  transform-origin: -3.28125rem 0.46875rem;
  border-radius: 50%;
  top: 3.28125rem;
  left: 7.03125rem; }

.column.main .ias-spinner img, .main.columns .ias-spinner img {
  display: none !important; }

.algolia-instant-selector-results {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .algolia-instant-selector-results {
      margin-top: 1rem; }
      .algolia-instant-selector-results .category-header .top-controls-wrapper,
      .algolia-instant-selector-results .category-header .page-title-wrapper,
      .algolia-instant-selector-results .category-header .sorter-label {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }
      .algolia-instant-selector-results .page-main {
        position: relative; }
        .algolia-instant-selector-results .page-main .category-header {
          width: 48%;
          position: absolute;
          top: 0;
          right: 0; }
          .algolia-instant-selector-results .page-main .category-header .sorter {
            margin: 0; }
            .algolia-instant-selector-results .page-main .category-header .sorter select {
              height: 2.4375rem; }
        .algolia-instant-selector-results .page-main .refine-toggle {
          width: 48%;
          position: absolute;
          top: 0;
          height: 2.4375rem;
          left: 1.0625rem; } }
      @media screen and (max-width: 47.9375em) and (min-width: 40em) {
        .algolia-instant-selector-results .page-main .refine-toggle {
          left: 1.25rem; } }
  @media screen and (max-width: 47.9375em) {
        .algolia-instant-selector-results .page-main .sidebar.algolia-left-container {
          min-height: 3rem; }
        .algolia-instant-selector-results .page-main .instant-search-facets-container {
          margin-top: 4rem; } }

.algolia-instant-results-wrapper {
  margin-top: 0;
  -webkit-transition: margin-top .3s ease;
  transition: margin-top .3s ease; }
  .algolia-instant-results-wrapper::before, .algolia-instant-results-wrapper::after {
    display: table;
    content: ' '; }
  .algolia-instant-results-wrapper::after {
    clear: both; }
  .mobile-search-bar-open .algolia-instant-results-wrapper {
    margin-top: 5.5rem; }

.algolia-instant-selector {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto; }
  .algolia-instant-selector::before, .algolia-instant-selector::after {
    display: table;
    content: ' '; }
  .algolia-instant-selector::after {
    clear: both; }

.algolia-right-container {
  margin-top: 1rem; }
  @media screen and (min-width: 48em) {
    .algolia-right-container {
      margin-top: -0.6875rem; } }

.no-search-results {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
  font-size: 1rem; }
  @media print, screen and (min-width: 40em) {
    .no-search-results {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .no-search-results:last-child:not(:first-child) {
    float: right; }

.page-layout-0column .column.algolia-right-container, .page-layout-0column .algolia-right-container.columns,
.page-layout-1column .column.algolia-right-container,
.page-layout-1column .algolia-right-container.columns {
  padding-left: 1.0625rem;
  padding-right: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .page-layout-0column .column.algolia-right-container, .page-layout-0column .algolia-right-container.columns,
    .page-layout-1column .column.algolia-right-container,
    .page-layout-1column .algolia-right-container.columns {
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .page-layout-0column .column.algolia-right-container, .page-layout-0column .algolia-right-container.columns,
    .page-layout-1column .column.algolia-right-container,
    .page-layout-1column .algolia-right-container.columns {
      padding-right: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .page-layout-0column .column.algolia-right-container, .page-layout-0column .algolia-right-container.columns,
    .page-layout-1column .column.algolia-right-container,
    .page-layout-1column .algolia-right-container.columns {
      width: 66.66667%; } }
  @media print, screen and (min-width: 64em) {
    .page-layout-0column .column.algolia-right-container, .page-layout-0column .algolia-right-container.columns,
    .page-layout-1column .column.algolia-right-container,
    .page-layout-1column .algolia-right-container.columns {
      width: 75%; } }

.algolia-instant-replaced-content.columns {
  padding-left: 0;
  padding-right: 0; }

.ais-root {
  position: relative; }
  .ais-root a {
    text-decoration: none; }
  .ais-root .extra-title, .ais-root .block.grid .block-title strong, .block.grid .block-title .ais-root strong, .ais-root .block.related .block-title strong, .block.related .block-title .ais-root strong, .ais-root .block.crosssell .block-title strong, .block.crosssell .block-title .ais-root strong, .ais-root .block.upsell .block-title strong, .block.upsell .block-title .ais-root strong, .ais-root .block.block-new-products-names .block-title strong, .block.block-new-products-names .block-title .ais-root strong {
    font-size: 1.375rem;
    font-weight: 400; }
  .ais-root.slider {
    margin: 0;
    height: auto;
    cursor: default;
    background: transparent; }
  .ais-root.ais-current-refined-values .ais-header,
  .ais-root.ais-current-refined-values .ais-body, .ais-root.ais-refinement-list .ais-header,
  .ais-root.ais-refinement-list .ais-body, .ais-root.ais-range-slider .ais-header,
  .ais-root.ais-range-slider .ais-body, .ais-root.ais-hierarchical-menu .ais-header,
  .ais-root.ais-hierarchical-menu .ais-body {
    padding: 0;
    background: transparent; }
  .ais-root.ais-current-refined-values .ais-header, .ais-root.ais-refinement-list .ais-header, .ais-root.ais-range-slider .ais-header, .ais-root.ais-hierarchical-menu .ais-header {
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.375rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.2;
    padding: 0;
    background: transparent;
    padding-bottom: 0.75rem;
    padding-left: 0.25rem;
    text-transform: uppercase; }
    .ais-root.ais-current-refined-values .ais-header::before, .ais-root.ais-current-refined-values .ais-header::after, .ais-root.ais-refinement-list .ais-header::before, .ais-root.ais-refinement-list .ais-header::after, .ais-root.ais-range-slider .ais-header::before, .ais-root.ais-range-slider .ais-header::after, .ais-root.ais-hierarchical-menu .ais-header::before, .ais-root.ais-hierarchical-menu .ais-header::after {
      display: table;
      content: ' '; }
    .ais-root.ais-current-refined-values .ais-header::after, .ais-root.ais-refinement-list .ais-header::after, .ais-root.ais-range-slider .ais-header::after, .ais-root.ais-hierarchical-menu .ais-header::after {
      clear: both; }
  .ais-root.ais-current-refined-values .ais-body, .ais-root.ais-refinement-list .ais-body, .ais-root.ais-range-slider .ais-body, .ais-root.ais-hierarchical-menu .ais-body {
    padding-top: 0;
    margin-bottom: 2.5rem; }
    .ais-root.ais-current-refined-values .ais-body.ais-range-slider--body, .ais-root.ais-refinement-list .ais-body.ais-range-slider--body, .ais-root.ais-range-slider .ais-body.ais-range-slider--body, .ais-root.ais-hierarchical-menu .ais-body.ais-range-slider--body {
      padding-top: .75rem;
      padding-bottom: 3.5rem; }
  .ais-root.ais-current-refined-values .ais-header {
    padding-right: 5rem; }

.ais-current-refined-values--clear-all {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #197e3e;
  border-bottom: 1px solid #bcddc9;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: .5rem;
  right: 0; }
  .ais-current-refined-values--clear-all:hover, .ais-current-refined-values--clear-all:active {
    border-bottom: 0;
    padding-bottom: 1px; }

.ais-refinement-list--list,
.ais-current-refined-values--list,
.ais-price-ranges--list,
.ais-hierarchical-menu--list {
  font-size: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .ais-refinement-list--list .ais-refinement-list--item,
  .ais-refinement-list--list .ais-current-refined-values--item,
  .ais-refinement-list--list .ais-price-ranges--item,
  .ais-refinement-list--list .ais-hierarchical-menu--item,
  .ais-current-refined-values--list .ais-refinement-list--item,
  .ais-current-refined-values--list .ais-current-refined-values--item,
  .ais-current-refined-values--list .ais-price-ranges--item,
  .ais-current-refined-values--list .ais-hierarchical-menu--item,
  .ais-price-ranges--list .ais-refinement-list--item,
  .ais-price-ranges--list .ais-current-refined-values--item,
  .ais-price-ranges--list .ais-price-ranges--item,
  .ais-price-ranges--list .ais-hierarchical-menu--item,
  .ais-hierarchical-menu--list .ais-refinement-list--item,
  .ais-hierarchical-menu--list .ais-current-refined-values--item,
  .ais-hierarchical-menu--list .ais-price-ranges--item,
  .ais-hierarchical-menu--list .ais-hierarchical-menu--item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .ais-refinement-list--list .ais-refinement-list--item:last-child,
    .ais-refinement-list--list .ais-current-refined-values--item:last-child,
    .ais-refinement-list--list .ais-price-ranges--item:last-child,
    .ais-refinement-list--list .ais-hierarchical-menu--item:last-child,
    .ais-current-refined-values--list .ais-refinement-list--item:last-child,
    .ais-current-refined-values--list .ais-current-refined-values--item:last-child,
    .ais-current-refined-values--list .ais-price-ranges--item:last-child,
    .ais-current-refined-values--list .ais-hierarchical-menu--item:last-child,
    .ais-price-ranges--list .ais-refinement-list--item:last-child,
    .ais-price-ranges--list .ais-current-refined-values--item:last-child,
    .ais-price-ranges--list .ais-price-ranges--item:last-child,
    .ais-price-ranges--list .ais-hierarchical-menu--item:last-child,
    .ais-hierarchical-menu--list .ais-refinement-list--item:last-child,
    .ais-hierarchical-menu--list .ais-current-refined-values--item:last-child,
    .ais-hierarchical-menu--list .ais-price-ranges--item:last-child,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item:last-child {
      border-bottom: 0; }
    .ais-refinement-list--list .ais-refinement-list--item .ais-refinement-list--label,
    .ais-refinement-list--list .ais-refinement-list--item .current-refinement-wrapper,
    .ais-refinement-list--list .ais-refinement-list--item .ais-price-ranges--link,
    .ais-refinement-list--list .ais-refinement-list--item .ais-hierarchical-menu--link,
    .ais-refinement-list--list .ais-current-refined-values--item .ais-refinement-list--label,
    .ais-refinement-list--list .ais-current-refined-values--item .current-refinement-wrapper,
    .ais-refinement-list--list .ais-current-refined-values--item .ais-price-ranges--link,
    .ais-refinement-list--list .ais-current-refined-values--item .ais-hierarchical-menu--link,
    .ais-refinement-list--list .ais-price-ranges--item .ais-refinement-list--label,
    .ais-refinement-list--list .ais-price-ranges--item .current-refinement-wrapper,
    .ais-refinement-list--list .ais-price-ranges--item .ais-price-ranges--link,
    .ais-refinement-list--list .ais-price-ranges--item .ais-hierarchical-menu--link,
    .ais-refinement-list--list .ais-hierarchical-menu--item .ais-refinement-list--label,
    .ais-refinement-list--list .ais-hierarchical-menu--item .current-refinement-wrapper,
    .ais-refinement-list--list .ais-hierarchical-menu--item .ais-price-ranges--link,
    .ais-refinement-list--list .ais-hierarchical-menu--item .ais-hierarchical-menu--link,
    .ais-current-refined-values--list .ais-refinement-list--item .ais-refinement-list--label,
    .ais-current-refined-values--list .ais-refinement-list--item .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-refinement-list--item .ais-price-ranges--link,
    .ais-current-refined-values--list .ais-refinement-list--item .ais-hierarchical-menu--link,
    .ais-current-refined-values--list .ais-current-refined-values--item .ais-refinement-list--label,
    .ais-current-refined-values--list .ais-current-refined-values--item .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-current-refined-values--item .ais-price-ranges--link,
    .ais-current-refined-values--list .ais-current-refined-values--item .ais-hierarchical-menu--link,
    .ais-current-refined-values--list .ais-price-ranges--item .ais-refinement-list--label,
    .ais-current-refined-values--list .ais-price-ranges--item .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-price-ranges--item .ais-price-ranges--link,
    .ais-current-refined-values--list .ais-price-ranges--item .ais-hierarchical-menu--link,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-refinement-list--label,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-price-ranges--link,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-hierarchical-menu--link,
    .ais-price-ranges--list .ais-refinement-list--item .ais-refinement-list--label,
    .ais-price-ranges--list .ais-refinement-list--item .current-refinement-wrapper,
    .ais-price-ranges--list .ais-refinement-list--item .ais-price-ranges--link,
    .ais-price-ranges--list .ais-refinement-list--item .ais-hierarchical-menu--link,
    .ais-price-ranges--list .ais-current-refined-values--item .ais-refinement-list--label,
    .ais-price-ranges--list .ais-current-refined-values--item .current-refinement-wrapper,
    .ais-price-ranges--list .ais-current-refined-values--item .ais-price-ranges--link,
    .ais-price-ranges--list .ais-current-refined-values--item .ais-hierarchical-menu--link,
    .ais-price-ranges--list .ais-price-ranges--item .ais-refinement-list--label,
    .ais-price-ranges--list .ais-price-ranges--item .current-refinement-wrapper,
    .ais-price-ranges--list .ais-price-ranges--item .ais-price-ranges--link,
    .ais-price-ranges--list .ais-price-ranges--item .ais-hierarchical-menu--link,
    .ais-price-ranges--list .ais-hierarchical-menu--item .ais-refinement-list--label,
    .ais-price-ranges--list .ais-hierarchical-menu--item .current-refinement-wrapper,
    .ais-price-ranges--list .ais-hierarchical-menu--item .ais-price-ranges--link,
    .ais-price-ranges--list .ais-hierarchical-menu--item .ais-hierarchical-menu--link,
    .ais-hierarchical-menu--list .ais-refinement-list--item .ais-refinement-list--label,
    .ais-hierarchical-menu--list .ais-refinement-list--item .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-refinement-list--item .ais-price-ranges--link,
    .ais-hierarchical-menu--list .ais-refinement-list--item .ais-hierarchical-menu--link,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-refinement-list--label,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-price-ranges--link,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-hierarchical-menu--link,
    .ais-hierarchical-menu--list .ais-price-ranges--item .ais-refinement-list--label,
    .ais-hierarchical-menu--list .ais-price-ranges--item .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-price-ranges--item .ais-price-ranges--link,
    .ais-hierarchical-menu--list .ais-price-ranges--item .ais-hierarchical-menu--link,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-refinement-list--label,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-price-ranges--link,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-hierarchical-menu--link {
      display: block;
      text-transform: uppercase;
      font-family: inherit;
      font-size: 0.875rem;
      font-weight: 300;
      color: #000;
      line-height: 1.7;
      padding: 0.25rem 1.8rem 0.25rem 0.25rem;
      cursor: pointer;
      position: relative; }
      .ais-refinement-list--list .ais-refinement-list--item .ais-refinement-list--label:hover,
      .ais-refinement-list--list .ais-refinement-list--item .current-refinement-wrapper:hover,
      .ais-refinement-list--list .ais-refinement-list--item .ais-price-ranges--link:hover,
      .ais-refinement-list--list .ais-refinement-list--item .ais-hierarchical-menu--link:hover,
      .ais-refinement-list--list .ais-current-refined-values--item .ais-refinement-list--label:hover,
      .ais-refinement-list--list .ais-current-refined-values--item .current-refinement-wrapper:hover,
      .ais-refinement-list--list .ais-current-refined-values--item .ais-price-ranges--link:hover,
      .ais-refinement-list--list .ais-current-refined-values--item .ais-hierarchical-menu--link:hover,
      .ais-refinement-list--list .ais-price-ranges--item .ais-refinement-list--label:hover,
      .ais-refinement-list--list .ais-price-ranges--item .current-refinement-wrapper:hover,
      .ais-refinement-list--list .ais-price-ranges--item .ais-price-ranges--link:hover,
      .ais-refinement-list--list .ais-price-ranges--item .ais-hierarchical-menu--link:hover,
      .ais-refinement-list--list .ais-hierarchical-menu--item .ais-refinement-list--label:hover,
      .ais-refinement-list--list .ais-hierarchical-menu--item .current-refinement-wrapper:hover,
      .ais-refinement-list--list .ais-hierarchical-menu--item .ais-price-ranges--link:hover,
      .ais-refinement-list--list .ais-hierarchical-menu--item .ais-hierarchical-menu--link:hover,
      .ais-current-refined-values--list .ais-refinement-list--item .ais-refinement-list--label:hover,
      .ais-current-refined-values--list .ais-refinement-list--item .current-refinement-wrapper:hover,
      .ais-current-refined-values--list .ais-refinement-list--item .ais-price-ranges--link:hover,
      .ais-current-refined-values--list .ais-refinement-list--item .ais-hierarchical-menu--link:hover,
      .ais-current-refined-values--list .ais-current-refined-values--item .ais-refinement-list--label:hover,
      .ais-current-refined-values--list .ais-current-refined-values--item .current-refinement-wrapper:hover,
      .ais-current-refined-values--list .ais-current-refined-values--item .ais-price-ranges--link:hover,
      .ais-current-refined-values--list .ais-current-refined-values--item .ais-hierarchical-menu--link:hover,
      .ais-current-refined-values--list .ais-price-ranges--item .ais-refinement-list--label:hover,
      .ais-current-refined-values--list .ais-price-ranges--item .current-refinement-wrapper:hover,
      .ais-current-refined-values--list .ais-price-ranges--item .ais-price-ranges--link:hover,
      .ais-current-refined-values--list .ais-price-ranges--item .ais-hierarchical-menu--link:hover,
      .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-refinement-list--label:hover,
      .ais-current-refined-values--list .ais-hierarchical-menu--item .current-refinement-wrapper:hover,
      .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-price-ranges--link:hover,
      .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-hierarchical-menu--link:hover,
      .ais-price-ranges--list .ais-refinement-list--item .ais-refinement-list--label:hover,
      .ais-price-ranges--list .ais-refinement-list--item .current-refinement-wrapper:hover,
      .ais-price-ranges--list .ais-refinement-list--item .ais-price-ranges--link:hover,
      .ais-price-ranges--list .ais-refinement-list--item .ais-hierarchical-menu--link:hover,
      .ais-price-ranges--list .ais-current-refined-values--item .ais-refinement-list--label:hover,
      .ais-price-ranges--list .ais-current-refined-values--item .current-refinement-wrapper:hover,
      .ais-price-ranges--list .ais-current-refined-values--item .ais-price-ranges--link:hover,
      .ais-price-ranges--list .ais-current-refined-values--item .ais-hierarchical-menu--link:hover,
      .ais-price-ranges--list .ais-price-ranges--item .ais-refinement-list--label:hover,
      .ais-price-ranges--list .ais-price-ranges--item .current-refinement-wrapper:hover,
      .ais-price-ranges--list .ais-price-ranges--item .ais-price-ranges--link:hover,
      .ais-price-ranges--list .ais-price-ranges--item .ais-hierarchical-menu--link:hover,
      .ais-price-ranges--list .ais-hierarchical-menu--item .ais-refinement-list--label:hover,
      .ais-price-ranges--list .ais-hierarchical-menu--item .current-refinement-wrapper:hover,
      .ais-price-ranges--list .ais-hierarchical-menu--item .ais-price-ranges--link:hover,
      .ais-price-ranges--list .ais-hierarchical-menu--item .ais-hierarchical-menu--link:hover,
      .ais-hierarchical-menu--list .ais-refinement-list--item .ais-refinement-list--label:hover,
      .ais-hierarchical-menu--list .ais-refinement-list--item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu--list .ais-refinement-list--item .ais-price-ranges--link:hover,
      .ais-hierarchical-menu--list .ais-refinement-list--item .ais-hierarchical-menu--link:hover,
      .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-refinement-list--label:hover,
      .ais-hierarchical-menu--list .ais-current-refined-values--item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-price-ranges--link:hover,
      .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-hierarchical-menu--link:hover,
      .ais-hierarchical-menu--list .ais-price-ranges--item .ais-refinement-list--label:hover,
      .ais-hierarchical-menu--list .ais-price-ranges--item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu--list .ais-price-ranges--item .ais-price-ranges--link:hover,
      .ais-hierarchical-menu--list .ais-price-ranges--item .ais-hierarchical-menu--link:hover,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-refinement-list--label:hover,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-price-ranges--link:hover,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-hierarchical-menu--link:hover {
        color: #000;
        background-color: rgba(0, 0, 0, 0.02); }
    .ais-refinement-list--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-refinement-list--list .ais-refinement-list--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-refinement-list--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-refinement-list--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-refinement-list--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-refinement-list--list .ais-current-refined-values--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-refinement-list--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-refinement-list--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-refinement-list--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-refinement-list--list .ais-price-ranges--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-refinement-list--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-refinement-list--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-refinement-list--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-refinement-list--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-refinement-list--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-refinement-list--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-current-refined-values--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-current-refined-values--list .ais-refinement-list--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-current-refined-values--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-current-refined-values--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-current-refined-values--list .ais-current-refined-values--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-current-refined-values--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-current-refined-values--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-current-refined-values--list .ais-price-ranges--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-current-refined-values--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-current-refined-values--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-current-refined-values--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-current-refined-values--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-price-ranges--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-price-ranges--list .ais-refinement-list--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-price-ranges--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-price-ranges--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-price-ranges--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-price-ranges--list .ais-current-refined-values--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-price-ranges--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-price-ranges--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-price-ranges--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-price-ranges--list .ais-price-ranges--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-price-ranges--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-price-ranges--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-price-ranges--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-price-ranges--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-price-ranges--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-price-ranges--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-hierarchical-menu--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-hierarchical-menu--list .ais-refinement-list--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-hierarchical-menu--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-hierarchical-menu--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-hierarchical-menu--list .ais-current-refined-values--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-hierarchical-menu--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-hierarchical-menu--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-hierarchical-menu--list .ais-price-ranges--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-hierarchical-menu--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-hierarchical-menu--link,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-refinement-list--label,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-price-ranges--link,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-hierarchical-menu--link {
      font-weight: bolder; }
      .ais-refinement-list--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-refinement-list--list .ais-refinement-list--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-refinement-list--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-refinement-list--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-refinement-list--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-refinement-list--list .ais-current-refined-values--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-refinement-list--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-refinement-list--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-refinement-list--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-refinement-list--list .ais-price-ranges--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-refinement-list--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-refinement-list--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-refinement-list--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-refinement-list--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-refinement-list--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-refinement-list--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-current-refined-values--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-current-refined-values--list .ais-refinement-list--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-current-refined-values--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-current-refined-values--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-current-refined-values--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-current-refined-values--list .ais-current-refined-values--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-current-refined-values--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-current-refined-values--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-current-refined-values--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-current-refined-values--list .ais-price-ranges--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-current-refined-values--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-current-refined-values--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-current-refined-values--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-current-refined-values--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-current-refined-values--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-current-refined-values--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-price-ranges--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-price-ranges--list .ais-refinement-list--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-price-ranges--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-price-ranges--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-price-ranges--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-price-ranges--list .ais-current-refined-values--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-price-ranges--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-price-ranges--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-price-ranges--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-price-ranges--list .ais-price-ranges--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-price-ranges--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-price-ranges--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-price-ranges--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-price-ranges--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-price-ranges--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-price-ranges--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-hierarchical-menu--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-hierarchical-menu--list .ais-refinement-list--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-hierarchical-menu--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-hierarchical-menu--list .ais-refinement-list--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-hierarchical-menu--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-hierarchical-menu--list .ais-current-refined-values--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-hierarchical-menu--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-hierarchical-menu--list .ais-current-refined-values--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-hierarchical-menu--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-hierarchical-menu--list .ais-price-ranges--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-hierarchical-menu--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-hierarchical-menu--list .ais-price-ranges--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-refinement-list--label:after,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .current-refinement-wrapper:after,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-price-ranges--link:after,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item.ais-refinement-list--item__active .ais-hierarchical-menu--link:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 0.5rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 11px;
        height: 9px;
        background: url("../images/icon-check.svg") no-repeat;
        background-size: 100% auto; }
    .ais-refinement-list--list .ais-refinement-list--item .cross-wrapper,
    .ais-refinement-list--list .ais-current-refined-values--item .cross-wrapper,
    .ais-refinement-list--list .ais-price-ranges--item .cross-wrapper,
    .ais-refinement-list--list .ais-hierarchical-menu--item .cross-wrapper,
    .ais-current-refined-values--list .ais-refinement-list--item .cross-wrapper,
    .ais-current-refined-values--list .ais-current-refined-values--item .cross-wrapper,
    .ais-current-refined-values--list .ais-price-ranges--item .cross-wrapper,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .cross-wrapper,
    .ais-price-ranges--list .ais-refinement-list--item .cross-wrapper,
    .ais-price-ranges--list .ais-current-refined-values--item .cross-wrapper,
    .ais-price-ranges--list .ais-price-ranges--item .cross-wrapper,
    .ais-price-ranges--list .ais-hierarchical-menu--item .cross-wrapper,
    .ais-hierarchical-menu--list .ais-refinement-list--item .cross-wrapper,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .cross-wrapper,
    .ais-hierarchical-menu--list .ais-price-ranges--item .cross-wrapper,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .cross-wrapper {
      position: absolute;
      top: .25rem;
      left: 0; }
    .ais-refinement-list--list .ais-refinement-list--item .current-refinement-wrapper,
    .ais-refinement-list--list .ais-current-refined-values--item .current-refinement-wrapper,
    .ais-refinement-list--list .ais-price-ranges--item .current-refinement-wrapper,
    .ais-refinement-list--list .ais-hierarchical-menu--item .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-refinement-list--item .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-current-refined-values--item .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-price-ranges--item .current-refinement-wrapper,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .current-refinement-wrapper,
    .ais-price-ranges--list .ais-refinement-list--item .current-refinement-wrapper,
    .ais-price-ranges--list .ais-current-refined-values--item .current-refinement-wrapper,
    .ais-price-ranges--list .ais-price-ranges--item .current-refinement-wrapper,
    .ais-price-ranges--list .ais-hierarchical-menu--item .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-refinement-list--item .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-price-ranges--item .current-refinement-wrapper,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .current-refinement-wrapper {
      padding-left: 1.75rem; }
      .ais-refinement-list--list .ais-refinement-list--item .current-refinement-wrapper:hover,
      .ais-refinement-list--list .ais-current-refined-values--item .current-refinement-wrapper:hover,
      .ais-refinement-list--list .ais-price-ranges--item .current-refinement-wrapper:hover,
      .ais-refinement-list--list .ais-hierarchical-menu--item .current-refinement-wrapper:hover,
      .ais-current-refined-values--list .ais-refinement-list--item .current-refinement-wrapper:hover,
      .ais-current-refined-values--list .ais-current-refined-values--item .current-refinement-wrapper:hover,
      .ais-current-refined-values--list .ais-price-ranges--item .current-refinement-wrapper:hover,
      .ais-current-refined-values--list .ais-hierarchical-menu--item .current-refinement-wrapper:hover,
      .ais-price-ranges--list .ais-refinement-list--item .current-refinement-wrapper:hover,
      .ais-price-ranges--list .ais-current-refined-values--item .current-refinement-wrapper:hover,
      .ais-price-ranges--list .ais-price-ranges--item .current-refinement-wrapper:hover,
      .ais-price-ranges--list .ais-hierarchical-menu--item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu--list .ais-refinement-list--item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu--list .ais-current-refined-values--item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu--list .ais-price-ranges--item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item .current-refinement-wrapper:hover {
        text-decoration: line-through; }
    .ais-refinement-list--list .ais-refinement-list--item .ais-refinement-list--count,
    .ais-refinement-list--list .ais-refinement-list--item .ais-hierarchical-menu--count,
    .ais-refinement-list--list .ais-current-refined-values--item .ais-refinement-list--count,
    .ais-refinement-list--list .ais-current-refined-values--item .ais-hierarchical-menu--count,
    .ais-refinement-list--list .ais-price-ranges--item .ais-refinement-list--count,
    .ais-refinement-list--list .ais-price-ranges--item .ais-hierarchical-menu--count,
    .ais-refinement-list--list .ais-hierarchical-menu--item .ais-refinement-list--count,
    .ais-refinement-list--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count,
    .ais-current-refined-values--list .ais-refinement-list--item .ais-refinement-list--count,
    .ais-current-refined-values--list .ais-refinement-list--item .ais-hierarchical-menu--count,
    .ais-current-refined-values--list .ais-current-refined-values--item .ais-refinement-list--count,
    .ais-current-refined-values--list .ais-current-refined-values--item .ais-hierarchical-menu--count,
    .ais-current-refined-values--list .ais-price-ranges--item .ais-refinement-list--count,
    .ais-current-refined-values--list .ais-price-ranges--item .ais-hierarchical-menu--count,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-refinement-list--count,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count,
    .ais-price-ranges--list .ais-refinement-list--item .ais-refinement-list--count,
    .ais-price-ranges--list .ais-refinement-list--item .ais-hierarchical-menu--count,
    .ais-price-ranges--list .ais-current-refined-values--item .ais-refinement-list--count,
    .ais-price-ranges--list .ais-current-refined-values--item .ais-hierarchical-menu--count,
    .ais-price-ranges--list .ais-price-ranges--item .ais-refinement-list--count,
    .ais-price-ranges--list .ais-price-ranges--item .ais-hierarchical-menu--count,
    .ais-price-ranges--list .ais-hierarchical-menu--item .ais-refinement-list--count,
    .ais-price-ranges--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu--list .ais-refinement-list--item .ais-refinement-list--count,
    .ais-hierarchical-menu--list .ais-refinement-list--item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-refinement-list--count,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu--list .ais-price-ranges--item .ais-refinement-list--count,
    .ais-hierarchical-menu--list .ais-price-ranges--item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-refinement-list--count,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count {
      color: #737373;
      font-size: 85%; }
      .ais-refinement-list--list .ais-refinement-list--item .ais-refinement-list--count:before,
      .ais-refinement-list--list .ais-refinement-list--item .ais-hierarchical-menu--count:before,
      .ais-refinement-list--list .ais-current-refined-values--item .ais-refinement-list--count:before,
      .ais-refinement-list--list .ais-current-refined-values--item .ais-hierarchical-menu--count:before,
      .ais-refinement-list--list .ais-price-ranges--item .ais-refinement-list--count:before,
      .ais-refinement-list--list .ais-price-ranges--item .ais-hierarchical-menu--count:before,
      .ais-refinement-list--list .ais-hierarchical-menu--item .ais-refinement-list--count:before,
      .ais-refinement-list--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count:before,
      .ais-current-refined-values--list .ais-refinement-list--item .ais-refinement-list--count:before,
      .ais-current-refined-values--list .ais-refinement-list--item .ais-hierarchical-menu--count:before,
      .ais-current-refined-values--list .ais-current-refined-values--item .ais-refinement-list--count:before,
      .ais-current-refined-values--list .ais-current-refined-values--item .ais-hierarchical-menu--count:before,
      .ais-current-refined-values--list .ais-price-ranges--item .ais-refinement-list--count:before,
      .ais-current-refined-values--list .ais-price-ranges--item .ais-hierarchical-menu--count:before,
      .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-refinement-list--count:before,
      .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count:before,
      .ais-price-ranges--list .ais-refinement-list--item .ais-refinement-list--count:before,
      .ais-price-ranges--list .ais-refinement-list--item .ais-hierarchical-menu--count:before,
      .ais-price-ranges--list .ais-current-refined-values--item .ais-refinement-list--count:before,
      .ais-price-ranges--list .ais-current-refined-values--item .ais-hierarchical-menu--count:before,
      .ais-price-ranges--list .ais-price-ranges--item .ais-refinement-list--count:before,
      .ais-price-ranges--list .ais-price-ranges--item .ais-hierarchical-menu--count:before,
      .ais-price-ranges--list .ais-hierarchical-menu--item .ais-refinement-list--count:before,
      .ais-price-ranges--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count:before,
      .ais-hierarchical-menu--list .ais-refinement-list--item .ais-refinement-list--count:before,
      .ais-hierarchical-menu--list .ais-refinement-list--item .ais-hierarchical-menu--count:before,
      .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-refinement-list--count:before,
      .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-hierarchical-menu--count:before,
      .ais-hierarchical-menu--list .ais-price-ranges--item .ais-refinement-list--count:before,
      .ais-hierarchical-menu--list .ais-price-ranges--item .ais-hierarchical-menu--count:before,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-refinement-list--count:before,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count:before {
        content: '('; }
      .ais-refinement-list--list .ais-refinement-list--item .ais-refinement-list--count:after,
      .ais-refinement-list--list .ais-refinement-list--item .ais-hierarchical-menu--count:after,
      .ais-refinement-list--list .ais-current-refined-values--item .ais-refinement-list--count:after,
      .ais-refinement-list--list .ais-current-refined-values--item .ais-hierarchical-menu--count:after,
      .ais-refinement-list--list .ais-price-ranges--item .ais-refinement-list--count:after,
      .ais-refinement-list--list .ais-price-ranges--item .ais-hierarchical-menu--count:after,
      .ais-refinement-list--list .ais-hierarchical-menu--item .ais-refinement-list--count:after,
      .ais-refinement-list--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count:after,
      .ais-current-refined-values--list .ais-refinement-list--item .ais-refinement-list--count:after,
      .ais-current-refined-values--list .ais-refinement-list--item .ais-hierarchical-menu--count:after,
      .ais-current-refined-values--list .ais-current-refined-values--item .ais-refinement-list--count:after,
      .ais-current-refined-values--list .ais-current-refined-values--item .ais-hierarchical-menu--count:after,
      .ais-current-refined-values--list .ais-price-ranges--item .ais-refinement-list--count:after,
      .ais-current-refined-values--list .ais-price-ranges--item .ais-hierarchical-menu--count:after,
      .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-refinement-list--count:after,
      .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count:after,
      .ais-price-ranges--list .ais-refinement-list--item .ais-refinement-list--count:after,
      .ais-price-ranges--list .ais-refinement-list--item .ais-hierarchical-menu--count:after,
      .ais-price-ranges--list .ais-current-refined-values--item .ais-refinement-list--count:after,
      .ais-price-ranges--list .ais-current-refined-values--item .ais-hierarchical-menu--count:after,
      .ais-price-ranges--list .ais-price-ranges--item .ais-refinement-list--count:after,
      .ais-price-ranges--list .ais-price-ranges--item .ais-hierarchical-menu--count:after,
      .ais-price-ranges--list .ais-hierarchical-menu--item .ais-refinement-list--count:after,
      .ais-price-ranges--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count:after,
      .ais-hierarchical-menu--list .ais-refinement-list--item .ais-refinement-list--count:after,
      .ais-hierarchical-menu--list .ais-refinement-list--item .ais-hierarchical-menu--count:after,
      .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-refinement-list--count:after,
      .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-hierarchical-menu--count:after,
      .ais-hierarchical-menu--list .ais-price-ranges--item .ais-refinement-list--count:after,
      .ais-hierarchical-menu--list .ais-price-ranges--item .ais-hierarchical-menu--count:after,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-refinement-list--count:after,
      .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count:after {
        content: ')'; }
    .ais-refinement-list--list .ais-refinement-list--item .ais-hierarchical-menu--count,
    .ais-refinement-list--list .ais-current-refined-values--item .ais-hierarchical-menu--count,
    .ais-refinement-list--list .ais-price-ranges--item .ais-hierarchical-menu--count,
    .ais-refinement-list--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count,
    .ais-current-refined-values--list .ais-refinement-list--item .ais-hierarchical-menu--count,
    .ais-current-refined-values--list .ais-current-refined-values--item .ais-hierarchical-menu--count,
    .ais-current-refined-values--list .ais-price-ranges--item .ais-hierarchical-menu--count,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count,
    .ais-price-ranges--list .ais-refinement-list--item .ais-hierarchical-menu--count,
    .ais-price-ranges--list .ais-current-refined-values--item .ais-hierarchical-menu--count,
    .ais-price-ranges--list .ais-price-ranges--item .ais-hierarchical-menu--count,
    .ais-price-ranges--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu--list .ais-refinement-list--item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu--list .ais-price-ranges--item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .ais-hierarchical-menu--count {
      position: relative;
      margin-left: .25rem; }
    .ais-refinement-list--list .ais-refinement-list--item .current-refinement-label,
    .ais-refinement-list--list .ais-current-refined-values--item .current-refinement-label,
    .ais-refinement-list--list .ais-price-ranges--item .current-refinement-label,
    .ais-refinement-list--list .ais-hierarchical-menu--item .current-refinement-label,
    .ais-current-refined-values--list .ais-refinement-list--item .current-refinement-label,
    .ais-current-refined-values--list .ais-current-refined-values--item .current-refinement-label,
    .ais-current-refined-values--list .ais-price-ranges--item .current-refinement-label,
    .ais-current-refined-values--list .ais-hierarchical-menu--item .current-refinement-label,
    .ais-price-ranges--list .ais-refinement-list--item .current-refinement-label,
    .ais-price-ranges--list .ais-current-refined-values--item .current-refinement-label,
    .ais-price-ranges--list .ais-price-ranges--item .current-refinement-label,
    .ais-price-ranges--list .ais-hierarchical-menu--item .current-refinement-label,
    .ais-hierarchical-menu--list .ais-refinement-list--item .current-refinement-label,
    .ais-hierarchical-menu--list .ais-current-refined-values--item .current-refinement-label,
    .ais-hierarchical-menu--list .ais-price-ranges--item .current-refinement-label,
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item .current-refinement-label {
      font-weight: 700; }
    .ais-refinement-list--list .ais-refinement-list--item input[type="checkbox"],
    .ais-refinement-list--list .ais-refinement-list--item input[type="radio"],
    .ais-refinement-list--list .ais-current-refined-values--item input[type="checkbox"],
    .ais-refinement-list--list .ais-current-refined-values--item input[type="radio"],
    .ais-refinement-list--list .ais-price-ranges--item input[type="checkbox"],
    .ais-refinement-list--list .ais-price-ranges--item input[type="radio"],
    .ais-refinement-list--list .ais-hierarchical-menu--item input[type="checkbox"],
    .ais-refinement-list--list .ais-hierarchical-menu--item input[type="radio"],
    .ais-current-refined-values--list .ais-refinement-list--item input[type="checkbox"],
    .ais-current-refined-values--list .ais-refinement-list--item input[type="radio"],
    .ais-current-refined-values--list .ais-current-refined-values--item input[type="checkbox"],
    .ais-current-refined-values--list .ais-current-refined-values--item input[type="radio"],
    .ais-current-refined-values--list .ais-price-ranges--item input[type="checkbox"],
    .ais-current-refined-values--list .ais-price-ranges--item input[type="radio"],
    .ais-current-refined-values--list .ais-hierarchical-menu--item input[type="checkbox"],
    .ais-current-refined-values--list .ais-hierarchical-menu--item input[type="radio"],
    .ais-price-ranges--list .ais-refinement-list--item input[type="checkbox"],
    .ais-price-ranges--list .ais-refinement-list--item input[type="radio"],
    .ais-price-ranges--list .ais-current-refined-values--item input[type="checkbox"],
    .ais-price-ranges--list .ais-current-refined-values--item input[type="radio"],
    .ais-price-ranges--list .ais-price-ranges--item input[type="checkbox"],
    .ais-price-ranges--list .ais-price-ranges--item input[type="radio"],
    .ais-price-ranges--list .ais-hierarchical-menu--item input[type="checkbox"],
    .ais-price-ranges--list .ais-hierarchical-menu--item input[type="radio"],
    .ais-hierarchical-menu--list .ais-refinement-list--item input[type="checkbox"],
    .ais-hierarchical-menu--list .ais-refinement-list--item input[type="radio"],
    .ais-hierarchical-menu--list .ais-current-refined-values--item input[type="checkbox"],
    .ais-hierarchical-menu--list .ais-current-refined-values--item input[type="radio"],
    .ais-hierarchical-menu--list .ais-price-ranges--item input[type="checkbox"],
    .ais-hierarchical-menu--list .ais-price-ranges--item input[type="radio"],
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item input[type="checkbox"],
    .ais-hierarchical-menu--list .ais-hierarchical-menu--item input[type="radio"] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }

.ais-price-ranges--form {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .ais-price-ranges--form .ais-price-ranges--label {
    display: table-cell;
    width: 40%;
    line-height: 1;
    position: relative; }
    .ais-price-ranges--form .ais-price-ranges--label .ais-price-ranges--currency {
      position: absolute;
      top: 3px;
      left: 3px;
      text-transform: uppercase; }
  .ais-price-ranges--form .ais-price-ranges--separator {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: center; }
  .ais-price-ranges--form .ais-price-ranges--button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.92em 1em 0.96em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #197e3e;
    color: #fff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-color: #303030;
    color: #fff; }
    [data-whatinput='mouse'] .ais-price-ranges--form .ais-price-ranges--button {
      outline: 0; }
    .ais-price-ranges--form .ais-price-ranges--button:hover, .ais-price-ranges--form .ais-price-ranges--button:focus {
      background-color: #1a5d39;
      color: #fff; }
    .ais-price-ranges--form .ais-price-ranges--button:active {
      color: rgba(255, 255, 255, 0.8) !important; }
    .ais-price-ranges--form .ais-price-ranges--button:hover, .ais-price-ranges--form .ais-price-ranges--button:focus {
      background-color: black;
      color: #fff; }

.clear-cross,
.ais-root .searchbox .sbx-sffv__reset {
  display: none;
  position: absolute;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  background: url("../images/icon-deselect.svg") no-repeat 50%;
  background-size: 100% auto; }
  .ais-root .clear-cross,
  .ais-root .searchbox .sbx-sffv__reset {
    display: inline-block; }

.ais-range-slider--target {
  position: relative;
  margin-right: 17px;
  font-size: 0.875rem; }
  .ais-range-slider--target:after {
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    left: 100%;
    top: 50%;
    height: 1px;
    margin-top: -.5px;
    background: #969696; }
  .ais-range-slider--target .ais-range-slider--base {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0.5rem 0 0.625rem;
    border-top: 1px solid #969696;
    z-index: 1; }
  .ais-range-slider--target .ais-range-slider--origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }
  .ais-range-slider--target .ais-range-slider--handle {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #303030;
    border-radius: 100%;
    cursor: pointer; }
    .ais-range-slider--target .ais-range-slider--handle:focus {
      outline: none; }
  .ais-range-slider--target .ais-range-slider--connect {
    background: #a0a0a0; }
  .ais-range-slider--target .ais-range-slider--marker {
    display: none; }
  .ais-range-slider--target .ais-range-slider--active .ais-range-slider--tooltip {
    opacity: 1; }
  .ais-range-slider--target .ais-range-slider--tooltip {
    opacity: 0;
    min-width: 1.875rem;
    position: absolute;
    color: #fff;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0.3125rem;
    padding: 0.125rem 0.3125rem;
    font-size: 0.6875rem;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    background: #303030;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .ais-range-slider--target .ais-range-slider--tooltip:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #303030 transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .ais-range-slider--target .ais-range-slider--pips {
    position: relative;
    margin-right: 17px; }
    .ais-range-slider--target .ais-range-slider--pips .ais-range-slider--value {
      display: none;
      position: absolute;
      padding-top: 0.1875rem;
      text-align: center; }
      .ais-range-slider--target .ais-range-slider--pips .ais-range-slider--value:nth-child(2), .ais-range-slider--target .ais-range-slider--pips .ais-range-slider--value:last-child {
        display: block; }

.ais-pagination {
  margin: 0;
  text-align: center;
  margin: 2rem 0; }
  .ais-pagination li {
    padding: 0; }
    .ais-pagination li:after {
      display: none; }
  .ais-pagination .ais-pagination--item {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    margin: 0 .25rem; }
    .ais-pagination .ais-pagination--item a {
      display: block;
      width: 2rem;
      height: 2rem;
      line-height: 2rem;
      text-align: center;
      text-decoration: none; }
      .ais-pagination .ais-pagination--item a:hover, .ais-pagination .ais-pagination--item a:active {
        color: #fff;
        text-decoration: none;
        background: #197e3e; }
    .ais-pagination .ais-pagination--item.ais-pagination--item__active a {
      text-decoration: underline; }
      .ais-pagination .ais-pagination--item.ais-pagination--item__active a:hover, .ais-pagination .ais-pagination--item.ais-pagination--item__active a:active {
        text-decoration: none; }
    .ais-pagination .ais-pagination--item.ais-pagination--item__previous, .ais-pagination .ais-pagination--item.ais-pagination--item__next {
      width: 10px;
      height: 17px;
      margin: 0 .75rem;
      background: url("../images/icon-arrow-next-gray.svg") no-repeat;
      background-size: 100% auto; }
      .ais-pagination .ais-pagination--item.ais-pagination--item__previous .ais-pagination--link, .ais-pagination .ais-pagination--item.ais-pagination--item__next .ais-pagination--link {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }
    .ais-pagination .ais-pagination--item.ais-pagination--item__previous {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .ais-pagination .ais-pagination--item__disabled {
    display: none; }

.products-grid .no-search-results {
  padding-left: 0;
  padding-right: 0; }

.pages-grid .ais-hits,
.pages-grid .ais-infinite-hits {
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .pages-grid .ais-hits,
    .pages-grid .ais-infinite-hits {
      margin-bottom: 1.5rem; } }
  .pages-grid .ais-hits .extra-title, .pages-grid .ais-hits .block.grid .block-title strong, .block.grid .block-title .pages-grid .ais-hits strong, .pages-grid .ais-hits .block.related .block-title strong, .block.related .block-title .pages-grid .ais-hits strong, .pages-grid .ais-hits .block.crosssell .block-title strong, .block.crosssell .block-title .pages-grid .ais-hits strong, .pages-grid .ais-hits .block.upsell .block-title strong, .block.upsell .block-title .pages-grid .ais-hits strong, .pages-grid .ais-hits .block.block-new-products-names .block-title strong, .block.block-new-products-names .block-title .pages-grid .ais-hits strong,
  .pages-grid .ais-infinite-hits .extra-title,
  .pages-grid .ais-infinite-hits .block.grid .block-title strong,
  .block.grid .block-title .pages-grid .ais-infinite-hits strong,
  .pages-grid .ais-infinite-hits .block.related .block-title strong,
  .block.related .block-title .pages-grid .ais-infinite-hits strong,
  .pages-grid .ais-infinite-hits .block.crosssell .block-title strong,
  .block.crosssell .block-title .pages-grid .ais-infinite-hits strong,
  .pages-grid .ais-infinite-hits .block.upsell .block-title strong,
  .block.upsell .block-title .pages-grid .ais-infinite-hits strong,
  .pages-grid .ais-infinite-hits .block.block-new-products-names .block-title strong,
  .block.block-new-products-names .block-title .pages-grid .ais-infinite-hits strong {
    font-size: 1.375rem;
    font-weight: 400; }

.pages-grid .ais-hits--body {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  .pages-grid .ais-hits--body::before, .pages-grid .ais-hits--body::after {
    display: table;
    content: ' '; }
  .pages-grid .ais-hits--body::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.pages-grid .ais-hits--item,
.pages-grid .ais-infinite-hits--item {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .pages-grid .ais-hits--item,
    .pages-grid .ais-infinite-hits--item {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .pages-grid .ais-hits--item:last-child:not(:first-child),
  .pages-grid .ais-infinite-hits--item:last-child:not(:first-child) {
    float: right; }
  .pages-grid .ais-hits--item:last-child:last-child,
  .pages-grid .ais-infinite-hits--item:last-child:last-child {
    float: left; }
  @media screen and (min-width: 48em) {
    .pages-grid .ais-hits--item,
    .pages-grid .ais-infinite-hits--item {
      width: 50%;
      margin-bottom: 1.5rem; } }
  .pages-grid .ais-hits--item:nth-child(odd),
  .pages-grid .ais-infinite-hits--item:nth-child(odd) {
    clear: left; }

.pages-grid .ais-hits--more-items {
  display: inline-block;
  color: #197e3e;
  cursor: pointer; }
  .pages-grid .ais-hits--more-items .text {
    text-decoration: underline; }
  .pages-grid .ais-hits--more-items .count {
    color: #000; }
  .pages-grid .ais-hits--more-items:hover .text {
    text-decoration: none; }

.pages-grid .algoliasearch-page-hit {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: .25rem; }
  .pages-grid .algoliasearch-page-hit em {
    font-style: normal; }

.account .sidebar-main {
  margin-top: 0; }

.account.page-layout-2columns-left .main.column, .account.page-layout-2columns-left .main.columns {
  padding-left: 1.0625rem;
  padding-right: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .account.page-layout-2columns-left .main.column, .account.page-layout-2columns-left .main.columns {
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .account.page-layout-2columns-left .main.column, .account.page-layout-2columns-left .main.columns {
      padding-right: 1.25rem; } }

.account .main .block-title,
.account .main .page-subtitle {
  font-size: 1.3125rem;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem; }
  .account .main .block-title strong,
  .account .main .page-subtitle strong {
    font-weight: inherit; }
  .account .main .block-title .action,
  .account .main .page-subtitle .action {
    font-weight: 300;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    margin-left: 1rem; }
  @media screen and (min-width: 48em) {
    .account .main .block-title,
    .account .main .page-subtitle {
      font-size: 1.75rem;
      margin-bottom: 2.25rem; } }

.account .main .legend + br {
  display: none; }

.account .page-subtitle-wrapper {
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .account .page-subtitle-wrapper {
      margin-bottom: 2.25rem; } }
  .account .page-subtitle-wrapper .page-subtitle,
  .account .page-subtitle-wrapper .view-all-orders,
  .account .page-subtitle-wrapper .order-status {
    display: inline-block;
    vertical-align: baseline; }
  .account .page-subtitle-wrapper .page-subtitle {
    margin-bottom: 0; }
  .account .page-subtitle-wrapper .view-all-orders {
    margin-left: .5rem; }
  .account .page-subtitle-wrapper .order-status {
    vertical-align: super;
    margin-left: 1.25rem; }
    .account .page-subtitle-wrapper .order-status .label {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    .account .page-subtitle-wrapper .order-status .value {
      display: inline-block;
      line-height: 1;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: .3rem 1rem;
      background: #fff; }

@media screen and (max-width: 47.9375em) {
  .account .actions-toolbar .action {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.account .page-title {
  padding-bottom: .75rem;
  position: relative; }
  .account .page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.0625rem;
    right: 1.0625rem;
    visibility: visible;
    opacity: 1;
    display: block;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media print, screen and (min-width: 40em) {
      .account .page-title:before {
        left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .account .page-title:before {
        right: 1.25rem; } }
  @media screen and (min-width: 75em) {
    .account .page-title {
      margin-bottom: 3.75rem; } }

.account .field {
  margin-bottom: 1.15rem; }

.account caption {
  display: none; }

.account label.label span:after, .account .checkout-steps .checkout-box legend.label span:after, .checkout-steps .checkout-box .account legend.label span:after, .account .checkout-steps .form-order-comment legend.label span:after, .checkout-steps .form-order-comment .account legend.label span:after, .account .checkout-steps .new-address-form legend.label span:after, .checkout-steps .new-address-form .account legend.label span:after, .account .checkout-steps .form-student-discount legend.label span:after, .checkout-steps .form-student-discount .account legend.label span:after, .account .shipping-address .action span:after, .shipping-address .account .action span:after, .account .modal-add-adress .street legend.label span:after, .modal-add-adress .street .account legend.label span:after {
  content: ':'; }

.account .actions-toolbar {
  margin-top: 1rem; }
  .account .actions-toolbar .action.primary {
    min-width: 12.5rem; }
  .account .actions-toolbar .action.back {
    display: none; }

.account .box-title, .account .main .legend, .account .block-order-details-view .block-title, .block-order-details-view .account .block-title {
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  overflow: hidden;
  font-family: "brandon-grotesque", sans-serif;
  position: relative; }
  .account .box-title:before, .account .main .legend:before, .account .block-order-details-view .block-title:before, .block-order-details-view .account .block-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.0625rem;
    right: 1.0625rem;
    visibility: visible;
    opacity: 1;
    display: block;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media print, screen and (min-width: 40em) {
      .account .box-title:before, .account .main .legend:before, .account .block-order-details-view .block-title:before, .block-order-details-view .account .block-title:before {
        left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .account .box-title:before, .account .main .legend:before, .account .block-order-details-view .block-title:before, .block-order-details-view .account .block-title:before {
        right: 1.25rem; } }
  .account .box-title:before, .account .main .legend:before, .account .block-order-details-view .block-title:before, .block-order-details-view .account .block-title:before {
    left: 0rem;
    right: 0rem; }
    @media print, screen and (min-width: 40em) {
      .account .box-title:before, .account .main .legend:before, .account .block-order-details-view .block-title:before, .block-order-details-view .account .block-title:before {
        left: 0rem; } }
    @media print, screen and (min-width: 40em) {
      .account .box-title:before, .account .main .legend:before, .account .block-order-details-view .block-title:before, .block-order-details-view .account .block-title:before {
        right: 0rem; } }
  @media screen and (min-width: 48em) {
    .account .box-title, .account .main .legend, .account .block-order-details-view .block-title, .block-order-details-view .account .block-title {
      font-size: 1.5rem;
      line-height: 1; } }
  @media print, screen and (min-width: 64em) {
    .account .box-title, .account .main .legend, .account .block-order-details-view .block-title, .block-order-details-view .account .block-title {
      line-height: 1.4; } }
  .account .box-title .text, .account .main .legend .text, .account .block-order-details-view .block-title .text, .block-order-details-view .account .block-title .text {
    margin-right: .5rem; }
    @media print, screen and (min-width: 64em) {
      .account .box-title .text, .account .main .legend .text, .account .block-order-details-view .block-title .text, .block-order-details-view .account .block-title .text {
        float: left;
        width: 70%;
        margin-right: 0; } }
  .account .box-title .action-box, .account .main .legend .action-box, .account .block-order-details-view .block-title .action-box, .block-order-details-view .account .block-title .action-box {
    white-space: nowrap; }
    @media print, screen and (min-width: 64em) {
      .account .box-title .action-box, .account .main .legend .action-box, .account .block-order-details-view .block-title .action-box, .block-order-details-view .account .block-title .action-box {
        float: left;
        width: 30%;
        text-align: right; } }
  .account .box-title .action, .account .main .legend .action, .account .block-order-details-view .block-title .action, .block-order-details-view .account .block-title .action {
    font-weight: 300;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem; }

.account address {
  font-style: normal;
  line-height: 1.92; }

.account .sidebar-additional {
  display: none; }

.account .field-over {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  .account .field-over::before, .account .field-over::after {
    display: table;
    content: ' '; }
  .account .field-over::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .account .field-over {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .account .field-over {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .account .field-over {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .account .field-over {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .account .field-over {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.account .field-row .field-over {
  margin-left: 0rem;
  margin-right: 0rem; }
  @media print, screen and (min-width: 40em) {
    .account .field-row .field-over {
      margin-left: 0rem; } }
  @media print, screen and (min-width: 40em) {
    .account .field-row .field-over {
      margin-right: 0rem; } }

.field.choice {
  line-height: 1.2;
  margin-bottom: .75rem;
  position: relative; }
  .field.choice input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
    .field.choice input[type="checkbox"] + label,
    .field.choice input[type="checkbox"] + .label {
      cursor: pointer;
      font-weight: normal;
      position: relative;
      margin: 0;
      line-height: 1.2;
      min-height: 1rem;
      padding-left: 1.4rem; }
      .field.choice input[type="checkbox"] + label:before,
      .field.choice input[type="checkbox"] + .label:before {
        display: block;
        content: '';
        height: 1rem;
        width: 1rem;
        line-height: 1rem;
        text-align: center;
        position: absolute;
        top: -1px;
        left: 0;
        border: 1px solid #999999;
        color: #000;
        background: #fff; }
    .field.choice input[type="checkbox"]:checked + label:before,
    .field.choice input[type="checkbox"]:checked + .label:before {
      content: '✓'; }
    .field.choice input[type="checkbox"]:disabled + label {
      opacity: .4; }
    .field.choice input[type="checkbox"]:disabled + label:before,
    .field.choice input[type="checkbox"]:disabled + .label:before {
      background: #eee; }
  .field.choice label.label span:after, .field.choice .checkout-steps .checkout-box legend.label span:after, .checkout-steps .checkout-box .field.choice legend.label span:after, .field.choice .checkout-steps .form-order-comment legend.label span:after, .checkout-steps .form-order-comment .field.choice legend.label span:after, .field.choice .checkout-steps .new-address-form legend.label span:after, .checkout-steps .new-address-form .field.choice legend.label span:after, .field.choice .checkout-steps .form-student-discount legend.label span:after, .checkout-steps .form-student-discount .field.choice legend.label span:after, .field.choice .shipping-address .action span:after, .shipping-address .field.choice .action span:after, .field.choice .modal-add-adress .street legend.label span:after, .modal-add-adress .street .field.choice legend.label span:after {
    display: none; }

.box-actions .action,
.product-item-actions .actions-secondary .action,
.col.actions .action,
.order-actions-toolbar .action,
.addresses .item.actions .action,
.order-details-items .actions-toolbar .action,
.order-details-items .order-title .action {
  position: relative; }
  .box-actions .action:after,
  .product-item-actions .actions-secondary .action:after,
  .col.actions .action:after,
  .order-actions-toolbar .action:after,
  .addresses .item.actions .action:after,
  .order-details-items .actions-toolbar .action:after,
  .order-details-items .order-title .action:after {
    display: inline-block;
    content: '|';
    color: #ccc;
    margin: 0 .5rem; }
  .box-actions .action:hover,
  .product-item-actions .actions-secondary .action:hover,
  .col.actions .action:hover,
  .order-actions-toolbar .action:hover,
  .addresses .item.actions .action:hover,
  .order-details-items .actions-toolbar .action:hover,
  .order-details-items .order-title .action:hover {
    color: #000; }
  .box-actions .action:last-child:after,
  .product-item-actions .actions-secondary .action:last-child:after,
  .col.actions .action:last-child:after,
  .order-actions-toolbar .action:last-child:after,
  .addresses .item.actions .action:last-child:after,
  .order-details-items .actions-toolbar .action:last-child:after,
  .order-details-items .order-title .action:last-child:after {
    display: none; }

div.account-nav,
.block-collapsible-nav {
  padding-top: 1.59375rem;
  padding-bottom: 1.59375rem;
  background-color: #f7f7f7;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    div.account-nav,
    .block-collapsible-nav {
      padding-top: 1.875rem; } }
  @media print, screen and (min-width: 40em) {
    div.account-nav,
    .block-collapsible-nav {
      padding-bottom: 1.875rem; } }
  div.account-nav .title,
  .block-collapsible-nav .title {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  div.account-nav .nav,
  .block-collapsible-nav .nav {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.2; }
    div.account-nav .nav li,
    .block-collapsible-nav .nav li {
      padding: 0; }
      div.account-nav .nav li:after,
      .block-collapsible-nav .nav li:after {
        display: none; }
    div.account-nav .nav .item,
    .block-collapsible-nav .nav .item {
      position: relative;
      position: relative; }
      div.account-nav .nav .item:before,
      .block-collapsible-nav .nav .item:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 1.0625rem;
        right: 1.0625rem;
        visibility: visible;
        opacity: 1;
        display: block;
        border: 0;
        border-top: 1px solid #d2d2d2;
        bottom: auto;
        top: 0; }
        @media print, screen and (min-width: 40em) {
          div.account-nav .nav .item:before,
          .block-collapsible-nav .nav .item:before {
            left: 1.25rem; } }
        @media print, screen and (min-width: 40em) {
          div.account-nav .nav .item:before,
          .block-collapsible-nav .nav .item:before {
            right: 1.25rem; } }
        @media print, screen and (min-width: 40em) {
          div.account-nav .nav .item:before,
          .block-collapsible-nav .nav .item:before {
            top: 0; } }
      div.account-nav .nav .item:first-child:before,
      .block-collapsible-nav .nav .item:first-child:before {
        display: none; }
      div.account-nav .nav .item:before,
      .block-collapsible-nav .nav .item:before {
        left: 1.5625rem;
        right: 1.5625rem; }
      div.account-nav .nav .item a,
      .block-collapsible-nav .nav .item a {
        display: block;
        padding: 0.625rem 1.5625rem;
        color: #000;
        text-decoration: none; }
      div.account-nav .nav .item:hover a, div.account-nav .nav .item:focus a,
      .block-collapsible-nav .nav .item:hover a,
      .block-collapsible-nav .nav .item:focus a {
        background: #e7e7e7; }
      div.account-nav .nav .item:hover:before, div.account-nav .nav .item:focus:before,
      .block-collapsible-nav .nav .item:hover:before,
      .block-collapsible-nav .nav .item:focus:before {
        opacity: 0; }
      div.account-nav .nav .item:hover + .item:before, div.account-nav .nav .item:focus + .item:before,
      .block-collapsible-nav .nav .item:hover + .item:before,
      .block-collapsible-nav .nav .item:focus + .item:before {
        opacity: 0; }
      div.account-nav .nav .item.current:before,
      .block-collapsible-nav .nav .item.current:before {
        opacity: 0; }
      div.account-nav .nav .item.current + .item:before,
      .block-collapsible-nav .nav .item.current + .item:before {
        opacity: 0; }
      div.account-nav .nav .item.current strong,
      .block-collapsible-nav .nav .item.current strong {
        font-weight: 400;
        display: block;
        padding: 0.625rem 1.5625rem;
        background: #e7e7e7; }
      div.account-nav .nav .item.current a,
      .block-collapsible-nav .nav .item.current a {
        font-weight: 400;
        background: #e7e7e7; }
        div.account-nav .nav .item.current a strong,
        .block-collapsible-nav .nav .item.current a strong {
          padding: 0;
          background: none; }

.account .block-dashboard-info .block-title, .account
.block-dashboard-addresses .block-title {
  margin-bottom: 1rem; }

.block-dashboard-info .block-content,
.block-dashboard-addresses .block-content {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  .block-dashboard-info .block-content::before, .block-dashboard-info .block-content::after,
  .block-dashboard-addresses .block-content::before,
  .block-dashboard-addresses .block-content::after {
    display: table;
    content: ' '; }
  .block-dashboard-info .block-content::after,
  .block-dashboard-addresses .block-content::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .block-dashboard-info .block-content,
    .block-dashboard-addresses .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .block-dashboard-info .block-content,
    .block-dashboard-addresses .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .block-dashboard-info .block-content,
    .block-dashboard-addresses .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .block-dashboard-info .block-content,
    .block-dashboard-addresses .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .block-dashboard-info .block-content,
    .block-dashboard-addresses .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .block-dashboard-info .block-content .box,
  .block-dashboard-addresses .block-content .box {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .block-dashboard-info .block-content .box,
      .block-dashboard-addresses .block-content .box {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .block-dashboard-info .block-content .box:last-child:not(:first-child),
    .block-dashboard-addresses .block-content .box:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .block-dashboard-info .block-content .box,
      .block-dashboard-addresses .block-content .box {
        width: 50%; } }

.form-edit-account,
.form-address-edit {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .form-edit-account::before, .form-edit-account::after,
  .form-address-edit::before,
  .form-address-edit::after {
    display: table;
    content: ' '; }
  .form-edit-account::after,
  .form-address-edit::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .form-edit-account,
    .form-address-edit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .form-edit-account,
    .form-address-edit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .form-edit-account,
    .form-address-edit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .form-edit-account,
    .form-address-edit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .form-edit-account,
    .form-address-edit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .form-edit-account .fieldset,
  .form-address-edit .fieldset {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .form-edit-account .fieldset,
      .form-address-edit .fieldset {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .form-edit-account .fieldset:last-child:not(:first-child),
    .form-address-edit .fieldset:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .form-edit-account .fieldset,
      .form-address-edit .fieldset {
        width: 50%;
        margin-top: -.25rem; } }
    .form-edit-account .fieldset:last-child,
    .form-address-edit .fieldset:last-child {
      margin-bottom: 0; }
    .form-edit-account .fieldset .field-column,
    .form-address-edit .fieldset .field-column {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .form-edit-account .fieldset .field-column,
        .form-address-edit .fieldset .field-column {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .form-edit-account .fieldset .field-column:last-child:not(:first-child),
      .form-address-edit .fieldset .field-column:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .form-edit-account .fieldset .field-column,
        .form-address-edit .fieldset .field-column {
          width: 83.33333%; } }
  .form-edit-account .field-name-firstname,
  .form-edit-account .field-name-lastname,
  .form-address-edit .field-name-firstname,
  .form-address-edit .field-name-lastname {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .form-edit-account .field-name-firstname,
      .form-edit-account .field-name-lastname,
      .form-address-edit .field-name-firstname,
      .form-address-edit .field-name-lastname {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .form-edit-account .field-name-firstname:last-child:not(:first-child),
    .form-edit-account .field-name-lastname:last-child:not(:first-child),
    .form-address-edit .field-name-firstname:last-child:not(:first-child),
    .form-address-edit .field-name-lastname:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      .form-edit-account .field-name-firstname,
      .form-edit-account .field-name-lastname,
      .form-address-edit .field-name-firstname,
      .form-address-edit .field-name-lastname {
        width: 41.66667%; }
        .form-edit-account .field-name-firstname:last-child:last-child,
        .form-edit-account .field-name-lastname:last-child:last-child,
        .form-address-edit .field-name-firstname:last-child:last-child,
        .form-address-edit .field-name-lastname:last-child:last-child {
          float: left; } }
  .form-edit-account .field.zip,
  .form-address-edit .field.zip {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .form-edit-account .field.zip,
      .form-address-edit .field.zip {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .form-edit-account .field.zip:last-child:not(:first-child),
    .form-address-edit .field.zip:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      .form-edit-account .field.zip,
      .form-address-edit .field.zip {
        width: 33.33333%; } }
  .form-edit-account .field.city,
  .form-address-edit .field.city {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .form-edit-account .field.city,
      .form-address-edit .field.city {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .form-edit-account .field.city:last-child:not(:first-child),
    .form-address-edit .field.city:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      .form-edit-account .field.city,
      .form-address-edit .field.city {
        width: 66.66667%; } }
  @media print, screen and (min-width: 64em) {
    .form-edit-account .field.choice,
    .form-address-edit .field.choice {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem;
      padding-left: 0.53125rem;
      clear: both;
      margin-bottom: .75rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .form-edit-account .field.choice,
    .form-address-edit .field.choice {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
      .form-edit-account .field.choice:last-child:not(:first-child),
      .form-address-edit .field.choice:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .form-edit-account .field.choice,
    .form-address-edit .field.choice {
      padding-left: 0.625rem; } }
  .form-edit-account .field-name-firstname input,
  .form-edit-account .field-name-lastname input,
  .form-edit-account .field.city input,
  .form-edit-account .field.zip input,
  .form-address-edit .field-name-firstname input,
  .form-address-edit .field-name-lastname input,
  .form-address-edit .field.city input,
  .form-address-edit .field.zip input {
    margin-bottom: 0; }
  .form-edit-account .field-name-firstname .mage-error,
  .form-edit-account .field-name-lastname .mage-error,
  .form-edit-account .field.city .mage-error,
  .form-edit-account .field.zip .mage-error,
  .form-address-edit .field-name-firstname .mage-error,
  .form-address-edit .field-name-lastname .mage-error,
  .form-address-edit .field.city .mage-error,
  .form-address-edit .field.zip .mage-error {
    margin-top: 0.58333rem; }
  .form-edit-account .actions-toolbar,
  .form-address-edit .actions-toolbar {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .form-edit-account .actions-toolbar,
      .form-address-edit .actions-toolbar {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .form-edit-account .actions-toolbar:last-child:not(:first-child),
    .form-address-edit .actions-toolbar:last-child:not(:first-child) {
      float: right; }
  .form-edit-account .message.info,
  .form-address-edit .message.info {
    margin-bottom: 1.25rem; }

.form-newsletter-manage {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .form-newsletter-manage::before, .form-newsletter-manage::after {
    display: table;
    content: ' '; }
  .form-newsletter-manage::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .form-newsletter-manage {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .form-newsletter-manage {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .form-newsletter-manage {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .form-newsletter-manage {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .form-newsletter-manage {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .form-newsletter-manage .fieldset {
    margin-bottom: 2rem; }
  .form-newsletter-manage .fieldset,
  .form-newsletter-manage .actions-toolbar {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    clear: left; }
    @media print, screen and (min-width: 40em) {
      .form-newsletter-manage .fieldset,
      .form-newsletter-manage .actions-toolbar {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .form-newsletter-manage .fieldset:last-child:not(:first-child),
    .form-newsletter-manage .actions-toolbar:last-child:not(:first-child) {
      float: right; }
    .form-newsletter-manage .fieldset:last-child:last-child,
    .form-newsletter-manage .actions-toolbar:last-child:last-child {
      float: left; }
    @media screen and (min-width: 48em) {
      .form-newsletter-manage .fieldset,
      .form-newsletter-manage .actions-toolbar {
        width: 50%; } }

.form-wishlist-items .actions-toolbar .action.update {
  display: none; }

.form-wishlist-items .actions-toolbar .action {
  margin-bottom: .75rem;
  margin-right: 1.5rem; }
  @media screen and (max-width: 47.9375em) {
    .form-wishlist-items .actions-toolbar .action {
      margin-right: 0; } }

.form-wishlist-items .block-title {
  display: none; }

.form-giftcard-redeem .actions-toolbar .action.check {
  display: none; }

.storecredit {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .storecredit::before, .storecredit::after {
    display: table;
    content: ' '; }
  .storecredit::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .storecredit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .storecredit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .storecredit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .storecredit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .storecredit {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .storecredit .block {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .storecredit .block {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .storecredit .block:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .storecredit .block {
        width: 50%; } }
    .storecredit .block:last-child {
      margin-bottom: 0; }

.form-giftcard-redeem .fieldset {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .form-giftcard-redeem .fieldset {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .form-giftcard-redeem .fieldset:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .form-giftcard-redeem .fieldset {
      width: 50%; } }

.form-giftcard-redeem .actions-toolbar {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .form-giftcard-redeem .actions-toolbar {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .form-giftcard-redeem .actions-toolbar:last-child:not(:first-child) {
    float: right; }
  .form-giftcard-redeem .actions-toolbar .primary,
  .form-giftcard-redeem .actions-toolbar .secondary {
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem; }

.form-giftregistry-edit .fieldset {
  margin-bottom: 2rem; }
  .form-giftregistry-edit .fieldset:last-child {
    margin-bottom: 0; }

.table-wrapper.order-items + .actions-toolbar {
  display: none; }

@media print, screen and (min-width: 40em) {
  .table-order-items td.actions {
    width: 1%;
    white-space: nowrap; } }

.account .pager {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .account .pager::before, .account .pager::after {
    display: table;
    content: ' '; }
  .account .pager::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .account .pager {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .account .pager {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .account .pager {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .account .pager {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .account .pager {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .account .pager .toolbar-amount {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .account .pager .toolbar-amount {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .account .pager .toolbar-amount:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .account .pager .toolbar-amount {
        width: 50%;
        text-align: left; } }
  .account .pager .limiter {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .account .pager .limiter {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .account .pager .limiter:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .account .pager .limiter {
        width: 50%;
        text-align: right; } }
    .account .pager .limiter .limiter-options {
      display: inline-block;
      width: auto;
      margin-right: .25rem;
      margin-left: .25rem; }
  .account .pager .pages {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    margin-top: 1rem; }
    .account .pager .pages .pages-label {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    .account .pager .pages .pages-items {
      margin: 0; }
      .account .pager .pages .pages-items li {
        padding: 0; }
        .account .pager .pages .pages-items li:after {
          display: none; }
      .account .pager .pages .pages-items .item {
        display: inline-block;
        vertical-align: middle;
        margin: 0 .25rem; }
      .account .pager .pages .pages-items .label {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }
    .account .pager .pages a {
      text-decoration: none; }
      .account .pager .pages a:hover, .account .pager .pages a:focus {
        text-decoration: underline; }

.block-reward-info,
.block-reward-history {
  margin-bottom: 2rem; }

.account .block-addresses-list .block-title {
  margin-bottom: 1rem; }

.block-addresses-list .addresses {
  margin: 0;
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  .block-addresses-list .addresses li {
    padding: 0; }
    .block-addresses-list .addresses li:after {
      display: none; }
  .block-addresses-list .addresses::before, .block-addresses-list .addresses::after {
    display: table;
    content: ' '; }
  .block-addresses-list .addresses::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .block-addresses-list .addresses {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .block-addresses-list .addresses {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .block-addresses-list .addresses {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .block-addresses-list .addresses {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .block-addresses-list .addresses {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .block-addresses-list .addresses > .item {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .block-addresses-list .addresses > .item {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .block-addresses-list .addresses > .item:last-child:not(:first-child) {
      float: right; }
    .block-addresses-list .addresses > .item:last-child:last-child {
      float: left; }
    @media screen and (min-width: 48em) {
      .block-addresses-list .addresses > .item {
        width: 50%; } }
    @media print, screen and (min-width: 64em) {
      .block-addresses-list .addresses > .item {
        width: 33.33333%; } }

.account .block-addresses-default .block-title {
  margin-bottom: 1rem; }

.block-addresses-default .block-content {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  .block-addresses-default .block-content::before, .block-addresses-default .block-content::after {
    display: table;
    content: ' '; }
  .block-addresses-default .block-content::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .block-addresses-default .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .block-addresses-default .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .block-addresses-default .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .block-addresses-default .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .block-addresses-default .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .block-addresses-default .block-content .box {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .block-addresses-default .block-content .box {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .block-addresses-default .block-content .box:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      .block-addresses-default .block-content .box {
        width: 50%; } }

.order-actions-toolbar {
  margin-bottom: 1rem; }

.sales-order-before-links {
  position: relative;
  z-index: 2; }
  .sales-order-before-links .actions-toolbar {
    margin-top: 0; }
    .sales-order-before-links .actions-toolbar .action {
      display: inline-block;
      vertical-align: middle;
      width: auto; }
  @media print, screen and (min-width: 64em) {
    .sales-order-before-links {
      float: right;
      padding-top: 0.625rem;
      text-align: right; }
      .sales-order-before-links .order-date,
      .sales-order-before-links .order-actions-toolbar {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0; }
      .sales-order-before-links .order-date {
        margin-right: 1rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .sales-order-shipment .sales-order-before-links {
      width: 100%;
      float: none;
      text-align: left;
      margin-bottom: 1rem;
      padding-top: 0; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .sales-order-shipment .sales-order-before-links {
      width: 42%;
      padding-top: 0;
      margin-top: -1rem; }
      .sales-order-shipment .sales-order-before-links .order-date {
        display: block;
        margin-right: 0; }
      .sales-order-shipment .sales-order-before-links .order-actions-toolbar .action:after {
        margin: 0 .1rem; } }
  .sales-order-before-links .label {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }

.order-links {
  margin: 0;
  position: relative;
  z-index: 1; }
  .order-links li {
    padding: 0; }
    .order-links li:after {
      display: none; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .sales-order-shipment .order-links {
      width: 100%; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .sales-order-shipment .order-links {
      width: 58%; } }
  .order-links li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: -1px;
    margin-bottom: -1px; }
    .order-links li.current {
      border-bottom-color: #fff; }
    .order-links li a,
    .order-links li strong {
      display: block;
      text-decoration: none;
      padding: 0.625rem; }
      @media print, screen and (min-width: 64em) {
        .order-links li a,
        .order-links li strong {
          padding: 0.625rem 1.25rem; } }

.block-order-details-comments {
  margin-bottom: 1.5rem; }
  .block-order-details-comments .block-title {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }

.order-details-items {
  width: 100%;
  clear: both;
  margin-bottom: 3rem;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .order-details-items .actions-toolbar {
    margin-left: 2rem;
    margin-top: 1rem; }
  .order-details-items .order-tracking {
    margin: 1rem 2rem 0; }
  .order-details-items .order-title {
    margin: 1rem 2rem; }
    .order-details-items .order-title strong {
      display: block; }
  .order-details-items .product-item-name {
    display: block;
    margin-bottom: .25rem; }
  .order-details-items .item-options {
    font-size: 85%;
    line-height: 1.4; }
  .order-details-items .items-qty {
    margin: 0; }
    .order-details-items .items-qty li {
      padding: 0; }
      .order-details-items .items-qty li:after {
        display: none; }
    .order-details-items .items-qty li {
      white-space: nowrap; }
  .order-details-items table {
    margin-bottom: 0; }
    .order-details-items table tr td,
    .order-details-items table tr th {
      vertical-align: top;
      font-size: 0.875rem;
      font-weight: 400; }
      .order-details-items table tr td strong,
      .order-details-items table tr th strong {
        font-weight: inherit; }
      .order-details-items table tr td:first-child,
      .order-details-items table tr th:first-child {
        padding-left: 2rem; }
      .order-details-items table tr td:last-child,
      .order-details-items table tr th:last-child {
        padding-right: 2rem; }
    .order-details-items table thead {
      border: 0;
      background: none; }
      .order-details-items table thead tr:first-child th {
        border-top: 0; }
      .order-details-items table thead tr th {
        font-size: 1rem;
        font-weight: 700;
        font-family: "brandon-grotesque", sans-serif; }
    .order-details-items table tfoot {
      border: 0; }
      .order-details-items table tfoot td,
      .order-details-items table tfoot th {
        border: 0;
        padding-top: 0;
        padding-bottom: 0; }
      .order-details-items table tfoot th {
        text-align: right; }
      .order-details-items table tfoot td {
        text-align: left !important; }
      .order-details-items table tfoot tr:first-child th,
      .order-details-items table tfoot tr:first-child td {
        padding-top: 2rem; }
      .order-details-items table tfoot tr:last-child th,
      .order-details-items table tfoot tr:last-child td {
        padding-bottom: 2rem; }
      .order-details-items table tfoot .mark-inner {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 9.375rem; }
        .order-details-items table tfoot .mark-inner:after {
          content: ':'; }
        .order-details-items table tfoot .mark-inner:after {
          margin-left: -3px; }
  .order-details-items .table-order-items .product-image-container {
    display: block; }
  .order-details-items .table-order-items .product-image-wrapper {
    padding-bottom: 0 !important; }

.block-order-details-view .block-title {
  padding-bottom: .75rem !important;
  margin-bottom: 1.5rem !important; }

.block-order-details-view .block-content {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  .block-order-details-view .block-content::before, .block-order-details-view .block-content::after {
    display: table;
    content: ' '; }
  .block-order-details-view .block-content::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .block-order-details-view .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .block-order-details-view .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .block-order-details-view .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .block-order-details-view .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .block-order-details-view .block-content {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .block-order-details-view .block-content .box {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .block-order-details-view .block-content .box {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .block-order-details-view .block-content .box:last-child:not(:first-child) {
      float: right; }
    .block-order-details-view .block-content .box address {
      font-style: normal; }
    .block-order-details-view .block-content .box dt {
      font-weight: normal; }
    .block-order-details-view .block-content .box .box-title, .block-order-details-view .block-content .box .account .main .legend, .account .main .block-order-details-view .block-content .box .legend, .block-order-details-view .block-content .box .block-title {
      display: block;
      margin-bottom: .5rem;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: .5rem; }
      .block-order-details-view .block-content .box .box-title:before, .block-order-details-view .block-content .box .account .main .legend:before, .account .main .block-order-details-view .block-content .box .legend:before, .block-order-details-view .block-content .box .block-title:before {
        display: none; }
      @media print, screen and (min-width: 64em) {
        .block-order-details-view .block-content .box .box-title, .block-order-details-view .block-content .box .account .main .legend, .account .main .block-order-details-view .block-content .box .legend, .block-order-details-view .block-content .box .block-title {
          margin-bottom: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .block-order-details-view .block-content .box {
        width: 50%; }
        .block-order-details-view .block-content .box:nth-child(odd) {
          clear: left; } }
    @media print, screen and (min-width: 64em) {
      .block-order-details-view .block-content .box {
        width: 25%; }
        .block-order-details-view .block-content .box:nth-child(odd) {
          clear: none; } }

.block-order-details-view .box-order-billing-method table {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .block-order-details-view .box-order-billing-method table tr th,
  .block-order-details-view .box-order-billing-method table tr td {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border: 0;
    text-align: left; }
  .block-order-details-view .box-order-billing-method table tr th {
    margin-right: 3px; }
    .block-order-details-view .box-order-billing-method table tr th:after {
      content: ':'; }

.form.contact {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .form.contact::before, .form.contact::after {
    display: table;
    content: ' '; }
  .form.contact::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .form.contact {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .form.contact {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .form.contact {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .form.contact {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .form.contact {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .form.contact .legend,
  .form.contact br {
    display: none; }
  .form.contact .no-label {
    margin-bottom: 1rem; }
  .form.contact .fieldset,
  .form.contact .actions-toolbar {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .form.contact .fieldset,
      .form.contact .actions-toolbar {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .form.contact .fieldset:last-child:not(:first-child),
    .form.contact .actions-toolbar:last-child:not(:first-child) {
      float: right; }
  @media screen and (min-width: 48em) {
    .form.contact .fieldset {
      width: 66.66667%; } }
  @media print, screen and (min-width: 64em) {
    .form.contact .fieldset {
      width: 50%; } }

.page-print .algolia-instant-selector-results {
  display: none !important; }

.page-print .copyright,
.page-print .cookies,
.page-print .logo {
  display: block;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .page-print .copyright,
    .page-print .cookies,
    .page-print .logo {
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .page-print .copyright,
    .page-print .cookies,
    .page-print .logo {
      padding-right: 1.25rem; } }

.page-print .logo {
  margin-bottom: 20px; }

.page-print .order-status {
  margin-top: 10px; }

@media print {
  .page-print .product-label {
    display: none !important; } }

.customer-account-login .page-title-wrapper {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.login-container {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .login-container::before, .login-container::after {
    display: table;
    content: ' '; }
  .login-container::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .login-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .login-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .login-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .login-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .login-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .login-container .block-customer-login {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .login-container .block-customer-login {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .login-container .block-customer-login:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .login-container .block-customer-login {
        width: 50%; } }
  .login-container .block-new-customer {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .login-container .block-new-customer {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .login-container .block-new-customer:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .login-container .block-new-customer {
        width: 50%; } }
    .login-container .block-new-customer .action {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      @media screen and (min-width: 48em) {
        .login-container .block-new-customer .action {
          width: auto;
          display: inline-block; } }
  .login-container .block-title {
    margin-bottom: 1rem;
    line-height: 1;
    font-weight: 500;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 24px; }
    @media print, screen and (min-width: 40em) {
      .login-container .block-title {
        font-size: 34px; } }
    @media screen and (min-width: 75em) {
      .login-container .block-title {
        font-size: 40px;
        margin-bottom: 1.5rem; } }
    .login-container .block-title strong {
      line-height: inherit; }
  .login-container .note {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }

.form-login {
  padding: 1.25rem 1.5rem;
  background: #f7f7f7; }
  @media print, screen and (min-width: 64em) {
    .form-login {
      padding: 2.25rem 2.5rem; } }
  .form-login .fieldset {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .form-login .fieldset::before, .form-login .fieldset::after {
      display: table;
      content: ' '; }
    .form-login .fieldset::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .form-login .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .form-login .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .form-login .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .form-login .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .form-login .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
  .form-login .field {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: .25rem; }
    @media print, screen and (min-width: 40em) {
      .form-login .field {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .form-login .field:last-child:not(:first-child) {
      float: right; }
    .form-login .field.note {
      margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .form-login .field {
        width: 50%;
        margin-bottom: .75rem; } }
  .form-login .label:after {
    content: ':'; }
  .form-login .actions-toolbar {
    clear: both; }
    .form-login .actions-toolbar::before, .form-login .actions-toolbar::after {
      display: table;
      content: ' '; }
    .form-login .actions-toolbar::after {
      clear: both; }
    .form-login .actions-toolbar div.primary {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .form-login .actions-toolbar div.primary {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .form-login .actions-toolbar div.primary:last-child:not(:first-child) {
        float: right; }
      .form-login .actions-toolbar div.primary .action {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
      @media screen and (min-width: 48em) {
        .form-login .actions-toolbar div.primary {
          width: 50%; }
          .form-login .actions-toolbar div.primary .action {
            width: auto;
            display: inline-block; } }
    .form-login .actions-toolbar .secondary {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem;
      text-align: center;
      margin-top: 1rem; }
      @media print, screen and (min-width: 40em) {
        .form-login .actions-toolbar .secondary {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .form-login .actions-toolbar .secondary:last-child:not(:first-child) {
        float: right; }
      .form-login .actions-toolbar .secondary .action {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2; }
      @media screen and (min-width: 48em) {
        .form-login .actions-toolbar .secondary {
          width: 50%;
          text-align: right;
          line-height: 2.4375rem;
          margin-top: 0; } }

.form-create-account {
  margin-bottom: 3rem; }
  .form-create-account .actions-toolbar {
    text-align: center;
    margin-bottom: 2.5rem; }
    .form-create-account .actions-toolbar .submit {
      min-width: 14.375rem; }
    .form-create-account .actions-toolbar .secondary {
      display: none; }
  .form-create-account .check-toolbar {
    margin-top: 1rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 48em) {
      .form-create-account .check-toolbar {
        margin-top: 0; } }
    .form-create-account .check-toolbar .choice {
      line-height: 1.2;
      margin-bottom: .75rem;
      position: relative; }
      .form-create-account .check-toolbar .choice input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }
        .form-create-account .check-toolbar .choice input[type="checkbox"] + label,
        .form-create-account .check-toolbar .choice input[type="checkbox"] + .label {
          cursor: pointer;
          font-weight: normal;
          position: relative;
          margin: 0;
          line-height: 1.2;
          min-height: 1rem;
          padding-left: 1.4rem; }
          .form-create-account .check-toolbar .choice input[type="checkbox"] + label:before,
          .form-create-account .check-toolbar .choice input[type="checkbox"] + .label:before {
            display: block;
            content: '';
            height: 1rem;
            width: 1rem;
            line-height: 1rem;
            text-align: center;
            position: absolute;
            top: -1px;
            left: 0;
            border: 1px solid #999999;
            color: #000;
            background: #fff; }
        .form-create-account .check-toolbar .choice input[type="checkbox"]:checked + label:before,
        .form-create-account .check-toolbar .choice input[type="checkbox"]:checked + .label:before {
          content: '✓'; }
        .form-create-account .check-toolbar .choice input[type="checkbox"]:disabled + label {
          opacity: .4; }
        .form-create-account .check-toolbar .choice input[type="checkbox"]:disabled + label:before,
        .form-create-account .check-toolbar .choice input[type="checkbox"]:disabled + .label:before {
          background: #eee; }
      .form-create-account .check-toolbar .choice label:after {
        display: none; }

.customer-account-create .page-title-wrapper {
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .customer-account-create .page-title-wrapper {
      margin-bottom: .65rem; } }

.customer-account-create .page.messages {
  margin-bottom: 0; }

.b-account-register {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .b-account-register::before, .b-account-register::after {
    display: table;
    content: ' '; }
  .b-account-register::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .b-account-register {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .b-account-register {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .b-account-register {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .b-account-register {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .b-account-register {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .b-account-register .account-type-sidebar,
  .b-account-register .account-type-fields,
  .b-account-register .account-register-help {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .b-account-register .account-type-sidebar,
      .b-account-register .account-type-fields,
      .b-account-register .account-register-help {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .b-account-register .account-type-sidebar:last-child:not(:first-child),
    .b-account-register .account-type-fields:last-child:not(:first-child),
    .b-account-register .account-register-help:last-child:not(:first-child) {
      float: right; }
    .b-account-register .account-type-sidebar .title,
    .b-account-register .account-type-fields .title,
    .b-account-register .account-register-help .title {
      font-family: "brandon-grotesque", sans-serif;
      font-size: 1.375rem;
      font-weight: 700;
      margin-bottom: 1.25rem; }
  @media screen and (min-width: 48em) {
    .b-account-register .account-type-sidebar {
      width: 29.16667%; } }
  @media print, screen and (min-width: 64em) {
    .b-account-register .account-type-sidebar {
      margin-top: 2rem;
      width: 25%; } }
  .b-account-register .account-type-sidebar .title {
    margin-bottom: .25rem; }
  .b-account-register .account-type-sidebar .link {
    line-height: 1.3; }
  .b-account-register .account-type-sidebar .fieldset {
    position: relative;
    padding: 1.5rem 20px 1.9rem;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 1.75rem;
    background-color: #f7f7f7; }
    @media print, screen and (min-width: 40em) {
      .b-account-register .account-type-sidebar .fieldset {
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (min-width: 75em) {
      .b-account-register .account-type-sidebar .fieldset {
        padding: 1.5rem 2rem 2.25rem;
        margin-bottom: 2rem; } }
  .b-account-register .account-type-sidebar .field-list-account-type {
    margin: 1.25rem 0 0;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .b-account-register .account-type-sidebar .field-list-account-type {
        margin-left: .25rem; } }
  .b-account-register .account-type-sidebar .field-account-type {
    line-height: 1.2;
    margin-bottom: .75rem;
    position: relative;
    margin-bottom: 1rem; }
    .b-account-register .account-type-sidebar .field-account-type input[type="radio"] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
      .b-account-register .account-type-sidebar .field-account-type input[type="radio"] + label,
      .b-account-register .account-type-sidebar .field-account-type input[type="radio"] + .label {
        cursor: pointer;
        font-weight: normal;
        position: relative;
        margin: 0;
        line-height: 1.2;
        min-height: 1rem;
        padding-left: 1.4rem; }
        .b-account-register .account-type-sidebar .field-account-type input[type="radio"] + label:before,
        .b-account-register .account-type-sidebar .field-account-type input[type="radio"] + .label:before {
          display: block;
          content: '';
          height: 1rem;
          width: 1rem;
          line-height: 1rem;
          text-align: center;
          position: absolute;
          top: -1px;
          left: 0;
          border-radius: 50%;
          border: 1px solid #999999;
          color: #000;
          background: #fff;
          z-index: 0; }
        .b-account-register .account-type-sidebar .field-account-type input[type="radio"] + label:after,
        .b-account-register .account-type-sidebar .field-account-type input[type="radio"] + .label:after {
          display: none;
          content: '';
          position: absolute;
          top: 0.125rem;
          left: 0.1875rem;
          height: 0.625rem;
          width: 0.625rem;
          border-radius: 50%;
          background: #197e3e; }
      .b-account-register .account-type-sidebar .field-account-type input[type="radio"]:checked + label:after,
      .b-account-register .account-type-sidebar .field-account-type input[type="radio"]:checked + .label:after {
        display: block; }
      .b-account-register .account-type-sidebar .field-account-type input[type="radio"]:disabled + label:before,
      .b-account-register .account-type-sidebar .field-account-type input[type="radio"]:disabled + .label:before {
        opacity: .3;
        background: #eee; }
    .b-account-register .account-type-sidebar .field-account-type .label span:after {
      display: none; }
    .b-account-register .account-type-sidebar .field-account-type:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .b-account-register .account-type-fields {
      padding-top: 1.5rem;
      width: 41.66667%; } }
  @media print, screen and (min-width: 64em) {
    .b-account-register .account-type-fields {
      margin-top: 2rem;
      width: 50%; } }
  .b-account-register .account-type-fields .label:after {
    content: ':'; }
  @media print, screen and (min-width: 64em) {
    .b-account-register .account-type-fields .field-row {
      margin-bottom: .85rem; } }
  .b-account-register .account-type-fields .fieldset-list .fieldset {
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .b-account-register .account-type-fields .fieldset-list .fieldset:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: .5rem; }
  @media screen and (min-width: 48em) {
    .b-account-register .account-register-help {
      width: 29.16667%; } }
  @media print, screen and (min-width: 64em) {
    .b-account-register .account-register-help {
      width: 25%; } }
  .b-account-register .account-register-help .customer-form-after {
    text-align: center;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 1.75rem;
    background-color: #f7f7f7; }
    @media print, screen and (min-width: 40em) {
      .b-account-register .account-register-help .customer-form-after {
        margin-left: 0;
        margin-right: 0; } }
    .b-account-register .account-register-help .customer-form-after .help-block {
      padding: 1.5rem 20px 1.9rem; }
      @media screen and (min-width: 48em) {
        .b-account-register .account-register-help .customer-form-after .help-block {
          padding: 1.5rem 1.25rem 1.75rem; } }
      @media print, screen and (min-width: 64em) {
        .b-account-register .account-register-help .customer-form-after .help-block {
          padding: 1.5rem 1.75rem 2.25rem; } }
    .b-account-register .account-register-help .customer-form-after h2,
    .b-account-register .account-register-help .customer-form-after .title {
      font-family: "brandon-grotesque", sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: .75rem; }
      @media print, screen and (min-width: 64em) {
        .b-account-register .account-register-help .customer-form-after h2,
        .b-account-register .account-register-help .customer-form-after .title {
          font-size: 1.75rem; } }
    .b-account-register .account-register-help .customer-form-after p {
      margin-bottom: 0;
      line-height: 1.46;
      color: rgba(0, 0, 0, 0.7); }
  .b-account-register .field-row {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .b-account-register .field-row::before, .b-account-register .field-row::after {
      display: table;
      content: ' '; }
    .b-account-register .field-row::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .b-account-register .field-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .b-account-register .field-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .b-account-register .field-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .b-account-register .field-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .b-account-register .field-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .b-account-register .field-row .field {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .b-account-register .field-row .field {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .b-account-register .field-row .field:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .b-account-register .field-row .field {
          width: 50%; }
          .b-account-register .field-row .field.telephone.short {
            width: 37.5%; }
          .b-account-register .field-row .field.zip {
            width: 33.33333%; }
          .b-account-register .field-row .field.city {
            width: 66.66667%; } }

.customer-dob {
  position: relative; }
  .customer-dob input {
    width: calc(100% - 50px); }
  .customer-dob .v-middle {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    height: 2.4375rem;
    border: 1px solid #999999;
    border-left: 0;
    background: #eee url("../images/icon-calendar.svg") 50% no-repeat; }
    .customer-dob .v-middle span {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .ui-datepicker .ui-datepicker-next span,
  .ui-datepicker .ui-datepicker-prev span {
    margin: 0;
    top: auto;
    left: auto;
    right: 0;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #197e3e; }

.ui-datepicker .ui-datepicker-prev span {
  right: auto;
  left: 0;
  border-width: 10px 16px 10px 0;
  border-color: transparent #197e3e transparent transparent; }

.ui-datepicker .ui-datepicker-header {
  min-width: 250px; }

.ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 0; }
  .ui-datepicker .ui-datepicker-calendar th {
    padding: .25rem; }
  .ui-datepicker .ui-datepicker-calendar td {
    padding: 0; }
    .ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
      color: #fff;
      background: #197e3e; }
  .ui-datepicker .ui-datepicker-calendar .ui-state-active {
    color: #fff;
    background: #197e3e; }

.field-account-type-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: .2rem; }
  @media screen and (min-width: 48em) {
    .field-account-type-info {
      position: relative; } }
  .field-account-type-info:hover .field-account-text, .field-account-type-info:active .field-account-text {
    display: block;
    z-index: 1; }
  .field-account-type-info .field-account-text {
    display: none;
    width: 17.5rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: .5rem;
    margin-bottom: .5rem;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    font-size: 0.6875rem;
    line-height: 1.1;
    background: #fff; }
    @media screen and (min-width: 48em) {
      .field-account-type-info .field-account-text {
        left: 100%;
        margin-bottom: 0; } }

.field.new.password .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .field.new.password .control .mage-error {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0.58333rem; }
  .field.new.password .control .input-text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

.password-strength-meter {
  background-color: #eee;
  height: 1.6875rem;
  line-height: 1.6875rem;
  padding: 0 0.5rem;
  position: relative;
  font-size: 0.625rem;
  margin-top: -0.35rem;
  margin-bottom: .25rem;
  z-index: 1; }
  .password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .password-strength-meter-0 .password-strength-meter:before {
    background-color: #eee;
    width: 100%; }
  .password-strength-meter-1 .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
  .password-strength-meter-2 .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
  .password-strength-meter-3 .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-strength-meter-4 .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.form.password.forget,
.form.password.reset {
  padding: 1.25rem 1.5rem;
  background: #f7f7f7; }
  @media print, screen and (min-width: 40em) {
    .form.password.forget,
    .form.password.reset {
      width: 75%; } }
  @media print, screen and (min-width: 64em) {
    .form.password.forget,
    .form.password.reset {
      width: 50%;
      padding: 2.25rem 2.5rem; } }
  .form.password.forget .field,
  .form.password.reset .field {
    margin-bottom: .25rem; }
    @media print, screen and (min-width: 64em) {
      .form.password.forget .field,
      .form.password.reset .field {
        margin-bottom: .75rem; } }
  .form.password.forget .label:after,
  .form.password.reset .label:after {
    content: ':'; }
  .form.password.forget .actions-toolbar,
  .form.password.reset .actions-toolbar {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .form.password.forget .actions-toolbar::before, .form.password.forget .actions-toolbar::after,
    .form.password.reset .actions-toolbar::before,
    .form.password.reset .actions-toolbar::after {
      display: table;
      content: ' '; }
    .form.password.forget .actions-toolbar::after,
    .form.password.reset .actions-toolbar::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .form.password.forget .actions-toolbar,
      .form.password.reset .actions-toolbar {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .form.password.forget .actions-toolbar,
      .form.password.reset .actions-toolbar {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .form.password.forget .actions-toolbar,
      .form.password.reset .actions-toolbar {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .form.password.forget .actions-toolbar,
      .form.password.reset .actions-toolbar {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .form.password.forget .actions-toolbar,
      .form.password.reset .actions-toolbar {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .form.password.forget .actions-toolbar div.primary,
    .form.password.reset .actions-toolbar div.primary {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .form.password.forget .actions-toolbar div.primary,
        .form.password.reset .actions-toolbar div.primary {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .form.password.forget .actions-toolbar div.primary:last-child:not(:first-child),
      .form.password.reset .actions-toolbar div.primary:last-child:not(:first-child) {
        float: right; }
      .form.password.forget .actions-toolbar div.primary .action,
      .form.password.reset .actions-toolbar div.primary .action {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
      @media screen and (min-width: 48em) {
        .form.password.forget .actions-toolbar div.primary,
        .form.password.reset .actions-toolbar div.primary {
          width: 50%; }
          .form.password.forget .actions-toolbar div.primary .action,
          .form.password.reset .actions-toolbar div.primary .action {
            width: auto;
            display: inline-block; } }
    .form.password.forget .actions-toolbar .secondary,
    .form.password.reset .actions-toolbar .secondary {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem;
      text-align: center;
      margin-top: 1rem; }
      @media print, screen and (min-width: 40em) {
        .form.password.forget .actions-toolbar .secondary,
        .form.password.reset .actions-toolbar .secondary {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .form.password.forget .actions-toolbar .secondary:last-child:not(:first-child),
      .form.password.reset .actions-toolbar .secondary:last-child:not(:first-child) {
        float: right; }
      .form.password.forget .actions-toolbar .secondary .action,
      .form.password.reset .actions-toolbar .secondary .action {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2; }
      @media screen and (min-width: 48em) {
        .form.password.forget .actions-toolbar .secondary,
        .form.password.reset .actions-toolbar .secondary {
          width: 50%;
          text-align: right;
          line-height: 2.4375rem;
          margin-top: 0; } }

.form-orders-search {
  padding: 1.25rem 1.5rem;
  background: #f7f7f7;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .form-orders-search {
      width: 75%;
      padding: 2.25rem 2.5rem; } }
  @media screen and (min-width: 75em) {
    .form-orders-search {
      width: 50%; } }
  .form-orders-search legend {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .form-orders-search br {
    display: none; }
  .form-orders-search .fieldset {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .form-orders-search .fieldset::before, .form-orders-search .fieldset::after {
      display: table;
      content: ' '; }
    .form-orders-search .fieldset::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .form-orders-search .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .form-orders-search .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .form-orders-search .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .form-orders-search .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .form-orders-search .fieldset {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
  .form-orders-search .field {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: .25rem; }
    @media print, screen and (min-width: 40em) {
      .form-orders-search .field {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .form-orders-search .field:last-child:not(:first-child) {
      float: right; }
    .form-orders-search .field.note {
      margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .form-orders-search .field {
        width: 50%;
        margin-bottom: .75rem; } }
  .form-orders-search .label:after {
    content: ':'; }
  .form-orders-search .action {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
    @media screen and (min-width: 48em) {
      .form-orders-search .action {
        width: auto;
        display: inline-block; } }

.cart-container {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .cart-container::before, .cart-container::after {
    display: table;
    content: ' '; }
  .cart-container::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .cart-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .cart-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .cart-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .cart-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .cart-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .cart-container .table-caption {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .cart-container .page-title-wrapper {
    margin-bottom: .5rem; }
    @media screen and (max-width: 47.9375em) {
      .cart-container .page-title-wrapper {
        padding-bottom: 0; }
        .cart-container .page-title-wrapper .page-title {
          font-size: 1.75rem; }
        .cart-container .page-title-wrapper:before {
          display: none; } }
    .cart-container .page-title-wrapper + .checkout-methods-items {
      margin-top: .5rem; }
      .cart-container .page-title-wrapper + .checkout-methods-items .item {
        margin-bottom: 0; }

.cart-form {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .cart-form {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .cart-form:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 48em) {
    .cart-form {
      width: 66.66667%; } }
  @media print, screen and (min-width: 64em) {
    .cart-form {
      width: 75%; } }

.cart-summary {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .cart-summary {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .cart-summary:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 48em) {
    .cart-summary {
      width: 33.33333%;
      float: right; } }
  @media print, screen and (min-width: 64em) {
    .cart-summary {
      width: 25%; } }
  .cart-summary .summary.title {
    display: none;
    font-size: 2rem;
    font-weight: 500;
    font-family: "brandon-grotesque", sans-serif;
    padding: 0.65rem 0 0.55rem; }
    @media screen and (min-width: 48em) {
      .cart-summary .summary.title {
        display: block; } }
  .cart-summary .message {
    margin-bottom: .5rem; }
  .cart-summary .methods .item-title {
    display: block;
    font-size: 1.375rem;
    font-weight: 500;
    font-family: "brandon-grotesque", sans-serif;
    margin-bottom: .4rem; }
  .cart-summary .field.choice {
    line-height: 1.2;
    margin-bottom: .75rem;
    position: relative;
    margin-bottom: 0; }
    .cart-summary .field.choice input[type="radio"] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
      .cart-summary .field.choice input[type="radio"] + label,
      .cart-summary .field.choice input[type="radio"] + .label {
        cursor: pointer;
        font-weight: normal;
        position: relative;
        margin: 0;
        line-height: 1.2;
        min-height: 1rem;
        padding-left: 1.4rem; }
        .cart-summary .field.choice input[type="radio"] + label:before,
        .cart-summary .field.choice input[type="radio"] + .label:before {
          display: block;
          content: '';
          height: 1rem;
          width: 1rem;
          line-height: 1rem;
          text-align: center;
          position: absolute;
          top: -1px;
          left: 0;
          border-radius: 50%;
          border: 1px solid #999999;
          color: #000;
          background: #fff;
          z-index: 0; }
        .cart-summary .field.choice input[type="radio"] + label:after,
        .cart-summary .field.choice input[type="radio"] + .label:after {
          display: none;
          content: '';
          position: absolute;
          top: 0.125rem;
          left: 0.1875rem;
          height: 0.625rem;
          width: 0.625rem;
          border-radius: 50%;
          background: #197e3e; }
      .cart-summary .field.choice input[type="radio"]:checked + label:after,
      .cart-summary .field.choice input[type="radio"]:checked + .label:after {
        display: block; }
      .cart-summary .field.choice input[type="radio"]:disabled + label:before,
      .cart-summary .field.choice input[type="radio"]:disabled + .label:before {
        opacity: .3;
        background: #eee; }
  .cart-summary table {
    margin: 0;
    table-layout: fixed; }
    .cart-summary table tbody,
    .cart-summary table thead,
    .cart-summary table tfoot {
      border: 0;
      background: none; }
    .cart-summary table td,
    .cart-summary table th {
      border: 0;
      padding: 0 0 .5rem;
      line-height: 1.3;
      font-weight: 400;
      text-align: inherit;
      vertical-align: middle;
      background: none; }
      @media screen and (min-width: 75em) {
        .cart-summary table td,
        .cart-summary table th {
          padding-bottom: .9rem; } }
    .cart-summary table td {
      padding-left: .5rem;
      text-align: right; }
      .cart-summary table td.amount {
        width: 100%; }
    .cart-summary table tr:last-child td,
    .cart-summary table tr:last-child th {
      padding-bottom: 0; }
    .cart-summary table .totals.sub td,
    .cart-summary table .totals.sub th {
      font-weight: 400;
      font-size: 0.91125rem;
      text-transform: uppercase;
      font-family: "brandon-grotesque", sans-serif;
      font-size: 0.84375rem;
      font-weight: 400; }
      @media screen and (min-width: 75em) {
        .cart-summary table .totals.sub td,
        .cart-summary table .totals.sub th {
          font-size: 1.125rem; } }
    .cart-summary table .totals.grand {
      font-family: "brandon-grotesque", sans-serif;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      text-transform: uppercase; }
      .cart-summary table .totals.grand td,
      .cart-summary table .totals.grand th {
        padding-top: .5rem;
        font-weight: 400;
        font-size: 0.84375rem; }
        @media screen and (min-width: 75em) {
          .cart-summary table .totals.grand td,
          .cart-summary table .totals.grand th {
            font-size: 1.5rem; } }
        .cart-summary table .totals.grand td strong,
        .cart-summary table .totals.grand th strong {
          font-weight: inherit; }
      .cart-summary table .totals.grand .amount {
        font-size: 0.84375rem;
        line-height: 1; }
      @media screen and (min-width: 75em) {
        .cart-summary table .totals.grand td,
        .cart-summary table .totals.grand th {
          padding-top: 1.25rem; }
        .cart-summary table .totals.grand .amount {
          font-size: 1.125rem; } }
      @media screen and (min-width: 90.625em) {
        .cart-summary table .totals.grand .amount {
          font-size: 1.5rem; } }
    .cart-summary table .shipping td,
    .cart-summary table .shipping th,
    .cart-summary table .totals-tax td,
    .cart-summary table .totals-tax th {
      font-size: 0.69062rem;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.65); }
      .cart-summary table .shipping td .label,
      .cart-summary table .shipping th .label,
      .cart-summary table .totals-tax td .label,
      .cart-summary table .totals-tax th .label {
        color: rgba(0, 0, 0, 0.65); }
      @media screen and (min-width: 75em) {
        .cart-summary table .shipping td,
        .cart-summary table .shipping th,
        .cart-summary table .totals-tax td,
        .cart-summary table .totals-tax th {
          font-size: 0.8125rem; } }
    .cart-summary table .price-label-free {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: -.02em;
      padding: .3rem .625rem;
      color: #fff;
      background: #000; }
    .cart-summary table .shipping .mark .value {
      display: none; }
    .cart-summary table .totals-tax td,
    .cart-summary table .totals-tax th {
      padding-bottom: .75rem; }
      @media screen and (min-width: 75em) {
        .cart-summary table .totals-tax td,
        .cart-summary table .totals-tax th {
          padding-bottom: 1rem; } }
  .cart-summary .block {
    margin-bottom: .5rem; }
    .cart-summary .block.giftcard .content {
      display: none; }
    .cart-summary .block.student-discount {
      margin-top: 1rem; }
      .cart-summary .block.student-discount .title {
        cursor: text;
        position: relative;
        color: #000;
        font-size: 1.1875rem;
        line-height: 1.2;
        font-weight: 500;
        font-family: "brandon-grotesque", sans-serif;
        padding: 1rem 20px;
        margin-left: -20px;
        margin-right: -20px;
        background: #f7f7f7; }
        .cart-summary .block.student-discount .title span {
          display: block;
          margin-top: .25rem;
          font-family: "proxima-nova", Helvetica, Arial, sans-serif;
          font-size: 0.8125rem;
          font-weight: normal; }
        @media screen and (min-width: 48em) {
          .cart-summary .block.student-discount .title {
            margin-left: 0;
            margin-right: 0; } }
        @media screen and (min-width: 75em) {
          .cart-summary .block.student-discount .title {
            padding: 1.75rem; } }
        .cart-summary .block.student-discount .title strong {
          border-bottom: 0; }
    .cart-summary .block .title {
      color: #197e3e;
      font-size: 0.6875rem;
      cursor: pointer; }
      .cart-summary .block .title strong {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      .cart-summary .block .title:hover strong, .cart-summary .block .title:active strong {
        border-bottom: 0; }
      @media screen and (min-width: 48em) {
        .cart-summary .block .title {
          font-size: 0.8125rem; } }
    .cart-summary .block .content {
      margin-top: 1.25rem;
      padding: 1.25rem 1.75rem 1.75rem;
      line-height: 1.46;
      color: #000;
      position: relative;
      background: #f7f7f7; }
      .cart-summary .block .content:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 14px 14px;
        border-color: transparent transparent #f7f7f7 transparent;
        position: absolute;
        bottom: 100%;
        left: 2rem; }
      .cart-summary .block .content .legend {
        display: block;
        font-size: 1.125rem;
        font-weight: 400;
        font-family: "brandon-grotesque", sans-serif;
        margin-bottom: .4rem; }
      .cart-summary .block .content .label {
        line-height: 1.46; }
        .cart-summary .block .content .label span:after {
          content: ':'; }
      .cart-summary .block .content br {
        display: none; }
      .cart-summary .block .content p {
        line-height: 1.46;
        margin: 0 0 .625rem; }
      .cart-summary .block .content .input-text {
        margin-bottom: .625rem; }
      .cart-summary .block .content .action {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        background-color: #303030;
        color: #fff; }
        .cart-summary .block .content .action:hover, .cart-summary .block .content .action:focus {
          background-color: black;
          color: #fff; }
      .cart-summary .block .content .actions-toolbar > div {
        margin-bottom: .25rem; }
        .cart-summary .block .content .actions-toolbar > div:last-child {
          margin-bottom: 0; }

.block.discount .content {
  display: none; }

.cart-totals {
  padding: 1rem 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 1rem;
  position: relative;
  background: #f7f7f7; }
  .cart-totals ._block-content-loading,
  .cart-totals [data-bind="blockLoader: isLoading"] {
    position: static; }
  .cart-totals .loading-mask {
    background-color: rgba(255, 255, 255, 0.45); }
  @media screen and (min-width: 48em) {
    .cart-totals {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (min-width: 75em) {
    .cart-totals {
      margin-bottom: 1.5rem;
      padding: 1.75rem 1.75rem 2rem; } }

.checkout-methods-items {
  margin: 0;
  margin-top: 1rem; }
  .checkout-methods-items li {
    padding: 0; }
    .checkout-methods-items li:after {
      display: none; }
  @media screen and (min-width: 75em) {
    .checkout-methods-items {
      margin-top: 1.5rem; } }
  .checkout-methods-items .item {
    margin-bottom: .5rem; }
  .checkout-methods-items button.action {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: 0.84375rem;
    font-weight: 300;
    position: relative;
    padding-right: 1.5em;
    padding-left: 1.5em; }
    @media screen and (min-width: 75em) {
      .checkout-methods-items button.action {
        font-size: 1.125rem; } }
    .checkout-methods-items button.action:after {
      display: block;
      content: '';
      width: 7px;
      height: 12px;
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url("../images/icon-arrow-next-white.svg");
      background-repeat: no-repeat;
      background-size: 100% auto; }

table.cart {
  margin-bottom: .5rem; }
  @media screen and (min-width: 48em) {
    table.cart {
      margin-bottom: 3rem; } }
  table.cart:not(.has-header) thead {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  table.cart tbody,
  table.cart thead,
  table.cart tfoot {
    border: 0;
    background: none; }
  table.cart td,
  table.cart th {
    border: 0;
    padding: 1rem;
    vertical-align: middle;
    line-height: 1.3;
    font-weight: 400;
    text-align: inherit;
    background: none; }
    table.cart td:last-child,
    table.cart th:last-child {
      padding-right: 2.5rem; }
    table.cart td .stock,
    table.cart th .stock {
      color: rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 63.9375em) {
      table.cart td,
      table.cart th {
        padding: 0;
        vertical-align: top;
        display: block;
        float: left; }
        table.cart td:last-child,
        table.cart th:last-child {
          padding-right: .25rem; }
        table.cart td .stock,
        table.cart th .stock {
          font-size: 0.6875rem;
          line-height: 1.5; }
        table.cart td.item-info,
        table.cart th.item-info {
          float: none;
          margin-left: 3.75rem;
          clear: right; }
          table.cart td.item-info .product-item-name,
          table.cart th.item-info .product-item-name {
            line-height: 1; }
          table.cart td.item-info .item-options,
          table.cart th.item-info .item-options {
            font-size: 0.6875rem;
            line-height: 1.5; }
        table.cart td.qty, table.cart td.addtobasket,
        table.cart th.qty,
        table.cart th.addtobasket {
          margin-left: 3.75rem;
          clear: left; }
        table.cart td.addtobasket,
        table.cart th.addtobasket {
          width: calc(100% - 3.75rem);
          padding-top: .5rem;
          padding-bottom: .5rem;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          margin-bottom: 1rem;
          margin-top: .5rem; }
        table.cart td.cart-actions,
        table.cart th.cart-actions {
          float: right;
          line-height: 1.875rem; } }
    @media screen and (max-width: 63.9375em) and (min-width: 64em) {
      table.cart td.cart-actions,
      table.cart th.cart-actions {
        line-height: 2.4375rem; } }
    @media print, screen and (min-width: 64em) {
      table.cart td.item-info,
      table.cart th.item-info {
        width: 100%; } }
  table.cart tbody.cart.item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    table.cart tbody.cart.item:last-child {
      border-bottom: 0; }
    @media screen and (max-width: 63.9375em) {
      table.cart tbody.cart.item tr {
        display: block;
        padding-top: .75rem;
        padding-bottom: .75rem; }
        table.cart tbody.cart.item tr::before, table.cart tbody.cart.item tr::after {
          display: table;
          content: ' '; }
        table.cart tbody.cart.item tr::after {
          clear: both; } }
  table.cart .item-message td,
  table.cart .item-message th {
    padding-top: 0; }
  table.cart .item-message td:last-child {
    padding-right: 0; }
  table.cart .item-image {
    width: 3.125rem;
    margin-bottom: .25rem; }
    table.cart .item-image .product-image-container {
      max-width: 3.125rem; }
    table.cart .item-image .product-label {
      display: none; }
    @media print, screen and (min-width: 64em) {
      table.cart .item-image {
        width: 1%;
        margin-bottom: 0; }
        table.cart .item-image .product-image-container {
          max-width: 6.875rem; }
        table.cart .item-image .product-label {
          display: block; } }
  table.cart .field.qty {
    white-space: nowrap;
    margin-bottom: 0; }
    table.cart .field.qty:after {
      display: inline-block;
      vertical-align: top;
      content: '×';
      font-size: 1rem;
      line-height: 1.875rem;
      color: rgba(0, 0, 0, 0.5);
      padding-left: .5rem;
      padding-right: .6rem; }
      @media print, screen and (min-width: 64em) {
        table.cart .field.qty:after {
          padding-left: 1rem;
          padding-right: 0;
          line-height: 2.4375rem; } }
    table.cart .field.qty .control {
      display: inline-block;
      position: relative; }
      table.cart .field.qty .control div.mage-error {
        position: absolute;
        top: 100%;
        left: 0;
        margin-bottom: 0;
        white-space: normal;
        width: 12.5rem;
        line-height: 1; }
        @media screen and (max-width: 47.9375em) {
          table.cart .field.qty .control div.mage-error {
            margin-top: 0; } }
  table.cart .input-text {
    width: 3.125rem;
    padding-left: .25rem;
    padding-right: .25rem;
    margin: 0;
    text-align: center; }
    @media screen and (max-width: 63.9375em) {
      table.cart .input-text {
        width: 2.5rem;
        height: 1.875rem;
        padding-top: 0;
        padding-bottom: 0; } }
    table.cart .input-text.mage-error, table.cart .input-text.mage-success, table.cart .input-text.valid {
      background-image: none; }
  table.cart .subtotal,
  table.cart .action-edit,
  table.cart .label {
    display: none; }
  table.cart .product-image-container {
    display: block;
    position: relative;
    overflow: hidden; }
  table.cart .product-item-name {
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    margin: .25rem 0; }
    table.cart .product-item-name a {
      color: #000;
      text-decoration: none; }
      table.cart .product-item-name a:hover {
        color: #197e3e; }
    @media screen and (min-width: 48em) {
      table.cart .product-item-name {
        font-size: 1rem; } }
  table.cart .price-including-tax,
  table.cart .price-excluding-tax,
  table.cart .wishlist-price .price-box {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: -.25rem;
    line-height: 1.875rem;
    font-family: "brandon-grotesque", sans-serif; }
    table.cart .price-including-tax .price-as-configured,
    table.cart .price-excluding-tax .price-as-configured,
    table.cart .wishlist-price .price-box .price-as-configured {
      font-weight: inherit;
      margin: 0; }
    @media print, screen and (min-width: 64em) {
      table.cart .price-including-tax,
      table.cart .price-excluding-tax,
      table.cart .wishlist-price .price-box {
        margin-top: -.5rem;
        line-height: 2.4375rem; } }
  table.cart .addtocart-btn {
    display: inline;
    color: #197e3e;
    text-decoration: underline;
    font-weight: normal;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    cursor: pointer;
    white-space: nowrap; }
    table.cart .addtocart-btn:hover, table.cart .addtocart-btn:focus {
      text-decoration: none; }

.cart.main.actions {
  margin-bottom: 1rem; }

.gift-options-cart-item,
.cart.main.actions .continue,
.cart.main.actions .clear,
.cart-actions .action-towishlist,
#block-shipping {
  display: none; }

.add-to-cart-popup {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto; }
  .add-to-cart-popup::before, .add-to-cart-popup::after {
    display: table;
    content: ' '; }
  .add-to-cart-popup::after {
    clear: both; }
  [data-whatinput='mouse'] .add-to-cart-popup {
    outline: 0; }
  .add-to-cart-popup .add-popup-container {
    position: absolute; }
    @media screen and (max-width: 47.9375em) {
      .add-to-cart-popup .add-popup-container {
        left: 0 !important;
        right: 0; } }
    @media screen and (min-width: 48em) {
      .add-to-cart-popup .add-popup-container {
        width: 43.75rem; }
        .add-to-cart-popup .add-popup-container .close-button {
          display: none; } }
    @media screen and (min-width: 769px) {
      body.is-sticky .add-to-cart-popup .add-popup-container {
        margin-top: 7px; } }
    @media screen and (min-width: 75em) {
      .add-to-cart-popup .add-popup-container {
        width: 48.125rem;
        margin-top: 7px;
        margin-left: -16px; }
        body.is-sticky .add-to-cart-popup .add-popup-container {
          margin-left: 12px; } }
  .add-to-cart-popup .add-popup-showcart {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5rem 0 1.75rem;
    padding-right: 0 !important; }
    @media screen and (min-width: 48em) {
      .add-to-cart-popup .add-popup-showcart {
        display: block; } }
    .add-to-cart-popup .add-popup-showcart .showcart {
      position: relative; }
      .add-to-cart-popup .add-popup-showcart .showcart:after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        margin-top: 0.8rem;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 10px 9px;
        border-color: transparent transparent #fff transparent; }
        body:not(.is-sticky) .add-to-cart-popup .add-popup-showcart .showcart:after {
          top: auto;
          bottom: 0;
          left: 1.75rem;
          margin-bottom: -0.28571rem; }
  .add-to-cart-popup .add-popup-block {
    position: relative;
    padding: 1.25rem;
    text-align: center;
    background: #fff; }
    @media screen and (min-width: 48em) {
      .add-to-cart-popup .add-popup-block {
        margin-top: 2.1rem;
        padding: 2.5rem 3rem 8rem; } }
  .add-to-cart-popup .add-popup-message {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    font-size: 1.25rem;
    margin-bottom: 1.5rem; }
    .add-to-cart-popup .add-popup-message a {
      display: inline-block;
      text-decoration: none;
      max-width: 6.25rem; }
    .add-to-cart-popup .add-popup-message span {
      display: block;
      margin-top: 1.5rem; }
    @media screen and (min-width: 48em) {
      .add-to-cart-popup .add-popup-message span {
        display: inline-block;
        margin-top: 0;
        margin-left: 1rem; } }
    @media screen and (min-width: 75em) {
      .add-to-cart-popup .add-popup-message {
        font-size: 2rem; }
        .add-to-cart-popup .add-popup-message span {
          margin-left: 2.5rem; } }
  .add-to-cart-popup .add-popup-actions {
    overflow: hidden; }
    .add-to-cart-popup .add-popup-actions .button {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: .5rem; }
    @media screen and (min-width: 48em) {
      .add-to-cart-popup .add-popup-actions {
        padding: 2rem 2.5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f7f7f7; }
        .add-to-cart-popup .add-popup-actions .button {
          display: inline-block;
          width: auto;
          min-width: 45%;
          padding: 0.85em 2em 0.9em;
          margin-bottom: 0;
          position: relative; }
          .add-to-cart-popup .add-popup-actions .button:after {
            display: block;
            content: '';
            width: 7px;
            height: 12px;
            position: absolute;
            top: 50%;
            right: 1rem;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            background-image: url("../images/icon-breadcrumb.svg");
            background-repeat: no-repeat;
            background-size: 100% auto; }
          .add-to-cart-popup .add-popup-actions .button.btn-continue:after {
            opacity: .4;
            right: auto;
            left: 1rem;
            -webkit-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg); }
        .add-to-cart-popup .add-popup-actions .btn-viewcart {
          float: right; }
        .add-to-cart-popup .add-popup-actions .btn-continue {
          float: left; } }
    .add-to-cart-popup .add-popup-actions .btn-viewcart {
      background-color: #197e3e;
      color: #fff; }
      .add-to-cart-popup .add-popup-actions .btn-viewcart:hover, .add-to-cart-popup .add-popup-actions .btn-viewcart:focus {
        background-color: #1a5d39;
        color: #fff; }
    @media screen and (min-width: 75em) {
      .add-to-cart-popup .add-popup-actions .button {
        min-width: 13.75rem; } }
  .add-to-cart-popup .block.grid {
    margin: 0; }
    .add-to-cart-popup .block.grid .block-title strong {
      font-size: 1.2rem; }
  @media screen and (min-width: 48em) {
    .add-to-cart-popup .product-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .add-to-cart-popup .product-items .product-item {
    width: 50%;
    margin: 1rem 0; }
    @media screen and (min-width: 48em) {
      .add-to-cart-popup .product-items .product-item {
        width: 33.33333%;
        margin: 0; }
        .add-to-cart-popup .product-items .product-item:last-child {
          display: none; } }
    .add-to-cart-popup .product-items .product-item:before {
      top: 0;
      bottom: 0; }
    .add-to-cart-popup .product-items .product-item .product-item-photo {
      margin-bottom: .5rem; }
      .add-to-cart-popup .product-items .product-item .product-item-photo .product-image-wrapper {
        display: block;
        height: 7.5rem;
        line-height: 7.5rem; }
        .add-to-cart-popup .product-items .product-item .product-item-photo .product-image-wrapper img {
          max-height: 100%; }
    .add-to-cart-popup .product-items .product-item .product-item-name {
      font-weight: 400;
      line-height: 1.2;
      font-size: 1rem;
      margin-bottom: .5rem; }
  .add-to-cart-popup .product-items .product-item-details {
    padding-left: .75rem;
    padding-right: .75rem; }
  .add-to-cart-popup .product-items .product-price-stock {
    margin-bottom: 0; }
  .add-to-cart-popup .product-items .product-price-stock .stock,
  .add-to-cart-popup .product-items .product-item-actions {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }

.checkout-index-index .algolia-instant-selector-results {
  display: none !important; }

@media screen and (max-width: 47.9375em) {
  .page-layout-checkout .column.main, .page-layout-checkout .main.columns,
  .page-layout-checkout .page-container,
  .checkout-index-index .column.main,
  .checkout-index-index .main.columns,
  .checkout-index-index .page-container {
    padding-left: 0;
    padding-right: 0; } }

.page-layout-checkout .page-header,
.checkout-index-index .page-header {
  height: 3.4375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 48em) {
    .page-layout-checkout .page-header,
    .checkout-index-index .page-header {
      height: auto;
      margin-bottom: 1rem; } }

.page-layout-checkout .sticky-header-row,
.checkout-index-index .sticky-header-row {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem; }
  .page-layout-checkout .sticky-header-row::before, .page-layout-checkout .sticky-header-row::after,
  .checkout-index-index .sticky-header-row::before,
  .checkout-index-index .sticky-header-row::after {
    display: table;
    content: ' '; }
  .page-layout-checkout .sticky-header-row::after,
  .checkout-index-index .sticky-header-row::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .page-layout-checkout .sticky-header-row,
    .checkout-index-index .sticky-header-row {
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .page-layout-checkout .sticky-header-row,
    .checkout-index-index .sticky-header-row {
      padding-right: 1.25rem; } }

.page-layout-checkout .header .tab-bar .nav-toggle,
.checkout-index-index .header .tab-bar .nav-toggle {
  display: none; }

.page-layout-checkout .header .tab-bar .left-side,
.page-layout-checkout .header .tab-bar .right-side,
.checkout-index-index .header .tab-bar .left-side,
.checkout-index-index .header .tab-bar .right-side {
  line-height: 3.4375rem; }

.page-layout-checkout .page-title-wrapper,
.checkout-index-index .page-title-wrapper {
  display: none; }

.header-controls {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial;
  width: auto;
  height: 3.4375rem; }
  .header-controls::before, .header-controls::after {
    display: table;
    content: ' '; }
  .header-controls::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .header-controls {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .header-controls {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .header-controls {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .header-controls {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .header-controls {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .is-stuck .header-controls.center-header-top-panel {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .is-stuck .header-controls.center-header-top-panel {
        padding-right: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .is-stuck .header-controls.center-header-top-panel {
        padding-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
    .header-controls {
      height: 7.5rem; } }
  @media screen and (min-width: 75em) {
    .header-controls {
      height: 7.5rem; } }
  .header-row.is-stuck .header-controls {
    height: auto-0; }
  .header-controls .header-totals,
  .header-controls .header-logo,
  .header-controls .header-info {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    line-height: 3.4375rem; }
    @media print, screen and (min-width: 40em) {
      .header-controls .header-totals,
      .header-controls .header-logo,
      .header-controls .header-info {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .header-controls .header-totals:last-child:not(:first-child),
    .header-controls .header-logo:last-child:not(:first-child),
    .header-controls .header-info:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .header-controls .header-totals,
      .header-controls .header-logo,
      .header-controls .header-info {
        line-height: 7.5rem; } }
    @media screen and (min-width: 75em) {
      .header-controls .header-totals,
      .header-controls .header-logo,
      .header-controls .header-info {
        line-height: 7.5rem; } }
    .header-row.is-stuck .header-controls .header-totals, .header-row.is-stuck
    .header-controls .header-logo, .header-row.is-stuck
    .header-controls .header-info {
      line-height: auto-0; }
      .header-row.is-stuck .header-controls .header-totals .logo, .header-row.is-stuck
      .header-controls .header-logo .logo, .header-row.is-stuck
      .header-controls .header-info .logo {
        padding-left: 0;
        width: auto;
        display: block; }
      @media screen and (min-width: 48em) {
        .header-row.is-stuck .header-controls .header-totals .items-in-cart,
        .header-row.is-stuck .header-controls .header-totals .contact-header-checkout, .header-row.is-stuck
        .header-controls .header-logo .items-in-cart,
        .header-row.is-stuck
        .header-controls .header-logo .contact-header-checkout, .header-row.is-stuck
        .header-controls .header-info .items-in-cart,
        .header-row.is-stuck
        .header-controls .header-info .contact-header-checkout {
          margin-top: .25rem; }
        .header-row.is-stuck .header-controls .header-totals .contact-header-worktime, .header-row.is-stuck
        .header-controls .header-logo .contact-header-worktime, .header-row.is-stuck
        .header-controls .header-info .contact-header-worktime {
          margin-top: -.25rem;
          font-size: 0.6875rem; } }
  @media screen and (min-width: 48em) and (min-width: 75em) {
    .header-row.is-stuck .header-controls .header-totals .contact-header-worktime, .header-row.is-stuck
    .header-controls .header-logo .contact-header-worktime, .header-row.is-stuck
    .header-controls .header-info .contact-header-worktime {
      margin-top: -.15rem; } }
  .header-controls .header-totals {
    width: 29.16667%; }
    @media screen and (min-width: 48em) {
      .header-controls .header-totals {
        width: 37.5%; } }
  .header-controls .header-logo {
    width: 41.66667%;
    padding-right: 0rem;
    padding-left: 0rem;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .header-controls .header-logo {
        padding-right: 0rem; } }
    @media print, screen and (min-width: 40em) {
      .header-controls .header-logo {
        padding-left: 0rem; } }
    @media screen and (min-width: 48em) {
      .header-controls .header-logo {
        width: 25%;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .header-controls .header-logo {
      padding-right: 1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .header-controls .header-logo {
      padding-left: 1.25rem; } }
    .header-controls .header-logo .logo {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      float: none;
      text-align: center;
      padding: 0rem; }
      @media print, screen and (min-width: 40em) {
        .header-controls .header-logo .logo {
          padding: 0rem; } }
      .header-controls .header-logo .logo:before {
        display: none; }
  .header-controls .header-info {
    width: 29.16667%;
    text-align: right; }
    @media screen and (min-width: 48em) {
      .header-controls .header-info {
        width: 37.5%; } }

.header-total-controls {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .header-total-controls .total-line {
    display: none;
    color: #000;
    font-size: 1.12rem;
    font-weight: 500;
    font-family: "brandon-grotesque", sans-serif; }
    .header-total-controls .total-line .title {
      text-transform: none; }
    @media screen and (min-width: 48em) {
      .header-total-controls .total-line {
        display: block;
        font-size: 1.3125rem; }
        .header-total-controls .total-line.total-line-excl {
          font-size: 0.9625rem; } }
    @media screen and (min-width: 75em) {
      .header-total-controls .total-line {
        font-size: 1.75rem; }
        .header-row.is-stuck .header-total-controls .total-line {
          font-size: 1.125rem; }
        .header-total-controls .total-line.total-line-excl {
          font-size: 1.4rem; } }

.checkout-header-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #000;
  font-size: 0.69062rem; }
  @media screen and (min-width: 48em) {
    .checkout-header-info {
      font-size: 0.8125rem; } }

.mobile-total-price {
  text-align: center;
  margin-bottom: 1rem; }
  .mobile-total-price .mark:after {
    content: ':'; }
  @media screen and (min-width: 48em) {
    .mobile-total-price {
      display: none; } }

.contact-header-checkout {
  display: inline-block;
  width: 99%;
  font-size: 1.05rem;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif; }
  @media screen and (min-width: 48em) {
    .contact-header-checkout {
      font-size: 1.3125rem;
      margin-top: .75rem; } }
  @media screen and (min-width: 75em) {
    .contact-header-checkout {
      font-size: 1.75rem; }
      .header-row.is-stuck .contact-header-checkout {
        font-size: 1.3125rem; } }
  .contact-header-checkout:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 13.8px;
    height: 13.8px;
    margin-right: 0.125rem;
    background: url("../images/icon-phone-white.svg") 50% no-repeat;
    background-size: 100% auto; }
    @media screen and (min-width: 75em) {
      .contact-header-checkout:before {
        width: 23px;
        height: 23px;
        margin-right: 0.3125rem; }
        .header-row.is-stuck .contact-header-checkout:before {
          width: 13.8px;
          height: 13.8px; } }

.items-in-cart {
  display: inline-block;
  position: relative; }
  @media screen and (min-width: 48em) {
    .items-in-cart {
      margin-top: .75rem; }
      .items-in-cart:hover .content.minicart-items, .items-in-cart:focus .content.minicart-items {
        display: block; } }
  .items-in-cart .title {
    cursor: pointer; }
    .items-in-cart .title a:before {
      display: inline-block;
      vertical-align: middle;
      content: '';
      width: 0.5rem;
      height: 0.75rem;
      background-image: url("../images/icon-arrow-next-gray.svg");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 0.4375rem;
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-transform: scale(2) rotate(180deg);
              transform: scale(2) rotate(180deg); }
      @media screen and (min-width: 48em) {
        .items-in-cart .title a:before {
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transform: scale(1) rotate(180deg);
                  transform: scale(1) rotate(180deg); } }
    @media screen and (min-width: 48em) {
      .items-in-cart .title a span {
        display: inline-block;
        vertical-align: middle;
        text-decoration: underline; } }
    .items-in-cart .title a:hover span {
      text-decoration: none; }
    .items-in-cart .title a:hover:before {
      text-decoration: none; }

.checkout-container {
  position: relative; }
  .checkout-container h1 {
    text-align: center;
    font-weight: 300; }
    @media screen and (min-width: 48em) {
      .checkout-container h1 {
        margin-bottom: 2.75rem; } }

.checkout-form-row {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial;
  width: auto; }
  .checkout-form-row::before, .checkout-form-row::after {
    display: table;
    content: ' '; }
  .checkout-form-row::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .checkout-form-row {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .checkout-form-row {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .checkout-form-row {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .checkout-form-row {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .checkout-form-row {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .checkout-form-row .field {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .checkout-form-row .field {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .checkout-form-row .field:last-child:not(:first-child) {
      float: right; }
    .checkout-form-row .field .control {
      margin-bottom: .85rem; }
    @media print, screen and (min-width: 64em) {
      .checkout-form-row .field.field-city {
        width: 75%; }
      .checkout-form-row .field.field-postcode {
        width: 25%;
        padding-right: 0; }
      .checkout-form-row .field.field-telephone, .checkout-form-row .field.field-customer-password {
        width: 50%; } }
  .checkout-form-row.shipping-postcode-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: .85rem; }
    .checkout-form-row.shipping-postcode-city .field {
      margin-bottom: 0; }
    .checkout-form-row.shipping-postcode-city .message,
    .checkout-form-row.shipping-postcode-city .mage-error {
      clear: none;
      margin-bottom: .5rem;
      margin-right: 1.0625rem;
      margin-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .checkout-form-row.shipping-postcode-city .message,
        .checkout-form-row.shipping-postcode-city .mage-error {
          margin-right: 1.25rem; } }
      @media print, screen and (min-width: 40em) {
        .checkout-form-row.shipping-postcode-city .message,
        .checkout-form-row.shipping-postcode-city .mage-error {
          margin-left: 1.25rem; } }
      @media print, screen and (min-width: 64em) {
        .checkout-form-row.shipping-postcode-city .message,
        .checkout-form-row.shipping-postcode-city .mage-error {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
  .checkout-form-row.shipping-company-number-name .field {
    margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .checkout-form-row.shipping-company-number-name .field {
        width: 50%; } }

.checkout-steps {
  margin: 0; }
  .checkout-steps li {
    padding: 0; }
    .checkout-steps li:after {
      display: none; }
  @media screen and (min-width: 48em) {
    .checkout-steps {
      max-width: 90.625rem;
      margin-right: auto;
      margin-left: auto;
      margin-right: -1.0625rem;
      margin-left: -1.0625rem;
      max-width: initial;
      width: auto; }
      .checkout-steps::before, .checkout-steps::after {
        display: table;
        content: ' '; }
      .checkout-steps::after {
        clear: both; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .checkout-steps {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .checkout-steps {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .checkout-steps {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 75em) {
    .checkout-steps {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 90.625em) {
    .checkout-steps {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .checkout-steps .checkout-shipping-address,
  .checkout-steps .checkout-shipping-method,
  .checkout-steps .checkout-payment-method {
    position: relative; }
    @media screen and (min-width: 48em) {
      .checkout-steps .checkout-shipping-address,
      .checkout-steps .checkout-shipping-method,
      .checkout-steps .checkout-payment-method {
        width: 100%;
        float: left;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem;
        width: 50%; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .checkout-steps .checkout-shipping-address,
    .checkout-steps .checkout-shipping-method,
    .checkout-steps .checkout-payment-method {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media screen and (min-width: 48em) {
        .checkout-steps .checkout-shipping-address:last-child:not(:first-child),
        .checkout-steps .checkout-shipping-method:last-child:not(:first-child),
        .checkout-steps .checkout-payment-method:last-child:not(:first-child) {
          float: right; } }
  .checkout-steps .loading-mask {
    background-color: rgba(255, 255, 255, 0.45); }
  .checkout-steps .checkout-box {
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    position: relative;
    background: #f7f7f7; }
    @media screen and (max-width: 47.9375em) {
      .checkout-steps .checkout-box {
        padding-left: 1.6875rem;
        padding-right: 1.6875rem; } }
    @media print, screen and (min-width: 64em) {
      .checkout-steps .checkout-box {
        padding: 3.75rem; } }
    .checkout-steps .checkout-box .label > span:after {
      content: ':'; }
  .checkout-steps .field-tooltip-content {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }
  .checkout-steps .step-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    position: relative;
    color: #000;
    font-weight: 300;
    font-family: "brandon-grotesque", sans-serif; }
    @media screen and (min-width: 75em) {
      .checkout-steps .step-title {
        font-size: 2rem; } }
  .checkout-steps .form-order-comment .input-text {
    margin-top: .5rem;
    margin-bottom: 0;
    min-height: 4.8125rem; }
  .checkout-steps .form-order-comment > .field > .label,
  .checkout-steps .new-address-form > .field > .label,
  .checkout-steps .form-student-discount > .field > .label {
    display: inline-block;
    line-height: 1;
    text-decoration: underline;
    color: #197e3e;
    cursor: pointer; }
    .checkout-steps .form-order-comment > .field > .label[aria-expanded="true"],
    .checkout-steps .new-address-form > .field > .label[aria-expanded="true"],
    .checkout-steps .form-student-discount > .field > .label[aria-expanded="true"] {
      text-decoration: none; }
    .checkout-steps .form-order-comment > .field > .label > span:after,
    .checkout-steps .new-address-form > .field > .label > span:after,
    .checkout-steps .form-student-discount > .field > .label > span:after {
      display: none; }
  .checkout-steps .form-order-comment .billing-address-same-as-shipping-block,
  .checkout-steps .new-address-form .billing-address-same-as-shipping-block,
  .checkout-steps .form-student-discount .billing-address-same-as-shipping-block {
    margin-top: 1rem; }
  .checkout-steps .form-order-comment .field-select-billing .label,
  .checkout-steps .new-address-form .field-select-billing .label,
  .checkout-steps .form-student-discount .field-select-billing .label {
    margin-top: 1rem;
    line-height: 1.2; }
  .checkout-steps .field {
    margin-bottom: .85rem; }
    .checkout-steps .field.addresses {
      margin-bottom: 1.75rem; }
      .checkout-steps .field.addresses h3 {
        padding-bottom: 0;
        margin-bottom: 0; }
  .checkout-steps fieldset.field {
    margin-bottom: 0; }
  .checkout-steps .has-customer {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    margin-top: -.65rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .checkout-steps .checkout-shipping-list .item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .checkout-steps .checkout-shipping-list .item label {
      display: block;
      padding-left: 1.75rem; }
    .checkout-steps .checkout-shipping-list .item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .checkout-steps .checkout-shipping-list .col-row {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
    max-width: initial;
    width: auto;
    position: relative;
    top: -2px; }
    .checkout-steps .checkout-shipping-list .col-row::before, .checkout-steps .checkout-shipping-list .col-row::after {
      display: table;
      content: ' '; }
    .checkout-steps .checkout-shipping-list .col-row::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .checkout-steps .checkout-shipping-list .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .checkout-steps .checkout-shipping-list .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .checkout-steps .checkout-shipping-list .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .checkout-steps .checkout-shipping-list .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .checkout-steps .checkout-shipping-list .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .checkout-steps .checkout-shipping-list .col-row .col {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .checkout-steps .checkout-shipping-list .col-row .col {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .checkout-steps .checkout-shipping-list .col-row .col:last-child:not(:first-child) {
        float: right; }
    .checkout-steps .checkout-shipping-list .col-row .col-title {
      width: 66.66667%; }
      .checkout-steps .checkout-shipping-list .col-row .col-title .title {
        font-size: 1rem;
        font-weight: 500;
        text-transform: none;
        line-height: 1;
        font-family: "brandon-grotesque", sans-serif; }
    .checkout-steps .checkout-shipping-list .col-row .col-price {
      width: 33.33333%;
      text-align: right;
      line-height: 1;
      font-size: 1.125rem;
      text-transform: none;
      font-weight: 500;
      font-family: "brandon-grotesque", sans-serif; }
    .checkout-steps .checkout-shipping-list .col-row .desc {
      color: rgba(0, 0, 0, 0.8); }
  .checkout-steps .checkout-payment-method .step-title {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .checkout-steps .checkout-payment-method .step-title::before, .checkout-steps .checkout-payment-method .step-title::after {
      display: table;
      content: ' '; }
    .checkout-steps .checkout-payment-method .step-title::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .checkout-steps .checkout-payment-method .step-title {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .checkout-steps .checkout-payment-method .step-title {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .checkout-steps .checkout-payment-method .step-title {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .checkout-steps .checkout-payment-method .step-title {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .checkout-steps .checkout-payment-method .step-title {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .checkout-steps .checkout-payment-method .step-title .txt {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem;
      white-space: nowrap; }
      @media print, screen and (min-width: 40em) {
        .checkout-steps .checkout-payment-method .step-title .txt {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .checkout-steps .checkout-payment-method .step-title .txt:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .checkout-steps .checkout-payment-method .step-title .txt {
          width: 33.33333%; } }
    .checkout-steps .checkout-payment-method .step-title .order-total {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .checkout-steps .checkout-payment-method .step-title .order-total {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .checkout-steps .checkout-payment-method .step-title .order-total:last-child:not(:first-child) {
        float: right; }
      @media print, screen and (min-width: 64em) {
        .checkout-steps .checkout-payment-method .step-title .order-total {
          width: 66.66667%; } }
  .checkout-steps .checkout-payment-method .payment-group .step-title {
    display: none; }
  .checkout-steps .checkout-payment-method .b-place-order button.action {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: 0.84375rem;
    position: relative;
    font-weight: 300;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-top: 0.5rem; }
    @media screen and (min-width: 75em) {
      .checkout-steps .checkout-payment-method .b-place-order button.action {
        font-size: 1.125rem; } }
    .checkout-steps .checkout-payment-method .b-place-order button.action:after {
      display: block;
      content: '';
      width: 7px;
      height: 12px;
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url("../images/icon-arrow-next-white.svg");
      background-repeat: no-repeat;
      background-size: 100% auto; }
  .checkout-steps .checkout-payment-method .actions-toolbar {
    display: none; }
  .checkout-steps .checkout-payment-method .order-total {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    font-family: "brandon-grotesque", sans-serif;
    margin-top: .75rem; }
    @media print, screen and (min-width: 64em) {
      .checkout-steps .checkout-payment-method .order-total {
        text-align: right;
        margin-top: 0; } }
    @media screen and (min-width: 75em) {
      .checkout-steps .checkout-payment-method .order-total {
        font-size: 1.5rem; } }
    .checkout-steps .checkout-payment-method .order-total .order-total-incl-tax .mark:after {
      content: ':'; }
    .checkout-steps .checkout-payment-method .order-total .note {
      color: rgba(0, 0, 0, 0.8);
      font-size: 11px;
      line-height: 1.4;
      letter-spacing: normal; }
    .checkout-steps .checkout-payment-method .order-total .order-total-excl-tax {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.6; }
      .checkout-steps .checkout-payment-method .order-total .order-total-excl-tax + .order-total-tax {
        color: rgba(0, 0, 0, 0.8);
        font-size: 11px;
        line-height: 1.4; }
        .checkout-steps .checkout-payment-method .order-total .order-total-excl-tax + .order-total-tax + .order-total-incl-tax {
          font-size: 22px;
          line-height: 1.4; }
  .checkout-steps .checkout-payment-method .message {
    margin-top: 1rem;
    padding: .75rem .75rem .75rem 2rem;
    font-size: .75rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-position: .75rem .85rem; }
  .checkout-steps .payment-methods-list .checkout-agreements-block {
    display: none; }
  .checkout-steps .payment-methods-list .payment-group {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 1.75rem; }
    .checkout-steps .payment-methods-list .payment-group .payment-method {
      padding-bottom: 1.3125rem;
      margin-bottom: 1.75rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      .checkout-steps .payment-methods-list .payment-group .payment-method > label {
        display: block;
        padding-left: 1.75rem; }
        .checkout-steps .payment-methods-list .payment-group .payment-method > label > span {
          display: block; }
        .checkout-steps .payment-methods-list .payment-group .payment-method > label .desc {
          color: rgba(0, 0, 0, 0.8); }
      .checkout-steps .payment-methods-list .payment-group .payment-method:last-child {
        margin-bottom: 0;
        border-bottom: 0; }
      .checkout-steps .payment-methods-list .payment-group .payment-method .payment-method-content {
        display: none;
        padding-left: 1.4rem;
        color: rgba(0, 0, 0, 0.8); }
      .checkout-steps .payment-methods-list .payment-group .payment-method._active .payment-method-content {
        display: block; }
  .checkout-steps .payment-methods-list .payment-method-title {
    line-height: 1.2;
    margin-bottom: .75rem;
    position: relative;
    margin-bottom: 0; }
    .checkout-steps .payment-methods-list .payment-method-title input[type="radio"] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
      .checkout-steps .payment-methods-list .payment-method-title input[type="radio"] + label,
      .checkout-steps .payment-methods-list .payment-method-title input[type="radio"] + .label {
        cursor: pointer;
        font-weight: normal;
        position: relative;
        margin: 0;
        line-height: 1.2;
        min-height: 1rem;
        padding-left: 1.4rem; }
        .checkout-steps .payment-methods-list .payment-method-title input[type="radio"] + label:before,
        .checkout-steps .payment-methods-list .payment-method-title input[type="radio"] + .label:before {
          display: block;
          content: '';
          height: 1rem;
          width: 1rem;
          line-height: 1rem;
          text-align: center;
          position: absolute;
          top: -1px;
          left: 0;
          border-radius: 50%;
          border: 1px solid #999999;
          color: #000;
          background: #fff;
          z-index: 0; }
        .checkout-steps .payment-methods-list .payment-method-title input[type="radio"] + label:after,
        .checkout-steps .payment-methods-list .payment-method-title input[type="radio"] + .label:after {
          display: none;
          content: '';
          position: absolute;
          top: 0.125rem;
          left: 0.1875rem;
          height: 0.625rem;
          width: 0.625rem;
          border-radius: 50%;
          background: #197e3e; }
      .checkout-steps .payment-methods-list .payment-method-title input[type="radio"]:checked + label:after,
      .checkout-steps .payment-methods-list .payment-method-title input[type="radio"]:checked + .label:after {
        display: block; }
      .checkout-steps .payment-methods-list .payment-method-title input[type="radio"]:disabled + label:before,
      .checkout-steps .payment-methods-list .payment-method-title input[type="radio"]:disabled + .label:before {
        opacity: .3;
        background: #eee; }
    .checkout-steps .payment-methods-list .payment-method-title [class*="-logo"] {
      display: none !important; }
    .checkout-steps .payment-methods-list .payment-method-title span {
      font-size: 1rem;
      font-weight: 500;
      font-family: "brandon-grotesque", sans-serif;
      position: relative;
      top: -4px;
      text-transform: none; }
  .checkout-steps .payment-methods-list .payment-method-content [class*="-img"] {
    display: none !important; }
  .checkout-steps .checkout-agreements-block {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    text-transform: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .checkout-steps .checkout-agreements-block .checkout-agreement {
      line-height: 1.2;
      margin-bottom: .75rem;
      position: relative;
      margin-bottom: 0; }
      .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }
        .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"] + label,
        .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"] + .label {
          cursor: pointer;
          font-weight: normal;
          position: relative;
          margin: 0;
          line-height: 1.2;
          min-height: 1rem;
          padding-left: 1.4rem; }
          .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"] + label:before,
          .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"] + .label:before {
            display: block;
            content: '';
            height: 1rem;
            width: 1rem;
            line-height: 1rem;
            text-align: center;
            position: absolute;
            top: -1px;
            left: 0;
            border: 1px solid #999999;
            color: #000;
            background: #fff; }
        .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"]:checked + label:before,
        .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"]:checked + .label:before {
          content: '✓'; }
        .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"]:disabled + label {
          opacity: .4; }
        .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"]:disabled + label:before,
        .checkout-steps .checkout-agreements-block .checkout-agreement input[type="checkbox"]:disabled + .label:before {
          background: #eee; }
      .checkout-steps .checkout-agreements-block .checkout-agreement a {
        color: #197e3e;
        text-decoration: underline; }
        .checkout-steps .checkout-agreements-block .checkout-agreement a:hover, .checkout-steps .checkout-agreements-block .checkout-agreement a:focus {
          text-decoration: none; }

.checkout-step-form-login .actions-toolbar {
  text-align: center;
  margin-top: 1rem;
  clear: both;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .checkout-step-form-login .actions-toolbar {
      padding-right: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .checkout-step-form-login .actions-toolbar {
      padding-left: 1.25rem; } }
  .checkout-step-form-login .actions-toolbar > .primary .action {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: .75rem; }
  .checkout-step-form-login .actions-toolbar .remind {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  @media screen and (min-width: 48em) {
    .checkout-step-form-login .actions-toolbar {
      text-align: left;
      max-width: 90.625rem;
      margin-right: auto;
      margin-left: auto;
      margin-right: -1.0625rem;
      margin-left: -1.0625rem; }
      .checkout-step-form-login .actions-toolbar::before, .checkout-step-form-login .actions-toolbar::after {
        display: table;
        content: ' '; }
      .checkout-step-form-login .actions-toolbar::after {
        clear: both; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .checkout-step-form-login .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .checkout-step-form-login .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .checkout-step-form-login .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 75em) {
    .checkout-step-form-login .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 90.625em) {
    .checkout-step-form-login .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
      .checkout-step-form-login .actions-toolbar > .primary,
      .checkout-step-form-login .actions-toolbar > .secondary {
        width: 100%;
        float: left;
        padding-right: 1.0625rem;
        padding-left: 1.0625rem;
        width: 50%; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .checkout-step-form-login .actions-toolbar > .primary,
      .checkout-step-form-login .actions-toolbar > .secondary {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
        .checkout-step-form-login .actions-toolbar > .primary:last-child:not(:first-child),
        .checkout-step-form-login .actions-toolbar > .secondary:last-child:not(:first-child) {
          float: right; }
      .checkout-step-form-login .actions-toolbar > .primary .action {
        margin-bottom: 0; }
      .checkout-step-form-login .actions-toolbar > .secondary {
        line-height: 2.4375rem; } }

.checkout-step-form-login .control {
  position: relative; }

.checkout-step-form-login .hidden-fields {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  .checkout-step-form-login .hidden-fields::before, .checkout-step-form-login .hidden-fields::after {
    display: table;
    content: ' '; }
  .checkout-step-form-login .hidden-fields::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .checkout-step-form-login .hidden-fields {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .checkout-step-form-login .hidden-fields {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .checkout-step-form-login .hidden-fields {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .checkout-step-form-login .hidden-fields {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .checkout-step-form-login .hidden-fields {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .checkout-step-form-login .hidden-fields .field {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .checkout-step-form-login .hidden-fields .field {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .checkout-step-form-login .hidden-fields .field:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .checkout-step-form-login .hidden-fields .field {
        width: 50%; } }

.checkout-step-form-login .note {
  display: block;
  position: relative;
  text-align: left;
  padding: 1rem;
  line-height: 1.45;
  margin-top: 1rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .checkout-step-form-login .note {
      position: absolute;
      top: 100%;
      right: 0;
      margin-top: 0;
      width: 50%; } }
  .checkout-step-form-login .note:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1rem 1rem 1rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 48em) {
      .checkout-step-form-login .note:after {
        right: 2.5rem;
        left: auto;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }

.authentication-wrapper {
  text-align: center;
  margin-top: -.75rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2; }
  @media print, screen and (min-width: 40em) {
    .authentication-wrapper {
      margin-top: 0;
      margin-bottom: 0;
      text-align: left;
      position: absolute;
      left: 0;
      top: 1.3125rem; } }
  @media screen and (min-width: 75em) {
    .authentication-wrapper {
      top: 1.6875rem; } }
  .authentication-wrapper .authentication-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 2.5rem;
    margin-top: .75rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 1; }
    .authentication-wrapper .authentication-dropdown:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1rem 1rem 1rem;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .authentication-wrapper .authentication-dropdown._show {
      display: block; }
    @media print, screen and (min-width: 40em) {
      .authentication-wrapper .authentication-dropdown {
        width: 26.875rem; }
        .authentication-wrapper .authentication-dropdown:after {
          left: 1rem;
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
  .authentication-wrapper .block-title {
    font-size: 18px;
    font-weight: 500;
    font-family: "brandon-grotesque", sans-serif;
    margin-bottom: 1rem; }
    .authentication-wrapper .block-title strong {
      font-weight: inherit; }
  .authentication-wrapper .actions-toolbar {
    text-align: center;
    margin-top: 1rem; }
    .authentication-wrapper .actions-toolbar > .primary .action {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: .75rem; }
    @media screen and (min-width: 48em) {
      .authentication-wrapper .actions-toolbar {
        text-align: left;
        max-width: 90.625rem;
        margin-right: auto;
        margin-left: auto;
        margin-right: -1.0625rem;
        margin-left: -1.0625rem; }
        .authentication-wrapper .actions-toolbar::before, .authentication-wrapper .actions-toolbar::after {
          display: table;
          content: ' '; }
        .authentication-wrapper .actions-toolbar::after {
          clear: both; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .authentication-wrapper .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .authentication-wrapper .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .authentication-wrapper .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 75em) {
    .authentication-wrapper .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 90.625em) {
    .authentication-wrapper .actions-toolbar {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
        .authentication-wrapper .actions-toolbar > .primary,
        .authentication-wrapper .actions-toolbar > .secondary {
          width: 100%;
          float: left;
          padding-right: 1.0625rem;
          padding-left: 1.0625rem;
          width: 50%; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .authentication-wrapper .actions-toolbar > .primary,
      .authentication-wrapper .actions-toolbar > .secondary {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    @media screen and (min-width: 48em) {
          .authentication-wrapper .actions-toolbar > .primary:last-child:not(:first-child),
          .authentication-wrapper .actions-toolbar > .secondary:last-child:not(:first-child) {
            float: right; }
        .authentication-wrapper .actions-toolbar > .primary {
          float: right;
          text-align: right; }
          .authentication-wrapper .actions-toolbar > .primary .action {
            display: inline-block;
            width: auto;
            margin-bottom: 0; }
        .authentication-wrapper .actions-toolbar > .secondary {
          line-height: 2.4375rem; } }
  .authentication-wrapper .action-close {
    font-size: 1.5rem; }
  .authentication-wrapper .action-auth-toggle {
    display: inline-block;
    line-height: 1;
    vertical-align: top; }

.shipping-address-items .shipping-address-item {
  padding-top: 1.5rem;
  margin-top: 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .shipping-address-items .shipping-address-item:first-child {
    margin-top: 0.875rem; }
  .shipping-address-items .shipping-address-item label {
    display: block;
    padding-left: 1.75rem; }
  .shipping-address-items .shipping-address-item .radio {
    margin-bottom: 0; }
  .shipping-address-items .shipping-address-item .col-row {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem;
    max-width: initial;
    width: auto;
    position: relative;
    top: -2px; }
    .shipping-address-items .shipping-address-item .col-row::before, .shipping-address-items .shipping-address-item .col-row::after {
      display: table;
      content: ' '; }
    .shipping-address-items .shipping-address-item .col-row::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .shipping-address-items .shipping-address-item .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .shipping-address-items .shipping-address-item .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .shipping-address-items .shipping-address-item .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .shipping-address-items .shipping-address-item .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .shipping-address-items .shipping-address-item .col-row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .shipping-address-items .shipping-address-item .col-row .col {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem; }
      @media print, screen and (min-width: 40em) {
        .shipping-address-items .shipping-address-item .col-row .col {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .shipping-address-items .shipping-address-item .col-row .col:last-child:not(:first-child) {
        float: right; }
    .shipping-address-items .shipping-address-item .col-row .shipping-address {
      margin-bottom: 0;
      line-height: 1.4; }
      @media print, screen and (min-width: 64em) {
        .shipping-address-items .shipping-address-item .col-row .shipping-address {
          width: 50%; } }
      .shipping-address-items .shipping-address-item .col-row .shipping-address strong {
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 700;
        font-size: 0.975rem;
        line-height: 1; }
  .shipping-address-items .shipping-address-item.selected-item label:after,
  .shipping-address-items .shipping-address-item.selected-item .label:after {
    display: block; }

.shipping-address .action {
  display: inline-block;
  text-decoration: underline;
  color: #197e3e;
  cursor: pointer;
  line-height: 1.6;
  margin-bottom: .85rem; }

.modal-add-adress label.label span:after, .modal-add-adress .checkout-steps .checkout-box legend.label span:after, .checkout-steps .checkout-box .modal-add-adress legend.label span:after, .modal-add-adress .checkout-steps .form-order-comment legend.label span:after, .checkout-steps .form-order-comment .modal-add-adress legend.label span:after, .modal-add-adress .checkout-steps .new-address-form legend.label span:after, .checkout-steps .new-address-form .modal-add-adress legend.label span:after, .modal-add-adress .checkout-steps .form-student-discount legend.label span:after, .checkout-steps .form-student-discount .modal-add-adress legend.label span:after, .modal-add-adress .shipping-address .action span:after, .shipping-address .modal-add-adress .action span:after, .modal-add-adress .street legend.label span:after {
  content: ':'; }

.account-types-list {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  margin-bottom: 1rem; }
  .account-types-list::before, .account-types-list::after {
    display: table;
    content: ' '; }
  .account-types-list::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .account-types-list {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .account-types-list {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .account-types-list {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .account-types-list {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .account-types-list {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .account-types-list .field-column {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .account-types-list .field-column {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .account-types-list .field-column:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      .account-types-list .field-column {
        width: 50%; } }
  .account-types-list .field-account-type.control {
    line-height: 1.2;
    margin-bottom: .75rem;
    position: relative;
    position: relative; }
    .account-types-list .field-account-type.control input[type="radio"] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
      .account-types-list .field-account-type.control input[type="radio"] + label,
      .account-types-list .field-account-type.control input[type="radio"] + .label {
        cursor: pointer;
        font-weight: normal;
        position: relative;
        margin: 0;
        line-height: 1.2;
        min-height: 1rem;
        padding-left: 1.4rem; }
        .account-types-list .field-account-type.control input[type="radio"] + label:before,
        .account-types-list .field-account-type.control input[type="radio"] + .label:before {
          display: block;
          content: '';
          height: 1rem;
          width: 1rem;
          line-height: 1rem;
          text-align: center;
          position: absolute;
          top: -1px;
          left: 0;
          border-radius: 50%;
          border: 1px solid #999999;
          color: #000;
          background: #fff;
          z-index: 0; }
        .account-types-list .field-account-type.control input[type="radio"] + label:after,
        .account-types-list .field-account-type.control input[type="radio"] + .label:after {
          display: none;
          content: '';
          position: absolute;
          top: 0.125rem;
          left: 0.1875rem;
          height: 0.625rem;
          width: 0.625rem;
          border-radius: 50%;
          background: #197e3e; }
      .account-types-list .field-account-type.control input[type="radio"]:checked + label:after,
      .account-types-list .field-account-type.control input[type="radio"]:checked + .label:after {
        display: block; }
      .account-types-list .field-account-type.control input[type="radio"]:disabled + label:before,
      .account-types-list .field-account-type.control input[type="radio"]:disabled + .label:before {
        opacity: .3;
        background: #eee; }
    .account-types-list .field-account-type.control .field-account-type-info {
      position: static; }
    .account-types-list .field-account-type.control .label {
      display: inline-block; }
      .account-types-list .field-account-type.control .label > span:after {
        display: none; }
    .account-types-list .field-account-type.control .icon-q {
      position: absolute;
      left: 100%;
      top: 0; }

.opc-payment-additional {
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .opc-payment-additional .payment-option-title {
    line-height: 1;
    text-decoration: underline;
    color: #197e3e;
    cursor: pointer; }
    .opc-payment-additional .payment-option-title[aria-expanded="true"] {
      text-decoration: none; }
    .opc-payment-additional .payment-option-title > span:after {
      display: none; }

.service-information-block {
  margin-top: 1rem;
  text-align: center; }

.form-student-discount {
  margin-bottom: .85rem; }
  .form-student-discount .control {
    margin-top: 1rem; }
    .form-student-discount .control .form-student-description {
      display: block;
      margin-bottom: .75rem;
      font-size: 1.25rem;
      line-height: 1.2;
      font-family: "brandon-grotesque", sans-serif; }
      .form-student-discount .control .form-student-description a {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: .8125rem;
        color: #197e3e; }
  .form-student-discount .field {
    margin-bottom: 0; }
  .form-student-discount .img-uploaded-thumb {
    width: 3.125rem;
    display: inline-block;
    vertical-align: top;
    margin: 0 .25rem .5rem 0; }

.custom-file-input-wrapper {
  position: relative;
  margin: 0; }
  @media screen and (min-width: 75em) {
    .custom-file-input-wrapper {
      max-width: 75%; } }
  .custom-file-input-wrapper .form-control {
    margin-bottom: 0;
    background: #fff !important; }
  .custom-file-input-wrapper .input-group-button {
    padding-left: .5rem; }
    .custom-file-input-wrapper .input-group-button .button {
      position: relative;
      overflow: hidden;
      height: 2.4375rem; }
      .custom-file-input-wrapper .input-group-button .button input {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        opacity: 0;
        height: auto;
        padding: inherit;
        font-size: initial;
        display: initial;
        width: auto;
        cursor: pointer; }
      .custom-file-input-wrapper .input-group-button .button.primary {
        margin-left: .25rem; }

.checkout-footer {
  overflow: hidden;
  padding: .75rem 0 1rem;
  position: relative;
  text-align: center; }
  .checkout-footer p {
    margin-bottom: 0; }
  .checkout-footer:before {
    content: '';
    display: block;
    visibility: visible;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%; }

.dp-page .col {
  float: left;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .dp-page .col {
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .dp-page .col {
      padding-right: 1.25rem; } }
  @media screen and (max-width: 47.9375em) {
    .dp-page .col[class^="xmedium-"], .dp-page .col[class*=" xmedium-"] {
      width: 100%; } }

.dp-page .columns {
  float: none; }

.dp-page .dp-title-panel {
  padding-top: 2.975rem;
  padding-bottom: 3.1875rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  background: whitesmoke; }
  @media print, screen and (min-width: 40em) {
    .dp-page .dp-title-panel {
      padding-top: 3.5rem; } }
  @media print, screen and (min-width: 40em) {
    .dp-page .dp-title-panel {
      padding-bottom: 3.75rem; } }
  @media print, screen and (min-width: 40em) {
    .dp-page .dp-title-panel {
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .dp-page .dp-title-panel {
      padding-right: 1.25rem; } }
  .dp-page .dp-title-panel .title {
    margin: 0; }

.dp-page .dp-content {
  padding-top: 2.65625rem;
  padding-bottom: 2.65625rem; }
  @media print, screen and (min-width: 40em) {
    .dp-page .dp-content {
      padding-top: 3.125rem; } }
  @media print, screen and (min-width: 40em) {
    .dp-page .dp-content {
      padding-bottom: 3.125rem; } }
  @media print, screen and (min-width: 40em) {
    .dp-page .dp-content {
      padding-top: 5.3125rem;
      padding-bottom: 5.3125rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .dp-page .dp-content {
      padding-top: 6.25rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .dp-page .dp-content {
      padding-bottom: 6.25rem; } }
  .dp-page .dp-content.dp-content-header {
    color: #000;
    background: #fff; }
    .dp-page .dp-content.dp-content-header .dp-note {
      color: #000; }

.dp-page .dp-note {
  display: block;
  margin-bottom: .3rem;
  color: rgba(0, 0, 0, 0.5); }

.dp-page .dp-sep-indent {
  margin-bottom: 2rem; }

.dp-page .button {
  margin-bottom: .5rem; }

.dp-swatch-list {
  margin: 0; }
  .dp-swatch-list li {
    padding: 0; }
    .dp-swatch-list li:after {
      display: none; }
  .dp-swatch-list li {
    margin-bottom: .75rem; }
  .dp-swatch-list .dp-swatch-item {
    display: inline-block;
    vertical-align: middle;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    margin-right: .5rem; }
    .dp-swatch-list .dp-swatch-item.text-color {
      background-color: #000; }
    .dp-swatch-list .dp-swatch-item.link-color {
      background-color: #197e3e; }
    .dp-swatch-list .dp-swatch-item.button-color {
      background-color: #197e3e; }
    .dp-swatch-list .dp-swatch-item.fail-color {
      background-color: #c23434; }
    .dp-swatch-list .dp-swatch-item.success-color {
      background-color: #61af3a; }

.button.primary.hover, .button.primary.active {
  background: #1a5d39 !important; }

.button.secondary.hover, .button.secondary.active {
  background: black !important; }

.button.active {
  color: rgba(255, 255, 255, 0.8) !important; }

.message-list {
  border-width: 1px;
  border-style: solid; }
  .message-list.error {
    padding: 1.4875rem;
    color: #c23434;
    border-color: #c23434; }
    @media print, screen and (min-width: 40em) {
      .message-list.error {
        padding: 1.75rem; } }
    .message-list.error p {
      font-size: 1.0625rem;
      color: #000;
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 700;
      margin-bottom: .5rem; }
    .message-list.error ul,
    .message-list.error ol {
      margin-bottom: 0; }

.portal-page .container {
  padding: 1rem 0 10rem; }

.convert-divider {
  max-width: inherit; }

.convert-teaser {
  overflow: hidden;
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 2rem; }
  .convert-teaser .convert-teaser-content {
    padding: 1.4rem 2rem 2.8rem;
    position: relative; }
  .convert-teaser .convert-title {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    color: #000;
    line-height: 1;
    margin-bottom: .5rem; }
  .convert-teaser .convert-subtitle {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: 300;
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.2;
    margin-bottom: 0; }
  .convert-teaser .convert-teaser-image {
    text-align: center; }
  .convert-teaser .convert-wysiwyg {
    margin-bottom: 1.7rem; }
  .convert-teaser hr {
    margin: 1.1rem 0; }
  .convert-teaser p {
    text-align: left; }
  .convert-teaser .button {
    min-width: 12.5rem;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .convert-teaser .button {
        min-width: inherit;
        width: 100%; } }
  @media screen and (min-width: 40em) and (max-width: 74.9375em) {
    .medium-3 > .convert-teaser .convert-teaser-image,
    .medium-2 > .convert-teaser .convert-teaser-image {
      position: relative;
      overflow: hidden; }
    .medium-3 > .convert-teaser .convert-teaser-content,
    .medium-2 > .convert-teaser .convert-teaser-content {
      padding: 1.5rem 1.5rem 1.75rem;
      position: relative; }
    .medium-3 > .convert-teaser .convert-title,
    .medium-2 > .convert-teaser .convert-title {
      font-size: 1.375rem; }
    .medium-3 > .convert-teaser .convert-subtitle,
    .medium-2 > .convert-teaser .convert-subtitle {
      font-size: 0.6875rem; }
    .medium-3 > .convert-teaser .convert-wysiwyg,
    .medium-2 > .convert-teaser .convert-wysiwyg {
      margin-bottom: 1rem; }
    .medium-3 > .convert-teaser hr,
    .medium-2 > .convert-teaser hr {
      margin: .75rem 0; }
    .medium-3 > .convert-teaser .button,
    .medium-2 > .convert-teaser .button {
      min-width: inherit;
      width: 100%; }
    .medium-4 > .convert-teaser .convert-teaser-image {
      position: relative;
      overflow: hidden; }
    .medium-4 > .convert-teaser .convert-teaser-content {
      padding: 1.2rem 1.5rem 2rem;
      position: relative; }
    .medium-4 > .convert-teaser .button {
      min-width: inherit;
      width: 100%; }
    .medium-8 > .convert-teaser,
    .medium-9 > .convert-teaser,
    .medium-12 > .convert-teaser {
      text-align: left;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .medium-8 > .convert-teaser .convert-teaser-image,
      .medium-9 > .convert-teaser .convert-teaser-image,
      .medium-12 > .convert-teaser .convert-teaser-image {
        float: left;
        width: 25%;
        overflow: hidden;
        position: relative; }
        .medium-8 > .convert-teaser .convert-teaser-image img,
        .medium-9 > .convert-teaser .convert-teaser-image img,
        .medium-12 > .convert-teaser .convert-teaser-image img {
          max-width: inherit;
          min-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%); }
      .medium-8 > .convert-teaser .convert-teaser-content,
      .medium-9 > .convert-teaser .convert-teaser-content,
      .medium-12 > .convert-teaser .convert-teaser-content {
        float: left;
        width: 75%;
        padding: 2.25rem 2rem 1rem 2rem; }
      .medium-8 > .convert-teaser .button,
      .medium-9 > .convert-teaser .button,
      .medium-12 > .convert-teaser .button {
        position: absolute;
        top: 2.25rem;
        right: 2rem;
        min-width: inherit;
        width: 8.125rem; }
      .medium-8 > .convert-teaser .convert-title,
      .medium-8 > .convert-teaser .convert-subtitle,
      .medium-9 > .convert-teaser .convert-title,
      .medium-9 > .convert-teaser .convert-subtitle,
      .medium-12 > .convert-teaser .convert-title,
      .medium-12 > .convert-teaser .convert-subtitle {
        margin-right: 8.75rem; }
      .medium-8 > .convert-teaser hr,
      .medium-9 > .convert-teaser hr,
      .medium-12 > .convert-teaser hr {
        margin: .95rem 0; } }
  @media print, screen and (min-width: 64em) {
    .large-3 > .convert-teaser .convert-teaser-image,
    .large-2 > .convert-teaser .convert-teaser-image {
      position: relative;
      overflow: hidden; }
    .large-3 > .convert-teaser .convert-teaser-content,
    .large-2 > .convert-teaser .convert-teaser-content {
      padding: 1.8rem 1.4rem 0.8rem 2.2rem;
      position: relative; }
    .large-3 > .convert-teaser .convert-wysiwyg,
    .large-2 > .convert-teaser .convert-wysiwyg {
      margin-bottom: 1rem; }
    .large-3 > .convert-teaser hr,
    .large-2 > .convert-teaser hr {
      margin: .75rem 0; }
    .large-3 > .convert-teaser .button,
    .large-2 > .convert-teaser .button {
      min-width: inherit;
      width: 100%; }
    .large-4 > .convert-teaser .convert-teaser-image {
      position: relative;
      overflow: hidden; }
    .large-4 > .convert-teaser .convert-teaser-content {
      padding: 1.8rem 1.4rem 0.8rem 2.2rem;
      position: relative; }
    .large-4 > .convert-teaser .button {
      min-width: inherit;
      width: 100%; }
    .large-6 > .convert-teaser {
      text-align: left; }
      .large-6 > .convert-teaser .convert-teaser-content {
        padding: 1.8rem 1.4rem 0.8rem 2.2rem; }
      .large-6 > .convert-teaser .button {
        position: absolute;
        top: 1.8rem;
        right: 1.4rem;
        max-width: 15.625rem; }
      .large-6 > .convert-teaser .convert-title,
      .large-6 > .convert-teaser .convert-subtitle {
        margin-right: 17.5rem; }
      .large-6 > .convert-teaser hr {
        margin: .95rem 0; }
    .large-8 > .convert-teaser,
    .large-9 > .convert-teaser,
    .large-12 > .convert-teaser {
      text-align: left;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .large-8 > .convert-teaser .convert-teaser-image,
      .large-9 > .convert-teaser .convert-teaser-image,
      .large-12 > .convert-teaser .convert-teaser-image {
        float: left;
        width: 32%;
        overflow: hidden;
        position: relative; }
        .large-8 > .convert-teaser .convert-teaser-image img,
        .large-9 > .convert-teaser .convert-teaser-image img,
        .large-12 > .convert-teaser .convert-teaser-image img {
          max-width: inherit;
          min-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%); }
      .large-8 > .convert-teaser .convert-teaser-content,
      .large-9 > .convert-teaser .convert-teaser-content,
      .large-12 > .convert-teaser .convert-teaser-content {
        float: left;
        width: 68%;
        padding: 1.8rem 1.4rem 0.8rem 2.2rem; }
      .large-8 > .convert-teaser .button,
      .large-9 > .convert-teaser .button,
      .large-12 > .convert-teaser .button {
        position: absolute;
        top: 1.8rem;
        right: 1.4rem;
        width: 9.375rem;
        min-width: inherit; }
      .large-8 > .convert-teaser .convert-title,
      .large-8 > .convert-teaser .convert-subtitle,
      .large-9 > .convert-teaser .convert-title,
      .large-9 > .convert-teaser .convert-subtitle,
      .large-12 > .convert-teaser .convert-title,
      .large-12 > .convert-teaser .convert-subtitle {
        margin-right: 11.25rem; }
      .large-8 > .convert-teaser hr,
      .large-9 > .convert-teaser hr,
      .large-12 > .convert-teaser hr {
        margin: .95rem 0; } }
  @media screen and (min-width: 75em) {
    .xlarge-3 > .convert-teaser .convert-teaser-image,
    .xlarge-2 > .convert-teaser .convert-teaser-image {
      position: relative;
      overflow: hidden; }
    .xlarge-3 > .convert-teaser .convert-teaser-content,
    .xlarge-2 > .convert-teaser .convert-teaser-content {
      padding: 3rem;
      position: relative; }
    .xlarge-3 > .convert-teaser .convert-wysiwyg,
    .xlarge-2 > .convert-teaser .convert-wysiwyg {
      margin-bottom: 1rem; }
    .xlarge-3 > .convert-teaser hr,
    .xlarge-2 > .convert-teaser hr {
      margin: .75rem 0; }
    .xlarge-3 > .convert-teaser .button,
    .xlarge-2 > .convert-teaser .button {
      min-width: inherit;
      width: 100%; }
    .xlarge-4 > .convert-teaser .convert-teaser-image {
      position: relative;
      overflow: hidden; }
    .xlarge-4 > .convert-teaser .convert-teaser-content {
      padding: 3rem;
      position: relative; }
    .xlarge-4 > .convert-teaser .button {
      min-width: inherit;
      width: 100%; }
    .xlarge-6 > .convert-teaser {
      text-align: left; }
      .xlarge-6 > .convert-teaser .convert-teaser-content {
        padding: 1.8rem 1.4rem 0.8rem 2.2rem; }
      .xlarge-6 > .convert-teaser .button {
        position: absolute;
        top: 1.8rem;
        right: 1.4rem;
        max-width: 15.625rem; }
      .xlarge-6 > .convert-teaser .convert-title,
      .xlarge-6 > .convert-teaser .convert-subtitle {
        margin-right: 17.5rem; }
      .xlarge-6 > .convert-teaser hr {
        margin: .95rem 0; }
    .xlarge-8 > .convert-teaser,
    .xlarge-9 > .convert-teaser,
    .xlarge-12 > .convert-teaser {
      text-align: left;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .xlarge-8 > .convert-teaser .convert-teaser-image,
      .xlarge-9 > .convert-teaser .convert-teaser-image,
      .xlarge-12 > .convert-teaser .convert-teaser-image {
        float: left;
        width: 32%;
        overflow: hidden;
        position: relative; }
        .xlarge-8 > .convert-teaser .convert-teaser-image img,
        .xlarge-9 > .convert-teaser .convert-teaser-image img,
        .xlarge-12 > .convert-teaser .convert-teaser-image img {
          max-width: inherit;
          min-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%); }
      .xlarge-8 > .convert-teaser .convert-teaser-content,
      .xlarge-9 > .convert-teaser .convert-teaser-content,
      .xlarge-12 > .convert-teaser .convert-teaser-content {
        width: 68%;
        float: left;
        padding: 3rem; }
      .xlarge-8 > .convert-teaser .convert-title,
      .xlarge-8 > .convert-teaser .convert-subtitle,
      .xlarge-9 > .convert-teaser .convert-title,
      .xlarge-9 > .convert-teaser .convert-subtitle,
      .xlarge-12 > .convert-teaser .convert-title,
      .xlarge-12 > .convert-teaser .convert-subtitle {
        margin-right: 14.375rem; }
      .xlarge-8 > .convert-teaser .button,
      .xlarge-9 > .convert-teaser .button,
      .xlarge-12 > .convert-teaser .button {
        position: absolute;
        top: 3rem 3.25rem 1rem 3.25rem;
        right: 3.25rem;
        min-width: inherit;
        width: 12.5rem; }
      .xlarge-8 > .convert-teaser hr,
      .xlarge-9 > .convert-teaser hr,
      .xlarge-12 > .convert-teaser hr {
        margin: .95rem 0; } }

.convert-responsive-image {
  margin-bottom: 1rem; }
  .convert-responsive-image + .convert-wysiwyg {
    margin-bottom: 2rem; }
    .convert-responsive-image + .convert-wysiwyg .convert-title {
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 500;
      font-size: 1.375rem;
      line-height: 1;
      margin-bottom: .8rem; }
  @media print, screen and (min-width: 40em) {
    .convert-responsive-image {
      margin-bottom: 1.4rem; }
      .convert-responsive-image + .convert-wysiwyg {
        margin-bottom: 4rem; }
        .convert-responsive-image + .convert-wysiwyg .convert-title {
          font-size: 1.75rem;
          margin-bottom: 1.25rem; } }

.googlemap {
  height: 17.8125rem;
  overflow: hidden; }

.convert-wysiwyg .intro {
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.35; }
  @media screen and (min-width: 48em) {
    .convert-wysiwyg .intro {
      font-size: 1.1875rem;
      line-height: 1.47; } }
  @media screen and (min-width: 75em) {
    .convert-wysiwyg .intro {
      font-size: 1.25rem; } }

.convert-wysiwyg p {
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: left; }
  .convert-wysiwyg p:last-child {
    margin-bottom: 0; }

.convert-article.convert-block:not(:empty) {
  margin-bottom: 2rem; }

.convert-article .convert-article-image {
  margin-bottom: 1rem; }

.convert-article .convert-article-content > a {
  color: #000;
  text-decoration: none; }
  .convert-article .convert-article-content > a:hover, .convert-article .convert-article-content > a:focus {
    color: #197e3e; }

.convert-articles .convert-article:last-child:last-child {
  float: left; }

@media print, screen and (min-width: 64em) {
  .convert-articles .convert-article.large-4:nth-child(3n+1) {
    clear: both; } }

@media screen and (min-width: 75em) {
  h1.convert-title {
    font-size: 50px; } }

> h1.convert-title.as-h1 {
  font-size: 1.5rem; }

> h1.convert-title.as-h2 {
  font-size: 1.125rem; }

> h1.convert-title.as-h3 {
  font-size: 1rem; }

> h1.convert-title.as-h4 {
  font-size: 0.9375rem; }

> h1.convert-title.as-h5 {
  font-size: 0.875rem; }

> h1.convert-title.as-h6 {
  font-size: 0.75rem; }

@media print, screen and (min-width: 40em) {
  > h1.convert-title.as-h1 {
    font-size: 2.125rem; }
  > h1.convert-title.as-h2 {
    font-size: 1.5rem; }
  > h1.convert-title.as-h3 {
    font-size: 1.125rem; }
  > h1.convert-title.as-h4 {
    font-size: 1rem; }
  > h1.convert-title.as-h5 {
    font-size: 0.9375rem; }
  > h1.convert-title.as-h6 {
    font-size: 0.8125rem; } }

@media print, screen and (min-width: 64em) {
  > h1.convert-title.as-h1 {
    font-size: 2.5rem; }
  > h1.convert-title.as-h2 {
    font-size: 1.75rem; }
  > h1.convert-title.as-h3 {
    font-size: 1.25rem; }
  > h1.convert-title.as-h4 {
    font-size: 1.0625rem; }
  > h1.convert-title.as-h5 {
    font-size: 0.9375rem; }
  > h1.convert-title.as-h6 {
    font-size: 0.8125rem; } }

body:not(.cms-page-view) .navbar-wrapper .page-header {
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    body:not(.cms-page-view) .navbar-wrapper .page-header {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 75em) {
    body:not(.cms-page-view) .navbar-wrapper .page-header {
      margin-bottom: 3rem; } }

@media screen and (max-width: 63.9375em) {
  .tablet-full-width .convert-column {
    width: 100%; }
  .tablet-full-width .convert-responsive-image {
    text-align: center;
    padding-bottom: 60px; } }

nav.convert-document-menu:not(.simple-doc-menu) ul {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  nav.convert-document-menu:not(.simple-doc-menu) ul li {
    padding: 0; }
    nav.convert-document-menu:not(.simple-doc-menu) ul li:after {
      display: none; }
  @media print, screen and (min-width: 64em) {
    nav.convert-document-menu:not(.simple-doc-menu) ul {
      text-align: right;
      margin-top: 0; } }

nav.convert-document-menu:not(.simple-doc-menu) li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

nav.convert-document-menu:not(.simple-doc-menu) li:after {
  display: none; }

nav.convert-document-menu:not(.simple-doc-menu) a {
  display: block;
  font-size: 1rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #000;
  padding: .45rem .5rem .4rem;
  text-decoration: none; }
  nav.convert-document-menu:not(.simple-doc-menu) a:hover, nav.convert-document-menu:not(.simple-doc-menu) a:focus, nav.convert-document-menu:not(.simple-doc-menu) a:active {
    background-color: #f7f7f7; }

.convert-snippet-inline-buttons .convert-block {
  margin-bottom: 0; }

.convert-snippet-inline-buttons > .column > .convert-block, .convert-snippet-inline-buttons > .columns > .convert-block {
  margin-bottom: 1rem; }

.convert-snippet-inline-buttons .convert-snippet .convert-snippet {
  display: inline-block;
  vertical-align: top; }

.img-responsive {
  display: inline-block;
  max-width: 100%; }

.convert-column {
  min-height: 1px; }

.row.row-fluid {
  max-width: none; }
  .row.row-fluid .img-responsive {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  @media screen and (min-width: 1900px) {
    .row.row-fluid.convert-grid-row.expanded {
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto; } }

.row .row.gutters-03x {
  margin-left: -6px;
  margin-right: -6px; }

.row.gutters-03x .column, .row.gutters-03x .columns,
.row.gutters-03x .columns {
  padding-left: 6px;
  padding-right: 6px; }

.row .row.gutters-05x {
  margin-left: -10px;
  margin-right: -10px; }

.row.gutters-05x .column, .row.gutters-05x .columns,
.row.gutters-05x .columns {
  padding-left: 10px;
  padding-right: 10px; }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .row .row.gutters-2x {
    margin-left: -12px;
    margin-right: -12px; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .row .row.gutters-2x {
    margin-left: -20px;
    margin-right: -20px; } }

@media screen and (min-width: 90.625em) {
  .row .row.gutters-2x {
    margin-left: -40px;
    margin-right: -40px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .row.gutters-2x > .column, .row.gutters-2x > .columns,
  .row.gutters-2x > .columns {
    padding-left: 12px;
    padding-right: 12px; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .row.gutters-2x > .column, .row.gutters-2x > .columns,
  .row.gutters-2x > .columns {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 90.625em) {
  .row.gutters-2x > .column, .row.gutters-2x > .columns,
  .row.gutters-2x > .columns {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .row .row.gutters-4x {
    margin-left: -24px;
    margin-right: -24px; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .row .row.gutters-4x {
    margin-left: -40px;
    margin-right: -40px; } }

@media screen and (min-width: 90.625em) {
  .row .row.gutters-4x {
    margin-left: -80px;
    margin-right: -80px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .row.gutters-4x > .column, .row.gutters-4x > .columns,
  .row.gutters-4x > .columns {
    padding-left: 24px;
    padding-right: 24px; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .row.gutters-4x > .column, .row.gutters-4x > .columns,
  .row.gutters-4x > .columns {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (min-width: 90.625em) {
  .row.gutters-4x > .column, .row.gutters-4x > .columns,
  .row.gutters-4x > .columns {
    padding-left: 80px;
    padding-right: 80px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .row.gutters-8x > .column, .row.gutters-8x > .columns,
  .row.gutters-8x > .columns {
    padding-left: 48px;
    padding-right: 48px; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .row.gutters-8x > .column, .row.gutters-8x > .columns,
  .row.gutters-8x > .columns {
    padding-left: 80px;
    padding-right: 80px; } }

@media screen and (min-width: 90.625em) {
  .row.gutters-8x > .column, .row.gutters-8x > .columns,
  .row.gutters-8x > .columns {
    padding-left: 160px;
    padding-right: 160px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .row.gutters-12x > .column, .row.gutters-12x > .columns,
  .row.gutters-12x > .columns {
    padding-left: 72px;
    padding-right: 72px; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .row.gutters-12x > .column, .row.gutters-12x > .columns,
  .row.gutters-12x > .columns {
    padding-left: 120px;
    padding-right: 120px; } }

@media screen and (min-width: 90.625em) {
  .row.gutters-12x > .column, .row.gutters-12x > .columns,
  .row.gutters-12x > .columns {
    padding-left: 240px;
    padding-right: 240px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .row.gutters-16x > .column, .row.gutters-16x > .columns,
  .row.gutters-16x > .columns {
    padding-left: 96px;
    padding-right: 96px; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .row.gutters-16x > .column, .row.gutters-16x > .columns,
  .row.gutters-16x > .columns {
    padding-left: 160px;
    padding-right: 160px; } }

@media screen and (min-width: 90.625em) {
  .row.gutters-16x > .column, .row.gutters-16x > .columns,
  .row.gutters-16x > .columns {
    padding-left: 320px;
    padding-right: 320px; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .row.gutters-20x > .column, .row.gutters-20x > .columns,
  .row.gutters-20x > .columns {
    padding-left: 120px;
    padding-right: 120px; } }

@media screen and (min-width: 75em) and (max-width: 90.5625em) {
  .row.gutters-20x > .column, .row.gutters-20x > .columns,
  .row.gutters-20x > .columns {
    padding-left: 200px;
    padding-right: 200px; } }

@media screen and (min-width: 90.625em) {
  .row.gutters-20x > .column, .row.gutters-20x > .columns,
  .row.gutters-20x > .columns {
    padding-left: 400px;
    padding-right: 400px; } }

.convert-image-w-text {
  position: relative; }
  .convert-image-w-text .convert-image-w-text-image {
    display: block;
    width: 100%;
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .convert-image-w-text .convert-image-w-text-image {
      margin-bottom: 0; }
    .convert-image-w-text .convert-image-w-text-content {
      position: absolute;
      max-width: 31.25rem; }
    .convert-image-w-text.x-left .convert-image-w-text-content {
      left: 90px; }
    .convert-image-w-text.x-center .convert-image-w-text-content {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center; }
    .convert-image-w-text.x-right .convert-image-w-text-content {
      right: 90px; }
    .convert-image-w-text.y-top .convert-image-w-text-content {
      top: 90px; }
    .convert-image-w-text.y-center .convert-image-w-text-content {
      top: 50%; }
    .convert-image-w-text.y-bottom .convert-image-w-text-content {
      bottom: 90px; }
    .convert-image-w-text.x-center.y-center .convert-image-w-text-content {
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }

.convert-block:not(:empty) {
  margin-bottom: 1rem; }
  .convert-block:not(:empty) .convert-block:last-child {
    margin-bottom: 0; }

.as-h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.as-h2 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.as-h3 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.as-h4 {
  font-size: 0.9375rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.as-h5 {
  font-size: 0.875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.as-h6 {
  font-size: 0.75rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  .as-h1 {
    font-size: 2.125rem; }
  .as-h2 {
    font-size: 1.5rem; }
  .as-h3 {
    font-size: 1.125rem; }
  .as-h4 {
    font-size: 1rem; }
  .as-h5 {
    font-size: 0.9375rem; }
  .as-h6 {
    font-size: 0.8125rem; } }

@media print, screen and (min-width: 64em) {
  .as-h1 {
    font-size: 2.5rem; }
  .as-h2 {
    font-size: 1.75rem; }
  .as-h3 {
    font-size: 1.25rem; }
  .as-h4 {
    font-size: 1.0625rem; }
  .as-h5 {
    font-size: 0.9375rem; }
  .as-h6 {
    font-size: 0.8125rem; } }

.convert-block.spacing-xxsmall,
.convert-grid-row.spacing-xxsmall {
  margin-bottom: 0.3125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.spacing-xxsmall,
    .convert-grid-row.spacing-xxsmall {
      margin-bottom: 0.15625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.spacing-xxsmall,
    .convert-grid-row.spacing-xxsmall {
      margin-bottom: 0.21875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.spacing-xxsmall,
    .convert-grid-row.spacing-xxsmall {
      margin-bottom: 0.25rem; } }

.convert-block.spacing-xsmall,
.convert-grid-row.spacing-xsmall {
  margin-bottom: 0.4375rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.spacing-xsmall,
    .convert-grid-row.spacing-xsmall {
      margin-bottom: 0.21875rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.spacing-xsmall,
    .convert-grid-row.spacing-xsmall {
      margin-bottom: 0.30625rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.spacing-xsmall,
    .convert-grid-row.spacing-xsmall {
      margin-bottom: 0.35rem; } }

.convert-block.spacing-small,
.convert-grid-row.spacing-small {
  margin-bottom: 0.75rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.spacing-small,
    .convert-grid-row.spacing-small {
      margin-bottom: 0.375rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.spacing-small,
    .convert-grid-row.spacing-small {
      margin-bottom: 0.525rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.spacing-small,
    .convert-grid-row.spacing-small {
      margin-bottom: 0.6rem; } }

.convert-block.spacing-medium,
.convert-grid-row.spacing-medium {
  margin-bottom: 1.5625rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.spacing-medium,
    .convert-grid-row.spacing-medium {
      margin-bottom: 0.78125rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.spacing-medium,
    .convert-grid-row.spacing-medium {
      margin-bottom: 1.09375rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.spacing-medium,
    .convert-grid-row.spacing-medium {
      margin-bottom: 1.25rem; } }

.convert-block.spacing-large,
.convert-grid-row.spacing-large {
  margin-bottom: 3.125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.spacing-large,
    .convert-grid-row.spacing-large {
      margin-bottom: 1.5625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.spacing-large,
    .convert-grid-row.spacing-large {
      margin-bottom: 2.1875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.spacing-large,
    .convert-grid-row.spacing-large {
      margin-bottom: 2.5rem; } }

.convert-block.spacing-xlarge,
.convert-grid-row.spacing-xlarge {
  margin-bottom: 5rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.spacing-xlarge,
    .convert-grid-row.spacing-xlarge {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.spacing-xlarge,
    .convert-grid-row.spacing-xlarge {
      margin-bottom: 3.5rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.spacing-xlarge,
    .convert-grid-row.spacing-xlarge {
      margin-bottom: 4rem; } }

.convert-block.spacing-xxlarge,
.convert-grid-row.spacing-xxlarge {
  margin-bottom: 7.8125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.spacing-xxlarge,
    .convert-grid-row.spacing-xxlarge {
      margin-bottom: 3.90625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.spacing-xxlarge,
    .convert-grid-row.spacing-xxlarge {
      margin-bottom: 5.46875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.spacing-xxlarge,
    .convert-grid-row.spacing-xxlarge {
      margin-bottom: 6.25rem; } }

.convert-block.spacing-xxxlarge,
.convert-grid-row.spacing-xxxlarge {
  margin-bottom: 10.9375rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.spacing-xxxlarge,
    .convert-grid-row.spacing-xxxlarge {
      margin-bottom: 5.46875rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.spacing-xxxlarge,
    .convert-grid-row.spacing-xxxlarge {
      margin-bottom: 7.65625rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.spacing-xxxlarge,
    .convert-grid-row.spacing-xxxlarge {
      margin-bottom: 8.75rem; } }

.convert-block.spacing-none,
.convert-grid-row.spacing-none {
  margin-bottom: 0 !important; }

.convert-block.spacing-fixed-03x,
.convert-grid-row.spacing-fixed-03x {
  margin-bottom: 12px; }

.convert-block.spacing-fixed-05x,
.convert-grid-row.spacing-fixed-05x {
  margin-bottom: 20px; }

.convert-block.padding-default.padding-xxsmall {
  padding: 0.3125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-default.padding-xxsmall {
      padding: 0.15625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-default.padding-xxsmall {
      padding: 0.21875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-default.padding-xxsmall {
      padding: 0.25rem; } }

.convert-block.padding-default.padding-xsmall {
  padding: 0.4375rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-default.padding-xsmall {
      padding: 0.21875rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-default.padding-xsmall {
      padding: 0.30625rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-default.padding-xsmall {
      padding: 0.35rem; } }

.convert-block.padding-default.padding-small {
  padding: 0.75rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-default.padding-small {
      padding: 0.375rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-default.padding-small {
      padding: 0.525rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-default.padding-small {
      padding: 0.6rem; } }

.convert-block.padding-default.padding-medium {
  padding: 1.5625rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-default.padding-medium {
      padding: 0.78125rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-default.padding-medium {
      padding: 1.09375rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-default.padding-medium {
      padding: 1.25rem; } }

.convert-block.padding-default.padding-large {
  padding: 3.125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-default.padding-large {
      padding: 1.5625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-default.padding-large {
      padding: 2.1875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-default.padding-large {
      padding: 2.5rem; } }

.convert-block.padding-default.padding-xlarge {
  padding: 5rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-default.padding-xlarge {
      padding: 2.5rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-default.padding-xlarge {
      padding: 3.5rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-default.padding-xlarge {
      padding: 4rem; } }

.convert-block.padding-default.padding-xxlarge {
  padding: 7.8125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-default.padding-xxlarge {
      padding: 3.90625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-default.padding-xxlarge {
      padding: 5.46875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-default.padding-xxlarge {
      padding: 6.25rem; } }

.convert-block.padding-default.padding-xxxlarge {
  padding: 10.9375rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-default.padding-xxxlarge {
      padding: 5.46875rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-default.padding-xxxlarge {
      padding: 7.65625rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-default.padding-xxxlarge {
      padding: 8.75rem; } }

.convert-block.padding-default.padding-fixed-03x {
  padding: 6px; }

.convert-block.padding-default.padding-fixed-05x {
  padding: 10px; }

.convert-block.padding-vertical.padding-xxsmall,
.convert-grid-row.padding-vertical.padding-xxsmall {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-vertical.padding-xxsmall,
    .convert-grid-row.padding-vertical.padding-xxsmall {
      padding-top: 0.15625rem;
      padding-bottom: 0.15625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-vertical.padding-xxsmall,
    .convert-grid-row.padding-vertical.padding-xxsmall {
      padding-top: 0.21875rem;
      padding-bottom: 0.21875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-vertical.padding-xxsmall,
    .convert-grid-row.padding-vertical.padding-xxsmall {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; } }

.convert-block.padding-vertical.padding-xsmall,
.convert-grid-row.padding-vertical.padding-xsmall {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-vertical.padding-xsmall,
    .convert-grid-row.padding-vertical.padding-xsmall {
      padding-top: 0.21875rem;
      padding-bottom: 0.21875rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-vertical.padding-xsmall,
    .convert-grid-row.padding-vertical.padding-xsmall {
      padding-top: 0.30625rem;
      padding-bottom: 0.30625rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-vertical.padding-xsmall,
    .convert-grid-row.padding-vertical.padding-xsmall {
      padding-top: 0.35rem;
      padding-bottom: 0.35rem; } }

.convert-block.padding-vertical.padding-small,
.convert-grid-row.padding-vertical.padding-small {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-vertical.padding-small,
    .convert-grid-row.padding-vertical.padding-small {
      padding-top: 0.375rem;
      padding-bottom: 0.375rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-vertical.padding-small,
    .convert-grid-row.padding-vertical.padding-small {
      padding-top: 0.525rem;
      padding-bottom: 0.525rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-vertical.padding-small,
    .convert-grid-row.padding-vertical.padding-small {
      padding-top: 0.6rem;
      padding-bottom: 0.6rem; } }

.convert-block.padding-vertical.padding-medium,
.convert-grid-row.padding-vertical.padding-medium {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-vertical.padding-medium,
    .convert-grid-row.padding-vertical.padding-medium {
      padding-top: 0.78125rem;
      padding-bottom: 0.78125rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-vertical.padding-medium,
    .convert-grid-row.padding-vertical.padding-medium {
      padding-top: 1.09375rem;
      padding-bottom: 1.09375rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-vertical.padding-medium,
    .convert-grid-row.padding-vertical.padding-medium {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }

.convert-block.padding-vertical.padding-large,
.convert-grid-row.padding-vertical.padding-large {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-vertical.padding-large,
    .convert-grid-row.padding-vertical.padding-large {
      padding-top: 1.5625rem;
      padding-bottom: 1.5625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-vertical.padding-large,
    .convert-grid-row.padding-vertical.padding-large {
      padding-top: 2.1875rem;
      padding-bottom: 2.1875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-vertical.padding-large,
    .convert-grid-row.padding-vertical.padding-large {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.convert-block.padding-vertical.padding-xlarge,
.convert-grid-row.padding-vertical.padding-xlarge {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-vertical.padding-xlarge,
    .convert-grid-row.padding-vertical.padding-xlarge {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-vertical.padding-xlarge,
    .convert-grid-row.padding-vertical.padding-xlarge {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-vertical.padding-xlarge,
    .convert-grid-row.padding-vertical.padding-xlarge {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.convert-block.padding-vertical.padding-xxlarge,
.convert-grid-row.padding-vertical.padding-xxlarge {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-vertical.padding-xxlarge,
    .convert-grid-row.padding-vertical.padding-xxlarge {
      padding-top: 3.90625rem;
      padding-bottom: 3.90625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-vertical.padding-xxlarge,
    .convert-grid-row.padding-vertical.padding-xxlarge {
      padding-top: 5.46875rem;
      padding-bottom: 5.46875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-vertical.padding-xxlarge,
    .convert-grid-row.padding-vertical.padding-xxlarge {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }

.convert-block.padding-vertical.padding-xxxlarge,
.convert-grid-row.padding-vertical.padding-xxxlarge {
  padding-top: 10.9375rem;
  padding-bottom: 10.9375rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-vertical.padding-xxxlarge,
    .convert-grid-row.padding-vertical.padding-xxxlarge {
      padding-top: 5.46875rem;
      padding-bottom: 5.46875rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-vertical.padding-xxxlarge,
    .convert-grid-row.padding-vertical.padding-xxxlarge {
      padding-top: 7.65625rem;
      padding-bottom: 7.65625rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-vertical.padding-xxxlarge,
    .convert-grid-row.padding-vertical.padding-xxxlarge {
      padding-top: 8.75rem;
      padding-bottom: 8.75rem; } }

.convert-block.padding-vertical.padding-none,
.convert-grid-row.padding-vertical.padding-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.convert-block.padding-vertical.padding-fixed-03x,
.convert-grid-row.padding-vertical.padding-fixed-03x {
  padding-top: 6px;
  padding-bottom: 6px; }

.convert-block.padding-vertical.padding-fixed-05x,
.convert-grid-row.padding-vertical.padding-fixed-05x {
  padding-top: 10px;
  padding-bottom: 10px; }

.convert-block.padding-horizontal.padding-xxsmall {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-horizontal.padding-xxsmall {
      padding-left: 0.15625rem;
      padding-right: 0.15625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-horizontal.padding-xxsmall {
      padding-left: 0.21875rem;
      padding-right: 0.21875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-horizontal.padding-xxsmall {
      padding-left: 0.25rem;
      padding-right: 0.25rem; } }

.convert-block.padding-horizontal.padding-xsmall {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-horizontal.padding-xsmall {
      padding-left: 0.21875rem;
      padding-right: 0.21875rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-horizontal.padding-xsmall {
      padding-left: 0.30625rem;
      padding-right: 0.30625rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-horizontal.padding-xsmall {
      padding-left: 0.35rem;
      padding-right: 0.35rem; } }

.convert-block.padding-horizontal.padding-small {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-horizontal.padding-small {
      padding-left: 0.375rem;
      padding-right: 0.375rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-horizontal.padding-small {
      padding-left: 0.525rem;
      padding-right: 0.525rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-horizontal.padding-small {
      padding-left: 0.6rem;
      padding-right: 0.6rem; } }

.convert-block.padding-horizontal.padding-medium {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-horizontal.padding-medium {
      padding-left: 0.78125rem;
      padding-right: 0.78125rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-horizontal.padding-medium {
      padding-left: 1.09375rem;
      padding-right: 1.09375rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-horizontal.padding-medium {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.convert-block.padding-horizontal.padding-large {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-horizontal.padding-large {
      padding-left: 1.5625rem;
      padding-right: 1.5625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-horizontal.padding-large {
      padding-left: 2.1875rem;
      padding-right: 2.1875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-horizontal.padding-large {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.convert-block.padding-horizontal.padding-xlarge {
  padding-left: 5rem;
  padding-right: 5rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-horizontal.padding-xlarge {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-horizontal.padding-xlarge {
      padding-left: 3.5rem;
      padding-right: 3.5rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-horizontal.padding-xlarge {
      padding-left: 4rem;
      padding-right: 4rem; } }

.convert-block.padding-horizontal.padding-xxlarge {
  padding-left: 7.8125rem;
  padding-right: 7.8125rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-horizontal.padding-xxlarge {
      padding-left: 3.90625rem;
      padding-right: 3.90625rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-horizontal.padding-xxlarge {
      padding-left: 5.46875rem;
      padding-right: 5.46875rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-horizontal.padding-xxlarge {
      padding-left: 6.25rem;
      padding-right: 6.25rem; } }

.convert-block.padding-horizontal.padding-xxxlarge {
  padding-left: 10.9375rem;
  padding-right: 10.9375rem; }
  @media screen and (max-width: 47.9375em) {
    .convert-block.padding-horizontal.padding-xxxlarge {
      padding-left: 5.46875rem;
      padding-right: 5.46875rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .convert-block.padding-horizontal.padding-xxxlarge {
      padding-left: 7.65625rem;
      padding-right: 7.65625rem; } }
  @media screen and (min-width: 75em) and (max-width: 90.5625em) {
    .convert-block.padding-horizontal.padding-xxxlarge {
      padding-left: 8.75rem;
      padding-right: 8.75rem; } }

.convert-block.padding-horizontal.padding-none {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.convert-block.padding-horizontal.padding-fixed-03x {
  padding-left: 6px;
  padding-right: 6px; }

.convert-block.padding-horizontal.padding-fixed-05x {
  padding-left: 10px;
  padding-right: 10px; }

.convert-block {
  margin-bottom: 1rem; }
  .convert-block .convert-block:last-child {
    margin-bottom: 0; }

.convert-title-h.xxlarge {
  font-size: 32px; }

.convert-title-h.xlarge {
  font-size: 24px; }

.convert-title-h.large {
  font-size: 18.72px; }

.convert-title-h.medium {
  font-size: 16px; }

.convert-title-h.small {
  font-size: 13.28px; }

.spacing-small {
  margin-bottom: 0.25rem; }

.spacing-medium {
  margin-bottom: 0.5rem; }

.spacing-large {
  margin-bottom: 1.25rem; }

.spacing-xlarge {
  margin-bottom: 1.5rem; }

.spacing-xxlarge {
  margin-bottom: 2rem; }

.brand-logo-list {
  margin: 0;
  text-align: center;
  margin-bottom: 1.5rem; }
  .brand-logo-list li {
    padding: 0; }
    .brand-logo-list li:after {
      display: none; }
  @media print, screen and (min-width: 64em) {
    .brand-logo-list {
      margin-bottom: 5.5rem; } }
  .brand-logo-list li {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    padding: 0 1rem 1rem; }
    @media screen and (min-width: 48em) {
      .brand-logo-list li {
        width: auto;
        padding: 0;
        margin: 0 1.75rem 1rem; } }

.magellan-bar.is-stuck {
  width: 100%;
  max-width: inherit !important;
  left: 0 !important;
  padding: 0.25rem 0 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .magellan-bar.is-stuck .magellan-col {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .magellan-bar.is-stuck .magellan-col {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .magellan-bar.is-stuck .magellan-col:last-child:not(:first-child) {
      float: right; }
  .magellan-bar.is-stuck .magellan-container {
    margin-bottom: 0; }

.magellan-bar .magellan-row {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto; }
  .magellan-bar .magellan-row::before, .magellan-bar .magellan-row::after {
    display: table;
    content: ' '; }
  .magellan-bar .magellan-row::after {
    clear: both; }

.magellan-container {
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 64em) {
    .magellan-container {
      margin-bottom: 3.5rem; } }
  .magellan-container .letter-nav-label {
    display: none;
    vertical-align: middle;
    line-height: 1;
    font-weight: 500;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.125rem;
    padding-right: 1rem; }
    @media screen and (min-width: 48em) {
      .magellan-container .letter-nav-label {
        display: inline-block; } }
  .magellan-container .letter-nav-tabs {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.125rem; }
    .magellan-container .letter-nav-tabs li {
      padding: 0; }
      .magellan-container .letter-nav-tabs li:after {
        display: none; }
    .magellan-container .letter-nav-tabs li {
      display: inline-block;
      margin-right: .2rem; }
    .magellan-container .letter-nav-tabs a {
      display: block;
      text-decoration: none;
      line-height: 1;
      color: #197e3e;
      border-bottom: 1px solid #197e3e; }
      .magellan-container .letter-nav-tabs a:hover, .magellan-container .letter-nav-tabs a:active {
        border-bottom: 0;
        padding-bottom: 1px; }

@media print, screen and (min-width: 40em) {
  .item-brands-wrapper {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .item-brands-wrapper::before, .item-brands-wrapper::after {
      display: table;
      content: ' '; }
    .item-brands-wrapper::after {
      clear: both; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .item-brands-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 48em) {
    .item-brands-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .item-brands-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 75em) {
    .item-brands-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 40em) and (min-width: 90.625em) {
    .item-brands-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.item-brands-wrapper .item-brands-single {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .item-brands-wrapper .item-brands-single {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem;
      width: 50%;
      margin-bottom: 1.5rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .item-brands-wrapper .item-brands-single {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
      .item-brands-wrapper .item-brands-single:last-child:not(:first-child) {
        float: right; }
      .item-brands-wrapper .item-brands-single:last-child:last-child {
        float: left; }
      .item-brands-wrapper .item-brands-single:nth-child(odd) {
        clear: left; } }

.item-brands-wrapper .item-brands {
  padding: 1.2rem;
  background: #f7f7f7; }
  .item-brands-wrapper .item-brands ul {
    margin: 0; }
    .item-brands-wrapper .item-brands ul li {
      padding: 0; }
      .item-brands-wrapper .item-brands ul li:after {
        display: none; }
  .item-brands-wrapper .item-brands .brand-letter {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 25%;
    font-weight: 500;
    line-height: 1;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 2.5rem;
    color: #000; }
    @media print, screen and (min-width: 40em) {
      .item-brands-wrapper .item-brands .brand-letter {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .item-brands-wrapper .item-brands .brand-letter:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .item-brands-wrapper .item-brands .brand-letter {
        width: 25%; } }
    @media print, screen and (min-width: 64em) {
      .item-brands-wrapper .item-brands .brand-letter {
        width: 16.66667%; } }
    @media screen and (min-width: 75em) {
      .item-brands-wrapper .item-brands .brand-letter {
        width: 12.5%; } }
  .item-brands-wrapper .item-brands .brand-list-contianer {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 75%;
    padding-left: 0rem;
    padding-top: .25rem; }
    @media print, screen and (min-width: 40em) {
      .item-brands-wrapper .item-brands .brand-list-contianer {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .item-brands-wrapper .item-brands .brand-list-contianer:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .item-brands-wrapper .item-brands .brand-list-contianer {
        padding-left: 0rem; } }
    .item-brands-wrapper .item-brands .brand-list-contianer a {
      color: #197e3e; }
    @media screen and (min-width: 48em) {
      .item-brands-wrapper .item-brands .brand-list-contianer {
        width: 75%; } }
    @media print, screen and (min-width: 64em) {
      .item-brands-wrapper .item-brands .brand-list-contianer {
        width: 83.33333%; } }
    @media screen and (min-width: 75em) {
      .item-brands-wrapper .item-brands .brand-list-contianer {
        width: 87.5%; } }
  .item-brands-wrapper .item-brands .bare-list {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .item-brands-wrapper .item-brands .bare-list::before, .item-brands-wrapper .item-brands .bare-list::after {
      display: table;
      content: ' '; }
    .item-brands-wrapper .item-brands .bare-list::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .item-brands-wrapper .item-brands .bare-list {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .item-brands-wrapper .item-brands .bare-list {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .item-brands-wrapper .item-brands .bare-list {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .item-brands-wrapper .item-brands .bare-list {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .item-brands-wrapper .item-brands .bare-list {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .item-brands-wrapper .item-brands .bare-list li {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem;
      width: 50%;
      padding-right: 0rem; }
      @media print, screen and (min-width: 40em) {
        .item-brands-wrapper .item-brands .bare-list li {
          padding-right: 1.25rem;
          padding-left: 1.25rem; } }
      .item-brands-wrapper .item-brands .bare-list li:last-child:not(:first-child) {
        float: right; }
      .item-brands-wrapper .item-brands .bare-list li:last-child:last-child {
        float: left; }
      @media print, screen and (min-width: 40em) {
        .item-brands-wrapper .item-brands .bare-list li {
          padding-right: 0rem; } }

.customer-account-logoutsuccess .page-main,
.checkout-onepage-success .page-main {
  text-align: center;
  padding: 1rem 0; }
  @media print, screen and (min-width: 64em) {
    .customer-account-logoutsuccess .page-main,
    .checkout-onepage-success .page-main {
      padding: 5rem 0; } }
  @media screen and (min-width: 90.625em) {
    .customer-account-logoutsuccess .page-main,
    .checkout-onepage-success .page-main {
      padding: 6.7rem 0; } }
  .customer-account-logoutsuccess .page-main .page-title-wrapper,
  .checkout-onepage-success .page-main .page-title-wrapper {
    padding-bottom: 0;
    margin-bottom: 1rem; }
    .customer-account-logoutsuccess .page-main .page-title-wrapper:before,
    .checkout-onepage-success .page-main .page-title-wrapper:before {
      display: none; }
  .customer-account-logoutsuccess .page-main .action,
  .checkout-onepage-success .page-main .action {
    text-decoration: none; }
    .customer-account-logoutsuccess .page-main .action.primary,
    .checkout-onepage-success .page-main .action.primary {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      padding: 0.92em 1em 0.96em;
      -webkit-appearance: none;
      border: 1px solid transparent;
      border-radius: 0;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-size: 1rem;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      background-color: #197e3e;
      color: #fff;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      letter-spacing: normal;
      font-weight: 700;
      margin-bottom: 0;
      background-color: #197e3e;
      color: #fff; }
      [data-whatinput='mouse'] .customer-account-logoutsuccess .page-main .action.primary, [data-whatinput='mouse']
      .checkout-onepage-success .page-main .action.primary {
        outline: 0; }
      .customer-account-logoutsuccess .page-main .action.primary:hover, .customer-account-logoutsuccess .page-main .action.primary:focus,
      .checkout-onepage-success .page-main .action.primary:hover,
      .checkout-onepage-success .page-main .action.primary:focus {
        background-color: #1a5d39;
        color: #fff; }
      .customer-account-logoutsuccess .page-main .action.primary:active,
      .checkout-onepage-success .page-main .action.primary:active {
        color: rgba(255, 255, 255, 0.8) !important; }
      .customer-account-logoutsuccess .page-main .action.primary:hover, .customer-account-logoutsuccess .page-main .action.primary:focus,
      .checkout-onepage-success .page-main .action.primary:hover,
      .checkout-onepage-success .page-main .action.primary:focus {
        background-color: #1a5d39;
        color: #fff; }
    .customer-account-logoutsuccess .page-main .action.secondary,
    .checkout-onepage-success .page-main .action.secondary {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      padding: 0.92em 1em 0.96em;
      -webkit-appearance: none;
      border: 1px solid transparent;
      border-radius: 0;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-size: 1rem;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      background-color: #197e3e;
      color: #fff;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      letter-spacing: normal;
      font-weight: 700;
      margin-bottom: 0;
      background-color: #303030;
      color: #fff; }
      [data-whatinput='mouse'] .customer-account-logoutsuccess .page-main .action.secondary, [data-whatinput='mouse']
      .checkout-onepage-success .page-main .action.secondary {
        outline: 0; }
      .customer-account-logoutsuccess .page-main .action.secondary:hover, .customer-account-logoutsuccess .page-main .action.secondary:focus,
      .checkout-onepage-success .page-main .action.secondary:hover,
      .checkout-onepage-success .page-main .action.secondary:focus {
        background-color: #1a5d39;
        color: #fff; }
      .customer-account-logoutsuccess .page-main .action.secondary:active,
      .checkout-onepage-success .page-main .action.secondary:active {
        color: rgba(255, 255, 255, 0.8) !important; }
      .customer-account-logoutsuccess .page-main .action.secondary:hover, .customer-account-logoutsuccess .page-main .action.secondary:focus,
      .checkout-onepage-success .page-main .action.secondary:hover,
      .checkout-onepage-success .page-main .action.secondary:focus {
        background-color: black;
        color: #fff; }
  .customer-account-logoutsuccess .page-main .checkout-success,
  .customer-account-logoutsuccess .page-main #registration,
  .checkout-onepage-success .page-main .checkout-success,
  .checkout-onepage-success .page-main #registration {
    margin-bottom: 1rem; }
  .customer-account-logoutsuccess .page-main h1,
  .checkout-onepage-success .page-main h1 {
    text-align: center;
    font-size: 1.1875rem;
    font-family: "brandon-grotesque", sans-serif; }
    @media print, screen and (min-width: 64em) {
      .customer-account-logoutsuccess .page-main h1,
      .checkout-onepage-success .page-main h1 {
        font-size: 1.5625rem; } }
    @media screen and (min-width: 90.625em) {
      .customer-account-logoutsuccess .page-main h1,
      .checkout-onepage-success .page-main h1 {
        font-size: 2.5rem; } }
  .customer-account-logoutsuccess .page-main .note-msg,
  .checkout-onepage-success .page-main .note-msg {
    text-align: center;
    font-size: 0.9375rem; }
    @media print, screen and (min-width: 64em) {
      .customer-account-logoutsuccess .page-main .note-msg,
      .checkout-onepage-success .page-main .note-msg {
        font-size: 1.0625rem; } }

.cart-empty {
  text-align: center;
  padding: 1rem 0; }
  @media print, screen and (min-width: 64em) {
    .cart-empty {
      padding: 5rem 0; } }
  @media screen and (min-width: 90.625em) {
    .cart-empty {
      padding: 6.7rem 0; } }
  .cart-empty h1 {
    text-align: center;
    font-size: 1.1875rem;
    font-family: "brandon-grotesque", sans-serif; }
    @media print, screen and (min-width: 64em) {
      .cart-empty h1 {
        font-size: 1.5625rem; } }
    @media screen and (min-width: 90.625em) {
      .cart-empty h1 {
        font-size: 2.5rem; } }
  .cart-empty p {
    text-align: center;
    font-size: 0.9375rem; }
    @media print, screen and (min-width: 64em) {
      .cart-empty p {
        font-size: 1.0625rem; } }

.course-index-index .page-title-wrapper,
[class^="product-course-"] .page-title-wrapper,
[class*=" product-course-"] .page-title-wrapper {
  padding-bottom: 1.25rem;
  margin-bottom: 1.75rem; }

.course-section .course-top-description {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 2.65rem; }

.courses-list {
  margin: 0; }
  .courses-list li {
    padding: 0; }
    .courses-list li:after {
      display: none; }
  .courses-list .course-item {
    position: relative;
    padding: 1.5rem;
    margin-bottom: 1rem;
    background: #f7f7f7; }
    @media screen and (min-width: 48em) {
      .courses-list .course-item {
        padding: 1.5rem 2.5rem 1.5rem 1rem; }
        .courses-list .course-item .over {
          display: table;
          width: 100%;
          min-height: 8.25rem; }
        .courses-list .course-item .course-picture,
        .courses-list .course-item .course-info,
        .courses-list .course-item .course-counter,
        .courses-list .course-item .course-actions {
          display: table-cell;
          vertical-align: top;
          padding-right: 1.0625rem;
          padding-left: 1.0625rem; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .courses-list .course-item .course-picture,
      .courses-list .course-item .course-info,
      .courses-list .course-item .course-counter,
      .courses-list .course-item .course-actions {
        padding-right: 1.25rem; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .courses-list .course-item .course-picture,
      .courses-list .course-item .course-info,
      .courses-list .course-item .course-counter,
      .courses-list .course-item .course-actions {
        padding-left: 1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .courses-list .course-item .course-picture,
      .courses-list .course-item .course-info,
      .courses-list .course-item .course-counter,
      .courses-list .course-item .course-actions {
        vertical-align: middle; } }
    .courses-list .course-item .course-picture {
      text-align: center;
      margin-bottom: 1rem; }
      .courses-list .course-item .course-picture .product-image-container {
        display: block;
        margin-left: auto;
        margin-right: auto; }
        .courses-list .course-item .course-picture .product-image-container img {
          max-height: 9.375rem;
          width: auto; }
      @media screen and (min-width: 48em) {
        .courses-list .course-item .course-picture {
          width: 1%; }
          .courses-list .course-item .course-picture .product-image-container {
            max-width: 6.25rem; }
            .courses-list .course-item .course-picture .product-image-container img {
              max-height: inherit; } }
      .courses-list .course-item .course-picture .product-image-wrapper {
        padding-bottom: 0 !important; }
    .courses-list .course-item .course-info {
      margin-bottom: 1rem; }
      @media screen and (min-width: 48em) {
        .courses-list .course-item .course-info {
          width: 60%; } }
      .courses-list .course-item .course-info .course-title {
        line-height: 1;
        font-size: 1.375rem;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 700;
        margin-bottom: 0.5rem; }
        .courses-list .course-item .course-info .course-title a {
          text-decoration: none;
          padding-bottom: 1px; }
          .courses-list .course-item .course-info .course-title a:hover, .courses-list .course-item .course-info .course-title a:active {
            padding-bottom: 0;
            border-bottom: 1px solid #197e3e; }
    .courses-list .course-item .course-description p {
      display: inline;
      margin-bottom: 0; }
    .courses-list .course-item .course-counter {
      text-align: center;
      font-size: 1.0625rem;
      margin-bottom: 1.25rem;
      line-height: 1.1;
      font-family: "brandon-grotesque", sans-serif; }
      @media screen and (min-width: 48em) {
        .courses-list .course-item .course-counter {
          width: 10%;
          background: transparent; } }
      .courses-list .course-item .course-counter .qty {
        display: block;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: .25rem; }
    .courses-list .course-item .course-actions {
      padding-right: 0; }
      @media screen and (min-width: 48em) {
        .courses-list .course-item .course-actions {
          width: 10%;
          text-align: right; } }
      .courses-list .course-item .course-actions .button {
        margin-bottom: 0;
        white-space: nowrap;
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
        @media screen and (min-width: 48em) {
          .courses-list .course-item .course-actions .button {
            display: inline-block;
            width: auto; } }
        @media screen and (min-width: 75em) {
          .courses-list .course-item .course-actions .button {
            min-width: 12.5rem; } }

.course-detail {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial; }
  .course-detail::before, .course-detail::after {
    display: table;
    content: ' '; }
  .course-detail::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .course-detail {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .course-detail {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .course-detail {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .course-detail {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .course-detail {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .course-detail .course-main-events,
  .course-detail .course-main-info {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .course-detail .course-main-events,
      .course-detail .course-main-info {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .course-detail .course-main-events:last-child:not(:first-child),
    .course-detail .course-main-info:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .course-detail .course-main-events,
      .course-detail .course-main-info {
        width: 58.33333%; } }
    @media print, screen and (min-width: 64em) {
      .course-detail .course-main-events,
      .course-detail .course-main-info {
        width: 50%; } }
  .course-detail .course-main-info .description {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 3rem; }
    .course-detail .course-main-info .description em {
      font-style: normal; }
  @media screen and (min-width: 48em) {
    .course-detail .course-main-info {
      width: 41.66667%; } }
  @media print, screen and (min-width: 64em) {
    .course-detail .course-main-info {
      width: 50%; } }

.course-locations .course-location-list {
  margin: 0; }
  .course-locations .course-location-list li {
    padding: 0; }
    .course-locations .course-location-list li:after {
      display: none; }
  .course-locations .course-location-list .course-location-item {
    margin-bottom: 4.25rem; }
  .course-locations .course-location-list .course-location-info {
    font-size: 0;
    padding-bottom: .85rem; }
    .course-locations .course-location-list .course-location-info .location-name,
    .course-locations .course-location-list .course-location-info .location-address {
      display: inline-block;
      width: 50%;
      vertical-align: bottom; }
    .course-locations .course-location-list .course-location-info .location-address {
      font-size: 0.8125rem;
      text-align: right;
      line-height: 1.2; }
    .course-locations .course-location-list .course-location-info .location-name {
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 700;
      font-size: 2rem;
      line-height: 1; }

.course-locations .events-list {
  display: table;
  width: 100%;
  padding: 1.5rem;
  background: #f7f7f7; }
  .course-locations .events-list .event-item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .course-locations .events-list .event-item:first-child > div {
      padding-top: 0; }
    .course-locations .events-list .event-item:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
      .course-locations .events-list .event-item:last-child > div {
        padding-bottom: 0;
        border-bottom: 0; }
    .course-locations .events-list .event-item .event-date,
    .course-locations .events-list .event-item .event-time,
    .course-locations .events-list .event-item .event-qty,
    .course-locations .events-list .event-item .event-actions {
      margin-bottom: .75rem;
      line-height: 1; }
    .course-locations .events-list .event-item .event-date,
    .course-locations .events-list .event-item .event-time {
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 700;
      font-size: 1.125rem; }
    .course-locations .events-list .event-item .event-time {
      font-weight: 400; }
    .course-locations .events-list .event-item .event-qty.place-state {
      color: #c23434; }
    .course-locations .events-list .event-item .event-actions {
      margin-bottom: 0; }
      .course-locations .events-list .event-item .event-actions .action {
        white-space: nowrap;
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
        @media print, screen and (min-width: 64em) {
          .course-locations .events-list .event-item .event-actions .action {
            display: inline-block;
            width: auto;
            min-width: 9.6875rem; } }
    @media screen and (min-width: 48em) {
      .course-locations .events-list .event-item {
        display: table-row;
        border-bottom: 0; }
        .course-locations .events-list .event-item .event-date,
        .course-locations .events-list .event-item .event-time,
        .course-locations .events-list .event-item .event-qty,
        .course-locations .events-list .event-item .event-actions {
          display: table-cell;
          vertical-align: middle;
          width: 25%;
          padding-bottom: .5rem;
          padding-top: .5rem;
          padding-right: 0.53125rem;
          padding-left: 0.53125rem;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .course-locations .events-list .event-item .event-date,
      .course-locations .events-list .event-item .event-time,
      .course-locations .events-list .event-item .event-qty,
      .course-locations .events-list .event-item .event-actions {
        padding-right: 0.625rem; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .course-locations .events-list .event-item .event-date,
      .course-locations .events-list .event-item .event-time,
      .course-locations .events-list .event-item .event-qty,
      .course-locations .events-list .event-item .event-actions {
        padding-left: 0.625rem; } }
    @media screen and (min-width: 48em) {
        .course-locations .events-list .event-item .event-time,
        .course-locations .events-list .event-item .event-qty {
          width: 25%;
          text-align: center; }
        .course-locations .events-list .event-item .event-date {
          width: 40%;
          padding-left: 0; }
        .course-locations .events-list .event-item .event-actions {
          width: 35%;
          padding-right: 0;
          text-align: right; } }

.event-course-popup {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem;
  max-width: initial;
  padding-bottom: 3rem; }
  .event-course-popup::before, .event-course-popup::after {
    display: table;
    content: ' '; }
  .event-course-popup::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .event-course-popup {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .event-course-popup {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .event-course-popup {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .event-course-popup {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .event-course-popup {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .event-course-popup .event-course-header {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .event-course-popup .event-course-header {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .event-course-popup .event-course-header:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .event-course-popup .event-course-header {
        width: 50%;
        margin-bottom: 1.25rem; } }
  .event-course-popup .event-popup-location,
  .event-course-popup .event-popup-price .price-note {
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: .25rem; }
    .event-course-popup .event-popup-location .price-box,
    .event-course-popup .event-popup-price .price-note .price-box {
      display: inline-block;
      vertical-align: middle;
      margin-top: -.45rem; }
      .event-course-popup .event-popup-location .price-box > .price-container,
      .event-course-popup .event-popup-price .price-note .price-box > .price-container {
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 700;
        font-size: 1.125rem; }
  .event-course-popup .event-popup-row .event-popup-info,
  .event-course-popup .event-popup-row .event-popup-price {
    margin-bottom: 1.5rem; }
    .event-course-popup .event-popup-row .event-popup-info p,
    .event-course-popup .event-popup-row .event-popup-price p {
      margin-bottom: .25rem; }
  .event-course-popup .product-options-wrapper {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .event-course-popup .product-options-wrapper {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .event-course-popup .product-options-wrapper:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .event-course-popup .product-options-wrapper {
        width: 50%;
        margin-top: -.3rem; } }
    @media screen and (min-width: 48em) {
      .event-course-popup .product-options-wrapper .field {
        margin-bottom: .75rem; } }
    .event-course-popup .product-options-wrapper .field-radio {
      padding-top: 1rem; }
    .event-course-popup .product-options-wrapper .label:after {
      content: ':'; }
  .event-course-popup .product-options-wrapper {
    margin-bottom: 1.75rem; }
  .event-course-popup .product-options-bottom {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    clear: both;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .event-course-popup .product-options-bottom {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .event-course-popup .product-options-bottom:last-child:not(:first-child) {
      float: right; }
    .event-course-popup .product-options-bottom .qty {
      display: none; }
    .event-course-popup .product-options-bottom .action {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      @media screen and (min-width: 48em) {
        .event-course-popup .product-options-bottom .action {
          display: inline-block;
          width: auto;
          min-width: 18.75rem;
          margin: 0 auto .5rem; } }
  .event-course-popup .mva_label {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    letter-spacing: normal;
    display: inline;
    font-size: .6em;
    vertical-align: bottom; }

.agreements-checkbox {
  display: inline-block;
  margin-bottom: 1.5rem;
  text-align: left; }
  .agreements-checkbox .checkbox + .mage-error {
    margin-top: -.5rem;
    margin-bottom: .75rem; }

.filter-options-content.has-images .swatch-option, .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option, .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option {
  display: block;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border-radius: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); }
  .touchevents .filter-options-content.has-images .swatch-option:hover:before, .touchevents .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option:hover:before, .filter-options-content.has-images-labels .am-swatch-options .touchevents .item .swatch-option:hover:before, .touchevents .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option:hover:before, .filter-options-content.has-images-labels .swatch-attribute-options .touchevents .item .swatch-option:hover:before, .touchevents .filter-options-content.has-images .swatch-option:active:before, .touchevents .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option:active:before, .filter-options-content.has-images-labels .am-swatch-options .touchevents .item .swatch-option:active:before, .touchevents .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option:active:before, .filter-options-content.has-images-labels .swatch-attribute-options .touchevents .item .swatch-option:active:before {
    display: block; }
  .filter-options-content.has-images .swatch-option:hover:after, .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option:hover:after, .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option:hover:after, .filter-options-content.has-images .swatch-option:active:after, .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option:active:after, .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option:active:after, .filter-options-content.has-images .swatch-option.selected:after, .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option.selected:after, .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option.selected:after, .filter-options-content.has-images .swatch-option.checked:after, .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option.checked:after, .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option.checked:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    background: url("../images/icon-active-swatch.svg") 50% no-repeat;
    background-size: 9px auto; }
  .product-items .filter-options-content.has-images .swatch-option, .product-items .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option, .filter-options-content.has-images-labels .am-swatch-options .product-items .item .swatch-option, .product-items .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option, .filter-options-content.has-images-labels .swatch-attribute-options .product-items .item .swatch-option {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: top;
    margin: 0.5rem;
    margin-left: 0; }
    .product-items .filter-options-content.has-images .swatch-option.selected, .product-items .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option.selected, .filter-options-content.has-images-labels .am-swatch-options .product-items .item .swatch-option.selected, .product-items .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option.selected, .filter-options-content.has-images-labels .swatch-attribute-options .product-items .item .swatch-option.selected {
      height: 10px;
      -webkit-box-shadow: 0 0 0 1px #197e3e;
              box-shadow: 0 0 0 1px #197e3e; }
      .product-items .filter-options-content.has-images .swatch-option.selected:after, .product-items .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option.selected:after, .filter-options-content.has-images-labels .am-swatch-options .product-items .item .swatch-option.selected:after, .product-items .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option.selected:after, .filter-options-content.has-images-labels .swatch-attribute-options .product-items .item .swatch-option.selected:after {
        display: none; }
  .filter-options-content.has-images .swatch-option.disabled, .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option.disabled, .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option.disabled {
    opacity: .25; }
  .filter-options-content.has-images .swatch-option[option-label="White"], .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option[option-label="White"], .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option[option-label="White"], .filter-options-content.has-images .swatch-option[option-label="Hvit"], .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option[option-label="Hvit"], .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option[option-label="Hvit"] {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }

.filter-options-content ol,
.filter-options-content ul {
  margin: 0; }
  .filter-options-content ol li,
  .filter-options-content ul li {
    padding: 0; }
    .filter-options-content ol li:after,
    .filter-options-content ul li:after {
      display: none; }

.filter-options-content.has-labels ol,
.filter-options-content.has-labels ul {
  font-size: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .filter-options-content.has-labels ol.am-filter-items-attr_price,
  .filter-options-content.has-labels ul.am-filter-items-attr_price {
    border-top: 0; }
  .filter-options-content.has-labels ol .item,
  .filter-options-content.has-labels ul .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .filter-options-content.has-labels ol .item:last-child,
    .filter-options-content.has-labels ul .item:last-child {
      border-bottom: 0; }
    .filter-options-content.has-labels ol .item a,
    .filter-options-content.has-labels ul .item a {
      display: block;
      text-transform: uppercase;
      font-family: inherit;
      font-size: 0.76125rem;
      font-weight: 300;
      color: #000;
      padding: 0.25rem 1.8rem 0.25rem 0.25rem;
      cursor: pointer; }
      @media screen and (min-width: 75em) {
        .filter-options-content.has-labels ol .item a,
        .filter-options-content.has-labels ul .item a {
          font-size: 0.875rem; } }
      .filter-options-content.has-labels ol .item a .label,
      .filter-options-content.has-labels ul .item a .label {
        cursor: inherit;
        text-decoration: none; }
      .filter-options-content.has-labels ol .item a:hover,
      .filter-options-content.has-labels ul .item a:hover {
        color: #000;
        background-color: rgba(0, 0, 0, 0.02);
        text-decoration: none; }
        .filter-options-content.has-labels ol .item a:hover .label,
        .filter-options-content.has-labels ul .item a:hover .label {
          text-decoration: underline; }
      .filter-options-content.has-labels ol .item a.am_shopby_link_selected,
      .filter-options-content.has-labels ul .item a.am_shopby_link_selected {
        color: #197e3e;
        background-color: transparent;
        text-decoration: none; }
        .filter-options-content.has-labels ol .item a.am_shopby_link_selected .label,
        .filter-options-content.has-labels ul .item a.am_shopby_link_selected .label {
          padding-left: 1rem;
          font-weight: 700;
          text-decoration: none;
          background: url("../images/icon-valid-black.svg") 0 50% no-repeat;
          background-size: 12px auto; }
    .filter-options-content.has-labels ol .item > .label,
    .filter-options-content.has-labels ul .item > .label {
      text-transform: uppercase;
      font-family: inherit;
      font-size: 0.76125rem;
      font-weight: 300;
      color: #000;
      padding: 0.25rem 1.8rem 0.25rem 0.25rem; }
      @media screen and (min-width: 75em) {
        .filter-options-content.has-labels ol .item > .label,
        .filter-options-content.has-labels ul .item > .label {
          font-size: 0.875rem; } }
    .filter-options-content.has-labels ol .item .count,
    .filter-options-content.has-labels ul .item .count {
      display: inline-block;
      vertical-align: middle;
      color: #737373;
      font-size: 85%; }
      .filter-options-content.has-labels ol .item .count:before,
      .filter-options-content.has-labels ul .item .count:before {
        content: '('; }
      .filter-options-content.has-labels ol .item .count:after,
      .filter-options-content.has-labels ul .item .count:after {
        content: ')'; }
      .filter-options-content.has-labels ol .item .count .filter-count-label,
      .filter-options-content.has-labels ul .item .count .filter-count-label {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }

.filter-options-content.has-images {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .filter-options-content.has-images .swatch-option-link-layered,
  .filter-options-content.has-images .ais-refinement-list--item {
    display: inline-block;
    vertical-align: top;
    border-radius: none;
    margin: 0 0 3px 4px;
    padding: 0 0 13px;
    position: relative;
    font-size: 0; }
    .filter-options-content.has-images .swatch-option-link-layered.checked, .filter-options-content.has-images .swatch-option-link-layered.ais-refinement-list--item__active,
    .filter-options-content.has-images .ais-refinement-list--item.checked,
    .filter-options-content.has-images .ais-refinement-list--item.ais-refinement-list--item__active {
      -webkit-box-shadow: 0 0 0 1px #ababab;
              box-shadow: 0 0 0 1px #ababab;
      background: #fff url("../images/icon-active-swatch.svg") 50% calc(100% - 3px) no-repeat;
      background-size: 9px auto; }

.filter-options-content.has-images-labels .am-swatch-options,
.filter-options-content.has-images-labels .swatch-attribute-options {
  font-size: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .filter-options-content.has-images-labels .am-swatch-options .item,
  .filter-options-content.has-images-labels .swatch-attribute-options .item {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .filter-options-content.has-images-labels .am-swatch-options .item:last-child,
    .filter-options-content.has-images-labels .swatch-attribute-options .item:last-child {
      border-bottom: 0; }
    .filter-options-content.has-images-labels .am-swatch-options .item .am-swatch-link,
    .filter-options-content.has-images-labels .swatch-attribute-options .item .am-swatch-link {
      display: inline-block; }
    .filter-options-content.has-images-labels .am-swatch-options .item .swatch-option,
    .filter-options-content.has-images-labels .swatch-attribute-options .item .swatch-option {
      width: 1.5em;
      height: 1.5em; }
    .filter-options-content.has-images-labels .am-swatch-options .item .am_shopby_swatch_label,
    .filter-options-content.has-images-labels .am-swatch-options .item .am-shopby-swatch-label,
    .filter-options-content.has-images-labels .swatch-attribute-options .item .am_shopby_swatch_label,
    .filter-options-content.has-images-labels .swatch-attribute-options .item .am-shopby-swatch-label {
      display: block;
      text-transform: uppercase;
      font-family: inherit;
      font-size: 0.76125rem;
      font-weight: 300;
      color: #000;
      padding: 0.25rem 1.8rem 0.25rem 0.25rem;
      cursor: pointer; }
      @media screen and (min-width: 75em) {
        .filter-options-content.has-images-labels .am-swatch-options .item .am_shopby_swatch_label,
        .filter-options-content.has-images-labels .am-swatch-options .item .am-shopby-swatch-label,
        .filter-options-content.has-images-labels .swatch-attribute-options .item .am_shopby_swatch_label,
        .filter-options-content.has-images-labels .swatch-attribute-options .item .am-shopby-swatch-label {
          font-size: 0.875rem; } }
      .filter-options-content.has-images-labels .am-swatch-options .item .am_shopby_swatch_label .label,
      .filter-options-content.has-images-labels .am-swatch-options .item .am-shopby-swatch-label .label,
      .filter-options-content.has-images-labels .swatch-attribute-options .item .am_shopby_swatch_label .label,
      .filter-options-content.has-images-labels .swatch-attribute-options .item .am-shopby-swatch-label .label {
        cursor: inherit;
        text-decoration: none;
        margin-left: .25rem; }
      .filter-options-content.has-images-labels .am-swatch-options .item .am_shopby_swatch_label:hover,
      .filter-options-content.has-images-labels .am-swatch-options .item .am-shopby-swatch-label:hover,
      .filter-options-content.has-images-labels .swatch-attribute-options .item .am_shopby_swatch_label:hover,
      .filter-options-content.has-images-labels .swatch-attribute-options .item .am-shopby-swatch-label:hover {
        color: #000;
        background-color: rgba(0, 0, 0, 0.02);
        text-decoration: none; }
        .filter-options-content.has-images-labels .am-swatch-options .item .am_shopby_swatch_label:hover .label,
        .filter-options-content.has-images-labels .am-swatch-options .item .am-shopby-swatch-label:hover .label,
        .filter-options-content.has-images-labels .swatch-attribute-options .item .am_shopby_swatch_label:hover .label,
        .filter-options-content.has-images-labels .swatch-attribute-options .item .am-shopby-swatch-label:hover .label {
          text-decoration: underline; }
    .filter-options-content.has-images-labels .am-swatch-options .item .count,
    .filter-options-content.has-images-labels .swatch-attribute-options .item .count {
      display: inline-block;
      vertical-align: middle;
      color: #737373;
      font-size: 85%; }
      .filter-options-content.has-images-labels .am-swatch-options .item .count:before,
      .filter-options-content.has-images-labels .swatch-attribute-options .item .count:before {
        content: '('; }
      .filter-options-content.has-images-labels .am-swatch-options .item .count:after,
      .filter-options-content.has-images-labels .swatch-attribute-options .item .count:after {
        content: ')'; }
    .filter-options-content.has-images-labels .am-swatch-options .item .filter-count-label,
    .filter-options-content.has-images-labels .swatch-attribute-options .item .filter-count-label {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }

.filter-options-content.has-text-swatch {
  padding-top: 0;
  padding-bottom: 1rem; }
  .filter-options-content.has-text-swatch .swatch-option-link-layered,
  .filter-options-content.has-text-swatch .ais-refinement-list--item {
    display: inline-block;
    vertical-align: top;
    min-width: 50px;
    margin: 0 5px 8px 0;
    cursor: pointer;
    font-size: 0; }
    .filter-options-content.has-text-swatch .swatch-option-link-layered[href="javascript:void();"],
    .filter-options-content.has-text-swatch .ais-refinement-list--item[href="javascript:void();"] {
      display: none; }
  .filter-options-content.has-text-swatch .swatch-option {
    width: auto;
    min-width: 50px;
    height: 36px;
    padding: 0 5px;
    line-height: 36px;
    position: relative;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-size: 0.9375rem;
    font-weight: 400;
    font-family: inherit;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
    background-color: #f7f7f7;
    cursor: pointer;
    letter-spacing: normal;
    word-spacing: normal; }
    .filter-options-content.has-text-swatch .swatch-option:before, .filter-options-content.has-text-swatch .swatch-option:after {
      display: none; }
    .filter-options-content.has-text-swatch .swatch-option.disabled:before, .filter-options-content.has-text-swatch .swatch-option.disabled:after {
      display: none; }
    .filter-options-content.has-text-swatch .swatch-option:hover, .filter-options-content.has-text-swatch .swatch-option:active, .filter-options-content.has-text-swatch .swatch-option.selected, .filter-options-content.has-text-swatch .swatch-option.checked {
      color: #fff;
      background-color: #197e3e; }

.filter-options-content.has-ui-slider .am_shopby_slider_container {
  position: relative; }

.filter-options-content.has-ui-slider .ui-slider {
  position: relative;
  height: 0;
  border-top: 1px solid #969696;
  border-radius: 0;
  margin: 0.5rem 1.0625rem 0.625rem 0;
  text-align: left;
  /* support: IE8 - See #6727 */ }
  .filter-options-content.has-ui-slider .ui-slider:after {
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    left: 100%;
    top: 50%;
    height: 1px;
    margin-top: -1px;
    background: #969696; }
  .filter-options-content.has-ui-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #303030;
    border-radius: 100%;
    border: none;
    top: -10px;
    margin-left: -1px;
    margin-top: 0;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none; }
    .filter-options-content.has-ui-slider .ui-slider .ui-slider-handle:focus {
      outline: none; }
    .filter-options-content.has-ui-slider .ui-slider .ui-slider-handle .amshopby-slider-tooltip {
      display: none; }
  .filter-options-content.has-ui-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #a0a0a0;
    background-position: 0 0;
    height: 100%; }
  .filter-options-content.has-ui-slider .ui-slider.ui-state-disabled .ui-slider-handle,
  .filter-options-content.has-ui-slider .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
            filter: inherit; }

.filter-options-content.has-ui-slider .min-value-container,
.filter-options-content.has-ui-slider .max-value-container {
  font-size: 0.875rem;
  font-weight: inherit;
  color: inherit;
  position: absolute;
  padding-top: 0.1875rem; }

.filter-options-content.has-ui-slider .min-value-container {
  left: 0; }

.filter-options-content.has-ui-slider .max-value-container {
  right: 0; }

.filter-options-content.has-dropdown.has-multiselect {
  border-top: 0; }
  .filter-options-content.has-dropdown.has-multiselect .chosen-container .chosen-choices {
    height: 2.25rem;
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: calc(100% - 17px) 50%;
    padding: 0.625rem 0.875rem;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #999999;
    padding-right: 2rem;
    background: #fafafa url("../images/icon-select.png") 100% 50% no-repeat;
    background-size: auto auto; }
    .filter-options-content.has-dropdown.has-multiselect .chosen-container .chosen-choices .search-field input {
      margin: 0;
      color: #000;
      font-weight: 300;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 0.875rem;
      text-transform: none; }
    .filter-options-content.has-dropdown.has-multiselect .chosen-container .chosen-choices li.search-choice {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: rgba(25, 126, 62, 0.1);
      border-radius: 0;
      background: rgba(25, 126, 62, 0.1); }
  .filter-options-content.has-dropdown.has-multiselect .chosen-container .chosen-drop {
    border: 1px solid #999999;
    border-top: 0; }
  .filter-options-content.has-dropdown.has-multiselect .chosen-container.chosen-container-active .chosen-choices {
    border: 1px solid #999999;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .filter-options-content.has-dropdown.has-multiselect .chosen-container .chosen-results .active-result.highlighted {
    background: #197e3e; }

.filter-options-content .am-show-more {
  display: none; }

.filter-options-content .am-show-more::before {
  margin-top: 10px; }

.filter-options-content .am-show-more::after {
  margin-top: 10px; }

.swatch-option-tooltip {
  display: none;
  width: 157px;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 6px;
  text-align: center;
  line-height: 1.3;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 2px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  .touchevents .swatch-option-tooltip,
  body.catalog-product-view .swatch-option-tooltip {
    display: none !important; }
  .swatch-option-tooltip .title {
    height: 20px;
    overflow: hidden; }
  .swatch-option-tooltip .image {
    height: 132px;
    display: block;
    margin-bottom: 6px; }
  .swatch-option-tooltip .corner {
    width: 20px;
    height: 10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    position: absolute;
    top: 100%;
    border-color: #fff transparent transparent transparent; }

.swatch-option-tooltip {
  display: none !important; }

.swatch-attribute-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-bottom: .25rem; }
  .swatch-attribute-label:after {
    content: ':'; }
  .product-info-main .swatch-attribute-label {
    font-size: 1rem;
    font-weight: 300;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    text-transform: none; }

.swatch-attribute-selected-option {
  margin-left: .5rem;
  display: inline-block;
  vertical-align: middle; }

.product-info-main .swatch-attribute-options,
.product-info-main .ais-refinement-list--list {
  width: 100%;
  display: block; }
  .product-info-main .swatch-attribute-options .ais-refinement-list--item,
  .product-info-main .ais-refinement-list--list .ais-refinement-list--item {
    display: inline-block;
    vertical-align: top;
    min-width: 3rem;
    width: auto;
    border: 0; }
  .product-info-main .swatch-attribute-options .swatch-option,
  .product-info-main .ais-refinement-list--list .swatch-option {
    display: inline-block;
    vertical-align: middle;
    min-width: 3rem;
    width: auto;
    height: 2.25rem;
    padding: 0 2px;
    text-align: center;
    color: #000;
    line-height: 2.25rem;
    border-radius: none;
    font-size: 0.9375rem;
    font-weight: 700;
    font-family: inherit;
    margin: 0;
    white-space: nowrap;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    cursor: pointer;
    border-left: 1px solid #eee; }
    .product-info-main .swatch-attribute-options .swatch-option:first-child,
    .product-info-main .ais-refinement-list--list .swatch-option:first-child {
      border-left: 0; }
    .product-info-main .swatch-attribute-options .swatch-option:hover, .product-info-main .swatch-attribute-options .swatch-option:active, .product-info-main .swatch-attribute-options .swatch-option.selected,
    .product-info-main .ais-refinement-list--list .swatch-option:hover,
    .product-info-main .ais-refinement-list--list .swatch-option:active,
    .product-info-main .ais-refinement-list--list .swatch-option.selected {
      color: #fff;
      background-color: #000;
      border-left-color: #000;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .product-info-main .swatch-attribute-options .swatch-option:hover:after, .product-info-main .swatch-attribute-options .swatch-option:active:after, .product-info-main .swatch-attribute-options .swatch-option.selected:after,
      .product-info-main .ais-refinement-list--list .swatch-option:hover:after,
      .product-info-main .ais-refinement-list--list .swatch-option:active:after,
      .product-info-main .ais-refinement-list--list .swatch-option.selected:after {
        display: none; }
      .product-info-main .swatch-attribute-options .swatch-option:hover + .swatch-option, .product-info-main .swatch-attribute-options .swatch-option:active + .swatch-option, .product-info-main .swatch-attribute-options .swatch-option.selected + .swatch-option,
      .product-info-main .ais-refinement-list--list .swatch-option:hover + .swatch-option,
      .product-info-main .ais-refinement-list--list .swatch-option:active + .swatch-option,
      .product-info-main .ais-refinement-list--list .swatch-option.selected + .swatch-option {
        border-left-color: #000; }
        .product-info-main .swatch-attribute-options .swatch-option:hover + .swatch-option:hover, .product-info-main .swatch-attribute-options .swatch-option:active + .swatch-option:hover, .product-info-main .swatch-attribute-options .swatch-option.selected + .swatch-option:hover,
        .product-info-main .ais-refinement-list--list .swatch-option:hover + .swatch-option:hover,
        .product-info-main .ais-refinement-list--list .swatch-option:active + .swatch-option:hover,
        .product-info-main .ais-refinement-list--list .swatch-option.selected + .swatch-option:hover {
          border-left-color: #eee; }
    .product-info-main .swatch-attribute-options .swatch-option.disabled,
    .product-info-main .ais-refinement-list--list .swatch-option.disabled {
      opacity: 1;
      position: relative;
      color: #a3a3a3; }
      .product-info-main .swatch-attribute-options .swatch-option.disabled:hover, .product-info-main .swatch-attribute-options .swatch-option.disabled:active,
      .product-info-main .ais-refinement-list--list .swatch-option.disabled:hover,
      .product-info-main .ais-refinement-list--list .swatch-option.disabled:active {
        cursor: help;
        color: #a3a3a3;
        background: transparent;
        border-left-color: #eee; }
        .product-info-main .swatch-attribute-options .swatch-option.disabled:hover + .swatch-option, .product-info-main .swatch-attribute-options .swatch-option.disabled:active + .swatch-option,
        .product-info-main .ais-refinement-list--list .swatch-option.disabled:hover + .swatch-option,
        .product-info-main .ais-refinement-list--list .swatch-option.disabled:active + .swatch-option {
          border-left-color: #eee; }
          .product-info-main .swatch-attribute-options .swatch-option.disabled:hover + .swatch-option:hover, .product-info-main .swatch-attribute-options .swatch-option.disabled:active + .swatch-option:hover,
          .product-info-main .ais-refinement-list--list .swatch-option.disabled:hover + .swatch-option:hover,
          .product-info-main .ais-refinement-list--list .swatch-option.disabled:active + .swatch-option:hover {
            border-left-color: #eee; }
        .product-info-main .swatch-attribute-options .swatch-option.disabled:hover:before, .product-info-main .swatch-attribute-options .swatch-option.disabled:hover:after, .product-info-main .swatch-attribute-options .swatch-option.disabled:active:before, .product-info-main .swatch-attribute-options .swatch-option.disabled:active:after,
        .product-info-main .ais-refinement-list--list .swatch-option.disabled:hover:before,
        .product-info-main .ais-refinement-list--list .swatch-option.disabled:hover:after,
        .product-info-main .ais-refinement-list--list .swatch-option.disabled:active:before,
        .product-info-main .ais-refinement-list--list .swatch-option.disabled:active:after {
          opacity: 1; }
      .product-info-main .swatch-attribute-options .swatch-option.disabled:before,
      .product-info-main .ais-refinement-list--list .swatch-option.disabled:before {
        opacity: 0;
        display: block;
        content: attr(option-label);
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 0.625rem;
        font-size: 0.6875rem;
        line-height: 0;
        margin: 0;
        color: #fff;
        white-space: nowrap;
        background: #000;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        z-index: 1; }
      .product-info-main .swatch-attribute-options .swatch-option.disabled:after,
      .product-info-main .ais-refinement-list--list .swatch-option.disabled:after {
        opacity: 0;
        content: '';
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #000 transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }

.filter-options[role="tablist"] {
  border-top: 0; }
  .filter-options[role="tablist"] ol,
  .filter-options[role="tablist"] ul {
    border-top: 0; }
    .filter-options[role="tablist"] ol .item:last-child,
    .filter-options[role="tablist"] ul .item:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .filter-options[role="tablist"] ol .item a,
    .filter-options[role="tablist"] ul .item a {
      padding: 0.5rem 0.25rem 0.5rem 1.625rem; }
  .filter-options[role="tablist"] .filter-options-content:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .filter-options[role="tablist"] .filter-options-content.has-images-labels .swatch-attribute {
    padding-top: 0; }
  .filter-options[role="tablist"] .filter-options-content.has-images-labels .swatch-attribute-options {
    border-top: 0;
    padding-left: 0; }
    .filter-options[role="tablist"] .filter-options-content.has-images-labels .swatch-attribute-options .item {
      padding: 0; }
      .filter-options[role="tablist"] .filter-options-content.has-images-labels .swatch-attribute-options .item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      .filter-options[role="tablist"] .filter-options-content.has-images-labels .swatch-attribute-options .item .am_shopby_swatch_label {
        padding: 0.5rem 0.25rem 0.5rem 1.625rem; }
  .filter-options[role="tablist"] .filter-options-title {
    cursor: pointer; }
    .filter-options[role="tablist"] .filter-options-title:nth-last-child(2) {
      border-bottom: 0; }
  .filter-options[role="tablist"] .filter-options-title {
    padding: 0.5625rem 0.5625rem 0.5625rem 1.625rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .filter-options[role="tablist"] .filter-options-title:before {
      display: block;
      content: '+';
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 2px;
      font-size: 1.25em;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .filter-options[role="tablist"] .filter-options-title.active:before {
      content: '—';
      font-size: .75em; }
  .filter-options[role="tablist"] .swatch-attribute-options {
    padding-left: 1.625rem; }
  .filter-options[role="tablist"] .swatch-attribute {
    padding: 0.9375rem 0 0; }

.ais-root {
  position: relative; }
  .ais-root a {
    text-decoration: none; }
  .ais-root .extra-title, .ais-root .block.grid .block-title strong, .block.grid .block-title .ais-root strong, .ais-root .block.related .block-title strong, .block.related .block-title .ais-root strong, .ais-root .block.crosssell .block-title strong, .block.crosssell .block-title .ais-root strong, .ais-root .block.upsell .block-title strong, .block.upsell .block-title .ais-root strong, .ais-root .block.block-new-products-names .block-title strong, .block.block-new-products-names .block-title .ais-root strong {
    font-size: 1.375rem;
    font-weight: 400; }
  .ais-root.slider {
    margin: 0;
    height: auto;
    cursor: default;
    background: transparent; }
  .ais-root.ais-current-refined-values .ais-header,
  .ais-root.ais-current-refined-values .ais-body, .ais-root.ais-refinement-list .ais-header,
  .ais-root.ais-refinement-list .ais-body, .ais-root.ais-range-slider .ais-header,
  .ais-root.ais-range-slider .ais-body, .ais-root.ais-hierarchical-menu .ais-header,
  .ais-root.ais-hierarchical-menu .ais-body {
    padding: 0;
    background: transparent; }
  .ais-root.ais-current-refined-values .ais-header, .ais-root.ais-refinement-list .ais-header, .ais-root.ais-range-slider .ais-header, .ais-root.ais-hierarchical-menu .ais-header {
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.375rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.2;
    padding: 0;
    background: transparent;
    padding-bottom: 0.75rem;
    padding-left: 0.25rem;
    text-transform: uppercase; }
    .ais-root.ais-current-refined-values .ais-header::before, .ais-root.ais-current-refined-values .ais-header::after, .ais-root.ais-refinement-list .ais-header::before, .ais-root.ais-refinement-list .ais-header::after, .ais-root.ais-range-slider .ais-header::before, .ais-root.ais-range-slider .ais-header::after, .ais-root.ais-hierarchical-menu .ais-header::before, .ais-root.ais-hierarchical-menu .ais-header::after {
      display: table;
      content: ' '; }
    .ais-root.ais-current-refined-values .ais-header::after, .ais-root.ais-refinement-list .ais-header::after, .ais-root.ais-range-slider .ais-header::after, .ais-root.ais-hierarchical-menu .ais-header::after {
      clear: both; }
  .ais-root.ais-current-refined-values .ais-body, .ais-root.ais-refinement-list .ais-body, .ais-root.ais-range-slider .ais-body, .ais-root.ais-hierarchical-menu .ais-body {
    padding-top: 0;
    margin-bottom: 2.5rem; }
    .ais-root.ais-current-refined-values .ais-body.ais-range-slider--body, .ais-root.ais-refinement-list .ais-body.ais-range-slider--body, .ais-root.ais-range-slider .ais-body.ais-range-slider--body, .ais-root.ais-hierarchical-menu .ais-body.ais-range-slider--body {
      padding-top: .75rem;
      padding-bottom: 3.5rem; }
  .ais-root.ais-current-refined-values .ais-header {
    padding-right: 5rem; }
  .ais-root .searchbox {
    margin: 1rem 0; }
    .ais-root .searchbox .sbx-sffv__wrapper {
      position: relative; }
    .ais-root .searchbox .sbx-sffv__submit,
    .ais-root .searchbox .sbx-sffv__reset {
      position: absolute;
      top: 1px;
      bottom: 1px;
      right: auto;
      width: 2.5rem;
      right: 0.25rem;
      padding: 0.3125rem;
      background-position: 50%;
      background-color: #fff;
      background-size: 80% auto;
      height: auto;
      z-index: 2; }
      .ais-root .searchbox .sbx-sffv__submit svg,
      .ais-root .searchbox .sbx-sffv__reset svg {
        display: none; }
    .ais-root .searchbox .sbx-sffv__reset {
      background-size: 60% auto;
      z-index: 1; }
    .ais-root .searchbox .sbx-sffv__input {
      height: 2.625rem;
      padding-right: 3rem;
      padding-left: 1rem;
      margin-bottom: 0;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: 300;
      color: #000;
      text-transform: none;
      background-color: #fff;
      background-position: calc(100% - 17px) 50%;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      border: 1px solid #eee; }
      .ais-root .searchbox .sbx-sffv__input::-webkit-input-placeholder {
        color: #000; }
      .ais-root .searchbox .sbx-sffv__input:-moz-placeholder {
        color: #000; }
      .ais-root .searchbox .sbx-sffv__input:-ms-input-placeholder {
        color: #000 !important; }
      .ais-root .searchbox .sbx-sffv__input.sbx-sffv__input-disabled {
        opacity: .5;
        border: 1px solid #eee !important; }
        .ais-root .searchbox .sbx-sffv__input.sbx-sffv__input-disabled + .sbx-sffv__submit {
          opacity: .5; }
          .ais-root .searchbox .sbx-sffv__input.sbx-sffv__input-disabled + .sbx-sffv__submit + .sbx-sffv__reset {
            display: none; }
      .ais-root .searchbox .sbx-sffv__input:hover, .ais-root .searchbox .sbx-sffv__input:active, .ais-root .searchbox .sbx-sffv__input:focus, .ais-root .searchbox .sbx-sffv__input:focus:not([value=""]) {
        border-color: #000; }
      .ais-root .searchbox .sbx-sffv__input::-ms-clear {
        display: none; }

.ais-current-refined-values--clear-all {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #197e3e;
  border-bottom: 1px solid #bcddc9;
  line-height: 1;
  margin: 0;
  margin-bottom: 0;
  position: absolute;
  top: .5rem;
  right: 0;
  text-decoration: none; }
  .ais-current-refined-values--clear-all:hover, .ais-current-refined-values--clear-all:focus {
    border-bottom: 0;
    padding-bottom: 1px; }

.ais-RefinementList-list,
.ais-current-refined-values-list,
.ais-price-ranges-list,
.ais-hierarchical-menu-list {
  font-size: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .ais-RefinementList-list .ais-RefinementList-item,
  .ais-RefinementList-list .ais-current-refined-values-item,
  .ais-RefinementList-list .ais-price-ranges-item,
  .ais-RefinementList-list .ais-hierarchical-menu-item,
  .ais-current-refined-values-list .ais-RefinementList-item,
  .ais-current-refined-values-list .ais-current-refined-values-item,
  .ais-current-refined-values-list .ais-price-ranges-item,
  .ais-current-refined-values-list .ais-hierarchical-menu-item,
  .ais-price-ranges-list .ais-RefinementList-item,
  .ais-price-ranges-list .ais-current-refined-values-item,
  .ais-price-ranges-list .ais-price-ranges-item,
  .ais-price-ranges-list .ais-hierarchical-menu-item,
  .ais-hierarchical-menu-list .ais-RefinementList-item,
  .ais-hierarchical-menu-list .ais-current-refined-values-item,
  .ais-hierarchical-menu-list .ais-price-ranges-item,
  .ais-hierarchical-menu-list .ais-hierarchical-menu-item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .ais-RefinementList-list .ais-RefinementList-item:last-child,
    .ais-RefinementList-list .ais-current-refined-values-item:last-child,
    .ais-RefinementList-list .ais-price-ranges-item:last-child,
    .ais-RefinementList-list .ais-hierarchical-menu-item:last-child,
    .ais-current-refined-values-list .ais-RefinementList-item:last-child,
    .ais-current-refined-values-list .ais-current-refined-values-item:last-child,
    .ais-current-refined-values-list .ais-price-ranges-item:last-child,
    .ais-current-refined-values-list .ais-hierarchical-menu-item:last-child,
    .ais-price-ranges-list .ais-RefinementList-item:last-child,
    .ais-price-ranges-list .ais-current-refined-values-item:last-child,
    .ais-price-ranges-list .ais-price-ranges-item:last-child,
    .ais-price-ranges-list .ais-hierarchical-menu-item:last-child,
    .ais-hierarchical-menu-list .ais-RefinementList-item:last-child,
    .ais-hierarchical-menu-list .ais-current-refined-values-item:last-child,
    .ais-hierarchical-menu-list .ais-price-ranges-item:last-child,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item:last-child {
      border-bottom: 0; }
    .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label,
    .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper,
    .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link,
    .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link,
    .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text,
    .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label,
    .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper,
    .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link,
    .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link,
    .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text,
    .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label,
    .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper,
    .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link,
    .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link,
    .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text,
    .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label,
    .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link,
    .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link,
    .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text,
    .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label,
    .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link,
    .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link,
    .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text,
    .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label,
    .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link,
    .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link,
    .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text,
    .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label,
    .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link,
    .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link,
    .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text,
    .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label,
    .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper,
    .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link,
    .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link,
    .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text,
    .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label,
    .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper,
    .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link,
    .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link,
    .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text,
    .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label,
    .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper,
    .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link,
    .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link,
    .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text,
    .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label,
    .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link,
    .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link,
    .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text,
    .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label,
    .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link,
    .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link,
    .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text,
    .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label,
    .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link,
    .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link,
    .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text {
      display: block;
      text-transform: uppercase;
      font-family: inherit;
      font-size: 0.875rem;
      font-weight: 300;
      color: #000;
      line-height: 1.7;
      padding: 0.25rem 1.8rem 0.25rem 0.25rem;
      cursor: pointer;
      position: relative; }
      .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label:hover,
      .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper:hover,
      .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link:hover,
      .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link:hover,
      .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text:hover,
      .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label:hover,
      .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper:hover,
      .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link:hover,
      .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link:hover,
      .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text:hover,
      .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label:hover,
      .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper:hover,
      .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link:hover,
      .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link:hover,
      .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text:hover,
      .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label:hover,
      .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper:hover,
      .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link:hover,
      .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:hover,
      .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text:hover,
      .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label:hover,
      .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper:hover,
      .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link:hover,
      .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link:hover,
      .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text:hover,
      .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label:hover,
      .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper:hover,
      .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link:hover,
      .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link:hover,
      .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text:hover,
      .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label:hover,
      .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper:hover,
      .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link:hover,
      .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link:hover,
      .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text:hover,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label:hover,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper:hover,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link:hover,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:hover,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text:hover,
      .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label:hover,
      .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper:hover,
      .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link:hover,
      .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link:hover,
      .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text:hover,
      .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label:hover,
      .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper:hover,
      .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link:hover,
      .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link:hover,
      .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text:hover,
      .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label:hover,
      .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper:hover,
      .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link:hover,
      .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link:hover,
      .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text:hover,
      .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label:hover,
      .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper:hover,
      .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link:hover,
      .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:hover,
      .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text:hover,
      .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label:hover,
      .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link:hover,
      .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link:hover,
      .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text:hover,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label:hover,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link:hover,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link:hover,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text:hover,
      .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label:hover,
      .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link:hover,
      .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link:hover,
      .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text:hover,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label:hover,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper:hover,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link:hover,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:hover,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text:hover {
        color: #000;
        background-color: rgba(0, 0, 0, 0.02); }
    .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link {
      font-weight: bolder; }
      .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label:after,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper:after,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link:after,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 0.5rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 11px;
        height: 9px;
        background: url("../images/icon-check.svg") no-repeat;
        background-size: 100% auto; }
    .ais-RefinementList-list .ais-RefinementList-item .cross-wrapper,
    .ais-RefinementList-list .ais-current-refined-values-item .cross-wrapper,
    .ais-RefinementList-list .ais-price-ranges-item .cross-wrapper,
    .ais-RefinementList-list .ais-hierarchical-menu-item .cross-wrapper,
    .ais-current-refined-values-list .ais-RefinementList-item .cross-wrapper,
    .ais-current-refined-values-list .ais-current-refined-values-item .cross-wrapper,
    .ais-current-refined-values-list .ais-price-ranges-item .cross-wrapper,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .cross-wrapper,
    .ais-price-ranges-list .ais-RefinementList-item .cross-wrapper,
    .ais-price-ranges-list .ais-current-refined-values-item .cross-wrapper,
    .ais-price-ranges-list .ais-price-ranges-item .cross-wrapper,
    .ais-price-ranges-list .ais-hierarchical-menu-item .cross-wrapper,
    .ais-hierarchical-menu-list .ais-RefinementList-item .cross-wrapper,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .cross-wrapper,
    .ais-hierarchical-menu-list .ais-price-ranges-item .cross-wrapper,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .cross-wrapper {
      position: absolute;
      top: 50%;
      right: .5rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .ais-RefinementList-list .ais-RefinementList-item .cross-wrapper .clear-refinement,
      .ais-RefinementList-list .ais-current-refined-values-item .cross-wrapper .clear-refinement,
      .ais-RefinementList-list .ais-price-ranges-item .cross-wrapper .clear-refinement,
      .ais-RefinementList-list .ais-hierarchical-menu-item .cross-wrapper .clear-refinement,
      .ais-current-refined-values-list .ais-RefinementList-item .cross-wrapper .clear-refinement,
      .ais-current-refined-values-list .ais-current-refined-values-item .cross-wrapper .clear-refinement,
      .ais-current-refined-values-list .ais-price-ranges-item .cross-wrapper .clear-refinement,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .cross-wrapper .clear-refinement,
      .ais-price-ranges-list .ais-RefinementList-item .cross-wrapper .clear-refinement,
      .ais-price-ranges-list .ais-current-refined-values-item .cross-wrapper .clear-refinement,
      .ais-price-ranges-list .ais-price-ranges-item .cross-wrapper .clear-refinement,
      .ais-price-ranges-list .ais-hierarchical-menu-item .cross-wrapper .clear-refinement,
      .ais-hierarchical-menu-list .ais-RefinementList-item .cross-wrapper .clear-refinement,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .cross-wrapper .clear-refinement,
      .ais-hierarchical-menu-list .ais-price-ranges-item .cross-wrapper .clear-refinement,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .cross-wrapper .clear-refinement {
        margin-right: 0; }
      .ais-RefinementList-list .ais-RefinementList-item .cross-wrapper .txt,
      .ais-RefinementList-list .ais-current-refined-values-item .cross-wrapper .txt,
      .ais-RefinementList-list .ais-price-ranges-item .cross-wrapper .txt,
      .ais-RefinementList-list .ais-hierarchical-menu-item .cross-wrapper .txt,
      .ais-current-refined-values-list .ais-RefinementList-item .cross-wrapper .txt,
      .ais-current-refined-values-list .ais-current-refined-values-item .cross-wrapper .txt,
      .ais-current-refined-values-list .ais-price-ranges-item .cross-wrapper .txt,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .cross-wrapper .txt,
      .ais-price-ranges-list .ais-RefinementList-item .cross-wrapper .txt,
      .ais-price-ranges-list .ais-current-refined-values-item .cross-wrapper .txt,
      .ais-price-ranges-list .ais-price-ranges-item .cross-wrapper .txt,
      .ais-price-ranges-list .ais-hierarchical-menu-item .cross-wrapper .txt,
      .ais-hierarchical-menu-list .ais-RefinementList-item .cross-wrapper .txt,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .cross-wrapper .txt,
      .ais-hierarchical-menu-list .ais-price-ranges-item .cross-wrapper .txt,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .cross-wrapper .txt {
        display: inline-block;
        margin-right: 2px;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 0.8125rem;
        font-weight: 300;
        color: #197e3e;
        border-bottom: 1px solid #bcddc9;
        line-height: 1; }
    .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper,
    .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper,
    .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper,
    .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper,
    .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper,
    .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper,
    .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper {
      padding-right: 4rem;
      position: relative; }
      .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper:before,
      .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper:before,
      .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper:before,
      .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper:before,
      .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper:before,
      .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper:before,
      .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper:before,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper:before,
      .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper:before,
      .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper:before,
      .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper:before,
      .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper:before,
      .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper:before,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper:before,
      .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper:before,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper:before {
        position: absolute;
        top: 50%;
        left: .2rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '';
        width: .75rem;
        height: .75rem;
        opacity: .5;
        background: url("../images/icon-check.svg") no-repeat 0 50%;
        background-size: 100% auto; }
      .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper .current-refinement-label,
      .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper .current-refinement-label,
      .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper .current-refinement-label,
      .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper .current-refinement-label,
      .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper .current-refinement-label,
      .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper .current-refinement-label,
      .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper .current-refinement-label,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper .current-refinement-label,
      .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper .current-refinement-label,
      .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper .current-refinement-label,
      .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper .current-refinement-label,
      .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper .current-refinement-label,
      .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper .current-refinement-label,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper .current-refinement-label,
      .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper .current-refinement-label,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper .current-refinement-label {
        margin-left: 1rem; }
    .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--count,
    .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--count,
    .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--count,
    .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--count,
    .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--count,
    .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--count,
    .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--count,
    .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count,
    .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--count,
    .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--count,
    .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--count,
    .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--count,
    .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--count,
    .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--count,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--count,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count,
    .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--count,
    .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--count,
    .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--count,
    .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--count,
    .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--count,
    .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--count,
    .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--count,
    .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--count,
    .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--count,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--count,
    .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--count,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count {
      color: #737373;
      font-size: 85%; }
      .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--count:before,
      .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--count:before,
      .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--count:before,
      .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--count:before,
      .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--count:before,
      .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--count:before,
      .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--count:before,
      .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count:before,
      .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--count:before,
      .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--count:before,
      .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--count:before,
      .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--count:before,
      .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--count:before,
      .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--count:before,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--count:before,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count:before,
      .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--count:before,
      .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--count:before,
      .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--count:before,
      .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--count:before,
      .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--count:before,
      .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--count:before,
      .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--count:before,
      .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count:before,
      .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--count:before,
      .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--count:before,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--count:before,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--count:before,
      .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--count:before,
      .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--count:before,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--count:before,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count:before {
        content: '('; }
      .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--count:after,
      .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--count:after,
      .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--count:after,
      .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--count:after,
      .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--count:after,
      .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--count:after,
      .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--count:after,
      .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count:after,
      .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--count:after,
      .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--count:after,
      .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--count:after,
      .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--count:after,
      .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--count:after,
      .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--count:after,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--count:after,
      .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count:after,
      .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--count:after,
      .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--count:after,
      .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--count:after,
      .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--count:after,
      .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--count:after,
      .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--count:after,
      .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--count:after,
      .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count:after,
      .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--count:after,
      .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--count:after,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--count:after,
      .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--count:after,
      .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--count:after,
      .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--count:after,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--count:after,
      .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count:after {
        content: ')'; }
    .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--count,
    .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--count,
    .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--count,
    .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count,
    .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--count,
    .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--count,
    .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--count,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count,
    .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--count,
    .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--count,
    .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--count,
    .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--count,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--count {
      position: relative;
      margin-left: .25rem; }
    .ais-RefinementList-list .ais-RefinementList-item .current-refinement-label,
    .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-label,
    .ais-RefinementList-list .ais-price-ranges-item .current-refinement-label,
    .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-label,
    .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-label,
    .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-label,
    .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-label,
    .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-label,
    .ais-price-ranges-list .ais-RefinementList-item .current-refinement-label,
    .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-label,
    .ais-price-ranges-list .ais-price-ranges-item .current-refinement-label,
    .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-label,
    .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-label,
    .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-label,
    .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-label,
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-label {
      font-weight: 700; }
    .ais-RefinementList-list .ais-RefinementList-item input[type="checkbox"],
    .ais-RefinementList-list .ais-RefinementList-item input[type="radio"],
    .ais-RefinementList-list .ais-current-refined-values-item input[type="checkbox"],
    .ais-RefinementList-list .ais-current-refined-values-item input[type="radio"],
    .ais-RefinementList-list .ais-price-ranges-item input[type="checkbox"],
    .ais-RefinementList-list .ais-price-ranges-item input[type="radio"],
    .ais-RefinementList-list .ais-hierarchical-menu-item input[type="checkbox"],
    .ais-RefinementList-list .ais-hierarchical-menu-item input[type="radio"],
    .ais-current-refined-values-list .ais-RefinementList-item input[type="checkbox"],
    .ais-current-refined-values-list .ais-RefinementList-item input[type="radio"],
    .ais-current-refined-values-list .ais-current-refined-values-item input[type="checkbox"],
    .ais-current-refined-values-list .ais-current-refined-values-item input[type="radio"],
    .ais-current-refined-values-list .ais-price-ranges-item input[type="checkbox"],
    .ais-current-refined-values-list .ais-price-ranges-item input[type="radio"],
    .ais-current-refined-values-list .ais-hierarchical-menu-item input[type="checkbox"],
    .ais-current-refined-values-list .ais-hierarchical-menu-item input[type="radio"],
    .ais-price-ranges-list .ais-RefinementList-item input[type="checkbox"],
    .ais-price-ranges-list .ais-RefinementList-item input[type="radio"],
    .ais-price-ranges-list .ais-current-refined-values-item input[type="checkbox"],
    .ais-price-ranges-list .ais-current-refined-values-item input[type="radio"],
    .ais-price-ranges-list .ais-price-ranges-item input[type="checkbox"],
    .ais-price-ranges-list .ais-price-ranges-item input[type="radio"],
    .ais-price-ranges-list .ais-hierarchical-menu-item input[type="checkbox"],
    .ais-price-ranges-list .ais-hierarchical-menu-item input[type="radio"],
    .ais-hierarchical-menu-list .ais-RefinementList-item input[type="checkbox"],
    .ais-hierarchical-menu-list .ais-RefinementList-item input[type="radio"],
    .ais-hierarchical-menu-list .ais-current-refined-values-item input[type="checkbox"],
    .ais-hierarchical-menu-list .ais-current-refined-values-item input[type="radio"],
    .ais-hierarchical-menu-list .ais-price-ranges-item input[type="checkbox"],
    .ais-hierarchical-menu-list .ais-price-ranges-item input[type="radio"],
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item input[type="checkbox"],
    .ais-hierarchical-menu-list .ais-hierarchical-menu-item input[type="radio"] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
  .ais-RefinementList-list .ais-current-refined-values-item a,
  .ais-current-refined-values-list .ais-current-refined-values-item a,
  .ais-price-ranges-list .ais-current-refined-values-item a,
  .ais-hierarchical-menu-list .ais-current-refined-values-item a {
    display: block; }
  .ais-RefinementList-list .ais-current-refined-values-item:hover, .ais-RefinementList-list .ais-current-refined-values-item:focus,
  .ais-current-refined-values-list .ais-current-refined-values-item:hover,
  .ais-current-refined-values-list .ais-current-refined-values-item:focus,
  .ais-price-ranges-list .ais-current-refined-values-item:hover,
  .ais-price-ranges-list .ais-current-refined-values-item:focus,
  .ais-hierarchical-menu-list .ais-current-refined-values-item:hover,
  .ais-hierarchical-menu-list .ais-current-refined-values-item:focus {
    cursor: pointer; }
    .ais-RefinementList-list .ais-current-refined-values-item:hover .current-refinement-wrapper, .ais-RefinementList-list .ais-current-refined-values-item:focus .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-current-refined-values-item:hover .current-refinement-wrapper,
    .ais-current-refined-values-list .ais-current-refined-values-item:focus .current-refinement-wrapper,
    .ais-price-ranges-list .ais-current-refined-values-item:hover .current-refinement-wrapper,
    .ais-price-ranges-list .ais-current-refined-values-item:focus .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-current-refined-values-item:hover .current-refinement-wrapper,
    .ais-hierarchical-menu-list .ais-current-refined-values-item:focus .current-refinement-wrapper {
      text-decoration: line-through; }

.ais-hierarchical-menu-list__lvl1 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.ais-hierarchical-menu-list__lvl2 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.ais-hierarchical-menu-list__lvl3 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.ais-hierarchical-menu-list__lvl4 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.ais-hierarchical-menu-list__lvl5 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.ais-hierarchical-menu-list__lvl6 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.ais-hierarchical-menu-list__lvl7 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.ais-hierarchical-menu-list__lvl8 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.ais-hierarchical-menu-list__lvl9 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.ais-hierarchical-menu-list__lvl10 .ais-hierarchical-menu-item {
  padding-left: 1rem; }

.has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option, .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option, .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option, .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option, .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option, .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option, .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option, .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option, .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option, .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option, .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option, .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option, .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option, .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option, .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option, .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option, .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option, .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option, .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option, .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option, .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option, .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option, .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option, .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option, .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option, .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option, .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option, .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option, .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option, .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option, .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option, .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option, .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option, .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option, .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option, .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border-radius: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); }
  .touchevents .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option:hover:before, .has-images .ais-RefinementList-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option:hover:before, .has-images .ais-RefinementList-list .touchevents .ais-current-refined-values-item .swatch-option:hover:before, .touchevents .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option:hover:before, .has-images .ais-RefinementList-list .touchevents .ais-price-ranges-item .swatch-option:hover:before, .touchevents .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option:hover:before, .has-images .ais-RefinementList-list .touchevents .ais-hierarchical-menu-item .swatch-option:hover:before, .touchevents .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:hover:before, .has-images .ais-current-refined-values-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option:hover:before, .has-images .ais-current-refined-values-list .touchevents .ais-current-refined-values-item .swatch-option:hover:before, .touchevents .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option:hover:before, .has-images .ais-current-refined-values-list .touchevents .ais-price-ranges-item .swatch-option:hover:before, .touchevents .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option:hover:before, .has-images .ais-current-refined-values-list .touchevents .ais-hierarchical-menu-item .swatch-option:hover:before, .touchevents .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option:hover:before, .has-images .ais-price-ranges-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option:hover:before, .has-images .ais-price-ranges-list .touchevents .ais-current-refined-values-item .swatch-option:hover:before, .touchevents .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option:hover:before, .has-images .ais-price-ranges-list .touchevents .ais-price-ranges-item .swatch-option:hover:before, .touchevents .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option:hover:before, .has-images .ais-price-ranges-list .touchevents .ais-hierarchical-menu-item .swatch-option:hover:before, .touchevents .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:hover:before, .has-images .ais-hierarchical-menu-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option:hover:before, .has-images .ais-hierarchical-menu-list .touchevents .ais-current-refined-values-item .swatch-option:hover:before, .touchevents .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option:hover:before, .has-images .ais-hierarchical-menu-list .touchevents .ais-price-ranges-item .swatch-option:hover:before, .touchevents .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option:hover:before, .has-images .ais-hierarchical-menu-list .touchevents .ais-hierarchical-menu-item .swatch-option:hover:before, .touchevents .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option:hover:before, .has-labels .ais-RefinementList-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option:hover:before, .has-labels .ais-RefinementList-list .touchevents .ais-current-refined-values-item .swatch-option:hover:before, .touchevents .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option:hover:before, .has-labels .ais-RefinementList-list .touchevents .ais-price-ranges-item .swatch-option:hover:before, .touchevents .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option:hover:before, .has-labels .ais-RefinementList-list .touchevents .ais-hierarchical-menu-item .swatch-option:hover:before, .touchevents .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:hover:before, .has-labels .ais-current-refined-values-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option:hover:before, .has-labels .ais-current-refined-values-list .touchevents .ais-current-refined-values-item .swatch-option:hover:before, .touchevents .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option:hover:before, .has-labels .ais-current-refined-values-list .touchevents .ais-price-ranges-item .swatch-option:hover:before, .touchevents .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option:hover:before, .has-labels .ais-current-refined-values-list .touchevents .ais-hierarchical-menu-item .swatch-option:hover:before, .touchevents .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option:hover:before, .has-labels .ais-price-ranges-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option:hover:before, .has-labels .ais-price-ranges-list .touchevents .ais-current-refined-values-item .swatch-option:hover:before, .touchevents .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option:hover:before, .has-labels .ais-price-ranges-list .touchevents .ais-price-ranges-item .swatch-option:hover:before, .touchevents .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option:hover:before, .has-labels .ais-price-ranges-list .touchevents .ais-hierarchical-menu-item .swatch-option:hover:before, .touchevents .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:hover:before, .has-labels .ais-hierarchical-menu-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option:hover:before, .has-labels .ais-hierarchical-menu-list .touchevents .ais-current-refined-values-item .swatch-option:hover:before, .touchevents .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option:hover:before, .has-labels .ais-hierarchical-menu-list .touchevents .ais-price-ranges-item .swatch-option:hover:before, .touchevents .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option:hover:before, .has-labels .ais-hierarchical-menu-list .touchevents .ais-hierarchical-menu-item .swatch-option:hover:before, .touchevents .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option:hover:before, .has-images-labels .ais-RefinementList-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:hover:before, .has-images-labels .ais-current-refined-values-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option:hover:before, .has-images-labels .ais-price-ranges-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:hover:before, .has-images-labels .ais-hierarchical-menu-list .touchevents .ais-RefinementList-item .swatch-option:hover:before, .touchevents .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option:focus:before, .has-images .ais-RefinementList-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option:focus:before, .has-images .ais-RefinementList-list .touchevents .ais-current-refined-values-item .swatch-option:focus:before, .touchevents .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option:focus:before, .has-images .ais-RefinementList-list .touchevents .ais-price-ranges-item .swatch-option:focus:before, .touchevents .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option:focus:before, .has-images .ais-RefinementList-list .touchevents .ais-hierarchical-menu-item .swatch-option:focus:before, .touchevents .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:focus:before, .has-images .ais-current-refined-values-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option:focus:before, .has-images .ais-current-refined-values-list .touchevents .ais-current-refined-values-item .swatch-option:focus:before, .touchevents .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option:focus:before, .has-images .ais-current-refined-values-list .touchevents .ais-price-ranges-item .swatch-option:focus:before, .touchevents .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option:focus:before, .has-images .ais-current-refined-values-list .touchevents .ais-hierarchical-menu-item .swatch-option:focus:before, .touchevents .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option:focus:before, .has-images .ais-price-ranges-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option:focus:before, .has-images .ais-price-ranges-list .touchevents .ais-current-refined-values-item .swatch-option:focus:before, .touchevents .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option:focus:before, .has-images .ais-price-ranges-list .touchevents .ais-price-ranges-item .swatch-option:focus:before, .touchevents .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option:focus:before, .has-images .ais-price-ranges-list .touchevents .ais-hierarchical-menu-item .swatch-option:focus:before, .touchevents .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:focus:before, .has-images .ais-hierarchical-menu-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option:focus:before, .has-images .ais-hierarchical-menu-list .touchevents .ais-current-refined-values-item .swatch-option:focus:before, .touchevents .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option:focus:before, .has-images .ais-hierarchical-menu-list .touchevents .ais-price-ranges-item .swatch-option:focus:before, .touchevents .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option:focus:before, .has-images .ais-hierarchical-menu-list .touchevents .ais-hierarchical-menu-item .swatch-option:focus:before, .touchevents .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option:focus:before, .has-labels .ais-RefinementList-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option:focus:before, .has-labels .ais-RefinementList-list .touchevents .ais-current-refined-values-item .swatch-option:focus:before, .touchevents .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option:focus:before, .has-labels .ais-RefinementList-list .touchevents .ais-price-ranges-item .swatch-option:focus:before, .touchevents .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option:focus:before, .has-labels .ais-RefinementList-list .touchevents .ais-hierarchical-menu-item .swatch-option:focus:before, .touchevents .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:focus:before, .has-labels .ais-current-refined-values-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option:focus:before, .has-labels .ais-current-refined-values-list .touchevents .ais-current-refined-values-item .swatch-option:focus:before, .touchevents .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option:focus:before, .has-labels .ais-current-refined-values-list .touchevents .ais-price-ranges-item .swatch-option:focus:before, .touchevents .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option:focus:before, .has-labels .ais-current-refined-values-list .touchevents .ais-hierarchical-menu-item .swatch-option:focus:before, .touchevents .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option:focus:before, .has-labels .ais-price-ranges-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option:focus:before, .has-labels .ais-price-ranges-list .touchevents .ais-current-refined-values-item .swatch-option:focus:before, .touchevents .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option:focus:before, .has-labels .ais-price-ranges-list .touchevents .ais-price-ranges-item .swatch-option:focus:before, .touchevents .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option:focus:before, .has-labels .ais-price-ranges-list .touchevents .ais-hierarchical-menu-item .swatch-option:focus:before, .touchevents .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:focus:before, .has-labels .ais-hierarchical-menu-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option:focus:before, .has-labels .ais-hierarchical-menu-list .touchevents .ais-current-refined-values-item .swatch-option:focus:before, .touchevents .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option:focus:before, .has-labels .ais-hierarchical-menu-list .touchevents .ais-price-ranges-item .swatch-option:focus:before, .touchevents .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option:focus:before, .has-labels .ais-hierarchical-menu-list .touchevents .ais-hierarchical-menu-item .swatch-option:focus:before, .touchevents .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option:focus:before, .has-images-labels .ais-RefinementList-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:focus:before, .has-images-labels .ais-current-refined-values-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option:focus:before, .has-images-labels .ais-price-ranges-list .touchevents .ais-RefinementList-item .swatch-option:focus:before, .touchevents .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:focus:before, .has-images-labels .ais-hierarchical-menu-list .touchevents .ais-RefinementList-item .swatch-option:focus:before {
    display: block; }
  .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option:hover:after, .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option:hover:after, .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option:hover:after, .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option:hover:after, .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:hover:after, .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option:hover:after, .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option:hover:after, .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option:hover:after, .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option:hover:after, .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option:hover:after, .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option:hover:after, .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option:hover:after, .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:hover:after, .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option:hover:after, .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option:hover:after, .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option:hover:after, .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option:hover:after, .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option:hover:after, .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option:hover:after, .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option:hover:after, .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:hover:after, .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option:hover:after, .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option:hover:after, .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option:hover:after, .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option:hover:after, .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option:hover:after, .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option:hover:after, .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option:hover:after, .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:hover:after, .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option:hover:after, .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option:hover:after, .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option:hover:after, .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option:hover:after, .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:hover:after, .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option:hover:after, .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:hover:after, .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option:focus:after, .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option:focus:after, .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option:focus:after, .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option:focus:after, .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:focus:after, .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option:focus:after, .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option:focus:after, .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option:focus:after, .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option:focus:after, .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option:focus:after, .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option:focus:after, .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option:focus:after, .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:focus:after, .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option:focus:after, .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option:focus:after, .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option:focus:after, .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option:focus:after, .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option:focus:after, .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option:focus:after, .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option:focus:after, .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:focus:after, .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option:focus:after, .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option:focus:after, .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option:focus:after, .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option:focus:after, .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option:focus:after, .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option:focus:after, .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option:focus:after, .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:focus:after, .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option:focus:after, .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option:focus:after, .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option:focus:after, .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option:focus:after, .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option:focus:after, .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option:focus:after, .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option:focus:after, .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option.selected:after, .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.selected:after, .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option.selected:after, .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.selected:after, .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.selected:after, .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.selected:after, .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option.selected:after, .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.selected:after, .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option.selected:after, .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.selected:after, .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.selected:after, .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.selected:after, .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.selected:after, .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.selected:after, .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option.selected:after, .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.selected:after, .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.selected:after, .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.selected:after, .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.selected:after, .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.selected:after, .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option.selected:after, .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.selected:after, .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.selected:after, .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.selected:after, .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.selected:after, .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.selected:after, .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.selected:after, .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.selected:after, .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option.checked:after, .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.checked:after, .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option.checked:after, .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.checked:after, .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.checked:after, .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.checked:after, .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.checked:after, .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.checked:after, .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option.checked:after, .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.checked:after, .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option.checked:after, .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.checked:after, .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.checked:after, .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.checked:after, .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.checked:after, .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.checked:after, .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.checked:after, .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.checked:after, .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option.checked:after, .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.checked:after, .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.checked:after, .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.checked:after, .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.checked:after, .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.checked:after, .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.checked:after, .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.checked:after, .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option.checked:after, .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.checked:after, .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.checked:after, .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.checked:after, .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.checked:after, .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.checked:after, .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.checked:after, .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.checked:after, .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.checked:after, .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.checked:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    background: url("../images/icon-active-swatch.svg") 50% no-repeat;
    background-size: 9px auto; }
  .product-items .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option, .has-images .ais-RefinementList-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option, .has-images .ais-RefinementList-list .product-items .ais-current-refined-values-item .swatch-option, .product-items .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option, .has-images .ais-RefinementList-list .product-items .ais-price-ranges-item .swatch-option, .product-items .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option, .has-images .ais-RefinementList-list .product-items .ais-hierarchical-menu-item .swatch-option, .product-items .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option, .has-images .ais-current-refined-values-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option, .has-images .ais-current-refined-values-list .product-items .ais-current-refined-values-item .swatch-option, .product-items .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option, .has-images .ais-current-refined-values-list .product-items .ais-price-ranges-item .swatch-option, .product-items .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option, .has-images .ais-current-refined-values-list .product-items .ais-hierarchical-menu-item .swatch-option, .product-items .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option, .has-images .ais-price-ranges-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option, .has-images .ais-price-ranges-list .product-items .ais-current-refined-values-item .swatch-option, .product-items .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option, .has-images .ais-price-ranges-list .product-items .ais-price-ranges-item .swatch-option, .product-items .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option, .has-images .ais-price-ranges-list .product-items .ais-hierarchical-menu-item .swatch-option, .product-items .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option, .has-images .ais-hierarchical-menu-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option, .has-images .ais-hierarchical-menu-list .product-items .ais-current-refined-values-item .swatch-option, .product-items .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option, .has-images .ais-hierarchical-menu-list .product-items .ais-price-ranges-item .swatch-option, .product-items .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option, .has-images .ais-hierarchical-menu-list .product-items .ais-hierarchical-menu-item .swatch-option, .product-items .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option, .has-labels .ais-RefinementList-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option, .has-labels .ais-RefinementList-list .product-items .ais-current-refined-values-item .swatch-option, .product-items .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option, .has-labels .ais-RefinementList-list .product-items .ais-price-ranges-item .swatch-option, .product-items .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option, .has-labels .ais-RefinementList-list .product-items .ais-hierarchical-menu-item .swatch-option, .product-items .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option, .has-labels .ais-current-refined-values-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option, .has-labels .ais-current-refined-values-list .product-items .ais-current-refined-values-item .swatch-option, .product-items .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option, .has-labels .ais-current-refined-values-list .product-items .ais-price-ranges-item .swatch-option, .product-items .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option, .has-labels .ais-current-refined-values-list .product-items .ais-hierarchical-menu-item .swatch-option, .product-items .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option, .has-labels .ais-price-ranges-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option, .has-labels .ais-price-ranges-list .product-items .ais-current-refined-values-item .swatch-option, .product-items .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option, .has-labels .ais-price-ranges-list .product-items .ais-price-ranges-item .swatch-option, .product-items .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option, .has-labels .ais-price-ranges-list .product-items .ais-hierarchical-menu-item .swatch-option, .product-items .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option, .has-labels .ais-hierarchical-menu-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option, .has-labels .ais-hierarchical-menu-list .product-items .ais-current-refined-values-item .swatch-option, .product-items .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option, .has-labels .ais-hierarchical-menu-list .product-items .ais-price-ranges-item .swatch-option, .product-items .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option, .has-labels .ais-hierarchical-menu-list .product-items .ais-hierarchical-menu-item .swatch-option, .product-items .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option, .has-images-labels .ais-RefinementList-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option, .has-images-labels .ais-current-refined-values-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option, .has-images-labels .ais-price-ranges-list .product-items .ais-RefinementList-item .swatch-option, .product-items .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option, .has-images-labels .ais-hierarchical-menu-list .product-items .ais-RefinementList-item .swatch-option {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: top;
    margin: 0.5rem;
    margin-left: 0; }
    .product-items .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option.selected, .has-images .ais-RefinementList-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.selected, .has-images .ais-RefinementList-list .product-items .ais-current-refined-values-item .swatch-option.selected, .product-items .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option.selected, .has-images .ais-RefinementList-list .product-items .ais-price-ranges-item .swatch-option.selected, .product-items .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.selected, .has-images .ais-RefinementList-list .product-items .ais-hierarchical-menu-item .swatch-option.selected, .product-items .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.selected, .has-images .ais-current-refined-values-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.selected, .has-images .ais-current-refined-values-list .product-items .ais-current-refined-values-item .swatch-option.selected, .product-items .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.selected, .has-images .ais-current-refined-values-list .product-items .ais-price-ranges-item .swatch-option.selected, .product-items .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.selected, .has-images .ais-current-refined-values-list .product-items .ais-hierarchical-menu-item .swatch-option.selected, .product-items .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option.selected, .has-images .ais-price-ranges-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.selected, .has-images .ais-price-ranges-list .product-items .ais-current-refined-values-item .swatch-option.selected, .product-items .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option.selected, .has-images .ais-price-ranges-list .product-items .ais-price-ranges-item .swatch-option.selected, .product-items .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.selected, .has-images .ais-price-ranges-list .product-items .ais-hierarchical-menu-item .swatch-option.selected, .product-items .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.selected, .has-images .ais-hierarchical-menu-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.selected, .has-images .ais-hierarchical-menu-list .product-items .ais-current-refined-values-item .swatch-option.selected, .product-items .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.selected, .has-images .ais-hierarchical-menu-list .product-items .ais-price-ranges-item .swatch-option.selected, .product-items .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.selected, .has-images .ais-hierarchical-menu-list .product-items .ais-hierarchical-menu-item .swatch-option.selected, .product-items .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.selected, .has-labels .ais-RefinementList-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.selected, .has-labels .ais-RefinementList-list .product-items .ais-current-refined-values-item .swatch-option.selected, .product-items .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option.selected, .has-labels .ais-RefinementList-list .product-items .ais-price-ranges-item .swatch-option.selected, .product-items .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.selected, .has-labels .ais-RefinementList-list .product-items .ais-hierarchical-menu-item .swatch-option.selected, .product-items .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.selected, .has-labels .ais-current-refined-values-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.selected, .has-labels .ais-current-refined-values-list .product-items .ais-current-refined-values-item .swatch-option.selected, .product-items .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.selected, .has-labels .ais-current-refined-values-list .product-items .ais-price-ranges-item .swatch-option.selected, .product-items .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.selected, .has-labels .ais-current-refined-values-list .product-items .ais-hierarchical-menu-item .swatch-option.selected, .product-items .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.selected, .has-labels .ais-price-ranges-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.selected, .has-labels .ais-price-ranges-list .product-items .ais-current-refined-values-item .swatch-option.selected, .product-items .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option.selected, .has-labels .ais-price-ranges-list .product-items .ais-price-ranges-item .swatch-option.selected, .product-items .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.selected, .has-labels .ais-price-ranges-list .product-items .ais-hierarchical-menu-item .swatch-option.selected, .product-items .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.selected, .has-labels .ais-hierarchical-menu-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.selected, .has-labels .ais-hierarchical-menu-list .product-items .ais-current-refined-values-item .swatch-option.selected, .product-items .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.selected, .has-labels .ais-hierarchical-menu-list .product-items .ais-price-ranges-item .swatch-option.selected, .product-items .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.selected, .has-labels .ais-hierarchical-menu-list .product-items .ais-hierarchical-menu-item .swatch-option.selected, .product-items .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.selected, .has-images-labels .ais-RefinementList-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.selected, .has-images-labels .ais-current-refined-values-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.selected, .has-images-labels .ais-price-ranges-list .product-items .ais-RefinementList-item .swatch-option.selected, .product-items .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.selected, .has-images-labels .ais-hierarchical-menu-list .product-items .ais-RefinementList-item .swatch-option.selected {
      height: 10px;
      -webkit-box-shadow: 0 0 0 1px #197e3e;
              box-shadow: 0 0 0 1px #197e3e; }
      .product-items .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option.selected:after, .has-images .ais-RefinementList-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.selected:after, .has-images .ais-RefinementList-list .product-items .ais-current-refined-values-item .swatch-option.selected:after, .product-items .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option.selected:after, .has-images .ais-RefinementList-list .product-items .ais-price-ranges-item .swatch-option.selected:after, .product-items .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-images .ais-RefinementList-list .product-items .ais-hierarchical-menu-item .swatch-option.selected:after, .product-items .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.selected:after, .has-images .ais-current-refined-values-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.selected:after, .has-images .ais-current-refined-values-list .product-items .ais-current-refined-values-item .swatch-option.selected:after, .product-items .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.selected:after, .has-images .ais-current-refined-values-list .product-items .ais-price-ranges-item .swatch-option.selected:after, .product-items .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-images .ais-current-refined-values-list .product-items .ais-hierarchical-menu-item .swatch-option.selected:after, .product-items .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option.selected:after, .has-images .ais-price-ranges-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.selected:after, .has-images .ais-price-ranges-list .product-items .ais-current-refined-values-item .swatch-option.selected:after, .product-items .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option.selected:after, .has-images .ais-price-ranges-list .product-items .ais-price-ranges-item .swatch-option.selected:after, .product-items .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-images .ais-price-ranges-list .product-items .ais-hierarchical-menu-item .swatch-option.selected:after, .product-items .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.selected:after, .has-images .ais-hierarchical-menu-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.selected:after, .has-images .ais-hierarchical-menu-list .product-items .ais-current-refined-values-item .swatch-option.selected:after, .product-items .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.selected:after, .has-images .ais-hierarchical-menu-list .product-items .ais-price-ranges-item .swatch-option.selected:after, .product-items .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-images .ais-hierarchical-menu-list .product-items .ais-hierarchical-menu-item .swatch-option.selected:after, .product-items .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.selected:after, .has-labels .ais-RefinementList-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.selected:after, .has-labels .ais-RefinementList-list .product-items .ais-current-refined-values-item .swatch-option.selected:after, .product-items .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option.selected:after, .has-labels .ais-RefinementList-list .product-items .ais-price-ranges-item .swatch-option.selected:after, .product-items .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-labels .ais-RefinementList-list .product-items .ais-hierarchical-menu-item .swatch-option.selected:after, .product-items .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.selected:after, .has-labels .ais-current-refined-values-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.selected:after, .has-labels .ais-current-refined-values-list .product-items .ais-current-refined-values-item .swatch-option.selected:after, .product-items .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.selected:after, .has-labels .ais-current-refined-values-list .product-items .ais-price-ranges-item .swatch-option.selected:after, .product-items .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-labels .ais-current-refined-values-list .product-items .ais-hierarchical-menu-item .swatch-option.selected:after, .product-items .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.selected:after, .has-labels .ais-price-ranges-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.selected:after, .has-labels .ais-price-ranges-list .product-items .ais-current-refined-values-item .swatch-option.selected:after, .product-items .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option.selected:after, .has-labels .ais-price-ranges-list .product-items .ais-price-ranges-item .swatch-option.selected:after, .product-items .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-labels .ais-price-ranges-list .product-items .ais-hierarchical-menu-item .swatch-option.selected:after, .product-items .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.selected:after, .has-labels .ais-hierarchical-menu-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.selected:after, .has-labels .ais-hierarchical-menu-list .product-items .ais-current-refined-values-item .swatch-option.selected:after, .product-items .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.selected:after, .has-labels .ais-hierarchical-menu-list .product-items .ais-price-ranges-item .swatch-option.selected:after, .product-items .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.selected:after, .has-labels .ais-hierarchical-menu-list .product-items .ais-hierarchical-menu-item .swatch-option.selected:after, .product-items .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.selected:after, .has-images-labels .ais-RefinementList-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.selected:after, .has-images-labels .ais-current-refined-values-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.selected:after, .has-images-labels .ais-price-ranges-list .product-items .ais-RefinementList-item .swatch-option.selected:after, .product-items .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.selected:after, .has-images-labels .ais-hierarchical-menu-list .product-items .ais-RefinementList-item .swatch-option.selected:after {
        display: none; }
  .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option.disabled, .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.disabled, .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option.disabled, .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.disabled, .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.disabled, .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.disabled, .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.disabled, .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.disabled, .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option.disabled, .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.disabled, .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option.disabled, .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.disabled, .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.disabled, .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.disabled, .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.disabled, .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.disabled, .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.disabled, .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.disabled, .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option.disabled, .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.disabled, .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.disabled, .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.disabled, .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.disabled, .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.disabled, .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.disabled, .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.disabled, .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option.disabled, .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.disabled, .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.disabled, .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.disabled, .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.disabled, .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.disabled, .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option.disabled, .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.disabled, .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option.disabled, .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.disabled {
    opacity: .25; }
  .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option[option-label="White"], .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option[option-label="White"], .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option[option-label="White"], .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option[option-label="White"], .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option[option-label="White"], .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option[option-label="White"], .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option[option-label="White"], .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option[option-label="White"], .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option[option-label="White"], .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option[option-label="White"], .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option[option-label="White"], .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option[option-label="White"], .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option[option-label="White"], .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option[option-label="White"], .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option[option-label="White"], .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option[option-label="White"], .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option[option-label="White"], .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option[option-label="White"], .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option[option-label="White"], .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option[option-label="White"], .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option[option-label="White"], .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option[option-label="White"], .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option[option-label="White"], .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option[option-label="White"], .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option[option-label="White"], .has-images .ais-RefinementList-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-images .ais-RefinementList-list .ais-current-refined-values-item .swatch-option[option-label="Hvit"], .has-images .ais-RefinementList-list .ais-price-ranges-item .swatch-option[option-label="Hvit"], .has-images .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option[option-label="Hvit"], .has-images .ais-current-refined-values-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-images .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option[option-label="Hvit"], .has-images .ais-current-refined-values-list .ais-price-ranges-item .swatch-option[option-label="Hvit"], .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option[option-label="Hvit"], .has-images .ais-price-ranges-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-images .ais-price-ranges-list .ais-current-refined-values-item .swatch-option[option-label="Hvit"], .has-images .ais-price-ranges-list .ais-price-ranges-item .swatch-option[option-label="Hvit"], .has-images .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option[option-label="Hvit"], .has-images .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option[option-label="Hvit"], .has-images .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option[option-label="Hvit"], .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option[option-label="Hvit"], .has-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-labels .ais-RefinementList-list .ais-current-refined-values-item .swatch-option[option-label="Hvit"], .has-labels .ais-RefinementList-list .ais-price-ranges-item .swatch-option[option-label="Hvit"], .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option[option-label="Hvit"], .has-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-labels .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option[option-label="Hvit"], .has-labels .ais-current-refined-values-list .ais-price-ranges-item .swatch-option[option-label="Hvit"], .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option[option-label="Hvit"], .has-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-labels .ais-price-ranges-list .ais-current-refined-values-item .swatch-option[option-label="Hvit"], .has-labels .ais-price-ranges-list .ais-price-ranges-item .swatch-option[option-label="Hvit"], .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option[option-label="Hvit"], .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option[option-label="Hvit"], .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option[option-label="Hvit"], .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option[option-label="Hvit"], .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option[option-label="Hvit"], .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option[option-label="Hvit"] {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }

.has-text-swatch .ais-RefinementList-list,
.has-text-swatch .ais-current-refined-values-list,
.has-text-swatch .ais-price-ranges-list,
.has-text-swatch .ais-hierarchical-menu-list {
  padding-top: 0;
  padding-bottom: 1rem;
  border-top: 0; }
  .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item,
  .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item,
  .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item,
  .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item,
  .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item,
  .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item,
  .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item,
  .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item,
  .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item,
  .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item,
  .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item,
  .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item,
  .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item,
  .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item,
  .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item,
  .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item {
    display: inline-block;
    vertical-align: top;
    min-width: 50px;
    margin: 0 5px 8px 0;
    cursor: pointer;
    font-size: 0;
    border: 0; }
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item[href="javascript:void();"],
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item[href="javascript:void();"],
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item[href="javascript:void();"],
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item[href="javascript:void();"],
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item[href="javascript:void();"],
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item[href="javascript:void();"],
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item[href="javascript:void();"],
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item[href="javascript:void();"],
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item[href="javascript:void();"],
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item[href="javascript:void();"],
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item[href="javascript:void();"],
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item[href="javascript:void();"],
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item[href="javascript:void();"],
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item[href="javascript:void();"],
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item[href="javascript:void();"],
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item[href="javascript:void();"] {
      display: none; }
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active .swatch-option.text,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-RefinementList--label,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .current-refinement-wrapper,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-price-ranges--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .ais-hierarchical-menu--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active .swatch-option.text {
      color: #fff;
      background-color: #197e3e; }
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label,
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper,
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link,
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link,
    .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text {
      width: auto;
      min-width: 50px;
      height: 36px;
      padding: 0 5px;
      line-height: 36px;
      position: relative;
      text-align: center;
      cursor: pointer;
      font-size: 0.9375rem;
      font-weight: 400;
      font-family: inherit;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
      background-color: #f7f7f7;
      cursor: pointer;
      letter-spacing: normal;
      word-spacing: normal; }
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label:before, .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text:before,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text:after {
        display: none; }
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label.disabled:before, .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link.disabled:after,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text.disabled:before,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text.disabled:after {
        display: none; }
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label:hover, .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text:hover,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text:focus,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text:hover,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text:focus,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text:hover,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text:focus,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text:hover,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text:hover,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text:focus,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text:hover,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text:focus,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text:hover,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text:focus,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text:hover,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text:focus,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text:hover,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link:focus,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text:hover,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text:focus {
        color: #fff;
        background-color: #197e3e; }
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-RefinementList-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-current-refined-values-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-price-ranges-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-RefinementList-list .ais-hierarchical-menu-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-RefinementList-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-current-refined-values-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-price-ranges-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-current-refined-values-list .ais-hierarchical-menu-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-RefinementList-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-current-refined-values-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-price-ranges-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-price-ranges-list .ais-hierarchical-menu-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-current-refined-values-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-price-ranges-item .swatch-option.text .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-RefinementList--label .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .current-refinement-wrapper .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-price-ranges--link .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .ais-hierarchical-menu--link .ais-RefinementList--count,
      .has-text-swatch .ais-hierarchical-menu-list .ais-hierarchical-menu-item .swatch-option.text .ais-RefinementList--count {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }

.has-images .ais-RefinementList-list,
.has-images .ais-current-refined-values-list,
.has-images .ais-price-ranges-list,
.has-images .ais-hierarchical-menu-list, .has-labels .ais-RefinementList-list,
.has-labels .ais-current-refined-values-list,
.has-labels .ais-price-ranges-list,
.has-labels .ais-hierarchical-menu-list {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .has-images .ais-RefinementList-list .ais-RefinementList-item,
  .has-images .ais-RefinementList-list .ais-current-refined-values-item,
  .has-images .ais-RefinementList-list .ais-price-ranges-item,
  .has-images .ais-RefinementList-list .ais-hierarchical-menu-item,
  .has-images .ais-current-refined-values-list .ais-RefinementList-item,
  .has-images .ais-current-refined-values-list .ais-current-refined-values-item,
  .has-images .ais-current-refined-values-list .ais-price-ranges-item,
  .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item,
  .has-images .ais-price-ranges-list .ais-RefinementList-item,
  .has-images .ais-price-ranges-list .ais-current-refined-values-item,
  .has-images .ais-price-ranges-list .ais-price-ranges-item,
  .has-images .ais-price-ranges-list .ais-hierarchical-menu-item,
  .has-images .ais-hierarchical-menu-list .ais-RefinementList-item,
  .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item,
  .has-images .ais-hierarchical-menu-list .ais-price-ranges-item,
  .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item, .has-labels .ais-RefinementList-list .ais-RefinementList-item,
  .has-labels .ais-RefinementList-list .ais-current-refined-values-item,
  .has-labels .ais-RefinementList-list .ais-price-ranges-item,
  .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item,
  .has-labels .ais-current-refined-values-list .ais-RefinementList-item,
  .has-labels .ais-current-refined-values-list .ais-current-refined-values-item,
  .has-labels .ais-current-refined-values-list .ais-price-ranges-item,
  .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item,
  .has-labels .ais-price-ranges-list .ais-RefinementList-item,
  .has-labels .ais-price-ranges-list .ais-current-refined-values-item,
  .has-labels .ais-price-ranges-list .ais-price-ranges-item,
  .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item,
  .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item,
  .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item,
  .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item,
  .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item {
    display: inline-block;
    vertical-align: top;
    border-radius: none;
    margin: 0 0 3px 4px;
    padding: 0 0 13px;
    position: relative;
    font-size: 0;
    margin-right: 3px;
    border: 0; }
    .has-images .ais-RefinementList-list .ais-RefinementList-item.checked:after, .has-images .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active:after,
    .has-images .ais-RefinementList-list .ais-current-refined-values-item.checked:after,
    .has-images .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active:after,
    .has-images .ais-RefinementList-list .ais-price-ranges-item.checked:after,
    .has-images .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active:after,
    .has-images .ais-RefinementList-list .ais-hierarchical-menu-item.checked:after,
    .has-images .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active:after,
    .has-images .ais-current-refined-values-list .ais-RefinementList-item.checked:after,
    .has-images .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active:after,
    .has-images .ais-current-refined-values-list .ais-current-refined-values-item.checked:after,
    .has-images .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active:after,
    .has-images .ais-current-refined-values-list .ais-price-ranges-item.checked:after,
    .has-images .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active:after,
    .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item.checked:after,
    .has-images .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active:after,
    .has-images .ais-price-ranges-list .ais-RefinementList-item.checked:after,
    .has-images .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active:after,
    .has-images .ais-price-ranges-list .ais-current-refined-values-item.checked:after,
    .has-images .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active:after,
    .has-images .ais-price-ranges-list .ais-price-ranges-item.checked:after,
    .has-images .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active:after,
    .has-images .ais-price-ranges-list .ais-hierarchical-menu-item.checked:after,
    .has-images .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active:after,
    .has-images .ais-hierarchical-menu-list .ais-RefinementList-item.checked:after,
    .has-images .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active:after,
    .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item.checked:after,
    .has-images .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active:after,
    .has-images .ais-hierarchical-menu-list .ais-price-ranges-item.checked:after,
    .has-images .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active:after,
    .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item.checked:after,
    .has-images .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active:after, .has-labels .ais-RefinementList-list .ais-RefinementList-item.checked:after, .has-labels .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item__active:after,
    .has-labels .ais-RefinementList-list .ais-current-refined-values-item.checked:after,
    .has-labels .ais-RefinementList-list .ais-current-refined-values-item.ais-RefinementList-item__active:after,
    .has-labels .ais-RefinementList-list .ais-price-ranges-item.checked:after,
    .has-labels .ais-RefinementList-list .ais-price-ranges-item.ais-RefinementList-item__active:after,
    .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item.checked:after,
    .has-labels .ais-RefinementList-list .ais-hierarchical-menu-item.ais-RefinementList-item__active:after,
    .has-labels .ais-current-refined-values-list .ais-RefinementList-item.checked:after,
    .has-labels .ais-current-refined-values-list .ais-RefinementList-item.ais-RefinementList-item__active:after,
    .has-labels .ais-current-refined-values-list .ais-current-refined-values-item.checked:after,
    .has-labels .ais-current-refined-values-list .ais-current-refined-values-item.ais-RefinementList-item__active:after,
    .has-labels .ais-current-refined-values-list .ais-price-ranges-item.checked:after,
    .has-labels .ais-current-refined-values-list .ais-price-ranges-item.ais-RefinementList-item__active:after,
    .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item.checked:after,
    .has-labels .ais-current-refined-values-list .ais-hierarchical-menu-item.ais-RefinementList-item__active:after,
    .has-labels .ais-price-ranges-list .ais-RefinementList-item.checked:after,
    .has-labels .ais-price-ranges-list .ais-RefinementList-item.ais-RefinementList-item__active:after,
    .has-labels .ais-price-ranges-list .ais-current-refined-values-item.checked:after,
    .has-labels .ais-price-ranges-list .ais-current-refined-values-item.ais-RefinementList-item__active:after,
    .has-labels .ais-price-ranges-list .ais-price-ranges-item.checked:after,
    .has-labels .ais-price-ranges-list .ais-price-ranges-item.ais-RefinementList-item__active:after,
    .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item.checked:after,
    .has-labels .ais-price-ranges-list .ais-hierarchical-menu-item.ais-RefinementList-item__active:after,
    .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item.checked:after,
    .has-labels .ais-hierarchical-menu-list .ais-RefinementList-item.ais-RefinementList-item__active:after,
    .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item.checked:after,
    .has-labels .ais-hierarchical-menu-list .ais-current-refined-values-item.ais-RefinementList-item__active:after,
    .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item.checked:after,
    .has-labels .ais-hierarchical-menu-list .ais-price-ranges-item.ais-RefinementList-item__active:after,
    .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item.checked:after,
    .has-labels .ais-hierarchical-menu-list .ais-hierarchical-menu-item.ais-RefinementList-item__active:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      width: 100%;
      height: 100%;
      background: url("../images/icon-active-swatch.svg") 50% no-repeat;
      background-size: 9px auto; }

.has-images-labels .ais-RefinementList-list,
.has-images-labels .ais-current-refined-values-list,
.has-images-labels .ais-price-ranges-list,
.has-images-labels .ais-hierarchical-menu-list {
  font-size: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .has-images-labels .ais-RefinementList-list .ais-RefinementList-item,
  .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item,
  .has-images-labels .ais-price-ranges-list .ais-RefinementList-item,
  .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 0.76125rem;
    font-weight: 300;
    color: #000;
    padding: 0.25rem 1.8rem 0.25rem 0.25rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    @media screen and (min-width: 75em) {
      .has-images-labels .ais-RefinementList-list .ais-RefinementList-item,
      .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item,
      .has-images-labels .ais-price-ranges-list .ais-RefinementList-item,
      .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item {
        font-size: 0.875rem; } }
    .has-images-labels .ais-RefinementList-list .ais-RefinementList-item:last-child,
    .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item:last-child,
    .has-images-labels .ais-price-ranges-list .ais-RefinementList-item:last-child,
    .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item:last-child {
      border-bottom: 0; }
    .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .swatch-option,
    .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .swatch-option,
    .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .swatch-option,
    .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .swatch-option {
      width: 1.5em;
      height: 1.5em; }
    .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .label,
    .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .label,
    .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .label,
    .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .label {
      cursor: inherit;
      text-decoration: none;
      margin-left: .25rem;
      padding: 0;
      vertical-align: middle;
      color: #000;
      font-size: inherit;
      line-height: inherit;
      white-space: normal;
      background: none; }
    .has-images-labels .ais-RefinementList-list .ais-RefinementList-item:hover,
    .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item:hover,
    .has-images-labels .ais-price-ranges-list .ais-RefinementList-item:hover,
    .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item:hover {
      color: #000;
      background-color: rgba(0, 0, 0, 0.02);
      text-decoration: none; }
      .has-images-labels .ais-RefinementList-list .ais-RefinementList-item:hover .label,
      .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item:hover .label,
      .has-images-labels .ais-price-ranges-list .ais-RefinementList-item:hover .label,
      .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item:hover .label {
        text-decoration: underline; }
    .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .count,
    .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .count,
    .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .count,
    .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .count {
      display: inline-block;
      vertical-align: middle;
      color: #737373;
      font-size: 85%; }
      .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .count:before,
      .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .count:before,
      .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .count:before,
      .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .count:before {
        content: '('; }
      .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .count:after,
      .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .count:after,
      .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .count:after,
      .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .count:after {
        content: ')'; }
      .has-images-labels .ais-RefinementList-list .ais-RefinementList-item .count .filter-count-label,
      .has-images-labels .ais-current-refined-values-list .ais-RefinementList-item .count .filter-count-label,
      .has-images-labels .ais-price-ranges-list .ais-RefinementList-item .count .filter-count-label,
      .has-images-labels .ais-hierarchical-menu-list .ais-RefinementList-item .count .filter-count-label {
        position: absolute !important;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0); }

.ais-price-ranges--form {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .ais-price-ranges--form .ais-price-ranges--label {
    display: table-cell;
    width: 40%;
    line-height: 1;
    position: relative; }
    .ais-price-ranges--form .ais-price-ranges--label .ais-price-ranges--currency {
      position: absolute;
      top: 3px;
      left: 3px;
      text-transform: uppercase; }
  .ais-price-ranges--form .ais-price-ranges--separator {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: center; }
  .ais-price-ranges--form .ais-price-ranges--button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.92em 1em 0.96em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #197e3e;
    color: #fff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background-color: #303030;
    color: #fff; }
    [data-whatinput='mouse'] .ais-price-ranges--form .ais-price-ranges--button {
      outline: 0; }
    .ais-price-ranges--form .ais-price-ranges--button:hover, .ais-price-ranges--form .ais-price-ranges--button:focus {
      background-color: #1a5d39;
      color: #fff; }
    .ais-price-ranges--form .ais-price-ranges--button:active {
      color: rgba(255, 255, 255, 0.8) !important; }
    .ais-price-ranges--form .ais-price-ranges--button:hover, .ais-price-ranges--form .ais-price-ranges--button:focus {
      background-color: black;
      color: #fff; }

.ais-range-slider--target {
  position: relative;
  margin-right: 17px;
  font-size: 0.875rem;
  font-weight: inherit;
  color: inherit; }
  .ais-range-slider--target:after {
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    left: 100%;
    top: 50%;
    height: 1px;
    margin-top: -1px;
    background: #969696; }
  .ais-range-slider--target .ais-range-slider--base {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0.5rem 1.0625rem 0.625rem 0;
    border-top: 1px solid #969696;
    z-index: 1; }
  .ais-range-slider--target .ais-range-slider--origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }
  .ais-range-slider--target .ais-range-slider--handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #303030;
    border-radius: 100%;
    border: none;
    top: -10px;
    margin-left: -1px;
    margin-top: 0;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none; }
    .ais-range-slider--target .ais-range-slider--handle:focus {
      outline: none; }
  .ais-range-slider--target .ais-range-slider--connect {
    background: #a0a0a0; }
  .ais-range-slider--target .ais-range-slider--marker {
    display: none; }
  .ais-range-slider--target .ais-range-slider--active .ais-range-slider--tooltip {
    opacity: 1; }
  .ais-range-slider--target .ais-range-slider--tooltip {
    opacity: 0;
    min-width: 1.875rem;
    position: absolute;
    color: #fff;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0.3125rem;
    padding: 0.125rem 0.3125rem;
    font-size: 0.6875rem;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    background: #303030;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .ais-range-slider--target .ais-range-slider--tooltip:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #303030 transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .ais-range-slider--target .ais-range-slider--pips {
    position: relative;
    margin-right: 17px; }
    .ais-range-slider--target .ais-range-slider--pips .ais-range-slider--value {
      display: none;
      position: absolute;
      padding-top: 0.1875rem;
      text-align: center; }
      .ais-range-slider--target .ais-range-slider--pips .ais-range-slider--value:nth-child(2), .ais-range-slider--target .ais-range-slider--pips .ais-range-slider--value:last-child {
        display: block; }

.rheostat {
  position: relative;
  margin-right: 17px;
  font-size: 0.875rem;
  font-weight: inherit;
  color: inherit; }
  .rheostat:after {
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    left: 100%;
    top: 0;
    height: 1px;
    background: #969696; }
  .rheostat .rheostat-background {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0.5rem 1.0625rem 0.625rem 0;
    border-top: 1px solid #969696;
    z-index: 1; }
  .rheostat .ais-range-slider--marker {
    margin-left: 0 !important;
    position: absolute;
    padding-top: 0.1875rem;
    text-align: center; }
    .rheostat .ais-range-slider--marker .ais-range-slider--value {
      display: none; }
  .rheostat .ais-range-slider--marker.ais-range-slider--marker-large:last-child {
    left: auto !important;
    right: -17px; }
    .rheostat .ais-range-slider--marker.ais-range-slider--marker-large:last-child .ais-range-slider--value {
      display: block; }
  .rheostat .rheostat-progress + .ais-range-slider--marker.ais-range-slider--marker-large .ais-range-slider--value {
    display: block; }
  .rheostat .ais-range-slider--handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #303030;
    border-radius: 100%;
    border: none;
    top: -10px;
    margin-left: -1px;
    margin-top: 0;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none; }
    .rheostat .ais-range-slider--handle:focus, .rheostat .ais-range-slider--handle:active, .rheostat .ais-range-slider--handle:hover {
      outline: none; }
      .rheostat .ais-range-slider--handle:focus .ais-range-slider--tooltip, .rheostat .ais-range-slider--handle:active .ais-range-slider--tooltip, .rheostat .ais-range-slider--handle:hover .ais-range-slider--tooltip {
        opacity: 1; }
    .rheostat .ais-range-slider--handle .ais-range-slider--tooltip {
      opacity: 0;
      min-width: 1.875rem;
      position: absolute;
      color: #fff;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-bottom: 0.3125rem;
      padding: 0.125rem 0.3125rem;
      font-size: 0.6875rem;
      line-height: 1.2;
      text-align: center;
      white-space: nowrap;
      background: #303030;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .rheostat .ais-range-slider--handle .ais-range-slider--tooltip:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #303030 transparent transparent transparent;
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }

.pages-grid .ais-hits {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .pages-grid .ais-hits {
      margin-bottom: 1.5rem; } }
  .pages-grid .ais-hits .extra-title, .pages-grid .ais-hits .block.grid .block-title strong, .block.grid .block-title .pages-grid .ais-hits strong, .pages-grid .ais-hits .block.related .block-title strong, .block.related .block-title .pages-grid .ais-hits strong, .pages-grid .ais-hits .block.crosssell .block-title strong, .block.crosssell .block-title .pages-grid .ais-hits strong, .pages-grid .ais-hits .block.upsell .block-title strong, .block.upsell .block-title .pages-grid .ais-hits strong, .pages-grid .ais-hits .block.block-new-products-names .block-title strong, .block.block-new-products-names .block-title .pages-grid .ais-hits strong {
    font-size: 1.375rem;
    font-weight: 400; }

.pages-grid .ais-hits--body {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  .pages-grid .ais-hits--body::before, .pages-grid .ais-hits--body::after {
    display: table;
    content: ' '; }
  .pages-grid .ais-hits--body::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .pages-grid .ais-hits--body {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.pages-grid .ais-hits-item {
  width: 100%;
  float: left;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .pages-grid .ais-hits-item {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .pages-grid .ais-hits-item:last-child:not(:first-child) {
    float: right; }
  .pages-grid .ais-hits-item:last-child:last-child {
    float: left; }
  @media print, screen and (min-width: 64em) {
    .pages-grid .ais-hits-item {
      width: 50%;
      margin-bottom: 1.5rem; } }
  .pages-grid .ais-hits-item:nth-child(odd) {
    clear: left; }

.pages-grid .ais-hits--more-items {
  display: inline-block;
  color: #197e3e;
  cursor: pointer; }
  .pages-grid .ais-hits--more-items .text {
    text-decoration: underline; }
  .pages-grid .ais-hits--more-items .count {
    color: #000; }
  .pages-grid .ais-hits--more-items:hover .text {
    text-decoration: none; }

.pages-grid .algoliasearch-page-hit {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: .25rem; }
  .pages-grid .algoliasearch-page-hit em {
    font-style: normal; }

.column.main .ais-infinite-hits--showmore, .main.columns .ais-infinite-hits--showmore {
  color: #197e3e;
  font-size: 1rem;
  font-family: "brandon-grotesque", sans-serif;
  margin: 1rem auto;
  position: relative;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 7.5rem;
  height: 7.5rem;
  clear: both; }
  .column.main .ais-infinite-hits--showmore button, .main.columns .ais-infinite-hits--showmore button {
    display: table-cell;
    text-decoration: none;
    height: 7.5rem;
    line-height: 1.1;
    vertical-align: middle;
    width: 7.5rem; }
  .column.main .ais-infinite-hits--showmore:before, .main.columns .ais-infinite-hits--showmore:before {
    border: 2px solid #197e3e;
    border-radius: 100%;
    content: "";
    height: 7.5rem;
    left: 0;
    position: absolute;
    width: 7.5rem; }
  .column.main .ais-infinite-hits--showmore:after, .main.columns .ais-infinite-hits--showmore:after {
    display: block;
    content: "";
    position: absolute;
    margin: 0 auto;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: white;
    -webkit-animation: spin-loading-more 1s linear infinite;
    animation: spin-loading-more 1s linear infinite;
    -webkit-transform-origin: -3.28125rem 0.46875rem;
    transform-origin: -3.28125rem 0.46875rem;
    border-radius: 50%;
    top: 3.28125rem;
    left: 7.03125rem; }
  .column.main .ais-infinite-hits--showmore:hover, .main.columns .ais-infinite-hits--showmore:hover {
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer; }
    .column.main .ais-infinite-hits--showmore:hover:before, .main.columns .ais-infinite-hits--showmore:hover:before {
      border-color: rgba(0, 0, 0, 0.9); }

.ais-Panel {
  position: relative;
  border: none !important;
  margin-bottom: 0 !important; }
  .ais-Panel a {
    text-decoration: none; }
  .ais-Panel .ais-Panel-header,
  .ais-Panel .ais-Panel-body {
    padding: 0;
    background: transparent; }
  .ais-Panel .ais-Panel-header {
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.375rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.2;
    padding: 0;
    background: transparent;
    padding-bottom: 0.75rem;
    padding-left: 0.25rem;
    text-transform: uppercase; }
    .ais-Panel .ais-Panel-header::before, .ais-Panel .ais-Panel-header::after {
      display: table;
      content: ' '; }
    .ais-Panel .ais-Panel-header::after {
      clear: both; }
  .ais-Panel .ais-Panel-body {
    padding-top: 0;
    margin-bottom: 2.5rem; }
    .ais-Panel .ais-Panel-body.ais-range-slider--body {
      padding-top: .75rem;
      padding-bottom: 3.5rem; }
  .ais-Panel .ais-RefinementList-searchBox {
    display: none; }
  .ais-Panel .ais-RefinementList-list,
  .ais-Panel .ais-CurrentRefinements-list,
  .ais-Panel .ais-HierarchicalMenu-list {
    font-size: 0.875rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .ais-Panel .ais-RefinementList-list .ais-RefinementList-item:after,
    .ais-Panel .ais-RefinementList-list .ais-CurrentRefinements-item:after,
    .ais-Panel .ais-RefinementList-list .ais-HierarchicalMenu-item:after,
    .ais-Panel .ais-CurrentRefinements-list .ais-RefinementList-item:after,
    .ais-Panel .ais-CurrentRefinements-list .ais-CurrentRefinements-item:after,
    .ais-Panel .ais-CurrentRefinements-list .ais-HierarchicalMenu-item:after,
    .ais-Panel .ais-HierarchicalMenu-list .ais-RefinementList-item:after,
    .ais-Panel .ais-HierarchicalMenu-list .ais-CurrentRefinements-item:after,
    .ais-Panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item:after {
      display: none; }
    .ais-Panel .ais-RefinementList-list .ais-CurrentRefinements-item,
    .ais-Panel .ais-RefinementList-list .ais-HierarchicalMenu-item,
    .ais-Panel .ais-CurrentRefinements-list .ais-CurrentRefinements-item,
    .ais-Panel .ais-CurrentRefinements-list .ais-HierarchicalMenu-item,
    .ais-Panel .ais-HierarchicalMenu-list .ais-CurrentRefinements-item,
    .ais-Panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding: 0; }
      .ais-Panel .ais-RefinementList-list .ais-CurrentRefinements-item:last-child,
      .ais-Panel .ais-RefinementList-list .ais-HierarchicalMenu-item:last-child,
      .ais-Panel .ais-CurrentRefinements-list .ais-CurrentRefinements-item:last-child,
      .ais-Panel .ais-CurrentRefinements-list .ais-HierarchicalMenu-item:last-child,
      .ais-Panel .ais-HierarchicalMenu-list .ais-CurrentRefinements-item:last-child,
      .ais-Panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item:last-child {
        border-bottom: 0; }
      .ais-Panel .ais-RefinementList-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link,
      .ais-Panel .ais-RefinementList-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link,
      .ais-Panel .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link,
      .ais-Panel .ais-CurrentRefinements-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link,
      .ais-Panel .ais-HierarchicalMenu-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link,
      .ais-Panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link {
        display: block;
        text-transform: uppercase;
        font-family: inherit;
        font-size: 0.875rem;
        font-weight: 300;
        color: #000;
        line-height: 1.7;
        padding: 0.25rem 1.8rem 0.25rem 0.25rem;
        cursor: pointer;
        position: relative; }
        .ais-Panel .ais-RefinementList-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link:hover,
        .ais-Panel .ais-RefinementList-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link:hover,
        .ais-Panel .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link:hover,
        .ais-Panel .ais-CurrentRefinements-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link:hover,
        .ais-Panel .ais-HierarchicalMenu-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link:hover,
        .ais-Panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link:hover {
          color: #000;
          background-color: rgba(0, 0, 0, 0.02);
          text-decoration: underline; }
        .ais-Panel .ais-RefinementList-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected,
        .ais-Panel .ais-RefinementList-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected,
        .ais-Panel .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected,
        .ais-Panel .ais-CurrentRefinements-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected,
        .ais-Panel .ais-HierarchicalMenu-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected,
        .ais-Panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected {
          font-weight: bold; }
          .ais-Panel .ais-RefinementList-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected:before,
          .ais-Panel .ais-RefinementList-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected:before,
          .ais-Panel .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected:before,
          .ais-Panel .ais-CurrentRefinements-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected:before,
          .ais-Panel .ais-HierarchicalMenu-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected:before,
          .ais-Panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected:before {
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url("../images/icon-valid-black.svg") 0 50% no-repeat;
            background-size: 12px auto;
            position: relative;
            top: 3px; }
          .ais-Panel .ais-RefinementList-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected .cross-circle,
          .ais-Panel .ais-RefinementList-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected .cross-circle,
          .ais-Panel .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected .cross-circle,
          .ais-Panel .ais-CurrentRefinements-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected .cross-circle,
          .ais-Panel .ais-HierarchicalMenu-list .ais-CurrentRefinements-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected .cross-circle,
          .ais-Panel .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item .ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected .cross-circle {
            display: none; }
  .ais-Panel .ais-RangeSlider {
    margin: 0 10px;
    padding-top: .75rem;
    padding-bottom: 3.5rem; }
    .ais-Panel .ais-RangeSlider .rheostat {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0; }
      .ais-Panel .ais-RangeSlider .rheostat:after {
        display: none; }
      .ais-Panel .ais-RangeSlider .rheostat .rheostat-background {
        background-color: #969696;
        height: 1px; }
      .ais-Panel .ais-RangeSlider .rheostat .rheostat-progress {
        display: none; }
      .ais-Panel .ais-RangeSlider .rheostat .rheostat-handle {
        position: absolute;
        z-index: 2;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #303030;
        border-radius: 100%;
        border: none;
        top: -10px;
        margin-top: 0;
        margin-left: -10px;
        cursor: pointer;
        -ms-touch-action: none;
        touch-action: none; }

.ais-ClearRefinements .ais-ClearRefinements-button {
  background-color: #303030;
  color: #fff;
  margin-bottom: 1rem; }
  .ais-ClearRefinements .ais-ClearRefinements-button:hover, .ais-ClearRefinements .ais-ClearRefinements-button:focus {
    background-color: black;
    color: #fff; }

.ais-CurrentRefinements {
  display: none; }

.convert-label-container {
  width: 3.75rem;
  left: auto;
  position: absolute;
  right: 4px;
  top: 4px;
  line-height: normal;
  display: block;
  font-weight: 700;
  z-index: 3;
  height: 3.75rem !important; }
  @media screen and (min-width: 75em) {
    .convert-label-container {
      width: 5.625rem;
      top: 12px !important;
      right: 14px !important;
      height: 5.625rem !important; } }
  .convert-label-container .convert-label {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
    line-height: 3.75rem; }
    @media screen and (min-width: 75em) {
      .convert-label-container .convert-label {
        line-height: 5.625rem; } }
    .convert-label-container .convert-label-discount {
      background: #d20d0d;
      font-size: 1.375rem; }
      .convert-label-container .convert-label-discount .convert-label-text {
        color: #fff; }
        .convert-label-container .convert-label-discount .convert-label-text b,
        .convert-label-container .convert-label-discount .convert-label-text strong {
          font-size: 1.375rem;
          font-family: "brandon-grotesque", sans-serif;
          font-weight: 700; }
          .checkout-cart-index .cart-container .convert-label-container .convert-label-discount .convert-label-text b,
          .courses-list .convert-label-container .convert-label-discount .convert-label-text b,
          .table-order-items .convert-label-container .convert-label-discount .convert-label-text b,
          .form-wishlist-items .convert-label-container .convert-label-discount .convert-label-text b,
          .add-to-cart-popup .convert-label-container .convert-label-discount .convert-label-text b, .checkout-cart-index .cart-container
          .convert-label-container .convert-label-discount .convert-label-text strong,
          .courses-list
          .convert-label-container .convert-label-discount .convert-label-text strong,
          .table-order-items
          .convert-label-container .convert-label-discount .convert-label-text strong,
          .form-wishlist-items
          .convert-label-container .convert-label-discount .convert-label-text strong,
          .add-to-cart-popup
          .convert-label-container .convert-label-discount .convert-label-text strong {
            font-size: 1rem; }
        .convert-label-container .convert-label-discount .convert-label-text span {
          display: none;
          font-size: 0.6875rem;
          font-family: "brandon-grotesque", sans-serif;
          font-weight: 400;
          color: inherit;
          margin: .5rem auto 0;
          max-width: 75%;
          white-space: nowrap;
          text-transform: uppercase; }
        @media screen and (min-width: 75em) {
          .convert-label-container .convert-label-discount .convert-label-text {
            width: 5.625rem !important;
            font-size: 1.25rem;
            height: 5.625rem !important; } }
    .convert-label-container .convert-label-is_new {
      text-transform: none;
      background: #000;
      font-size: 0.8125rem; }
      @media screen and (min-width: 75em) {
        .convert-label-container .convert-label-is_new {
          font-size: 1.25rem; } }
      .convert-label-container .convert-label-is_new .convert-label-text {
        color: #fff; }

.product.media .convert-label-container {
  z-index: 2;
  top: 15px !important;
  right: 35px !important; }

@media print, screen and (min-width: 40em) {
  .shipping-bar-wrapper .breadcrumbs {
    width: 50%; } }

.shipping-bar-wrapper .shipping-bar-container {
  display: block; }
  .shipping-bar-wrapper .shipping-bar-container .shipping-bar .progress-text {
    font-size: 0.9375rem;
    line-height: 1; }
  .shipping-bar-wrapper .shipping-bar-container .shipping-bar .progress-graph {
    height: 0.8125rem; }
  @media print, screen and (min-width: 40em) {
    .shipping-bar-wrapper .shipping-bar-container {
      width: 50%; } }
  @media print, screen and (min-width: 64em) {
    .shipping-bar-wrapper .shipping-bar-container .shipping-bar .progress-text {
      width: 70%; }
    .shipping-bar-wrapper .shipping-bar-container .shipping-bar .progress-graph {
      width: 30%; } }

strong,
b,
.switch {
  font-weight: 500; }

.switch {
  color: #197e3e; }

h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase; }
  h2 strong,
  h2 b,
  h3 strong,
  h3 b,
  h4 strong,
  h4 b,
  h5 strong,
  h5 b,
  h6 strong,
  h6 b {
    font-weight: inherit; }

h4,
h5,
h6 {
  font-weight: 500; }

.block-title strong,
.block-title b {
  font-weight: 300; }

.button.light, footer.page-footer .newsletter .form.subscribe .actions .action {
  border: 1px solid #303030;
  color: #303030;
  -webkit-box-shadow: inset 0 0 0 1px #303030;
          box-shadow: inset 0 0 0 1px #303030;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .button.light, footer.page-footer .newsletter .form.subscribe .actions .action, .button.light:hover, footer.page-footer .newsletter .form.subscribe .actions .action:hover, .button.light:focus, footer.page-footer .newsletter .form.subscribe .actions .action:focus {
    background-color: transparent; }
  .button.light:hover, footer.page-footer .newsletter .form.subscribe .actions .action:hover, .button.light:focus, footer.page-footer .newsletter .form.subscribe .actions .action:focus {
    border-color: #181818;
    color: #181818;
    -webkit-box-shadow: inset 0 0 0 1px #181818;
            box-shadow: inset 0 0 0 1px #181818; }

.button.primary-light {
  border: 1px solid #197e3e;
  color: #197e3e;
  -webkit-box-shadow: inset 0 0 0 1px #197e3e;
          box-shadow: inset 0 0 0 1px #197e3e;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .button.primary-light, .button.primary-light:hover, .button.primary-light:focus {
    background-color: transparent; }
  .button.primary-light:hover, .button.primary-light:focus {
    border-color: #0d3f1f;
    color: #0d3f1f;
    -webkit-box-shadow: inset 0 0 0 1px #0d3f1f;
            box-shadow: inset 0 0 0 1px #0d3f1f; }

.button.small, footer.page-footer .newsletter .form.subscribe .actions .action {
  padding: 1.036em 1em; }

.action.showcart .counter {
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff; }
  body.is-sticky .action.showcart .counter {
    bottom: 0;
    top: 7px; }

.header-row {
  background-color: #fff; }

.page-header .navigation > .ui-menu > li a {
  white-space: nowrap; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .page-header .navigation > .ui-menu > li.menu-item-home {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); } }

.page-header .navigation > .ui-menu.nav-extra {
  margin-left: 0; }
  .page-header .navigation > .ui-menu.nav-extra > .ui-menu-item > a {
    font-weight: 400; }

.page-header .action.search, .page-header #algolia-searchbox #algolia-glass, #algolia-searchbox .page-header #algolia-glass,
.page-header #algolia-searchbox .ais-search-box--magnifier-wrapper, #algolia-searchbox .page-header .ais-search-box--magnifier-wrapper, .page-header .ais-root .searchbox .sbx-sffv__submit, .ais-root .searchbox .page-header .sbx-sffv__submit,
.page-header .ais-root .searchbox .sbx-sffv__reset, .ais-root .searchbox .page-header .sbx-sffv__reset {
  opacity: .75;
  background-position: 100% 50%;
  outline: none; }
  .page-header .action.search:hover, .page-header #algolia-searchbox #algolia-glass:hover, #algolia-searchbox .page-header #algolia-glass:hover,
  .page-header #algolia-searchbox .ais-search-box--magnifier-wrapper:hover, #algolia-searchbox .page-header .ais-search-box--magnifier-wrapper:hover, .page-header .ais-root .searchbox .sbx-sffv__submit:hover, .ais-root .searchbox .page-header .sbx-sffv__submit:hover,
  .page-header .ais-root .searchbox .sbx-sffv__reset:hover, .ais-root .searchbox .page-header .sbx-sffv__reset:hover, .page-header .action.search:focus, .page-header #algolia-searchbox #algolia-glass:focus, #algolia-searchbox .page-header #algolia-glass:focus,
  .page-header #algolia-searchbox .ais-search-box--magnifier-wrapper:focus, #algolia-searchbox .page-header .ais-search-box--magnifier-wrapper:focus, .page-header .ais-root .searchbox .sbx-sffv__submit:focus, .ais-root .searchbox .page-header .sbx-sffv__submit:focus,
  .page-header .ais-root .searchbox .sbx-sffv__reset:focus, .ais-root .searchbox .page-header .sbx-sffv__reset:focus {
    opacity: 1;
    background-color: transparent; }

.page-header .top-links li {
  margin: .05rem 0; }
  @media screen and (min-width: 48em) {
    .page-header .top-links li {
      margin: .25rem 0; } }
  .page-header .top-links li:last-child a {
    padding-right: 0; }

.header .tab-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header .tab-bar .middle-side {
    padding-left: 0;
    padding-right: 0; }
  .header .tab-bar .nav-toggle {
    margin-right: 0.4375rem; }

.header .minisearch .control .input-text {
  border-bottom-width: 2px; }

.header .navigation > ul,
.header .navigation > .ui-menu {
  display: inline;
  font-size: 0; }
  .header .navigation > ul > li,
  .header .navigation > .ui-menu > li {
    display: inline-block; }
  .header .navigation > ul.nav-extra,
  .header .navigation > .ui-menu.nav-extra {
    margin-left: 0; }
    .header .navigation > ul.nav-extra > .ui-menu-item > a.ui-state-focus,
    .header .navigation > .ui-menu.nav-extra > .ui-menu-item > a.ui-state-focus {
      color: #fff; }
  .header .navigation > ul > li.menu-type-subcategories > .submenu,
  .header .navigation > ul > .ui-menu-item.menu-type-subcategories > .submenu,
  .header .navigation > .ui-menu > li.menu-type-subcategories > .submenu,
  .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu {
    width: 46.875rem;
    padding-bottom: 1.4rem;
    font-size: 0; }
    @media screen and (min-width: 75em) {
      .header .navigation > ul > li.menu-type-subcategories > .submenu,
      .header .navigation > ul > .ui-menu-item.menu-type-subcategories > .submenu,
      .header .navigation > .ui-menu > li.menu-type-subcategories > .submenu,
      .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu {
        width: 58.75rem; } }
    .header .navigation > ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
    .header .navigation > ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
    .header .navigation > .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
    .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item {
      float: none;
      display: inline-block;
      vertical-align: top;
      font-size: 1rem; }
      @media screen and (min-width: 48em) {
        .header .navigation > ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
        .header .navigation > ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
        .header .navigation > .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
        .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item {
          width: 25%; } }
      .header .navigation > ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item a,
      .header .navigation > ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item a,
      .header .navigation > .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item a,
      .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item a {
        font-weight: bold; }
      .header .navigation > ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a,
      .header .navigation > ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a,
      .header .navigation > .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a,
      .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > .submenu a {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif; }
      .header .navigation > ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
      .header .navigation > ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
      .header .navigation > .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
      .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a {
        font-size: 0.875rem; }
        @media screen and (min-width: 75em) {
          .header .navigation > ul > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
          .header .navigation > ul > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
          .header .navigation > .ui-menu > li.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a,
          .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item > a {
            font-size: 0.9375rem; } }
  .header .navigation > ul > li.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over,
  .header .navigation > ul > .ui-menu-item.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over,
  .header .navigation > .ui-menu > li.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over,
  .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto 1fr; }
    .header .navigation > ul > li.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
    .header .navigation > ul > .ui-menu-item.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
    .header .navigation > .ui-menu > li.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item,
    .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item {
      grid-row: 1 / -1;
      width: auto; }
      .header .navigation > ul > li.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item:nth-child(-n+4).is-featured,
      .header .navigation > ul > .ui-menu-item.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item:nth-child(-n+4).is-featured,
      .header .navigation > .ui-menu > li.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item:nth-child(-n+4).is-featured,
      .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item:nth-child(-n+4).is-featured {
        grid-row: 1;
        margin-bottom: 2rem; }
      .header .navigation > ul > li.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item:nth-child(n+5):nth-child(-n+8).is-featured,
      .header .navigation > ul > .ui-menu-item.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item:nth-child(n+5):nth-child(-n+8).is-featured,
      .header .navigation > .ui-menu > li.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item:nth-child(n+5):nth-child(-n+8).is-featured,
      .header .navigation > .ui-menu > .ui-menu-item.menu-type-subcategories.is-featured > .submenu > .subcategories-wrap > .subcategories-over > .ui-menu-item:nth-child(n+5):nth-child(-n+8).is-featured {
        grid-row: 2; }
  .header .navigation > ul > li > ul ul,
  .header .navigation > ul > li > ul .submenu,
  .header .navigation > ul > li > .submenu ul,
  .header .navigation > ul > li > .submenu .submenu,
  .header .navigation > ul > .ui-menu-item > ul ul,
  .header .navigation > ul > .ui-menu-item > ul .submenu,
  .header .navigation > ul > .ui-menu-item > .submenu ul,
  .header .navigation > ul > .ui-menu-item > .submenu .submenu,
  .header .navigation > .ui-menu > li > ul ul,
  .header .navigation > .ui-menu > li > ul .submenu,
  .header .navigation > .ui-menu > li > .submenu ul,
  .header .navigation > .ui-menu > li > .submenu .submenu,
  .header .navigation > .ui-menu > .ui-menu-item > ul ul,
  .header .navigation > .ui-menu > .ui-menu-item > ul .submenu,
  .header .navigation > .ui-menu > .ui-menu-item > .submenu ul,
  .header .navigation > .ui-menu > .ui-menu-item > .submenu .submenu {
    margin: 0 0 .85rem !important; }
  .header .navigation > ul > li > ul li.parent a,
  .header .navigation > ul > li > .submenu li.parent a,
  .header .navigation > ul > .ui-menu-item > ul li.parent a,
  .header .navigation > ul > .ui-menu-item > .submenu li.parent a,
  .header .navigation > .ui-menu > li > ul li.parent a,
  .header .navigation > .ui-menu > li > .submenu li.parent a,
  .header .navigation > .ui-menu > .ui-menu-item > ul li.parent a,
  .header .navigation > .ui-menu > .ui-menu-item > .submenu li.parent a {
    font-weight: bold;
    margin-bottom: 0.3125rem; }
    .header .navigation > ul > li > ul li.parent a:after,
    .header .navigation > ul > li > .submenu li.parent a:after,
    .header .navigation > ul > .ui-menu-item > ul li.parent a:after,
    .header .navigation > ul > .ui-menu-item > .submenu li.parent a:after,
    .header .navigation > .ui-menu > li > ul li.parent a:after,
    .header .navigation > .ui-menu > li > .submenu li.parent a:after,
    .header .navigation > .ui-menu > .ui-menu-item > ul li.parent a:after,
    .header .navigation > .ui-menu > .ui-menu-item > .submenu li.parent a:after {
      top: 0.5625rem;
      -webkit-transform: none;
      transform: none; }
  .header .navigation > ul > li > ul li.parent .submenu,
  .header .navigation > ul > li > .submenu li.parent .submenu,
  .header .navigation > ul > .ui-menu-item > ul li.parent .submenu,
  .header .navigation > ul > .ui-menu-item > .submenu li.parent .submenu,
  .header .navigation > .ui-menu > li > ul li.parent .submenu,
  .header .navigation > .ui-menu > li > .submenu li.parent .submenu,
  .header .navigation > .ui-menu > .ui-menu-item > ul li.parent .submenu,
  .header .navigation > .ui-menu > .ui-menu-item > .submenu li.parent .submenu {
    margin: 0 0 0.3125rem 0.625rem !important; }
    .header .navigation > ul > li > ul li.parent .submenu li a,
    .header .navigation > ul > li > .submenu li.parent .submenu li a,
    .header .navigation > ul > .ui-menu-item > ul li.parent .submenu li a,
    .header .navigation > ul > .ui-menu-item > .submenu li.parent .submenu li a,
    .header .navigation > .ui-menu > li > ul li.parent .submenu li a,
    .header .navigation > .ui-menu > li > .submenu li.parent .submenu li a,
    .header .navigation > .ui-menu > .ui-menu-item > ul li.parent .submenu li a,
    .header .navigation > .ui-menu > .ui-menu-item > .submenu li.parent .submenu li a {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 0.8125rem;
      text-transform: none;
      padding: .3rem 0 .3rem .75rem;
      font-weight: 400;
      position: relative; }
      .header .navigation > ul > li > ul li.parent .submenu li a:after,
      .header .navigation > ul > li > .submenu li.parent .submenu li a:after,
      .header .navigation > ul > .ui-menu-item > ul li.parent .submenu li a:after,
      .header .navigation > ul > .ui-menu-item > .submenu li.parent .submenu li a:after,
      .header .navigation > .ui-menu > li > ul li.parent .submenu li a:after,
      .header .navigation > .ui-menu > li > .submenu li.parent .submenu li a:after,
      .header .navigation > .ui-menu > .ui-menu-item > ul li.parent .submenu li a:after,
      .header .navigation > .ui-menu > .ui-menu-item > .submenu li.parent .submenu li a:after {
        display: inline-block;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        opacity: 0.5;
        width: 6px;
        height: 10px;
        background: url("../images/icon-arrow-submenu.svg") no-repeat;
        background-size: 100% auto; }

.header .nav-sections {
  text-align: left; }

@media screen and (min-width: 75em) {
  .shipping-bar-wrapper,
  .breadcrumbs {
    margin-bottom: 1.5rem; } }

.button-find-store,
#block-student-discount,
.action.mailto.friend,
.sidebar-additional,
.product-items .product-price-stock .stock,
.price-box .from-txt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.product-item-inner,
.product-item-actions {
  display: none; }

.off-canvas .close-menu {
  text-transform: uppercase;
  padding-left: 1.5rem;
  font-size: .75rem;
  margin-bottom: 2.5rem; }
  .off-canvas .close-menu .close-button {
    color: #197e3e;
    font-size: 1.5rem; }
  .off-canvas .close-menu .txt {
    top: 2px; }

.off-canvas .navigation > ul.menu {
  margin-bottom: 0; }
  .off-canvas .navigation > ul.menu:not(.nav-extra) li:last-child {
    border-bottom: 0; }
  .off-canvas .navigation > ul.menu.nav-extra {
    margin-bottom: 1.5rem; }

#algolia-searchbox .ais-search-box .algolia-search-input:hover, #algolia-searchbox .ais-search-box .algolia-search-input:active, #algolia-searchbox .ais-search-box .algolia-search-input:focus, #algolia-searchbox .ais-search-box .algolia-search-input:focus:not([value=""]), #algolia-searchbox .ais-search-box .algolia-search-input.focus {
  border: 1px solid #fff;
  border-bottom: 1px solid #197e3e; }

footer.page-footer {
  position: relative; }
  @supports (background-attachment: fixed) {
    footer.page-footer {
      background-attachment: fixed; } }
  @media only screen and (max-device-width: 1024px) {
    footer.page-footer {
      background-attachment: scroll; } }
  footer.page-footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(48, 48, 48, 0.6); }
  footer.page-footer .copyright,
  footer.page-footer .cookies {
    font-size: 0.75rem; }
  footer.page-footer .footer-wrap {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto; }
    footer.page-footer .footer-wrap::before, footer.page-footer .footer-wrap::after {
      display: table;
      content: ' '; }
    footer.page-footer .footer-wrap::after {
      clear: both; }
  footer.page-footer .footer-content {
    position: relative;
    padding-top: 1.4875rem;
    padding-bottom: 1.4875rem; }
    @media print, screen and (min-width: 40em) {
      footer.page-footer .footer-content {
        padding-top: 1.75rem; } }
    @media print, screen and (min-width: 40em) {
      footer.page-footer .footer-content {
        padding-bottom: 1.75rem; } }
    @media print, screen and (min-width: 40em) {
      footer.page-footer .footer-content {
        padding-top: 2.125rem;
        padding-bottom: 2.125rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.page-footer .footer-content {
      padding-top: 2.5rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.page-footer .footer-content {
      padding-bottom: 2.5rem; } }
    @media print, screen and (min-width: 64em) {
      footer.page-footer .footer-content {
        padding-top: 5.3125rem;
        padding-bottom: 4.25rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    footer.page-footer .footer-content {
      padding-top: 6.25rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    footer.page-footer .footer-content {
      padding-bottom: 5rem; } }
    @media screen and (min-width: 75em) {
      footer.page-footer .footer-content {
        padding-top: 10.625rem;
        padding-bottom: 9.5625rem; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    footer.page-footer .footer-content {
      padding-top: 12.5rem; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    footer.page-footer .footer-content {
      padding-bottom: 11.25rem; } }
    @media screen and (min-width: 75em) {
        footer.page-footer .footer-content:before {
          background-size: auto; } }
    @media print, screen and (min-width: 40em) {
      footer.page-footer .footer-content .footer-list .footer-block {
        width: 50%; } }
    @media print, screen and (min-width: 64em) {
      footer.page-footer .footer-content .footer-list .footer-block {
        width: 25%; } }
    footer.page-footer .footer-content .footer-list .footer-block:nth-child(3) {
      clear: none; }
    footer.page-footer .footer-content .footer-list .footer-block:nth-child(4) {
      clear: none; }
      @media print, screen and (min-width: 40em) {
        footer.page-footer .footer-content .footer-list .footer-block:nth-child(4) {
          width: 50%; } }
      @media print, screen and (min-width: 64em) {
        footer.page-footer .footer-content .footer-list .footer-block:nth-child(4) {
          width: 25%; } }
  footer.page-footer .newsletter .form.subscribe input {
    height: auto; }
  footer.page-footer .newsletter .form.subscribe a {
    text-decoration: underline; }
    footer.page-footer .newsletter .form.subscribe a:hover {
      text-decoration: none; }
  footer.page-footer .newsletter .form.subscribe .field.newsletter {
    display: block;
    height: auto;
    position: relative;
    margin-bottom: 1rem; }
    footer.page-footer .newsletter .form.subscribe .field.newsletter .control {
      margin-right: 0; }
    footer.page-footer .newsletter .form.subscribe .field.newsletter input {
      height: 2.625rem;
      background-color: white;
      border: 0;
      -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
              box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); }
    footer.page-footer .newsletter .form.subscribe .field.newsletter div.mage-error {
      position: relative;
      padding: .75rem 1rem;
      font-weight: normal;
      color: #fff;
      margin-top: .5rem;
      background: #c23434; }
  footer.page-footer .newsletter .form.subscribe .actions {
    display: block;
    width: auto;
    height: auto; }
    footer.page-footer .newsletter .form.subscribe .actions .action {
      display: block;
      width: 100%;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      border: 1px solid #fff;
      padding: 0 1rem; }
      footer.page-footer .newsletter .form.subscribe .actions .action:hover, footer.page-footer .newsletter .form.subscribe .actions .action:focus, footer.page-footer .newsletter .form.subscribe .actions .action:active {
        color: #fff;
        border-color: #fff;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
                box-shadow: inset 0 0 0 1px #fff; }
  footer.page-footer .newsletter .form.subscribe .terms div.mage-error {
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    margin-bottom: 1rem;
    font-size: 0.6875rem;
    font-weight: normal;
    padding: .75rem 1rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.9);
    border-top: 4px solid #c23434;
    background: #fff; }
    footer.page-footer .newsletter .form.subscribe .terms div.mage-error:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 100%;
      left: 0;
      border-style: solid;
      border-width: 12px 12px 0 0;
      border-color: #fff transparent transparent transparent; }
  footer.page-footer .newsletter .terms {
    line-height: 1.2;
    position: relative;
    margin-bottom: .75rem; }
    footer.page-footer .newsletter .terms .label {
      position: static !important;
      width: auto;
      height: auto;
      overflow: visible;
      clip: auto;
      font-size: 0.75rem;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.9);
      font-family: inherit;
      padding-left: 1.75rem; }
      footer.page-footer .newsletter .terms .label:before {
        display: block;
        content: '';
        height: 1rem;
        width: 1rem;
        line-height: 1rem;
        text-align: center;
        position: absolute;
        top: 3px;
        left: 0;
        border: 1px solid #b3b3b3;
        color: rgba(0, 0, 0, 0.9);
        background: #fff; }
    footer.page-footer .newsletter .terms input[type="checkbox"] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
      footer.page-footer .newsletter .terms input[type="checkbox"]:checked + .label:before {
        content: '✓'; }
      footer.page-footer .newsletter .terms input[type="checkbox"].mage-error + .label:before {
        border-color: #c23434;
        -webkit-box-shadow: inset 0 0 0 1px #c23434;
                box-shadow: inset 0 0 0 1px #c23434; }
  footer.page-footer .footer-bottom {
    position: relative;
    line-height: 1rem; }
    footer.page-footer .footer-bottom .footer-list .footer-block {
      padding-top: 1.275rem;
      padding-bottom: 1.275rem; }
      @media print, screen and (min-width: 40em) {
        footer.page-footer .footer-bottom .footer-list .footer-block {
          padding-top: 1.5rem; } }
      @media print, screen and (min-width: 40em) {
        footer.page-footer .footer-bottom .footer-list .footer-block {
          padding-bottom: 1.5rem; } }
      @media print, screen and (min-width: 40em) {
        footer.page-footer .footer-bottom .footer-list .footer-block {
          padding-bottom: 1.275rem;
          padding-top: 1.275rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.page-footer .footer-bottom .footer-list .footer-block {
      padding-bottom: 1.5rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.page-footer .footer-bottom .footer-list .footer-block {
      padding-top: 1.5rem; } }

@media print, screen and (min-width: 64em) {
  .page-with-filter .page-title-wrapper .page-title {
    font-size: 40px; } }

.dibs-easy-checkout-index-index .page-title-wrapper {
  margin-bottom: 20px; }

.algolia-instant-selector-results .toolbar.toolbar-products {
  margin-right: -1.0625rem;
  margin-left: -1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .algolia-instant-selector-results .toolbar.toolbar-products {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
    .algolia-instant-selector-results .toolbar.toolbar-products {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .algolia-instant-selector-results .toolbar.toolbar-products {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 75em) {
    .algolia-instant-selector-results .toolbar.toolbar-products {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 90.625em) {
    .algolia-instant-selector-results .toolbar.toolbar-products {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

@media screen and (min-width: 48em) {
  .algolia-instant-selector-results {
    padding-left: 20px;
    padding-right: 20px; } }

.page-with-filter .shipping-bar-wrapper,
.page-with-filter .breadcrumbs,
.algolia-instant-selector-results .shipping-bar-wrapper,
.algolia-instant-selector-results .breadcrumbs {
  margin-bottom: 0; }
  @media screen and (min-width: 75em) {
    .page-with-filter .shipping-bar-wrapper,
    .page-with-filter .breadcrumbs,
    .algolia-instant-selector-results .shipping-bar-wrapper,
    .algolia-instant-selector-results .breadcrumbs {
      margin-bottom: 1.25rem; } }

.page-with-filter .page-title-wrapper,
.algolia-instant-selector-results .page-title-wrapper {
  padding-bottom: 0;
  margin-bottom: 0; }
  .page-with-filter .page-title-wrapper .page-title,
  .algolia-instant-selector-results .page-title-wrapper .page-title {
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .page-with-filter .page-title-wrapper .page-title,
      .algolia-instant-selector-results .page-title-wrapper .page-title {
        padding-bottom: .5rem;
        margin-bottom: 1rem;
        line-height: 1;
        position: relative; }
        .page-with-filter .page-title-wrapper .page-title:before,
        .algolia-instant-selector-results .page-title-wrapper .page-title:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 1.0625rem;
          right: 1.0625rem;
          visibility: visible;
          opacity: 1;
          display: block;
          border: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .page-with-filter .page-title-wrapper .page-title:before,
      .algolia-instant-selector-results .page-title-wrapper .page-title:before {
        left: 1.25rem; } }
    @media screen and (min-width: 48em) and (min-width: 40em) {
      .page-with-filter .page-title-wrapper .page-title:before,
      .algolia-instant-selector-results .page-title-wrapper .page-title:before {
        right: 1.25rem; } }
  .page-with-filter .page-title-wrapper:before,
  .algolia-instant-selector-results .page-title-wrapper:before {
    display: none; }

.algolia-right-container {
  margin-top: 0; }

.mobile-search-bar #algolia-searchbox .algolia-search-input {
  padding-left: 1rem; }

.product-info-wrapper {
  margin-bottom: 60px; }
  .product-info-wrapper .product.media ._block-content-loading,
  .product-info-wrapper .product.media [data-bind="blockLoader: isLoading"] {
    position: static; }
  .product-info-wrapper .product-info-main iframe {
    max-width: 100%;
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block; }
  @media print, screen and (min-width: 64em) {
    .product-info-wrapper .open-size-guide-modal {
      margin-right: 1.5rem; } }
  @media screen and (min-width: 75em) {
    .product-info-wrapper .open-size-guide-modal {
      margin-right: 2.5rem; } }
  .product-info-wrapper .product-info-sidebar {
    padding-top: 1rem;
    padding-bottom: .8rem; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    @media screen and (min-width: 48em) {
      .product-info-wrapper .product-info-sidebar {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-sidebar {
        border-top: none;
        border-bottom: none; } }
  .product-info-wrapper .product-info-form-wrapper .product-info-form-row {
    margin: 0; }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku {
    width: 50%; }
    @media screen and (min-width: 75em) {
      .product-info-wrapper .product-info-form-wrapper .product-info-stock-sku {
        width: 25%;
        margin: 0.85rem 0 0;
        padding: 0;
        width: 100%; } }
  .product-info-wrapper .product-info-form-wrapper .cart-addtocart-text-wrapper {
    margin: 10px 0; }
  .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper {
    width: 50%;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0; }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper {
        margin-left: auto;
        padding: 0; } }
    @media screen and (min-width: 75em) {
      .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper {
        width: 25%; } }
    .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper .price-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .product-info-wrapper .product-info-form-wrapper .price-revert-wrapper > .price-over-box {
      position: relative;
      top: 0; }
  .product-info-wrapper .product-info-form-bottom .box-tocart {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 100%;
    margin: 0.5rem 0 0; }
    @media print, screen and (min-width: 40em) {
      .product-info-wrapper .product-info-form-bottom .box-tocart {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .product-info-wrapper .product-info-form-bottom .box-tocart:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      .product-info-wrapper .product-info-form-bottom .box-tocart {
        float: none;
        clear: both;
        width: 100% !important; } }
    .product-info-wrapper .product-info-form-bottom .box-tocart .field {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0); }
    .product-info-wrapper .product-info-form-bottom .box-tocart .actions {
      width: auto; }
      @media screen and (min-width: 75em) {
        .product-info-wrapper .product-info-form-bottom .box-tocart .actions {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .product-info-wrapper .product-info-form-bottom .box-tocart .actions .default-addtocart-btn-wrapper,
          .product-info-wrapper .product-info-form-bottom .box-tocart .actions .pickup-in-store-addtocart-btn-wrapper {
            text-align: center;
            width: 100%;
            max-width: 280px; }
          .product-info-wrapper .product-info-form-bottom .box-tocart .actions .default-addtocart-btn-wrapper {
            margin-right: 15px; }
          .product-info-wrapper .product-info-form-bottom .box-tocart .actions .pickup-in-store-addtocart-btn-wrapper {
            margin-left: auto; } }
      .product-info-wrapper .product-info-form-bottom .box-tocart .actions .b-stock-status {
        margin: 0; }
      .product-info-wrapper .product-info-form-bottom .box-tocart .actions button.action.primary {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        font-size: 0.875rem;
        padding: 1rem 2.8rem;
        text-transform: uppercase;
        background-image: url("../images/icon-cart-active.svg");
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: 18px 50%; }
        .product-info-wrapper .product-info-form-bottom .box-tocart .actions button.action.primary[disabled="disabled"] {
          opacity: 0.4;
          pointer-events: none; }
      .product-info-wrapper .product-info-form-bottom .box-tocart .actions button.product-pickup-button {
        background-color: #fff;
        border: 2px solid #197e3e;
        color: #197e3e;
        padding: 15px 44px;
        background-image: url("../images/icon-cart-green.svg"); }
        .product-info-wrapper .product-info-form-bottom .box-tocart .actions button.product-pickup-button:hover, .product-info-wrapper .product-info-form-bottom .box-tocart .actions button.product-pickup-button:active {
          background-color: #efefef; }
    .product-info-wrapper .product-info-form-bottom .box-tocart .product-info-stock-sku {
      padding: 0;
      width: 100%;
      line-height: initial;
      position: initial;
      float: none; }
      .product-info-wrapper .product-info-form-bottom .box-tocart .product-info-stock-sku .stock {
        display: inline-block !important; }
    .product-info-wrapper .product-info-form-bottom .box-tocart .stock {
      padding: 0;
      margin: 10px auto;
      width: 100%;
      max-width: initial;
      text-align: center;
      white-space: initial; }

.product.info.detailed .title {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: .75rem; }

.product.info.detailed .content {
  margin-bottom: 2.25rem; }
  .product.info.detailed .content h3, .product.info.detailed .content h4, .product.info.detailed .content h5, .product.info.detailed .content h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: .75rem; }
  .product.info.detailed .content p {
    margin-bottom: .25rem; }
    .product.info.detailed .content p:last-child {
      margin-bottom: 0; }

.customer-account-create .page-title-wrapper {
  text-align: center; }
  .customer-account-create .page-title-wrapper:before {
    display: none; }

.b-account-register .account-type-fields {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto; }
  .b-account-register .account-type-fields, .b-account-register .account-type-fields:last-child:not(:first-child) {
    float: none;
    clear: both; }
  .b-account-register .account-type-fields .label:after {
    display: none; }

.fotorama__stage:before {
  display: block !important;
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.03); }
  .fotorama--fullscreen .fotorama__stage:before {
    display: none !important; }

@media screen and (min-width: 48em) {
  .fotorama__wrap .fotorama__stage {
    margin-left: 125px;
    left: 0 !important;
    position: static !important;
    width: auto !important; }
  .fotorama--fullscreen .fotorama__stage {
    margin-left: auto;
    position: relative !important; } }

body.catalog-product-view .swatch-option-tooltip {
  display: none !important; }

.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  position: relative; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb:before {
    display: block !important;
    content: '';
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.03); }

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon {
  height: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 50%;
  background: url("../images/icon-big-next-arrow.svg") no-repeat 50%;
  background-size: 30px auto; }

.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

@media screen and (max-width: 47.9375em) {
  .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    right: 0;
    top: auto;
    bottom: 0; }
    .fotorama__nav-wrap--vertical.fotorama__nav-wrap .fotorama__nav__shaft {
      background: transparent;
      width: auto; }
      .fotorama__nav-wrap--vertical.fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame--thumb {
        display: inline-block;
        vertical-align: middle; } }

.fotorama__nav-wrap--vertical.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  width: calc(100% - 10px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

@media screen and (max-width: 47.9375em) {
  .product-info-wrapper .product.media {
    margin-bottom: .5rem; }
  .fotorama__wrap--css3 .fotorama__stage {
    margin-bottom: 1.5rem; }
  .fotorama__wrap--css3 .fotorama__stage,
  .fotorama__wrap--css3 .fotorama__stage__shaft {
    width: 100% !important;
    left: 0 !important;
    max-width: inherit !important; }
  .fotorama__wrap--css3 .fotorama__arr.fotorama__arr--next {
    right: 0 !important; }
  .fotorama__wrap--css3 .fotorama__arr .fotorama__arr__arr {
    background-position: 50% !important; } }

.fotorama__arr--next {
  right: 0 !important; }

.products-grid + .toolbar.toolbar-products {
  display: none; }

.checkout-index-index .algolia-instant-selector-results {
  display: none !important; }

.checkout-steps .checkout-shipping-list .ship-row {
  padding-bottom: 1.5rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .checkout-steps .checkout-shipping-list .ship-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .checkout-steps .checkout-shipping-list .ship-row.not-available .na-title,
  .checkout-steps .checkout-shipping-list .ship-row.not-available .item {
    opacity: .5; }

.checkout-steps .checkout-shipping-list .item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.checkout-steps .checkout-shipping-list .na-title {
  font-size: 0.9375rem;
  font-weight: bold; }

.checkout-steps .checkout-shipping-list .na-message {
  margin-top: 0.3125rem; }

.checkout-steps .checkout-payment-method .order-total {
  letter-spacing: -0.025em; }

.checkout-steps .field.field-country_id {
  display: none; }

.modal-popup {
  position: absolute; }
  .modal-popup .modal-title {
    border-bottom: 0; }
  .modal-popup .action-close {
    font-weight: 300;
    font-size: 1.5rem;
    color: #000;
    padding: 8px 19px; }
    @media print, screen and (min-width: 64em) {
      .modal-popup .action-close {
        font-size: 3rem; } }
  .modal-popup.size-guide .modal-header {
    padding-top: 2rem; }
  @media screen and (min-width: 48em) {
    .modal-popup.size-guide .modal-content {
      padding-bottom: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .modal-popup.size-guide .modal-content {
      padding-bottom: 3rem; } }

.product-size-guide-modal {
  text-align: center; }
  .product-size-guide-modal .ttl {
    text-transform: none;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .product-size-guide-modal .ttl {
        font-size: 34px; } }
    @media screen and (min-width: 75em) {
      .product-size-guide-modal .ttl {
        font-size: 40px;
        margin-bottom: 1.5rem; } }
  .product-size-guide-modal .size-line {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .product-size-guide-modal .size-line::before, .product-size-guide-modal .size-line::after {
      display: table;
      content: ' '; }
    .product-size-guide-modal .size-line::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .product-size-guide-modal .size-line {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 48em) {
      .product-size-guide-modal .size-line {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .product-size-guide-modal .size-line {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 75em) {
      .product-size-guide-modal .size-line {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90.625em) {
      .product-size-guide-modal .size-line {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .product-size-guide-modal .size-line .size-block {
      padding-top: .5rem;
      padding-bottom: .5rem; }
      @media screen and (min-width: 48em) {
        .product-size-guide-modal .size-line .size-block {
          padding-top: 1.25rem;
          padding-bottom: 1.25rem; } }
      @media print, screen and (min-width: 64em) {
        .product-size-guide-modal .size-line .size-block {
          width: 100%;
          float: left;
          padding-right: 1.0625rem;
          padding-left: 1.0625rem;
          width: 50%; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-size-guide-modal .size-line .size-block {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
      @media print, screen and (min-width: 64em) {
          .product-size-guide-modal .size-line .size-block:last-child:not(:first-child) {
            float: right; }
          .product-size-guide-modal .size-line .size-block:first-child {
            float: right; } }

.authentication-wrapper {
  text-align: center;
  margin-top: -.75rem;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .authentication-wrapper {
      margin-top: 0;
      margin-bottom: 0;
      text-align: left;
      position: absolute;
      top: -64px;
      right: 0;
      left: auto; } }
  @media screen and (min-width: 48em) {
    .authentication-wrapper {
      top: -88px; } }
  .authentication-wrapper .action-close {
    font-size: 1.5rem; }
  .authentication-wrapper .action-auth-toggle {
    display: inline-block;
    line-height: 1;
    vertical-align: top; }
  @media print, screen and (min-width: 40em) {
    .authentication-wrapper .authentication-dropdown {
      left: auto;
      right: 0; }
      .authentication-wrapper .authentication-dropdown:after {
        left: calc(100% - 63px); } }

.form-order-comment label {
  outline: none; }
  .form-order-comment label span {
    color: #197e3e;
    cursor: pointer;
    text-decoration: underline; }
    .form-order-comment label span:hover .form-order-comment label span:focus, .form-order-comment label span:active {
      text-decoration: none; }

.form-order-comment textarea {
  min-height: 100px; }

.checkout-cart-index .page-title-wrapper {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem; }

@media print, screen and (min-width: 64em) {
  table.cart .price-including-tax,
  table.cart .price-excluding-tax,
  table.cart .wishlist-price .price-box {
    margin-top: 0; } }

table.cart td:first-child {
  padding-left: 0; }

table.cart td:last-child {
  padding-right: 0; }

table.cart .convert-label-container {
  display: none !important; }

.cart-summary .summary.title {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.cart-summary table .price-label-free {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  background: none; }

@media screen and (min-width: 48em) {
  .cart-summary {
    width: 50%; } }

@media print, screen and (min-width: 64em) {
  .cart-summary {
    width: 34.16667%; } }

.cart-form .product-image-container {
  position: relative; }
  .cart-form .product-image-container:before {
    display: block;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.03); }

@media screen and (min-width: 48em) {
  .cart-form {
    width: 50%; } }

@media print, screen and (min-width: 64em) {
  .cart-form {
    width: 65.83333%; } }

.dibs-easy-checkout-wrapper {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto; }
  .dibs-easy-checkout-wrapper::before, .dibs-easy-checkout-wrapper::after {
    display: table;
    content: ' '; }
  .dibs-easy-checkout-wrapper::after {
    clear: both; }
  @media print, screen and (min-width: 64em) {
    .dibs-easy-checkout-wrapper {
      width: 880px;
      margin-left: auto;
      margin-right: auto; } }
  .dibs-easy-checkout-wrapper .dibs-easy-checkout-sidebar {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .dibs-easy-checkout-wrapper .dibs-easy-checkout-sidebar {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .dibs-easy-checkout-wrapper .dibs-easy-checkout-sidebar:last-child:not(:first-child) {
      float: right; }
  .dibs-easy-checkout-wrapper .dibs-easy-checkout-main {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem; }
    @media print, screen and (min-width: 40em) {
      .dibs-easy-checkout-wrapper .dibs-easy-checkout-main {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .dibs-easy-checkout-wrapper .dibs-easy-checkout-main:last-child:not(:first-child) {
      float: right; }

.edit-shipping-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #006bb4;
  text-decoration: none;
  margin-bottom: 16px; }

.convert-easy-checkout-postcode {
  text-align: center; }
  .convert-easy-checkout-postcode .kco-postcode .input-text {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 74.9375em) {
      .convert-easy-checkout-postcode .kco-postcode .input-text {
        font-size: 16px; } }

.dibs-easy-checkout-cart .dibs-easy-checkout-title {
  display: none; }

.dibs-easy-checkout-radio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px; }
  .dibs-easy-checkout-radio-row input[type="radio"] {
    margin-top: 3px;
    min-width: 20px; }
  .dibs-easy-checkout-radio-row label {
    text-transform: uppercase;
    line-height: 1.4; }
    .dibs-easy-checkout-radio-row label .price {
      font-weight: bold; }
    .dibs-easy-checkout-radio-row label .desc {
      text-transform: none;
      line-height: 1.4; }
  .dibs-easy-checkout-radio-row .price {
    text-transform: capitalize; }
  .dibs-easy-checkout-radio-row .help {
    text-transform: initial; }

.dibs-easy-checkout-shipping {
  padding: 15px 0;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 30px; }
  .dibs-easy-checkout-shipping .dibs-easy-checkout-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .dibs-easy-checkout-shipping .dibs-easy-checkout-title h4 {
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      line-height: 27px; }
    .dibs-easy-checkout-shipping .dibs-easy-checkout-title .shipping-price {
      font-size: 16px;
      font-weight: bold; }
  .dibs-easy-checkout-shipping .dibs-easy-checkout-title2 {
    margin-bottom: 20px; }
  .dibs-easy-checkout-shipping .dibs-easy-checkout-section-shipping {
    width: 100%;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 40em) {
      .dibs-easy-checkout-shipping .dibs-easy-checkout-section-shipping {
        width: 33.33333%; } }
    .dibs-easy-checkout-shipping .dibs-easy-checkout-section-shipping button.action {
      width: 100%; }

table.dibs-easy-checkout-review.cart tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 63.9375em) {
    table.dibs-easy-checkout-review.cart tr {
      display: block;
      padding-top: .75rem;
      padding-bottom: .75rem; }
      table.dibs-easy-checkout-review.cart tr::before, table.dibs-easy-checkout-review.cart tr::after {
        display: table;
        content: ' '; }
      table.dibs-easy-checkout-review.cart tr::after {
        clear: both; } }

table.dibs-easy-checkout-review.cart th div.qty, table.dibs-easy-checkout-review.cart td div.qty {
  white-space: nowrap; }
  table.dibs-easy-checkout-review.cart th div.qty:after, table.dibs-easy-checkout-review.cart td div.qty:after {
    content: '×';
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.875rem;
    color: rgba(0, 0, 0, 0.5);
    padding-left: .5rem;
    padding-right: .6rem; }
    @media print, screen and (min-width: 64em) {
      table.dibs-easy-checkout-review.cart th div.qty:after, table.dibs-easy-checkout-review.cart td div.qty:after {
        padding-left: 1rem;
        padding-right: 0;
        line-height: 2.4375rem; } }
  table.dibs-easy-checkout-review.cart th div.qty span.qty, table.dibs-easy-checkout-review.cart td div.qty span.qty {
    display: inline-block;
    position: relative; }

@media screen and (max-width: 63.9375em) {
  table.dibs-easy-checkout-review.cart th, table.dibs-easy-checkout-review.cart td {
    padding: 0;
    vertical-align: top;
    display: block;
    float: left; }
    table.dibs-easy-checkout-review.cart th.item-desc, table.dibs-easy-checkout-review.cart td.item-desc {
      float: none;
      margin-left: 60px;
      margin-bottom: 12px;
      clear: right; }
    table.dibs-easy-checkout-review.cart th.qty, table.dibs-easy-checkout-review.cart td.qty {
      margin-left: 60px;
      clear: left; }
    table.dibs-easy-checkout-review.cart th.cart-actions, table.dibs-easy-checkout-review.cart td.cart-actions {
      float: right;
      line-height: 1.875rem; } }

table.dibs-easy-checkout-review.cart .subtotal {
  display: table-cell; }

table.dibs-easy-checkout-review.cart .product-item-description {
  display: none; }

.dibs-easy-checkout-cart-totals table tfoot {
  background: none; }
  .dibs-easy-checkout-cart-totals table tfoot tr:not(:last-child) {
    border-bottom: 1px solid #D1D1D1; }
  .dibs-easy-checkout-cart-totals table tfoot tr th, .dibs-easy-checkout-cart-totals table tfoot tr td {
    border-top: none;
    border-bottom: none;
    padding: 10px 0;
    font-size: 16px; }
  .dibs-easy-checkout-cart-totals table tfoot tr td {
    text-align: right; }
  .dibs-easy-checkout-cart-totals table tfoot tr.totals strong {
    font-weight: bold; }

@media print, screen and (min-width: 40em) {
  .dibs-easy-checkout-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (max-width: 47.9375em) {
  .dibs-easy-checkout-extra .dibs-easy-checkout-extra__right {
    margin-bottom: 30px; } }

.dibs-easy-checkout-extra button.action {
  width: 100%; }

.dibs-easy-checkout-block.grand-total h4 {
  font-size: 20px;
  font-weight: bold; }

.dibs-easy-checkout-block.grand-total .go-to-container {
  display: none; }

.add-to-cart-popup .add-popup-showcart .showcart:after {
  display: none !important; }

@media screen and (min-width: 48em) {
  .add-to-cart-popup .add-popup-block {
    margin-top: 3.5rem; } }

.reveal-overlay, .modals-overlay {
  background: rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 48em) {
    .reveal-overlay, .modals-overlay {
      background: transparent; } }
  .reveal-overlay .add-popup-container, .modals-overlay .add-popup-container {
    width: 90vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (min-width: 48em) {
      .reveal-overlay .add-popup-container, .modals-overlay .add-popup-container {
        width: 100%;
        width: 24.6875rem;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    @media screen and (max-width: 63.9375em) {
      .reveal-overlay .add-popup-container, .modals-overlay .add-popup-container {
        margin: 0 auto; } }
    .reveal-overlay .add-popup-container .add-popup-actions, .modals-overlay .add-popup-container .add-popup-actions {
      display: none; }
    @media screen and (min-width: 75em) {
      .reveal-overlay .add-popup-container, .modals-overlay .add-popup-container {
        margin-top: 0; } }
  .reveal-overlay .add-popup-block, .modals-overlay .add-popup-block {
    padding: 0; }
    @media screen and (min-width: 48em) {
      .reveal-overlay .add-popup-block, .modals-overlay .add-popup-block {
        background: transparent; } }
  @media screen and (min-width: 48em) {
    .reveal-overlay .cart-info, .modals-overlay .cart-info {
      display: none; } }
  .reveal-overlay .button-close, .modals-overlay .button-close {
    background: transparent;
    display: block;
    height: 50px;
    position: absolute;
    top: 0;
    right: 8px;
    width: 50px;
    z-index: 3; }
    @media screen and (min-width: 48em) {
      .reveal-overlay .button-close, .modals-overlay .button-close {
        display: none; } }
    .reveal-overlay .button-close:before, .modals-overlay .button-close:before, .reveal-overlay .button-close:after, .modals-overlay .button-close:after {
      background: #b3b3b3;
      content: '';
      height: 20px;
      position: absolute;
      top: calc(50% - 10px);
      width: 2px; }
    .reveal-overlay .button-close:before, .modals-overlay .button-close:before {
      rotate: 45deg; }
    .reveal-overlay .button-close:after, .modals-overlay .button-close:after {
      rotate: 315deg; }
  .reveal-overlay .add-popup-message, .modals-overlay .add-popup-message {
    margin-bottom: 0;
    font-size: 0;
    text-align: left;
    padding: 1rem 0.75rem;
    position: relative;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    background: #fff; }
    @media screen and (min-width: 48em) {
      .reveal-overlay .add-popup-message, .modals-overlay .add-popup-message {
        padding: 0.75rem; } }
    .reveal-overlay .add-popup-message .txt.desktop-section, .modals-overlay .add-popup-message .txt.desktop-section {
      display: none; }
      @media screen and (min-width: 48em) {
        .reveal-overlay .add-popup-message .txt.desktop-section, .modals-overlay .add-popup-message .txt.desktop-section {
          display: inline-block; } }
    .reveal-overlay .add-popup-message .mobile-section, .modals-overlay .add-popup-message .mobile-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 48em) {
        .reveal-overlay .add-popup-message .mobile-section, .modals-overlay .add-popup-message .mobile-section {
          display: none; } }
      .reveal-overlay .add-popup-message .mobile-section .description, .modals-overlay .add-popup-message .mobile-section .description {
        font-size: 1.125rem;
        margin: 1rem 0; }
      .reveal-overlay .add-popup-message .mobile-section .button, .modals-overlay .add-popup-message .mobile-section .button {
        max-width: none;
        text-transform: uppercase; }
        .reveal-overlay .add-popup-message .mobile-section .button.back-to-shopping, .modals-overlay .add-popup-message .mobile-section .button.back-to-shopping {
          background: #fff;
          border-color: #197e3e;
          color: #197e3e;
          margin-bottom: 0; }
    @media screen and (max-width: 63.9375em) {
      .reveal-overlay .add-popup-message, .modals-overlay .add-popup-message {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #f7f7f7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .reveal-overlay .add-popup-message:after, .modals-overlay .add-popup-message:after {
      display: none;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1rem 1rem 1rem;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      bottom: 100%;
      right: 2.75rem;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      body.is-sticky .reveal-overlay .add-popup-message:after, body.is-sticky .modals-overlay .add-popup-message:after {
        right: -.75rem; }
      @media screen and (min-width: 48em) {
        .reveal-overlay .add-popup-message:after, .modals-overlay .add-popup-message:after {
          display: block; } }
    .reveal-overlay .add-popup-message .add-popup-product-image, .modals-overlay .add-popup-message .add-popup-product-image {
      display: inline-block;
      vertical-align: middle;
      width: 33%;
      max-width: inherit;
      text-align: center;
      height: 9.375rem;
      position: relative; }
      .reveal-overlay .add-popup-message .add-popup-product-image:before, .modals-overlay .add-popup-message .add-popup-product-image:before {
        display: block;
        content: '';
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.03); }
      .reveal-overlay .add-popup-message .add-popup-product-image:after, .modals-overlay .add-popup-message .add-popup-product-image:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin-right: -.3em; }
      .reveal-overlay .add-popup-message .add-popup-product-image img, .modals-overlay .add-popup-message .add-popup-product-image img {
        max-width: 98%;
        display: inline-block;
        vertical-align: middle; }
    .reveal-overlay .add-popup-message > .txt, .modals-overlay .add-popup-message > .txt {
      width: 67%;
      display: inline-block;
      vertical-align: middle;
      padding-left: 1rem;
      padding-right: 1rem;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 1.3;
      margin: 0;
      text-align: center;
      font-size: 1rem; }
      .reveal-overlay .add-popup-message > .txt a, .modals-overlay .add-popup-message > .txt a {
        display: inline;
        text-decoration: underline; }
        .reveal-overlay .add-popup-message > .txt a:hover, .modals-overlay .add-popup-message > .txt a:hover, .reveal-overlay .add-popup-message > .txt a:active, .modals-overlay .add-popup-message > .txt a:active {
          text-decoration: none; }

.modals-overlay {
  background: rgba(0, 0, 0, 0.2) radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.b-account-register .account-type-fields .title {
  font-weight: 500; }

.center-header-top-panel {
  position: relative;
  background: #f7f7f7; }
  .center-header-top-panel:before {
    content: "";
    background: #f7f7f7;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding-left: 9999px;
    padding-right: 9999px;
    margin-left: -9999px;
    margin-right: -9999px; }
  .center-header-top-panel .top-logo {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 74.9375em) {
      .center-header-top-panel .top-logo {
        position: absolute; } }
    .center-header-top-panel .top-logo .logo img {
      margin-bottom: 2rem; }
      @media screen and (max-width: 74.9375em) {
        .center-header-top-panel .top-logo .logo img {
          margin-bottom: 0; } }

.header .header-row.is-stuck .center-header-top-panel .top-logo {
  display: none; }

@media print, screen and (min-width: 64em) {
  .header .header-row.is-stuck .nav-sections {
    text-align: left;
    width: 75%; } }

@media screen and (min-width: 90.625em) {
  .header .header-row.is-stuck .nav-sections {
    padding-left: 0; } }

.nav-sections {
  border-top: none; }

.campaign-area {
  margin-bottom: 3.125rem; }
  @media print, screen and (min-width: 40em) {
    .campaign-area {
      margin-bottom: 4.625rem; } }
  .campaign-area.top {
    margin-top: -1rem; }
    @media print, screen and (min-width: 64em) {
      .campaign-area.top {
        margin-top: -2rem; } }

.campaign-container {
  overflow: hidden; }

.campaign-block {
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .campaign-container .campaign-block {
      float: left; }
      .campaign-container .campaign-block:first-child {
        width: 66.66667%;
        padding-right: 0.5rem; }
      .campaign-container .campaign-block:last-child {
        width: 33.33333%;
        padding-left: 0.5rem; } }
  .campaign-block img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }

.campaign-panel {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 30px 20px;
  margin-bottom: 1rem;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .campaign-panel {
      padding: 40px 60px; } }
  @media print, screen and (min-width: 64em) {
    .campaign-panel {
      padding: 65px 160px; } }
  .campaign-panel .campaign-title {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .campaign-panel .campaign-title {
        font-size: 1.5rem;
        margin-bottom: 1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .campaign-panel .campaign-title {
        font-size: 1.875rem;
        margin-bottom: 1.5rem; } }

.product-items .product-item .stock,
.product-items .ais-hits--item .stock {
  display: block;
  width: 90px;
  background: #eee;
  color: #61af3a;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0.5625rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -45px; }
  @media print, screen and (min-width: 40em) {
    .product-items .product-item .stock,
    .product-items .ais-hits--item .stock {
      width: 120px;
      margin-left: -60px;
      font-size: 0.8125rem; } }
  @media print, screen and (min-width: 64em) {
    .product-items .product-item .stock,
    .product-items .ais-hits--item .stock {
      width: 170px;
      margin-left: -85px;
      font-size: 0.875rem; } }
  .no-touchevents .product-items .product-item .stock, .no-touchevents
  .product-items .ais-hits--item .stock {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .product-items .product-item .stock.available,
  .product-items .ais-hits--item .stock.available {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0); }

.no-touchevents .product-items .product-item:hover .stock, .no-touchevents .product-items .product-item:focus .stock, .no-touchevents
.product-items .ais-hits--item:hover .stock, .no-touchevents
.product-items .ais-hits--item:focus .stock {
  opacity: 1;
  z-index: 1; }

.menu-item-home a.ui-state-focus:before {
  background: url("../images/icon-home-active.svg") 0 0 no-repeat; }

.product-items .product-item .product-item-photo,
.product-items .ais-hits--item .product-item-photo {
  height: 200px; }
  @media print, screen and (min-width: 40em) {
    .product-items .product-item .product-item-photo,
    .product-items .ais-hits--item .product-item-photo {
      height: 250px; } }
  @media print, screen and (min-width: 64em) {
    .product-items .product-item .product-item-photo,
    .product-items .ais-hits--item .product-item-photo {
      height: 260px; } }
  @media screen and (min-width: 75em) {
    .product-items .product-item .product-item-photo,
    .product-items .ais-hits--item .product-item-photo {
      height: 345px; } }
  .product-items .product-item .product-item-photo img,
  .product-items .ais-hits--item .product-item-photo img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%; }

.product-items .product-item .product-image-container,
.product-items .ais-hits--item .product-image-container {
  height: 100%;
  padding: 1.25rem; }

.product-items .product-item .product-item-name,
.product-items .ais-hits--item .product-item-name {
  text-transform: uppercase; }

.product-info-wrapper .price-box,
.page-title-wrapper.product .price-box {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }
  @media screen and (min-width: 75em) {
    .product-info-wrapper .price-box > .price-container,
    .page-title-wrapper.product .price-box > .price-container {
      margin-top: .3rem; } }
  .product-info-wrapper .price-box .special-price,
  .page-title-wrapper.product .price-box .special-price {
    font-size: 1.125rem;
    color: #d20d0d; }
    @media screen and (min-width: 75em) {
      .product-info-wrapper .price-box .special-price,
      .page-title-wrapper.product .price-box .special-price {
        font-size: 1.25rem; } }
  @media screen and (max-width: 74.9375em) {
    .product-info-wrapper .price-box .old-price,
    .page-title-wrapper.product .price-box .old-price {
      margin-bottom: 2px; } }
  .product-info-wrapper .price-box .old-price > .price-container,
  .page-title-wrapper.product .price-box .old-price > .price-container {
    line-height: initial; }

.product-label.product-discount-label span {
  margin-top: 2px; }

.header-controls .header-totals,
.header-controls .header-logo,
.header-controls .header-info {
  position: relative;
  z-index: 1; }

.page-wrapper {
  overflow-x: hidden; }

.sticky-header-row {
  position: relative; }

@media screen and (min-width: 48em) {
  .magellan-bar.is-stuck {
    margin-top: 0 !important; } }

.page-container .imageslider-widget {
  max-width: 90.625rem;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .page-container .imageslider-widget::before, .page-container .imageslider-widget::after {
    display: table;
    content: ' '; }
  .page-container .imageslider-widget::after {
    clear: both; }
  .page-container .imageslider-widget .block-title,
  .page-container .imageslider-widget .block-content {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .page-container .imageslider-widget .block-title,
      .page-container .imageslider-widget .block-content {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .page-container .imageslider-widget .block-title:last-child:not(:first-child),
    .page-container .imageslider-widget .block-content:last-child:not(:first-child) {
      float: right; }
  .page-container .imageslider-widget .owl-carousel {
    margin: 0; }
  .page-container .imageslider-widget .slider-block p {
    margin-bottom: 0; }

@media screen and (min-width: 48em) {
  .contact-page {
    max-width: 90.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-right: -1.0625rem;
    margin-left: -1.0625rem; }
    .contact-page::before, .contact-page::after {
      display: table;
      content: ' '; }
    .contact-page::after {
      clear: both; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .contact-page {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .contact-page {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .contact-page {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 75em) {
    .contact-page {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) and (min-width: 90.625em) {
    .contact-page {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

@media screen and (min-width: 48em) {
  .contact-page .info {
    width: 100%;
    float: left;
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
    width: 50%; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .contact-page .info {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }

@media screen and (min-width: 48em) {
    .contact-page .info:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .contact-page .info {
    width: 33.33333%; } }

.contact-page .info b, .contact-page .info strong {
  font-weight: bold; }

.contact-page .form.contact {
  margin: 0; }
  @media screen and (min-width: 48em) {
    .contact-page .form.contact {
      width: 100%;
      float: left;
      padding-right: 1.0625rem;
      padding-left: 1.0625rem;
      width: 50%; } }
  @media screen and (min-width: 48em) and (min-width: 40em) {
    .contact-page .form.contact {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
      .contact-page .form.contact:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 64em) {
    .contact-page .form.contact {
      width: 66.66667%; } }
  .contact-page .form.contact .fieldset,
  .contact-page .form.contact .actions-toolbar {
    display: block;
    width: 100%;
    padding: 0; }

.cms-home .main img {
  margin-bottom: 0.625rem; }

.cms-home .flexslider {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .cms-home .flexslider .slides img {
    margin-bottom: 0; }

.category-banner-top {
  font-size: 0;
  margin: 0 -0.5rem; }
  .category-banner-top .item {
    display: block;
    text-align: center;
    padding: 0.5rem; }
    @media print, screen and (min-width: 40em) {
      .category-banner-top .item {
        display: inline-block;
        width: 33.33333%; } }
    .category-banner-top .item img {
      margin: 0; }

.home-banner-bottom {
  font-size: 0;
  margin: 0 -0.5rem; }
  .home-banner-bottom .item {
    display: block;
    text-align: center;
    padding: 0.5rem; }
    @media print, screen and (min-width: 40em) {
      .home-banner-bottom .item {
        display: inline-block;
        width: 50%; } }
    .home-banner-bottom .item img {
      margin: 0; }

.magestore-bannerslider .slides li {
  padding: 0; }

.filter-content .filter-options-content.has-labels .items .am-collapse-icon {
  top: 0;
  right: 0;
  height: 31px; }
  .filter-content .filter-options-content.has-labels .items .am-collapse-icon:after {
    display: none; }
  .filter-content .filter-options-content.has-labels .items .am-collapse-icon + .amshopby-filter-parent {
    position: relative; }
    .filter-content .filter-options-content.has-labels .items .am-collapse-icon + .amshopby-filter-parent:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      width: 8px;
      height: 12px;
      background: url("../images/icon-arrow-next-gray.svg") no-repeat;
      background-size: contain;
      -webkit-transform: translateY(-50%) rotate(0);
              transform: translateY(-50%) rotate(0);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .filter-content .filter-options-content.has-labels .items .am-collapse-icon + .amshopby-filter-parent.am_shopby_link_selected:after {
      -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }

.filter-content .filter-options-content.has-labels .items .items-children.-folding {
  padding-left: 0; }
  .filter-content .filter-options-content.has-labels .items .items-children.-folding .item {
    margin: 0;
    padding-left: 16px; }

.filter-content .filter-options-content.has-labels .items .item .label:after {
  display: none !important; }

.filter-content .filter-options-content.has-labels .am-labels-folding .item a.amshopby-filter-parent,
.filter-content .filter-options-content.has-labels .am-category-view .item a.amshopby-filter-parent {
  padding-left: 4px; }

.filter-content .filter-options-content.has-images {
  border-top: 0; }
  .filter-content .filter-options-content.has-images .swatch-option-link-layered.checked,
  .filter-content .filter-options-content.has-images .ais-refinement-list--item.checked {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding-bottom: 0; }
  .filter-content .filter-options-content.has-images .swatch-option-link-layered .swatch-option:not(.color),
  .filter-content .filter-options-content.has-images .ais-refinement-list--item .swatch-option:not(.color) {
    display: none; }

.filter-content .filter-options-content.has-images-labels .swatch-attribute {
  padding-top: 0; }

.filter-content .filter-options-content.has-images-labels .swatch-attribute-options {
  border-top: 0; }
  .filter-content .filter-options-content.has-images-labels .swatch-attribute-options .item,
  .filter-content .filter-options-content.has-images-labels .swatch-attribute-options .ais-refinement-list--item {
    margin: 0;
    padding: 0; }
    .filter-content .filter-options-content.has-images-labels .swatch-attribute-options .item .am_shopby_swatch_label .swatch-option:not(.color),
    .filter-content .filter-options-content.has-images-labels .swatch-attribute-options .ais-refinement-list--item .am_shopby_swatch_label .swatch-option:not(.color) {
      display: none; }
    .filter-content .filter-options-content.has-images-labels .swatch-attribute-options .item.checked,
    .filter-content .filter-options-content.has-images-labels .swatch-attribute-options .ais-refinement-list--item.checked {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: none;
      padding-bottom: 0; }

.filter-content .filter-options-content.has-text-swatch .swatch-option-link-layered,
.filter-content .filter-options-content.has-text-swatch .ais-refinement-list--item {
  padding-bottom: 0; }

.filter-content .filter-options-content .am-show-more {
  color: #197e3e;
  text-decoration: underline;
  cursor: pointer; }
  .filter-content .filter-options-content .am-show-more:hover, .filter-content .filter-options-content .am-show-more:focus, .filter-content .filter-options-content .am-show-more:active {
    text-decoration: none; }

.ais-root.has-images .ais-refinement-list--list .ais-refinement-list--item {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding-bottom: 0; }

.ais-root.ais-current-refined-values .ais-current-refined-values--list .ais-current-refined-values--item .cross-wrapper {
  width: 1rem;
  height: 1rem; }
  .ais-root.ais-current-refined-values .ais-current-refined-values--list .ais-current-refined-values--item .cross-wrapper .clear-refinement {
    position: static; }

.ais-root.ais-current-refined-values .ais-current-refined-values--list .ais-current-refined-values--item .current-refinement-wrapper:before {
  display: none; }

.category-header .category-header-mobile {
  clear: both; }
  .category-header .category-header-mobile .filter-options-content > .items {
    border-top: 0; }
  .category-header .category-header-mobile .filter-options-content ol,
  .category-header .category-header-mobile .filter-options-content ul {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .category-header .category-header-mobile .filter-options-content ol .item,
    .category-header .category-header-mobile .filter-options-content ul .item {
      border-bottom-width: 1px; }

.nav-toolbar-sorter-mobile ol .item a,
.nav-toolbar-sorter-mobile ul .item a {
  padding-top: 6px;
  padding-bottom: 5px; }

.searchbox.sbx-sffv-disabled {
  display: none; }

.convert-label-container .convert-label-discount {
  display: table-cell;
  width: 3.75rem;
  height: 3.75rem;
  vertical-align: middle;
  line-height: 1; }
  @media screen and (min-width: 75em) {
    .convert-label-container .convert-label-discount {
      width: 5.625rem; } }
  .convert-label-container .convert-label-discount .convert-label-text {
    display: block;
    text-align: center;
    padding: 1.5rem 0 !important;
    font-size: 2.4rem !important; }
    .convert-label-container .convert-label-discount .convert-label-text > span {
      display: none;
      font-weight: 400;
      margin: 2px auto 0;
      max-width: 75%;
      text-transform: uppercase; }
      @media screen and (min-width: 75em) {
        .convert-label-container .convert-label-discount .convert-label-text > span {
          display: block; } }

.convert-checkout-login {
  position: relative;
  margin-bottom: 20px; }

.items-in-cart a {
  text-decoration: none; }

.item-brands-wrapper .item-brands .bare-list {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1; }
  @media print, screen and (min-width: 64em) {
    .item-brands-wrapper .item-brands .bare-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  .item-brands-wrapper .item-brands .bare-list li {
    float: none;
    white-space: nowrap; }

@media screen and (max-width: 74.9375em) {
  .modal-popup .modal-inner-wrap {
    position: relative; } }

.checkout-cart-index .cart-order-type-form .order-type-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem; }

.checkout-cart-index .cart-order-type-form label {
  font-size: 1rem; }

.checkout-cart-index .order-type-item.radio {
  position: static; }

.checkout-cart-index .order-type-pickup #pickup-in-store:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25rem;
  content: "";
  width: 0.625rem;
  height: 0.5rem;
  background-image: url("../images/icon-submenu-down.png");
  background-size: 100% auto; }

.checkout-cart-index .order-type-pickup #pickup-in-store.active-dropdown:after {
  background-image: url("../images/icon-submenu-down-active.png"); }

.checkout-cart-index .cart-pickup-in-store-popup {
  left: 0px; }
  .checkout-cart-index .cart-pickup-in-store-popup .modal-inner-wrap {
    background: #f7f7f7;
    padding: 3.125rem;
    position: absolute;
    width: 100vw;
    z-index: 10;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .checkout-cart-index .cart-pickup-in-store-popup .modal-inner-wrap {
        width: 700px; } }
    .checkout-cart-index .cart-pickup-in-store-popup .modal-inner-wrap .search-header-wrapper-stocklists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.25rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .checkout-cart-index .cart-pickup-in-store-popup .modal-inner-wrap .search-header-input-wrapper, .checkout-cart-index .cart-pickup-in-store-popup .modal-inner-wrap .search-header-button-wrapper {
      width: 45%; }
    .checkout-cart-index .cart-pickup-in-store-popup .modal-inner-wrap button.find-my-location {
      margin: 0;
      position: relative;
      font-size: 0.8125rem;
      width: 100%; }
      .checkout-cart-index .cart-pickup-in-store-popup .modal-inner-wrap button.find-my-location:before {
        width: 1.25rem;
        height: 1.25rem;
        display: block;
        background: black; }
      .checkout-cart-index .cart-pickup-in-store-popup .modal-inner-wrap button.find-my-location .icon-location {
        vertical-align: middle;
        width: 1.25rem;
        height: 1.5625rem;
        background: url("../images/icon-location.svg") 0 50% no-repeat;
        position: absolute;
        left: 1.125rem;
        top: 0.3125rem; }
    .checkout-cart-index .cart-pickup-in-store-popup .modal-inner-wrap:after {
      content: '';
      display: block;
      position: absolute;
      right: 30%;
      bottom: 100%;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-bottom: 10px solid #f7f7f7; }
  .checkout-cart-index .cart-pickup-in-store-popup .stockists-results {
    margin-top: 2.5rem; }
  .checkout-cart-index .cart-pickup-in-store-popup .stores-grid-table {
    position: relative;
    height: auto;
    width: 100%; }
  .checkout-cart-index .cart-pickup-in-store-popup .jsgrid-table {
    margin: 0; }
  .checkout-cart-index .cart-pickup-in-store-popup tr .jsgrid-cell {
    width: 6.25rem;
    text-align: start;
    padding: 0;
    border: none; }
  .checkout-cart-index .cart-pickup-in-store-popup tr .select-pickup-store {
    max-width: 190px;
    width: 100%; }
  .checkout-cart-index .cart-pickup-in-store-popup .results-stores-title {
    text-align: center;
    text-transform: none; }
  .checkout-cart-index .cart-pickup-in-store-popup .jsgrid-cell .results-content {
    padding: 1.25rem;
    background: #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .checkout-cart-index .cart-pickup-in-store-popup .jsgrid-cell .results-content .results-title {
      font-weight: 700;
      font-family: "brandon-grotesque", sans-serif;
      margin-bottom: 0.3125rem;
      text-transform: uppercase;
      font-size: 1rem; }
    .checkout-cart-index .cart-pickup-in-store-popup .jsgrid-cell .results-content .results-item-button {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-left: auto; }
      .checkout-cart-index .cart-pickup-in-store-popup .jsgrid-cell .results-content .results-item-button button {
        padding: 0.92em 2em 0.96em; }
    .checkout-cart-index .cart-pickup-in-store-popup .jsgrid-cell .results-content .results-item-data p {
      margin-bottom: 0; }
  .checkout-cart-index .cart-pickup-in-store-popup .content.minicart-items {
    position: static; }
  .checkout-cart-index .cart-pickup-in-store-popup .pickup_product_item .pickup-product-image {
    padding-left: 0.625rem; }

.checkout-cart-index .modal-popup.confirm {
  position: fixed; }

.checkout-cart-index .kf-simple-search {
  position: relative; }
  .checkout-cart-index .kf-simple-search .action.search, .checkout-cart-index .kf-simple-search #algolia-searchbox #algolia-glass, #algolia-searchbox .checkout-cart-index .kf-simple-search #algolia-glass,
  .checkout-cart-index .kf-simple-search #algolia-searchbox .ais-search-box--magnifier-wrapper, #algolia-searchbox .checkout-cart-index .kf-simple-search .ais-search-box--magnifier-wrapper, .checkout-cart-index .kf-simple-search .ais-root .searchbox .sbx-sffv__submit, .ais-root .searchbox .checkout-cart-index .kf-simple-search .sbx-sffv__submit,
  .checkout-cart-index .kf-simple-search .ais-root .searchbox .sbx-sffv__reset, .ais-root .searchbox .checkout-cart-index .kf-simple-search .sbx-sffv__reset {
    position: absolute;
    left: 0.625rem;
    top: 0; }
  .checkout-cart-index .kf-simple-search .stores-search-input {
    padding-left: 2.5rem; }

.js-availability-in-physical-stores-status {
  margin-top: 0.625rem; }

.pickup-in-store-popup-container {
  left: 0px; }
  @media print, screen and (min-width: 40em) {
    .pickup-in-store-popup-container {
      left: calc(100% - 600px); } }
  .pickup-in-store-popup-container .modal-inner-wrap {
    background: #f7f7f7; }
  .pickup-in-store-popup-container .results-stores-title {
    text-align: center;
    text-transform: none; }
  .pickup-in-store-popup-container .store-item {
    margin-top: 1.25rem;
    padding: 1.25rem;
    background: #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pickup-in-store-popup-container .store-item .store-name {
      font-weight: 700;
      font-family: "brandon-grotesque", sans-serif;
      margin-bottom: 0.3125rem;
      text-transform: uppercase;
      font-size: 1rem; }
    .pickup-in-store-popup-container .store-item .show-store-button {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-left: auto; }
      .pickup-in-store-popup-container .store-item .show-store-button button {
        padding: 0.92em 2em 0.96em; }
    .pickup-in-store-popup-container .store-item .store-info p {
      margin-bottom: 0; }
  .pickup-in-store-popup-container .content.minicart-items {
    position: static; }
  .pickup-in-store-popup-container .pickup_product_item .pickup-product-image {
    padding-left: 0.625rem; }

.pickup-in-store-addtocart-btn-wrapper .js-availability-in-physical-stores-status li:after {
  display: none; }

.pickup-in-store-widget h2 {
  text-transform: initial;
  margin-bottom: 12px; }

.pickup-in-store-widget .pickup-store-collect {
  margin-top: 15px; }

.pickup-store-address p {
  margin: 0; }

.pickup-store-form h4 {
  margin: 15px 0 10px; }

.pickup-store-form input::-webkit-outer-spin-button,
.pickup-store-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.pickup-store-form input[type=number].pickup-input.qty {
  -moz-appearance: textfield;
  text-align: center;
  width: 60px;
  max-width: 100%; }

.pickup-store-form .pickup-button {
  width: 100%; }

@media screen and (max-width: 74.9375em) {
  .modal-popup .modal-inner-wrap {
    position: relative; } }

.catalog-product-view .physical-stores-stock-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.catalog-product-view .modal-slide .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  position: relative; }
  .catalog-product-view .modal-slide .buttons-container .no-mt {
    margin-top: 0; }
  .catalog-product-view .modal-slide .buttons-container .button {
    margin: 0.5rem auto;
    text-transform: uppercase;
    width: 100%; }
  .catalog-product-view .modal-slide .buttons-container .js-close {
    background: #fff;
    border: 2px solid #197e3e;
    color: #197e3e; }

.catalog-product-view .pickup-in-store-popup-container.modal-slide .modal-content {
  height: calc(100% - 41px);
  padding-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .catalog-product-view .pickup-in-store-popup-container.modal-slide .modal-content {
      height: calc(100% - 82px); } }

.catalog-product-view .pickup-in-store-popup-container.modal-slide .items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 57px); }
  @media print, screen and (min-width: 40em) {
    .catalog-product-view .pickup-in-store-popup-container.modal-slide .items-wrapper {
      height: calc(100vh - 98px); } }

.cms-page-view .column.main strong, .cms-page-view .main.columns strong {
  font-weight: 700; }

.cms-page-view .column.main p, .cms-page-view .main.columns p,
.cms-page-view .column.main ol,
.cms-page-view .main.columns ol,
.cms-page-view .column.main ul,
.cms-page-view .main.columns ul,
.cms-page-view .column.main th,
.cms-page-view .main.columns th,
.cms-page-view .column.main td,
.cms-page-view .main.columns td {
  font-size: 1rem; }

.cms-page-view .column.main h2, .cms-page-view .main.columns h2 {
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.cms-page-view .column.main h3, .cms-page-view .main.columns h3 {
  font-size: 1.25rem;
  font-weight: 700; }

.cms-page-view .column.main h4, .cms-page-view .main.columns h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #197e3e; }


.cms-page-view .column.main ol,
.cms-page-view .main.columns ol,
.cms-page-view .column.main ul,
.cms-page-view .main.columns ul {
  margin: 1rem 0; }

#postcode-form .group-fields .message-container {
  margin-top: -1.3rem; }

#postcode-form .message {
  padding: 0.5rem;
  height: 2.4375rem;
  background-image: none; }
  #postcode-form .message.warning {
    color: #000;
    background-color: #ffffcc;
    border: 1px solid rgba(0, 0, 0, 0.15); }

#postcode-form input.custom-warning {
  background-image: url("../images/warning-icon.svg");
  background-size: 22px auto;
  background-position: calc(100% - 11px) 50%; }

.dibs-easy-checkout-radio-row label .desc {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 1rem; }
  @media print, screen and (min-width: 64em) {
    .dibs-easy-checkout-radio-row label .desc {
      width: 27rem; } }
  .dibs-easy-checkout-radio-row label .desc .bring-description-logo img {
    display: none; }
    @media print, screen and (min-width: 64em) {
      .dibs-easy-checkout-radio-row label .desc .bring-description-logo img {
        display: block;
        width: 4rem;
        height: auto;
        position: absolute;
        right: 0rem;
        top: -2.5rem; } }
  .dibs-easy-checkout-radio-row label .desc p {
    margin-bottom: 0.1rem; }
