@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75,300,600,700,800;1,75,300..800&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus:not(:focus-visible),
button:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible),
details:focus:not(:focus-visible),
[href]:focus:not(:focus-visible),
[tabindex]:not([tabindex="-1"]):focus:not(:focus-visible),
[contenteditable="true"]:focus:not(:focus-visible) {
  outline: 0 !important; }

input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible,
details:focus-visible,
[href]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible,
[contenteditable="true"]:focus-visible {
  outline: 2px solid #0f7fff !important; }

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus:not(:focus-visible) + label {
  outline: 0 !important; }

input:focus-visible + label {
  outline: 2px solid #0f7fff !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

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

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: black;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

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

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: black;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: black; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6,
.slinky-theme-default .title {
  color: black;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .slinky-theme-default .title small {
    color: black;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }


h6,
.slinky-theme-default .title {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

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

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

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

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: black;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #d9d9d9;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: black;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: black; }
  .button:active {
    background-color: transparent;
    border: 1px solid #d9d9d9;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: black;
  border-color: black;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: black;
    border-color: black;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: black; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: black;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: black;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: black;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #d9d9d9;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: black;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(0, 0, 0, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(0, 0, 0, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: black;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.switch-toggle {
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #d9d9d9; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #d9d9d9; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #d9d9d9; }

.switch-description--on {
  color: #d9d9d9;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #c30000; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #c30000; }

.form-field--error .form-input-indicator > svg {
  fill: #c30000; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: black;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: black; }
  .breadcrumb.current {
    color: black;
    cursor: default; }
    .breadcrumb.current a {
      color: black;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: black;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: black;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: black;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: black;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: black; }

.tab.is-active .tab-title {
  color: black;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: black;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: black;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: black; }

li.pagination-item--current a, li.pagination-item--current button {
  color: black;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: black; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #c30000; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: black;
    padding: 1.85714rem;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #c30000; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: black;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: black;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: black; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: black; }
  .card-figcaption-button:hover {
    background-color: white;
    color: black; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: black; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #d9d9d9;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid black;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: black; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #d9d9d9; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.slinky-theme-default .title {
  font-weight: 400;
  margin-top: 2.28571rem; }

h5,
h6,
.slinky-theme-default .title {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }


h6,
.slinky-theme-default .title {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: black;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(217, 217, 217, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: black;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #d9d9d9;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: black;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: black;
      border-color: black;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: black;
      border-color: black;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid black;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: black; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: black; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: black; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: black; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: black;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #d9d9d9; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: black;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: black; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: black; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(195, 0, 0, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: black; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: black; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: black; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #8f8f8f;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: black;
    box-shadow: 0 0 0 1px black; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 480px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 137.5%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: black;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #d9d9d9; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: black; }
    .card--alternate:hover .card-body {
      background-color: black; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 0, 0, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: black; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: black; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: black; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: black;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: black;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: black;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: black;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #d9d9d9; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #d9d9d9;
      stroke: #d9d9d9; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: black;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #d9d9d9; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: black;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: black;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: black; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #d9d9d9;
    stroke: #d9d9d9; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #d9d9d9; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #d9d9d9;
      stroke: #d9d9d9; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: black; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: black;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: black; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #d9d9d9;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: black; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: black;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: black;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: black;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 505px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: black; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: black;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: black; }
    .productView-brand a:hover {
      color: black; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: black;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: black; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: black;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: black; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #d9d9d9;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: black; }
  .toggleLink:hover {
    color: black; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: black;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: black;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-header-item.cart-header-price,
.cart-header-item.cart-header-option {
  padding-left: 0; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }
  .cart-item:last-child {
    border-bottom: none; }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }
  .cart-item-block .definitionList-key {
    display: none; }
  .cart-item-block dd.definitionList-value {
    text-indent: 0px !important; }
  .cart-item-block.cart-item-title {
    overflow: visible; }
  .cart-item-block .form-wishlist .dropdown-menu {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    left: 0; }
    .cart-item-block .form-wishlist .dropdown-menu.is-open {
      z-index: 1000;
      width: 200% !important;
      left: calc(100% - 50%) !important;
      transform: translateX(-50%);
      top: 20px !important; }
    .cart-item-block .form-wishlist .dropdown-menu li {
      margin: 1.25rem .5rem;
      text-align: center; }
    .cart-item-block .form-wishlist .dropdown-menu .wishlist-item {
      font-size: 14px;
      border: none;
      background: none; }
      .cart-item-block .form-wishlist .dropdown-menu .wishlist-item.default {
        font-weight: 600; }
      @media (min-width: 801px) {
        .cart-item-block .form-wishlist .dropdown-menu .wishlist-item {
          font-size: 15px; } }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 123px; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 19.5%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-item-info.desktopPrice .cart-item-value,
.cart-item-info.mobilePrice .cart-item-value {
  font-weight: 600; }

.cart-content-padding-right {
  padding-right: 4px;
  justify-content: center !important; }
  @media (min-width: 1261px) {
    .cart-content-padding-right {
      justify-content: flex-end !important; } }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: black;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: black;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-name__label {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 500; }

.cart-item-sku {
  color: #939393;
  font-size: 12px; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.35714rem;
  margin-top: 0.14286rem;
  padding: 3px;
  transition: background-color 0.15s ease;
  width: 1.35714rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #d9d9d9; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100% !important; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 80% !important; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 65% !important; } }
  @media screen and (min-width: 1024px) {
    .cart-totals {
      width: 100% !important; } }

.cart-total {
  border-bottom: 0;
  padding: 1rem 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total {
      flex-wrap: wrap !important; }
      .cart-total + .cart-total {
        border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: black;
  width: 33.33333%;
  justify-content: flex-start !important; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%;
      justify-content: flex-end Im !important; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left; }

.cart-total-grandTotal {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: black;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: black; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 73%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 25%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 137.39837%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: black;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.cart-savings {
  display: flex;
  font-size: 25px;
  font-weight: normal;
  width: 100%;
  justify-content: space-between;
  font-style: italic;
  color: #C30000; }
  @media (min-width: 801px) {
    .cart-savings {
      padding: 0.5rem 0 0.5rem 0rem; } }

.cart-total.shipping {
  border-top: none; }

.or-use-label {
  display: none !important; }

.coupon-section {
  padding: 1rem 0; }

.coupon-label {
  width: 100% !important;
  flex: none !important;
  margin-bottom: 1rem; }

.cart-form.coupon-code {
  width: 100% !important; }

#add-shipping .form dl {
  padding: 15px 1rem 35px; }

#add-shipping .form dl dd {
  text-indent: 0; }

#add-shipping .form .form-input {
  border-radius: 0; }

.cart-totals .button--primary {
  height: 36px; }

.cart-total .coupon-form .form-input {
  height: 36px;
  border-radius: 0;
  padding-left: 10px; }

.cart-sidebar-checkout {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 551px) {
    .cart-sidebar-checkout {
      flex-direction: row;
      width: 80%; } }
  @media (min-width: 801px) {
    .cart-sidebar-checkout {
      width: 65%; } }
  @media screen and (min-width: 1024px) {
    .cart-sidebar-checkout {
      width: 100%; } }
  .cart-sidebar-checkout .cart-actions {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
    margin: 0 0 1.5rem 0 !important; }
    @media (min-width: 551px) {
      .cart-sidebar-checkout .cart-actions {
        width: 49% !important;
        margin-bottom: 0 !important; } }
    @media (min-width: 1261px) {
      .cart-sidebar-checkout .cart-actions {
        width: 100% !important; } }
    .cart-sidebar-checkout .cart-actions .button--primary {
      width: 100%; }
  .cart-sidebar-checkout .cart-additionalCheckoutButtons {
    width: 100% !important;
    margin: 0 !important; }
    @media (min-width: 551px) {
      .cart-sidebar-checkout .cart-additionalCheckoutButtons {
        width: 49% !important; } }
    .cart-sidebar-checkout .cart-additionalCheckoutButtons .BraintreePaypalCheckout,
    .cart-sidebar-checkout .cart-additionalCheckoutButtons .BraintreePaypalContainer,
    .cart-sidebar-checkout .cart-additionalCheckoutButtons .BraintreePaypalInnerContainer {
      width: 100%;
      max-width: unset; }

.mobileOptions {
  display: block; }
  @media (min-width: 801px) {
    .mobileOptions {
      display: none; } }
  .mobileOptions .definitionList-key,
  .mobileOptions .definitionList-value {
    font-size: 13px; }

.desktopOptions {
  display: none !important; }
  @media (min-width: 801px) {
    .desktopOptions {
      display: table-cell !important; } }

.mobilePrice {
  display: block;
  font-weight: bold; }
  @media (min-width: 801px) {
    .mobilePrice {
      display: none; } }
  .mobilePrice .price--discounted + span.cart-item-value {
    color: #C30000; }

.desktopPrice {
  display: none !important; }
  @media (min-width: 801px) {
    .desktopPrice {
      display: table-cell !important; } }

.cart-header {
  display: none !important; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group !important; } }

@media screen and (min-width: 1024px) {
  .cart-content-padding-right.left {
    width: 65% !important;
    max-width: 770px !important; } }

@media screen and (max-width: 551px) {
  .cart--holder {
    margin-bottom: 0 !important; } }

@media screen and (max-width: 551px) {
  .cart-content-padding-right.right {
    width: calc(100% + 4.5rem) !important;
    max-width: unset !important;
    margin-right: -2.25rem;
    margin-left: -2.25rem;
    padding: 1rem 2.25rem 2rem !important;
    background-color: #f8f8f8; } }

@media screen and (min-width: 1024px) {
  .cart-content-padding-right.right {
    width: 33% !important;
    max-width: 400px !important; } }

.cartPage-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #939393;
  padding-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .cartPage-header {
      margin-bottom: 2rem;
      padding-bottom: 0;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  .cartPage-header a {
    font-weight: bold;
    text-decoration: underline; }

.returnHome-link {
  text-align: center;
  margin-top: 2rem;
  font-weight: bold;
  text-decoration: underline;
  width: 100%;
  font-size: 14px; }
  @media only screen and (min-width: 1024px) {
    .returnHome-link {
      text-align: left;
      font-size: 16px; } }

.wishlist-link,
.cart-item-block.desktopOptions a,
.cart-item-block .mobileOptions a,
.cart-remove .cart-remove-text {
  border: none;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px !important; }
  @media (min-width: 801px) {
    .wishlist-link,
    .cart-item-block.desktopOptions a,
    .cart-item-block .mobileOptions a,
    .cart-remove .cart-remove-text {
      font-size: 15px !important; } }
  .wishlist-link:hover,
  .cart-item-block.desktopOptions a:hover,
  .cart-item-block .mobileOptions a:hover,
  .cart-remove .cart-remove-text:hover {
    color: #000;
    text-decoration: none; }

.modal-body.edit-options {
  overflow: auto; }
  .modal-body.edit-options .form-label--alternate {
    font-family: inherit;
    font-weight: 600; }
  .modal-body.edit-options .form-select--small {
    background-position: right 0.65rem top 0.65rem;
    line-height: unset; }

#modal.options-wrapper {
  min-height: unset !important;
  max-width: 500px; }

.cart-remove svg {
  width: 11px; }

.cart-sidebar-checkout {
  justify-content: center; }
  @media (min-width: 1261px) {
    .cart-sidebar-checkout {
      justify-content: right; } }

.cart-actions.cart-content-padding-right .button {
  border-radius: 5px;
  margin-bottom: 10px; }
  @media (min-width: 801px) {
    .cart-actions.cart-content-padding-right .button {
      margin-bottom: 0; } }

.cart-sidebar-checkout .cart-actions.cart-content-padding-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 10px; }
  @media (min-width: 801px) {
    .cart-sidebar-checkout .cart-actions.cart-content-padding-right {
      grid-template-columns: 1fr 1fr; } }

.cart-actions.cart-content-padding-right .button {
  grid-column-start: 1; }

.cart-actions.cart-content-padding-right .FloatRight,
.cart-actions.cart-content-padding-right .FloatRight .BraintreePaypalInnerContainer,
.cart-actions.cart-content-padding-right .FloatRight .BraintreePaypalCreditInnerContainer,
.cart-actions.cart-content-padding-right .FloatRight .GooglePayInnerContainer {
  max-width: unset;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-actions.cart-content-padding-right .FloatRight,
    .cart-actions.cart-content-padding-right .FloatRight .BraintreePaypalInnerContainer,
    .cart-actions.cart-content-padding-right .FloatRight .BraintreePaypalCreditInnerContainer,
    .cart-actions.cart-content-padding-right .FloatRight .GooglePayInnerContainer {
      max-width: 300px; } }
  @media (min-width: 801px) {
    .cart-actions.cart-content-padding-right .FloatRight,
    .cart-actions.cart-content-padding-right .FloatRight .BraintreePaypalInnerContainer,
    .cart-actions.cart-content-padding-right .FloatRight .BraintreePaypalCreditInnerContainer,
    .cart-actions.cart-content-padding-right .FloatRight .GooglePayInnerContainer {
      max-width: 200px; } }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: black;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: black; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: black;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.cookieMessage {
  background: #e5e5e5;
  color: black;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.filter {
  width: 320px !important;
  height: 100dvh !important;
  padding: 70px 0 0 !important;
  gap: 20px;
  display: grid;
  position: fixed;
  grid-template-rows: 1fr max-content;
  right: 0;
  top: 0;
  background: white;
  align-items: start;
  color: #191919;
  z-index: 9999;
  transform: translateX(110%);
  transition: all 0.3s; }
  .filter__close {
    position: absolute;
    right: 12px !important;
    top: 12px;
    width: 44px;
    height: 44px;
    border-width: 1px;
    box-shadow: 0px 2px 7px 0px #00000033 !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .filter__close:hover {
      background-color: white !important;
      box-shadow: 0px 2px 7px 0px #00000033 !important; }
  .filter__overlay {
    opacity: 0;
    cursor: context-menu;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    z-index: -1; }
  .filter__groups {
    display: grid;
    align-content: start;
    overflow-y: auto;
    height: 100%;
    padding: 0 20px !important; }
    @media (max-width: 360px) {
      .filter__groups {
        padding: 0 10px !important; } }
  .filter__group {
    padding: 20px 0 !important;
    border-bottom: 0.5px solid #e1e1e1 !important;
    display: grid;
    gap: 16px; }
    .filter__group:first-child {
      padding-top: 0 !important; }
  .filter h5 {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 0 !important; }
  .filter__input--wrapper input {
    display: none; }
  .filter__input--wrapper input[type="radio"] + label:after {
    border-radius: 100% !important; }
  .filter__input--wrapper input[type="radio"] + label::before {
    width: 4px;
    height: 4px;
    background-color: white;
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    z-index: 9;
    border-radius: 100% !important; }
  .filter__input--wrapper input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 6px;
    width: 8px;
    height: 6px;
    background-image: url('data:image/svg+xml;utf8,<svg width="8" height="6" viewBox="0 0 8 6" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 3.18182L3.42308 5L6.5 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    display: none; }
  .filter__input--wrapper input:checked + label:after {
    background-color: #191919; }
  .filter__input--wrapper input:checked + label::before {
    display: block; }
  .filter__input--wrapper label {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0px;
    vertical-align: middle;
    position: relative;
    padding-left: 22px;
    display: flex; }
    .filter__input--wrapper label:after {
      border-radius: 1px !important;
      width: 14px;
      height: 14px;
      border: 1px solid #191919;
      content: "";
      position: absolute;
      left: 0;
      top: 2px; }
  .filter__btns {
    position: sticky;
    bottom: 0;
    height: max-content !important;
    align-self: end;
    padding: 12px 16px 16px !important;
    gap: 12px;
    border-top-width: 1px !important;
    display: grid;
    grid-template-columns: 1fr max-content;
    border-top: 1px solid #e1e1e1 !important; }
  .filter__btn__show {
    height: 42px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    gap: 10px;
    border-radius: 6px !important;
    background: #191919 !important;
    color: white !important;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle; }
  .filter__btn__clear {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 73px;
    height: 44px;
    border-width: 1px;
    gap: 10px;
    border-radius: 6px !important;
    padding: 16px !important;
    border: 1px solid #e1e1e1 !important; }
    .filter__btn__clear:hover {
      background-color: #f2f2f2 !important;
      color: #191919 !important; }

#filterSwitch {
  display: none; }
  #filterSwitch:checked ~ .filter__overlay {
    display: block;
    opacity: 1;
    z-index: 999;
    transition: opacity 0.3s; }
  #filterSwitch:checked ~ .filter {
    transform: translateX(0); }

.navBar-section-account li.is-active a,
[class="account__menu"] li.is-active a {
  font-stretch: unset !important; }

body {
  max-width: 100dvw !important; }

@media (min-width: 767px) {
  .account--fixed {
    max-width: 95%;
    margin: 0 auto; } }

.reset_el {
  margin: 0;
  padding: 0; }

.product__grid.custom__container {
  margin: 0 auto !important; }
  @media (max-width: 360px) {
    .product__grid.custom__container {
      padding: 12px 0 20px !important; } }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

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

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 137.39837%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: black;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: black;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: black; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: black;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: black;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: black; }

.custom__container {
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 20px !important; }
  @media (max-width: 1400px) {
    .custom__container {
      padding: 0 0 !important;
      max-width: 1280px !important; } }
  @media (max-width: 360px) {
    .custom__container {
      padding: 0 10px !important; } }

@media (max-width: 360px) {
  .custom__container.account__alert.reset_el {
    padding: 0 !important; } }

.account__menu {
  margin: 12px auto 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  max-width: 1280px !important;
  background-color: #fdf2e7;
  border-radius: 6px;
  padding: 16px !important; }

.account__links--div {
  display: flex;
  grid-gap: 30px;
  margin: 0 !important; }
  .account__links--div--first .navBar-action {
    font-family: "Open Sans" !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 100% !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: #191919 !important; }
  .account__links--div--second .navBar-action {
    font-family: "Open Sans" !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 100% !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: #191919 !important; }
  .account__links--div .navBar-action {
    padding: 0 !important; }

.account__menu--phone {
  background-color: #fdf2e7;
  display: grid; }
  @media (max-width: 1000px) {
    .account__menu--phone {
      margin-top: 16px !important; } }
  .account__menu--phone--label {
    display: none !important;
    width: 100% !important;
    justify-content: space-between !important;
    align-items: center;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 18px;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000 !important;
    font-family: "DM Serif Display";
    gap: 12px; }
    @media (max-width: 1000px) {
      .account__menu--phone--label {
        display: flex !important; } }
    .account__menu--phone--label .svg__wrapper {
      height: 40px !important;
      width: 40px !important;
      padding: 0 !important;
      margin: 0 !important;
      justify-content: center !important;
      align-items: center;
      display: flex; }
      .account__menu--phone--label .svg__wrapper svg {
        transition: all 0.3s ease-in-out; }
  .account__menu--phone--input {
    display: none !important; }
  .account__menu--phone--input:checked ~ .account__list--phone {
    height: 100% !important;
    max-height: 336px !important; }
    @media (max-width: 767px) {
      .account__menu--phone--input:checked ~ .account__list--phone {
        max-height: unset !important; } }
  .account__menu--phone--input:checked ~ .account__menu--phone--label svg {
    transform: rotate(180deg); }

.navBar-section-account.account__list--phone {
  display: grid !important;
  grid-gap: 36px !important;
  justify-items: start !important;
  grid-template-columns: 1fr;
  padding-right: 10px;
  padding-left: 18px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  max-height: 0; }
  .navBar-section-account.account__list--phone .navBar-item {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
    justify-content: stretch !important;
    align-items: center;
    display: flex;
    width: 100% !important;
    display: flex !important;
    min-height: auto !important; }
    .navBar-section-account.account__list--phone .navBar-item:first-child {
      margin-top: 24px !important; }
    .navBar-section-account.account__list--phone .navBar-item:last-child {
      margin-bottom: 20px !important; }
    .navBar-section-account.account__list--phone .navBar-item .navBar-action {
      padding: 0 !important; }

.account__page__heading {
  display: grid !important;
  grid-template-columns: max-content 1fr max-content;
  grid-gap: 16px;
  margin: 0 auto !important;
  align-items: center; }
  @media (max-width: 1023px) {
    .account__page__heading {
      grid-template-columns: 1fr max-content; } }
  @media (max-width: 1000px) {
    .account__page__heading {
      margin-top: 16px !important; } }
  @media (max-width: 501px) {
    .account__page__heading {
      grid-template-columns: 1fr;
      padding: 0 !important; } }
  @media (max-width: 360px) {
    .account__page__heading {
      padding: 0 !important; } }
  .account__page__heading h1 {
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    height: 26px !important;
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .account__page__heading h1 {
        display: none !important; } }

.account__page__btn {
  border-width: 1px;
  gap: 6px;
  border-radius: 6px !important;
  padding: 14px !important;
  border: 1px solid #cccccc !important;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px !important;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #191919 !important;
  width: fit-content !important;
  height: 39px !important;
  display: flex;
  align-items: center; }
  .account__page__btn.loading {
    pointer-events: none !important;
    opacity: 0.5 !important; }
  .account__page__btn:hover {
    color: #191919 !important;
    background-color: white !important;
    box-shadow: 0px 2px 7px 0px #00000033;
    border: 1px solid #191919 !important; }
  @media (max-width: 501px) {
    .account__page__btn {
      width: 100% !important;
      text-align: center; } }
  .account__page__btn label.loading, .account__page__btn label.loading:hover {
    pointer-events: none !important;
    opacity: 0.5 !important; }
  .account__page__btn .selected {
    display: flex !important;
    align-items: center;
    gap: 3px;
    padding: 0 !important;
    flex-grow: 1;
    justify-content: center;
    height: 39px; }

.account__paginator {
  display: flex;
  align-items: center; }
  .account__paginator__btn {
    width: 55px !important; }
    .account__paginator__btn.loading {
      pointer-events: none !important;
      opacity: 0.5 !important; }
    .account__paginator__btn--group {
      display: flex;
      position: relative;
      align-items: center;
      gap: 13px;
      font-family: "Open Sans";
      font-weight: 400;
      font-size: 12px !important;
      letter-spacing: 0px;
      vertical-align: middle;
      margin-right: 20px !important; }
      @media (max-width: 501px) {
        .account__paginator__btn--group {
          margin-right: auto !important;
          font-size: 15px !important; } }
  .account__paginator__dropdown {
    z-index: 99;
    position: absolute;
    display: none !important;
    width: 55px !important;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    height: max-content !important;
    border-radius: 0 0 6px 6px !important;
    border: 1px solid;
    border-color: #191919 !important;
    background-color: white !important;
    border-top: 0 !important;
    padding: 0 0 10px !important;
    justify-content: center;
    justify-items: center; }
    .account__paginator__dropdown label {
      text-align: center;
      width: 40px !important;
      height: 40px !important;
      max-height: 40px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #737373 !important; }
      .account__paginator__dropdown label:hover {
        background-color: #f7f7f7 !important;
        color: #191919 !important; }
  .account__paginator .paginatorInput {
    display: none !important; }
    .account__paginator .paginatorInput:checked ~ .account__paginator__btn .account__paginator__dropdown {
      display: grid !important; }
    .account__paginator .paginatorInput:checked ~ .account__paginator__btn {
      border-radius: 6px 6px 0 0 !important;
      border-bottom: transparent !important;
      border-color: #191919 !important; }
  .account__paginator p {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0 !important;
    margin-right: 20px !important; }
    @media (max-width: 501px) {
      .account__paginator p {
        margin-left: 20px !important; } }
  .account__paginator .svg__wrapper {
    margin: 0 !important;
    padding: 0 !important;
    height: fit-content !important;
    line-height: 100% !important;
    border-radius: 6px;
    border: none !important;
    cursor: pointer; }
    .account__paginator .svg__wrapper:hover {
      background-color: #f7f7f7 !important; }
    .account__paginator .svg__wrapper:disabled {
      opacity: 20% !important;
      cursor: not-allowed; }
    .account__paginator .svg__wrapper:last-child svg {
      transform: rotate(180deg); }
    .account__paginator .svg__wrapper.loading, .account__paginator .svg__wrapper.loading:hover {
      pointer-events: none !important;
      opacity: 20% !important;
      cursor: not-allowed; }

.alert__violet {
  background-color: #b5c5f5;
  gap: 9px;
  border-radius: 6px !important;
  padding: 16px !important;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0px;
  vertical-align: middle;
  display: flex;
  margin-top: 16px !important;
  color: #000000 !important; }
  @media (max-width: 743px) {
    .alert__violet {
      border-radius: 0 !important;
      margin-right: 0 !important;
      margin-left: 0 !important; } }
  .alert__violet .strong {
    font-weight: 700;
    width: max-content;
    white-space: nowrap; }
  .alert__violet p {
    display: inline-block !important;
    width: max-content; }
  .alert__violet a {
    text-decoration: underline;
    line-break: strict; }

.product__grid {
  display: grid;
  grid-template-columns: repeat(5, minMax(180px, 1fr));
  grid-gap: 13.5px;
  padding-top: 16px !important;
  padding-bottom: 30px !important; }
  @media (max-width: 1279px) {
    .product__grid {
      grid-template-columns: repeat(4, minMax(180px, 1fr)); } }
  @media (max-width: 1000px) {
    .product__grid {
      margin-right: 20px !important;
      margin-left: 20px !important; } }
  @media (max-width: 1024px) {
    .product__grid {
      grid-template-columns: repeat(3, minMax(180px, 1fr)); } }
  @media (max-width: 744px) {
    .product__grid {
      grid-template-columns: repeat(2, minMax(180px, 1fr)); } }
  @media (max-width: 501px) {
    .product__grid {
      padding-top: 12px !important;
      padding-bottom: 20px !important;
      grid-template-columns: 1fr;
      margin-right: 0 !important;
      margin-left: 0 !important; } }

.product__card {
  --card-height: 300px;
  min-width: 220px;
  border-width: 1px !important;
  border-radius: 6px !important;
  border: 1px solid #e1e1e1 !important;
  position: relative; }
  .product__card .product__card__img {
    margin: 0 auto; }
  .product__card .product__card__img--main,
  .product__card .product__card__img--hovered {
    max-height: 379px;
    max-width: 276px;
    margin: 0 auto; }
  .product__card .product__card__img img {
    object-fit: contain !important; }
  @media (max-width: 501px) {
    .product__card {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr minMax(37%, 154px);
      grid-template-rows: 1fr max-content max-content; } }
  .product__card__img {
    width: 100%;
    height: 336.8px;
    border-radius: 6px 6px 0 0 !important;
    overflow: hidden;
    position: relative; }
    @media (min-width: 767px) {
      .product__card__img {
        min-height: var(--card-height); } }
    .product__card__img img {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      object-fit: cover;
      transition: opacity 0.3s ease;
      height: 100%;
      width: 100%; }
    @media (max-width: 501px) {
      .product__card__img {
        grid-column: 2/3;
        grid-row: 1/4;
        height: 100%;
        object-fit: contain;
        border-left: 1px solid #e1e1e1 !important; } }
  .product__card__img--main {
    opacity: 1; }
  .product__card__img--hovered {
    opacity: 0; }
  .product__card:hover .product__card__img .product__card__img--main {
    opacity: 0; }
  .product__card:hover .product__card__img .product__card__img--hovered {
    opacity: 1; }
  .product__card__content {
    display: grid;
    gap: 9px;
    padding: 16px !important;
    min-height: 115px; }
    @media (max-width: 501px) {
      .product__card__content {
        grid-column: 1/2;
        grid-row: 1/2;
        gap: 12px;
        height: fit-content; } }
    @media (min-width: 767px) {
      .product__card__content {
        margin-bottom: 45px; } }
  .product__card__title {
    display: flex;
    grid-gap: 9px;
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 0.5px;
    vertical-align: middle;
    text-transform: capitalize;
    font-family: "open-sans-condensed" !important;
    font-variation-settings: "wdth" 75;
    font-stretch: 75%;
    color: #191919; }
    @media (max-width: 501px) {
      .product__card__title span {
        display: none; } }
  .product__card__details {
    position: relative !important; }
  .product__card__p {
    font-family: "Open Sans" !important;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    line-clamp: 2;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow-y: hidden;
    height: fit-content; }
    @media (min-width: 767px) {
      .product__card__p {
        height: 2.6em; } }
  .product__card__sizes {
    font-family: "Open Sans" !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #595959; }
  .product__card__btn {
    gap: 6px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-width: 1px;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
    border: none !important;
    border-top: 1px solid #e1e1e1 !important;
    font-family: "Open Sans";
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 22.88px;
    letter-spacing: 1%;
    vertical-align: middle;
    color: #191919 !important;
    width: 100%;
    border-radius: 0 0 6px 6px !important;
    margin-bottom: 0 !important; }
    @media (max-width: 501px) {
      .product__card__btn {
        border: 1px solid #e1e1e1 !important;
        margin: 0 16px !important;
        max-width: calc(100% - 32px) !important;
        border-radius: 6px !important;
        height: 50px !important; } }
    .product__card__btn:hover {
      background-color: #f2f2f2 !important;
      color: #191919 !important; }
    .product__card__btn .checked {
      display: none; }
    .product__card__btn .notchecked {
      display: block; }
    .product__card__btn.clicked {
      gap: 6px;
      border-top: 1px solid #adcfab !important;
      background-color: #adcfab !important;
      color: #224125 !important; }
      .product__card__btn.clicked .checked {
        display: block; }
      .product__card__btn.clicked .notchecked {
        display: none; }
    @media (min-width: 767px) {
      .product__card__btn {
        position: absolute;
        bottom: 0; } }
  .product__card__btn--tooltip {
    display: none; }
    @media (max-width: 501px) {
      .product__card__btn--tooltip {
        display: flex !important;
        justify-content: center;
        padding: 12px 0 !important; } }

.tooltip-btn {
  background-color: white !important;
  color: #737373 !important;
  transition: all 0.2s ease;
  height: 14px !important; }
  .tooltip-btn:hover {
    color: #191919 !important;
    background-color: white !important; }
  @media (max-width: 501px) {
    .tooltip-btn {
      display: flex !important;
      gap: 5px;
      align-items: center !important; } }

@media (max-width: 501px) {
  .product__card__title .tooltip-btn {
    display: none !important; } }

.tooltip {
  position: absolute;
  display: block;
  opacity: 0 !important;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.2s ease;
  z-index: 1;
  width: 258px;
  background: #fff;
  border: 1px solid #e1e1e1 !important;
  border-radius: 6px;
  box-shadow: 0px 2px 7px 0px #00000033;
  padding: 16px;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  cursor: context-menu; }
  @media (max-width: 801px) {
    .tooltip {
      transition: opacity 0.2s ease !important;
      width: 390px;
      border-top-left-radius: 12px !important;
      border-top-right-radius: 12px !important;
      padding-top: 36px;
      padding-right: 24px;
      padding-bottom: 24px;
      padding-left: 24px; } }
  @media (max-width: 501px) {
    .tooltip {
      transform: translateY(30%) !important;
      transition: transform 0.3s !important; } }
  @media (max-width: 501px) {
    .tooltip.hide.visible {
      transform: translateY(100%) !important;
      transition: transform 0.2s !important; } }
  .tooltip-title {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #737373; }
  .tooltip .product__card__btn {
    width: 100% !important;
    height: 50px !important;
    gap: 6px;
    border-radius: 6px !important;
    padding: 16px;
    border: 1px solid #e1e1e1 !important;
    margin-top: 20px !important;
    display: none !important;
    margin-bottom: 0 !important; }
    @media (max-width: 801px) {
      .tooltip .product__card__btn {
        display: flex !important;
        max-width: unset !important;
        margin: 20px 0 0 !important; } }
    @media (max-width: 801px) {
      .tooltip .product__card__btn {
        display: flex !important;
        max-width: unset !important;
        margin: 20px 0 0 !important;
        height: 50px;
        align-items: center !important; } }
  .tooltip-overlay {
    display: none;
    cursor: context-menu; }
    @media (max-width: 801px) {
      .tooltip-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100dvh;
        left: 0;
        top: 0;
        z-index: 999; } }
  .tooltip.visible {
    opacity: 1 !important;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto; }
    @media (max-width: 801px) {
      .tooltip.visible {
        position: fixed;
        width: 390px !important;
        left: 50% !important;
        top: 50dvh !important;
        transform: translate(-50%, -50%) !important;
        z-index: 1000; } }
    @media (max-width: 501px) {
      .tooltip.visible {
        position: fixed;
        max-width: 100% !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 1000;
        transform: translateY(0) !important;
        height: fit-content !important;
        top: unset !important;
        transition: transform 0.3s; } }
    .tooltip.visible + .tooltip-overlay {
      display: block; }
  .tooltip-close {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
    display: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: fit-content !important;
    min-height: unset !important; }
    @media (max-width: 801px) {
      .tooltip-close {
        display: block !important; } }
    .tooltip-close svg {
      pointer-events: none !important; }
    .tooltip-close:hover {
      background-color: white !important; }
  .tooltip-content {
    display: grid;
    background-color: #fff;
    font-size: 14px;
    font-family: "Open Sans";
    color: #191919; }
  .tooltip-product-details {
    gap: 12px;
    display: none !important; }
    .tooltip-product-details p {
      font-family: Open Sans;
      font-weight: 400;
      font-size: 14px !important;
      line-height: 1.2;
      letter-spacing: 0%;
      vertical-align: middle;
      text-transform: capitalize; }
    @media (max-width: 801px) {
      .tooltip-product-details {
        display: grid !important; } }
  .tooltip-product-details + hr {
    display: none !important; }
    @media (max-width: 801px) {
      .tooltip-product-details + hr {
        display: block !important; } }
  .tooltip-beak, .tooltip-beak-border {
    position: absolute;
    width: 8px;
    height: 8px;
    top: -4px;
    transform: rotate(45deg);
    z-index: 0;
    left: 0; }
    @media (max-width: 801px) {
      .tooltip-beak, .tooltip-beak-border {
        display: none !important; } }
  .tooltip-beak-border {
    background: #e1e1e1;
    top: -5px; }
  .tooltip-beak {
    background: #fff;
    top: -4px; }
  .tooltip-header {
    display: grid;
    gap: 8px;
    justify-items: start; }
  .tooltip-order {
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-template-rows: max-content max-content;
    grid-gap: 9px;
    width: 100%;
    justify-items: start;
    align-items: center;
    line-height: 100%;
    cursor: pointer; }
    .tooltip-order .svg__wrapper {
      grid-row: 1/3;
      grid-column: 2/3; }
  .tooltip-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize; }
  .tooltip-date {
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    grid-column: 1/2; }
  .tooltip-id {
    font-size: 12px;
    font-weight: 400;
    color: #191919;
    grid-column: 1/2; }
  .tooltip-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start; }
  .tooltip-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #191919;
    line-height: 100%; }

hr {
  border: none;
  border-top: 1px solid #e1e1e1;
  width: 100%;
  margin: 16px 0 !important; }
  @media (max-width: 801px) {
    hr {
      margin: 20px 0 !important; } }

.page-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px; }

.tag {
  padding: 12px;
  border: 1px solid #e1e1e1 !important;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #191919;
  background-color: #fff;
  max-height: 33px;
  display: flex;
  align-items: center;
  text-transform: capitalize; }

.page--pdf-patterns .container {
  padding: 0 !important; }

.p-0 {
  padding: 0 !important; }

.paginator__bottom {
  width: fit-content;
  display: flex;
  justify-content: flex-end !important; }
  @media (max-width: 743px) {
    .paginator__bottom {
      margin: auto !important; } }

#progressOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

#progressContainer {
  background: white;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0px 2px 7px 0px #00000033;
  border-radius: 8px;
  width: 430px; }
  @media (max-width: 743px) {
    #progressContainer {
      max-width: 95vw;
      margin: auto; } }

#progressBar {
  width: 300px;
  height: 20px;
  max-width: 100vw; }

#progressText {
  margin: 0 20px 0 !important;
  color: #595959 !important;
  text-transform: uppercase !important;
  font-size: 14px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "open-sans-condensed", "Open Sans" !important; }

#progressContainer {
  display: grid;
  row-gap: 16px; }
  #progressContainer p {
    margin: 0 !important;
    font-size: 15px !important;
    font-family: "Open Sans" !important;
    color: #191919 !important;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #progressContainer h3 {
    font-family: "Open Sans" !important;
    height: 11px;
    display: flex;
    align-items: center;
    font-style: SemiBold;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    margin: 0 !important;
    color: #191919 !important; }

/* Remove border and add background */
#progressBar {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 6px;
  border-radius: 20px !important;
  background-color: #e0e0e0;
  margin: 8px auto 0 !important; }

/* WebKit (Chrome, Safari) */
#progressBar::-webkit-progress-bar {
  background-color: #e0e0e0;
  border: none;
  border-radius: 20px !important; }

#progressBar::-webkit-progress-value {
  background-color: #369c93;
  border-radius: 20px !important; }

/* Firefox */
#progressBar::-moz-progress-bar {
  background-color: #369c93;
  border: none;
  border-radius: 20px !important; }

.navBar-action {
  position: relative !important;
  display: flex !important;
  line-height: 11px !important;
  background-color: transparent !important; }
  .navBar-action.active {
    font-weight: 600 !important;
    color: #191919 !important; }
    .navBar-action.active:after {
      background-color: #000000 !important;
      height: 1.25px !important; }
  .navBar-action:hover:after {
    background-color: #000000; }
  .navBar-action::after {
    left: 0;
    right: 0;
    height: 1px;
    position: absolute !important;
    background-color: transparent;
    width: 100%;
    content: "";
    bottom: -8px !important; }

.paginator__bottom {
  max-width: 1320px;
  width: 100% !important;
  margin: 0 auto;
  display: flex; }
  @media (max-width: 1024px) {
    .paginator__bottom {
      justify-content: center !important; } }
  .paginator__bottom .account__paginator {
    width: max-content; }
    @media (max-width: 360px) {
      .paginator__bottom .account__paginator {
        display: grid;
        row-gap: 10px;
        justify-items: center;
        justify-content: center;
        grid-template-columns: max-content max-content 1fr; } }
  @media (max-width: 360px) {
    .paginator__bottom .account__paginator__btn--group {
      width: fit-content !important;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      grid-column: 1/4; } }

.account__page__heading {
  position: relative; }
  @media (max-width: 501px) {
    .account__page__heading .account__paginator {
      flex-wrap: wrap;
      row-gap: 10px;
      justify-content: center; } }
  @media (max-width: 360px) {
    .account__page__heading .account__paginator {
      flex-wrap: nowrap;
      display: -webkit-box !important; } }
  @media (max-width: 501px) {
    .account__page__heading .account__paginator__btn--group {
      width: 100% !important;
      display: flex;
      justify-content: flex-end; } }
  @media (max-width: 360px) {
    .account__page__heading .account__paginator__btn--group {
      display: flex !important;
      justify-content: stretch;
      width: fit-content !important; } }
  .account__page__heading #filterBtn.loading, .account__page__heading #filterBtn.loading:hover {
    pointer-events: none !important;
    opacity: 0.8; }
  @media (max-width: 501px) {
    .account__page__heading #filterBtn {
      position: absolute;
      left: 0;
      top: 0;
      width: fit-content !important;
      z-index: 9; } }
  @media (max-width: 360px) {
    .account__page__heading #filterBtn {
      position: relative !important;
      left: unset;
      top: unset;
      width: 100% !important;
      text-align: center !important;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (min-width: 360px) and (max-width: 501px) {
    .account__page__heading .account__paginator__btn--group {
      width: 100% !important;
      margin: 0 !important;
      margin-left: auto !important; } }

@media (max-width: 360px) {
  .account__page__heading > .account__paginator > .account__paginator__btn--group {
    display: none !important; } }

.tooltip-title {
  /* Order Details */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #191919; }
  @media (max-width: 501px) {
    .tooltip-title {
      color: #595959;
      font-weight: 400 !important; } }

.tooltip-date {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #191919; }

#pdfPaternsLoader {
  grid-column: 1/-1 !important;
  display: flex !important;
  width: 100% !important;
  min-height: 400px !important;
  justify-content: center !important;
  align-items: center !important;
  flex-flow: column;
  gap: 10px; }

@media (max-width: 501px) {
  .account button.product__card__btn {
    font-size: 14px !important; }
  .product__grid.custom__container > .product__card {
    border-radius: 0 !important; } }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: black;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: black;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

#menu-modal {
  display: none; }

.nav-item-link.mobileMenu-toggle {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .nav-item-link.mobileMenu-toggle {
      display: block;
      width: 50px;
      height: 15px; } }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: black;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: black;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: black; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: black;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: black;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: black; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #d9d9d9; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: black;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 600px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 123px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 137.39837%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: black; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: black; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }

template {
  display: none; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none; }

img,
iframe,
video,
audio,
object {
  max-width: 100%; }

img,
iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

img,
[style*="background-image"] {
  image-rendering: -webkit-optimize-contrast; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none; }

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none outside none; }

input::placeholder {
  color: inherit;
  opacity: 1; }

textarea::placeholder {
  color: inherit;
  opacity: 1; }

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto; } }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/*
@font-face {
	font-family: 'Arial';
	src: url('../fonts/Arial-regular.woff2') format('woff2'),
		url('..fonts/Arial-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Arial';
	src: url('../fonts/Arial-bold.woff2') format('woff2'),
		url('..fonts/Arial-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}*/
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%; }

body {
  min-width: 320px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000; }
  body.is-open {
    overflow: hidden; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a[href^="tel"] {
    text-decoration: none; }

ul {
  list-style: none; }

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6,
.slinky-theme-default .title {
  margin-bottom: calc(1.2em / 2); }

.h2,
h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.36;
  text-transform: uppercase; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h2,
    h2 {
      line-height: 1.2; } }

.h3,
h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2; }

.h4,
h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans"; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h4,
    h4 {
      font-size: 1.6rem; } }

.h5,
h5 {
  font-weight: 400;
  line-height: 1;
  font-size: 1.8rem; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h5,
    h5 {
      font-size: 1.6rem; } }

.h6,
h6,
.slinky-theme-default .title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2; }

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
.slinky-theme-default .title[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.slinky-theme-default .title:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }

[data-layout-id="7fcf56f9-8180-46eb-98da-5d1548f8da40"] {
  position: sticky;
  top: 0; }

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }

/*  Hidden  */
[hidden],
.hidden {
  display: none; }

/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 1023px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 1023.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }

/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion-navigation {
  border: unset; }

.accordion-navigation > a {
  background: unset;
  color: unset;
  padding: unset;
  display: unset;
  font-family: unset;
  font-size: unset; }

body .accordion {
  margin-bottom: unset;
  border: unset;
  border-width: unset;
  box-shadow: unset;
  margin: unset; }
  body .accordion .accordion-title {
    font-family: "Open Sans";
    font-size: 17px; }
  body .accordion a {
    color: #000;
    font-size: 1.3em;
    font-family: "Open Sans"; }

ul {
  margin-left: 0 !important; }

.accordion-navigation {
  -ms-flex-align: unset;
  align-items: unset;
  display: unset;
  display: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  padding-right: unset;
  position: unset;
  width: unset; }

.accordion .accordion-navigation > a {
  border-top: 0.1rem solid #CCC;
  border-bottom: 0.1rem solid #CCC;
  padding: 1.6rem 5.5rem 1.4rem 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1.36; }
  .accordion .accordion-navigation > a:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: 1.6rem;
    height: 1rem;
    background-image: url(../images/arrow-down-blue.svg);
    background-repeat: no-repeat;
    background-size: contain; }

.accordion .accordion-navigation > a.active:after {
  transform: translateY(-50%) rotate(180deg); }

.accordion .content {
  padding: 1.6rem 1.5rem 3.8rem;
  line-height: 1.59;
  display: none; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion .content {
      line-height: 1.4;
      padding: 1.6rem 1.5rem 2.5rem; } }

.accordion .content p:not(:last-child) {
  margin-bottom: 2.6rem; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion .content p:not(:last-child) {
      margin-bottom: 2rem; } }

.accordion .content .list-info p {
  margin-bottom: 0; }

.accordion .content.active {
  display: block; }

/*  Accordion alt  */
.accordion--alt {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .accordion--alt {
      display: block; } }
  .accordion--alt .accordion-navigation + .accordion-navigation {
    margin-left: 8rem; }
    @media (max-width: 1199px) {
      .accordion--alt .accordion-navigation + .accordion-navigation {
        margin-left: 4rem; } }
    @media (max-width: 1023px) {
      .accordion--alt .accordion-navigation + .accordion-navigation {
        margin-left: 6rem; } }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .accordion--alt .accordion-navigation + .accordion-navigation {
        margin-left: 0; } }
  .accordion--alt .accordion-navigation > a {
    border: none;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    display: block;
    padding: 0;
    pointer-events: none;
    margin-bottom: 1.1rem; }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .accordion--alt .accordion-navigation > a {
        border-bottom: 0.1rem solid #000;
        padding: 2rem 3rem 2rem 0;
        pointer-events: all;
        margin-bottom: 0;
        font-size: 1.6rem; } }
    .accordion--alt .accordion-navigation > a:before {
      position: absolute;
      content: '';
      top: 50%;
      transform: translateY(-50%);
      right: .5rem;
      width: .2rem;
      height: 1.3rem;
      background: #000;
      border-radius: .4rem;
      display: none; }
      @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .accordion--alt .accordion-navigation > a:before {
          display: inline-block; } }
    .accordion--alt .accordion-navigation > a:after {
      position: absolute;
      content: '';
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 1.3rem;
      height: .2rem;
      background: #000;
      border-radius: .4rem;
      display: none; }
      @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .accordion--alt .accordion-navigation > a:after {
          display: inline-block; } }
  .accordion--alt .accordion-navigation > a.active:before {
    display: none; }
  .accordion--alt .content {
    padding: 0;
    display: block; }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .accordion--alt .content {
        display: none;
        padding: 1.5rem 1rem 0; } }
  .accordion--alt .content.active {
    display: block; }

body footer .accordion .accordion-navigation > a {
  font-size: 17px !important; }

body footer .accordion .accordion-navigation a {
  color: #000;
  font-size: 14px;
  font-family: "Open Sans"; }

.accordion--navList button.accordion-navigation {
  margin-bottom: 0.1em !important; }

.category .accordion a,
.category .accordion-title,
.category .sidebarBlock-heading,
.search .accordion a,
.search .accordion-title,
.search .sidebarBlock-heading {
  font-size: inherit; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-cont {
    flex-wrap: wrap;
    gap: 1em; }
  .category .facetedSearch,
  .category .facetedSearch-toggle-text,
  .category .facetedSearch-toggle,
  .category .facetedSearch-toggle-indicator {
    width: unset;
    float: unset; }
  .category #facetedSearch-navList {
    width: 97%;
    max-width: 450px;
    margin: 0 auto;
    box-shadow: 0px 1px 6px rgba(43, 42, 51, 0.1);
    padding: 1.5rem 3rem 1.5rem 2rem;
    border: 1px solid #cdcdcd;
    position: absolute;
    z-index: 9;
    background: #fff; } }
  @media (max-width: 767px) and (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 767px), screen and (max-width: 767px) and (max-width: 812px) and (orientation: landscape), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 812px) and (orientation: landscape) {
    .category #facetedSearch-navList {
      right: 2%; } }

svg#icon-down-new {
  width: 15px;
  height: 9px; }

.category #facetedSearch .accordion-navigation,
.search #facetedSearch .accordion-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.accordion-navigation span {
  display: flex;
  align-items: center; }

.facetedSearch-navList .accordion-content {
  padding-top: 0; }

.nav-trigger svg {
  max-width: 20px;
  max-height: 20px; }

.header .nav > ul > li {
  display: flex; }

.inlineList--labels > li {
  margin-bottom: 0;
  margin-left: 0;
  margin: .5em .3em .5em 0; }

a.facetLabel:hover, a.facetLabel:focus {
  color: unset; }

.facetLabel .icon {
  fill: #000; }

.navList-action--checkbox::before {
  height: 13px;
  left: 0;
  top: 0;
  width: 14px;
  border-radius: 0px !important; }

.navList-action--checkbox::before {
  background-image: url("https://cdn11.bigcommerce.com/s-t2wvj47e64/images/stencil/original/image-manager/ti0506.png?t=1673881616&_gl=1*3ztaws*_ga*MTE0NTIzOTYyOS4xNjYwNTYzMTI5*_ga_WS2VZYPC6G*MTY3Mzg4MTU0NS4xMTAuMS4xNjczODgxNjE2LjYwLjAuMA");
  content: "";
  height: 12px;
  width: 12px;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center; }

[gql] .disabled.navList-action--checkbox::before {
  background-image: unset; }

.accordion .navList {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.facetedSearch-navList a {
  display: flex;
  gap: 3px; }

.navList-item {
  height: 30px;
  display: flex;
  width: 100%;
  align-items: center; }

.navList-action--checkbox::before {
  margin-top: 6px; }

.navList-action--checkbox::before {
  border-color: #000; }

.navList-action-close {
  display: none !important; }

.inlineList--labels > li {
  margin: .5em .3em 0em 0; }

.inlineList--labels ~ a {
  margin-top: .8em;
  display: flex; }

.facetLabel {
  border-radius: 0px;
  margin-bottom: 5px; }

.facetLabel .icon {
  height: 18px;
  width: 18px; }

.facetedSearch-toggle-indicator > span {
  font-size: 16px;
  font-weight: 400;
  color: #000; }

.header .header__features.is-open {
  width: 100vw; }

body.is-open, body.is-open header::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  right: 0; }

.header .header__inner {
  padding: 0px; }

.mega-category .dropdown-nav .dropdown__nav ul.two-column {
  width: 17%;
  column-count: 2; }

@media (min-width: 1023.02px) {
  .mega-category .dropdown-nav .dropdown__nav ul.two-column li {
    flex: 1 0 50%; } }

.page-sidebar {
  position: sticky;
  top: 1em; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .page-sidebar {
      position: relative;
      top: 0em; } }

.page-sidebar {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main {
    margin-top: 5.5em; }
  .facetedSearch-refineFilters {
    display: flex;
    flex-direction: column; } }

@media (min-width: 1025px) {
  footer {
    margin-top: 4em; } }

@media (min-width: 767.02px) {
  .footer .footer__utilities {
    padding: 4.9rem 0.5em 5rem; } }

.page {
  margin: 0; }

@media (max-width: 1023px) {
  .dropdown-nav.js-dropdown-nav {
    left: unset;
    width: unset !important; }
  .header .nav > ul > li.dropdown-alt-holder {
    flex-wrap: wrap; }
  .dropdown-nav.js-dropdown-nav {
    position: relative; }
  .header .nav > ul > li {
    flex-wrap: wrap;
    border-bottom: .1rem solid #D9D9D9; }
    .header .nav > ul > li .dropdown-nav .dropdown__inner p {
      display: none; }
    .header .nav > ul > li .dropdown-nav .dropdown__inner ul {
      width: 100%;
      flex-wrap: wrap;
      gap: unset;
      margin: 0px 0 0 0; } }

#modal-close {
  display: flex;
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0; }
  #modal-close svg {
    display: flex;
    margin-left: auto;
    width: 32px; }

/*
@import 'custom/components/article';
@import 'custom/components/articles';
@import 'custom/components/bar-footer';
*/
/* ------------------------------------------------------------ *\
	Bar-header
\* ------------------------------------------------------------ */
.bar-header {
  padding: .8rem 0 .8rem;
  background-color: #00AEEF;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .bar-header {
      font-size: 1.3rem; } }

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400; }
  .breadcrumbs ul {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .breadcrumbs li:not(:last-child) {
    position: relative;
    padding-right: 1rem;
    margin-right: .7rem; }
    .breadcrumbs li:not(:last-child):after {
      position: absolute;
      content: '';
      top: 50%;
      transform: translateY(-50%) skew(-17deg);
      right: 0;
      width: .1rem;
      height: 1rem;
      background-color: #333; }
  .breadcrumbs li.is-current {
    font-weight: 700; }
  .breadcrumbs a {
    transition: opacity 0.4s; }
    .breadcrumbs a:hover {
      opacity: .7; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn, .button--primary {
  height: 45px;
  width: 195px;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  color: #fff;
  transition: opacity 0.4s;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #000;
  border: .1rem solid transparent;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .btn:hover, .btn:focus, .button--primary:hover, .button--primary:focus {
    background-color: #444;
    color: #fff; }

/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }

/*  Btn transparent  */
.btn--transparent {
  border-color: #000;
  background-color: transparent; }

.login-row .form-actions {
  display: flex; }
  .login-row .form-actions .forgot-password {
    display: flex;
    justify-content: center;
    align-items: center; }

.login {
  max-width: 100%; }

.form .form-label {
  font-size: 14px; }

.form .form-input {
  border-color: #D9D9D9;
  border-radius: 0px;
  height: 35px;
  font-size: 14px; }

@media (min-width: 801px) {
  .login-form {
    padding-left: 0;
    padding-right: 1.75rem;
    width: 50%;
    float: left;
    margin: 0; } }

.form-field--error .form-inlineMessage {
  position: absolute;
  background: #fff;
  padding: 1em;
  border: 1px solid #000;
  width: auto;
  z-index: 9;
  display: none !important; }

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  text-align: center; }
  .card img:nth-of-type(2) {
    display: none; }
  .card .card-body {
    text-align: left; }
  .card .card-title {
    margin-top: 3px !important; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card {
      max-width: 55%;
      margin: 0 auto; } }
  @media (max-width: 575px) {
    .card {
      max-width: 69%; } }
  @media (max-width: 374px) {
    .card {
      max-width: 75%; } }
  .card .card__image {
    position: relative;
    max-width: 46%;
    margin: 0 auto 3.2rem;
    padding-bottom: 46%; }
    @media (max-width: 1023px) {
      .card .card__image {
        max-width: 60%;
        padding-bottom: 60%; } }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__image {
        max-width: 74%;
        padding-bottom: 74%; } }
  .card .card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .card h3 {
    margin-bottom: 1rem;
    text-transform: inherit; }
  .card .card__content {
    font-size: 1.4rem;
    line-height: 1.7; }

.card {
  max-width: 100%; }

a.card-figure__link {
  display: flex;
  justify-content: center; }

.card-img-container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .card-img-container:after {
    content: unset;
    display: unset;
    height: unset;
    padding-bottom: unset;
    width: unset; }

/* ------------------------------------------------------------ *\
	Dropdown-alt-nav
\* ------------------------------------------------------------ */
.dropdown-alt-nav {
  position: absolute;
  top: 100%;
  left: -2.1rem;
  font-size: 1.6rem;
  font-weight: 400;
  width: 25rem;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  display: none;
  padding: 1.6rem 2.1rem;
  z-index: 100; }
  @media (max-width: 1023px) {
    .dropdown-alt-nav {
      right: 0; } }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .dropdown-alt-nav {
      position: static;
      width: 100%;
      transform: none;
      box-shadow: none;
      padding: 2rem 1rem 0;
      z-index: 10;
      left: 0;
      right: 0; } }
  .dropdown-alt-nav li + li {
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: .1rem solid #EBEBEB; }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .dropdown-alt-nav li + li {
        margin-top: 1.2rem;
        padding-top: 1.4rem; } }
  .dropdown-alt-nav a {
    transition: opacity 0.4s; }
    .dropdown-alt-nav a:hover {
      opacity: .7; }

/* ------------------------------------------------------------ *\
	Dropdown-nav
\* ------------------------------------------------------------ */
.dropdown-nav {
  padding: 6rem 0 6rem;
  display: none;
  z-index: 100;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
  font-size: 2.1rem;
  font-weight: 400;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; }
  @media (max-width: 1023px) {
    .dropdown-nav {
      position: static;
      width: 100%;
      transform: none;
      box-shadow: none;
      padding: 2rem 1rem 0;
      z-index: 10;
      left: 0;
      right: 0; } }
  .dropdown-nav .dropdown__inner {
    display: flex; }
    @media (max-width: 1023px) {
      .dropdown-nav .dropdown__inner {
        display: block; } }
  .dropdown-nav .dropdown__nav {
    flex: 0 0 50%;
    padding-right: 3rem; }
  .dropdown-nav .dropdown__nav ul {
    display: block; }
  .dropdown-nav .dropdown__nav li + li {
    margin-top: 1.2rem; }
    @media (max-width: 1023px) {
      .dropdown-nav .dropdown__nav li + li {
        margin-top: 1.2rem;
        padding-top: 1.4rem;
        border-top: .1rem solid #EBEBEB; } }
  .dropdown-nav .dropdown__nav a {
    transition: opacity 0.4s;
    line-height: 1.8; }
    .dropdown-nav .dropdown__nav a:hover {
      color: #D9D9D9; }
  .dropdown-nav .dropdown__products {
    flex: 0 0 50%;
    padding-left: 2.2rem; }
  .dropdown-nav .dropdown__products-title {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    display: block;
    margin-bottom: .7rem; }
  @media (max-width: 1023px) {
    .dropdown-nav .shell {
      display: contents; } }

.js-dropdown-nav a:hover, ul.list-links a:hover {
  color: inherit !important;
  text-decoration: underline; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 0; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      padding: 2rem 0 0; }
      .footer .subscribe__body,
      .footer .subscribe__head {
        margin: 0 0 10px 0;
        text-align: center; } }
  .footer .footer__inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .footer .footer__inner {
        flex-wrap: wrap; } }
  .footer .footer__logo {
    max-width: 13.7rem;
    margin-bottom: 1.9rem; }
  .footer .footer__utilities {
    flex: 0 0 25%;
    padding: 4.9rem 0 5rem; }
    .footer .footer__utilities ul {
      display: flex;
      flex-wrap: wrap;
      gap: 1em; }
    @media (max-width: 1023px) {
      .footer .footer__utilities {
        flex: 0 0 22%; } }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__utilities {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 1.8rem; } }
  .footer .footer__links {
    flex: 0 0 75%;
    padding: 4.9rem; }
    @media (max-width: 1199px) {
      .footer .footer__links {
        padding: 4.9rem 4rem 5rem 2.4rem; } }
    @media (max-width: 1023px) {
      .footer .footer__links {
        flex: 0 0 77%;
        padding: 4.9rem 0 5rem 3rem; } }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__links {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 2rem; } }
  .footer .footer__forms {
    flex: auto;
    padding: 4.9rem .2rem 5rem 3rem;
    position: relative;
    /*
		&:after {
			position: absolute;
			content: '';
			top: 0;
			left: 100%;
			width: 100vw;
			height: 100%;
//			background-color: $c-navy;
			margin-left: -.2rem;

			@include breakpoint-down(mobile) {
				margin-left: -.1rem;
			}
		}*/ }
    @media (max-width: 1023px) {
      .footer .footer__forms {
        flex: 0 0 100%;
        margin-left: -0px;
        padding: 4.9rem .2rem 5rem 1.5rem; } }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__forms {
        margin-left: -20px;
        padding: 3rem .1rem 3.2rem 2rem; } }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__controls {
    margin-right: 0 !important; }
  .footer .footer__forms:after {
    width: 40px; } }

@media only screen and (max-width: 1025px) and (min-width: 812px) {
  .footer .footer__links {
    flex: 0 0 99%; } }

.footer__links ul > li {
  min-width: 116px; }

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__btn {
  width: 100%;
  border: none;
  border-radius: .4rem;
  text-transform: none;
  font-size: 1.4rem;
  background-color: #F4F5F4;
  padding: 1.2rem 1rem 1.4rem; }

.form .form__cols {
  display: flex;
  margin: 0 -.5rem; }

.form .form__col {
  padding: 0 .5rem; }

.form .form__col--size-2 {
  flex: 0 0 31.1%;
  max-width: 31.1%; }
  @media (max-width: 1023px) {
    .form .form__col--size-2 {
      flex: 0 0 40%;
      max-width: 40%; } }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--size-2 {
      flex: 0 0 42%;
      max-width: 42%; } }

.form .form__col--size-1 {
  flex: 0 0 68.9%;
  max-width: 68.9%; }
  @media (max-width: 1023px) {
    .form .form__col--size-1 {
      flex: 0 0 60%;
      max-width: 60%; } }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col--size-1 {
      flex: 0 0 58%;
      max-width: 58%; } }

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -.5rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */ }
  .grid .grid__col {
    max-width: 100%;
    flex: 1;
    padding: 0 .5rem; }
  .grid .grid__col--1of2 {
    max-width: 50%;
    flex: 0 0 50%; }
  .grid .grid__col--1of3 {
    max-width: calc(100% / 3);
    flex: 0 0 calc(100% / 3); }

.nav-brands {
  display: flex;
  order: -1;
  align-content: center;
  width: 100%; }
  .nav-brands p {
    display: flex;
    align-self: center;
    margin-left: auto; }
    @media (max-width: 1023px) {
      .nav-brands p {
        display: none; } }
    .nav-brands p a {
      margin-left: 4px;
      text-decoration: underline; }

.header {
  margin-top: 0px;
  padding: 0px; }
  @media (max-width: 1023px) {
    .header .nav-trigger {
      margin-left: auto; }
    .header .nav-brands {
      display: none !important; } }
  .header .header__inner {
    background: #f1f0f0;
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .header .header__inner {
        padding: 0; } }
    @media (max-width: 1023px) {
      .header .header__inner {
        justify-content: space-between;
        align-items: center;
        padding: 0 .2rem; } }
  .header .header__logo {
    background: #fff;
    flex: 1 100%;
    width: 100%;
    text-align: center; }
    @media (max-width: 1023px) {
      .header .header__logo {
        flex: 1;
        text-align: center;
        padding-bottom: 0; } }
    @media (max-width: null) {
      .header .header__logo {
        margin: 0 1rem; } }
    .header .header__logo .logo {
      height: 62px;
      display: flex;
      justify-content: center;
      margin: 1em auto; }
  .header .header__utilities {
    height: 50px;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    justify-content: flex-end;
    /*
		@include breakpoint-down(tablet-medium) {
			flex: 0 0 16%;
		}

		@include breakpoint-down(tablet-small) {
			flex: 0 0 18%;
		}
		*/ }
    @media (max-width: 1023px) {
      .header .header__utilities {
        z-index: 151;
        flex: 0 0 100%;
        padding: 0;
        justify-content: flex-start; } }
  @media (max-width: 1023px) {
    .header .header__utilities .nav-trigger + .btn-search {
      margin-left: 1.6rem; } }
  .header .header__features {
    background: #fff;
    align-self: flex-end;
    flex: 1;
    padding: 0;
    position: static; }
    @media (max-width: 1023px) {
      .header .header__features {
        padding: 3.5rem 0 0 4rem; } }
    @media (max-width: 1023px) {
      .header .header__features {
        padding: 2.1rem 2.2rem 3.5rem 2rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        background-color: #fff;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
        transition: transform 0.4s;
        overflow-x: hidden;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); } }
    @media (max-width: 1023px) {
      .header .header__features.is-open {
        position: fixed;
        z-index: 150;
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        bottom: 0;
        top: 0 !important; } }
    @media (max-width: 1023px) {
      .header .header__features .nav + .box-promo {
        margin-top: 3rem; } }
    @media (max-width: 1023px) {
      .header .header__features .box-promo + .nav-utilities {
        margin-top: 4rem; } }
  .header .nav-utilities .user svg {
    width: 35px;
    height: 35px; }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .nav-utilities .user svg {
        width: 25px;
        height: 25px; } }
  @media (max-width: 1023px) {
    .header .header__btn-cart {
      position: static;
      flex: 0 0 10%;
      text-align: right; } }
  @media (max-width: null) {
    .header .header__btn-cart {
      flex: 0 0 16%; } }
  @media (max-width: null) {
    .header .header__btn-cart {
      flex: 0 0 18%; } }
  .header .header__btn-cart svg {
    width: 35px;
    height: 35px; }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__btn-cart svg {
        width: 25px;
        height: 25px; } }
  .header .nav > ul > li {
    transition: all .3s; }
  .header #quickSearch .form-field {
    display: flex;
    position: relative; }
  .header .middle-header {
    background: #fff;
    display: flex;
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    justify-content: flex-end; }
    .header .middle-header .header__logo {
      display: flex;
      align-content: center;
      align-items: center;
      width: 33%;
      max-width: 33%;
      padding: 0;
      margin: unset; }
    .header .middle-header .quickSearch {
      display: flex;
      align-content: center;
      align-items: center;
      max-width: 33%;
      width: 100%; }
      .header .middle-header .quickSearch h2 {
        width: 100%;
        display: flex;
        font-size: 22px;
        line-height: 37px;
        margin: 0;
        letter-spacing: .5px;
        font-weight: 400;
        white-space: pre;
        display: flex;
        justify-content: center; }
        @media (max-width: 1023px) {
          .header .middle-header .quickSearch h2 {
            font-size: 18px;
            line-height: 18px;
            letter-spacing: 1px;
            display: none; } }
      @media (min-width: 767.02px) {
        .header .middle-header .quickSearch {
          flex-wrap: wrap; } }
    .header .middle-header .quickSearch.resultsOpen {
      display: flex;
      justify-content: flex-start; }
    .header .middle-header .container * {
      margin: 0; }
  .header .nav > ul > li > a:after {
    background-color: transparent; }
  .header .nav-utilities a {
    display: flex; }
  .header .header__menu-cart-holder {
    position: absolute;
    min-width: 320px;
    top: 52px;
    overflow: auto;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
    display: none; }
    @media (max-width: 1023px) {
      .header .header__menu-cart-holder {
        top: 97%; } }
  .header .header__menu-cart-holder.is-open {
    z-index: 200;
    display: block; }

.nav-utilities {
  margin-right: 5.2rem; }

@media (max-width: 1023px) {
  header .nav-brands ul li a {
    padding: 0.5em; }
  .header .shell {
    padding-left: 0;
    padding-right: 0; }
  .header .middle-header {
    justify-content: center; }
  #quickSearch {
    display: none; }
  .header .middle-header .header__logo {
    width: 100%;
    max-width: 100%; }
  .header .middle-header {
    width: 100%; }
  body .nav-trigger:before, body .nav-trigger:after, body .nav-trigger span {
    background-color: #000; } }

#quickSearch .form,
#quickSearch .form-field,
#quickSearch .button--primary {
  margin-bottom: 0; }

#quickSearch {
  position: relative; }

.quickSearchResults {
  position: absolute;
  top: 4em;
  left: 0;
  background: #fff;
  z-index: 9; }

.header .header__menu-cart-holder.is-open {
  background: #fff;
  padding: 1em; }

.nav-utilities li {
  display: flex; }

.nav-utilities li a {
  align-items: center;
  gap: .7em;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-align: center; }

@media (max-width: 400px) {
  body .header .nav-utilities .user svg,
  body .nav-utilities .header__btn-cart svg {
    width: 24px;
    height: 24px; }
  .header .middle-header .nav-trigger {
    margin: 0; } }

@media (min-width: 1025px) {
  .middle-header-container {
    padding: 0 1em; } }

.nav-brands ul li a.active {
  background: transparent !important; }

.cart-item-value {
  padding-left: 0;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 15px;
  line-height: 34px; }

.accordion-navigation > a:hover {
  background: unset; }

.quickSearchResults .modal-close {
  display: block;
  top: 0;
  right: 0;
  bottom: 100%;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: #c33d3d;
  color: #fff; }

.quickSearchResults {
  max-width: none; }

.quickSearchResults {
  box-shadow: unset; }

@media (max-width: 1023px) {
  .dropdown-alt-nav {
    box-shadow: unset; } }

@media (min-width: 1025px) {
  .nav-trigger {
    display: none; }
  .view_all:after {
    display: block; }
  .header .nav > ul > li > a:after, .view_all:after {
    background-color: #000;
    height: 1px;
    margin-top: -7px; }
  .view_all:after {
    position: relative;
    content: '';
    width: 100%; }
  .header .nav > ul > li:hover > a {
    text-shadow: 0 0 .5px black; }
  #cuis > ul > li:first-of-type {
    transition: all 0s;
    text-align: center;
    justify-content: center; }
  .user {
    margin-right: 2em; } }

#quickSearch .form {
  max-width: 420px;
  min-width: 420px;
  width: 100%; }

aside.is-open h1,
aside.is-open h2 {
  display: none; }

/* ------------------------------------------------------------ *\
	popup-user
\* ------------------------------------------------------------ */
li.user {
  position: relative; }

.popup-user.logged-in {
  position: absolute;
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
  width: unset;
  background: #fff;
  padding: 3rem;
  z-index: 50;
  text-align: center;
  box-shadow: unset;
  border: 1px solid #000;
  z-index: 9999;
  right: -100px;
  top: 42px; }
  @media (max-width: 900px) {
    .popup-user.logged-in {
      left: 0;
      right: 0;
      position: fixed; } }

.popup-user {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
  top: 200%;
  right: 0;
  width: 30rem;
  background: #fff;
  padding: 3rem;
  z-index: 50;
  text-align: center;
  box-shadow: unset;
  border: 1px solid #000;
  z-index: 9999; }
  .popup-user .forgot-password {
    justify-content: center;
    padding: 1em 0; }
  .popup-user .form-input:not(#login_pass) {
    margin: 0 0 2rem; }
  .popup-user .form-input {
    border: 1px solid #c4c4c4;
    height: 3rem;
    border-radius: 0; }
  .popup-user #LoginButton, .popup-user #LoginButton + .button {
    cursor: pointer;
    display: inline-block;
    background-color: #333;
    color: #fff;
    line-height: normal;
    font-size: 1rem;
    padding: .65714rem 2.28571rem;
    border: none;
    margin: 0;
    border-radius: 3px;
    line-height: 1.2; }
  .popup-user #LoginButton + .button {
    background: #fff;
    color: #666;
    border: 1px solid #ccc; }
  .popup-user h3 {
    font-weight: 200;
    color: #000;
    top: -10px;
    position: relative;
    width: 250px;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    padding: .3em 0 1em; }
  @media (min-width: 1200px) {
    .popup-user {
      min-width: 350px;
      max-width: 350px; } }
  @media (max-width: 1023px) {
    .popup-user {
      opacity: 1;
      pointer-events: all;
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      transform: translateX(100%);
      transition: transform .4s; } }
  .popup-user a {
    width: auto; }
  .popup-user .popup__icon {
    position: absolute;
    top: 2rem;
    border-radius: 50%;
    padding: .2rem;
    cursor: pointer;
    left: 2rem; }
    @media (max-width: 1023px) {
      .popup-user .popup__icon {
        display: block;
        left: auto;
        right: 2rem; } }
  .popup-user .popup__icon img {
    height: 2rem;
    width: 2rem; }
    @media (max-width: 1023px) {
      .popup-user .popup__icon img {
        height: 2.9rem;
        width: 2.9rem; } }

.popup-user.logged-in .form-user p {
  text-align: left; }

.popup-user.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: all; }
  @media (max-width: 1023px) {
    .popup-user.is-active {
      transform: translateX(0); } }

.iziModal-content .nav-menu__close {
  margin-right: 10px; }

.iziModal-content .nav-menu__close:hover {
  background: black !important; }
  .iziModal-content .nav-menu__close:hover svg {
    fill: white !important; }

@media (max-width: 767px) {
  .cart-item-quantity .form-increment {
    margin: 0 auto !important;
    display: block; }
  .cart-remove {
    display: inline-flex !important;
    justify-content: center;
    margin-left: unset !important;
    margin-top: unset !important; }
  .cart-item-figure {
    width: auto !important; }
  table.cart {
    table-layout: fixed; }
  .page .cart--holder table.cart th,
  .page .cart--holder table.cart tr.cart-item {
    width: 100%; }
  td.cart-item-block {
    width: 37.5%; }
  .cart-item-block .mobileOptions dd,
  .form-wishlist {
    white-space: nowrap;
    overflow: hidden;
    display: inline;
    font-size: 12px; }
  .page .cart--holder .form {
    margin-top: 0.4em; } }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
.slinky-theme-default .title {
  margin-top: 0;
  text-transform: unset; }

.page {
  margin: 0 auto !important;
  max-width: 1280px; }

a:hover, a:focus {
  color: inherit; }

.cart-menu a:hover,
.cart-menu a:focus {
  color: #fff; }


h6,
.slinky-theme-default .title {
  font-family: Open Sans;
  font-size: 16px;
  text-transform: capitalize; }

/********** 
Cart
*********/
.cart-content-padding-right {
  padding-right: 0;
  max-width: 770px;
  width: 100%; }

.cart-content-padding-right:nth-of-type(2) {
  padding-right: 0;
  max-width: 350px;
  width: 100%; }
  @media (max-width: 1023px) {
    .cart-content-padding-right:nth-of-type(2) {
      max-width: 100%; } }

.cart--holder {
  display: flex;
  justify-content: space-between; }

.cart-totals {
  width: 100%; }

.cart-content-padding-right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start; }

.cart-header {
  display: table-header-group;
  text-align: left;
  height: 30px;
  background: #F1F0F0;
  vertical-align: middle; }
  @media (max-width: 1023px) {
    .cart-header {
      display: none; } }

.cart-header-item {
  padding: 0 0.6em;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left; }

.cart-sku {
  color: #939393;
  margin-bottom: 0; }

.cart-totals {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left; }

.cart--holder {
  margin-bottom: 4em;
  margin-top: 4em;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .cart--holder {
      justify-content: center; } }
  @media (max-width: 1023px) {
    .cart--holder .cart-total {
      border-bottom: 0;
      display: flex;
      justify-content: flex-start; }
    .cart--holder .cart-total-label,
    .cart--holder .cart-total-value {
      float: unset;
      padding: 0.5rem 0 0.5rem 1.5rem;
      display: flex;
      flex: 0 0 50%; } }
  .cart--holder .cart-actions .button {
    min-width: 100%; }

.cart-total-grandTotal span {
  font-family: Open Sans; }

.cart-header-item:last-child {
  text-align: center; }

.cart-header-text {
  font-size: Open Sans;
  font-size: 24px;
  font-weight: 700; }

@media (min-width: 1000px) {
  .nav-trigger {
    display: none; }
  .header .nav > ul > li > a:after {
    background-color: #000;
    height: 1px;
    margin-top: -3px; }
  .header .nav > ul > li:hover > a {
    text-shadow: 0 0 .5px black; }
  #cuis > ul > li:first-of-type {
    transition: all 0s;
    text-align: center;
    justify-content: center; } }

.mobile-filters svg {
  height: 18px;
  width: 18px; }

.mobile-filters svg:nth-of-type(1) {
  display: none; }

.productCarousel-slide .card {
  margin-bottom: 0;
  border: 0.5px solid #D9D9D9; }

@media (max-width: 767px) {
  .nav-trigger svg {
    align-content: center;
    align-items: center;
    display: flex; } }

.right-dt {
  float: right; }
  .right-dt:last-of-type {
    margin-top: 1.5rem; }

.page--brand .right-dt:last-of-type {
  margin-top: 0rem; }

.brands-page {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 2em; }
  @media (max-width: 767px) {
    .brands-page {
      flex-wrap: Wrap; } }

.page {
  margin: 0 auto !important;
  max-width: 1280px; }

a:hover, a:focus {
  color: inherit; }

.cart-menu a:hover,
.cart-menu a:focus {
  color: #fff; }


h6,
.slinky-theme-default .title {
  font-family: Open Sans;
  font-size: 16px;
  text-transform: capitalize; }

.card {
  max-width: 100%; }

.card-img-container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .card-img-container:after {
    content: unset;
    display: unset;
    height: unset;
    padding-bottom: unset;
    width: unset; }

.nav-brands ul li a.active {
  background: transparent !important; }

.cart-item-value {
  padding-left: 0;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 15px;
  line-height: 34px; }

.accordion-navigation > a:hover {
  background: unset; }

.quickSearchResults .modal-close {
  display: block;
  top: 0;
  right: 0;
  bottom: 100%;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: #c33d3d;
  color: #fff; }

.quickSearchResults {
  max-width: none; }

.quickSearchResults {
  box-shadow: unset; }

.heroCarousel-title {
  font-family: "DM Serif Display", serif;
  color: #000; }

@media (max-width: 1023px) {
  .dropdown-alt-nav {
    box-shadow: unset; } }

.mega-category .dropdown-nav .dropdown__nav li + li {
  margin-top: 0px; }

.mega-category .dropdown-nav {
  padding: 15px 0 0;
  max-width: 1285px; }

.mega-category .dropdown-nav .dropdown__nav {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%; }
  @media (min-width: 1000px) {
    .mega-category .dropdown-nav .dropdown__nav {
      padding: 0 2em; } }
  @media (max-width: 1023px) {
    .mega-category .dropdown-nav .dropdown__nav {
      gap: unset;
      flex-wrap: wrap; } }
  .mega-category .dropdown-nav .dropdown__nav ul {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start; }
    .mega-category .dropdown-nav .dropdown__nav ul li {
      flex: 1 0 100%;
      /* explanation below */ }

.mega-category main.body {
  margin-top: 0 !important; }

.nav-brands {
  display: flex;
  height: 100%; }
  .nav-brands ul {
    display: flex;
    align-content: center;
    height: 100%;
    margin-left: 2em;
    margin-top: 1.5px; }
    .nav-brands ul li a {
      transition: all 300ms;
      display: flex;
      align-items: center;
      min-width: 109px;
      padding: 0.5em;
      height: 100%;
      align-items: center;
      margin: 3px;
      height: 100%;
      align-items: center; }
      .nav-brands ul li a.active, .nav-brands ul li a:hover {
        background: #fff; }

.header__logo a {
  display: flex;
  justify-content: center;
  height: 96px; }

.header__logo svg {
  height: auto;
  display: flex; }

body .nav-trigger:before,
body .nav-trigger:after {
  background: transparent; }

.nav-trigger svg:nth-of-type(1) {
  display: none; }

.container {
  max-width: unset; }

@media (min-width: 1261px) {
  .container {
    padding: 0 3%; } }

.card-body {
  text-align: center;
  padding: 0 22px 22px; }

.category .page-heading {
  text-align: left; }

.dropdown__inner {
  flex-wrap: wrap; }

.dropdown__inner p {
  display: flex;
  color: black;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  font-size: 1.03em;
  margin-left: 3.6%;
  border-bottom: 1px solid #ccc;
  margin-left: 3.6%;
  display: flex;
  width: 100%;
  margin-right: 4%;
  line-height: 2;
  margin-bottom: .9em;
  /*
			min-width: unset;
			    display: -ms-flexbox;
			    display: flex;
			    color: #000;
			    font-family: "DM Serif Display",Arial,Helvetica,sans-serif;
			    font-weight: 400;
			    letter-spacing: .25px;
			    font-size: 1.5em;
			    display: inline-flex;
			    line-height: 1.5;
			    margin: 0 auto;
			    width: 100%;
			    text-align: center;
			    border-bottom: 1px solid #ccc;
			    margin: 0 2.2em 1em;
			*/ }

.category .accordion a,
.category .accordion-title,
.category .sidebarBlock-heading,
.search .accordion a,
.search .accordion-title,
.search .sidebarBlock-heading {
  font-size: inherit; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .category .facetedSearch,
  .category .facetedSearch-toggle-text,
  .category .facetedSearch-toggle,
  .category .facetedSearch-toggle-indicator {
    width: unset;
    float: unset; }
  .category #facetedSearch-navList {
    width: 97%;
    max-width: 450px;
    margin: 0 auto;
    box-shadow: 0px 1px 6px rgba(43, 42, 51, 0.1);
    padding: 1.5rem 3rem 1.5rem 2rem;
    border: 1px solid #cdcdcd;
    position: absolute;
    z-index: 9;
    background: #fff; } }
  @media (max-width: 767px) and (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 767px), screen and (max-width: 767px) and (max-width: 812px) and (orientation: landscape), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 812px) and (orientation: landscape) {
    .category #facetedSearch-navList {
      right: 2%; } }

svg#icon-down-new {
  width: 15px;
  height: 9px; }

.category #facetedSearch .accordion-navigation,
.search #facetedSearch .accordion-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.accordion-navigation span {
  display: flex;
  align-items: center; }

.facetedSearch-navList .accordion-content {
  padding-top: 0; }

.nav-trigger svg {
  max-width: 20px;
  max-height: 20px; }

.header .nav > ul > li {
  display: flex; }

.inlineList--labels > li {
  margin-bottom: 0;
  margin-left: 0;
  margin: .5em .3em .5em 0; }

a.facetLabel:hover, a.facetLabel:focus {
  color: unset; }

.facetLabel .icon {
  fill: #000; }

.navList-action--checkbox::before {
  height: 13px;
  left: 0;
  top: 0;
  width: 14px;
  border-radius: 0px !important; }

.navList-action--checkbox::before {
  background-image: url("https://cdn11.bigcommerce.com/s-t2wvj47e64/images/stencil/original/image-manager/ti0506.png?t=1673881616&_gl=1*3ztaws*_ga*MTE0NTIzOTYyOS4xNjYwNTYzMTI5*_ga_WS2VZYPC6G*MTY3Mzg4MTU0NS4xMTAuMS4xNjczODgxNjE2LjYwLjAuMA");
  content: "";
  height: 12px;
  width: 12px;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center; }

[gql] .disabled.navList-action--checkbox::before {
  background-image: unset; }

.accordion .navList {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.facetedSearch-navList a {
  display: flex;
  gap: 3px; }

.navList-item {
  height: 30px;
  display: flex;
  width: 100%;
  align-items: center; }

.navList-action--checkbox::before {
  margin-top: 6px; }

.navList-action--checkbox::before {
  border-color: #000; }

.navList-action-close {
  display: none !important; }

.inlineList--labels > li {
  margin: .5em .3em 0em 0; }

.inlineList--labels ~ a {
  margin-top: .8em;
  display: flex; }

.facetLabel {
  border-radius: 0px;
  margin-bottom: 5px; }

.facetLabel .icon {
  height: 18px;
  width: 18px; }

.facetedSearch-toggle-indicator > span {
  font-size: 16px;
  font-weight: 400;
  color: #000; }

.header .header__features.is-open {
  width: 100vw; }

body.is-open, body.is-open header::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  right: 0; }

.header .header__inner {
  padding: 0px; }

.mega-category .dropdown-nav .dropdown__nav ul.two-column {
  width: 17%;
  column-count: 2; }

@media (min-width: 1023.02px) {
  .mega-category .dropdown-nav .dropdown__nav ul.two-column li {
    flex: 1 0 50%; } }

.page-sidebar {
  position: sticky;
  top: 1em; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .page-sidebar {
      position: relative;
      top: 0em; } }

.page-sidebar {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main {
    margin-top: 5.5em; }
  .facetedSearch-refineFilters {
    display: flex;
    flex-direction: column; } }

@media (min-width: 1000px) {
  footer {
    margin-top: 4em; } }

@media (min-width: 767.02px) {
  .footer .footer__utilities {
    padding: 4.9rem 0.5em 5rem; } }

.page {
  margin: 0; }

@media (max-width: 1023px) {
  .dropdown-nav.js-dropdown-nav {
    left: unset;
    width: unset !important; }
  .header .nav > ul > li.dropdown-alt-holder {
    flex-wrap: wrap; }
  .dropdown-nav.js-dropdown-nav {
    position: relative; }
  .header .nav > ul > li {
    flex-wrap: wrap; }
    .header .nav > ul > li .dropdown-nav .dropdown__inner p {
      display: none; }
    .header .nav > ul > li .dropdown-nav .dropdown__inner ul {
      width: 100%;
      flex-wrap: wrap;
      gap: unset;
      margin: 0px 0 0 0; } }

#modal-close {
  display: flex;
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0; }
  #modal-close svg {
    display: flex;
    margin-left: auto;
    width: 32px; }

.cart-menu .grid__col--2of2 .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  align-content: center;
  align-items: center; }

.list-properties {
  font-size: 14px; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #c30000;
  font-size: 14px;
  font-weight: 600; }

.card-body {
  font-size: 16px; }

body.product {
  overflow: scroll; }

p.forgotosignin {
  margin-left: auto !important;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 2;
  align-self: center; }

.forgotosignin + a {
  align-self: center; }

.cart-content-padding-right {
  padding-right: 0;
  max-width: 770px;
  width: 100%; }

.cart-content-padding-right:nth-of-type(2) {
  padding-right: 0;
  max-width: 380px;
  width: 100%; }
  @media (max-width: 1023px) {
    .cart-content-padding-right:nth-of-type(2) {
      max-width: 100%; } }

.cart--holder {
  display: flex;
  justify-content: space-between; }

.cart-totals {
  width: 100%; }

.cart-content-padding-right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start; }

.cart-header {
  display: table-header-group;
  text-align: left;
  height: 30px;
  background: #F1F0F0;
  vertical-align: middle; }
  @media (max-width: 1023px) {
    .cart-header {
      display: none; } }

.cart-header-item {
  padding: 0 0.6em;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left; }

.cart-sku {
  color: #939393;
  margin-bottom: 0; }

.cart-totals {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left; }

.cart--holder {
  margin-bottom: 1em;
  margin-top: 4em;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .cart--holder {
      justify-content: center; } }
  @media (max-width: 1023px) {
    .cart--holder .cart-total {
      border-bottom: 0;
      display: flex;
      justify-content: flex-start; }
    .cart--holder .cart-total-label,
    .cart--holder .cart-total-value {
      float: unset;
      padding: 0.5rem 0 0.5rem 1.5rem;
      display: flex;
      flex: 0 0 50%; } }
  .cart--holder .cart-actions .button {
    min-width: 100%; }

.cart-total-grandTotal span {
  font-family: Open Sans; }

.cart-header-item:last-child {
  text-align: center; }

.cart-header-text {
  font-size: Open Sans;
  font-size: 24px;
  font-weight: 700; }

.header__utilities {
  max-width: 1300px;
  margin: 0 auto !important; }

@media (min-width: 767px) {
  .nav > ul > li::hover > .js-dropdown-nav {
    max-width: 1280px; } }

@media (max-width: 900px) {
  .nav > ul > li:not(.is-open):hover > .js-dropdown-nav {
    display: none; } }

.mega-category .dropdown-nav {
  top: 101%; }

.dropdown-nav .dropdown__nav {
  padding-right: 0; }

.category-banner {
  padding-top: 100px;
  text-align: center; }
  .category-banner .txt-holder {
    margin: 0 0 20px; }
  .category-banner .images-holder img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px; }
  .category-banner .images-holder .col {
    margin: 0 0 15px;
    display: block; }

@media only screen and (min-width: 801px) {
  .category-banner {
    padding-top: 0;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #000000;
    padding-bottom: 50px;
    margin: 0 0 50px; }
    .category-banner .txt-holder {
      margin: 0;
      min-width: 30%;
      padding: 0 15px; }
    .category-banner .images-holder {
      min-width: 70%;
      display: flex; }
      .category-banner .images-holder .col {
        flex: 1 1 auto;
        margin: 0 7.5px; } }

.cus-full {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.container-custom {
  padding: 0 0 0 30px;
  margin: 0;
  width: 77%; }

body:not(.search) .filters-options {
  margin-bottom: 10px; }

.cus_pro_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px; }

.cus_pro_grid > .product {
  width: calc(100%/3 - 18px);
  border: 1px solid #D9D9D9;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1000px) {
    .cus_pro_grid > .product {
      border: 1px solid #D9D9D9; } }

.acc-block-cus {
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0;
  margin-bottom: 5px; }

.acc-block-cus * {
  width: 100%; }

.acc-block-cus .accordion-title {
  position: relative;
  font-weight: 400;
  font-size: 20px !important;
  font-family: 'DM Serif Display' !important;
  letter-spacing: 0.6px;
  line-height: 35px;
  padding-right: 15px !important;
  text-align: left; }

.acc-block-cus .accordion-title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 45%;
  height: 9px;
  width: 16px; }
  @media (min-width: 767px) {
    .acc-block-cus .accordion-title::after {
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42916 0.0136764C2.62674 0.0125339 2.82259 0.0504044 3.0055 0.125114C3.18841 0.199824 3.35478 0.309904 3.49506 0.449043L8.43421 5.41822L13.3884 0.644208C13.6697 0.364596 14.0501 0.207652 14.4468 0.207652C14.8434 0.207652 15.2239 0.364596 15.5051 0.644208C15.6459 0.78377 15.7575 0.949811 15.8338 1.13275C15.91 1.3157 15.9492 1.51192 15.9492 1.7101C15.9492 1.90829 15.91 2.10451 15.8338 2.28745C15.7575 2.4704 15.6459 2.63644 15.5051 2.776L9.5001 8.57087C9.21947 8.84594 8.84218 9.00001 8.44922 9.00001C8.05626 9.00001 7.67897 8.84594 7.39834 8.57087L1.39329 2.56582C1.25258 2.42626 1.14089 2.26022 1.06468 2.07728C0.988459 1.89433 0.949219 1.69811 0.949219 1.49993C0.949219 1.30174 0.988459 1.10552 1.06468 0.922575C1.14089 0.739632 1.25258 0.573591 1.39329 0.434029C1.67159 0.165783 2.04263 0.0152156 2.42916 0.0136764Z' fill='%23231F20'/%3E%3C/svg%3E%0A"); } }
  @media (max-width: 767px) {
    .acc-block-cus .accordion-title::after {
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.995436 9.01337C0.994675 8.88166 1.01992 8.75108 1.06973 8.62914C1.11953 8.5072 1.19292 8.39629 1.28568 8.30278L4.59846 5.01001L1.41579 1.70723C1.22938 1.51971 1.12475 1.26605 1.12475 1.00164C1.12475 0.737232 1.22938 0.483567 1.41579 0.296047C1.50883 0.20224 1.61953 0.127783 1.74149 0.0769716C1.86345 0.0261602 1.99426 -2.1821e-07 2.12639 -2.12435e-07C2.25851 -2.06659e-07 2.38933 0.0261603 2.51129 0.0769717C2.63325 0.127783 2.74394 0.20224 2.83698 0.296047L6.70023 4.29941C6.88361 4.4865 6.98633 4.73803 6.98633 5C6.98633 5.26197 6.88361 5.5135 6.70023 5.70059L2.69687 9.70395C2.60382 9.79776 2.49313 9.87222 2.37117 9.92303C2.24921 9.97384 2.11839 10 1.98627 10C1.85415 10 1.72333 9.97384 1.60137 9.92303C1.47941 9.87222 1.36871 9.79776 1.27567 9.70395C1.09684 9.51842 0.996463 9.27106 0.995436 9.01337Z' fill='%23231F20'/%3E%3C/svg%3E%0A") !important;
      background-repeat: no-repeat;
      height: 0.8rem;
      width: 1.4rem;
      transform: unset;
      background-size: contain; } }

.navList-action--checkbox::before {
  width: 15px;
  height: 15px;
  border: 2px solid #231F20;
  border-radius: 3px !important;
  margin-top: 4.5px; }

.navList-action--checkbox {
  font-size: 14px !important;
  line-height: 19.07px !important;
  padding-left: 3.57rem; }

.navList-item input.input_cus0 {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }

.navList-item input.input_cus0:checked + label::after {
  background-image: url("https://cdn11.bigcommerce.com/s-t2wvj47e64/images/stencil/original/image-manager/ti0506.png?t=1673881616&_gl=1*3ztaws*_ga*MTE0NTIzOTYyOS4xNjYwNTYzMTI5*_ga_WS2VZYPC6G*MTY3Mzg4MTU0NS4xMTAuMS4xNjczODgxNjE2LjYwLjAuMA..");
  background-color: transparent;
  background-size: 100% 100%;
  opacity: 1;
  transform: scale(1.1);
  height: 6.67px;
  width: 7.5px;
  left: .38em;
  top: 13.5px; }

.bottom-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.product-grid-whats-active,
.product-grid-whats-active > ul {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap !important;
  align-items: center;
  margin: 0 !important; }

.product-grid-whats-active li a {
  position: relative;
  background: #F1F0F0;
  border: 0.5px solid #000000;
  font-size: 13px;
  font-family: 'Open Sans';
  min-height: 35px;
  display: flex;
  align-items: center;
  min-width: 112px;
  padding-left: 7px;
  padding-right: 22px;
  gap: 10px;
  justify-content: flex-start; }

.product-grid-pagination {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px; }

.inlineList > li > * {
  display: flex; }

.product-grid-whats-active li a:after {
  content: '';
  position: absolute;
  font-weight: 900;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  height: 10px;
  width: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43953 1.22192L8.7316 9.34262M8.69591 1.37916L1.33252 9.43526' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A"); }

.clear_all_btn {
  order: 9;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #000;
  line-height: 17.7px;
  margin-left: 10px;
  text-decoration: underline; }

.filters-options select {
  background: transparent;
  border: 0.5px solid #000;
  padding: 11px; }

.copy_drop {
  display: flex;
  column-gap: 6px;
  align-items: center;
  font-size: 13px;
  min-width: 65px; }

.copy_drop .dropbtn {
  background-color: transparent;
  color: #000;
  border: .5px solid #000;
  cursor: pointer;
  padding: 4px;
  text-align: center;
  font-size: 13px;
  min-width: 65px;
  text-indent: -15px;
  position: relative; }

.product .copy_drop .dropbtn {
  text-indent: 5px; }

.copy_drop .dropbtn::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.986627 7.45523e-05C1.11834 -0.000686945 1.24892 0.0245602 1.37086 0.0743663C1.4928 0.124173 1.60371 0.19756 1.69722 0.290319L4.98999 3.6031L8.29277 0.420429C8.48029 0.234021 8.73395 0.129392 8.99836 0.129392C9.26277 0.129392 9.51643 0.234021 9.70395 0.420429C9.79776 0.51347 9.87222 0.624164 9.92303 0.746126C9.97384 0.868087 10 0.998903 10 1.13103C10 1.26315 9.97384 1.39396 9.92303 1.51593C9.87222 1.63789 9.79776 1.74858 9.70395 1.84162L5.70059 5.70487C5.5135 5.88825 5.26197 5.99097 5 5.99097C4.73803 5.99097 4.4865 5.88825 4.29941 5.70487L0.296046 1.7015C0.202238 1.60846 0.127782 1.49777 0.0769705 1.37581C0.0261597 1.25385 -5.28106e-07 1.12303 -5.16555e-07 0.990907C-5.05005e-07 0.858784 0.0261597 0.727969 0.0769706 0.606007C0.127782 0.484045 0.202239 0.373351 0.296046 0.28031C0.481579 0.101479 0.728941 0.00110116 0.986627 7.45523e-05Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
  position: absolute;
  content: "";
  height: 6px;
  width: 10px;
  right: 0.4em;
  top: 50%;
  transform: translate(-50%, -50%); }

.copy_drop .dropdown00 {
  position: relative;
  display: inline-block; }
  @media (max-width: 767px) {
    .copy_drop .dropdown00 {
      width: 100%; } }

.copy_drop .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 0.5px solid #000;
  border-top: 0;
  left: 0;
  right: 0;
  top: 100%;
  text-align: center;
  z-index: 1; }

.copy_drop .dropdown-content a {
  color: black;
  padding: 3px;
  text-decoration: none;
  display: block; }

.copy_drop .dropdown-content a:hover {
  background-color: #F1F0F0; }

.copy_drop .show {
  display: block; }

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  width: 100%; }

.card-body {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; }

.card-title {
  display: flex;
  column-gap: 6px;
  font-weight: 400;
  font-family: 'open sans';
  margin: 8px 0 !important;
  font-size: 14px;
  flex-wrap: wrap;
  row-gap: 3px; }

.brandName {
  font-family: 'DM Serif Display'; }

.card-text {
  font-weight: 600; }
  .card-text * {
    font-family: 'open sans';
    font-size: 15px;
    font-weight: 600; }

.card-text s {
  color: #000;
  margin-right: 4px; }

.card-text span[data-sale_price],
.card-text s + span + span[data-sale_price] {
  color: #C30000;
  font-weight: 600; }

.indicator_flags {
  display: flex;
  column-gap: 12px;
  margin-top: 10px; }

.indicator_flags > * {
  font-size: 11px;
  min-width: 95px;
  padding: 3px 0px;
  background: #d9d9d9;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.4em; }

.btn-wrap-p {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

.right-dt span {
  font-weight: 600; }

.right-dt button {
  padding: 0 .3em; }

.nav-brands img {
  margin: 0 auto; }

.nav-brands ul li a.active, .nav-brands ul li a:hover {
  background: #fff !important; }

.nav-brands ul li a {
  margin: 0;
  padding: 1em; }

@media (min-width: 991.98px) {
  .acc-block-cus.active .accordion-title::after {
    transform: translateY(-50%) rotate(180deg); } }

@media (max-width: 991.98px) {
  .cus-full > * {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin-bottom: 20px; }
  .accordion--navList .accordion-navigation {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 0; }
  .acc-block-cus .accordion-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .accordion--navList .accordion-block {
    margin: 0; }
  .accordion--navList .accordion-content {
    padding: 0; }
  .accordion--navList .accordion-content > ul {
    margin-top: 10px;
    padding: 1rem; } }

@media (max-width: 575.98px) {
  .acc-block-cus .accordion-title {
    padding: 0; }
  .cus_pro_grid {
    gap: 15px; }
  .cus_pro_grid > .product {
    width: calc(100%/2 - 7.5px);
    padding: 10px 10px 15px; }
  .card-body {
    margin-left: 0; }
  .indicator_flags > * {
    min-width: auto;
    padding: 3px 5px; }
  .card-figure {
    padding: 0; }
  .product-grid-pagination {
    flex-wrap: wrap;
    row-gap: 10px; }
  .product-grid-pagination > * {
    width: 100%;
    text-align: right; }
  .product-grid-whats-active {
    justify-content: end;
    margin-bottom: 10px !important; }
  .product-grid-whats-active li {
    min-width: auto;
    padding: 0 21px 0 5px; }
  .copy_drop {
    margin-right: 0;
    margin-left: auto; }
  .category-banner {
    padding-top: 50px; } }

.card h3 {
  display: block; }

.card-title > * {
  display: inline !important; }

.navList a.showMore {
  display: block;
  text-align: right;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline; }

a.showMore::after {
  content: "+ View More"; }

a.showLess::after {
  content: "- View Less"; }

.navList-item {
  height: auto; }

.product-grid-pagination > .grid-featured {
  max-width: 284px;
  width: 100%; }

.middle-header-wrapper {
  width: 100%;
  background: #fff;
  padding-bottom: 10px; }

.header .middle-header {
  justify-content: space-between; }

@media (max-width: 767px) {
  .nav-utilities.hidden-xs > ul {
    column-gap: 6px;
    align-items: center;
    width: 60px; } }

@media (max-width: 1023px) {
  .mega-category .dropdown-nav .dropdown__nav ul h3 {
    height: 43px;
    line-height: 43px !important;
    font-size: 16px !important; }
  body .nav > ul > li > a {
    width: 100%;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 400;
    height: 35px;
    line-height: 35px !important; }
  .header .nav-brands {
    display: flex !important; }
  header .middle-header {
    align-items: center;
    padding: 0 15px; }
  #quickSearch {
    display: block;
    overflow: hidden; }
  #quickSearch > form {
    display: block; }
  .middle-header > * {
    width: 30% !important;
    max-width: 30% !important; }
  .middle-header > div:nth-of-type(2) {
    width: 100% !important;
    max-width: 100% !important; }
  .nav-utilities.hidden-xs {
    display: block !important;
    margin: 0; }
  .nav-utilities.hidden-xs li {
    margin: 0;
    padding: 0;
    flex: 0 0 20px; }
  #quickSearch.burger-icon {
    height: 30px;
    display: flex;
    justify-content: left !important; }
  .nav-brands ul li a {
    min-width: auto; }
  header .nav-brands ul li a {
    padding: 0 .5em; }
  .header .header__features.is-open {
    top: var(--headerHeight) !important;
    box-shadow: none; }
  body.is-open header::after {
    top: var(--headerHeight) !important; }
  .nav__content {
    min-height: calc(100vh - var(--headerHeight)) !important; }
  .header__logo a {
    height: 129px;
    width: 100%; }
  ul .arrow_icon {
    position: relative; }
  .nav > ul > li.change_arrow::after {
    transform: rotate(180deg); }
  .dropdown-alt-nav {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 0;
    border-bottom: 0; }
  .nav > ul > li.is-open > .js-dropdown-nav {
    display: none; }
  .nav > ul > li:hover > .js-dropdown-nav {
    display: none; }
  .header .nav > ul > li {
    padding: 1.8rem 0 !important;
    border-bottom: .1rem solid #e5e5e5;
    margin: 0 !important; }
  .header .header__features .nav + .box-promo {
    margin-top: 0; }
  .dropdown-alt-nav li + li,
  .dropdown-nav .dropdown__nav li + li {
    border-top: 0; }
  .header .nav-trigger {
    margin: -4px 8px 0 0; }
  .nav {
    border-bottom: 0; } }

@media (min-width: 901px) {
  .header .header__features .nav__content {
    min-height: calc(100vh - 111px) !important; } }

@media (max-width: 767px) {
  .header .header__features .nav__content {
    min-height: calc(100vh - var(--headerHeight)) !important; } }

@media (min-width: 901px) and (max-width: 1023px) {
  .header .header__features.is-open {
    top: 111px !important; } }

@media (min-width: 1001px) {
  .header .header__features .nav__content {
    min-height: unset !important; } }

@media (max-width: 575.98px) {
  .header .header__utilities {
    height: 30px; }
  .header .header__features.is-open {
    top: var(--headerHeight) !important; }
  body.is-open header::after {
    top: var(--headerHeight) !important; } }

.middle-header-container {
  max-width: 1300px;
  margin: 0 auto; }

@media (min-width: 1024px) {
  .quickSearch {
    justify-content: right !important; }
  .quickSearch.burger-icon {
    justify-content: left !important; }
  .nav > ul {
    justify-content: space-between; }
  .nav-utilities {
    margin-right: 0; }
  .quickSearch.burger-icon > button {
    display: none; } }

.select_wrapper {
  position: relative; }

@media (max-width: 767) {
  .select_wrapper::after {
    background: url("https://store-t2wvj47e64.mybigcommerce.com/content/store_images/Vector.svg") no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    right: 14px;
    top: 50%;
    width: 10px;
    height: 6px;
    transform: translateY(-50%); } }

.select_wrapper select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative; }

.category-grid .shg-row {
  justify-content: center;
  gap: 1.5em; }

.page-heading.page {
  margin: 0 !important; }

h2#browse {
  font-size: 1.5em !important; }

@media (max-width: 801px) {
  .category-banner {
    position: relative;
    overflow: hidden; }
  .images-holder {
    display: flex;
    overflow-x: auto;
    gap: 1em; }
    .images-holder img {
      width: auto !important;
      display: flex;
      min-width: 210px; } }

.section--small {
  padding: 2.5rem 0 3rem !important;
  max-width: 1290px;
  margin: 0 auto; }
  @media (max-width: 1101px) {
    .section--small {
      padding: 12px 0 !important; } }

h2#browse {
  font-size: 1.6em; }

@media (max-width: 1101px) {
  body aside[gql="true"] {
    display: none;
    transform: translateX(-100%);
    transition: transform 0.4s; }
  .column-header-reg {
    font-size: 16px;
    width: 100%;
    padding-bottom: 1em;
    padding-top: 1em; } }

.header .nav-trigger {
  margin: 0 25px 0 0;
  height: 20px;
  width: 45px; }
  @media (max-width: 1023px) {
    .header .nav-trigger {
      width: 30px;
      margin-right: 10px !important; } }

@media (min-width: 1101px) {
  .mobile-filters {
    display: none !important; } }

@media (min-width: 801px) {
  .mega-category .dropdown-nav .dropdown__nav ul.column-opt1 {
    width: 18%; }
  .column-header-reg {
    display: flex;
    width: 100%; }
  .mega-category .dropdown-nav .dropdown__nav ul li.column-alt {
    flex: 1 0 100%; }
  .column-alt-skinny {
    width: 100%;
    padding: 0 3em; } }

.dropdown__nav h3 {
  margin-bottom: .17em;
  width: 100%; }
  @media (min-width: 767px) {
    .dropdown__nav h3 {
      height: 30px; } }

@media (max-width: 767px) {
  .js-dropdown-nav li {
    margin: 0px !important; } }

.nav > ul > li {
  padding-bottom: 0;
  min-height: 43px;
  align-items: center; }

pre {
  display: none !important; }

.subscribe .subscribe__btn {
  color: #000; }

.subscribe .subscribe__field {
  border-bottom: 1px solid #000; }

.subscribe .subscribe__controls {
  margin-right: 1em; }

.dropdown-nav .dropdown__nav a {
  font-size: 16px; }

.nochildren {
  font-weight: 700;
  font-family: "DM Serif Display";
  font-size: 15px;
  display: flex;
  letter-spacing: .2px;
  font-size: 16px !important; }

.select_wrapper > select {
  cursor: pointer; }

.mega-category .dropdown-nav {
  top: 100%; }

.mobile-filters {
  background-color: transparent;
  color: #000;
  border: unset;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  min-width: 95px;
  text-indent: -10px;
  position: relative;
  margin-bottom: 10px;
  margin-right: auto;
  align-items: center;
  align-content: center;
  display: flex;
  gap: 7px; }

body aside[gql="true"].is-open {
  transition: transform 0.4s;
  display: flex;
  transform: translateX(0); }

body aside[gql="true"].is-open {
  overflow: scroll;
  height: 88vh;
  position: fixed;
  background: #fff;
  left: 0;
  width: 80vw !important;
  top: 163px; }
  @media (max-width: 1100px) {
    body aside[gql="true"].is-open {
      z-index: 991; } }

aside h2 {
  text-transform: unset; }

.panel--large .panel-body {
  display: none; }

.facetLabel {
  background: unset;
  justify-content: space-around;
  display: flex;
  width: 100%; }

.search .product-grid-whats-active li::after {
  content: unset !important;
  display: none !important;
  font-family: unset; }

.search .facetedSearch-refineFilters.sidebarBlock {
  display: none; }

.search .copy_drop {
  display: block;
  display: flex;
  margin: 0.7em 1em 0.7em auto;
  width: 10%; }

.search ul.inlineList--labels ~ a {
  display: none; }

body.search .navList-item .navList-action--checkbox::before,
body.search .navList-item .navList-action--checkbox::before {
  background-image: unset !important; }

body.search .navList-item > .navList-action--checkbox.is-selected::before {
  background-image: url("https://cdn11.bigcommerce.com/s-t2wvj47e64/images/stencil/original/image-manager/ti0506.png?t=1673881616&_gl=1*3ztaws*_ga*MTE0NTIzOTYyOS4xNjYwNTYzMTI5*_ga_WS2VZYPC6G*MTY3Mzg4MTU0NS4xMTAuMS4xNjczODgxNjE2LjYwLjAuMA") !important; }

.navList-action--checkbox.is-selected::after {
  opacity: 0; }

.card-figcaption {
  display: none; }

.search .toggleLink-text,
.search .showMore {
  display: none;
  opacity: 0; }

.accordion--navList .accordion-block {
  width: 100%; }

aside[gql="true"],
.page-sidebar {
  display: flex;
  flex-direction: column;
  max-width: 22%;
  width: 22%;
  min-width: 22%;
  display: flex;
  flex-wrap: wrap; }

.page-sidebar + .page-content {
  width: 77%;
  padding: 0 0 0 30px; }
  @media (max-width: 767px) {
    .page-sidebar + .page-content {
      width: 100%;
      padding: 0; } }

.page-sidebar {
  position: unset; }

#cuis > ul > li {
  transition: all 0s; }

.cart-header-text {
  line-height: 32.68px; }

.sign-in {
  font-weight: 600;
  font-family: 'open sans';
  text-decoration: underline; }

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 20px;
  align-items: end; }

.cart-item-image {
  max-height: 14rem;
  max-width: 80px;
  height: 108px; }

.cart-item-figure {
  max-width: 80px; }

.cart-header-item {
  line-height: 29px; }

.cart-item-block,
.cart-item-quantity {
  padding: 1.5rem 0;
  vertical-align: top;
  font-size: 15px; }

.cart-item-title {
  vertical-align: top;
  position: relative;
  padding: 1.5rem; }

.cart-sku {
  font-size: 12px;
  margin-top: 2px; }

.cart-wishlist,
input.cart-wishlist {
  border: unset;
  font-weight: 600;
  font-size: 13px;
  appearance: none;
  background: unset;
  background-color: unset;
  box-shadow: unset;
  border-bottom: .5px solid #000; }
  @media (min-width: 767px) {
    .cart-wishlist,
    input.cart-wishlist {
      position: absolute;
      left: 200px;
      top: 0; } }

.margin_cus {
  margin: 12px 0 0 0;
  line-height: 0; }

.cart-content-padding-right {
  max-width: 790px; }

.definitionList-value {
  white-space: nowrap; }

.cart-header-item.first_item {
  padding-left: 15px; }

.cart-item-figure {
  padding-left: 15px;
  max-width: 100%; }

.cart-header-quantity,
.cart-item-quantity {
  text-align: left; }

.cart-header-item:last-child {
  text-align: left;
  padding-left: 30px;
  width: 160px; }

.cart-item > .cart-item-quantity {
  padding-left: 0; }
  @media (min-width: 801px) {
    .cart-item > .cart-item-quantity {
      padding-left: 30px; } }

.cart-item-quantity .form-increment {
  border: 0.5px solid #000; }

.cart-item-quantity .form-increment input {
  border: 0.5px solid #000;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  width: 48px;
  padding: 0; }
  @media (max-width: 767px) {
    .cart-item-quantity .form-increment input {
      height: 39px;
      font-size: 14px; } }

@media (max-width: 767px) {
  .page-content[data-cart] .cart-item-quantity .form-increment input {
    height: 25px; } }

@media (min-width: 767px) {
  .product .cart-item-quantity .form-increment input {
    height: 44px; } }

.cart-item-quantity .form-increment .button {
  border: 0;
  width: 25px; }

.cart-item-quantity .form-increment {
  border: 0.5px solid #000;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 101px; }

.cart-item-quantity .form-increment > * {
  height: 100%; }

.cart-item-quantity .form-increment i {
  font-size: 13px;
  margin-top: 2px; }

.remove-close {
  text-decoration: underline;
  text-align: center;
  max-width: 101px;
  display: block;
  margin: 10px 0 0 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center; }

.remove-close img {
  margin: 1px 5px 0 0; }

.estimator-form-label {
  float: none;
  clear: none; }

form.estimator-form dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  column-gap: 15px;
  align-items: baseline;
  padding-bottom: 35px;
  padding-top: 15px; }

form.estimator-form dl > * {
  width: calc(100%/2 - 80px);
  text-align: right; }

form.estimator-form dl > dt {
  text-align: right;
  width: 25%; }

form.estimator-form dl > dd {
  width: 70%;
  text-align: right;
  float: none; }

form.estimator-form dl select {
  height: 36px;
  border: 0.5px solid #000;
  border-radius: 0; }

form.estimator-form dl select,
form.estimator-form dl input {
  height: 36px !important;
  border: .5px solid #000 !important;
  border-radius: 0;
  font-size: 13px !important;
  color: #939393;
  font-weight: 300;
  padding-left: 10px !important; }

form.estimator-form dl select {
  padding-left: 8px !important; }

.estimator-form .button--primary {
  line-height: 1.9;
  margin-right: 0;
  margin-left: auto; }

.select_cart_i {
  position: relative; }

.select_cart_i::after {
  background: url("https://store-t2wvj47e64.mybigcommerce.com/content/store_images/Vector.svg") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  content: '';
  right: 10px;
  top: 50%;
  width: 10px;
  height: 6px;
  transform: translateY(-50%); }

.cart-gift-certificate-form input {
  height: 36px; }

.cart-gift-certificate-form input.form-input {
  border: 0.5px solid #000; }

.cart-total.promo {
  padding: 20px 0 35px 0; }

.cart-actions.cart-content-padding-right {
  margin: 0 0 30px auto;
  display: block; }

.cart-form.gift-certificate-code {
  display: block !important; }

.cart-total {
  border-top: 1px solid #e5e5e5; }

.border_remove {
  border: 0 !important; }

.cart-total.promo + .cart-total {
  padding-top: 15px; }

@media (max-width: 1101px) {
  .cus-full > * {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin-bottom: 20px; }
  .accordion--navList .accordion-navigation {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 0; }
  .acc-block-cus .accordion-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .accordion--navList .accordion-block {
    margin: 0; }
  .accordion--navList .accordion-content {
    padding: 0; }
  .accordion--navList .accordion-content > ul {
    margin-top: 10px;
    padding: 1rem; } }

@media only screen and (max-width: 900px) and (min-width: 765px) {
  body .header {
    height: unset !important; } }

@media (max-width: 767px) {
  .nav > ul > li > a {
    width: 100%;
    font-size: 18px;
    font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
    font-weight: 700; }
  .header .nav-brands {
    display: flex !important; }
  header .middle-header {
    align-items: center;
    padding: 0 15px; }
  #quickSearch {
    display: block;
    overflow: hidden; }
  .middle-header > * {
    width: 33.33% !important;
    max-width: 33.33% !important; }
  .nav-utilities.hidden-xs {
    display: block !important;
    margin: 0; }
  .nav-utilities svg + span:not(#cart-label) {
    display: none !important; }
  .nav-utilities.hidden-xs li {
    margin: 0;
    padding: 0;
    flex: 0 0 20px; }
  #quickSearch.burger-icon {
    height: 30px;
    display: flex;
    justify-content: left !important; }
  .header #quickSearch .form-field {
    display: flex;
    align-items: center; }
  .nav-brands ul li a {
    min-width: auto; }
  header .nav-brands ul li a {
    padding: 0 .5em; }
  .header .header__features.is-open {
    top: var(--headerHeight) !important;
    box-shadow: none; }
  body.is-open header::after {
    top: var(--headerHeight) !important; }
  .header__logo a {
    height: 129px;
    width: 100%; }
  ul .arrow_icon {
    position: relative; }
  .nav > ul .arrow_icon::after {
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: -1; }
  .nav > ul > li.change_arrow::after {
    transform: rotate(180deg); }
  .dropdown-alt-nav {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 0;
    border-bottom: 0; }
  .nav > ul > li.is-open > .js-dropdown-nav {
    display: none; }
  .nav > ul > li:hover > .js-dropdown-nav {
    display: none; }
  .arrow_icon .is-clicked + .js-dropdown-nav {
    display: block !important;
    top: calc(100% + 10px); }
  .header .nav > ul > li {
    padding: 1.8rem 0 !important;
    border-bottom: .1rem solid #e5e5e5;
    margin: 0 !important; }
  .header .header__features .nav + .box-promo {
    margin-top: 0; }
  .dropdown-alt-nav li + li,
  .dropdown-nav .dropdown__nav li + li {
    border-top: 0; }
  .header .nav-trigger {
    margin: 0px 8px 0 0;
    display: block !important;
    height: auto; }
  .nav {
    border-bottom: 0; } }

@media (max-width: 766px) {
  #add-to-cart-wrapper {
    flex-wrap: wrap; }
  .header .header__utilities {
    height: 30px; }
  .header .header__features.is-open {
    top: var(--headerHeight) !important; }
  body.is-open header::after {
    top: var(--headerHeight) !important; }
  .middle-header-wrapper {
    border-bottom: .5px solid #e5e5e5;
    z-index: 9; }
  .top-bar {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    row-gap: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    padding-top: 5px; }
  .cart-header-text {
    width: 100%; }
  .cart-list {
    border-top: 0; }
  .cart-item-block.cart-item-title .margin_cus {
    margin: 0; }
  .cart-item-name {
    font-size: 11px; }
  .cart-sku {
    font-size: 10px; }
  .cart-wishlist,
  .cart-item-block.cart-item-info.cart-item-options > a {
    font-size: 9px !important; }
  .cart-item-block.cart-item-info span {
    display: block; }
  .cart-item-image {
    max-width: 42px;
    height: 56px; }
  .cart-item-quantity .form-increment input {
    font-size: 11px; }
  .cart-item-quantity .form-increment i {
    font-size: 9px;
    margin: 0; }
  .remove-close img {
    margin: 2px 4px 0 0;
    width: 10px;
    height: 10px; }
  .remove-close {
    font-size: 9px;
    max-width: 58px;
    margin-right: 0;
    margin-left: 0; }
  .cart-item-title {
    padding-top: 0;
    padding-left: 10px;
    padding-bottom: 30px; }
  .cart-header {
    display: none !important; }
  .cart-wishlist {
    bottom: 12px; }
  .cart-item-block.cart-item-info span.cart-item-label {
    display: none; }
  .cart-item > .cart-item-quantity {
    padding-left: 0; }
  .definitionList-value {
    white-space: normal; }
  .cart-item-block,
  .cart-item-quantity {
    padding-top: 10px !important; }
  .cart-totals {
    width: 100%; } }

#for-desktop-nav {
  display: none; }

@media (max-width: 802px) {
  .cart {
    display: table; }
  .cart-header {
    display: table-header-group;
    text-align: left; }
  .cart-list {
    display: table-row-group; }
  .cart-item {
    padding-left: 25%; }
  .cart-item:after,
  .cart-item:before {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  .cart-item {
    display: table-row;
    padding-left: 0; }
  .cart-item::after,
  .cart-item::before {
    display: none; }
  .cart-item-block {
    display: table-cell; }
  .cart-item-figure {
    margin-bottom: 0;
    margin-left: -33.33333%;
    width: 33.33333%; }
  .cart-item-figure {
    float: none;
    padding: .5rem 0;
    width: 8.33333%; }
  .cart-item-image {
    margin-left: 0; }
  .cart-item-title {
    display: block;
    height: auto;
    margin-bottom: 1.5rem;
    overflow: hidden; }
  .cart-item-title {
    display: table-cell;
    padding: 1.5rem; }
  .cart-item-info {
    clear: none;
    float: left;
    overflow: hidden;
    width: 33.33333%; }
  .cart-item-info + .cart-item-info {
    margin-top: 0; }
  .cart-item-info {
    float: none;
    width: 18%; }
  .cart-item-info:last-child {
    text-align: right; }
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; }
  .cart-item-quantity .form-increment {
    margin-left: 0; }
  .cart-item-label {
    display: block;
    padding-left: 1.5rem;
    text-align: left;
    width: 100%; }
  .cart-item-label {
    display: none; }
  .cart-item-value {
    padding-left: 0; }
  .cart-remove {
    margin-left: 1rem; }
  .cart-totals {
    float: right;
    width: 75%; }
  .cart-totals {
    margin-bottom: 1rem;
    width: 58.33333%; }
  .cart-total + .cart-total {
    border-top: 1px solid #e5e5e5; }
  .cart-total-label {
    width: 50%; }
  .cart-total-label {
    display: block;
    padding-left: 0;
    text-align: left; }
  .cart-total-value {
    text-align: right; }
  .cart-total-value {
    width: 50%; }
  .cart-total-label,
  .cart-total-value {
    padding: 1rem 0; }
  .cart-total-grandTotal {
    padding: 1rem 0;
    top: -.28571rem; }
  .cart-actions .button {
    display: inline-block;
    float: right; } }

.cart-item-options {
  width: 200px; }

@media (min-width: 1000px) {
  .dropdown-nav.js-dropdown-nav {
    border: 1px solid #e5e5e5; } }

@media (max-width: 767px) {
  /*		  .product [data-product-attribute="set-select"] {
		    position: relative !important;
		    z-index: 9 !important;
		    left: 0 !important;
		    width: 100% !important;
		    visibility: visible !important;
		    border: unset !important;
		    height: 45px;
		    opacity: 1;
		  }
			*/
  header .nav-brands ul li a {
    padding: 0 0.25em !important; } }

.cart-remove {
  background-color: unset;
  border-radius: 50%;
  cursor: pointer;
  float: unset;
  height: unset;
  margin-top: 0.14286rem;
  padding: unset;
  padding-top: .7em;
  transition: unset;
  width: unset; }

.modal-background {
  background: rgba(0, 0, 0, 0.8);
  color: #000;
  border: #e5e5e5; }

.modal--alert .button-container {
  margin: 1.4em; }

.modal.modal--alert.modal--small.open {
  border: 1px solid #e5e5e5; }
  .modal.modal--alert.modal--small.open .button {
    font-family: Open Sans;
    font-size: 14px;
    text-transform: uppercase; }
  .modal.modal--alert.modal--small.open .modal-content {
    font-size: .98em; }

.cart-item-figure[data-url] {
  cursor: pointer; }

@media (max-width: 802px) {
  .cart--holder .cart-total {
    flex-wrap: wrap; }
  .cart--holder .cart-total-label {
    padding-left: .5rem; } }

.page-heading-digital {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-align: left; }

.downloads__head th {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left; }

#pdf-downloads-container {
  margin-top: 2em; }

.digital-label-hold {
  border-bottom: 1px solid #000000; }

.digital-label-th {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 0.8em 0; }

.digital-label {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 1em 0;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 110px; }

.dnwn-button,
.instructions-button {
  border-radius: 0px !important;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  height: auto;
  min-height: 24px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .dnwn-button,
    .instructions-button {
      font-size: 14px;
      max-width: 100px; } }
  @media (min-width: 767px) {
    .dnwn-button,
    .instructions-button {
      width: 147px;
      height: 35px; } }

#pdf-downloads-container table table tr {
  display: flex;
  gap: 1em; }

#pdf-downloads-container table table tr td {
  display: flex; }

@media (max-width: 767px) {
  #pdf-downloads-container table td {
    font-size: 12px; }
  .dnwn-button {
    padding: 0 8px;
    width: unset; }
  #pdf-downloads-container .digital-label {
    padding: 8px; }
  #pdf-downloads-container .downloads__head th {
    display: none; }
  #pdf-downloads-container table tr {
    display: inherit; }
  #pdf-downloads-container table table tr {
    flex-direction: unset; } }

.navBar--account .navBar-action {
  color: #000;
  font-size: 1em;
  padding: 0;
  margin: 1.7em 0 0.63em;
  border: unset;
  box-sizing: unset; }

.page h1 {
  margin: .71em 0; }

.page .form-prefixPostfix .button {
  height: auto;
  padding: .15em 1.9em; }

.autocomplete .dropdown {
  padding: 1em; }

.autocomplete .dropdown {
  display: flex;
  padding: .3em .5em;
  flex-wrap: wrap; }

#pdf-downloads-container table th {
  padding: 1.2em 0; }

#pdf-downloads-container table td {
  line-height: 1.2;
  font-family: Open Sans;
  text-align: left;
  font-weight: 400;
  display: table-cell; }

/*
		#pdf-downloads-container table tr:not(.downloads__head)>td{
			border-bottom:1px solid #000;
		}
		#pdf-downloads-container table tr:not(.downloads__head)>td:first-of-type{
			border-bottom:unset;
		}
		*/
thead th {
  min-height: 50px;
  padding-left: 0px; }

@media (min-width: 1000px) {
  .productView-price {
    font-size: 25px; }
  /*thead th.product-head{
			width:20%;
		}
		thead th.download-head{width:60% !important;}
		#pdf-downloads-container table tr{height:70px;}
		#pdf-downloads-container table tr > td:nth-of-type(3){border-bottom:1px solid #000;}
		#pdf-downloads-container table tr > td:nth-of-type(2){border-bottom:1px solid #000;}
		#pdf-downloads-container table tr > td:nth-of-type(4){border-bottom:1px solid #000;}
		#pdf-downloads-container table tr > td:nth-of-type(5){border-bottom:1px solid #000;}
		*/ }

#pdf-downloads-container .dnwn-button:hover {
  background: rgba(0, 0, 0, 0.1); }

h1.page-heading,
h2.page-heading {
  margin: 1em 0 3rem; }

body.is-open {
  padding-top: var(--headerHeight); }

@media (max-width: 900px) {
  .mobile-filters {
    text-align: left;
    text-indent: 0; }
  .product-grid-pagination {
    margin-top: 1em;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 0.3em; }
  .header {
    height: 129px !important; }
  aside h1,
  aside h2 {
    padding: 0 0.5em; }
  aside .accordion-content {
    width: 100%; } }

.nav > ul > li {
  min-height: 3.1em; }

.alertBox {
  max-width: 1100px;
  margin: 0 auto;
  font-size: .91em; }

.indicator_flags {
  flex-wrap: wrap; }

.card-title > a:hover {
  color: unset; }

#label-designer .autocomplete,
#label-collection .autocomplete {
  display: none; }

#label-collection .autocomplete {
  background-color: #fff;
  z-index: 9;
  width: 100%;
  min-height: 10vh;
  font-weight: 500;
  padding: 0 0 1.4em; }

@media (max-width: 1100px) {
  aside nav.accordion {
    position: absolute;
    width: auto;
    top: 0px;
    min-width: 100%;
    overflow: scroll;
    height: 100%;
    padding: 0 1.5em 140px 1em; } }

@media (max-width: 900px) {
  .product-grid-pagination {
    flex-wrap: wrap; } }

@media (min-width: 801px) {
  body:not(.is-open) {
    margin-top: 0 !important; }
  body.is-open {
    margin-top: 0 !important; } }

@media (max-width: 800px) {
  body:not(.is-open) {
    margin-top: 82px; } }

.account input.button[value="Reset Password"] {
  margin-top: .7em; }

/*** grid for pdp ***/
.articles .grid .grid__col--1of1 {
  min-width: 100%; }

.section-primary .section__slider-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px; }

.section-primary .section__entry {
  display: -ms-flexbox;
  display: flex; }

.slick-vertical .slider__slide {
  height: auto;
  width: 123px !important;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px !important;
  padding: 2px; }

.section__entry .productView-images {
  width: 100% !important; }

.slick-slide img {
  width: auto !important; }

.sizeChartLink-quickView {
  display: none; }

.sizeChartLink {
  border-bottom: 1px solid #000;
  width: auto;
  margin: 0;
  display: inline;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  left: 4px;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600; }

.productTypeButtons {
  gap: 0.3em;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row; }
  .productTypeButtons .button {
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: .97em;
    padding: 0.73em 0.8em;
    border-radius: 0px;
    min-width: 120px;
    text-align: center;
    justify-content: center;
    min-height: 32px; }
  .productTypeButtons p {
    display: flex;
    align-items: center;
    margin: .1em 0 .51em 0;
    font-size: 15px;
    font-weight: 600; }
    @media (min-width: 1000px) {
      .productTypeButtons p {
        font-size: 13px; } }
  .productTypeButtons span {
    display: flex;
    width: auto; }
  @media (min-width: 1000px) {
    .productTypeButtons {
      flex-wrap: nowrap; } }
  .productTypeButtons select.form-select.form-select--small {
    width: 300px; }

.button.button--secondary {
  display: flex;
  align-items: center; }

.productTypeButtons .button:not(.non-active) {
  background-color: #F1F0F0;
  border: 1px solid #000; }

.productView .form-select.form-select--small {
  line-height: initial;
  background-position: right 0.57143rem top 0.71429rem;
  background-size: 24px;
  border-radius: 0px;
  height: 46px;
  max-width: 300px;
  padding: .75rem 3rem .75rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc; }

.account--fixed {
  margin: 0 auto;
  width: auto;
  max-width: 1100px; }

.form-select--margin {
  margin-bottom: 1rem; }

[action="/search.php"].form .form-input {
  position: relative;
  border-radius: 0px;
  min-height: 35px;
  font-size: 14px;
  border: 1px solid #000;
  text-indent: 25px;
  border-bottom: 1px solid #888;
  text-indent: 25px; }
  @media (max-width: 900px) {
    [action="/search.php"].form .form-input {
      font-size: 13px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #quickSearch .form-input {
    border-width: 0.5px !important; } }

.slider-product.js-slider-product {
  min-width: unset;
  max-width: 480px; }
  .slider-product.js-slider-product .slider__slide {
    min-width: unset;
    max-width: 480px; }

.section__entry .productView-images {
  min-width: unset;
  max-width: 480px; }

.product .price--rrp {
  text-decoration-thickness: 3px;
  margin-right: .3em;
  font-weight: 500; }

.section-primary .section__slider-nav {
  margin-left: auto; }

.mini {
  display: flex;
  max-width: 100px;
  max-height: 40px;
  width: 100%; }

.js-slider-product .slick-arrow {
  background-color: #ddda;
  border: 0;
  margin-top: 0;
  height: 100%;
  padding: 0.71429rem;
  width: 35px;
  position: absolute;
  z-index: 9;
  transition: all .2s ease-in-out;
  opacity: 0;
  top: 0; }

.js-slider-product:hover .slick-arrow.next-arrow,
.js-slider-product:hover .slick-arrow.prev-arrow {
  opacity: 1; }

.js-slider-product .slick-arrow.next-arrow:before,
.js-slider-product .slick-arrow.prev-arrow:before {
  height: 25px;
  width: 14px;
  top: 50%;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%) rotate(180deg);
  content: ""; }

.js-slider-product .slick-arrow.prev-arrow:before {
  transform: translate(0, -50%) rotate(0deg);
  left: 9px; }

.js-slider-product .slick-arrow.next-arrow:before {
  right: 9px; }

.js-slider-product .slick-arrow.next-arrow {
  right: 0; }

.js-slider-product .slick-arrow.prev-arrow {
  left: 0; }

.slick-slide img {
  margin: 0 auto; }

#brandLogo {
  max-height: 100px;
  max-width: 100px; }

.grid__col > #logo {
  display: flex; }

.productView h1.productView-title {
  margin-top: 0em; }

.price-section.price-section--withoutTax.rrp-price--withoutTax > span:nth-of-type(1),
.productView-price .price-section--saving,
.price-section--saving {
  display: none !important; }

.price-section--saving {
  gap: 17px; }

.productView-price {
  display: flex; }

h1.page-heading {
  font-family: "Open Sans", sans-serif; }

#search-results-heading > h1 {
  margin-bottom: .3em; }

.account-navigation a {
  text-decoration: underline; }

@media (max-width: 767px) {
  #add-to-cart-wrapper {
    display: flex;
    align-items: end; }
    #add-to-cart-wrapper .form-field--increments {
      width: 100%;
      margin-bottom: 0;
      display: flex;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0; }
      #add-to-cart-wrapper .form-field--increments > label {
        width: 100%;
        display: none; }
  .productView .cart-item-quantity .form-increment {
    height: 40px; }
  #form-action-addToCart {
    margin: 0; }
  .productView .button--primary {
    margin-top: 1em !important;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0; }
  .productView .cart-wishlist {
    border: 0.1rem solid transparent;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    height: 40px; } }

#pdf-downloads-container table th {
  padding: 1.2em 0;
  font-weight: 400; }

#pdf-downloads-container .downloads__head th {
  font-weight: 600; }

#pdf-downloads-container thead th {
  width: 20% !important; }

.slider-product-nav .slick-prev::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 14px;
  position: absolute;
  transform: translate(-50%, 50%) rotate(90deg);
  left: 50%;
  top: -40px;
  height: 100%; }

.slider-product-nav .slick-next::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 14px;
  position: absolute;
  transform: translate(-50%, 13%) rotate(90deg);
  left: 50%;
  height: 100%; }

.js-slider-product-nav {
  position: relative; }
  .js-slider-product-nav .slick-arrow {
    width: 15px;
    height: 9px;
    margin: 1em auto;
    display: block;
    transform: translate(-50%); }

.slider-product-nav .slick-prev {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-100%, 0%);
  background: unset;
  border: unset; }

.slider-product-nav .slick-next {
  position: absolute;
  top: unset;
  left: 50%;
  transform: translate(-100%, 0%);
  background: unset;
  border: unset; }

.slick-vertical .slider__slide {
  height: auto !important;
  width: 123px !important;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 10px; }
  .slick-vertical .slider__slide.slick-current.slick-active {
    border: 1px solid #000000; }

.grid {
  margin: 0; }

@media (max-width: 767px) {
  .productView-info ~ .grid .grid__col {
    max-width: 100%; }
  .productView .js-slider-product-nav,
  .section-primary .section__slider-nav {
    display: none; }
  .grid .grid__col--1of2 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
  .grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0; }
  .js-slider-product .slick-arrow {
    opacity: 1;
    border: unset;
    cursor: pointer; } }

.productView dl {
  display: flex; }

.cart-item-block.cart-item-info .price--discounted + span.cart-item-value {
  color: #C30000;
  font-weight: 600; }

.nav > ul {
  -ms-flex-pack: justify;
  justify-content: space-around; }

@media (max-width: 1000px) {
  .dropdown-alt-nav.js-dropdown-nav ul {
    padding: 2.1rem 2.2rem 3.5rem 2rem; } }

@media (max-width: 750px) {
  .header .header__features.is-open {
    top: var(--headerHeight) !important; } }

body.is-open {
  padding-top: 0 !important; }

body .cart-item-image {
  max-height: unset;
  max-width: unset;
  height: unset;
  width: 90px; }

.test.loadingOverlay {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.3) !important;
  display: none;
  z-index: 20; }

.test.loadingOverlay::before {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: solid 1px;
  border-color: white white #000000 #000000; }

.test.loadingOverlay {
  opacity: 1;
  background: transparent;
  display: block; }

aside {
  position: relative; }

.loadingCategory {
  background-color: rgba(255, 255, 255, 0.89);
  display: inline-block;
  z-index: 999;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.loadingCategory::before {
  height: 2.85714rem;
  width: 2.85714rem;
  border-radius: 2.85714rem;
  border: solid 2px;
  border-color: white white #999999 #999999;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 45vh;
  transform: translateY(-50%) rotate(0deg);
  transform-style: preserve-3d;
  animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }

#yardageTab,
#sizeTab,
#notionsTab,
#fabricsTab {
  display: none; }

@media (max-width: 767px) {
  .productView-price {
    font-size: 18px; }
  .add-to-cart-buttons .form-action {
    flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    width: 100%; }
  body #add-to-cart-wrapper.add-to-cart-wrapper .add-to-cart-buttons,
  .form.form-wishlist.form-action {
    margin-left: 0px !important; }
  .grid .grid__col {
    padding: 0; }
  .form-wishlist {
    width: 100%; }
  .productView .cart-wishlist {
    font-size: 15px !important;
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: unset;
    justify-content: center; }
  #form-action-addToCart,
  .add-to-cart-buttons {
    width: 100%; }
  .tabs {
    margin: 2em 0 1em; }
  .tab {
    border-top: 1px solid #000; } }

#tab-yardage .yardage {
  min-width: 600px; }

#tab-yardage {
  overflow-x: auto; }

table.yardage {
  width: 100%;
  line-height: 2.25em;
  border: 1px solid #d8d8d8;
  margin-bottom: 1em; }

table.yardage td {
  border: 1px solid #d8d8d8;
  padding-left: .75em; }

table.yardage {
  line-height: 2.25em; }

.tab .tab-title {
  font-size: 1.1em;
  padding: .57em 1.7em;
  display: flex; }
  @media (max-width: 767px) {
    .tab .tab-title {
      align-items: center; } }

.yardage {
  margin-top: 1em; }

.tab-content {
  line-height: 1.5; }

placeholder-card {
  min-width: 100%;
  max-width: 276px;
  background: #ddd; }
  @media (min-width: 1100px) {
    placeholder-card {
      height: 379px; } }

[data-facets] {
  margin-top: 1em; }

.add-to-cart-buttons > div {
  position: relative; }

.cart-item-quantity .form-increment {
  height: 46px; }

/*
		//burda
		[data-product-brand-id="41"] #add-to-cart-wrapper .button--primary,
		[data-product-brand-id="38"] #add-to-cart-wrapper .button--primary,
		[data-product-brand-id="38"] .productTypeButtons .button,
		[data-product-brand-id="41"] .productTypeButtons .button{
			transition: all .15s ease;
		    margin: 0;
			border:unset;
			margin-bottom:1em;
		    font-weight: 400;
		    background: #f6f1e7;
			&:hover{ 
				background: #efe6d4; 
			}
		    border: unset;
		    color: #000;
		    text-transform: uppercase;
		    border-radius: 0;
		    text-transform: capitalize;
		    font-size: 17px;
		}
		*/
.productTypeButtons .button {
  height: 40px;
  min-width: 180px; }

/*
		//mccalls
		[data-product-brand-id="47"]{
	
			 #add-to-cart-wrapper .button--primary,
			 .productTypeButtons .button{
				 border:unset;
		background: #c490c7;

		&:hover{
			background:#af69b3;border:unset;
		}
		color: #fff;}}
		//knowme

			 #add-to-cart-wrapper .button--primary,
			 .productTypeButtons .button{
			     text-transform: uppercase;
			     margin-bottom: 0;
			     background-color: #333;
			     font-weight: 700;
				 &:hover{
				 	    background-color: #555;color:#888;
				 }
			 }
		*/
@media (min-width: 767px) {
  #add-to-cart-wrapper.add-to-cart-wrapper #form-action-addToCart {
    min-width: 229px; } }

.modal-close::after,
.modal-close::before,
.modal-close span::before,
.modal-close span::after {
  background: unset;
  background-color: unset; }

#about-sewing-ratings {
  text-decoration: underline; }

.sewing-ratin {
  text-transform: uppercase; }

.flagSection {
  display: flex;
  margin: 0; }

.saleFlag {
  width: 70px;
  background: #ad1515;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 500;
  margin: 0.25em auto;
  color: #fff;
  height: 35px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.search .account-navigation a {
  font-size: 16px; }

.product .productView .stop-transform .section__slider-nav .slick-track {
  transform: translate3d(0, 0, 0) !important; }

#add-to-cart-wrapper.add-to-cart-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: unset;
  width: 100%;
  align-items: flex-end;
  position: relative; }
  #add-to-cart-wrapper.add-to-cart-wrapper .form-field--form-field--increments {
    flex-wrap: wrap;
    margin: 0 0 0;
    width: 99px; }
  #add-to-cart-wrapper.add-to-cart-wrapper .form-field--increments,
  #add-to-cart-wrapper.add-to-cart-wrapper .add-to-cart-buttons,
  #add-to-cart-wrapper.add-to-cart-wrapper .form-wishlist {
    display: flex; }
  #add-to-cart-wrapper.add-to-cart-wrapper .add-to-cart-buttons {
    margin-right: auto;
    margin-left: 1em; }
  #add-to-cart-wrapper.add-to-cart-wrapper #form-action-addToCart {
    margin-bottom: 0px; }

.cart-wishlist,
input.cart-wishlist {
  position: unset;
  left: unset;
  top: unset; }

/*		.section__grid [data-product-attribute="set-select"]{align-content: center;
		display: flex;
		align-items: center;}
*/
#alert-modal .button {
  font-size: 1rem;
  padding: 1em 2em;
  border-radius: 0px;
  font-size: 16px !important; }

.btn-cart {
  position: relative; }

.countPill {
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  height: auto;
  margin-left: unset;
  font-family: "Open Sans";
  font-size: 9px;
  width: unset;
  height: 15px;
  width: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  position: absolute;
  background: #000;
  border-radius: 15px;
  left: 24px;
  top: -5px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center; }
  @media (max-width: 900px) {
    .countPill {
      font-size: 8px; } }
  @media (max-width: 900px) {
    .countPill {
      height: 13px;
      width: 13px; } }
  @media (max-width: 900px) {
    .countPill {
      left: 18px;
      top: -4px; } }

.form .form-input {
  font-size: 14px;
  height: calc(1.5em + .75rem + 12px);
  border-radius: 2px;
  color: #000;
  border-color: #aaa;
  padding: .375rem 1.75rem .375rem .8rem;
  letter-spacing: .25px; }

ul.inlineList::before,
ul.inlineList::after {
  content: unset;
  display: unset; }

body .productView .cart-wishlist {
  font-weight: 600;
  font-family: Open Sans;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding: 0px;
  margin: 0;
  font-size: 13px;
  font-size: 13px;
  line-height: inherit; }
  body .productView .cart-wishlist i {
    display: none; }
  body .productView .cart-wishlist:active {
    border: unset; }
  @media (max-width: 1103px) {
    body .productView .cart-wishlist {
      display: none; } }
  body .productView .cart-wishlist input {
    border: unset !important; }
  body .productView .cart-wishlist .button:active {
    background-color: unset;
    border: unset;
    color: unset; }

body .productView .cart-wishlist + .dropdown-menu input,
body .productView .cart-wishlist + .dropdown-menu input:hover,
body .productView .cart-wishlist + .dropdown-menu .button {
  border: unset;
  font-size: 13px;
  padding: 10px 0;
  font-family: Open Sans; }

.form-wishlist {
  margin-left: 36px; }

#wishlist-dropdown.is-open {
  padding-right: 0; }

#wishlist-dropdown.is-open {
  min-width: 200px;
  left: -25% !important;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.5em; }

.productTypeButtons a {
  display: flex; }

@media (max-width: 767px) {
  .button.dropdown-menu-button.cart-wishlist {
    border: 1px solid #000;
    height: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: .7em; }
  .productTypeButtons {
    gap: 0 .7em;
    align-items: center; }
    .productTypeButtons a {
      display: flex; }
  .tab .tab-title {
    min-height: 45px; } }

.modal--large {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1); }

.modal-header {
  display: none; }

.cart .cart-item-quantity .form-increment {
  height: 27px !important; }
  .cart .cart-item-quantity .form-increment input {
    padding: 0px; }

.icon--figureflattery svg {
  margin: 0;
  fill: #333;
  height: 16px;
  width: 16px; }

.icon--figureflattery {
  line-height: 16px; }

.icon--figureflattery {
  line-height: 16px;
  display: block;
  margin: 6px;
  height: 16px;
  width: 16px; }

.figureFlattery td {
  border: 1px solid #333; }

.figureFlattery {
  height: 28px;
  display: inline-block;
  background: 0 0;
  margin-top: 0;
  margin-bottom: 1.5em; }

.figure-flattery-wrapper {
  display: flex;
  flex-direction: column; }

.panel-header,
.panel-body {
  background: transparent; }

.panel-title {
  font-family: "Open Sans"; }

.new-customer-fact-list {
  margin-left: 3rem;
  list-style: disc;
  margin-left: 21px !important;
  margin-top: 0.5em; }

.login-row {
  max-width: unset;
  width: 100%;
  max-width: 1260px; }

.forgot-password {
  position: absolute;
  top: -15px;
  right: 1.5em;
  font-size: 13px;
  text-decoration: underline; }
  @media (max-width: 767px) {
    .forgot-password {
      right: 0; } }

.forgot {
  position: relative; }

@media (max-width: 767px) {
  .login-row .login-form {
    border: none !important; }
  .login-row .form-actions {
    margin-top: 3em; } }

.login-row .login-form {
  border-right: thin solid #d0d0d0; }
  @media (max-width: 767px) {
    .login-row .login-form {
      margin-top: 2em; } }
  @media (min-width: 767px) {
    .login-row .login-form {
      padding: 0 4em 0 4em; } }
  @media (min-width: 767px) {
    .login-row .login-form .form-field {
      max-width: 500px;
      margin-right: 1.5em; } }

.login h2 {
  margin-bottom: .42em;
  font-family: 'Open Sans';
  width: 100%;
  text-align: left; }

#standard {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center; }
  #standard p {
    display: flex;
    width: 100%;
    justify-content: flex-start; }

.login button {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9; }
  .login button:hover {
    font-weight: 700; }

.button--primary {
  font-size: 14px; }

.account-body .form-select {
  height: 45px;
  font-size: 14px; }

.account-body .button.button--primary {
  margin: 0 auto; }

.alertBox {
  margin: .7em auto;
  font-size: .91em;
  padding: 13px 20px;
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: .1px;
  font-weight: 500;
  width: auto;
  max-width: 1140px; }

@media (max-width: 767px) {
  #standard > a {
    margin-top: .5em; }
  #standard > a,
  .button--primary {
    width: 100%; }
  .login-row {
    max-width: unset;
    width: 100%;
    max-width: unset;
    flex-wrap: wrap;
    display: flex; } }

.forgot-password-form {
  min-height: 50vh;
  height: 40px; }
  .forgot-password-form .form-input {
    height: 40px; }
  .forgot-password-form .button.button--primary {
    height: 40px;
    width: 220px;
    margin: 1em auto; }
  .forgot-password-form .form-input,
  .forgot-password-form .form-label {
    height: 40px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    min-height: 40px; }
  .forgot-password-form .form-label {
    height: 23px;
    line-height: 1.2;
    min-height: unset; }

.page-heading {
  font-family: "Open Sans"; }

.page-heading-reset {
  margin-top: .72em; }

.reset_password_into {
  margin: 1em auto 1.2em;
  display: flex;
  justify-content: center; }
  @media (min-width: 767px) {
    .reset_password_into {
      max-width: 500px; } }

.cart-actions .button {
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 0px;
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 1.5;
  text-transform: uppercase; }

.button:not(.modal-close):not(.cart-remove):not(.quickSearch--button):not(.button--icon):not(.non-active):not(span):not(.button--icon):not(.cart-wishlist):not([data-collapsible]):hover,
button:not([next-link]):not(.modal-close):not(.cart-remove):not(.quickSearch--button):not([data-cursor]):not([data-collapsible]):not(.slick-arrow):not(.button--icon):not(.accordion-navigation):not([title="search"]):not(.dropbtn):hover {
  background-color: #444;
  color: #fff; }

.pswp__button:hover {
  background: unset !important; }

.button:not(.quickSearch--button):not(.button--icon):not(.non-active):not(span):not(.button--icon):not(.cart-wishlist):not(.accordion-navigation):active,
button:not(.quickSearch--button):not([data-cursor]):not(.slick-arrow):not(.button--icon):not(.accordion-navigation):not([title="search"]):not(.dropbtn):active {
  color: #fff; }

#standard .button:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #000 !important;
  font-weight: 400; }

.productTypeButtons .button:hover {
  background: unset !important;
  color: unset !important; }

.productView-price {
  display: flex;
  margin: 1em 0 0.5em; }

.tab-content placeholder-card {
  height: 282px; }

.tab-content .card-body {
  padding: 0 5px 5px; }

[data-carousel-tooltip] {
  display: none; }

.tab-content .card-title {
  align-items: flex-start;
  display: flex; }

.tab-content [data-carousel-dot] {
  display: none; }

#descriptionTab {
  margin-bottom: 1em; }

.cart-item-quantity .form-increment .button--icon svg {
  width: 16px;
  height: 9px; }

body:not(.product) .cart-item-quantity .form-increment .button--icon svg {
  width: 11px;
  height: 6px; }

body.product .copy_drop .dropbtn {
  min-width: 100%;
  height: 45px;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 2px; }
  @media (min-width: 767px) {
    body.product .copy_drop .dropbtn {
      min-width: 300px; } }
  @media (max-width: 767px) {
    body.product .copy_drop .dropbtn {
      display: none; } }

@media (max-width: 1000px) {
  .copy_drop {
    flex-wrap: wrap; }
  .sizeChartLink {
    font-size: 15px;
    font-weight: 600;
    margin: 1em 0; } }

#myDropdownt a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-indent: 5px;
  font-size: 12px; }

a[disabled] {
  pointer-events: none;
  cursor: not-allowed; }

#wishlist-dropdown.is-open .button {
  color: #000; }

[data-product-option-change] {
  position: relative; }

/*		.product [data-product-attribute="set-select"]{position: absolute;
		    z-index: -5;
		    left: -10px;
		    width: 1px;
		    visibility: visible;
		    border: unset;}
		*/
.instructions-button:hover {
  background: rgba(0, 0, 0, 0.1); }

/*		.product .form-select.form-select--small{    border: unset;    width: 2px;
			@media(min-width:767px){
				display:block;opacity:0;
			}}
*/
.product .form-select,
.cart--holder .form-select {
  background-position: 96% 50% !important;
  background-size: 24px;
  border-radius: 0px;
  height: 46px; }

@media (max-width: 800px) {
  .form-wishlist svg {
    display: none;
    opacity: 0;
    visibility: hidden; }
  #wishlist-dropdown.is-open {
    left: unset !important; } }

body .dropdown-nav .dropdown__nav h3 a {
  font-size: .94em;
  font-weight: 400; }

.mega-category .dropdown-nav .dropdown__nav ul.column-opt1 + ul ul {
  width: 100%; }

.offc {
  font-weight: 600;
  font-size: 18px !important;
  color: #C30000;
  white-space: nowrap; }

.nochildren {
  font-size: 19px !important;
  font-weight: 600;
  line-height: 1.5 !important; }

.column-kids {
  width: 100% !important;
  margin-top: 1em; }

@media (max-width: 1000px) {
  .dropdown__nav,
  .dropdown-nav .dropdown__nav li + li,
  .column-header-reg {
    padding-bottom: 0;
    padding-top: 0; }
  .mega-category .dropdown-nav li,
  .mega-category .dropdown-nav h3 {
    padding: 0 0 0px 0px; }
  .mega-category .dropdown-nav h3,
  .mega-category .dropdown-nav li a,
  .mega-category .dropdown-nav li {
    line-height: 1.2; }
  .mega-category .dropdown-nav .dropdown__nav li + li,
  .dropdown__nav h3 {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
    height: 43px;
    line-height: 43px !important; }
  .column-kids {
    margin-top: 0px; }
  .mega-category .dropdown-nav .dropdown__nav ul li.clicked {
    display: block; }
  .mega-category .dropdown-nav .dropdown__nav ul h3 {
    position: relative; }
  .mega-category .dropdown-nav .dropdown__nav ul:not(.column-header-new-sewing) h3::after,
  .header .nav > ul > li.arrow_icon > a:after,
  .header .nav > ul > li.arrow_icon:hover > a:after,
  .header li.arrow_icon a.is-clicked:after {
    top: 35%;
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.995436 9.01337C0.994675 8.88166 1.01992 8.75108 1.06973 8.62914C1.11953 8.5072 1.19292 8.39629 1.28568 8.30278L4.59846 5.01001L1.41579 1.70723C1.22938 1.51971 1.12475 1.26605 1.12475 1.00164C1.12475 0.737232 1.22938 0.483567 1.41579 0.296047C1.50883 0.20224 1.61953 0.127783 1.74149 0.0769716C1.86345 0.0261602 1.99426 -2.1821e-07 2.12639 -2.12435e-07C2.25851 -2.06659e-07 2.38933 0.0261603 2.51129 0.0769717C2.63325 0.127783 2.74394 0.20224 2.83698 0.296047L6.70023 4.29941C6.88361 4.4865 6.98633 4.73803 6.98633 5C6.98633 5.26197 6.88361 5.5135 6.70023 5.70059L2.69687 9.70395C2.60382 9.79776 2.49313 9.87222 2.37117 9.92303C2.24921 9.97384 2.11839 10 1.98627 10C1.85415 10 1.72333 9.97384 1.60137 9.92303C1.47941 9.87222 1.36871 9.79776 1.27567 9.70395C1.09684 9.51842 0.996463 9.27106 0.995436 9.01337Z' fill='%23231F20'/%3E%3C/svg%3E%0A") !important; }
  body .header .dropdown-nav h3.has_sub a {
    font-family: "DM Serif Display";
    font-size: 16px !important;
    font-weight: 400;
    line-height: 43px !important;
    width: 100%;
    display: block;
    height: 43px; }
  body .header .dropdown-nav h3.has_sub {
    border-top: .3px solid #000; }
  .header a.is-clicked:after {
    transform: rotate(180deg) !important; }
  .mega-category .dropdown-nav .dropdown__nav ul.clicked:not(.column-header-new-sewing) h3::after {
    transform: translateY(-50%) !important; }
  .nav > ul > li.is-open > a:after {
    transform: translateY(-50%); }
  .mega-category .dropdown-nav .dropdown__nav h3 {
    font-size: 20px;
    width: 100%; } }

.quickSearch--button.button.button--primary {
  padding: 0;
  margin: 0;
  width: unset;
  background: transparent; }

.quickSearch--button.button.button--primary,
.icon.icon--search {
  height: 21px;
  width: 21px;
  border: unset;
  position: absolute;
  bottom: 4px;
  left: 3px; }

.icon svg {
  fill: #000; }

[next-link] svg {
  width: 10px;
  height: 16px; }

[previous-link] svg {
  width: 10px;
  height: 16px; }

@media (max-width: 767px) {
  .card-body {
    text-align: center;
    padding: 0 11px 11px; } }

.productView-price {
  margin-top: 0px; }

#icon-chevron-left {
  fill: #000; }

#icon-chevron-right {
  fill: #000; }

.productView h1.productView-title {
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .productView h1.productView-title {
      line-height: 1.1; } }

.sku {
  font-family: "Open Sans";
  font-weight: 400;
  color: #939393;
  font-size: 14px; }

.price {
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left; }

svg.slick-arrow {
  cursor: pointer; }

svg.slick-arrow:nth-of-type(1) {
  transform: translateX(-50%) !important; }

svg.slick-arrow:nth-of-type(2) {
  transform: translateX(-50%) rotate(-180deg) !important; }

dt > span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 34px;
  text-transform: uppercase; }

dl {
  font-family: "Open Sans";
  font-style: normal;
  font-size: 15px;
  line-height: 34px; }

dl > dd {
  margin-bottom: 0px;
  text-indent: 5px; }

#descriptionTab {
  margin-bottom: 1em;
  border-top: 0.5px solid #000;
  padding-top: 1.2em; }

.form-field.form-field--increments {
  margin-bottom: 0px; }
  .form-field.form-field--increments > label {
    display: none; }

@media (max-width: 1000px) {
  body .dropdown-nav .dropdown__nav h3 a,
  .dropdown-nav .dropdown__nav a,
  .column-kids a {
    font-size: 2rem;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Open Sans";
    width: 100%;
    display: block;
    line-height: 43px !important;
    height: 100%; }
  .mega-category .dropdown-nav .dropdown__nav h3 {
    font-size: 2rem;
    font-size: 14px !important;
    font-weight: 400;
    font-family: 'DM Serif Display';
    width: 100%;
    display: block;
    line-height: 43px !important;
    height: 100%; }
  .acc-block-cus:not(.active) .accordion-title::after {
    transform: rotate(90deg);
    width: 2rem;
    margin-top: 5px; }
  .product .tab {
    justify-content: center; }
  .nav > ul > li {
    min-height: 3em; }
  header .nav > ul > li.arrow_icon,
  .header .nav > ul > li {
    padding: 0 !important; }
  .box-promo h3 {
    font-family: 'DM Serif Display';
    font-size: 16px;
    font-weight: 400; }
  .box-promo li {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    height: 26px;
    line-height: 30px;
    margin: 0; }
  .nav > ul > li.arrow_icon > a.is-clicked {
    font-family: "DM Serif Display";
    font-size: 16px !important;
    font-weight: 400;
    border-bottom: .5px solid #000;
    height: 43px;
    line-height: 43px !important; } }

.cart-item-block .form-wishlist {
  margin-left: 0; }

.product .tab .tab-title {
  color: black;
  font-weight: 400;
  font-size: 16px; }

.product .tab {
  min-height: 45px;
  align-items: center;
  display: flex; }

.product .tab.is-active {
  background-color: #f1f0f0; }

.product .tabs,
.product .tab.is-active {
  border-color: #000; }

.product .card-body .card-title {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 767px) {
  .card-body {
    text-align: center;
    padding: 0; } }

.navBar--sub .navBar-item.is-active {
  border-bottom: unset;
  font-weight: 600; }

.logged-in .navBar--sub:not(.search-nav) .navBar-item:hover a {
  background: #fff; }

.logged-in .navBar--sub:not(.search-nav) .navBar-item a {
  display: inline-flex;
  margin: 2px 0;
  padding: 0 1em; }

.logged-in .navBar--sub:not(.search-nav) .navBar-action {
  min-height: 45px;
  display: flex;
  background: green;
  height: 100%;
  vertical-align: middle;
  background: #e5e5e5;
  align-items: center;
  height: 90%;
  margin: 0 auto; }

.account-product-title {
  margin: unset;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 6px !important; }
  .account-product-title > a {
    text-underline-offset: 2px;
    font-family: "Open Sans";
    font-weight: 600;
    text-decoration: underline; }

.account-product-figure::after {
  content: "";
  padding-bottom: unset; }

.account-listItem {
  padding: 3rem 0px; }

#pdf-downloads-container tr td {
  border-bottom: 1px solid #000; }

#pdf-downloads-container table th {
  display: none; }
  @media (min-width: 801px) {
    #pdf-downloads-container table th {
      display: table-cell; } }

#pdf-downloads-container table td:first-of-type {
  padding-right: 10px;
  position: sticky;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: white; }

#pdf-downloads-container {
  overflow: auto;
  /* Custom scrollbar styles */ }
  #pdf-downloads-container::-webkit-scrollbar {
    width: 6px; }
  #pdf-downloads-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px; }
  #pdf-downloads-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1; }
  #pdf-downloads-container::-webkit-scrollbar-thumb:hover {
    background-color: #555; }

.mobile-he {
  display: inherit;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .mobile-he {
      display: none; } }

#pdf-downloads-container table .mobile-he th {
  display: table-cell;
  position: sticky;
  left: 0; }

.account button,
.account .button {
  line-height: 1rem;
  transition: all 0.15s ease;
  border-style: solid;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: #2C2A34;
  border-radius: 1px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  background-image: none;
  font-family: "Open Sans";
  color: #000;
  font-size: 16px;
  min-height: 45px; }

.form-checkbox + .form-label::before {
  border-radius: 4px;
  width: 15px;
  height: 15px;
  border: 2px solid #231F20;
  border-radius: 3px !important;
  margin-top: 4.5px; }

.form-checkbox:checked::before {
  background-image: url(https://cdn11.bigcommerce.com/s-t2wvj47e64/images/stencil/original/image-manager/ti0506.png?t=1673881616&_gl=1*3ztaws*_ga*MTE0NTIzOTYyOS4xNjYwNTYzMTI5*_ga_WS2VZYPC6G*MTY3Mzg4MTU0NS4xMTAuMS4xNjczODgxNjE2LjYwLjAuMA);
  content: "";
  height: 12px;
  width: 12px;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center; }

.account-content h3,
.account-content h2,
.address-title {
  font-family: "Open Sans"; }

.address-title {
  font-weight: 500;
  margin-bottom: 0.25em !important; }

[data-edit-account-form] .button--primary .form-actions,
.account-body .form-actions {
  display: flex;
  justify-content: center;
  gap: 0em;
  align-items: center; }
  @media (max-width: 767px) {
    [data-edit-account-form] .button--primary .form-actions,
    .account-body .form-actions {
      flex-wrap: wrap;
      gap: 7px; } }

[data-edit-account-form] .button--primary .button.button--primary,
[data-edit-account-form] .button--primary button.button--primary,
.account-body .button.button--primary,
.account-body button.button--primary {
  background: #000;
  color: #fff; }

.account button.button--primary,
.account .button.button--primary {
  background: #000;
  color: #fff;
  align-items: center;
  margin: 0 auto; }

.account-body .button.button--primary {
  margin: unset; }

.account button.button--small,
.account .button.button--small {
  height: 35px;
  min-height: unset;
  margin-bottom: 0; }

.account .panel.panel--address:not(.panel--newAddress) {
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  display: block; }

.panel--address .panel-body,
.panel.panel--address {
  min-height: 250px; }

.logged-in .navBar--account {
  display: block; }

@media (max-width: 767px) {
  [randos] {
    margin-top: 7px; }
  [data-promo-name] {
    font-size: 23px; }
  /*
		[data-product-attribute="set-select"] {
				    position: relative;
				    z-index: 9;
				    left: 0;
				    width: 100%;
				    visibility: visible;
				    border: unset;
				    height: 45px;
				    opacity: 1;

				}
		*/
  /*				.product .form-select.form-select--small {
				    border: unset;position:relative;
				    width: 100%;
				    border: 1px solid #383838;
				    display: flex;
			
				}*/ }

dl {
  margin-bottom: 0px !important; }

.dropdown-alt-nav li + li {
  margin-top: unset;
  padding-top: unset;
  border-top: unset; }

.js-dropdown-nav li,
.dropdown-alt-nav li + li {
  margin: .17em 0;
  border: unset;
  min-height: 35px;
  line-height: 35px; }

.women-header {
  margin-top: 6px; }

.designers-coll .dropdown__nav {
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-around; }
  .designers-coll .dropdown__nav ul {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: unset;
    margin: 10px 0 0 0; }
  @media (max-width: 767px) {
    .designers-coll .dropdown__nav {
      flex-wrap: wrap; } }

.js-dropdown-nav.designers-coll {
  width: 400px; }

.header .nav > ul > li.is-open:not(.change_arrow) {
  border-color: #000; }

@media (max-width: 767px) {
  .designers-coll .dropdown__nav {
    display: unset; } }

@media (max-width: 1000px) {
  body.logged-in .navBar--sub.navBar--account {
    display: none; }
  #quickSearch {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end !important; }
  .estimator-form .button--primary {
    line-height: 1.9;
    margin-right: 0;
    margin-left: auto;
    max-height: 35px;
    line-height: 35px;
    align-items: center;
    min-width: unset;
    width: unset;
    padding: 0 1em; }
  .cart--holder .cart-total-label,
  .cart--holder .cart-total-value {
    justify-content: flex-end; }
  .cart-total {
    border: unset; }
  .cart-content-padding-right:nth-of-type(2) {
    padding-top: 0px; }
  .cart-totals > h1 {
    display: none; }
  .cart-item-quantity {
    padding-top: 10px !important;
    width: 110px;
    max-width: 110px;
    min-width: unset; }
  .page .cart--holder {
    margin-top: 0px; }
    .page .cart--holder .remove-close,
    .page .cart--holder .cart-item-value {
      font-size: 14px; }
    .page .cart--holder .remove-close {
      font-size: 9px;
      font-weight: 600;
      line-height: 2;
      text-underline-offset: 2px;
      margin: 0 auto;
      position: relative;
      left: -4px; }
    .page .cart--holder .cart-item-quantity .visible-xs-block {
      width: 100px;
      margin-left: unset;
      justify-content: flex-start;
      display: flex !important;
      margin-bottom: 0.4em;
      font-size: 15px; }
      .page .cart--holder .cart-item-quantity .visible-xs-block .cart-item-value {
        margin-left: 2px; }
    .page .cart--holder .form {
      margin-top: 2.4em; }
    .page .cart--holder .cart-item-options {
      display: none !important; }
    .page .cart--holder .top-bar {
      border: unset; }
    .page .cart--holder .cart-item-brand {
      color: black;
      margin-bottom: font-s;
      font-size: 11px;
      margin: 5px 0 0 0; }
    .page .cart--holder .cart-sku+a {
      font-size: 12px; }
  .account .pagination {
    color: #999999;
    margin-top: 0;
    text-align: center;
    height: 45px; }
  .dropdown__nav li {
    font-family: "Open Sans";
    font-size: 14px; }
  .copy_drop {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
  @media (max-width: 1000px) and (max-width: 767px) {
    .copy_drop {
      max-width: 30px; } }

@media (max-width: 1000px) {
  .product .copy_drop {
    max-width: unset !important; }
  .product-grid-whats-active > ul {
    column-gap: 0;
    flex-wrap: nowrap; }
  .product-grid-whats-active li {
    padding: 3px; }
  .nav > ul > li > a::after {
    height: 13px; }
  .header .header__features.is-open {
    width: 100vw; }
  .body-header-banner .header .header__features.is-open {
    top: 156px !important; }
  .header .header__features {
    display: flex;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    background-color: transparent;
    padding: 0px; }
    .header .header__features .nav__content {
      width: 77vw;
      background: #fff;
      display: flex;
      flex-direction: column;
      padding: 0 1em;
      order: 1;
      height: fit-content; }
    .header .header__features .nav__close {
      display: flex;
      width: 30vw;
      order: 2; }
  .nav > ul > li:hover > a::after {
    display: unset !important; }
  .designers-coll .dropdown__nav ul {
    margin-top: 0px !important; }
  .mega-category .dropdown-nav {
    padding-top: 0px; }
  .is-open.looks,
  .is-open.myaccount {
    border: none !important; }
  .header .nav > ul > li {
    border-bottom: .1rem solid #D9D9D9; }
  [data-facets] {
    margin-top: 0; }
  .acc-block-cus .accordion-title {
    position: relative;
    font-weight: 400;
    font-size: 16px !important;
    font-family: 'DM Serif Display' !important;
    letter-spacing: 0.6px;
    line-height: 35px;
    padding-right: 15px !important;
    text-align: left;
    height: 35px; }
  .accordion--navList .accordion-navigation {
    padding: 0px; }
  .js-dropdown-nav.designers-coll {
    width: unset; }
  .dropdown-alt-nav {
    font-size: 15px;
    font-weight: 400; }
  .nav > ul > li {
    min-height: 2em; }
  .shop_by_brand li,
  .patterns_by_brand li {
    padding: .2em 0px; }
  .patterns_by_brand,
  .shop_by_brand,
  .designers-collections {
    border-bottom: .1rem solid #e5e5e5; }
    .patterns_by_brand.change_arrow,
    .shop_by_brand.change_arrow,
    .designers-collections.change_arrow {
      border-bottom: .1rem solid #ffffff !important; }
  body .dropdown-alt-nav.js-dropdown-nav ul {
    padding: 0 1.4em 13em; } }
  @media (max-width: 1000px) and (max-width: 767px) {
    body .dropdown-alt-nav.js-dropdown-nav ul {
      padding-left: .2em; } }

@media (max-width: 1000px) {
  body .dropdown-alt-nav.js-dropdown-nav.designers-coll ul {
    padding: 0 .7em;
    padding-left: .2em; }
  .box-promo li {
    font-size: 14px; }
  .box-promo li a {
    font-size: 14px;
    font-family: "Open Sans"; } }

.cus_pro_grid[count="5"] > .product {
  width: calc(100%/6);
  border: 0.5px solid #D9D9D9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .cus_pro_grid[count="5"] > .product {
      width: 48%; } }

.account .button[type="reset"]:hover,
.account .button.button--small:not(.button--primary):hover,
.account .button[value="Delete All"]:hover,
.account-sidebar-block .button:hover,
.order-details-info .button:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #000 !important; }

.account .form-actions a[href="/wishlist.php?action=addwishlist"] {
  width: auto;
  min-width: unset;
  max-width: unset;
  display: inline-block;
  line-height: 1.5em; }
  @media (max-width: 767px) {
    .account .form-actions a[href="/wishlist.php?action=addwishlist"] {
      width: 100%; } }

input[value="Remove Item"] {
  border: unset;
  background: unset;
  width: 100%;
  justify-content: center;
  display: flex;
  font-weight: 500; }

.product .form {
  width: 100%; }

.account .cus_pro_grid {
  justify-content: center; }

.panel--address .form-actions {
  bottom: 2.5rem; }

.wishlists-table a {
  text-decoration: underline; }

.form-checkbox + .form-label::before {
  height: 15px;
  width: 15px; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  background: unset;
  background-image: url("https://cdn11.bigcommerce.com/s-t2wvj47e64/images/stencil/original/image-manager/ti0506.png?t=1673881616&_gl=1*3ztaws*_ga*MTE0NTIzOTYyOS4xNjYwNTYzMTI5*_ga_WS2VZYPC6G*MTY3Mzg4MTU0NS4xMTAuMS4xNjczODgxNjE2LjYwLjAuMA");
  width: 15px;
  height: 15px;
  margin-top: unset;
  background-repeat: no-repeat;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  top: 26%;
  left: 0px; }

.form.wishlist-form .form-label {
  line-height: 2; }

.account-product--alignMiddle .account-product-checkItem .form-label {
  height: 24px; }

.pagination-list li,
.pagination-list--small .pagination-link {
  font-size: 16px; }

.account .panel-body {
  margin-bottom: 0px; }

.dropdown__nav li:last-child {
  margin: 0em 0 .5em !important; }

#search-results-heading {
  margin-top: 1.4em; }

.search .product-grid-pagination {
  margin-bottom: 0px;
  align-items: center; }

@media (max-width: 767px) {
  .search .product-grid-whats-active {
    justify-content: flex-start; }
  .search .facetedSearch-toggle.toggleLink {
    display: none; }
  .search #facetedSearch-navList {
    padding: 0 1.3em; }
  .search .page-sidebar {
    display: none;
    overflow: scroll;
    min-width: 80vw;
    height: 88vh;
    position: fixed;
    background: #fff;
    left: 0;
    width: 80vw !important;
    top: 163px; } }
  @media (max-width: 767px) and (max-width: 1100px) {
    .search .page-sidebar {
      z-index: 991; } }

@media (max-width: 767px) {
  .search .facetedSearch-navList {
    display: block; }
  .search .product-grid-pagination {
    margin-top: 0px; }
  .search .nav {
    padding-bottom: 0px; } }

.search-container {
  max-width: 450px;
  margin: 2em auto; }

#cuis > ul {
  gap: 1.8em;
  justify-content: safe; }
  @media (min-width: 996px) {
    #cuis > ul {
      padding: 0 1em; } }
  @media (max-width: 996px) {
    #cuis > ul {
      gap: unset; } }
  @media (max-width: 1201px) {
    #cuis > ul {
      justify-content: flex-start; } }

.filter-options .filter-options,
.search .filter-options {
  margin-bottom: 0px !important; }

.actionBar {
  margin: 0px; }

[data-edit-account-form] {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

@media (max-width: 1103px) {
  [data-wishlist-add] svg {
    position: relative !important;
    top: 10px !important;
    left: -25px; } }

@media (max-width: 767px) {
  [title="search"] svg {
    width: 20px;
    height: 20px; }
  #pdf-downloads-container .he .digital-label {
    padding: 8px 0px; } }

#cuis {
  border-bottom: unset; }

.search [data-product-slide] .card {
  padding: 15px 10px; }

.card-body h3 a,
.search .card-b-up h3.card-title a,
.search .card-b-up h3.card-title a {
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

h2.page-heading,
h1,
.account h1.page-heading {
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif; }

.productCarousel-slide .card .card-title {
  min-height: 8vh; }

.navBar-section-account {
  display: none;
  justify-content: center;
  flex-wrap: wrap; }
  .navBar-section-account li {
    width: 100%; }

@media (max-width: 1000px) {
  .navBar-section-account {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .navBar-section-account li {
      width: 100%;
      justify-content: center;
      display: flex;
      min-height: 33px;
      align-content: center;
      align-items: center; }
  .smh,
  [data-slick-one] {
    display: none !important; }
  .nav > ul > li {
    min-height: 43px; } }

.box-promo h3 {
  margin-top: 1.2em; }

#logo svg {
  min-width: 150px;
  max-width: 190px; }

.smh {
  color: black;
  font-family: "DM Serif Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  font-size: 21px;
  border-bottom: 1px solid #ccc;
  display: flex;
  width: 100%;
  margin-right: 4%;
  line-height: 2;
  margin-bottom: .9em; }

.form-select--small {
  height: 40px;
  border-radius: 0px; }

#CartEditProductFieldsForm .button {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0;
  min-width: 120px; }

.cart-item-options .modal-body {
  padding: 0px; }

.section__slider-nav .slick-arrow {
  display: none !important; }

#standard {
  max-width: 450px;
  padding-left: 2em; }
  @media (max-width: 767px) {
    #standard {
      padding-left: 0em; } }

#new-customer-fact-list {
  width: 100%; }

.account-orderStatus-label {
  background-color: #cccccc;
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  margin-bottom: 0.35714rem;
  padding: 0.41429rem 0.5rem;
  letter-spacing: .8px; }

body footer .accordion .accordion-navigation a {
  text-transform: initial; }

@media (min-width: 900px) {
  .designers-coll .smh {
    height: unset;
    width: 90%; } }

[title="search"] svg {
  height: 20px;
  width: 20px; }

@media (max-width: 1023px) {
  #logo {
    display: none; } }

.top-menu {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%; }

.top-menu {
  display: none; }

#cart-hold {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  width: 33%; }

@media (max-width: 900px) {
  #cart-hold {
    max-width: unset;
    width: unset;
    display: flex;
    justify-content: center;
    margin-left: auto;
    position: relative; }
  #logo svg {
    min-width: unset;
    max-width: unset; }
  .top-menu #logo {
    display: flex;
    width: 88px;
    padding: .5em 0 .2em .21em; }
  .top-menu p {
    display: flex;
    margin-right: .5em;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.02em;
    margin-left: auto; }
    .top-menu p a {
      text-decoration: underline;
      margin-left: 2px; }
  .top-menu #logo svg {
    width: 88px;
    height: 18px; }
  .top-menu {
    display: flex; }
  #cart-label {
    color: #fff;
    text-decoration: unset;
    border: unset; }
  .nav-utilities li a.btn-cart {
    text-decoration: unset; }
  .nav-utilities.hidden-xs li {
    min-width: 30px; }
  #quickSearch .form,
  #quickSearch .form-input {
    width: 100%;
    min-width: 180px;
    max-width: 250px; }
  #quickSearch .form-input {
    text-indent: 25px;
    border-style: solid;
    font-size: 13px;
    padding-right: 0;
    border: 1px solid #000; } }

@media (max-width: 1024px) and (min-width: 767px) {
  .user {
    margin-right: 2em; }
  .user a span {
    display: none; }
  .nav-utilities.hidden-xs li {
    flex: unset;
    margin-right: 20px; } }

.product main #logo svg {
  width: 100px;
  min-width: unset; }

.socialLinks--alt {
  gap: 15px;
  display: flex;
  justify-content: flex-start; }

@media (min-width: 767px) {
  footer li.accordion-navigation:nth-of-type(4) {
    display: none; } }

@media (max-width: 767px) {
  .socialLinks--alt {
    justify-content: center; }
  footer li.accordion-navigation:nth-of-type(5),
  footer li.accordion-navigation:nth-of-type(6) {
    display: none; } }

.socialLinks--alt .icon {
  height: 27px;
  width: 27px; }

.nav-utilities li a.login-dropdown__action {
  font-size: 14px;
  line-height: 2; }

.product .modal-background {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.modal--large {
  max-width: 1000px; }

.product .modal-header {
  display: block;
  border: unset; }

.form-input[readonly] {
  background-color: #e5e5e5;
  border-color: #999999;
  color: #000;
  cursor: text;
  font-weight: 600;
  font-size: 14px;
  padding: .5em 0; }

.share-wishlist {
  max-width: 55rem !important; }

.page-content--textCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em; }
  .page-content--textCenter p {
    width: 100%; }

@media (max-width: 767px) {
  #pdf-downloads-container tr:not(.he) > td:first-of-type {
    font-size: 16px; }
  .modal--large {
    max-width: auto !important; } }

.productCarousel-slide .card .card-title {
  min-height: 3.3em; }

.product .tab.is-active {
  border-color: #000;
  border-bottom-color: black;
  border-bottom: 1px solid #000; }

@media (min-width: 767px) {
  .card-figure {
    padding: 7px 3px 3px; } }

.select_wrapper::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.986627 7.45523e-05C1.11834 -0.000686945 1.24892 0.0245602 1.37086 0.0743663C1.4928 0.124173 1.60371 0.19756 1.69722 0.290319L4.98999 3.6031L8.29277 0.420429C8.48029 0.234021 8.73395 0.129392 8.99836 0.129392C9.26277 0.129392 9.51643 0.234021 9.70395 0.420429C9.79776 0.51347 9.87222 0.624164 9.92303 0.746126C9.97384 0.868087 10 0.998903 10 1.13103C10 1.26315 9.97384 1.39396 9.92303 1.51593C9.87222 1.63789 9.79776 1.74858 9.70395 1.84162L5.70059 5.70487C5.5135 5.88825 5.26197 5.99097 5 5.99097C4.73803 5.99097 4.4865 5.88825 4.29941 5.70487L0.296046 1.7015C0.202238 1.60846 0.127782 1.49777 0.0769705 1.37581C0.0261597 1.25385 -5.28106e-07 1.12303 -5.16555e-07 0.990907C-5.05005e-07 0.858784 0.0261597 0.727969 0.0769706 0.606007C0.127782 0.484045 0.202239 0.373351 0.296046 0.28031C0.481579 0.101479 0.728941 0.00110116 0.986627 7.45523e-05Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
  position: absolute;
  content: "";
  height: 6px;
  width: 10px;
  right: 0.4em;
  top: 50%;
  transform: translate(-50%, -50%); }

body {
  width: 100%;
  display: flex;
  flex-direction: column; }

@media (max-width: 767px) {
  .he {
    height: 60px; }
  .brand .container.container-custom {
    padding: 0 15px; } }

.form .form-input {
  min-width: 40px;
  padding: 0px; }

.cart-remove {
  margin-top: 1rem;
  margin-left: 1rem;
  height: 17px !important;
  width: 17px !important;
  display: flex;
  align-items: center;
  padding: 3px; }
  .cart-remove svg {
    overflow: visible;
    margin-right: .5rem;
    fill: #a9a9a9;
    background-color: #F1F0F0;
    border-radius: 100%; }
  .cart-remove .cart-remove-text {
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600; }

.navUser-action {
  padding: 0px; }

.navUser-item--cart svg {
  width: 35px;
  height: 35px; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .navUser-item--cart svg {
      width: 25px;
      height: 25px; } }

.modal-close::before {
  border-color: transparent; }

.product .form-label.form-label--alternate.form-label--inlineSmall {
  display: none; }

#search-results-content-count {
  display: none; }

.search .product-grid-pagination {
  margin-bottom: 15px; }

.page-content--centered {
  width: 100%; }

.login-row .form-actions {
  position: relative; }

.navUser-action {
  text-transform: unset; }

.navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
  color: unset; }

@media (min-width: 801px) {
  .body {
    margin-top: 0; } }

@media (max-width: 767px) {
  .category .body {
    margin-top: 0px !important; }
  .right-dt {
    float: unset;
    margin-left: auto;
    display: flex;
    width: unset !important;
    margin-bottom: .6em; }
  .product-grid-pagination > .grid-featured {
    margin-bottom: 0.6em; }
  .product-grid-pagination {
    justify-content: flex-end; } }

.category .graphql-content-area {
  margin-top: 10px; }

.body {
  margin-top: 0px; }

#CartEditProductFieldsForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto; }
  #CartEditProductFieldsForm div {
    width: 100%;
    justify-content: center;
    display: flex; }
  #CartEditProductFieldsForm [data-product-attribute="set-select"] {
    flex-wrap: wrap; }
  #CartEditProductFieldsForm select,
  #CartEditProductFieldsForm label {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 15px; }
  #CartEditProductFieldsForm .form-label small {
    float: right;
    margin-top: 0; }
  #CartEditProductFieldsForm .form-select--small {
    background-size: unset; }
  #CartEditProductFieldsForm .modal-close:hover {
    color: #000;
    background-color: unset; }

[data-cart] h2.cart-item-name a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: 2px;
  color: #939393;
  margin-bottom: 0; }

[data-cart] [data-item-edit] {
  text-decoration: underline; }

button[data-cart-update] {
  border: 0;
  width: 25px; }

body:not(.product) .cart-item-quantity .form-increment .button--icon svg {
  width: 100%;
  height: 100%; }

.cart-item-quantity .form-increment i {
  font-size: unset;
  margin-top: unset;
  width: 100%;
  height: 100%; }

.cart-additionalCheckoutButtons.cart-content-padding-right {
  margin-left: auto;
  width: fit-content;
  display: flex; }

.logged-in .navBar--sub:not(.search-nav) .navBar-action {
  background: unset; }

[data-slick-one] {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  margin: 2em 0 4em; }

@media (max-width: 900px) {
  .popup-user.logged-in {
    top: 114px;
    z-index: 999999999; } }

@media (max-width: 900px) {
  .login-row .form-actions {
    flex-wrap: wrap; }
  .forgot-password {
    position: relative;
    top: 0; } }

.modal,
.modal-body {
  overflow: scroll; }

.modal--large {
  max-width: 1000px;
  width: 100%; }

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

/* ------------------------------------------------------------ *\
	Nav-trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  height: 1.2rem;
  z-index: 200; }
  .nav-trigger:before, .nav-trigger:after,
  .nav-trigger span {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #fff;
    border-radius: .4rem;
    transition: transform 0.4s; }
  .nav-trigger:before {
    top: 0; }
  .nav-trigger span {
    top: 50%;
    transform: translateY(-50%); }
  .nav-trigger:after {
    bottom: 0; }
  .nav-trigger.is-open span {
    display: none; }
  .nav-trigger.is-open:before {
    transform: translate(0, 0.5rem) rotate(45deg); }
  .nav-trigger.is-open:after {
    transform: translate(0, -0.5rem) rotate(-45deg); }

/* ------------------------------------------------------------ *\
	Nav-utilities
\* ------------------------------------------------------------ */
.nav-utilities {
  color: #000;
  margin-left: 2.2rem;
  font-size: 14px;
  line-height: 1.54; }
  @media (max-width: 1023px) {
    .nav-utilities {
      margin-left: 0;
      color: #000; } }
  .nav-utilities ul {
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .nav-utilities ul {
        justify-content: center; } }
    @media (max-width: null) {
      .nav-utilities ul {
        display: block;
        text-align: center; } }
  .nav-utilities a {
    transition: opacity 0.4s; }
    .nav-utilities a:hover {
      opacity: .7; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .nav {
    padding-bottom: 3rem;
    border-bottom: .1rem solid #E5E5E5; } }

.nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: 0; }
  @media (min-width: 1200px) {
    .nav > ul {
      max-width: 1300px;
      margin: 0 auto !important; } }
  @media (max-width: 1023px) {
    .nav > ul {
      display: block;
      text-align: left; } }

@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin: 3rem 0 0; } }

.nav > ul > li {
  padding-bottom: 2rem; }
  @media (max-width: 1023px) {
    .nav > ul > li {
      padding-bottom: 0rem; } }

.nav > ul > li > a {
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 1.43;
  text-transform: capitalize; }
  @media (max-width: 1023px) {
    .nav > ul > li > a {
      color: #000;
      font-size: 1.6rem;
      line-height: 1.25;
      display: block;
      padding-bottom: 0; } }
  .nav > ul > li > a:after {
    position: absolute;
    display: none;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #00AEEF; }
    @media (max-width: 1023px) {
      .nav > ul > li > a:after {
        display: none; } }
    @media (max-width: 1023px) {
      .nav > ul > li > a:after {
        display: inline-block;
        left: auto;
        bottom: auto;
        top: .6rem;
        right: 0;
        height: .8rem;
        width: 1.4rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent; } }

@media (hover: hover) {
  .nav > ul > li:hover > .js-dropdown-nav {
    display: block; }
  .nav > ul > li:hover > a:after {
    display: block; } }
  @media (hover: hover) and (max-width: 1023px) {
    .nav > ul > li:hover > a:after {
      display: none; } }

.nav > ul > li.is-open > .js-dropdown-nav {
  display: block; }

@media (max-width: 1023px) {
  .nav > ul > li.is-open > a:after {
    transform: rotate(180deg); } }

.nav li.dropdown-alt-holder {
  position: relative; }

.js-dropdown-nav.designers-coll {
  width: 530px; }
  @media (max-width: 1023px) {
    .js-dropdown-nav.designers-coll {
      width: auto; } }

.list-alt {
  display: inline-block; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 7rem 0; }
  @media (max-width: 1023px) {
    .section {
      padding: 5rem 0; } }
  .section .section__head {
    max-width: 70%;
    margin: 0 auto 5rem;
    text-align: center; }
    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head {
        max-width: 100%;
        margin-bottom: 3rem; } }

/*  Section small  */
.section--small {
  padding: 3.5rem 0 2rem; }

/* Section no offset top  */
.section--no-offset-top {
  padding-top: 0; }

/*  Section slider  */
.section--slider {
  background-color: #003548; }
  .section--slider h2 {
    color: #fff; }

/*  Section accordion  */
.section--accordion {
  background-color: #F9F9F9; }
  .section--accordion .section__head {
    margin-bottom: 3rem; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--accordion h2 {
      line-height: 1.36; } }

/*  Section articles  */
.section--articles h2 {
  font-size: 2.6rem; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--articles h2 {
      font-size: 2rem;
      line-height: 1.36; } }

.section--articles .section__head {
  text-align: left;
  margin: 0 0 5rem; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--articles .section__head {
      margin-bottom: 1.4rem; } }

/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
  width: 100%; }
  @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .shell {
      padding-left: 20px;
      padding-right: 20px; } }

/* Shell Fluid */
.shell--fluid {
  max-width: none; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }

.product .card-figurelink {
  height: 376px; }

.product .card-figurelink img {
  height: 100%;
  width: auto; }

.section__slider.productView-images {
  height: 632px;
  overflow-y: hidden; }

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

@media (max-width: 767px) {
  #main-content {
    overflow: hidden !important; } }

@media (max-width: 767px) {
  .desktop-hidden {
    display: flex !important; }
  .cart-item-quantity .form-increment {
    margin: 0 auto !important;
    display: block; }
  .cart-remove {
    display: inline-flex !important;
    justify-content: center;
    margin-left: unset !important;
    margin-top: unset !important; }
  .cart-item-figure {
    width: auto !important; }
  table.cart {
    table-layout: fixed; }
  .page .cart--holder table.cart th,
  .page .cart--holder table.cart tr.cart-item {
    width: 100%; }
  td.cart-item-block {
    width: 37.5%; }
  .cart-item-block .mobileOptions dd,
  .form-wishlist {
    white-space: nowrap;
    overflow: hidden;
    display: inline;
    font-size: 12px; }
  .page .cart--holder .form {
    margin-top: 0.4em; } }

body.page--history #main-content {
  --fz-html: 62.5%;
  --fz-base: 1.6rem;
  --fw-base: 400;
  --lh-base: 1.4;
  --c-base: #faf7f0;
  --c-grey-1: #373329;
  --c-grey-2: #1A1813;
  --c-grey-3: #1A1813;
  --c-light-grey-1: #d9d6ce;
  --c-light-grey-2: #faf6ed;
  --c-light-grey-3: #E0DDD5;
  --c-gold-1: #ada182;
  --c-gold-2: #C79B32;
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Slide styles start */
  /* 3D Shadows */
  /* Slide styles end */
  /* Navigation font start */
  /* Navigation font end */
  /* Common Styles */
  /* Bullets */
  /* Fraction */
  /* Progress */
  /* ------------------------------------------------------------ *\
    Modal Video
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */
  /*
.nav li:first-child a {
  font-family:"quiche-sans";
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
}
  */ }
  body.page--history #main-content .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block; }
  body.page--history #main-content .swiper-vertical > .swiper-wrapper {
    flex-direction: column; }
  body.page--history #main-content .swiper-wrapper {
    display: flex !important; }
  body.page--history #main-content .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box; }
  body.page--history #main-content .swiper-android .swiper-slide,
  body.page--history #main-content .swiper-ios .swiper-slide,
  body.page--history #main-content .swiper-wrapper {
    transform: translate3d(0px, 0, 0); }
  body.page--history #main-content .swiper-horizontal {
    touch-action: pan-y; }
  body.page--history #main-content .swiper-vertical {
    touch-action: pan-x; }
  body.page--history #main-content .swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
    display: block; }
  body.page--history #main-content .swiper-slide-invisible-blank {
    visibility: hidden; }
  body.page--history #main-content .swiper-autoheight,
  body.page--history #main-content .swiper-autoheight .swiper-slide {
    height: auto; }
  body.page--history #main-content .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height; }
  body.page--history #main-content .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  body.page--history #main-content .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px; }
  body.page--history #main-content .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d; }
  body.page--history #main-content .swiper-3d {
    perspective: 1200px; }
  body.page--history #main-content .swiper-3d .swiper-slide,
  body.page--history #main-content .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  body.page--history #main-content .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }
  body.page--history #main-content .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
  body.page--history #main-content .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }
  body.page--history #main-content .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory; }
  body.page--history #main-content .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory; }
  body.page--history #main-content .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none; }
  body.page--history #main-content .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none; }
  body.page--history #main-content .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999; }
  body.page--history #main-content .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always; }
  body.page--history #main-content .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before); }
  body.page--history #main-content .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after); }
  body.page--history #main-content .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before); }
  body.page--history #main-content .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after); }
  body.page--history #main-content .swiper-3d .swiper-slide-shadow,
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-left,
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-right,
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-top,
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-bottom,
  body.page--history #main-content .swiper-3d .swiper-slide-shadow,
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-left,
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-right,
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-top,
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  body.page--history #main-content .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15); }
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.page--history #main-content .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  body.page--history #main-content .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }
  body.page--history #main-content .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
  body.page--history #main-content .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear; }
  body.page--history #main-content .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff; }
  body.page--history #main-content .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body.page--history #main-content :root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }
  body.page--history #main-content .swiper-button-prev,
  body.page--history #main-content .swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  body.page--history #main-content .swiper-button-prev.swiper-button-disabled,
  body.page--history #main-content .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  body.page--history #main-content .swiper-button-prev.swiper-button-hidden,
  body.page--history #main-content .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none; }
  body.page--history #main-content .swiper-navigation-disabled .swiper-button-prev,
  body.page--history #main-content .swiper-navigation-disabled .swiper-button-next {
    display: none !important; }
  body.page--history #main-content .swiper-button-prev svg,
  body.page--history #main-content .swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center; }
  body.page--history #main-content .swiper-rtl .swiper-button-prev svg,
  body.page--history #main-content .swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg); }
  body.page--history #main-content .swiper-button-prev,
  body.page--history #main-content .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto; }
  body.page--history #main-content .swiper-button-next,
  body.page--history #main-content .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto; }
  body.page--history #main-content .swiper-button-lock {
    display: none; }
  body.page--history #main-content .swiper-button-prev:after,
  body.page--history #main-content .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1; }
  body.page--history #main-content .swiper-button-prev:after,
  body.page--history #main-content .swiper-rtl .swiper-button-next:after {
    content: "prev"; }
  body.page--history #main-content .swiper-button-next,
  body.page--history #main-content .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto; }
  body.page--history #main-content .swiper-button-next:after,
  body.page--history #main-content .swiper-rtl .swiper-button-prev:after {
    content: "next"; }
  body.page--history #main-content :root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }
  body.page--history #main-content .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }
  body.page--history #main-content .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  body.page--history #main-content .swiper-pagination-disabled > .swiper-pagination,
  body.page--history #main-content .swiper-pagination.swiper-pagination-disabled {
    display: none !important; }
  body.page--history #main-content .swiper-pagination-fraction,
  body.page--history #main-content .swiper-pagination-custom,
  body.page--history #main-content .swiper-horizontal > .swiper-pagination-bullets,
  body.page--history #main-content .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%; }
  body.page--history #main-content .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }
  body.page--history #main-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  body.page--history #main-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  body.page--history #main-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  body.page--history #main-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  body.page--history #main-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  body.page--history #main-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  body.page--history #main-content .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }
  body.page--history #main-content .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  body.page--history #main-content button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
  body.page--history #main-content .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  body.page--history #main-content .swiper-pagination-bullet:only-child {
    display: none !important; }
  body.page--history #main-content .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }
  body.page--history #main-content .swiper-vertical > .swiper-pagination-bullets,
  body.page--history #main-content .swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0); }
  body.page--history #main-content .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  body.page--history #main-content .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  body.page--history #main-content .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  body.page--history #main-content .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
  body.page--history #main-content .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  body.page--history #main-content .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top; }
  body.page--history #main-content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  body.page--history #main-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }
  body.page--history #main-content .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  body.page--history #main-content .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
  body.page--history #main-content .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  body.page--history #main-content .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }
  body.page--history #main-content .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right; }
  body.page--history #main-content .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit); }
  body.page--history #main-content .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute; }
  body.page--history #main-content .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  body.page--history #main-content .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  body.page--history #main-content .swiper-horizontal > .swiper-pagination-progressbar,
  body.page--history #main-content .swiper-pagination-progressbar.swiper-pagination-horizontal,
  body.page--history #main-content .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  body.page--history #main-content .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0; }
  body.page--history #main-content .swiper-vertical > .swiper-pagination-progressbar,
  body.page--history #main-content .swiper-pagination-progressbar.swiper-pagination-vertical,
  body.page--history #main-content .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  body.page--history #main-content .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0; }
  body.page--history #main-content .swiper-pagination-lock {
    display: none; }
  body.page--history #main-content * {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box; }
  body.page--history #main-content *:before,
  body.page--history #main-content *:after {
    box-sizing: inherit; }
  body.page--history #main-content article,
  body.page--history #main-content aside,
  body.page--history #main-content details,
  body.page--history #main-content figcaption,
  body.page--history #main-content figure,
  body.page--history #main-content footer,
  body.page--history #main-content header,
  body.page--history #main-content hgroup,
  body.page--history #main-content menu,
  body.page--history #main-content nav,
  body.page--history #main-content section,
  body.page--history #main-content summary,
  body.page--history #main-content main {
    display: block; }
  body.page--history #main-content template {
    display: none; }
  body.page--history #main-content html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0); }
  body.page--history #main-content body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-size-adjust: none; }
  body.page--history #main-content img,
  body.page--history #main-content iframe,
  body.page--history #main-content video,
  body.page--history #main-content audio,
  body.page--history #main-content object {
    max-width: 100%; }
  body.page--history #main-content img,
  body.page--history #main-content iframe {
    border: 0 none; }
  body.page--history #main-content img {
    height: auto;
    display: inline-block;
    vertical-align: middle; }
  body.page--history #main-content img,
  body.page--history #main-content [style*=background-image] {
    image-rendering: -webkit-optimize-contrast; }
  body.page--history #main-content b,
  body.page--history #main-content strong {
    font-weight: bold; }
  body.page--history #main-content address {
    font-style: normal; }
  body.page--history #main-content svg:not(:root) {
    overflow: hidden; }
  body.page--history #main-content a,
  body.page--history #main-content button,
  body.page--history #main-content input[type=submit],
  body.page--history #main-content input[type=button],
  body.page--history #main-content input[type=reset],
  body.page--history #main-content input[type=file],
  body.page--history #main-content input[type=image],
  body.page--history #main-content label[for] {
    cursor: pointer; }
  body.page--history #main-content a[href^=tel],
  body.page--history #main-content button[disabled],
  body.page--history #main-content input[disabled],
  body.page--history #main-content textarea[disabled],
  body.page--history #main-content select[disabled] {
    cursor: default; }
  body.page--history #main-content button::-moz-focus-inner,
  body.page--history #main-content input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  body.page--history #main-content input[type=button],
  body.page--history #main-content input[type=text],
  body.page--history #main-content input[type=password],
  body.page--history #main-content input[type=date],
  body.page--history #main-content input[type=datetime],
  body.page--history #main-content input[type=datetime-local],
  body.page--history #main-content input[type=month],
  body.page--history #main-content input[type=week],
  body.page--history #main-content input[type=email],
  body.page--history #main-content input[type=number],
  body.page--history #main-content input[type=search],
  body.page--history #main-content input[type=tel],
  body.page--history #main-content input[type=time],
  body.page--history #main-content input[type=url],
  body.page--history #main-content input[type=color],
  body.page--history #main-content textarea,
  body.page--history #main-content a[href^=tel] {
    appearance: none; }
  body.page--history #main-content input[type=search]::-webkit-search-cancel-button,
  body.page--history #main-content input[type=search]::-webkit-search-decoration {
    appearance: none; }
  body.page--history #main-content textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
  body.page--history #main-content button,
  body.page--history #main-content input,
  body.page--history #main-content optgroup,
  body.page--history #main-content select,
  body.page--history #main-content textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  body.page--history #main-content button,
  body.page--history #main-content select {
    text-transform: none; }
  body.page--history #main-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
  body.page--history #main-content nav ul,
  body.page--history #main-content nav ol {
    list-style: none outside none; }
  body.page--history #main-content input::placeholder {
    color: inherit;
    opacity: 1; }
  body.page--history #main-content textarea::placeholder {
    color: inherit;
    opacity: 1; }
  body.page--history #main-content input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset; }
  @media (prefers-reduced-motion: no-preference) {
    body.page--history #main-content :root {
      scroll-behavior: smooth; } }
  @media (prefers-reduced-motion: reduce) {
    body.page--history #main-content * {
      transition: none !important;
      animation: none !important; } }
  body.page--history #main-content html {
    font-size: var(--fz-html); }
  body.page--history #main-content body {
    min-width: 320px;
    font-weight: var(--fw-base);
    font-size: var(--fz-base);
    line-height: var(--lh-base);
    color: var(--c-base); }
  body.page--history #main-content body.is-fixed {
    overflow: hidden; }
  body.page--history #main-content a {
    color: inherit;
    text-decoration: underline; }
  @media (hover: hover) {
    body.page--history #main-content a:where(:hover, :focus-visible) {
      text-decoration: none; } }
  body.page--history #main-content a[href^=tel] {
    text-decoration: none; }
  body.page--history #main-content .level-1,
  body.page--history #main-content h1,
  body.page--history #main-content .level-2,
  body.page--history #main-content h2,
  body.page--history #main-content .level-3,
  body.page--history #main-content h3,
  body.page--history #main-content .level-4,
  body.page--history #main-content h4,
  body.page--history #main-content .level-5,
  body.page--history #main-content h5,
  body.page--history #main-content .level-6,
  body.page--history #main-content h6,
  body.page--history #main-content .slinky-theme-default .title,
  .slinky-theme-default body.page--history #main-content .title {
    margin-bottom: calc(var(--lh-base) * 0.2em);
    font-family: "quiche-sans";
    color: #faf6ed; }
  body.page--history #main-content .level-1,
  body.page--history #main-content h1 {
    font-size: 23.3rem;
    font-weight: 300;
    line-height: 1.03; }
  @media (max-width: 1199px) {
    body.page--history #main-content .level-1,
    body.page--history #main-content h1 {
      font-size: 18rem; } }
  @media (max-width: 1023px) {
    body.page--history #main-content .level-1,
    body.page--history #main-content h1 {
      font-size: 13rem; } }
  @media (max-width: 767px) {
    body.page--history #main-content .level-1,
    body.page--history #main-content h1 {
      font-size: 7.8rem; } }
  body.page--history #main-content .level-2,
  body.page--history #main-content h2 {
    font-size: 14rem;
    font-weight: 400; }
  @media (max-width: 1023px) {
    body.page--history #main-content .level-2,
    body.page--history #main-content h2 {
      font-size: 9.8rem; } }
  @media (max-width: 767px) {
    body.page--history #main-content .level-2,
    body.page--history #main-content h2 {
      font-size: 8rem; } }
  body.page--history #main-content .level-3,
  body.page--history #main-content h3 {
    font-size: 5.2rem;
    line-height: 1.23;
    font-weight: 500; }
  @media (max-width: 767px) {
    body.page--history #main-content .level-3,
    body.page--history #main-content h3 {
      font-size: 4rem; } }
  body.page--history #main-content .level-4,
  body.page--history #main-content h4 {
    font-size: 4.4rem;
    font-weight: 400; }
  @media (max-width: 767px) {
    body.page--history #main-content .level-4,
    body.page--history #main-content h4 {
      font-size: 3.4rem; } }
  body.page--history #main-content .level-5,
  body.page--history #main-content h5 {
    font-size: 3.2rem;
    font-weight: 500; }
  body.page--history #main-content .level-6,
  body.page--history #main-content h6,
  body.page--history #main-content .slinky-theme-default .title,
  .slinky-theme-default body.page--history #main-content .title {
    font-size: 2.8rem;
    font-weight: 400; }
  body.page--history #main-content p,
  body.page--history #main-content ul,
  body.page--history #main-content ol,
  body.page--history #main-content dl,
  body.page--history #main-content hr,
  body.page--history #main-content table,
  body.page--history #main-content blockquote {
    margin-bottom: calc(var(--lh-base) * 0.5em); }
  body.page--history #main-content h1[class],
  body.page--history #main-content h2[class],
  body.page--history #main-content h3[class],
  body.page--history #main-content h4[class],
  body.page--history #main-content h5[class],
  body.page--history #main-content h6[class],
  body.page--history #main-content .slinky-theme-default .title[class],
  .slinky-theme-default body.page--history #main-content .title[class],
  body.page--history #main-content h1:last-child,
  body.page--history #main-content h2:last-child,
  body.page--history #main-content h3:last-child,
  body.page--history #main-content h4:last-child,
  body.page--history #main-content h5:last-child,
  body.page--history #main-content h6:last-child,
  body.page--history #main-content .slinky-theme-default .title:last-child,
  .slinky-theme-default body.page--history #main-content .title:last-child,
  body.page--history #main-content p:last-child,
  body.page--history #main-content ul:last-child,
  body.page--history #main-content ol:last-child,
  body.page--history #main-content dl:last-child,
  body.page--history #main-content table:last-child,
  body.page--history #main-content blockquote:last-child {
    margin-bottom: 0; }
  body.page--history #main-content .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  body.page--history #main-content [hidden],
  body.page--history #main-content .hidden {
    display: none !important; }
  body.page--history #main-content [disabled],
  body.page--history #main-content .disabled {
    cursor: default; }
  body.page--history #main-content .visible-xs-block,
  body.page--history #main-content .visible-xs-inline,
  body.page--history #main-content .visible-xs-inline-block,
  body.page--history #main-content .visible-sm-block,
  body.page--history #main-content .visible-sm-inline,
  body.page--history #main-content .visible-sm-inline-block,
  body.page--history #main-content .visible-md-block,
  body.page--history #main-content .visible-md-inline,
  body.page--history #main-content .visible-md-inline-block,
  body.page--history #main-content .visible-lg-block,
  body.page--history #main-content .visible-lg-inline,
  body.page--history #main-content .visible-lg-inline-block {
    display: none !important; }
  @media (max-width: 767px) {
    body.page--history #main-content .hidden-xs {
      display: none !important; }
    body.page--history #main-content .visible-xs-block {
      display: block !important; }
    body.page--history #main-content .visible-xs-inline {
      display: inline !important; }
    body.page--history #main-content .visible-xs-inline-block {
      display: inline-block !important; } }
  @media (min-width: 767.02px) and (max-width: 1023px) {
    body.page--history #main-content .hidden-sm {
      display: none !important; }
    body.page--history #main-content .visible-sm-block {
      display: block !important; }
    body.page--history #main-content .visible-sm-inline {
      display: inline !important; }
    body.page--history #main-content .visible-sm-inline-block {
      display: inline-block !important; } }
  @media (min-width: 1023.02px) and (max-width: 1199px) {
    body.page--history #main-content .hidden-md {
      display: none !important; }
    body.page--history #main-content .visible-md-block {
      display: block !important; }
    body.page--history #main-content .visible-md-inline {
      display: inline !important; }
    body.page--history #main-content .visible-md-inline-block {
      display: inline-block !important; } }
  @media (min-width: 1199.02px) {
    body.page--history #main-content .hidden-lg {
      display: none !important; }
    body.page--history #main-content .visible-lg-block {
      display: block !important; }
    body.page--history #main-content .visible-lg-inline {
      display: inline !important; }
    body.page--history #main-content .visible-lg-inline-block {
      display: inline-block !important; } }
  body.page--history #main-content .swiper-button-disabled {
    opacity: 1 !important;
    border-color: var(--c-gold-1) !important; }
  body.page--history #main-content .swiper-button-disabled svg g {
    stroke: var(--c-gold-1); }
  body.page--history #main-content .arrow {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--c-gold-1);
    text-transform: uppercase;
    line-height: 1.38;
    text-decoration: none;
    max-width: 7rem;
    min-height: 17.9rem;
    z-index: 2; }
  @media (max-width: 767px) {
    body.page--history #main-content .arrow {
      font-size: 1.6rem; } }
  body.page--history #main-content .arrow:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0.5rem;
    height: 12rem;
    background-color: var(--c-gold-1); }
  body.page--history #main-content .section-products--alt .arrow:after {
    top: 5rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .arrow:after {
      height: 10rem; }
    body.page--history #main-content .arrow--alt:after {
      top: 7rem; } }
  body.page--history #main-content .arrow:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 4.1rem;
    height: 2.4rem;
    background-image: url("https://store-piulijtv4a.mybigcommerce.com/content/ico-arrow-down.svg"); }
  body.page--history #main-content .arrow--alt:before {
    display: none; }
  body.page--history #main-content .btn {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    appearance: none; }
  body.page--history #main-content .btn--block {
    display: block;
    padding-inline: 0; }
  body.page--history #main-content .footer {
    min-height: 17.2rem;
    background-color: var(--c-grey-2);
    position: relative;
    z-index: 2; }
  body.page--history #main-content .grid-flex {
    --grid-gutter: 2rem;
    display: flex;
    flex-flow: row wrap;
    margin-inline: calc(var(--grid-gutter) / 2 * -1); }
  body.page--history #main-content .grid-flex .grid__col {
    --grid-cols: 1;
    padding-inline: var(--grid-gutter);
    max-width: calc(100% / var(--grid-cols));
    flex: 0 0 calc(100% / var(--grid-cols)); }
  body.page--history #main-content .grid-flex .grid__col--1of2 {
    --grid-cols: 2; }
  body.page--history #main-content .grid-flex .grid__col--1of3 {
    --grid-cols: 3; }
  body.page--history #main-content .grid-flex .grid__col--1of4 {
    --grid-cols: 4; }
  body.page--history #main-content .grid-flex .grid__col--1of5 {
    --grid-cols: 5; }
  body.page--history #main-content .grid-flex .grid__col--1of6 {
    --grid-cols: 6; }
  body.page--history #main-content .grid {
    --grid-cols: 1;
    --grid-gutter: 2rem;
    display: grid;
    grid-template-columns: repeat(var(--grid-cols), 1fr);
    gap: var(--grid-gutter); }
  body.page--history #main-content .grid--size-1of2 {
    --grid-cols: 2; }
  body.page--history #main-content .grid--size-1of3 {
    --grid-cols: 3; }
  body.page--history #main-content .grid--size-1of4 {
    --grid-cols: 4; }
  body.page--history #main-content .grid--size-1of5 {
    --grid-cols: 5; }
  body.page--history #main-content .grid--size-1of6 {
    --grid-cols: 6; }
  body.page--history #main-content .intro {
    position: relative;
    background-color: var(--c-grey-2);
    color: var(--c-light-grey-2);
    padding: 12.6rem 0 17.2rem; }
  @media (max-width: 1023px) {
    body.page--history #main-content .intro {
      padding: 7rem 0 13rem; } }
  @media (max-width: 767px) {
    body.page--history #main-content .intro {
      padding: 5rem 0 12rem; } }
  body.page--history #main-content .intro .intro__logo {
    text-align: center; }
  body.page--history #main-content .intro .intro__title {
    text-transform: uppercase; }
  @media (max-width: 767px) {
    body.page--history #main-content .intro .intro__title {
      margin-bottom: 1.3rem; } }
  body.page--history #main-content .intro .intro__content {
    margin-top: 4.3rem;
    max-width: 106.4rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .intro .intro__content {
      margin-top: 2rem; } }
  body.page--history #main-content .intro .intro__content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 81.2rem;
    color: var(--c-light-grey-1); }
    @media (max-width: 900px) {
      body.page--history #main-content .intro .intro__content p {
        font-size: 16px; } }
  @media (max-width: 1199px) {
    body.page--history #main-content .intro .intro__content p {
      padding-right: 7rem; } }
  @media (max-width: 1023px) {
    body.page--history #main-content .intro .intro__content p {
      padding-right: 0; } }
  @media (max-width: 767px) {
    body.page--history #main-content .intro .intro__content p {
      line-height: 1.3;
      max-width: 100%; } }
  body.page--history #main-content .intro .intro__image {
    position: absolute;
    right: 0;
    bottom: 0; }
  @media (max-width: 1330px) {
    body.page--history #main-content .intro .intro__image {
      max-width: 35rem; } }
  @media (max-width: 1199px) {
    body.page--history #main-content .intro .intro__image {
      max-width: 30rem; } }
  @media (max-width: 1023px) {
    body.page--history #main-content .intro .intro__image {
      display: none; } }
  body.page--history #main-content .intro .intro__arrow {
    bottom: -8rem; }
  body.page--history #main-content .logo {
    text-decoration: none;
    color: var(--c-gold-1); }
  body.page--history #main-content .logo img {
    width: 294px;
    display: inline-block; }
  @media (max-width: 767px) {
    body.page--history #main-content .logo img {
      max-width: 20rem; } }
  body.page--history #main-content .logo span {
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: 2.6rem;
    font-weight: 600;
    margin-left: 1rem;
    margin-bottom: .5rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 75;
    font-stretch: 75%; }
  @media (max-width: 767px) {
    body.page--history #main-content .logo span {
      font-size: 1.6rem;
      display: block;
      margin-top: 0.6rem; } }
  body.page--history #main-content .modal-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 991;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    width: 100%;
    height: 100vh;
    border-radius: 0.4rem;
    min-height: 100vh;
    overflow-y: scroll;
    color: var(--c-grey-2);
    display: flex;
    justify-content: center; }
  body.page--history #main-content .modal-video h6, body.page--history #main-content .modal-video .slinky-theme-default .title, .slinky-theme-default body.page--history #main-content .modal-video .title {
    font-size: 2.4rem;
    font-weight: 500; }
  body.page--history #main-content .modal-video.is-visible {
    opacity: 1;
    visibility: visible; }
  body.page--history #main-content .modal-video .modal__body {
    background-color: var(--c-light-grey-1);
    padding: 3.8rem 4.4rem 4rem;
    max-width: 80rem;
    width: 100%;
    margin: auto;
    position: relative; }
  @media (max-width: 767px) {
    body.page--history #main-content .modal-video .modal__body {
      padding: 2rem; } }
  body.page--history #main-content .modal-video .modal__body button {
    position: absolute;
    top: 2.1rem;
    right: 4.5rem;
    background-color: transparent;
    border: none;
    width: 4rem;
    height: 4rem;
    outline: none;
    line-height: 1; }
  @media (max-width: 767px) {
    body.page--history #main-content .modal-video .modal__body button {
      width: 3rem;
      height: 3rem;
      top: 1rem;
      right: 1rem; } }
  body.page--history #main-content .modal-video .modal__video {
    position: relative;
    padding-bottom: 56.5%; }
  body.page--history #main-content .modal-video .modal__video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  body.page--history #main-content .nav {
    background-color: var(--c-grey-2);
    color: var(--c-light-grey-2);
    padding: 1.3rem 0;
    overflow: hidden;
    position: absolute;
    bottom: -9.1rem;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3; }
  @media (max-width: 1023px) {
    body.page--history #main-content .nav {
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (max-width: 767px) {
    body.page--history #main-content .nav {
      box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.2);
      bottom: 0;
      position: fixed; } }
  @media (max-width: 1023px) {
    body.page--history #main-content .nav .shell {
      padding: 0;
      overflow-x: hidden;
      padding-top: 0.5rem;
      position: relative;
      order: 2;
      max-width: calc(100% - 100px); }
    body.page--history #main-content .nav .shell:before, body.page--history #main-content .nav .shell:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0.9rem;
      height: 100%; }
    body.page--history #main-content .nav .shell:before {
      left: 0;
      background: linear-gradient(270deg, rgba(26, 24, 19, 0) 0%, #1a1813 100%);
      width: 5rem; } }
  @media (max-width: 1023px) and (max-width: 1023px) {
    body.page--history #main-content .nav .shell:before {
      z-index: 99; } }
  @media (max-width: 1023px) {
    body.page--history #main-content .nav .shell:after {
      right: 0;
      background: linear-gradient(90deg, rgba(26, 24, 19, 0) 0%, #1a1813 100%); } }
  @media (max-width: 1023px) and (max-width: 1023px) {
    body.page--history #main-content .nav .shell:after {
      width: 5rem;
      z-index: 99; } }
  body.page--history #main-content .nav .shell .slider-line {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--c-gold-1);
    height: 1px; }
  body.page--history #main-content .nav ul {
    text-indent: 1rem;
    min-width: unset; }
    @media (min-width: 1067px) {
      body.page--history #main-content .nav ul {
        max-width: 100rem;
        justify-content: center;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: space-between; } }
    @media (max-width: 767px) {
      body.page--history #main-content .nav ul {
        justify-content: unset; } }
  body.page--history #main-content .nav.is-sticky {
    position: fixed;
    top: auto;
    bottom: 0;
    height: 65px;
    z-index: 90; }
  @media (max-width: 767px) {
    body.page--history #main-content .nav.is-sticky {
      bottom: 0;
      top: auto; } }
  body.page--history #main-content .nav li {
    max-width: 5rem;
    align-items: center;
    align-self: center;
    position: relative; }
  body.page--history #main-content .nav li:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 2.5rem;
    width: 0.9rem;
    height: 0.5rem;
    background-image: url(https://store-piulijtv4a.mybigcommerce.com/content/polygon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s; }
  @media (max-width: 767px) {
    body.page--history #main-content .nav li:before {
      width: 1.1rem;
      height: 0.7rem;
      top: -0.5rem; } }
  @media (max-width: 1066px) and (min-width: 881px) {
    body.page--history #main-content .nav ul {
      display: flex !important;
      width: 100%;
      min-width: 100%;
      justify-content: space-around; } }
  body.page--history #main-content .section__content {
    position: relative;
    z-index: 1; }
  body.page--history #main-content #upnadam {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0%, -50%);
    background: unset !important;
    z-index: 999; }
    @media (max-width: 1167px) {
      body.page--history #main-content #upnadam {
        display: none; } }
  body.page--history #main-content .nav li.is-active:before {
    opacity: 1;
    visibility: visible;
    width: 11px;
    height: 7px;
    bottom: 92%; }
  body.page--history #main-content .nav li.is-active {
    color: var(--c-gold-1); }
  @media (max-width: 1023px) {
    body.page--history #main-content .nav li {
      padding-top: 0.6rem; } }
  body.page--history #main-content .nav a {
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FAF7F0; }
  @media (max-width: 767px) {
    body.page--history #main-content .nav li.is-active a {
      font-size: 1.6rem;
      font-weight: 700; } }
  body.page--history #main-content .is-active a {
    color: var(--c-gold-1);
    font-size: 1.6rem; }
  body.page--history #main-content .nav li:first-child,
  body.page--history #main-content .nav li:last-child {
    max-width: 17rem; }
  body.page--history #main-content .nav .swiper-wrapper .swiper-slide {
    max-width: unset;
    min-width: unset;
    min-width: 72px; }
  body.page--history #main-content .nav li:last-child a {
    text-transform: uppercase;
    font-size: 1.2rem; }
  body.page--history #main-content .nav .swiper-button-prev,
  body.page--history #main-content .nav .swiper-button-next {
    display: none;
    position: relative;
    margin-top: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.1rem solid var(--c-base);
    text-align: center; }
  @media (max-width: 1023px) {
    body.page--history #main-content .nav .swiper-button-prev,
    body.page--history #main-content .nav .swiper-button-next {
      display: inline-block;
      top: 0; } }
  body.page--history #main-content .nav .swiper-button-prev:after,
  body.page--history #main-content .nav .swiper-button-next:after {
    display: none; }
  body.page--history #main-content .nav .swiper-button-prev svg,
  body.page--history #main-content .nav .swiper-button-next svg {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto; }
  body.page--history #main-content .nav .swiper-button-prev {
    order: 1; }
  body.page--history #main-content .nav .swiper-button-next {
    order: 3; }
  body.page--history #main-content .nav .swiper-button-disabled {
    display: none; }
  body.page--history #main-content .product-alt .product__title {
    color: #000;
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1; }
  body.page--history #main-content .product-alt .product__title {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    body.page--history #main-content .product-alt .product__title {
      font-size: 3rem; } }
  body.page--history #main-content .product-alt .product__title img {
    display: inline-block;
    vertical-align: middle; }
  body.page--history #main-content .product-alt .product__title a {
    text-decoration: none;
    color: #1A1813; }
  body.page--history #main-content .product-alt .product__image {
    margin-bottom: 1.5rem;
    position: relative; }
  body.page--history #main-content .product-alt .product__image img {
    width: 100%; }
  body.page--history #main-content .product-alt {
    cursor: pointer; }
  body.page--history #main-content .product-alt .product__content p {
    font-size: 1.6rem;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    color: #1A1813 !important; }
  body.page--history #main-content .product-alt .product__play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 4.2rem;
    height: 4.2rem; }
  body.page--history #main-content .product > a {
    position: absolute;
    width: 100%;
    height: 100%; }
  body.page--history #main-content .condPrice {
    font-weight: 700;
    font-stretch: 75%; }
  body.page--history #main-content .product .product__title {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #1A1813;
    line-height: 1; }
  body.page--history #main-content .product .product__title img {
    display: inline-block;
    vertical-align: middle; }
  body.page--history #main-content .product .product__title a {
    text-decoration: none; }
  body.page--history #main-content .product .product__image {
    margin-bottom: 1.3rem; }
  body.page--history #main-content .product .product__image img {
    width: 100%; }
  body.page--history #main-content .product .product__content {
    color: #1A1813;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase; }
  body.page--history #main-content .product .product__content p {
    margin-bottom: 0;
    line-height: 18px !important; }
  body.page--history #main-content .product .product__price {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase; }
  body.page--history #main-content .section-products {
    padding: 8rem 0 9.7rem;
    background-color: var(--c-base);
    color: var(--c-grey-1);
    position: relative; }
  @media (max-width: 767px) {
    body.page--history #main-content .section-products {
      padding: 7.5rem 0 8.7rem; } }
  body.page--history #main-content .section-products .section__title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: 400; }
    body.page--history #main-content .section-products .section__title img {
      position: relative;
      top: -.3rem; }
  body.page--history #main-content .section-products .section__arrow {
    bottom: -6rem; }
  body.page--history #main-content .section-products .section__background {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    overflow: hidden;
    text-align: center; }
  @media (max-width: 767px) {
    body.page--history #main-content .section-products .section__background {
      top: 12.4rem;
      transform: translate(-50%, 0); } }
  @media (max-width: 767px) {
    body.page--history #main-content .section-products .section__background img {
      max-width: 83.6rem; } }
  body.page--history #main-content .section-products--alt {
    background-color: var(--c-light-grey-1); }
  @media (max-width: 767px) {
    body.page--history #main-content .section-products--alt {
      padding: 7.5rem 0 7.7rem; } }
  body.page--history #main-content .section-products--alt .section__title {
    margin-bottom: 7rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .section-products--alt .section__title {
      margin-bottom: 4.6rem; } }
  body.page--history #main-content .section-products--alt .section__arrow {
    bottom: -8rem; }
  body.page--history #main-content .section {
    background-color: var(--c-grey-1);
    position: relative;
    z-index: 1;
    padding: 8.3rem 0 12.2rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .section {
      padding: 8.3rem 0; } }
  body.page--history #main-content .section .section__title {
    text-align: center;
    margin-bottom: 6.3rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .section .section__title {
      margin-bottom: 1.4rem; } }
  body.page--history #main-content .section .section__body {
    display: flex;
    position: relative; }
  @media (max-width: 1023px) {
    body.page--history #main-content .section .section__body {
      flex-wrap: wrap; } }
  body.page--history #main-content [data-content-region$="section-content"] {
    max-width: 33.6%;
    flex: 0 0 33.6%;
    color: #faf6ed; }
  @media (max-width: 1023px) {
    body.page--history #main-content [data-content-region$="section-content"] {
      max-width: 100%;
      flex: 0 0 100%;
      padding-left: 2rem;
      padding-right: 2rem; } }
  body.page--history #main-content .section .section__content h3 {
    margin-bottom: 5.3rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .section .section__content h3 {
      margin-bottom: 1.8rem;
      margin-top: 3rem;
      font-weight: medium; } }
  body.page--history #main-content .section .section__content > p {
    font-size: 2.8rem;
    line-height: 1.35;
    padding-left: 4rem; }
  @media (max-width: 1199px) {
    body.page--history #main-content .section .section__content > p {
      padding-left: 0; } }
  @media (max-width: 767px) {
    body.page--history #main-content .section .section__content > p {
      font-size: 2.2rem;
      padding-left: 2rem; } }
  body.page--history #main-content [data-content-region$="section-slider"] {
    top: 0;
    position: absolute;
    right: 0;
    bottom: 3.7rem;
    width: 63.8%; }
    body.page--history #main-content [data-content-region$="section-slider"] img {
      max-width: 746px; }
  @media (max-width: 1023px) {
    body.page--history #main-content [data-content-region$="section-slider"] {
      position: relative;
      width: 100%; } }
  @media (max-width: 767px) {
    body.page--history #main-content [data-content-region$="section-slider"] {
      padding-bottom: 4rem;
      border-bottom: 0.1rem solid var(--c-gold-1); } }
  body.page--history #main-content .section .section__arrow {
    bottom: -6rem; }
  body.page--history #main-content .section .timeline {
    margin-top: 6.6rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .section .timeline {
      margin-top: 3.1rem; } }
  @media (max-width: 1023px) {
    body.page--history #main-content .section .shell {
      padding-left: 0;
      padding-right: 0; } }
  body.page--history #main-content .shell {
    --shell-max-width: 136rem;
    --shell-gutter: 4rem;
    max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
    padding-inline: var(--shell-gutter);
    margin-inline: auto;
    width: 100%; }
  @media (max-width: 767px) {
    body.page--history #main-content .shell {
      --shell-gutter: 2rem; } }
  body.page--history #main-content .shell--fluid {
    max-width: none; }
  body.page--history #main-content .slider-products {
    position: relative; }
  @media (max-width: 1023px) {
    body.page--history #main-content .slider-products .slider__slide {
      max-width: 33%; } }
  @media (max-width: 767px) {
    body.page--history #main-content .slider-products .slider__slide {
      max-width: 59%; } }
  body.page--history #main-content .slider-products .slider__clip {
    overflow: hidden; }
    @media (max-width: 767px) {
      body.page--history #main-content .slider-products .slider__clip {
        overflow: visible; } }
  body.page--history #main-content .slider-products .swiper-button-prev, body.page--history #main-content .slider-products .swiper-button-next {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.1rem solid var(--c-grey-3);
    display: inline-block;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem; }
  body.page--history #main-content .slider-products .swiper-button-prev:after, body.page--history #main-content .slider-products .swiper-button-next:after {
    display: none; }
  body.page--history #main-content .slider-products .swiper-button-prev svg, body.page--history #main-content .slider-products .swiper-button-next svg {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto; }
  body.page--history #main-content .slider-products .slider__arrows {
    position: absolute;
    top: -6.3rem;
    right: -1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0; }
  @media (max-width: 767px) {
    body.page--history #main-content .slider-products .slider__arrows {
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      margin-top: 2rem; } }
  body.page--history #main-content .slider-products--alt .swiper-button-lock {
    display: none; }
  @media (max-width: 767px) {
    body.page--history #main-content .slider-products--alt .slider__slide {
      max-width: 75%; } }
  body.page--history #main-content .slider {
    overflow: hidden;
    position: relative; }
  body.page--history #main-content .slider .slider__slide {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.35;
    opacity: 0 !important; }
  body.page--history #main-content .slider .swiper-slide-active {
    opacity: 1 !important; }
  body.page--history #main-content .slider .swiper-button-prev,
  body.page--history #main-content .slider .swiper-button-next {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.1rem solid var(--c-base);
    display: inline-block;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem; }
  body.page--history #main-content .slider .swiper-button-prev:after,
  body.page--history #main-content .slider .swiper-button-next:after {
    display: none; }
  body.page--history #main-content .slider .swiper-button-prev svg,
  body.page--history #main-content .slider .swiper-button-next svg {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto; }
  body.page--history #main-content .slider .slider__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.6rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .slider .slider__image img {
      width: 100%; } }
  body.page--history #main-content .timeline {
    position: relative;
    padding-left: 8rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .timeline {
      padding-left: 5rem; } }
  body.page--history #main-content .timeline .timeline__aside {
    position: absolute;
    left: 1.4rem;
    top: 0;
    bottom: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: var(--c-gold-1);
    font-weight: 700; }
  @media (max-width: 767px) {
    body.page--history #main-content .timeline .timeline__aside {
      left: -0.6rem; } }
  body.page--history #main-content .timeline .timeline__aside span {
    transform: rotate(-90deg) translate(-50%, 0);
    display: inline-block; }
  body.page--history #main-content .timeline .timeline__arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    height: calc(100% - 7rem);
    width: 0.1rem;
    background-color: var(--c-gold-1); }
  body.page--history #main-content .timeline .timeline__arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0.9rem;
    height: 0.1rem;
    background-color: var(--c-gold-1); }
  body.page--history #main-content .timeline .timeline__arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0.9rem;
    height: 0.5rem;
    background-image: url("https://store-piulijtv4a.mybigcommerce.com/content/polygon.svg");
    background-size: 100% 100%; }
  body.page--history #main-content .timeline .timeline__list {
    list-style-type: none; }
  body.page--history #main-content .timeline .timeline__list li + li {
    margin-top: 5rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .timeline .timeline__list li + li {
      margin-top: 3.2rem; } }
  body.page--history #main-content .timeline .timeline__list h4 {
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 0.5rem; }
  @media (max-width: 767px) {
    body.page--history #main-content .timeline .timeline__list h4 {
      margin-bottom: 1.1rem; } }
  body.page--history #main-content .tooltip {
    position: relative;
    text-decoration: underline;
    color: var(--c-gold-2);
    overflow: hidden; }
  body.page--history #main-content .tooltip .tooltip__info {
    max-width: 50rem;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    background-color: var(--c-light-grey-3);
    color: var(--c-grey-3);
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 1.8rem 1.3rem;
    min-width: 34.2rem;
    box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
    border-radius: 0.6rem;
    border: 0.1rem solid var(--c-grey-3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 2; }
  @media (max-width: 767px) {
    body.page--history #main-content .tooltip .tooltip__info {
      min-width: 28rem; } }
  @media (max-width: 567px) {
    body.page--history #main-content .tooltip .tooltip__info {
      width: 375px;
      width: 375px;
      min-width: 375px;
      max-width: 375px;
      overflow: hidden; } }
  body.page--history #main-content .tooltip .tooltip__info:before {
    content: "";
    position: absolute;
    left: 3rem;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-bottom: 1.2rem solid var(--c-grey-3); }
  body.page--history #main-content .tooltip .tooltip__info:after {
    content: "";
    position: absolute;
    left: 3.2rem;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid var(--c-light-grey-3); }
  body.page--history #main-content .tooltip:hover .tooltip__info {
    opacity: 1;
    visibility: visible; }
  body.page--history #main-content .wrapper {
    position: relative;
    min-height: 100svh;
    overflow: hidden; }
  body.page--history #main-content .wrapper .wrapper__overlay {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.9);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    height: 100vh;
    min-height: 53.4rem;
    overflow: auto; }
  body.page--history #main-content .wrapper .wrapper__overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767px) {
    body.page--history #main-content .wrapper .wrapper__overlay {
      overflow-y: auto;
      height: 100%; } }

body.page--history #section-1800 {
  z-index: 1; }

body.page--history [data-content-region="intro-section"] {
  position: relative;
  z-index: 3; }

body.page--history .js-slider-image-container .swiper-slide {
  min-width: 100%; }

body.page--history .timeline__list {
  min-height: 50rem; }

body.page--history .js-slider-image-container .swiper-slide p {
  color: #faf6ed !important; }

@media (max-width: 767px) {
  body.page--history .js-slider-image-container .swiper-wrapper {
    display: flex !important; } }

body.page--history [data-widget-id] .js-nav .swiper-wrapper {
  max-width: 12rem; }

body.page--history [data-widget-id] .js-nav {
  opacity: 0; }
  body.page--history [data-widget-id] .js-nav.is-sticky {
    opacity: 1; }

@media (min-width: 1600px) {
  body.page--history #main-content .intro .intro__image {
    position: absolute;
    right: unset !important;
    bottom: 0;
    left: 67%; } }

nav.nav .swiper-container {
  height: 100%;
  margin: 0;
  padding: 0; }

@media (min-width: 1007px) {
  .slider-line + .swiper-wrapper {
    margin-left: 25px !important; } }

body.page--history #main-content .product-alt .product__content p,
body.page--history .product__content p,
body.page--history #main-content .product .condPrice,
body.page--history .intro__arrow arrow,
body.page--history #main-content .nav a {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 75;
  font-stretch: 75%; }

body.page--history .intro__arrow.arrow span,
body.page--history #main-content .timeline .timeline__aside span {
  font-stretch: 75%; }

/* special moment */
body.page--history [data-content-region="header_bottom--global"],
body.page--history [data-content-region="promo-below-header--global"] {
  display: none !important; }

@media (max-width: 1225px) {
  body.page--history #main-content .intro .intro__title {
    font-size: 19vw; } }

body.page--history #main-content .section-products--alt .product__content > p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  height: 11px;
  align-items: center;
  text-transform: uppercase;
  color: #1A1813; }

body.page--history .section__arrow.arrow.arrow--alt {
  pointer-events: none !important; }

.product {
  z-index: 0; }

body.page--history #main-content #test .arrow::before {
  background-image: unset; }

.section__arrow.arrow {
  pointer-events: none; }

.is-active a {
  font-stretch: 75%; }

body.page--history #main-content .intro__arrow.arrow:after {
  height: 14rem; }

/*
* iziModal | v1.5.1
* http://izimodal.marcelodolce.com
* by Marcelo Dolce.
*/
.iziModal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: #fff;
  transition: margin-top 0.3s ease, height 0.3s ease;
  transform: translateZ(0);
  height: 100% !important; }

.iziModal * {
  -webkit-font-smoothing: antialiased; }

.iziModal::after {
  content: '';
  width: 100%;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.35)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none; }

.iziModal.hasShadow::after {
  height: 30px;
  opacity: 0.75; }

.iziModal .iziModal-progressbar {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 1; }

.iziModal .iziModal-progressbar > div {
  height: 2px;
  width: 100%; }

.iziModal .iziModal-header {
  background: #88a0b9;
  padding: 14px 18px 15px 18px;
  box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0px #555;
  overflow: hidden;
  position: relative;
  z-index: 10; }

.iziModal .iziModal-header-icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px 0 0;
  margin: 0;
  float: left; }

.iziModal .iziModal-header-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3; }

.iziModal .iziModal-header-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.45; }

.iziModal .iziModal-header-title,
.iziModal .iziModal-header-subtitle {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left; }

.iziModal .iziModal-header-buttons {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -17px 0 0 0; }

.iziModal .iziModal-button {
  display: block;
  float: right;
  z-index: 2;
  outline: none;
  height: 34px;
  width: 34px;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.3;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease;
  background-size: 67% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }

.iziModal .iziModal-button-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==") no-repeat 50% 50%; }

.iziModal .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=") no-repeat 50% 50%; }

.iziModal.isFullscreen .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC") no-repeat 50% 50%; }

.iziModal .iziModal-button-close:hover {
  transform: rotate(180deg); }

.iziModal .iziModal-button:hover {
  opacity: 0.8; }

.iziModal .iziModal-header.iziModal-noSubtitle {
  height: auto;
  padding: 10px 15px 12px 15px; }

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  font-size: 23px;
  padding-right: 13px; }

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 15px;
  margin: 3px 0 0 0;
  font-weight: 400; }

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
  right: 6px;
  margin: -16px 0 0 0; }

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  height: 30px;
  width: 30px; }

/* RTL */
.iziModal-rtl {
  direction: rtl; }

.iziModal-rtl .iziModal-header {
  padding: 14px 18px 15px 40px; }

.iziModal-rtl .iziModal-header-icon {
  float: right;
  padding: 0 0 0 15px; }

.iziModal-rtl .iziModal-header-buttons {
  right: initial;
  left: 10px; }

.iziModal-rtl .iziModal-button {
  float: left; }

.iziModal-rtl .iziModal-header-title,
.iziModal-rtl .iziModal-header-subtitle {
  text-align: right;
  font-family: Tahoma, 'Lato', Arial;
  font-weight: 500; }

.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
  padding: 10px 15px 12px 40px; }

.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  padding: 0 0 0 13px; }

/* LIGHT THEME */
.iziModal.iziModal-light .iziModal-header-icon {
  color: rgba(0, 0, 0, 0.5); }

.iziModal.iziModal-light .iziModal-header-title {
  color: #000; }

.iziModal.iziModal-light .iziModal-header-subtitle {
  color: rgba(0, 0, 0, 0.6); }

.iziModal.iziModal-light .iziModal-button-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC") no-repeat 50% 50%; }

.iziModal.iziModal-light .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC") no-repeat 50% 50%; }

.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC") no-repeat 50% 50%; }

.iziModal .iziModal-loader {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=") no-repeat 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9; }

.iziModal .iziModal-content-loader {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=") no-repeat 50% 50%; }

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

.iziModal .iziModal-content:after {
  clear: both; }

.iziModal .iziModal-content {
  zoom: 1;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  /*overflow-y: scroll;*/ }

.iziModal .iziModal-wrap {
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.iziModal .iziModal-iframe {
  border: 0;
  margin: 0 0 -6px 0;
  width: 100%;
  transition: height 0.3s ease; }

.iziModal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.iziModal-navigate {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none; }

.iziModal-navigate-caption {
  position: absolute;
  left: 10px;
  top: 10px;
  color: white;
  line-height: 16px;
  font-size: 9px;
  font-family: 'Lato', Arial;
  letter-spacing: 0.1em;
  text-indent: 0;
  text-align: center;
  width: 70px;
  padding: 5px 0;
  text-transform: uppercase;
  display: none; }

.iziModal-navigate-caption::before,
.iziModal-navigate-caption::after {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  content: '';
  background-size: 100% !important; }

.iziModal-navigate-caption:before {
  left: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=") no-repeat 50% 50%; }

.iziModal-navigate-caption:after {
  right: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC") no-repeat 50% 50%; }

.iziModal-navigate > button {
  position: fixed;
  bottom: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 84px;
  background-size: 100% !important;
  cursor: pointer;
  padding: 0;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  pointer-events: all;
  margin: 0;
  outline: none; }

.iziModal-navigate > button:hover {
  opacity: 1; }

.iziModal-navigate-prev {
  left: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==") no-repeat 50% 50%; }

.iziModal-navigate-next {
  right: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=") no-repeat 50% 50%; }

.iziModal.isAttachedTop .iziModal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.iziModal.isAttachedTop {
  margin-top: 0 !important;
  margin-bottom: auto !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.iziModal.isAttachedBottom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.iziModal.isFullscreen {
  max-width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
  border-radius: 0 !important; }

.iziModal.isAttached {
  border-radius: 0 !important; }

.iziModal.hasScroll .iziModal-wrap {
  overflow-y: auto;
  overflow-x: hidden; }

html.iziModal-isOverflow {
  overflow-y: auto; }

html.iziModal-isOverflow .body,
html.iziModal-isAttached body {
  position: relative; }

/* SCROLL */
.iziModal ::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px; }

.iziModal ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

.iziModal ::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4); }

.iziModal ::-webkit-scrollbar-button {
  height: 0;
  width: 0; }

.iziModal ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px; }

/* MODAL ANIMATIONS */
.iziModal.transitionIn .iziModal-header {
  -webkit-animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1); }

.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
  -webkit-animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; }

.iziModal.transitionIn .iziModal-header .iziModal-header-title,
.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; }

.iziModal.transitionIn .iziModal-header .iziModal-button {
  -webkit-animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
  animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1); }

.iziModal.transitionIn .iziModal-iframe,
.iziModal.transitionIn .iziModal-wrap {
  -webkit-animation: iziM-fadeIn 1.3s;
  -moz-animation: iziM-fadeIn 1.3s;
  animation: iziM-fadeIn 1.3s; }

.iziModal.transitionIn .iziModal-header {
  -webkit-animation-delay: 0s;
  -moz-animation: 0s;
  animation-delay: 0s; }

.iziModal.transitionIn .iziModal-header .iziModal-header-icon,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
  -webkit-animation-delay: 0.4s;
  -moz-animation: 0.4s;
  animation-delay: 0.4s; }

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation-delay: 0.5s;
  -moz-animation: 0.5s;
  animation-delay: 0.5s; }

.iziModal.transitionOut .iziModal-header,
.iziModal.transitionOut .iziModal-header * {
  transition: none !important; }

/* ANIMATIONS */
.iziModal.fadeOut,
.iziModal-overlay.fadeOut,
.iziModal-navigate.fadeOut,
.iziModal .fadeOut {
  -webkit-animation: iziM-fadeOut 0.5s;
  -moz-animation: iziM-fadeOut 0.5s;
  animation: iziM-fadeOut 0.5s;
  animation-fill-mode: forwards; }

.iziModal.fadeIn,
.iziModal-overlay.fadeIn,
.iziModal-navigate.fadeIn,
.iziModal .fadeIn {
  -webkit-animation: iziM-fadeIn 0.5s;
  -moz-animation: iziM-fadeIn 0.5s;
  animation: iziM-fadeIn 0.5s; }

.iziModal.comingIn,
.iziModal-overlay.comingIn {
  -webkit-animation: iziM-comingIn 0.5s ease;
  -moz-animation: iziM-comingIn 0.5s ease;
  animation: iziM-comingIn 0.5s ease; }

.iziModal.comingOut,
.iziModal-overlay.comingOut {
  -webkit-animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  -moz-animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation-fill-mode: forwards; }

.iziModal.bounceInDown,
.iziModal-overlay.bounceInDown {
  -webkit-animation: iziM-bounceInDown 0.7s ease;
  animation: iziM-bounceInDown 0.7s ease; }

.iziModal.bounceOutDown,
.iziModal-overlay.bounceOutDown {
  -webkit-animation: iziM-bounceOutDown 0.7s ease;
  animation: iziM-bounceOutDown 0.7s ease; }

.iziModal.bounceInUp,
.iziModal-overlay.bounceInUp {
  -webkit-animation: iziM-bounceInUp 0.7s ease;
  animation: iziM-bounceInUp 0.7s ease; }

.iziModal.bounceOutUp,
.iziModal-overlay.bounceOutUp {
  -webkit-animation: iziM-bounceOutUp 0.7s ease;
  animation: iziM-bounceOutUp 0.7s ease; }

.iziModal.fadeInDown,
.iziModal-overlay.fadeInDown {
  -webkit-animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1); }

.iziModal.fadeOutDown,
.iziModal-overlay.fadeOutDown {
  -webkit-animation: iziM-fadeOutDown 0.5s ease;
  animation: iziM-fadeOutDown 0.5s ease; }

.iziModal.fadeInUp,
.iziModal-overlay.fadeInUp {
  -webkit-animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1); }

.iziModal.fadeOutUp,
.iziModal-overlay.fadeOutUp {
  -webkit-animation: iziM-fadeOutUp 0.5s ease;
  animation: iziM-fadeOutUp 0.5s ease; }

.iziModal.fadeInLeft,
.iziModal-overlay.fadeInLeft {
  -webkit-animation: iziM-fadeInLeft 0.5s cubic-bezier(0.16, 0.8, 0.6, 1);
  animation: iziM-fadeInLeft 0.5s cubic-bezier(0.16, 0.8, 0.6, 1); }

.iziModal.fadeOutLeft,
.iziModal-overlay.fadeOutLeft {
  -webkit-animation: iziM-fadeOutLeft 0.6s ease;
  animation: iziM-fadeOutLeft 0.6s ease; }

.iziModal.fadeInRight,
.iziModal-overlay.fadeInRight {
  -webkit-animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1); }

.iziModal.fadeOutRight,
.iziModal-overlay.fadeOutRight {
  -webkit-animation: iziM-fadeOutRight 0.5s ease;
  animation: iziM-fadeOutRight 0.5s ease; }

.iziModal.flipInX,
.iziModal-overlay.flipInX {
  -webkit-animation: iziM-flipInX 0.7s ease;
  animation: iziM-flipInX 0.7s ease; }

.iziModal.flipOutX,
.iziModal-overlay.flipOutX {
  -webkit-animation: iziM-flipOutX 0.7s ease;
  animation: iziM-flipOutX 0.7s ease; }

@-webkit-keyframes iziM-comingIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) perspective(600px) rotateX(0); } }

@-moz-keyframes iziM-comingIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) perspective(600px) rotateX(0); } }

@keyframes iziM-comingIn {
  0% {
    opacity: 0;
    /*transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );*/
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg); }
  100% {
    opacity: 1;
    /*transform: scale(1) translateY(0) perspective( 600px ) rotateX( 0 ); */
    transform: scale(1) translateY(0) perspective(600px) rotateX(0); } }

@-webkit-keyframes iziM-comingOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9); } }

@-moz-keyframes iziM-comingOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9); } }

@keyframes iziM-comingOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9); } }

@-webkit-keyframes iziM-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes iziM-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes iziM-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes iziM-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes iziM-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes iziM-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@keyframes iziM-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0) translateY(-40px);
    -webkit-transform-origin: center top; } }

@-moz-keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 0) translateY(-40px);
    -moz-transform-origin: center top; } }

@keyframes iziM-slideDown {
  0% {
    opacity: 0;
    transform: scale(1, 0) translateY(-40px);
    transform-origin: center top; } }

@-webkit-keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1); } }

@-moz-keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 1); } }

@keyframes iziM-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); } }

@-webkit-keyframes iziM-bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); } }

@keyframes iziM-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); } }

@-webkit-keyframes iziM-bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes iziM-bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes iziM-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes iziM-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0); } }

@-webkit-keyframes iziM-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); } }

@keyframes iziM-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); } }

@-webkit-keyframes iziM-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }

@keyframes iziM-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }

@-webkit-keyframes iziM-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@keyframes iziM-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziM-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziM-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziM-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@keyframes iziM-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziM-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(60deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes iziM-flipInX {
  0% {
    transform: perspective(400px) rotateX(60deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes iziM-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0; } }

@keyframes iziM-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0; } }

@use "sass:color";
.header--show-banner + main.body {
  margin-top: 9.5625rem; }
  @media (min-width: 801px) {
    .header--show-banner + main.body {
      margin-top: 12rem; } }

.header .banner {
  max-width: none;
  padding: 0.8125rem 0 0.75rem;
  background-color: #666; }

.header .banner .container {
  display: flex;
  justify-content: center; }

.header .banner__text {
  display: flex;
  align-items: center;
  overflow: hidden; }

.header .banner__text--show-icon::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5625rem;
  margin-right: 0.4375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='rgba(255, 255, 255, 0.99)'%3E%3Cpath d='M5.5 7.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm15.91 4.58-9-9c-.36-.36-.86-.58-1.41-.58H4c-1.11 0-2 .89-2 2v7c0 .55.22 1.05.59 1.41l8.99 9c.37.36.87.59 1.42.59.55 0 1.05-.23 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.56-.23-1.06-.59-1.42Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.header .banner__link {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap; }

.header .banner__link b {
  color: white; }

.nav-side-menu {
  opacity: 0; }

.nav-side-menu.iziModal {
  overflow: hidden;
  opacity: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0); }

.nav-side-menu .nav-menu__close .icon--close {
  width: 2.125rem;
  height: 2.125rem; }

.nav-side-menu .nav-menu__close .icon--close svg {
  fill: black; }

@media (min-width: 801px) {
  .nav-side-menu .iziModal-content {
    max-width: 1260px;
    margin: 0 auto; } }

@media (min-width: 1600px) {
  .nav-side-menu .iziModal-content {
    max-width: calc(1261px + 8rem); } }

.nav-side-menu .navPages-action-moreIcon {
  width: 0.8125rem;
  height: 0.5rem;
  transform: none; }

.slinky-menu {
  transform: translateZ(0); }

.slinky-menu > ul {
  position: relative;
  left: 0;
  transform: translateZ(0); }

.slinky-menu ul {
  width: 100%;
  margin: 0 0 1.5rem;
  list-style: none; }
  @media (min-width: 1261px) {
    .slinky-menu ul {
      margin-bottom: 2.5rem; } }

.slinky-menu li {
  margin: 0;
  list-style: none; }

.slinky-menu li ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none; }

.slinky-menu a {
  display: flex;
  align-items: center; }

.slinky-menu a:hover,
.slinky-menu a:focus,
.slinky-menu a:active {
  text-decoration: transparent; }

.slinky-menu a span {
  flex: 1;
  line-height: 1.4; }

.slinky-menu .slinky-header {
  display: flex; }

.slinky-menu .slinky-header .title {
  margin: 0;
  padding-left: 0;
  line-height: 1.4;
  background-color: white;
  order: 1;
  flex: 1; }

.slinky-menu_item {
  display: flex;
  justify-content: space-between; }

.slinky-menu_item > a {
  flex-grow: 1; }

.slinky-menu_item > a:hover {
  color: black; }

.slinky-menu_item > .slinky-next {
  flex: 0 0 2.625rem;
  overflow: hidden; }

.slinky-menu_item .slinky-next span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.slinky-menu_item .slinky-next .icon {
  width: 15px;
  height: 15px;
  margin-left: 0; }

.slinky-menu_item .slinky-next:hover .icon svg {
  fill: black; }

.slinky-menu_item-page::before {
  content: "";
  display: block;
  margin-block: .5rem;
  border-top: 1px solid #e1e1e1; }

.slinky-menu_item-page ~ .slinky-menu_item-page::before {
  border-top: none; }

.slinky-theme-default {
  background: white; }

.slinky-theme-default .title {
  padding: 1rem;
  font-size: 1rem;
  color: #999999; }

.slinky-theme-default .icon--back-arrow svg {
  fill: #999999; }

.slinky-theme-default li {
  line-height: 1; }

.slinky-theme-default ul[aria-hidden='true'] > li > a {
  outline: none; }

.slinky-theme-default a:not(.slinky-back) {
  margin: 0;
  padding: 0.5rem;
  font-size: 1.3125rem;
  color: #7e7e7e;
  font-weight: 700;
  letter-spacing: -0.01438rem;
  text-decoration: transparent; }
  @media (min-width: 801px) {
    .slinky-theme-default a:not(.slinky-back) {
      font-size: 1.4375rem; } }

.slinky-theme-default a:not(.slinky-back):hover {
  color: black;
  background-color: white;
  text-decoration: underline; }

.slinky-theme-default a:not(.slinky-back):active {
  color: black;
  background-color: #e5e5e5; }

.slinky-theme-default .slinky-back {
  display: flex;
  justify-content: start;
  flex-basis: fit-content;
  width: 5rem;
  padding-inline: 1rem;
  background-color: white; }

.slinky-theme-default .slinky-back .icon--simple-arrow {
  display: inline-block;
  transform: rotate(180deg); }

.slinky-theme-default .icon--simple-arrow {
  display: inline-block;
  flex: 0; }

.slinky-theme-default .icon--simple-arrow svg {
  width: 1rem;
  height: 1rem;
  stroke: black; }

.mobileMenu-open .slinky-menu {
  visibility: visible; }

.slinky-menu__top-list {
  padding: 0 2rem; }

.slinky-menu__top-list h4 {
  margin: 0; }

.slinky-menu .slinky-header {
  margin-bottom: 1rem;
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #e1e1e1; }

.slinky-menu .slinky-header .title {
  margin-top: 0.0625rem;
  margin-left: 0.25rem;
  padding: 0;
  font-size: 2rem;
  color: black;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.06rem; }

.slinky-menu .slinky-header .slinky-back {
  padding: 0 0.4375rem; }

.slinky-menu .slinky-header .slinky-back:hover svg {
  fill: black; }

.slinky-menu .icon svg {
  fill: #7e7e7e; }

.slinky-menu .icon--user {
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.1875rem 0.4375rem 0 0.25rem; }

.slinky-menu .icon--phone {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.75rem 0 0.25rem; }

.slinky-menu.nav-menu__slinky {
  margin-top: 0.75rem; }

.slinky-menu .slinky-menu__name {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.06rem;
  border-bottom: 1px solid #e1e1e1;
  font-family: "DM Serif Display";
  font-weight: 400;
  width: 100%;
  display: block;
  height: 43px;
  font-size: 16px !important;
  line-height: 43px !important; }

@media (min-width: 801px) {
  .slinky-menu .slinky-menu__mobile-item {
    display: none; } }

@media (min-width: 801px) {
  .slinky-menu .slinky-menu__pages {
    display: none; } }

.slinky-theme-default a:not(.slinky-back) {
  padding: 0.325rem 0.5rem; }

.slinky-menu.nav-menu__slinky {
  height: 100% !important; }

.slinky-back .icon.icon--chevron-left {
  width: 15px;
  height: 15px; }

.slinky-menu_item-title {
  padding: 0.325rem 0.5rem; }

.slinky-menu .slinky-menu__name.slinky-menu__name--alt a span {
  font-family: "open-sans-condensed" !important;
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 43px !important;
  width: 100%;
  height: 43px !important; }

.quickSearchResults {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  max-height: 28.125rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  z-index: 25; }

@media (min-width: 801px) {
  .quickSearchResults.open {
    display: block; } }

.quickSearchResults .modal-close {
  display: none; }

.quickSearchResults .productGrid {
  margin: 0; }

@media (min-width: 801px) {
  .quickSearchResults .productGrid .product {
    width: 50%;
    padding: 0.75rem; } }

@media (min-width: 1261px) {
  .quickSearchResults .productGrid .product {
    width: 33%; } }

.header--type-right .quickSearchResults .productGrid {
  container-type: inline-size; }

.header--type-right .quickSearchResults .productGrid .product {
  width: 100%; }

.quickSearchMessage {
  margin: 1.5rem 0;
  font-size: 2rem; }

a.skip-to-main-link {
  position: fixed;
  top: 0;
  display: inline-block;
  padding: 5px 10px;
  color: black;
  transform: translate(-50%, -100%); }
  a.skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
  z-index: 99; }
  @media only screen and (max-width: 1101px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }
  @media (min-width: 801px) {
    .header {
      display: flex;
      flex-direction: column;
      height: auto;
      min-height: 5.75rem;
      overflow: visible; } }

@media (min-width: 801px) {
  .header.header--type-bottom {
    box-shadow: none; } }

.header.is-open {
  height: 100%; }
  @media (min-width: 801px) {
    .header.is-open {
      height: auto; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  main.body {
    margin-top: 150px; } }

@media only screen and (min-width: 1024px) and (max-width: 1101px) {
  main.body {
    margin-top: 250px; } }

@media only screen and (min-width: 768px) and (max-width: 801px) {
  .page--yoursewingpatterndestination main.body {
    margin-top: 0px; } }

@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .page--yoursewingpatterndestination main.body {
    margin-top: 150px; } }

@media only screen and (min-width: 1024px) and (max-width: 1101px) {
  .page--yoursewingpatterndestination main.body {
    margin-top: 250px; } }

.header__main {
  display: grid;
  grid-template-areas: "tog logo cart" "search search search";
  justify-items: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  min-height: 5.6875rem;
  margin: auto;
  padding: 0.5rem 1.5rem 0.87rem;
  gap: 0.75rem;
  background-color: #fafafa; }
  @media (min-width: 801px) {
    .header__main {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 0.5rem; } }

.mobileMenu-toggleIcon {
  width: 0.75rem !important;
  transition: width 0.5s ease !important; }

.mobileMenu-toggleIcon.menu-open {
  width: 30px !important; }

.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  width: 1.125rem;
  background: black;
  transition: transform 150ms cubic-bezier(1, -0.04, 1, 1), top 100ms ease-in 150ms, bottom 100ms ease-in 150ms !important; }

.mobileMenu-toggle .mobileMenu-toggleIcon.menu-open::before {
  top: 0;
  width: .75rem;
  transform: rotate(-135deg) !important; }

.mobileMenu-toggle .mobileMenu-toggleIcon.menu-open::after {
  width: .75rem;
  transform: rotate(135deg) !important;
  bottom: 0; }

.mobileMenu-toggleText {
  display: none;
  margin: 0;
  color: black; }
  @media (min-width: 551px) {
    .mobileMenu-toggleText {
      display: block; } }

.header-logo__link {
  display: block; }

.header__main-logo {
  grid-area: logo;
  flex-shrink: 0;
  width: auto;
  min-width: 8.4375rem;
  max-width: 14.375rem;
  padding: 0; }
  @media (min-width: 1261px) {
    .header__main-logo {
      max-width: 16.5rem; } }

.header-logo-image-container {
  text-align: center; }

.header--type-right .header-logo-image-container {
  text-align: right; }

.header__main-logo img {
  width: auto;
  max-height: 4.6875rem; }

.nav-list-item--shop-category,
.nav-list-item--shop-category > a {
  display: flex;
  align-items: center;
  gap: .25rem; }

.header__main-actions {
  grid-area: tog; }
  @media (min-width: 1441px) {
    .header__main-actions {
      margin-left: 7.9375rem; } }

.header__main-search {
  grid-area: search;
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  min-width: 13.125rem;
  max-width: 45.15rem;
  padding: 0; }
  @media (min-width: 801px) {
    .header__main-search {
      margin-left: 1.3125rem; } }

.header__main-search .container {
  padding: 0; }

.header__main-search .form,
.header__main-search .form-field {
  margin: 0; }

.header__main-search .form-field {
  display: flex;
  align-items: center; }

.header__main-search .form-input {
  position: relative;
  height: 2.5rem;
  color: black;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid white;
  border-radius: 5px 0px 0px 5px;
  z-index: 26; }
  @media (min-width: 801px) {
    .header__main-search .form-input {
      height: 2.875rem;
      padding-left: 1.25rem; } }

.header__main-search .form-input::placeholder {
  color: #7e7e7e; }

.header__main-search .form-button {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  border-radius: 0 5px 5px 0;
  transition: ease .2s background-color;
  z-index: 1; }
  @media (min-width: 801px) {
    .header__main-search .form-button {
      width: 2.875rem;
      height: 2.875rem; } }

.header__main-search .form-button:hover {
  background-color: #e5e5e5; }

.header__main-search .form-button:focus-visible {
  z-index: 27; }

.header__main-search .form-button .icon {
  width: 1.25rem;
  height: 1.25rem; }

.header .nav-menu__list-text_phone {
  display: none; }
  @media (min-width: 801px) {
    .header .nav-menu__list-text_phone {
      display: block;
      white-space: nowrap; } }

.header .icon--phone {
  width: 1.25rem;
  height: 1.25rem; }
  @media (min-width: 1261px) {
    .header .icon--phone {
      margin-right: 0.125rem; } }

.header .icon svg,
.header .icon--phone svg {
  fill: black; }

@media (min-width: 801px) {
  .navPages {
    position: relative; } }

.nav-menu__actions {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  padding-bottom: 0; }

.header__main-account-cart {
  grid-area: cart; }

.nav-menu__list {
  position: static;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  list-style: none; }
  @media (min-width: 1261px) {
    .nav-menu__list {
      gap: 1.25rem; } }

.nav-menu__list .nav-menu__list-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0.3125rem;
  position: relative;
  text-decoration: none; }

.nav-menu__list .nav-menu__list-action:hover .icon svg {
  fill: black; }

.nav-menu__list .nav-menu__list-action:focus-visible {
  outline-offset: 4px !important; }

.nav-menu__list .nav-menu__list-action .icon--user,
.nav-menu__list .nav-menu__list-action .icon--cart {
  width: 1.5rem;
  height: 1.5rem; }

.nav-menu__list .nav-menu__list-action .icon--user svg,
.nav-menu__list .nav-menu__list-action .icon--cart svg {
  fill: white; }

.nav-menu__list .nav-menu__list-action .nav-menu__list-text {
  display: none; }
  @media (min-width: 801px) {
    .nav-menu__list .nav-menu__list-action .nav-menu__list-text {
      display: block;
      font-weight: 700;
      white-space: nowrap; } }

.nav-menu__list .dropdown-menu.is-open {
  z-index: 25; }

.nav-menu__list-action:has(span.icon--user) {
  display: none; }
  @media (min-width: 551px) {
    .nav-menu__list-action:has(span.icon--user) {
      display: flex; } }

@media (min-width: 801px) {
  .nav-menu__list-item_cart .nav-menu__list-action {
    padding-right: 2.0625rem; } }

.nav-menu__list-item_cart .countPill {
  position: absolute;
  top: -0.375rem;
  right: -0.625rem;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0;
  font-size: 0.75rem;
  color: black;
  line-height: 1.125rem;
  background-color: white; }
  @media (min-width: 801px) {
    .nav-menu__list-item_cart .countPill {
      top: 50%;
      right: 0;
      width: 1.75rem;
      height: 1.75rem;
      font-size: 1rem;
      line-height: 1.875rem;
      transform: translate(0, -50%); } }

.previewCartList .previewCartItem {
  margin-block: 1rem; }

.previewCart .previewCart-additionalCheckoutButtons .or-use-label {
  margin-top: -1rem;
  text-align: center; }

.previewCartAction {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1441px) {
    .previewCartAction {
      flex-direction: row;
      gap: 1.25rem; } }

@media (min-width: 1441px) {
  .previewCartAction::before,
  .previewCartAction::after {
    content: none; } }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  width: 100%;
  padding: 0; }

.previewCartAction-checkout {
  margin-bottom: 0.625rem; }
  @media (min-width: 1441px) {
    .previewCartAction-checkout {
      margin-bottom: 0; } }

.previewCartAction-viewCart a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.1875rem; }

#cart-preview-dropdown {
  max-width: 25rem;
  margin-top: 0.75rem;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }

.previewCart .previewCartItem-brand {
  color: black; }

.previewCart .previewCartItem-price {
  color: black;
  font-weight: 700; }

.previewCart-acceleratedCheckoutButtons {
  display: none; }

@media (min-width: 801px) {
  .header__main-static {
    margin: 0 2rem 0 1.5rem; } }

.header__main-static .nav-item-link {
  text-decoration: none; }

.header__main-static .nav-item-title {
  margin-bottom: 0;
  font-weight: 700;
  white-space: nowrap; }

.header__main-static .nav-menu__list li:not(.nav-list-item--shop-category) {
  display: none; }
  @media (min-width: 1261px) {
    .header__main-static .nav-menu__list li:not(.nav-list-item--shop-category) {
      display: flex; } }

.header__bottom {
  background-color: #eaeaea;
  box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 801px) {
    .header__bottom {
      padding: 0.8125rem 0; } }

.header__bottom .container {
  overflow: hidden; }

.header__bottom-list {
  display: none;
  margin: 0;
  list-style: none; }
  @media (min-width: 801px) {
    .header__bottom-list {
      display: flex;
      gap: 3rem;
      justify-content: center; } }

.header__bottom-list-link {
  font-weight: 700;
  line-height: 1.5625rem;
  text-decoration: none; }

.slinky-menu_item a span {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 500;
  height: 35px;
  line-height: 35px !important;
  color: #000; }

.slinky-menu__top-list .slinky-header .title {
  font-family: "open-sans-condensed" !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 43px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase;
  width: 100%;
  display: block;
  height: 43px; }

.slinky-menu_item {
  border-bottom: 1px solid #e1e1e1; }

.slinky-menu__top-list > .slinky-menu_item > a span {
  font-family: "open-sans-condensed" !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px !important; }

.dropdown__nav h3,
body .dropdown-nav .dropdown__nav h3 a,
.smh,
.dropdown__inner p,
.slinky-menu__name {
  font-family: "open-sans-condensed" !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px !important; }

.account .section.section--small,
.account .page-heading,
.page--account_orderstatus .section.section--small,
.page--account_orderstatus .page-heading,
.page--account_inbox .section.section--small,
.page--account_inbox .page-heading,
.page--account_addressbook .section.section--small,
.page--account_addressbook .page-heading {
  display: none; }

.page--account_inbox .account-content h2,
.account-heading {
  display: none; }

@media (max-width: 501px) {
  .container:has(> .account) {
    padding: 0 !important; } }

.product .form-label.form-label--alternate.form-label--inlineSmall {
  display: unset; }

.productTypeButtons {
  display: grid;
  grid-column: auto; }
  .productTypeButtons .form-label--inlineSmall {
    width: 100%;
    font-family: "open-sans-condensed" !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0; }

[data-product-attribute="set-select"] > label {
  width: 100%;
  font-family: "open-sans-condensed" !important;
  min-width: 100%;
  display: inline-block !important;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 3px; }

.alert__violet .open-sans-condensed {
  font-family: "open-sans-condensed" !important; }

@media (max-width: 1023px) {
  .account--grid {
    display: grid !important;
    grid-template-columns: minmax(100%, 1fr) !important;
    max-width: 100% !important; }
    .account--grid > * {
      width: 100%; }
    .account--grid .account__alert {
      grid-row: 2/3;
      grid-column: 1/ 2; }
    .account--grid .account__page__heading {
      grid-column: 1/ 2;
      grid-row: 3/4; } }

@media (max-width: 767px) {
  .paginator__bottom {
    margin-bottom: 90px !important; } }

.account.account--grid.account--fixed {
  max-width: 100%; }

.cart-item-quantity .form-increment {
  display: flex; }

.product__card__btn.refunded {
  background-color: #f2f2f2 !important;
  text-transform: capitalize;
  cursor: not-allowed; }
  .product__card__btn.refunded svg {
    display: none !important; }

@media (max-width: 767px) {
  .nav-brands {
    width: 100%; }
    .nav-brands ul {
      justify-content: space-between;
      width: 100%; } }

li:nth-of-type(4) svg.mini {
  width: 85%;
  margin: 0 auto; }

li:nth-of-type(7) svg.mini {
  width: 79%;
  margin: 0 auto; }

@media (max-width: 767px) {
  .page--promotions [data-widget-id="e8473f91-27ec-4d67-babd-48dac286d4fb"] {
    display: none; }
  .product .form-wishlist {
    overflow: unset; } }

.card-b-up .card-text {
  position: relative; }
  .card-b-up .card-text .loadingOverlay {
    opacity: 1 !important;
    background: #fff;
    transform: unset; }
    .card-b-up .card-text .loadingOverlay:before {
      transform-style: unset;
      animation: unset;
      border: unset; }

@media (min-width: 1020px) {
  .header .nav > ul > li.arrow_icon,
  .header .nav > ul > .looks ~ li {
    white-space: nowrap; }
  .nav__content {
    width: unset !important;
    height: unset !important;
    min-height: unset !important; } }

@media (max-width: 1271px) and (min-width: 1020px) {
  #cuis > ul {
    gap: 1.35em !important; }
  .nav > ul,
  #cuis > ul {
    justify-content: center; }
  .header .nav > ul > li span {
    display: none; } }

.js-dropdown-nav.designers-coll.tool-drop p {
  font-size: 1.3em;
  padding: 0;
  margin: 0; }

@media (max-width: 767px) {
  .sm-hidden {
    display: none; }
  .js-dropdown-nav.designers-coll.tool-drop p {
    display: none; } }

@media (min-width: 767px) {
  #quickSearch.burger-icon {
    min-height: 50px; }
  .designers-coll.tool-drop {
    max-width: 320px !important;
    left: unset !important; }
  .tools-drop {
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    z-index: 100; } }

.indicator_flags .indicator--flag {
  display: none; }

.indicator_flags .indicator--flag:nth-of-type(1) {
  display: block; }

.footer__center {
  display: block;
  margin: 0 auto;
  text-align: center; }

.footer p {
  margin: 0px; }

.footer .footer__content {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .0025em; }

.footer .footer__content .footer__center p {
  padding-right: 0;
  margin: 0;
  padding: 0; }

figure.global-image {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px; }

figure.global-image picture {
  display: block; }

.interruptingPanda {
  padding: 0;
  border: 0;
  justify-content: center;
  align-content: center; }

.dropdown-nav .dropdown__nav a:hover {
  z-index: 999;
  display: inline-block; }

.interruptingPanda {
  width: calc(100%/2 - 7.5px); }

.xl-hidden {
  display: none; }

@media (max-width: 700px) {
  .xl-hidden {
    display: block; } }

@media (min-width: 579px) {
  .interruptingPanda {
    width: calc(100%/3 - 18px); } }

.print-label.indicator--flag {
  font-size: 11px;
  width: 100px;
  font-weight: 800;
  padding: 3px 0;
  background: #0070F0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .4em;
  color: #fff; }

/** ao ***/
body .header .dropdown-nav h3.has_sub.has_icon {
  display: flex;
  flex-direction: row;
  align-items: center; }
  body .header .dropdown-nav h3.has_sub.has_icon img {
    max-width: 40px; }

h3.has_sub.has_icon img {
  margin-left: 2px; }

.print-label {
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0px;
  text-align: center;
  padding: 6px, 10px, 6px, 10px;
  background: #0070f0;
  color: #fff; }

article#ao {
  max-width: 570px;
  padding: 1.2em;
  border: 1px solid #0070f0;
  border-radius: 2px;
  margin: 0 0 0.4em 0; }

article#ao > p:first-of-type {
  text-transform: uppercase; }

article#ao p {
  margin: 0;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 17px;
  color: #0070f0;
  font-weight: 600; }

article#ao p:not(:first-of-type) {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 3px;
  font-weight: 400; }

article#ao p > span {
  color: #555;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline; }

svg#new_svg {
  max-width: 50px; }

article#aocallout {
  gap: 1em;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #0070f0;
  display: flex; }

@media (max-width: 900px) {
  article#aocallout {
    flex-wrap: wrap;
    padding: 1em; }
  svg#new_svg {
    max-height: 20px; }
  article#ao {
    max-width: unset;
    width: 100%; } }

@media (min-width: 900px) {
  article#aocallout {
    max-height: 54px; } }

article#aocallout p {
  margin-bottom: 0; }

article#aocallout > p,
article#aocallout > p:nth-of-type(3),
article#aocallout > p:nth-of-type(3) a {
  position: relative;
  font-family: "Open Sans";
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left; }

article#aocallout > p:nth-of-type(3) a:after {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 98%;
  background: #fff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.underline:hover:after {
  width: 80%;
  background: orange; }

article#aocallout > p:nth-of-type(2) {
  font-family: Open Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 2px;
  letter-spacing: 0.5px;
  text-align: left; }

[data-content-region="header_gme--global"] {
  width: 100%; }

/** end ao **/
.designers-coll .dropdown__nav ul {
  text-align: left;
  margin-top: 0; }

.designers-coll .dropdown__nav ul li:first-of-type {
  padding-top: 5px; }

.smh {
  margin-bottom: 6px; }

@media (max-width: 600px) {
  .smh.feat-shop {
    display: block !important; } }

@media (max-width: 900px) {
  [data-content-region="header_gme--global"] {
    position: relative; } }

#browseby {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.36;
  font-family: 'DM Serif Display';
  margin-bottom: calc(1.2em / 2); }
  @media (max-width: 900px) {
    #browseby {
      display: none !important; } }

.productSku {
  font-family: 'DM Serif Display'; }

.designers-coll .dropdown__nav li:last-child {
  margin: unset !important;
  padding: .17em 0; }

@media (max-width: 767px) {
  [data-content-region="header_bottom--global"] {
    margin-top: 20px; } }

.yotpo-star-ratings-clickable[aria-label="0 out of 5 star rating"] {
  display: none !important; }

.sku {
  margin-bottom: 9px; }

@media (max-width: 900px) {
  .yotpo-sr-bottom-line-text--right-panel.card-title {
    display: none !important; } }

.card .card-title {
  margin-bottom: 1px !important; }

.yotpo-sr-bottom-line-summary {
  align-items: center; }

.body.page--blog h1.blog-title {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 99px;
  /* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  color: #000000; }

.body.page--blog .db {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  gap: 10px; }
  .body.page--blog .db p {
    font-family: 'Open Sans';
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    /* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
    leading-trim: both;
    text-edge: cap;
    text-decoration-line: underline;
    color: #000000; }

.body.page--blog .blog + .blog {
  margin-top: 0px;
  padding-top: 0px;
  border: unset; }

.body.page--blog .blog, .body.page--blog .blog-post-figure, .body.page--blog .blog-post-body {
  margin: 0;
  display: flex;
  width: auto; }

.body.page--blog .blog-post-body {
  display: flex;
  flex-wrap: wrap; }
  .body.page--blog .blog-post-body h4, .body.page--blog .blog-post-body p {
    width: 100%;
    text-align: left;
    margin: 0; }

.body.page--blog h1.blog-title {
  padding: .3em 0 3rem;
  padding-bottom: 3rem;
  margin-top: 0px;
  margin-bottom: 0;
  padding-bottom: 20px; }

.body.page--blog .blog {
  flex-direction: column;
  border: unset; }

.body.page--blog h4.blog-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  /* leading-trim and text-edge are draft CSS properties.

Read more: https://drafts.csswg.org/css-inline-3/#leading-trim
*/
  leading-trim: both;
  text-edge: cap;
  color: #000000; }

.body.page--blog .article-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0px 0;
  gap: 16px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0; }

.body.page--blog h4.blog-title ~ .biline {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  margin-bottom: 2em;
  align-items: center;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  color: #000000; }

.body.page--blog .blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start; }

.body.page--blog article.blog {
  max-width: 290px;
  /*
    &:hover{
        

background: #FFFFFF;
box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
border-radius: 4px;
    }
    */ }
  .body.page--blog article.blog img {
    width: 290px; }
    @media (max-width: 800px) {
      .body.page--blog article.blog img {
        width: 100%; } }

@media (max-width: 800px) {
  .body.page--blog article.blog:nth-of-type(1), .body.page--blog article.blog:nth-of-type(4), .body.page--blog article.blog:nth-of-type(7), .body.page--blog article.blog:nth-of-type(8) {
    max-width: 100%;
    width: 100%; }
    .body.page--blog article.blog:nth-of-type(1) img, .body.page--blog article.blog:nth-of-type(1) a, .body.page--blog article.blog:nth-of-type(4) img, .body.page--blog article.blog:nth-of-type(4) a, .body.page--blog article.blog:nth-of-type(7) img, .body.page--blog article.blog:nth-of-type(7) a, .body.page--blog article.blog:nth-of-type(8) img, .body.page--blog article.blog:nth-of-type(8) a {
      max-width: 100%;
      width: 100%; }
  .body.page--blog article.blog {
    width: calc(50% - 8px); }
  .body.page--blog article.blog:nth-of-type(8) {
    margin-bottom: 2em; } }

.body.page--blog .pagination-list {
  display: none; }

@media (max-width: 800px) {
  .blog-post-figure a {
    width: 100%; } }

.account-body {
  max-width: 100%; }

/* ------------------------------------------------------------ *\
	Password Requirements Styles
\* ------------------------------------------------------------ */
@media (min-width: 800px) {
  .dropdown__nav h3 {
    font-size: inherit !important;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0; } }

#FormField_2 .form-inlineMessage {
  display: none; }

[data-create-account-form]:not(.interacted) .password-requirements__list {
  display: none; }

.password-requirements__list {
  display: grid;
  float: inline-start;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  list-style-type: none;
  margin: 16px 0px 0px 0px; }
  @media (max-width: 768px) {
    .password-requirements__list {
      grid-template-columns: 1fr; } }

[data-create-account-form].interacted .password-requirements__item {
  color: red; }

[data-create-account-form].interacted .password-requirements__item.valid {
  color: green; }

[data-create-account-form].interacted .password-requirements__item:not(.valid) .password-requirements__checkmark svg circle {
  fill: red; }

[data-create-account-form].interacted .password-requirements__item.valid .password-requirements__checkmark svg circle {
  fill: green; }

.form-field.form-field--inputPassword.valid .form-input[data-field-type="password"] {
  border-color: green !important; }

.form-field.form-field--input.form-field--inputPassword.valid .form-input {
  border-color: green !important; }

@media (max-width: 768px) {
  .page-createaccount--pages-auth-create-account .body {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px; } }

/* ------------------------------------------------------------ *\
	Brands List Swiper
\* ------------------------------------------------------------ */
.brandslist {
  flex-wrap: wrap;
  gap: 1em; }
  @media (max-width: 700px) {
    .brandslist {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      width: 100%;
      min-width: 100%; } }

.prefix-true .swiper-wrapper {
  padding: 0px 50px 10px 50px;
  margin-bottom: 40px; }
  @media (max-width: 800px) {
    .prefix-true .swiper-wrapper {
      display: none !important; } }
  @media (min-width: 1000px) {
    .prefix-true .swiper-wrapper {
      margin: 0 auto; } }
  .prefix-true .swiper-wrapper .slick-list.draggable {
    padding: 5px 0 0 0; }
  .prefix-true .swiper-wrapper .slick-arrow {
    background: transparent;
    border: unset;
    top: 40%; }
    .prefix-true .swiper-wrapper .slick-arrow.slick-prev {
      left: -27px;
      transform: rotate(0deg);
      z-index: 99; }
    .prefix-true .swiper-wrapper .slick-arrow.slick-next {
      right: 10px;
      transform: rotate(180deg); }
    .prefix-true .swiper-wrapper .slick-arrow:before {
      background-image: url("https://store-dhmm4j6vym.mybigcommerce.com/content/har.png");
      background-size: 12px; }
  .prefix-true .swiper-wrapper .swiper-slide {
    margin: 0px 7px;
    padding: 5px 0px;
    max-width: 277px;
    min-width: 240px; }
    .prefix-true .swiper-wrapper .swiper-slide .product {
      max-width: 277px;
      padding: 0px; }
      .prefix-true .swiper-wrapper .swiper-slide .product:hover .product__content .btn.product__btn {
        opacity: 1; }
      .prefix-true .swiper-wrapper .swiper-slide .product .product__image img {
        width: auto;
        margin: 0 auto;
        padding: 0 5px; }
      .prefix-true .swiper-wrapper .swiper-slide .product .product__content {
        gap: .4em;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        text-align: center; }
        .prefix-true .swiper-wrapper .swiper-slide .product .product__content p {
          margin: 0;
          text-align: left;
          width: 100%; }
        .prefix-true .swiper-wrapper .swiper-slide .product .product__content h6, .prefix-true .swiper-wrapper .swiper-slide .product .product__content .slinky-theme-default .title, .slinky-theme-default .prefix-true .swiper-wrapper .swiper-slide .product .product__content .title {
          margin-bottom: 0px; }
          .prefix-true .swiper-wrapper .swiper-slide .product .product__content h6 a, .prefix-true .swiper-wrapper .swiper-slide .product .product__content .slinky-theme-default .title a, .slinky-theme-default .prefix-true .swiper-wrapper .swiper-slide .product .product__content .title a {
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 600;
            font-size: 24px;
            line-height: 23px;
            /* identical to box height, or 95% */
            display: flex;
            align-items: center;
            text-transform: capitalize;
            /* simplicity.com/Black */
            color: #000000; }
        .prefix-true .swiper-wrapper .swiper-slide .product .product__content .product__saleprice {
          font-family: 'Open Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 23px;
          display: flex;
          align-items: center;
          text-decoration: line-through;
          color: #595959; }
        .prefix-true .swiper-wrapper .swiper-slide .product .product__content .product__price {
          font-family: 'Open Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 22px;
          line-height: 23px;
          /* identical to box height, or 104% */
          display: flex;
          align-items: center;
          text-transform: capitalize; }
          .prefix-true .swiper-wrapper .swiper-slide .product .product__content .product__price.sale {
            /* simplicity.com/Guardsman Red */
            color: #C30000; }
        .prefix-true .swiper-wrapper .swiper-slide .product .product__content .CardOptionsWrap {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; }
          .prefix-true .swiper-wrapper .swiper-slide .product .product__content .CardOptionsWrap .CardOptions {
            border: 1px solid #000;
            margin: 5px; }
        .prefix-true .swiper-wrapper .swiper-slide .product .product__content .btn.product__btn {
          background-color: #242F2E;
          border: 1px solid #242F2E;
          color: #fff;
          text-decoration: none;
          padding: 10px 20px;
          display: inline-block;
          border-radius: 5px;
          margin: 20px 0 20px 0;
          opacity: 1; }
          .prefix-true .swiper-wrapper .swiper-slide .product .product__content .btn.product__btn:hover {
            color: #242F2E; }

#s-489658bc-8992-4406-9d91-ec478f2f055e section .swiper-wrapper .card {
  display: inline-block; }

.swiper-wrapper.Simplicity {
  width: 100%; }

[data-slidecount] .swiper-wrapper {
  max-height: 450px; }

.swiper-wrapper .swiper-slide.slick-active.slick-center .product {
  padding: 5px; }
  @media (max-width: 1080px) {
    .swiper-wrapper .swiper-slide.slick-active.slick-center .product {
      padding: 5px 10px; } }

@media only screen and (max-width: 680px) {
  .prefix-true .swiper-wrapper {
    padding: 20px 0 0 0; }
    .prefix-true .swiper-wrapper .slick-arrow {
      display: none !important; }
    .prefix-true .swiper-wrapper .swiper-slide {
      margin: 0;
      padding: 5px 0; }
  .swiper-wrapper .swiper-slide .product .product__content .btn.product__btn {
    opacity: 1 !important; }
  .swiper-wrapper .swiper-slide .product .product__content h6 a, .swiper-wrapper .swiper-slide .product .product__content .slinky-theme-default .title a, .slinky-theme-default .swiper-wrapper .swiper-slide .product .product__content .title a {
    font-size: 12px;
    line-height: 1.3rem; } }

.product__content p {
  line-height: 25px; }

.swiper-slide {
  position: relative !important; }

.product__prices {
  display: flex;
  gap: .3em; }

.brand-box {
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 130px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center; }

.shg-box-content.slick-slide.slick-cloned,
.shg-box-content.slick-slide {
  display: none !important; }

.brand-box-out {
  width: 178px;
  height: 55px; }

.thehidden {
  position: absolute;
  left: -9999px;
  opacity: 0; }

.brand-box.active {
  background: #0000001a;
  border: 1px solid #000; }

.styleTitle h4 {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 2.5rem; }

.styleTitle h4:after {
  content: '';
  margin-left: 20px;
  flex: 1;
  border-bottom: 1px solid #000; }

.prefix-true {
  display: flex;
  flex-wrap: wrap; }

.prefix-true .swiper-wrapper {
  width: 75%;
  max-width: 75%;
  padding: 0;
  display: flex;
  min-width: unset; }
  @media (max-width: 1025px) {
    .prefix-true .swiper-wrapper {
      width: 70%;
      max-width: 70%; } }

.prefix-true ul + .shg-box-vertical-align-wrapper {
  max-width: 25%;
  display: flex; }
  @media (max-width: 1025px) {
    .prefix-true ul + .shg-box-vertical-align-wrapper {
      margin-right: 5%; } }

.styleTitle {
  width: 100%; }

[data-slidecount] {
  margin-top: 3rem;
  margin-bottom: 6rem; }
  [data-slidecount] .shg-sld-nav-button, [data-slidecount] .shg-sld-dots {
    display: none; }
  [data-slidecount] .brand-box a {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex; }
  [data-slidecount] .shop-new {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    color: #000000; }

section[data-slidecount] {
  position: absolute;
  right: 999px !important;
  opacity: 0; }

[data-slidecount] .swiper-wrapper .slick-list {
  margin-right: 50px; }

@media (max-width: 800px) {
  .brandslist + .shg-box-vertical-align-wrapper {
    display: none !important; } }

[data-slidecount] .shg-sld-slides-padded {
  padding: 0;
  max-width: 250px;
  min-width: 210px; }

/* ------------------------------------------------------------ *\
	slider
\* ------------------------------------------------------------ */
.slider-articles .slider__slide {
  height: 100%; }

.slider-articles .slick-track {
  display: flex !important; }

.slider-articles .slick-slide {
  height: inherit !important; }

.slider-articles .slider__slide {
  padding: 0 5px; }

.slider-articles .slick-slide > div {
  height: 100%;
  display: flex;
  min-width: 100%; }

@media (max-width: 767px) {
  .brandslist {
    display: flex;
    flex-flow: wrap;
    gap: 12px; }
  .brand-box:nth-child(1) {
    order: 1;
    flex-basis: calc(50% - 12px); }
  .brand-box:nth-child(2) {
    order: 2;
    flex-basis: calc(50% - 12px); }
  .brand-box:nth-child(3) {
    order: 3;
    flex-basis: calc(33% - 12px); }
  .brand-box:nth-child(4) {
    order: 4;
    flex-basis: calc(33% - 12px); }
  .brand-box:nth-child(5) {
    order: 5;
    flex-basis: calc(33% - 12px); }
  .brand-box:nth-child(6) {
    order: 6;
    flex-basis: calc(50% - 12px); }
  .brand-box:nth-child(7) {
    order: 7;
    flex-basis: calc(50% - 12px); }
  .brand-box:nth-child(8) {
    order: 8;
    flex-basis: calc(100% - 12px);
    min-width: 176px; } }

.breadcrumbs.breadcrumbs__tutorial-page {
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  padding: 0 7.5px;
  margin-top: 24px;
  display: block; }

.breadcrumbs.breadcrumbs__tutorial-page li {
  font-size: 16px;
  margin: 0;
  padding: 0; }

.breadcrumbs__tutorial-page li .breadcrumb-label {
  text-decoration: underline; }

.breadcrumbs__tutorial-page li.is-active span {
  font-weight: 400;
  font-stretch: 100%; }

.breadcrumbs__tutorial-page li.is-active .breadcrumb-label {
  text-decoration: none; }

.breadcrumbs__tutorial-page li:not(:last-child):after {
  content: ">";
  margin: 0 0.75em;
  color: #000;
  background-color: transparent;
  position: relative;
  text-decoration: none; }

.breadcrumbs__tutorial-page li:not(:first-child)::before {
  content: unset; }

.section__col-region-container div[data-placement-status],
.section__col-region-container div[data-layout-id],
.section__col-region-container div[data-sub-layout-container],
.section__col-region-container div[data-sub-layout] {
  height: inherit; }

.product.section__col-region-container {
  overflow: hidden;
  border: none; }

@media (max-width: 575.98px) {
  .product.section__col-region-container {
    padding: 0;
    width: 100%; } }

@media (min-width: 551px) {
  .grid .grid__col--1of4.section__col-region-container {
    contain: size; } }

.section__col-region-container:has([data-content-region]:empty) {
  display: none; }

[data-content-region]:empty {
  display: none; }

.section__col-region-container div[data-content-region="interupter--global"] {
  height: 100%; }

.gql-cats .accordion-title .facetTitle {
  display: block !important; }

.nav > ul > li:hover > .js-dropdown-nav {
  display: block !important; }

/*** PDP description ***/
.productView .section-primary ul {
  list-style: unset !important;
  margin-left: 20px !important; }

/*** PDP Wishlist ***/
@media (max-width: 1103px) and (min-width: 768px) {
  .add-to-cart-wrapper > .form-wishlist {
    margin-top: 30px;
    list-style: none; }
  #add-to-cart-wrapper.add-to-cart-wrapper {
    flex-wrap: wrap; }
    #add-to-cart-wrapper.add-to-cart-wrapper .cart-wishlist > span {
      margin-left: -20px; } }

@media (max-width: 1103px) {
  body .productView .cart-wishlist {
    display: block !important; } }

/*** Category Page Header ***/
.cat-page-heading {
  display: block;
  font-weight: normal;
  font-family: 'DM Serif Display';
  font-style: normal;
  font-size: 40px;
  margin: 0 !important; }

.cat-page-header-container {
  font-family: 'Open Sans';
  font-style: Normal;
  font-weight: 400;
  font-size: 15px;
  color: #191919;
  margin-top: 5px;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1; }

@media (min-width: 768px) {
  .cat-header-text {
    display: inline-block; }
  .cat-page-header-container {
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  .cat-page-header-container {
    width: 100%;
    padding-bottom: 10px; }
  .cat-page-heading {
    font-size: 30px; } }

.section--small {
  padding: 2.5rem 0 1rem !important; }

@media (max-width: 767px) {
  .section--small > .shell {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

/*** Category SEO Container ***/
.cat-seo {
  width: 100%;
  margin-top: calc(30px + 1.5rem); }
  @media screen and (min-width: 767px) {
    .cat-seo {
      width: 660px;
      margin: 0 auto;
      margin-top: calc(40px + 1.5rem); } }

.container-custom .right-dt {
  margin-top: 1.5rem; }

/*** Brand PLP ***/
.brand-logo {
  display: none !important; }

.yotpo-sr-bottom-line-summary,
.yotpo-widget-instance {
  display: none !important; }
