@charset "UTF-8";
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 #D8C826 !important;
  outline-offset: 1px !important; }

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

.page-newsletter_subscribe [tabindex]:not([tabindex="-1"]):focus-visible {
  outline: none !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: #343432;
  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,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

a {
  color: #343432;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #9ba097; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343432;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.77778rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

hr {
  border: solid #9ba097;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.94444rem; }

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.38889rem; }

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 0.88889rem;
  width: 0.88889rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    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: 0.94444rem;
  margin-left: -1.22222rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.22222rem; }
    .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 #9ba097;
  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.77778rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.77778rem 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 #9ba097; }

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

.table-tbody tr {
  border-bottom: 1px solid #9ba097; }
  .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: 2px;
  cursor: pointer;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  background-color: transparent;
  border-color: #343432;
  color: #343432;
  font-size: 1rem;
  padding: 0 2.27778rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #343432;
    border-color: #343432;
    color: white; }
  .button:active {
    background-color: #343432;
    border: 2px solid #343432;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.77778rem; } }

/*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: #6e7568;
  border-color: #6e7568;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #7a8075;
    border-color: #7a8075;
    color: white; }
  .button--primary:active {
    background-color: #7a8075;
    border: 2px solid #7a8075;
    color: white; }

.button--tertiary {
  background-color: rgba(0, 0, 255, 0);
  border-color: white;
  color: white; }
  .button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
    background-color: #6e7568;
    border-color: #6e7568;
    color: white; }
  .button--tertiary:active {
    background-color: #6e7568;
    border: 2px solid #6e7568;
    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: 18px; }

.button--small {
  font-size: 16px;
  padding: 0.55556rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.77778rem 0.77778rem; }
  .button--icon svg {
    fill: #d8c826; }

/*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: 2px;
      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: whitesmoke;
  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: whitesmoke;
  font-size: 1rem;
  height: auto;
  padding: 0.77778rem;
  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.38889rem 0.77778rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.38889rem; }
  .dropdown-menu-item a {
    margin: -0.38889rem; }

/*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.77778rem;
  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: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.55556rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #343432;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  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: #9ba097;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #89a09d;
    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: #9ba097; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #9ba097; }
  .form-input:-ms-input-placeholder {
    color: #9ba097; }

/*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: #343432;
  color: #666666;
  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.38889rem;
    padding-left: 1.88889rem;
    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: 0.88889rem;
      left: 0;
      top: 0;
      width: 0.88889rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.77778rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.77778rem; }

.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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 0.77778rem;
  line-height: 1;
  text-align: center; }

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

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

/*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.88889rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.88889rem;
    margin: 0.05556rem 0 0 -2.94444rem;
    width: 2.88889rem; }

/*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: 2rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2rem;
    width: 1.11111rem; }

/*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: 5rem;
  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: #d8c826;
    box-shadow: 0 0 4px rgba(216, 200, 38, 0.4); }

.switch-toggle {
  background-color: #89a09d;
  border: 1px solid #89a09d;
  border-radius: 1.55556rem;
  cursor: pointer;
  display: inline-block;
  height: 1.55556rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.33333rem; }
  .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: whitesmoke;
    border-color: #9ba097;
    cursor: default; }

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

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

.switch-label--icon.icon {
  height: 1.44444rem;
  width: 1.44444rem; }
  .switch-label--icon.icon svg {
    height: 1.44444rem;
    width: 1.44444rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #89a09d; }

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

.switch-description--on {
  color: #89a09d;
  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.22222rem;
  width: 1.22222rem;
  float: left;
  margin: 0 0 0 -1.66667rem;
  position: relative;
  top: 0.55556rem; }
  .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.16667rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.38889rem 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: #dc3545; }

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

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

.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: #757575;
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #9ba097; }
    .breadcrumb.unavailable a {
      color: #9ba097; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #9ba097;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    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: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #9ba097;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #9ba097;
  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: #757575;
  display: block;
  font-size: 18px;
  padding: 0.77778rem 1.55556rem; }
  .tab-title:hover {
    color: #343432; }

.tab.is-active .tab-title {
  color: #343432;
  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: 18px;
  padding: 0.77778rem; }

/*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: #343432;
  font-size: 18px;
  padding: 0.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.38889rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.27778rem 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: #343432; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #343432;
  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.77778rem;
  padding: 0.77778rem 1.16667rem 0.77778rem 1.16667rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: white; }
  .alertBox .icon {
    height: 1.11111rem;
    width: 1.11111rem; }
  .alertBox .button {
    margin: 0 0 0 0.77778rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .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: #dc3545; }

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .alertBox-close .icon {
    height: 1.11111rem;
    width: 1.11111rem; }
  .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: #9ba097 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: #9ba097 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #343432;
    padding: 1.88889rem;
    display: block;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.88889rem; }

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

.accordion-content {
  display: none;
  padding: 2rem;
  border: #9ba097 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: #dc3545; }

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 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 #9ba097;
  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 #9ba097;
  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 #9ba097;
  padding: 0.77778rem 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: 18px;
  margin: 0 0 0.77778rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

@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: #6e7568;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 0.38889rem 0.77778rem; }

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

.loadingOverlay {
  background: rgba(51, 51, 51, 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.22222rem;
    width: 2.22222rem;
    border-radius: 2.22222rem;
    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.77778rem 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.38889rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 11.11111rem; } }

@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: #757575; }

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

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

.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: #343432;
    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: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: blue;
  background-color: rgba(0, 0, 255, 0);
  border: 1px solid rgba(0, 0, 255, 0);
  height: 3.88889rem;
  margin-top: -1.38889rem;
  padding: 0.55556rem;
  width: 2.77778rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.77778rem;
    width: 1.66667rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: blue;
    background-color: rgba(0, 0, 255, 0);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -40; }
  @media (min-width: 1750px) {
    .slick-next {
      right: -3.38889rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='52' viewBox='0 0 33 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 51.3226L31 26.1648L1 1' stroke='%23343432' stroke-width='1.6' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    transition: .3s; }
  .slick-next:hover::before {
    opacity: .5; }

.slick-prev {
  left: -40; }
  @media (min-width: 1750px) {
    .slick-prev {
      left: -3.38889rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='52' viewBox='0 0 33 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 51.3226L31 26.1648L1 1' stroke='%23343432' stroke-width='1.6' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    transform: rotate(180deg);
    transition: .3s; }
  .slick-prev:hover::before {
    opacity: .5; }

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

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

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

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

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

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

.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.55556rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.44444rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.22222rem 0.33333rem;
    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; } }

.nanobar {
  display: none;
  height: 0.27778rem;
  pointer-events: none;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 9999; }
  .nanobar .bar {
    background-color: #999999;
    height: 100%;
    transition: height 0.1s;
    width: 0; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

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

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

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #343432;
    font-size: 3.66667rem; }
  .swal2-modal .swal2-content {
    color: #343432;
    font-size: 1.11111rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #343432;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    background-color: transparent;
    border-color: #343432;
    color: #343432;
    font-size: 1rem;
    padding: 0 2.27778rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: #343432;
      border-color: #343432;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: #343432;
      border: 2px solid #343432;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #6e7568 !important;
    border-color: #6e7568 !important;
    color: white !important; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #7a8075 !important;
    border-color: #7a8075 !important;
    color: white !important; }
  .swal2-modal .swal2-confirm:active {
    background-color: #7a8075 !important;
    border-color: #7a8075 !important;
    color: white !important; }
  .swal2-modal .swal2-cancel {
    background-color: transparent !important;
    border-color: #343432 !important;
    color: #343432 !important; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent !important;
    border-color: #343432 !important;
    color: white !important; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent !important;
    border-color: #343432 !important;
    color: white !important; }
  .swal2-modal .button + .button {
    margin-left: 0.77778rem; }

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

.swal2-icon.swal2-error {
  border-color: #9ba097 !important; }
  .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    background-color: #9ba097 !important; }

.swal2-icon.swal2-question, .swal2-icon.swal2-warning, .swal2-icon.swal2-info {
  border-color: #9ba097 !important;
  color: #9ba097 !important; }
  .swal2-icon.swal2-question .swal2-icon-text, .swal2-icon.swal2-warning .swal2-icon-text, .swal2-icon.swal2-info .swal2-icon-text {
    font-size: 3.33333rem; }

.swal2-icon.swal2-success {
  border-color: #9ba097 !important; }
  .swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: #9ba097 !important; }
  .swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgba(168, 168, 168, 0.3) !important; }

html,
body {
  height: auto; }

body:not(.page-default.not-logged-in) {
  padding-top: 4.72222rem; }
  @media (min-width: 801px) {
    body:not(.page-default.not-logged-in) {
      padding-top: 0; } }

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

figcaption {
  color: #9ba097;
  margin-top: 0.77778rem; }

.center {
  text-align: center; }

.right {
  text-align: right; }

img {
  image-rendering: -webkit-optimize-contrast; }

.full-width-separator {
  border-top: 1px solid #343432;
  margin: 30px 0; }
  @media (min-width: 801px) {
    .full-width-separator {
      margin: 50px 0; } }

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

img {
  transition: opacity 0.3s ease; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.55556rem;
  line-height: 1.3;
  color: inherit; }

a {
  transition: color 0.3s ease;
  font-weight: 700; }
  a:hover img {
    opacity: .9; }

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

.regular-heading {
  font-size: 1.22222rem;
  font-weight: 700;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .regular-heading {
      font-size: 2.38889rem;
      margin-bottom: 1.94444rem; } }

h1,
.page-heading {
  margin: 0 0 0.55556rem;
  font-family: "Ogg", sans-serif;
  font-weight: 400;
  font-size: 1.66667rem;
  line-height: 1.2; }
  @media (min-width: 801px) {
    h1,
    .page-heading {
      margin: 0 0 1.66667rem; } }

h2 {
  font-size: 1.11111rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 0.77778rem; }

h5 {
  font-size: 0.66667rem; }

h6 {
  font-size: 0.61111rem; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.38889rem 0 0; }

.definitionList-value {
  margin: 0; }

th, td {
  padding: 5px 10px;
  border: 1px solid #9ba097; }

@media (min-width: 801px) {
  body {
    font-size: 1rem; }
  h1,
  .page-heading {
    font-size: 3.55556rem; }
  h2 {
    font-size: 1.94444rem; }
  h3 {
    font-size: 1.33333rem; }
  h4 {
    font-size: 1.11111rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.88889rem; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.83333rem; } }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999976 1L12.504 14.7757L24.0112 1' stroke='rgba(52, 52, 50, 0.999)' stroke-width='1.47272' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  background-position: right 0.55556rem center;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }
  .form-select[multiple] {
    background: 0; }

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

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

fieldset {
  padding: 1.11111rem 1.66667rem;
  margin-bottom: 1.11111rem; }

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),
select, .form-select, textarea {
  padding: 0 0.55556rem;
  border: 0.9px solid #343432;
  border-radius: 4px; }

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),
select, .form-select {
  height: 45px;
  font-size: 0.77778rem; }
  @media (min-width: 801px) {
    input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),
    select, .form-select {
      height: 60px;
      font-size: 1.33333rem; } }

.form-input--small {
  font-size: 0.83333rem !important;
  padding: 0.44444rem !important;
  height: auto !important; }
  @media (min-width: 1261px) {
    .form-input--small {
      font-size: 1rem !important; } }

.form-element {
  margin-bottom: 0.83333rem; }

.form-label {
  font-size: 0.88889rem; }
  @media (min-width: 801px) {
    .form-label {
      font-size: 1rem; } }

.file-label {
  display: inline-flex;
  align-items: center;
  border: 2px solid #343432;
  color: #343432;
  background-color: transparent;
  padding: 0 0.55556rem;
  cursor: pointer;
  border-radius: 4px; }
  .file-label:hover {
    color: white;
    border-color: #343432;
    background-color: #343432; }
  .file-label + input[type=file] {
    display: none; }

.form-prefixPostfix .button {
  height: 45px; }
  @media (min-width: 801px) {
    .form-prefixPostfix .button {
      height: 60px; } }

.navList-item .navList-action--checkbox:before {
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: -0.66667rem; }

.navList-item .navList-action--checkbox:after {
  background-color: #e3e836;
  background-image: none;
  width: 20px;
  height: 20px;
  margin-top: -0.66667rem;
  left: 0; }

form[action*=zoho] .form-label em,
form[action*=zoho] .form-field--checkbox em {
  color: #dc3545;
  font-style: normal; }

form[action*=zoho] .form-field--checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  form[action*=zoho] .form-field--checkbox input[type="checkbox"] {
    margin-right: 0.55556rem; }
  form[action*=zoho] .form-field--checkbox .message {
    width: 100%;
    order: 3; }

form[action*=zoho] .error-input {
  border-color: #dc3545; }

form[action*=zoho] .message {
  font-size: 0.77778rem;
  margin-top: 0.44444rem;
  display: block; }
  @media (min-width: 801px) {
    form[action*=zoho] .message {
      font-size: 0.88889rem; } }
  form[action*=zoho] .message.error {
    color: #dc3545; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #9ba097; }
  .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.38889rem; } }

.table--line {
  border-color: #9ba097;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #9ba097;
    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 #9ba097; }
    .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; }

.table-checklist {
  margin: 1.66667rem 0; }
  .table-checklist .table-wrapper {
    overflow: auto; }
  .table-checklist table {
    min-width: 52.77778rem;
    width: 100%; }
    .table-checklist table tr {
      display: table-row; }
  .table-checklist h2 {
    font-size: 20px;
    font-weight: 700; }
  .table-checklist .image th {
    vertical-align: bottom; }
  .table-checklist .image img {
    max-height: 8.33333rem; }
  .table-checklist td {
    text-align: center; }
  .table-checklist tr:nth-child(even),
  .table-checklist tr:nth-child(even) th {
    background-color: #fafafa; }
  .table-checklist th {
    text-align: left;
    min-width: 105px;
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1; }
  .table-checklist th, .table-checklist td {
    border: 0;
    padding: 0.38889rem 0.55556rem;
    font-size: 0.72222rem;
    line-height: 1.3; }
  .table-checklist h3 {
    font-size: 0.72222rem;
    margin: 0; }
  .table-checklist .price-section {
    display: inline-block; }
  .table-checklist .button {
    margin: 0;
    min-width: 100px; }
  @media (min-width: 801px) {
    .table-checklist table {
      width: 100%; }
      .table-checklist table tr {
        display: flex; }
    .table-checklist .image img {
      max-height: 13.88889rem; }
    .table-checklist th {
      min-width: 140px; }
    .table-checklist h3 {
      font-size: 0.88889rem;
      margin: 0; }
    .table-checklist th {
      padding: 0.55556rem 0.83333rem;
      font-size: 0.88889rem;
      flex-basis: 220px; }
    .table-checklist td {
      padding: 0.55556rem 0.83333rem;
      font-size: 0.88889rem;
      flex-basis: 320px;
      display: flex;
      align-items: center;
      justify-content: center; } }

.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.77778rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.27778rem 1.16667rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.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: 2.52778rem; }

.modal-header-title {
  font-size: 24px;
  text-align: center;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  line-height: 1.1; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 35px; } }

.modal-close {
  height: 1.77778rem;
  width: 1.77778rem;
  color: #757575;
  font-size: 26px;
  line-height: 1.77778rem;
  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.55556rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.44444rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.22222rem 0.33333rem;
    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-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #343432;
    font-size: 1.11111rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #6e7568;
      border-color: #6e7568;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #7a8075;
      border-color: #7a8075;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #7a8075;
      border-color: #7a8075;
      color: white; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  display: block;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  ol.breadcrumbs .breadcrumb {
    display: initial;
    float: none; }
    ol.breadcrumbs .breadcrumb > .breadcrumb-label {
      color: #9ba097;
      font-weight: 400;
      text-decoration: none;
      font-size: 0.66667rem; }
    ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      cursor: pointer;
      color: #343432; }
    ol.breadcrumbs .breadcrumb:not(:first-child)::before {
      content: ">";
      color: #9ba097; }
    ol.breadcrumbs .breadcrumb:before {
      margin: 0;
      top: 2px; }
  @media (min-width: 801px) {
    ol.breadcrumbs {
      margin-bottom: 1.5rem; }
      ol.breadcrumbs .breadcrumb > .breadcrumb-label {
        font-size: 0.88889rem; }
      ol.breadcrumbs .breadcrumb:not(:first-of-type):before {
        margin: 0 5px;
        top: 1px; } }

.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: right; }
  .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;
  margin: 0 0.55556rem; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.88889rem;
    color: #343432;
    padding: 0;
    line-height: 1.44444rem;
    text-align: center; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    background-color: whitesmoke;
    border-radius: 100%;
    width: 26px;
    height: 26px; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #343432; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #9ba097; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #9ba097; }

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.38889rem; }
  .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,
button,
.file-label,
input[type=submit],
input[type=reset] {
  line-height: 1rem;
  transition: all 0.15s ease;
  font-weight: 700;
  text-transform: lowercase;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  height: 2.5rem;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.55556rem; }
  .button + .button,
  button + .button,
  .file-label + .button,
  input[type=submit] + .button,
  input[type=reset] + .button {
    margin-left: 0; }
  @media (min-width: 1261px) {
    .button,
    button,
    .file-label,
    input[type=submit],
    input[type=reset] {
      height: 4.16667rem;
      font-size: 24px;
      padding: 0 1.11111rem; }
      .button + .button,
      button + .button,
      .file-label + .button,
      input[type=submit] + .button,
      input[type=reset] + .button {
        margin-left: 0.55556rem; } }

.swal2-confirm.button {
  min-width: 5.55556rem; }

.button--small {
  height: auto !important;
  padding: 0.38889rem !important;
  font-size: 0.83333rem !important; }
  @media (min-width: 1261px) {
    .button--small {
      padding: 0.55556rem !important;
      font-size: 1rem !important; } }

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

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

.tab {
  border-top: 1px solid #9ba097;
  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 #9ba097;
        border-bottom: 1px solid white; } }

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

.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 {
  box-shadow: none;
  border: 0; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .accordion-content {
      font-size: 1.22222rem; } }

.accordion-title {
  color: #343432;
  font-size: 1rem;
  margin: 0; }
  @media (min-width: 801px) {
    .accordion-title {
      font-size: 1.66667rem; } }

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

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

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

.accordion--navList .accordion-block {
  margin-top: 0;
  border-bottom: 1px solid #9ba097; }

.accordion--navList .accordion-content {
  padding: 1rem 0; }

.accordion--navList .accordion-navigation {
  padding: 0.55556rem 0; }
  .accordion--navList .accordion-navigation .accordion-indicator {
    fill: none; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation {
      background-position: right 0 top 50%;
      border: 0;
      padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  text-decoration: none;
  text-transform: initial;
  padding: 0; }

.accordion-block:first-child {
  margin-top: 0; }

.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: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

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.77778rem; }
  .inlineList--labels > li {
    margin-bottom: 0.77778rem;
    margin-left: 0.77778rem; }

.alertBox {
  border-radius: 4px;
  color: #333333 !important;
  word-break: break-word;
  background-color: #E9E7E4 !important; }
  .alertBox svg {
    fill: #6e7568 !important; }

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

.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(220, 53, 69, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.77778rem;
  left: -0.11111rem;
  margin-right: 0.05556rem;
  position: relative;
  top: 0.16667rem;
  width: 0.77778rem; }

.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.66667rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

.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: 86rem;
  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.77778rem; }
      @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.77778rem; } }

.form-label--alternate {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0.77778rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.66667rem;
  background-size: 1.33333rem;
  font-size: 16px;
  height: 2.22222rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.55556rem 0.77778rem;
  padding-right: 2rem; }

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

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

.form-fileDescription {
  color: #9ba097;
  font-size: 16px; }

.form-field-group {
  border: 1px solid #343432;
  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: tencilColor("input-font-color"); }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: tencilColor("input-font-color"); }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: tencilColor("input-font-color"); }

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.16667rem 0.27778rem; }

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

.form-option {
  border: 1px solid #343432;
  color: #666666;
  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: #333333;
    box-shadow: 0 0 0 1px #333333; }

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.22222rem;
  width: 1.22222rem;
  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: 16px;
  height: 2.22222rem;
  line-height: 1rem;
  padding: 0.55556rem 0.77778rem; }

.form-minMaxRow {
  margin-left: -0.15rem;
  margin-right: -0.15rem; }
  .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.15rem;
    padding-right: 0.15rem; }
  .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: 0;
      position: absolute;
      top: 20px;
      transform: rotate(-45deg);
      width: 100%; }

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

.card-figure {
  margin-top: 0;
  overflow: hidden;
  position: relative; }
  .card-figure__link {
    display: block;
    position: relative; }

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

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

.card-figure.fit-contain .card-image {
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  object-fit: contain; }

.card-title {
  font-size: 0.77778rem;
  margin: 0.16667rem 0; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none;
    font-weight: 400; }
    .card-title > a:hover {
      color: #757575; }
  @media (min-width: 801px) {
    .card-title {
      font-size: 1rem; } }

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

.card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
  font-size: 0.88889rem;
  margin-top: 0.16667rem; }
  .card-price .price--non-sale,
  .card-price .msrp-price {
    color: #9ba097;
    font-weight: 400; }
  .card-price [class*=non-sale-price] + .price-section .price,
  .card-price [class*=msrp-price] + .price-section .price {
    font-weight: 400; }
  .card-price .price--rrp-label {
    font-size: 0.55556rem; }
  .card-price .price-per-item {
    font-size: 0.66667rem;
    color: #9ba097; }
  .card-price .discount-percentage {
    font-size: 0.66667rem;
    color: #6e7568; }
  @media (min-width: 801px) {
    .card-price {
      font-size: 1rem; }
      .card-price .price--rrp-label {
        font-size: 0.88889rem; }
      .card-price .discount-percentage {
        font-size: 0.88889rem; }
      .card-price .price-per-item {
        font-size: 0.77778rem; } }
  .card-price .unlock {
    font-size: .7rem;
    line-height: 1; }
    @media (min-width: 801px) {
      .card-price .unlock {
        font-size: .95rem; } }
  .card-price .price-section--top {
    display: inline-block; }
  .card-price .card-discount-price {
    color: #11a711;
    font-size: 0.83333rem; }
  .card-price .quantity-per-item {
    font-size: 0.83333rem;
    color: #9ba097; }

.card-brand {
  font-size: 0.66667rem; }
  @media (min-width: 801px) {
    .card-brand {
      font-size: 1rem; } }

.card-swatches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.27778rem; }
  .card-swatches .form-option-swatch {
    border-color: transparent;
    height: 0.83333rem;
    width: 0.83333rem;
    margin-right: 5px; }
    .card-swatches .form-option-swatch .form-option-variant--color,
    .card-swatches .form-option-swatch .form-option-variant--pattern {
      height: 0.61111rem;
      width: 0.61111rem;
      border: 1px solid rgba(0, 0, 0, 0.15); }
    .card-swatches .form-option-swatch.active {
      border-color: #9ba097; }
  .card-swatches .remain {
    color: #9ba097;
    font-size: 0.66667rem; }
  @media (min-width: 801px) {
    .card-swatches {
      gap: 0.55556rem; }
      .card-swatches .form-option-swatch {
        height: 1.44444rem;
        width: 1.44444rem;
        margin-right: 8px; }
        .card-swatches .form-option-swatch .form-option-variant--color,
        .card-swatches .form-option-swatch .form-option-variant--pattern {
          height: 1.11111rem;
          width: 1.11111rem; }
      .card-swatches .remain {
        font-size: 0.88889rem; } }

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

.card.hidden-vendor figure img {
  filter: blur(10px); }

.card .wishlist-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.55556rem; }
  .card .wishlist-container .card-heart {
    width: 1.22222rem;
    height: 1.11111rem;
    cursor: pointer; }
  .card .wishlist-container .wishlist-dropdown {
    display: none;
    position: absolute;
    left: 0.27778rem;
    padding: 0.27778rem;
    background: #fff;
    box-shadow: 0.11111rem 0.11111rem 0.55556rem -0.11111rem rgba(0, 0, 0, 0.5); }
    .card .wishlist-container .wishlist-dropdown.open {
      display: block; }
  .card .wishlist-container a {
    display: block;
    white-space: nowrap;
    font-size: 0.61111rem;
    line-height: 1.11111rem; }
  @media (min-width: 801px) {
    .card .wishlist-container {
      padding: 1.11111rem; }
      .card .wishlist-container .card-heart {
        width: 1.72222rem;
        height: 1.55556rem; }
      .card .wishlist-container .wishlist-dropdown {
        padding: 0.55556rem; }
        .card .wishlist-container .wishlist-dropdown a {
          font-size: 0.88889rem;
          line-height: 1.55556rem; } }

.card .badges {
  position: absolute;
  z-index: 1;
  top: 0.16667rem;
  right: 0.16667rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.16667rem; }
  .card .badges .badge {
    font-size: 0.55556rem;
    line-height: 1.11111rem;
    background-color: #444444;
    color: white;
    padding: 0 0.27778rem;
    font-weight: 500;
    text-align: center;
    border-radius: 0.16667rem;
    min-width: 3rem; }
  .card .badges .budget {
    background-color: #9BA097; }
  .card .badges .basic {
    background-color: #8dc6be; }
  .card .badges .mid {
    background-color: #d8c826; }
  .card .badges .luxe {
    background-color: #89a09d; }
  .card .badges .premium {
    background-color: #f39865; }
  .card .badges .economy {
    background-color: #8dc6be; }
  .card .badges .midscale {
    background-color: #d8c826; }
  .card .badges .luxury {
    background-color: #89a09d; }
  @media (min-width: 801px) {
    .card .badges {
      top: 0.83333rem;
      right: 0.83333rem;
      gap: 0.27778rem;
      display: grid; }
      .card .badges .badge {
        font-size: 0.72222rem;
        line-height: 1.33333rem;
        padding: 0 0.55556rem; } }

.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.38889rem;
  padding-left: 1.88889rem;
  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: 0.88889rem;
    left: 0;
    top: 0;
    width: 0.88889rem; }
  .navList-action--checkbox::after {
    height: 0.77778rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.77778rem; }
  .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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 0.77778rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.44444rem; }
  .navList-action--checkbox::after {
    margin-top: -0.38889rem; }
  .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.27778rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.72222rem;
    width: 0.72222rem;
    fill: #343432; }
  .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.77778rem; }
    @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 #343432; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #6e7568; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.77778rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.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 #343432;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 16px;
  line-height: 2.11111rem;
  margin-bottom: 0;
  padding-left: 0.77778rem; }

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

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

.actionBar-section .form-select {
  color: #343432;
  height: 2.11111rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.61111rem -0.61111rem 0 0;
  padding: 0.05556rem 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;
      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.77778rem;
      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.88889rem;
      position: absolute; }

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

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.77778rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.44444rem;
    width: 0.44444rem;
    margin: -1px 0 0 0.16667rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 16.66667rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 7.77778rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 7.88889rem !important; }

.navUser-action-divider {
  border-right: 1px solid #9ba097;
  color: #757575;
  display: inline-block;
  padding: 0 1.11111rem 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.27778rem;
        padding-right: 0.27778rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.38889rem;
        margin-top: 0.44444rem;
        padding-left: 0.11111rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 17.77778rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.27778rem;
      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.5rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.77778rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.61111rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.88889rem; } }

.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: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.66667rem;
  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 whitesmoke transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: white;
  display: none;
  padding: 0.83333rem 1.11111rem;
  border-bottom: 1px solid #999999; }
  .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: 100%; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

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

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

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

.header-mobile .header--top {
  position: relative;
  z-index: 99999999; }

.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: 3.05556rem;
    z-index: 9999999;
    background-color: #9ba097; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  display: none; }
  @media (min-width: 801px) {
    .navPages {
      border-top: 0.5px solid #343432;
      display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 86rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; }
        .navPages .navPage-subMenu-list::before {
          display: none; }
        .navPages .navPage-subMenu-list::after {
          display: none; }
        .navPages .navPage-subMenu-list > .navPage-extra {
          width: 15%; }
        .navPages .navPage-subMenu-list > .navPage-children {
          width: 85%;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 2.22222rem 0.55556rem; } }
    @media (min-width: 1261px) {
      .navPages .navPage-subMenu-list > .navPage-children {
        grid-template-columns: repeat(4, 1fr); } }
    .navPages .navPage-subMenu-list .navPage-subMenu-item .btn {
      background-color: #D8C826;
      height: 60px;
      border-radius: 50px;
      color: #fff;
      padding: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      line-height: 1.33;
      text-align: center;
      width: fit-content;
      padding: 0px 30px;
      margin-bottom: 60px; }
      @media only screen and (max-width: 1180px) {
        .navPages .navPage-subMenu-list .navPage-subMenu-item .btn {
          font-size: 0.88889rem;
          padding: 0px 15px; } }
    .navPages .navPage-subMenu-list .navPage-subMenu-item .view-all {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .navPages .navPage-subMenu-list .navPage-subMenu-item .view-all svg {
        margin-left: 6px; }

@media (min-width: 801px) {
  .navPages.mobile-hide .navPages-list > .navPages-item:hover .navPage-subMenu {
    visibility: visible;
    max-height: 1000px;
    border-top: 0.5px solid #343434; } }

.navPages-list {
  margin: 0; }
  .navPages-list > .navPages-item {
    border-bottom: 1px solid #9ba097; }
    .navPages-list > .navPages-item > .navPages-action {
      padding: 0.55556rem 1.5rem;
      font-weight: 500; }
      @media only screen and (max-width: 1180px) {
        .navPages-list > .navPages-item > .navPages-action {
          padding: 0.55556rem 0.55556rem !important; } }
      @media only screen and (max-width: 930px) {
        .navPages-list > .navPages-item > .navPages-action {
          padding: 0.55556rem 0.33333rem !important; } }
  @media (min-width: 801px) {
    .navPages-list {
      margin: 0 auto;
      max-width: 86rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .navPages-list:before, .navPages-list:after {
        content: " ";
        display: table; }
      .navPages-list:after {
        clear: both; }
      .navPages-list:before, .navPages-list:after {
        content: " ";
        display: table; }
      .navPages-list:after {
        clear: both; }
      .navPages-list ul,
      .navPages-list ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages-list ul ul,
        .navPages-list ul ol,
        .navPages-list ol ul,
        .navPages-list ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages-list ul li,
        .navPages-list ol li {
          margin: 0;
          padding: 0; }
      .navPages-list-section {
        float: left; }
        .navPages-list-section:before, .navPages-list-section:after {
          content: " ";
          display: table; }
        .navPages-list-section:after {
          clear: both; }
      .navPages-list-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-list-section + .navPages-list-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-list-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-list-item, .navPages-list-action {
        display: block; }
      .navPages-list > .navPages-item {
        border-bottom: 0; }
        .navPages-list > .navPages-item:hover .navPage-subMenu {
          z-index: 9;
          width: 100%;
          left: 0;
          display: block; }
        .navPages-list > .navPages-item > .navPages-action {
          font-weight: 400;
          border-bottom: 0;
          padding: 0.55556rem 0.97222rem; } }

.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.44444rem;
        width: 0.44444rem;
        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: #343432;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.33;
  font-weight: 400;
  text-decoration: none; }
  @media only screen and (max-width: 1180px) {
    .navPages-action {
      font-size: 0.88889rem; } }
  @media only screen and (max-width: 930px) {
    .navPages-action {
      font-size: 0.83333rem; } }
  .navPages-action .icon {
    width: 10px;
    height: 10px;
    margin-left: 5px; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block; }
      .navPages-action.is-open {
        background-color: white; } }
  .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 {
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

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

.navPages-action-moreIcon {
  height: 1.11111rem;
  width: 1.11111rem;
  margin-left: 0.77778rem;
  transform: rotate(0); }
  .navPages-action-moreIcon svg {
    fill: none;
    stroke: #343432; }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      display: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(-180deg); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 1.11111rem;
    width: 1.11111rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.44444rem;
        width: 0.44444rem;
        margin: 0 0 0 0.77778rem; } }

.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: 2rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPages.mobile-hide .navPage-subMenu {
  z-index: 9999 !important;
  display: block !important;
  max-height: 0px;
  transition: all 1.5s;
  overflow: hidden;
  border-top: 0px;
  visibility: hidden; }
  .navPages.mobile-hide .navPage-subMenu.is-open {
    visibility: visible;
    max-height: 1000px; }
  .navPages.mobile-hide .navPage-subMenu .navPage-subMenu-list {
    padding-top: 53px;
    padding-bottom: 122px; }

.navPage-subMenu {
  outline: 0;
  display: none; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      position: absolute;
      text-align: left;
      border-top: 0.5px solid #343432;
      left: 0;
      width: 100%; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #343432; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
    .navPage-subMenu.is-open .navAccount .navBar-item a {
      font-size: 1rem;
      line-height: 3.11;
      padding: 0rem 0.77778rem !important; }
  .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: 11.94444rem; } }

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

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

.navPage-subMenu-item {
  padding: 0 1.5rem 0.77778rem;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .navPage-subMenu-item .navPage-subMenu-action {
    padding-bottom: 0px;
    margin-bottom: 10px; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        font-weight: 700; } }

.navAccount .navBar-action {
  padding-top: 0;
  font-weight: 400; }

.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-item.b3-navs .navPages-action {
  padding: 0 0 0 0.77778rem; }

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

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

.navPages-quickSearch {
  border-bottom: 1px solid #9ba097;
  margin-bottom: 0.77778rem; }
  @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 #9ba097; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #9ba097; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.77778rem 1.5rem; }

.navSearch form,
.navSearch .form-field {
  margin: 0; }

.navSearch .wrap {
  padding: 0 0.77778rem;
  position: relative; }
  .navSearch .wrap #search_query_adv {
    padding-left: 2.22222rem;
    border: 0;
    font-size: 1rem;
    color: #343432; }
    .navSearch .wrap #search_query_adv::placeholder {
      color: #343432;
      font-weight: 500; }
  .navSearch .wrap button {
    margin: 0;
    position: absolute;
    left: 0.77778rem; }
  .navSearch .wrap svg {
    width: 1.11111rem;
    height: 1.11111rem;
    color: #343432;
    stroke: #343432; }

@media (min-width: 1261px) {
  .navPages .navPage-subMenu-list > .navPage-children.pages_list {
    grid-template-columns: repeat(5, 1fr); } }

.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: 0.77778rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.38889rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }
  @media (min-width: 1261px) {
    .tag {
      font-size: 1rem; } }

.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 {
    margin: 0;
    text-decoration: none;
    color: #89a09d;
    height: 1.11111rem;
    width: 1.11111rem; }
    @media (min-width: 801px) {
      .socialLinks .icon {
        height: 1.38889rem;
        width: 1.38889rem; } }
    .socialLinks .icon:hover {
      color: #6e7568; }
    .socialLinks .icon svg {
      fill: #9ba097;
      transition: all 0.15s ease;
      height: 1.11111rem;
      width: 1.38889rem; }
      @media (min-width: 801px) {
        .socialLinks .icon svg {
          height: 1.38889rem;
          width: 1.66667rem; } }

.footer-social-icons .socialLinks .icon {
  height: 1.94444rem;
  width: 1.94444rem; }
  @media (min-width: 801px) {
    .footer-social-icons .socialLinks .icon {
      height: 2.77778rem;
      width: 2.77778rem; } }

.footer-social-icons .socialLinks .socialLinks-item {
  margin-bottom: 0.38889rem;
  margin-right: 1.66667rem; }
  .footer-social-icons .socialLinks .socialLinks-item svg {
    height: 1.94444rem;
    width: 1.94444rem; }
    @media (min-width: 801px) {
      .footer-social-icons .socialLinks .socialLinks-item svg {
        height: 2.77778rem;
        width: 2.77778rem; } }
  @media (min-width: 801px) {
    .footer-social-icons .socialLinks .socialLinks-item {
      margin-right: 2.5rem; } }

.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.38889rem;
    margin-right: 0.83333rem; }
    @media (min-width: 801px) {
      .socialLinks .socialLinks-item {
        margin-right: 1.38889rem; } }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.55556rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.44444rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.22222rem 0.33333rem;
      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; }

.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: 22.22222rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 33.33333rem; } }
  @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 {
    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: 22.22222rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 33.33333rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.77778rem 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: 38.88889rem;
      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: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 16px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 18px; } }

.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: #9ba097;
  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.77778rem;
        padding-top: 0.77778rem; } }
    .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.16667rem; }
  @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: 18px; }
  .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: 18px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.38889rem; }
  @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;
  margin: 0 -0.55556rem; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel .productCarousel-slide {
    padding: 0 0.55556rem; }
  @media (min-width: 1261px) {
    .productCarousel {
      margin: 0 -0.75rem; }
      .productCarousel .productCarousel-slide {
        padding: 0 0.75rem; } }
  .productCarousel .slick-arrow {
    margin-top: -3.33333rem; }

.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 article {
      display: flex;
      gap: 5%; } }

.productReview-title {
  margin: 0;
  text-transform: none;
  font-size: 0.88889rem;
  font-weight: 700; }

.productReview-author,
.productReview-date {
  color: #9ba097;
  margin-bottom: 1rem;
  min-width: 8.33333rem; }

.productReview-author {
  font-weight: 700; }

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

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

.productReviews-list .icon--ratingFull svg {
  fill: #343432;
  stroke: #343432; }

.productReviews-list .icon--ratingEmpty svg {
  stroke: #343432; }

/* Yotpo reviews */
.productView-rating .yotpo.bottomLine .write-review-btn-hidden {
  color: #9ba097 !important; }

#yotpo-reviews * {
  font-family: "DM Sans", Arial, Helvetica, sans-serif; }

#yotpo-reviews .yotpo-label-container {
  display: none; }

#yotpo-reviews .yotpo a,
#yotpo-reviews .yotpo-nav-tab.yotpo-active span {
  color: #343432 !important; }

#yotpo-reviews .yotpo a:hover,
#yotpo-reviews .yotpo-nav-tab:hover span {
  color: #6e7568 !important; }

#yotpo-reviews .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #343432; }

#yotpo-reviews .yotpo-display-wrapper > .yotpo-regular-box,
#yotpo-reviews .yotpo-small-box.yotpo-nav {
  border: 0; }

#yotpo-reviews .yotpo-label {
  display: none; }

#yotpo-reviews .primary-color-btn {
  border: 2px solid #6e7568;
  background-color: #6e7568;
  color: white; }
  #yotpo-reviews .primary-color-btn span {
    color: white; }
  #yotpo-reviews .primary-color-btn:hover {
    border: 2px solid #7a8075;
    background-color: #7a8075;
    color: white; }
    #yotpo-reviews .primary-color-btn:hover span {
      color: white; }

#yotpo-reviews .yotpo-default-button {
  border: 2px solid #343432;
  background-color: transparent;
  color: #343432;
  font-weight: 700 !important; }
  #yotpo-reviews .yotpo-default-button span {
    color: #343432 !important; }
  #yotpo-reviews .yotpo-default-button:hover {
    border: 2px solid #343432 !important;
    background-color: #343432 !important;
    color: white !important; }
    #yotpo-reviews .yotpo-default-button:hover span {
      color: white !important; }

#yotpo-reviews .yotpo .primary-color-btn,
#yotpo-reviews .yotpo input[type="button"].primary-color-btn,
#yotpo-reviews .yotpo-default-button {
  border-radius: 4px;
  font-size: 0.83333rem;
  text-transform: lowercase;
  font-weight: 700;
  min-height: 40px;
  margin-left: 0 !important; }

#yotpo-reviews .write-review-button,
#yotpo-reviews .write-question-button {
  min-width: 160px; }

#yotpo-reviews .write-review .yotpo-header .yotpo-icon {
  color: #9ba097; }

#yotpo-reviews .yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  color: #9ba097; }

#yotpo-reviews .yotpo-small-box {
  padding-left: 0;
  padding-right: 0; }

#yotpo-reviews .yotpo-regular-box {
  margin-left: 0;
  margin-right: 0;
  padding: 1.66667rem 0; }

#yotpo-reviews .yotpo-header-title {
  font-size: 0.88889rem;
  font-weight: 700;
  color: #343432; }

#yotpo-reviews input {
  border-radius: 4px;
  font-size: 1rem;
  height: 45px; }

#yotpo-reviews textarea {
  border-radius: 4px;
  font-size: 1rem;
  height: 90px; }

#yotpo-reviews .yotpo-bottomline .yotpo-icon-star,
#yotpo-reviews .yotpo-bottomline .yotpo-icon-half-star,
#yotpo-reviews .yotpo-bottomline .yotpo-icon-empty-star {
  color: #9ba097; }

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

.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.77778rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 720px;
  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;";
    max-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.38889rem;
  margin-right: -0.38889rem; }
  .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[data-slick].slick-initialized .slick-arrow {
        margin-top: 0; }
        @media (max-width: 801px) {
          .productView-thumbnails[data-slick].slick-initialized .slick-arrow {
            height: 2.22222rem;
            width: 1.66667rem;
            padding: 0.27778rem; }
            .productView-thumbnails[data-slick].slick-initialized .slick-arrow:before {
              height: 1.11111rem;
              width: 1.11111rem; } }
  .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: cover;
    position: relative;
    width: 120px; }
  .productView-thumbnails .product-video {
    position: relative; }
    .productView-thumbnails .product-video .productView-thumbnail-link:after {
      content: "";
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d8c826' class='bi bi-play-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z'/%3E%3C/svg%3E") no-repeat center;
      background-size: 60%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      width: 100%; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.38889rem;
  padding-right: 0.38889rem;
  text-align: center;
  width: auto; }

.productView-thumbnail-link {
  border: 1px solid transparent;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  max-width: 56px;
  padding: 2px;
  position: relative;
  width: 100%;
  opacity: .5;
  transition: all .3s; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #9ba097;
    opacity: 1; }
  @media (min-width: 1261px) {
    .productView-thumbnail-link {
      max-width: 120px;
      height: 120px; } }

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

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

.productView-title {
  font-size: 1rem;
  font-weight: 400;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .productView-title {
      margin: 0.77778rem 0 0.55556rem;
      font-size: 2.38889rem;
      font-weight: 700; } }

.brand-by {
  font-size: 0.66667rem; }
  @media (min-width: 1261px) {
    .brand-by {
      font-size: 1.33333rem; } }

.productView-brand {
  color: #343432;
  font-size: 0.66667rem;
  margin: 0 0 0.27778rem;
  display: inline-block; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 1.33333rem;
      margin: 0 0 2.5rem; } }
  .productView-brand a {
    color: #343432; }
    .productView-brand a:hover {
      color: #757575; }

.productView-price {
  font-weight: 500;
  margin: 0.5rem 0;
  display: flex;
  align-items: baseline;
  gap: 0.27778rem 0.55556rem;
  flex-wrap: wrap; }
  .productView-price .price--rrp-label {
    font-size: 0.55556rem; }
  .productView-price .price--non-sale,
  .productView-price .msrp-price {
    color: #9ba097;
    font-size: 0.77778rem; }
  .productView-price .price-section--withoutTax:not(.msrp-price--withoutTax):not(.non-sale-price--withoutTax),
  .productView-price .price-section--withTax:not(.msrp-price--withoutTax):not(.non-sale-price--with) {
    order: 1; }
  .productView-price .msrp-price--withoutTax,
  .productView-price .msrp-price--withoutTax {
    order: 2; }
  .productView-price .price-section--discount {
    font-size: 0.66667rem;
    color: #9ba097;
    order: 3; }
    .productView-price .price-section--discount + .price-section--discount {
      display: none !important; }
  .productView-price .price-per-item {
    width: 100%; }
  .productView-price .quantity-per-item {
    font-weight: 400;
    margin-top: 0.55556rem; }
  @media (min-width: 801px) {
    .productView-price {
      margin-bottom: 1rem; }
      .productView-price .price--rrp-label {
        font-size: 1rem; }
      .productView-price .login-for-pricing #padlock {
        height: 1.66667rem;
        width: 1.27778rem; }
      .productView-price .price-section--discount {
        font-size: 1.11111rem; }
      .productView-price .non-sale-price--withoutTax,
      .productView-price .non-sale-price--withTax {
        font-size: 1.66667rem; }
      .productView-price .price--non-sale,
      .productView-price .msrp-price {
        font-size: 1.55556rem; }
      .productView-price .price-per-item {
        font-size: 1rem;
        margin-top: 0.27778rem; }
      .productView-price .unlock {
        font-size: 1.11111rem; } }
  .productView-price .price-section--saving {
    font-size: 18px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price [itemprop="priceSpecification"] {
    order: 6; }
  .productView-price .price--highlighted {
    font-size: 28px;
    font-weight: 400;
    width: 100%;
    display: block; }
    @media (min-width: 801px) {
      .productView-price .price--highlighted {
        font-size: 2.11111rem; } }
  .productView-price .price--total {
    font-weight: 400; }
  .productView-price .product-discount-price {
    font-size: 1rem;
    color: #11a711;
    font-weight: 400; }
  .productView-price strong, .productView-price .total-label, .productView-price .total-wrapper {
    font-weight: 400; }

.productView-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.44444rem;
  margin-bottom: 1.66667rem; }
  .productView-rating span[role="img"] + span,
  .productView-rating .productView-reviewLink,
  .productView-rating #productReview_link {
    margin-left: 0;
    font-size: 0.66667rem;
    color: #9ba097;
    line-height: 1;
    font-weight: 500; }
  .productView-rating #productReview_link {
    text-decoration: none; }
    .productView-rating #productReview_link:hover {
      color: #343432; }
  .productView-rating .star-clickable {
    align-items: flex-end;
    gap: 5px; }
  .productView-rating .yotpo-stars * {
    color: #9ba097 !important;
    font-size: 13px !important; }
  @media (min-width: 801px) {
    .productView-rating .yotpo-stars * {
      font-size: 1.27778rem !important; }
    .productView-rating .icon {
      width: 1.22222rem;
      height: 1.22222rem; }
    .productView-rating span[role="img"] + span,
    .productView-rating .productView-reviewLink,
    .productView-rating #productReview_link {
      font-size: 1.11111rem; } }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.38889rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.77778rem; }
  .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.16667rem;
  margin-right: 0.38889rem;
  text-transform: capitalize; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400; } }

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

.productView-options {
  position: relative;
  min-height: 60px;
  margin-bottom: 1.5rem; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline;
    margin-bottom: 0; }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .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 .form-field .form-label {
      color: #343432; }
      .productView-options .form-field .form-label small {
        color: #9ba097; }
      @media (min-width: 801px) {
        .productView-options .form-field .form-label {
          font-size: 1.11111rem; } }
    .productView-options .form-field .form-option {
      border-radius: 4px;
      border-color: #9ba097;
      padding: 0.38889rem 0.55556rem; }
      .productView-options .form-field .form-option .form-option-variant {
        font-size: 0.88889rem;
        color: #343432; }
      @media (min-width: 801px) {
        .productView-options .form-field .form-option {
          padding: 0.66667rem 0.83333rem; }
          .productView-options .form-field .form-option .form-option-variant {
            font-size: 1.11111rem; } }
    .productView-options .form-field[data-product-attribute="swatch"] [data-option-value] {
      font-weight: 700; }
    .productView-options .form-field[data-product-attribute="swatch"] .form-option-swatch {
      border-radius: 100%;
      padding: 4px;
      border-color: transparent; }
    .productView-options .form-field textarea {
      min-height: 150px; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: auto; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.77778rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.77778rem; }
  .productView-options .form-radio:checked + .form-option {
    box-shadow: none;
    border-color: #d8c826; }
  .productView-options .alertBox {
    margin-bottom: 0;
    max-width: 17.5rem; }
    @media (min-width: 1261px) {
      .productView-options .alertBox {
        max-width: 22.22222rem;
        margin-top: 0.44444rem; } }
    @media only screen and (max-width: 800px) {
      .productView-options .alertBox {
        padding-top: 0.55556rem;
        padding-bottom: 0.55556rem; } }
  .productView-options .button.klaviyo-bis-trigger {
    margin-top: 0.55556rem !important;
    padding: 1.66667rem 1.11111rem;
    width: 100% !important;
    max-width: 17.5rem; }
    @media (min-width: 1261px) {
      .productView-options .button.klaviyo-bis-trigger {
        max-width: 22.22222rem; } }

.productOptions-list {
  border: 1px solid #343432;
  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 #343432; }
  .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.27778rem; }

.shareProduct {
  text-align: center; }

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

.productView .add-to-cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px; }
  .productView .add-to-cart-wrapper .form-field--increments {
    display: inline-flex;
    margin-bottom: 0;
    order: 2; }
  .productView .add-to-cart-wrapper .form-action {
    order: 2; }
  .productView .add-to-cart-wrapper .alertBox {
    order: 1;
    width: 100%; }
  .productView .add-to-cart-wrapper .button--primary {
    margin: 0; }

.form-increment {
  display: inline-flex; }
  .form-increment .button--icon,
  .form-increment .form-input--incrementTotal {
    border: 1px solid #343432;
    height: 2.5rem !important; }
    @media (min-width: 801px) {
      .form-increment .button--icon,
      .form-increment .form-input--incrementTotal {
        height: 2.88889rem !important; } }
  .form-increment .form-input--incrementTotal {
    color: #343432;
    font-size: 1.22222rem;
    width: 2.77778rem;
    border-radius: 0px !important; }
  .form-increment .button--icon {
    display: flex; }
    .form-increment .button--icon .icon {
      height: 0.61111rem;
      width: 0.61111rem; }
      .form-increment .button--icon .icon svg {
        fill: #343432; }
    .form-increment .button--icon.minus {
      border-right: 0;
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%; }
      .form-increment .button--icon.minus + .form-input--incrementTotal {
        border-right: 0;
        border-left: 0; }
    .form-increment .button--icon.plus {
      border-left: 0;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%; }
    @media (min-width: 801px) {
      .form-increment .button--icon {
        width: 2.88889rem; } }

#wishlist-container {
  position: initial;
  display: none; }
  #wishlist-container .form-wishlist {
    float: none; }
    #wishlist-container .form-wishlist .dropdown-menu-button {
      display: inline-flex;
      width: auto;
      height: auto;
      border: 0;
      font-size: 0;
      padding: 0;
      margin: 0; }
      #wishlist-container .form-wishlist .dropdown-menu-button:hover {
        background-color: transparent; }
    #wishlist-container .form-wishlist .icon {
      width: 1.66667rem;
      height: 1.66667rem;
      float: none;
      margin: 0;
      background: url("data:image/svg+xml,%3Csvg width='33' height='30' fill='none' viewBox='0 0 33 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.25102 1C13.7444 1 15.0146 4.2276 16.6458 5.26286C18.1465 4.2276 19.4123 1 24.0405 1C28.5339 1 32.1052 4.68868 32.2183 9.29953C32.5662 15.9809 21.0435 26.1204 16.6632 29C12.1698 26.1204 0.764465 15.9809 1.00371 9.29953C1.23425 4.68868 4.69239 1 9.29888 1H9.25102Z' stroke='%23343432' stroke-miterlimit='10'/%3E%3C/svg%3E%0A") no-repeat;
      background-size: 100%; }
    #wishlist-container .form-wishlist svg {
      display: none; }
    #wishlist-container .form-wishlist .dropdown-menu {
      background-color: white;
      width: unset !important;
      box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
      padding: 0;
      border: 0 !important;
      right: 0;
      min-width: 230px; }
      #wishlist-container .form-wishlist .dropdown-menu#shoppinglist-dropdown {
        left: unset !important; }
      #wishlist-container .form-wishlist .dropdown-menu .button {
        border: 0;
        background: 0;
        font-size: 18px !important;
        text-align: center;
        display: block;
        height: 50px !important;
        padding: 10px 20px;
        width: 100%;
        text-decoration: none;
        margin: 0;
        color: #343432; }
        #wishlist-container .form-wishlist .dropdown-menu .button:hover {
          color: #9ba097; }
    #wishlist-container .form-wishlist .creat-list-group {
      flex-direction: column; }
      #wishlist-container .form-wishlist .creat-list-group > div {
        flex-flow: row !important; }
    @media (min-width: 801px) {
      #wishlist-container .form-wishlist .icon {
        width: 2.77778rem;
        height: 2.77778rem; } }
  @media (min-width: 400px) {
    #wishlist-container {
      position: absolute;
      bottom: 1.16667rem;
      left: 17.77778rem; } }
  @media (min-width: 801px) {
    #wishlist-container {
      bottom: 0.38889rem;
      left: 18.33333rem; } }
  @media (min-width: 1261px) {
    #wishlist-container {
      bottom: 0.44444rem;
      left: 23.33333rem; } }
  @media (max-width: 399px) {
    #wishlist-container {
      margin-top: 1.11111rem; }
      #wishlist-container #shoppinglist-dropdown {
        right: unset;
        left: 0 !important; } }
  #wishlist-container.out-of-stock {
    left: 0;
    bottom: -1.66667rem; }
    @media (min-width: 1261px) {
      #wishlist-container.out-of-stock {
        bottom: -2.77778rem; } }

.holidays_message {
  padding: 13px 15px;
  background-color: #fff8b0; }

.productView-options .form-field[data-product-attribute="swatch"] .form-option-swatch .form-option-variant {
  border: 1px solid #b0b0b0;
  background-position: center center;
  background-size: cover; }

.price--non-sale,
.price--discounted,
.msrp-price {
  text-decoration: line-through;
  font-weight: 400 !important; }

.price-section--minor {
  color: #9ba097; }

.compareTable {
  border-top: 1px solid #9ba097;
  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 #9ba097; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

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

.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: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.27778rem; }
  .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.77778rem;
    padding-right: 0.77778rem;
    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: 55.55556rem; }

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

.toggle {
  border-top: 1px solid #9ba097;
  margin-bottom: 2.27778rem; }
  .toggle:last-of-type {
    margin-bottom: 4.55556rem; }

.toggle-title {
  margin-bottom: 2.27778rem;
  margin: 15px 19px 10px 0;
  font-weight: 400;
  font-size: 1.55556rem; }

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

.toggleLink-text {
  font-size: 16px;
  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; }

.toggle:last-of-type {
  margin-bottom: 17px; }

.toggle-title .toggleLink {
  line-height: 35px; }

@media screen and (max-width: 800.99px) {
  .toggle-title {
    margin: 10px 0 10px 0; }
  h4.toggle-title {
    font-size: 0.77778rem;
    font-weight: bold; }
  .toggle.videoGallery {
    margin-left: -1.16667rem;
    margin-right: -1.16667rem;
    padding: 0 1.16667rem; }
  .toggle:last-of-type {
    margin-bottom: 5px; }
  .toggle-title .toggleLink {
    line-height: 20px; } }

.video-toggle-icon {
  float: right; }

.video-toggle-link {
  text-decoration: none;
  color: #343432 !important; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 86rem;
  width: 100%;
  border: #9ba097 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 {
  background-color: white; }
  .facetedSearch-navList .accordion-navigation.toggleLink {
    border-bottom: 0; }
  .facetedSearch-navList .accordion--navList,
  .facetedSearch-navList .accordion-block:first-child .accordion-navigation {
    border-radius: 0; }
  .facetedSearch-navList.is-open {
    display: block; }
  .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: flex;
  gap: 10px; }
  .facetedSearch-refineFilters .facetLabel {
    font-weight: 400;
    font-size: 0.66667rem; }
  .facetedSearch-refineFilters .clear-all {
    flex-shrink: 0;
    font-size: 0.66667rem;
    line-height: 1.22222rem; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters .facetLabel {
      font-size: 0.88889rem; }
    .facetedSearch-refineFilters .clear-all {
      min-width: 4.16667rem;
      font-size: 0.88889rem;
      line-height: 1.77778rem; } }

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

#facetedSearch {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.7); }
  #facetedSearch .filter-by {
    display: block;
    color: white;
    padding: 1.5rem 1rem;
    font-size: 0.88889rem; }
  #facetedSearch .accordion-navigation {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }
  #facetedSearch .accordion-title {
    text-transform: capitalize;
    font-size: 0.88889rem;
    font-weight: 500; }
  #facetedSearch .accordion-content {
    border-top: 1px solid #9ba097;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem; }
  #facetedSearch .accordion-indicator {
    fill: none;
    width: 20px; }
  #facetedSearch .facetedSearch-clearLink {
    margin-right: 1.11111rem; }
  #facetedSearch .navList-action--checkbox.is-selected {
    font-weight: 700; }
  @media (min-width: 801px) {
    #facetedSearch {
      position: initial;
      background: 0;
      width: auto;
      height: auto; }
      #facetedSearch .filter-by {
        display: none; }
      #facetedSearch .accordion-navigation {
        margin-bottom: 0 !important;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0; }
      #facetedSearch .accordion-content {
        border-top: 0;
        padding-left: 0;
        padding-right: 0; }
      #facetedSearch .accordion-block {
        margin-top: 0;
        border-bottom: 1px solid #9ba097; }
      #facetedSearch .accordion-title {
        font-size: 1.11111rem; } }

.page-sidebar.open #facetedSearch {
  display: block;
  overflow: auto; }

.banners p:last-child {
  margin-bottom: 0; }

.banner {
  margin: 0 auto;
  max-width: 86rem;
  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.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.66667rem;
    width: 0.66667rem;
    display: inline-block;
    fill: #757575;
    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: center; }

.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;
  border-color: #cccccc; }

.cart-list {
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block;
  border-color: #cccccc; }
  .cart-item-block:not(:last-child) {
    border-bottom: 0; }
  @media (min-width: 551px) {
    .cart-item-block:nth-last-child(2) {
      border-bottom: 1px solid #cccccc; }
    .cart-item-block.cart-item-quantity, .cart-item-block.cart-item-figure, .cart-item-block.rrp-block, .cart-item-block.savings-block {
      border-right: 0; } }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell;
      border-bottom: 1px solid #cccccc !important; }
      .cart-item-block.total {
        min-width: 150px; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.38889rem; }

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

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

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

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

.cart-item-info {
  clear: both;
  width: 100%;
  padding: 10px; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 50%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; } }

.cart-content-padding-right {
  padding-right: 4px; }

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

.cart-item-quantity .form-increment {
  vertical-align: middle;
  padding-left: 1rem; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      padding-left: 0; } }

.cart-item-label {
  color: #343432;
  float: left;
  margin-bottom: 0.38889rem;
  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: #757575;
  margin-bottom: 0.16667rem; }

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

.cart-item-options--giftWrapping {
  margin-top: 1.16667rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #343432; }

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

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals button {
    height: auto;
    font-size: inherit; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #9ba097; } }
  .cart-total .form-input {
    display: inline-block;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.83333rem center;
    background-size: 1.11111rem 1.11111rem;
    margin-bottom: 0.77778rem;
    padding: 0 0.77778rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @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;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.22222rem;
  font-weight: 700;
  padding-bottom: 0.16667rem;
  padding-top: 0.16667rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      font-size: 1.33333rem;
      padding: 1rem 0;
      top: -0.27778rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  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: #333333; }

.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: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    width: 20%; }
  @media (min-width: 801px) {
    .coupon-form .button,
    .cart-gift-certificate-form .button {
      height: 3.33333rem; } }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.77778rem;
    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: 1.77778rem;
    margin-bottom: 0; }

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

.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; }

.estimator-form--default ul {
  margin: 0; }

.estimator-form--default .estimator-form-row dl {
  display: flex;
  justify-content: space-between;
  gap: 0.55556rem; }
  .estimator-form--default .estimator-form-row dl .estimator-form-label {
    text-align: left;
    font-size: 0.77778rem; }
  @media (min-width: 801px) {
    .estimator-form--default .estimator-form-row dl {
      gap: 1.11111rem; }
      .estimator-form--default .estimator-form-row dl .estimator-form-label {
        font-size: 0.88889rem; } }

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

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

.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: 86rem;
  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 #9ba097; }

.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: 100%;
    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%; }

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

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

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 16px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 86rem;
  width: 100%;
  border-top: 1px solid #9ba097;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.77778rem 0.38889rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.77778rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    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.38889rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.77778rem;
  padding-top: 0.38889rem; }

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

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

.header--cart #cart-preview-dropdown {
  min-width: 400px !important;
  z-index: 20;
  box-shadow: 5px 5px 30px -10px rgba(0, 0, 0, 0.5);
  background-color: #fff; }

#cart-preview-dropdown .previewCart-additionalCheckoutButtons {
  margin: 0 auto;
  max-width: 86rem;
  width: 100%; }
  #cart-preview-dropdown .previewCart-additionalCheckoutButtons:before, #cart-preview-dropdown .previewCart-additionalCheckoutButtons:after {
    content: " ";
    display: table; }
  #cart-preview-dropdown .previewCart-additionalCheckoutButtons:after {
    clear: both; }
  @media (min-width: 320px) {
    #cart-preview-dropdown .previewCart-additionalCheckoutButtons {
      padding: 0 0.38889rem 0.77778rem; } }
  @media (min-width: 481px) {
    #cart-preview-dropdown .previewCart-additionalCheckoutButtons {
      padding: 0 0.77778rem 1.5rem; } }
  #cart-preview-dropdown .previewCart-additionalCheckoutButtons * {
    width: 100% !important;
    float: none; }
  #cart-preview-dropdown .previewCart-additionalCheckoutButtons .FloatRight {
    padding-left: 0.77778rem;
    padding-right: 0.77778rem; }
    #cart-preview-dropdown .previewCart-additionalCheckoutButtons .FloatRight * {
      margin: 0; }

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

.address {
  display: inline-block;
  padding: 0 0.77778rem;
  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: 13.88889rem;
    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.77778rem;
    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.77778rem; }
      .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.38889rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #9ba097; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #9ba097;
    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: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
  margin-bottom: 1.88889rem; }
  .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.88889rem;
  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.77778rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.77778rem;
    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.88889rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

.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: 86rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  .previewCart .productView-details {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
  @media (min-width: 551px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      display: block;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 1261px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: block;
      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;
    font-size: 1.22222rem;
    font-weight: 700;
    line-height: 1.1; }
    @media (min-width: 801px) {
      .previewCart .productView-title {
        font-size: 1.66667rem; } }
  .previewCart .productView-price {
    font-size: 1.11111rem; }

.previewCartCheckout {
  background: whitesmoke;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1.11111rem; }
  @media (min-width: 551px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: right; } }
  @media (min-width: 1261px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.77778rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.77778rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 2.22222rem;
  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; } }

.paypal-banner {
  margin-bottom: 2.22222rem; }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #9ba097;
  color: #333333;
  left: 1.16667rem;
  padding: 1rem 1.27778rem;
  position: fixed;
  top: 1.16667rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "DM Sans";
  margin: 0 0 0.77778rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: calc($header-height + remCalc(30px)); }

.adminBar {
  background-color: white;
  box-shadow: 0 0.11111rem 0.38889rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  display: none;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 801px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    align-self: center;
    display: inline-flex; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    position: relative;
    top: 0.125em; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3e67f8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    display: inline-block;
    position: relative; }
  .adminBar-private .tooltip .tooltiptext {
    background-color: #313440;
    border-radius: 6px;
    color: #fff;
    padding: 5px 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: auto;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    left: 50%;
    margin-left: -60px;
    top: 135%; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  padding-right: 5px;
  text-align: right; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 10px; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: whitesmoke;
  color: #333333;
  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.77778rem;
    vertical-align: middle;
    width: 66.66667%; } }

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  .login-form .form-actions {
    display: flex;
    align-items: center; }
    .login-form .form-actions .button {
      min-width: 6.66667rem; }
  @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; }
  .new-customer .panel-title {
    font-weight: bold; }
  .new-customer a {
    text-decoration: none;
    display: block;
    text-align: center; }
  @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: 1.66667rem; }

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

.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 .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: 18px; }

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

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

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; }
      .navBar--account .navBar-item {
        margin: 0.83333rem 0.55556rem 0; }
        .navBar--account .navBar-item .navBar-action {
          font-size: 0.94444rem;
          font-weight: 500; }
        .navBar--account .navBar-item.is-active > .navBar-action {
          color: #343432;
          font-weight: 700; } }

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

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

.account-listItem {
  border-bottom: 1px solid #9ba097;
  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 #9ba097;
  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.77778rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.77778rem;
  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: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 1.83333rem;
  padding: 0;
  position: absolute;
  right: -0.77778rem;
  top: -0.77778rem;
  width: 1.83333rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.38889rem;
    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: 18px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.16667rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.77778rem; }

.account-product-subtitle {
  color: #9ba097;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: -0.16667rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 18px; }

.account-product-description + .definitionList {
  margin: -1.38889rem 0 1.5rem; }

.account-product-refundQty {
  color: #9ba097;
  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: #757575;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.38889rem; }

.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: 18px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.27778rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #9ba097;
  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.38889rem;
  padding: 0.16667rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.77778rem;
  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: #333333; }

.account .pagination {
  color: #9ba097;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #9ba097; }

.account-sidebar-block {
  font-size: 18px; }
  .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: #d8c826;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #9ba097;
  font-size: 18px;
  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: #757575;
  font-size: 18px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

[data-type="TpaPhoneFiled"],
.attach-file-container {
  display: none !important; }

.page-createaccount .account--fixed {
  width: 100%; }

.page-createaccount .account-body {
  padding: 10px; }
  .page-createaccount .account-body .form-row--half {
    display: flex;
    flex-wrap: wrap; }

.page-createaccount .form-actions {
  text-align: center !important; }

.signup-form-main-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.relative-input {
  position: relative; }

.relative-input .fa-eye {
  position: absolute;
  right: 41px;
  cursor: pointer;
  top: 56px; }

@media (max-width: 767px) {
  .relative-input .fa-eye {
    top: 48px; } }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 86rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 30.55556rem; }
  .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: 36.11111rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: transparent;
  stroke: #9ba097; }

.icon--ratingFull svg {
  fill: #9ba097; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.72222rem;
    width: 0.72222rem;
    margin-top: -3px; }
    @media (min-width: 801px) {
      .rating--small .icon {
        height: 1.22222rem;
        width: 1.22222rem; } }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.22222rem;
  cursor: pointer;
  display: none;
  max-height: 3.55556rem;
  min-height: 1.77778rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.77778rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.77778rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.77778rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #9ba097;
  border-radius: 0.16667rem;
  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.77778rem;
    width: 1.55556rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.33333rem; } }
  .methodHeader-title {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 16px;
    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.77778rem; }
  .methodHeader-default {
    fill: #6e7568;
    height: 1rem;
    margin-left: 0.77778rem;
    width: 1rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.11111rem;
        width: 1.11111rem; } }
  .methodHeader-expiry {
    font-size: 18px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 16px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 10.33333rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.77778rem; }
  .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.77778rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "DM 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.16667rem;
  width: 1.88889rem; }

.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.5rem;
  top: 2.16667rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #9ba097;
    height: 1.16667rem;
    width: 1.16667rem; }

.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.77778rem; }

.paymentMethodForm-details-description {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.skip-to-main-link {
  background: white;
  color: #343432;
  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 {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: background-color .3s;
  border-bottom: 1px solid #d5d7d3; }
  .header .promotional-banner {
    display: none;
    position: relative;
    z-index: 9999999; }
    .header .promotional-banner #close {
      position: absolute;
      top: 50%;
      right: 0.55556rem;
      transform: translateY(-50%);
      width: 1.11111rem;
      height: 1.11111rem;
      fill: #fff;
      cursor: pointer; }
  @media (min-width: 801px) {
    .header {
      display: flex;
      flex-direction: column;
      height: auto;
      padding-top: 1.66667rem;
      overflow: visible;
      position: relative;
      border-bottom: 0; }
      .header .promotional-banner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%; } }
  .header .header--login-logout {
    display: none; }
    .header .header--login-logout a {
      color: white; }
  .header.is-open {
    height: 100%; }
    .header.is-open .header--wishlist,
    .header.is-open .header--cart,
    .header.is-open .header--user,
    .header.is-open .account-header-mobile,
    .header.is-open .header--signup,
    .header.is-open .header--search,
    .header.is-open .header--signin {
      display: none; }
    .header.is-open .header--login-logout {
      display: none;
      z-index: 50; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }
  .header .container {
    position: initial; }
  .header--top, .header--left, .header--right, .header--quickSearch-btn,
  .header--user a,
  .header--wishlist a,
  .header .cart--btn {
    display: flex;
    align-items: center; }
  .header--left, .header--center, .header--right {
    width: calc(100% / 3); }
    .header--left a, .header--center a, .header--right a {
      text-decoration: none; }
  .header--right {
    justify-content: flex-end; }
  .header .search--icon,
  .header .cart--icon,
  .header .user--icon,
  .header .wishlist--icon {
    width: 24px;
    height: 24px;
    color: #343432;
    stroke: #343432;
    fill: none; }
  .header .search--icon * {
    transition: .3s; }
  .header--cart {
    margin: 0 0.83333rem; }
  .header--signup .button {
    margin-bottom: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 0.55556rem;
    display: inline-flex;
    align-items: center; }
  .header--customer {
    width: 23px;
    line-height: 23px;
    text-align: center;
    background-color: #d8c826;
    border-radius: 100%;
    color: white;
    text-decoration: none;
    text-transform: lowercase; }
  .header--wishlist, .header--signin {
    display: none; }
  @media (min-width: 801px) {
    .header .header-logo svg {
      height: 53px; }
    .header--top {
      padding-bottom: 1.66667rem; }
    .header--customer {
      line-height: 50px;
      width: 50px;
      font-size: 38px; }
    .header--cart {
      margin: 0 2.22222rem; }
    .header--wishlist, .header--signin {
      display: block; }
    .header .icon-search-btn {
      color: #9ba097;
      fill: none; }
    .header--right .cart--icon,
    .header--right .wishlist--icon,
    .header--right .user--icon {
      width: 35px;
      height: 35px; }
    .header--signup .button {
      height: 50px;
      font-size: 24px;
      padding: 0 1.66667rem; } }

/* not logged in header */
.header.light-header {
  border-bottom: 0;
  background-color: transparent; }
  .header.light-header .header--signup .button {
    color: white;
    background-color: rgba(0, 0, 255, 0);
    border-color: white; }
    .header.light-header .header--signup .button:hover, .header.light-header .header--signup .button:active {
      color: white;
      background-color: #6e7568;
      border-color: #6e7568; }
  .header.light-header .header--signin a {
    color: white; }
  .header.light-header .search--icon,
  .header.light-header .header--wishlist svg {
    color: white;
    stroke: white; }
  .header.light-header .header-logo svg {
    color: white; }
  .header.light-header .mobileMenu-toggle .mobileMenu-toggleIcon,
  .header.light-header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .header.light-header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background-color: white; }
  @media (min-width: 801px) {
    .header.light-header #menu .navPages-list > .navPages-item > .navPages-action {
      color: white; }
      .header.light-header #menu .navPages-list > .navPages-item > .navPages-action.is-open {
        color: #9ba097; } }
  @media (min-width: 801px) {
    .header.light-header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }

.header--signin {
  padding: 0 1.11111rem; }
  .header--signin a {
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 500;
    font-size: 20px; }
    .header--signin a:hover {
      text-decoration: underline; }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: whitesmoke;
        margin: 0;
        padding: 0.38889rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    z-index: 20;
    padding: 5px; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-block;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #343432; }
    .header-logo__link svg {
      max-height: 100%; }
      .header-logo__link svg * {
        transition: .3s; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.22222rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.22222rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.11111rem;
  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: 35px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 53px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.5rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.5rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

/* header search */
.header #quickSearch .form-field {
  position: relative; }

.header #quickSearch .form-input {
  padding-right: 55px; }

.header #quickSearch .search-box-btn {
  width: 45px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9ba097;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .header #quickSearch .search-box-btn svg {
    width: 20px;
    height: 20px; }
  @media (max-width: 800px) {
    .header #quickSearch .search-box-btn .icon-search-btn {
      color: white; } }

@media (min-width: 801px) {
  .header--search {
    width: 100%;
    max-width: 430px; }
    .header--search .dropdown--quickSearch {
      position: relative;
      left: unset;
      display: block;
      padding: 0;
      border-bottom: none;
      background-color: transparent; }
      .header--search .dropdown--quickSearch #nav-quick-search {
        border-color: #9ba097;
        padding-left: 60px;
        padding-right: 1rem;
        font-size: 20px;
        background: transparent;
        height: 50px; }
        .header--search .dropdown--quickSearch #nav-quick-search::placeholder {
          transition: .3s; }
      .header--search .dropdown--quickSearch .quickSearchResults {
        position: absolute;
        background-color: #fff;
        z-index: 20;
        width: 100%;
        box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
        display: none !important; }
        .header--search .dropdown--quickSearch .quickSearchResults .productGrid .product {
          width: 50%; }
      .header--search .dropdown--quickSearch .search-box-btn {
        background-color: transparent !important;
        left: 7px !important; }
        .header--search .dropdown--quickSearch .search-box-btn svg {
          width: 30px !important;
          height: 30px !important; }
          .header--search .dropdown--quickSearch .search-box-btn svg * {
            transition: .3s; }
  .header.light-header #nav-quick-search {
    border-color: white;
    color: white; }
  .header.light-header #nav-quick-search::placeholder {
    color: white; }
  .header--quickSearch-btn {
    display: none; } }

.header.light-header .cart--icon,
.header.light-header .user--icon {
  color: white;
  stroke: white; }

.header.light-header .dropdown--quickSearch .search-box-btn svg {
  color: white;
  stroke: white; }

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  position: relative;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #343432;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms, background .3s;
    width: 1.11111rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.35rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.4rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent !important;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: white;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.header--user-icon {
  line-height: 1; }

.header--user {
  position: relative; }
  .header--user .user-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    box-shadow: 0.11111rem 0.11111rem 0.83333rem -0.27778rem rgba(0, 0, 0, 0.3);
    padding: 0.83333rem 0 0;
    width: 8.33333rem;
    z-index: 20; }
    .header--user .user-dropdown ul {
      margin: 0; }
      .header--user .user-dropdown ul .navBar-item {
        float: none; }
      .header--user .user-dropdown ul .navBar-action {
        font-size: 0.77778rem;
        padding-bottom: 0.55556rem; }
    .header--user .user-dropdown.open {
      display: block; }
    @media (min-width: 801px) {
      .header--user .user-dropdown {
        width: 11.11111rem;
        padding: 0.83333rem 0.55556rem 0; }
        .header--user .user-dropdown ul .navBar-action {
          font-size: 0.88889rem; } }

.for_mobile {
  display: none; }

@media only screen and (max-width: 800.98px) {
  .for_desktop {
    display: none; }
  .for_mobile {
    display: block; }
  #quickSearchMobile .form {
    position: relative; }
  #quickSearchMobile button.search-box-btn {
    width: 45px;
    height: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9ba097;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  #quickSearchMobile button.search-box-btn svg {
    width: 20px;
    height: 20px;
    color: #fff; } }

@media (min-width: 801px) and (max-width: 1023px) {
  .ih-menu-items-box .has-child-menu .menu-label.primary {
    margin-bottom: 20px; }
    .ih-menu-items-box .has-child-menu .menu-label.primary + .menu-label.primary {
      margin-bottom: 20px; }
  .ih-menu-items-box .navPages-container {
    padding-top: 0 !important; }
  .ih-menu-items-box .ih-navPages-list > .ih-navPages-item a {
    font-size: 0.77778rem; }
  .ih-menu-items-box .ih-mega-menu .menu-list {
    padding-left: 30px;
    width: 250px; }
  .ih-menu-items-box .ih-mega-menu .content p {
    font-size: 0.94444rem; }
  .ih-menu-items-box .ih-mega-menu .content .ih-button {
    margin-top: 36px; }
  .ih-menu-items-box .ih-mega-menu .content h2 {
    margin-bottom: 10px; }
  .ih-menu-items-box .mega-menu-inner {
    left: 250px;
    width: calc(100% - 250px); }
  .ih-menu-items-box .mega-inner-list-wrapper > div {
    width: 50%;
    flex-basis: 50%; }
  .ih-header-wrapper .ih-button.small {
    font-size: 0.66667rem; } }

.ih-login-cart-box .navUser {
  top: 0px; }

nav.navUser.navUser-login {
  top: 0; }

.account-page--wrapper {
  min-height: 100vh; }
  .account-page--wrapper .close-account-menu {
    display: none; }
  @media screen and (max-width: 800px) {
    .account-page--wrapper .account-page--nav {
      display: none; }
      .account-page--wrapper .account-page--nav .close-account-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0; }
    .account-page--wrapper.is-active .account-page--nav {
      display: block;
      position: absolute;
      top: 0;
      background: #fff;
      z-index: 1; }
      .account-page--wrapper.is-active .account-page--nav .customer-info,
      .account-page--wrapper.is-active .account-page--nav .customer-info > div {
        padding-left: 0 !important; }
      .account-page--wrapper.is-active .account-page--nav .navBar--account {
        padding: 0 !important; }
        .account-page--wrapper.is-active .account-page--nav .navBar--account .navBar-section .navBar-item {
          padding: 16px 0 !important;
          margin: 0 !important; }
          .account-page--wrapper.is-active .account-page--nav .navBar--account .navBar-section .navBar-item:not(:last-child) {
            border-bottom: 1px solid #e5e7eb !important; }
          .account-page--wrapper.is-active .account-page--nav .navBar--account .navBar-section .navBar-item.is-active {
            background: transparent !important; }
          .account-page--wrapper.is-active .account-page--nav .navBar--account .navBar-section .navBar-item a.navBar-action {
            font-weight: 500;
            justify-content: space-between; }
            .account-page--wrapper.is-active .account-page--nav .navBar--account .navBar-section .navBar-item a.navBar-action::after {
              content: '';
              background-image: url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M9 20L17 12L9 4' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
              background-repeat: no-repeat;
              display: block;
              width: 16px;
              height: 16px; }
          .account-page--wrapper.is-active .account-page--nav .navBar--account .navBar-section .navBar-item .account-icon {
            display: none !important; } }

.body {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  overflow-x: hidden; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem;
      margin-bottom: 3rem; }
      .body.page-default {
        margin-top: 0; } }
  @media (max-width: 800px) {
    .body.pages-blog-post {
      margin-top: 3.1rem; } }

body.freeze {
  overflow: hidden; }

.page-category .body, .page-default.not-logged-in .body {
  margin-top: 0; }
  @media (max-width: 800px) {
    .page-category .body, .page-default.not-logged-in .body {
      margin-top: 1.5rem; } }

.page {
  margin: 0;
  max-width: 86rem;
  width: 100%;
  margin-left: auto;
  margin-right: 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;
  padding-left: 0;
  padding-right: 0; }

@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#contact-us-page {
  max-width: 55.55556rem; }

.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;
      padding-left: 0; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0; }
      .page-sidebar.open + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  padding: 1.5rem 0;
  position: relative; }
  @media (min-width: 551px) {
    .footer {
      padding: 4.5rem 0 1.5rem; } }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-store-info {
  max-width: 100%;
  font-size: 0.77778rem; }
  @media (min-width: 801px) {
    .footer-store-info {
      max-width: initial;
      margin-bottom: 2.77778rem; } }

.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;
  display: inline-block;
  float: none;
  margin-bottom: 1.11111rem;
  overflow-wrap: break-word;
  vertical-align: top;
  -ms-word-break: break-all; }
  .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--logo {
  width: 100%;
  margin: 0; }

@media (min-width: 801px) {
  .footer-info-col--left {
    width: 58.33334%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    width: 41.66667%;
    max-width: 27rem; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .footer-info-heading {
      font-size: 1.94444rem; } }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #343432;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #757575; }

.footer-copyright > .powered-by {
  color: #757575;
  font-size: 12px;
  margin: 0; }

.footer-copyright > .paypal-credit {
  color: #757575;
  font-size: 12px;
  margin: 1em 0 2em; }

.footer-copyright a {
  color: #757575;
  text-decoration: none; }
  .footer-copyright a:hover {
    color: #333333; }

.footer-payment-icons {
  height: 2.22222rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.38889rem;
    vertical-align: middle;
    width: 2.77778rem; }
  .footer-payment-icons svg {
    fill: #757575; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

.newsletter .newsletter-container {
  max-width: 44.44444rem;
  margin: 0 auto; }
  .newsletter .newsletter-container p {
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      .newsletter .newsletter-container p {
        margin-bottom: 2.22222rem; } }
  .newsletter .newsletter-container .form-field {
    margin-bottom: 0.5rem; }
  .newsletter .newsletter-container #nl_email,
  .newsletter .newsletter-container #nl_first_name {
    width: 70% !important;
    max-width: 70%;
    background-color: transparent; }
    .newsletter .newsletter-container #nl_email::placeholder,
    .newsletter .newsletter-container #nl_first_name::placeholder {
      color: #999999; }
  .newsletter .newsletter-container .button--primary {
    width: 30% !important;
    max-width: calc(30% - 6px);
    margin-top: 0;
    margin-left: 0.33333rem;
    background-color: #d8c826;
    color: white;
    border: transparent; }
    .newsletter .newsletter-container .button--primary:hover {
      background-color: #b6a604; }

@media (min-width: 1261px) {
  .newsletter .footer-info-heading {
    margin-bottom: 0; }
  .newsletter p {
    font-size: 1rem; }
  .newsletter input,
  .newsletter .button {
    height: 2.5rem;
    font-size: 1rem; } }

@media (min-width: 801px) {
  .newsletter {
    padding-bottom: 3.27778rem; } }

.footer-store-logo {
  height: 1rem;
  width: 4.16667rem; }

.footer-info-pages {
  display: flex;
  justify-content: space-between;
  gap: 0.83333rem;
  max-width: 40rem; }
  .footer-info-pages .footer-pages-col {
    flex: 1; }
    .footer-info-pages .footer-pages-col h4 {
      font-size: 0.61111rem;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 10px; }
    .footer-info-pages .footer-pages-col ul {
      margin: 0;
      list-style: none; }
      .footer-info-pages .footer-pages-col ul a {
        font-size: 0.61111rem;
        font-weight: 400;
        text-decoration: none;
        line-height: 1.5;
        padding-bottom: 10px;
        display: block; }

.footer .copyright {
  border-top: 1px solid #343432;
  padding: 1.11111rem 0 0;
  margin-top: 1.11111rem; }

.footer-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.44444rem; }
  .footer-copyright .copyright-store {
    font-weight: 500;
    color: #89a09d;
    font-size: 0.66667rem;
    line-height: 1; }
  .footer-copyright .copyright-links a {
    font-weight: 500;
    color: #89a09d;
    padding-right: 0.55556rem;
    margin-right: 0.55556rem;
    font-size: 0.66667rem;
    line-height: 1;
    display: inline-block; }
    .footer-copyright .copyright-links a:hover {
      text-decoration: underline; }
    .footer-copyright .copyright-links a:not(:last-child) {
      border-right: 1px solid #89a09d; }
  .footer-copyright .contact-info {
    width: 100%;
    margin-top: 0.83333rem; }
    .footer-copyright .contact-info a {
      white-space: nowrap;
      font-weight: 500;
      color: #89a09d;
      font-size: 0.66667rem; }
      .footer-copyright .contact-info a:hover {
        color: #343432; }
    .footer-copyright .contact-info .divider {
      border-left: 1px solid #89a09d;
      margin: 0 20px; }

@media (min-width: 1261px) {
  .footer .contact-info {
    width: auto;
    margin-left: auto;
    margin-top: 0; } }

@media (min-width: 801px) {
  .footer-store-logo {
    height: 45px;
    width: 185px; }
  .footer-info-row {
    display: flex;
    justify-content: space-between;
    gap: 2.77778rem; }
  .footer .copyright {
    padding: 2.22222rem 0 0.55556rem;
    margin-top: 0; }
  .footer-copyright {
    display: flex;
    gap: 0; }
    .footer-copyright .copyright-store {
      padding-right: 0.55556rem;
      margin-right: 0.55556rem;
      border-right: 1px solid #89a09d;
      font-size: 1rem; }
    .footer-copyright .copyright-links a {
      font-size: 1rem; }
    .footer-copyright .contact-info a {
      font-size: 18px; }
  .footer-info-pages .footer-pages-col h4,
  .footer-info-pages .footer-pages-col ul a {
    font-size: 0.88889rem; } }

.footer-social-icons {
  text-align: center; }
  @media (min-width: 801px) {
    .footer-social-icons {
      text-align: right; } }

.container,
[data-layout-name="full-width"] [data-sub-layout] {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding: 0 1.16667rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container,
    [data-layout-name="full-width"] [data-sub-layout] {
      padding: 0 3.5rem; } }

[data-layout-name="responsive-medium"] [data-sub-layout],
[data-layout-name="responsive-large"] [data-sub-layout] {
  height: auto !important; }

@media (max-width: 1000px) {
  [data-layout-name="responsive-medium"] [data-sub-layout] {
    flex-basis: 100% !important;
    max-width: 100% !important; }
    [data-layout-name="responsive-medium"] [data-sub-layout] [id*=sd-image] img {
      width: 100% !important; } }

@media (max-width: 1540px) {
  [data-layout-name="responsive-large"] [data-sub-layout] {
    flex-basis: 100% !important;
    max-width: 100% !important; }
    [data-layout-name="responsive-large"] [data-sub-layout] [id*=sd-image] img {
      width: 100% !important; } }

.blog-posts {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap; }
  .blog-posts .blog {
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  @media (min-width: 551px) {
    .blog-posts .blog {
      width: calc(100% / 3); } }
  @media (min-width: 801px) {
    .blog-posts {
      margin-left: -2rem;
      margin-right: -2rem; }
      .blog-posts .blog {
        padding-left: 2rem;
        padding-right: 2rem; } }
  @media (min-width: 1261px) {
    .blog-posts {
      margin-left: -4rem;
      margin-right: -4rem; }
      .blog-posts .blog {
        padding-left: 4rem;
        padding-right: 4rem; } }

.page-blog .title-description-block > h1 {
  margin-bottom: 0.27778rem;
  font-family: "Ogg", sans-serif; }

@media (min-width: 1261px) {
  .page-blog .title-description-block > h1 {
    margin-right: 1.11111rem;
    font-size: 3.55556rem; } }

.blog {
  margin-bottom: 3rem; }
  @media (min-width: 801px) {
    .blog {
      width: 100%; } }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
    .blog .socialLinks .socialLinks-item {
      margin-right: .5rem; }
      @media (min-width: 801px) {
        .blog .socialLinks .socialLinks-item {
          margin-right: 1rem; } }
  .blog .blog-date span {
    font-weight: 700; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  margin-bottom: 0.38889rem; }
  .blog-title a {
    font-weight: 400;
    text-decoration: none; }

.page-blog .blog .blog-title,
.announcements-posts .blog .blog-title {
  font-size: 1.11111rem !important; }
  @media (min-width: 801px) {
    .page-blog .blog .blog-title,
    .announcements-posts .blog .blog-title {
      font-size: 1.22222rem !important; } }

.page-blog .blog .blog-summary,
.announcements-posts .blog .blog-summary {
  font-size: 0.83333rem; }
  @media (min-width: 801px) {
    .page-blog .blog .blog-summary,
    .announcements-posts .blog .blog-summary {
      font-size: 0.94444rem;
      line-height: 1.5rem; } }

@media (min-width: 1261px) {
  .page-blog .blog .blog-date,
  .announcements-posts .blog .blog-date {
    font-size: 0.83333rem; } }

.page-blog_post .blog .blog-title {
  font-size: 1.22222rem; }
  @media (min-width: 801px) {
    .page-blog_post .blog .blog-title {
      font-size: 2.11111rem; } }
  @media (min-width: 1261px) {
    .page-blog_post .blog .blog-title {
      font-size: 2.33333rem; } }

.page-blog_post .blog .blog-post h2 {
  margin-top: 1.66667rem; }
  @media (min-width: 801px) {
    .page-blog_post .blog .blog-post h2 {
      margin-top: 2.77778rem; } }

.page-blog_post .blog .blog-post h3 {
  font-size: 24px; }

.page-blog_post .blog .blog-post p,
.page-blog_post .blog .blog-post li,
.page-blog_post .blog .blog-post span {
  font-size: 18px; }

.blog-date {
  margin-bottom: 1rem; }

.blog-date,
.blog-author {
  color: #89a09d;
  font-size: 0.66667rem; }
  @media (min-width: 801px) {
    .blog-date,
    .blog-author {
      font-size: 0.88889rem; } }
  @media (min-width: 1261px) {
    .blog-date,
    .blog-author {
      font-size: 1.11111rem; } }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 0.77778rem;
  text-align: left;
  line-height: 1.4; }
  @media (min-width: 801px) {
    .blog-post {
      font-size: 0.88889rem; } }
  @media (min-width: 1261px) {
    .blog-post {
      font-size: 1rem; } }

.blog-thumbnail {
  margin: 0 auto 1rem;
  position: relative; }
  @media (min-width: 801px) {
    .blog-thumbnail {
      max-width: 486px; } }
  .blog-thumbnail img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }

.blog-post-body {
  display: block;
  margin: 0 auto; }

/**
Post Page
 */
.post-page {
  max-width: 58.88889rem;
  margin: auto; }
  .post-page .blog-thumbnail {
    max-width: initial;
    margin-bottom: 30px; }
    .post-page .blog-thumbnail img {
      aspect-ratio: auto; }
    @media (min-width: 1261px) {
      .post-page .blog-thumbnail {
        margin-bottom: 50px; } }
  .post-page .blog-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap; }
    .post-page .blog-row .blog-date {
      margin-bottom: 0; }
    @media (min-width: 1261px) {
      .post-page .blog-row {
        margin-bottom: 2rem; } }
  @media (min-width: 1261px) {
    .post-page .blog-post {
      font-size: 0.88889rem;
      line-height: 1.15722rem; } }
  .post-page ol {
    padding-left: 1.11111rem;
    line-height: 1.8; }

.tip-box {
  border: 0.16667rem solid #89a09d;
  padding: 0.83333rem;
  margin: 1.94444rem 0; }
  .tip-box h3 {
    margin-top: 0.83333rem;
    font-weight: 700; }
  .tip-box img {
    width: 1.94444rem;
    object-fit: contain;
    float: left;
    margin-right: 0.55556rem; }
  .tip-box p {
    clear: both;
    margin-left: 2.5rem; }
    .tip-box p:last-child {
      margin-bottom: 0.55556rem; }
  @media (min-width: 801px) {
    .tip-box {
      padding: 1.11111rem 1.66667rem;
      margin: 3.88889rem 0; }
      .tip-box img {
        width: 2.5rem;
        margin-right: 0.83333rem; }
      .tip-box p {
        margin-left: 3.33333rem; } }

.quote {
  font-size: 1rem;
  font-weight: 500;
  color: #89a09d;
  border-left: 0.16667rem solid #89a09d;
  padding-left: 1rem;
  margin: 1.94444rem 0;
  display: block;
  line-height: 1.2; }
  @media (min-width: 1261px) {
    .quote {
      font-size: 1.94444rem;
      border-left-width: 0.27778rem;
      padding-left: 1.38889rem;
      margin: 3.33333rem 0; } }

.float-left,
.float-right {
  margin-bottom: 1.66667rem; }
  @media (min-width: 801px) {
    .float-left.float-left,
    .float-right.float-left {
      float: left;
      margin-right: 1.66667rem; }
    .float-left.float-right,
    .float-right.float-right {
      float: right;
      margin-left: 1.66667rem; } }

.placeholder {
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 100px;
  animation: placeHolderShimmer 1.5s infinite;
  animation-fill-mode: forwards; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -500px 0; }
  100% {
    background-position: 500px 0; } }

.homepage-blog {
  margin-bottom: 3.33333rem; }
  .homepage-blog .recent-posts {
    display: grid;
    margin: 0 -0.55556rem;
    list-style: none; }
    .homepage-blog .recent-posts:not(.slick-slider) {
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 2.22222rem; }
    .homepage-blog .recent-posts .recent-post figure,
    .homepage-blog .recent-posts .blog figure {
      margin-top: 0;
      margin-bottom: 1.11111rem; }
      .homepage-blog .recent-posts .recent-post figure img,
      .homepage-blog .recent-posts .blog figure img {
        aspect-ratio: 1;
        object-fit: cover; }
    .homepage-blog .recent-posts .recent-post-date,
    .homepage-blog .recent-posts .blog-date {
      margin-bottom: 10px;
      display: block;
      font-weight: 500;
      color: #9ba097;
      font-size: 18px; }
    .homepage-blog .recent-posts .recent-post-title,
    .homepage-blog .recent-posts .blog-title {
      text-decoration: none;
      line-height: 1; }
      .homepage-blog .recent-posts .recent-post-title h3, .homepage-blog .recent-posts .recent-post-title a,
      .homepage-blog .recent-posts .blog-title h3,
      .homepage-blog .recent-posts .blog-title a {
        font-size: 20px; }
    .homepage-blog .recent-posts .recent-post-summary,
    .homepage-blog .recent-posts .blog-summary {
      display: none; }
    .homepage-blog .recent-posts .slick-slide {
      padding: 0 0.55556rem; }
    .homepage-blog .recent-posts .slick-next,
    .homepage-blog .recent-posts .slick-prev {
      top: 30%; }
  @media (min-width: 1261px) {
    .homepage-blog .recent-posts .recent-post-summary,
    .homepage-blog .recent-posts .blog-summary {
      font-size: 20px; }
    .homepage-blog .recent-posts .recent-post-date,
    .homepage-blog .recent-posts .blog-date {
      font-size: 1rem; }
    .homepage-blog .recent-posts .recent-post-title h3, .homepage-blog .recent-posts .recent-post-title a,
    .homepage-blog .recent-posts .blog-title h3,
    .homepage-blog .recent-posts .blog-title a {
      font-size: 1.38889rem; } }
  @media (min-width: 551px) {
    .homepage-blog .recent-posts {
      margin: 0 -1.11111rem; }
      .homepage-blog .recent-posts .recent-post-summary {
        display: block; }
      .homepage-blog .recent-posts .slick-slide {
        padding: 0 1.11111rem; } }
  .homepage-blog .read-more {
    color: #9ba097;
    margin-left: auto; }
    .homepage-blog .read-more:hover {
      color: #343432; }

.sub-container {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto; }

.read-more {
  color: #89a09d; }
  @media (min-width: 801px) {
    .read-more {
      font-size: 0.94444rem;
      line-height: 1.5rem; } }
  .read-more:hover {
    color: #343432; }

.blog-posts.hide-first .blog:first-of-type {
  display: none; }

.blog-posts.hide-last .blog:last-of-type {
  display: none; }

.newsroom-heading {
  border-bottom: 0.5px solid #343432;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 1.66667rem; }
  @media (min-width: 801px) {
    .newsroom-heading {
      margin-bottom: 3.83333rem; } }
  .newsroom-heading .page-heading {
    margin: 0 1rem 0 0; }
    @media (min-width: 801px) {
      .newsroom-heading .page-heading {
        font-size: 2.77778rem; } }
  .newsroom-heading .newsroom-pages {
    margin: 0;
    list-style: none;
    display: flex; }
    .newsroom-heading .newsroom-pages li:not(:first-of-type) {
      margin-left: 1.38889rem; }
      @media (min-width: 801px) {
        .newsroom-heading .newsroom-pages li:not(:first-of-type) {
          margin-left: 5.55556rem; } }
    .newsroom-heading .newsroom-pages li a {
      color: #343432;
      text-decoration: none;
      font-size: 0.88889rem;
      font-weight: 400; }
      @media (min-width: 801px) {
        .newsroom-heading .newsroom-pages li a {
          font-size: 1.22222rem; } }
      .newsroom-heading .newsroom-pages li a:hover {
        color: #89a09d; }
    .newsroom-heading .newsroom-pages li.selected a {
      font-weight: 700; }

.featured-post {
  padding-bottom: 2.77778rem;
  margin-bottom: 2.77778rem;
  border-bottom: 0.5px solid #343432; }
  @media (min-width: 801px) {
    .featured-post {
      padding-bottom: 7.38889rem;
      margin-bottom: 6.94444rem; } }
  .featured-post img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover; }
  .featured-post-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .featured-post-col {
    flex-basis: 100%; }
    @media (min-width: 801px) {
      .featured-post-col {
        flex-basis: 50%; } }
  .featured-post-content {
    margin: 2rem 0 0; }
    @media (min-width: 801px) {
      .featured-post-content {
        max-width: 32.27778rem;
        margin: 0 0 0 auto;
        padding-left: 2rem; } }
  .featured-post-title {
    text-decoration: none; }
    @media (min-width: 801px) {
      .featured-post-title h2 {
        font-size: 1.55556rem;
        line-height: 2.02556rem; } }
  @media (min-width: 801px) {
    .featured-post-summary {
      font-size: 0.94444rem;
      line-height: 1.5rem; } }
  @media (min-width: 801px) {
    .featured-post .blog-date {
      font-size: 0.83333rem; } }

@media (min-width: 1261px) {
  .announcements-posts .blog-posts {
    margin-left: -1.94444rem;
    margin-right: -1.94444rem; }
    .announcements-posts .blog-posts .blog {
      padding-left: 1.94444rem;
      padding-right: 1.94444rem; } }

.page-blog_post .latest-posts {
  padding-top: 2.77778rem;
  margin-top: 1.66667rem;
  border-top: 1px solid #343432; }
  @media (min-width: 801px) {
    .page-blog_post .latest-posts {
      padding-top: 6.94444rem;
      margin-top: 5.55556rem; } }

.newsroom-press .blog-posts .blog {
  width: 100%; }
  @media (min-width: 801px) {
    .newsroom-press .blog-posts .blog {
      display: flex;
      gap: 1.66667rem 4.44444rem;
      margin-bottom: 6.94444rem; } }
  @media (min-width: 801px) {
    .newsroom-press .blog-posts .blog .blog-post-figure {
      max-width: 21.11111rem;
      width: 50%;
      margin: 0; }
      .newsroom-press .blog-posts .blog .blog-post-figure figure {
        margin: 0; } }
  .newsroom-press .blog-posts .blog .blog-post-figure img {
    aspect-ratio: initial; }
  @media (min-width: 801px) {
    .newsroom-press .blog-posts .blog .blog-title a {
      font-size: 1.55556rem;
      line-height: 2.02556rem; } }
  @media (min-width: 801px) {
    .newsroom-press .blog-posts .blog .blog-date {
      font-size: 1.11111rem;
      margin-bottom: 1.33333rem; } }
  @media (min-width: 801px) {
    .newsroom-press .blog-posts .blog .blog-post-body {
      max-width: 32.22222rem;
      width: 50%;
      margin: 0; } }

.newsroom-info a {
  color: #89a09d; }
  .newsroom-info a:hover {
    color: #343432; }

.newsroom-info .button--primary {
  background-color: #d8c826;
  border-color: #d8c826;
  color: white; }
  .newsroom-info .button--primary:hover, .newsroom-info .button--primary:focus {
    background-color: #b6a604;
    border-color: #b6a604;
    color: white; }

@media screen and (min-width: 701px) {
  .newsroom-info [data-layout-name="sub-container"] [data-sub-layout]:first-of-type {
    padding: 0 5%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #9ba097;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.83333rem;
  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;
      height: 0;
      overflow: hidden;
      color: transparent;
      position: absolute; }
    .brandGrid .brand .card-image {
      height: 100%;
      object-fit: cover; }

.page-brand h1 {
  font-size: 1.94444rem;
  font-family: "DM Sans", Arial, Helvetica, sans-serif; }
  @media (min-width: 801px) {
    .page-brand h1 {
      margin-bottom: 3.88889rem; } }

.page-brand .brand-banner {
  margin-bottom: 1.66667rem; }
  .page-brand .brand-banner .banners {
    background-color: #E9E7E4;
    color: #343432;
    padding: 1.66667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important; }
  @media (min-width: 801px) {
    .page-brand .brand-banner {
      display: flex; }
      .page-brand .brand-banner .banners {
        text-align: left; }
        .page-brand .brand-banner .banners .banner {
          max-width: 31.11111rem; }
          .page-brand .brand-banner .banners .banner h2 {
            font-size: 1.33333rem;
            margin-bottom: 1.66667rem; } }
  @media (min-width: 1261px) {
    .page-brand .brand-banner .banners {
      width: 60%; } }
  @media (min-width: 801px) and (max-width: 1260px) {
    .page-brand .brand-banner .banners {
      width: 50%; }
      .page-brand .brand-banner .banners .banner h2 {
        margin-bottom: 0.55556rem; }
      .page-brand .brand-banner .banners .banner p {
        font-size: 0.72222rem; } }

.page-brand .filter-buttons {
  margin-bottom: 1.66667rem; }

.brand-image-container {
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  @media (min-width: 1261px) {
    .brand-image-container {
      width: 40%; } }
  @media (min-width: 801px) and (max-width: 1260px) {
    .brand-image-container {
      width: 50%; } }

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

.page-category .page-sidebar {
  padding-left: 0; }

#applied-filters {
  padding: 0.27778rem 0 0;
  width: calc(100% - 34px); }
  @media (min-width: 801px) {
    #applied-filters {
      padding: 0.27778rem 0.55556rem 0;
      width: auto; } }

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem; }
  .filter-buttons .filter-area {
    display: flex;
    align-items: center;
    gap: 0.55556rem;
    margin-right: 0.27778rem; }
    .filter-buttons .filter-area #show_filter {
      cursor: pointer;
      padding: 0.27778rem 0; }
      .filter-buttons .filter-area #show_filter svg {
        width: 1.5rem;
        height: 0.88889rem;
        color: #343432;
        fill: none; }
    .filter-buttons .filter-area #hide_filter {
      display: none; }
  .filter-buttons .sort-area {
    margin-left: auto; }
    .filter-buttons .sort-area .actionBar {
      margin: 0; }
    .filter-buttons .sort-area label {
      height: 0;
      width: 0;
      overflow: hidden; }
    .filter-buttons .sort-area .form-field {
      display: inline-flex;
      margin: 0;
      border: 0; }
    .filter-buttons .sort-area #sort {
      padding-left: 1rem;
      font-size: 0.77778rem;
      text-transform: lowercase; }
  @media (min-width: 801px) {
    .filter-buttons {
      align-items: center; }
      .filter-buttons .filter-area {
        gap: 1.11111rem;
        margin-right: 1.11111rem; }
        .filter-buttons .filter-area #show_filter svg {
          width: 2.5rem;
          height: 1.38889rem; }
        .filter-buttons .filter-area #hide_filter {
          font-size: 0.88889rem;
          cursor: pointer; }
      .filter-buttons .sort-area #sort {
        font-size: 1rem; } }

.title-description-block {
  font-size: 0.72222rem;
  margin-top: 1rem;
  margin-bottom: 1.38889rem; }
  .title-description-block > h2,
  .title-description-block > h1 {
    margin-bottom: 3px;
    flex-shrink: 0; }
  .title-description-block > h1 {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.11111rem; }
  .title-description-block p {
    margin-bottom: 0.55556rem;
    line-height: 16px; }
  .title-description-block a {
    flex-shrink: 0; }
  @media (min-width: 1261px) {
    .title-description-block {
      font-size: 18px;
      display: flex;
      align-items: flex-end;
      margin-top: 0;
      margin-bottom: 2.77778rem; }
      .title-description-block > h2,
      .title-description-block > h1 {
        margin-bottom: 0;
        margin-right: 1.11111rem;
        line-height: 1; }
      .title-description-block p {
        margin-bottom: 0.22222rem;
        line-height: 1; }
      .title-description-block .page-heading + p,
      .title-description-block .page-heading + p + a {
        margin-bottom: 0.44444rem; }
      .title-description-block a {
        line-height: 1; }
      .title-description-block > h1 {
        font-size: 1.94444rem; } }

.category-description {
  font-size: 0.66667rem; }
  @media (min-width: 801px) {
    .category-description {
      font-size: 0.88889rem; } }

.best-sellers .discount-percentage {
  display: none; }

@media (min-width: 801px) {
  .best-sellers .card-swatches {
    display: none; }
  .best-sellers .card-title a,
  .best-sellers .card-brand,
  .best-sellers .card-price {
    font-size: 0.88889rem; }
  .best-sellers .slick-arrow {
    margin-top: -4.44444rem; } }

.subcategories-list {
  margin: 0;
  list-style: none; }
  .subcategories-list:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    gap: 35px; }

.subcategories .subcategory.slick-slide {
  padding: 0 15px; }

.subcategories .subcategory-link {
  text-align: center;
  text-decoration: none; }

.subcategories .subcategory-img {
  display: block;
  margin: 0 auto;
  max-height: 70px;
  width: 70px;
  aspect-ratio: 1;
  border-radius: 100%; }

.subcategories .subcategory-name {
  display: block;
  font-size: 0.77778rem;
  margin-top: 0.38889rem; }

@media (min-width: 801px) {
  .subcategories-list {
    margin: 0 0 2.22222rem;
    gap: 90px; }
  .subcategories .slick-list {
    margin: 0 15px; }
  .subcategories .subcategory.slick-slide {
    padding: 0 20px; }
  .subcategories .subcategory-img {
    max-height: 130px;
    width: 130px; }
  .subcategories .subcategory-name {
    margin-top: 0.77778rem;
    font-size: 1.33333rem; } }

.page-category .banners[data-banner-location='bottom'] {
  font-size: 0.88889rem; }
  .page-category .banners[data-banner-location='bottom'] h3 {
    font-size: 1.11111rem;
    font-weight: 500; }

.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: 801px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 25%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.11111rem;
  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.77778rem; }
  .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: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.77778rem;
      padding-right: 0.77778rem;
      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.27778rem;
    padding-right: 0.77778rem;
    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.38889rem; }

.listItem-brand {
  color: #9ba097;
  font-size: 1rem;
  margin: 0 0 0.16667rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 18px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 18px;
  margin: 0 0 0.16667rem; }
  @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: 16px;
      padding: 0.55556rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.77778rem 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: 0;
  margin-right: 0; }
  .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: 0;
  padding-right: 0; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%;
      padding-right: 1.11111rem; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%;
      padding-left: 1.11111rem; } }
  .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: 0;
  padding-right: 0;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #9ba097;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.productView .productView-description .accordion,
.productView .productReviews .accordion {
  border: 0;
  margin-bottom: 0;
  margin-left: -1.16667rem;
  margin-right: -1.16667rem; }
  .productView .productView-description .accordion .accordion-navigation,
  .productView .productReviews .accordion .accordion-navigation {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #9ba097;
    padding: 0 1.16667rem; }
    .productView .productView-description .accordion .accordion-navigation svg,
    .productView .productReviews .accordion .accordion-navigation svg {
      fill: none;
      color: #343432; }
    .productView .productView-description .accordion .accordion-navigation .accordion-title,
    .productView .productReviews .accordion .accordion-navigation .accordion-title {
      padding: 0;
      font-size: 0.77778rem;
      text-transform: capitalize; }
  .productView .productView-description .accordion .accordion-content,
  .productView .productReviews .accordion .accordion-content {
    padding: 1.16667rem; }
  @media (min-width: 801px) {
    .productView .productView-description .accordion,
    .productView .productReviews .accordion {
      margin-left: 0;
      margin-right: 0; }
      .productView .productView-description .accordion .accordion-navigation,
      .productView .productReviews .accordion .accordion-navigation {
        padding: 0 1.16667rem 0 0; }
        .productView .productView-description .accordion .accordion-navigation .accordion-title,
        .productView .productReviews .accordion .accordion-navigation .accordion-title {
          font-size: 1.55556rem;
          font-weight: 400; } }

.productView .productView-description .accordion-content {
  border-top: 1px solid #9ba097; }

.productView .productReviews {
  clear: both; }
  .productView .productReviews .reviews-title-wrap {
    position: relative; }
    .productView .productReviews .reviews-title-wrap .header-rating {
      position: absolute;
      top: 50%;
      transform: translateY(calc(-50% - 2px));
      left: 100px;
      color: #9ba097;
      font-size: 0.66667rem; }
      @media (min-width: 801px) {
        .productView .productReviews .reviews-title-wrap .header-rating {
          left: 150px;
          transform: translateY(calc(-50% + 1px));
          font-size: 1.11111rem; } }
  .productView .productReviews .productReview article {
    font-size: 0.88889rem; }

.product-showcases {
  padding-top: 1.66667rem; }
  .product-showcases:first-of-type {
    border-top: 1px solid #9ba097;
    padding-left: 1.16667rem;
    padding-right: 1.16667rem;
    margin-left: -1.16667rem;
    margin-right: -1.16667rem; }
  @media (min-width: 801px) {
    .product-showcases {
      padding-top: 4.44444rem; }
      .product-showcases:first-of-type {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0; } }

.productView klarna-placement[data-key="top-strip-promotion-badge"] {
  background-color: #f0eeeb;
  display: block; }
  .productView klarna-placement[data-key="top-strip-promotion-badge"] > div {
    display: flex !important; }

.videoGallery svg {
  fill: none;
  color: #343432; }

#product-discount-price:not(:empty) + .product-discount-price {
  display: none; }

.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: 2.77778rem;
  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: 2.77778rem;
  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: 2.77778rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 2.77778rem; }

.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: 0.83333rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 2.77778rem;
  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.11111rem;
  line-height: 0.88889rem;
  padding-left: 0.5rem;
  padding-right: 0.77778rem;
  padding-top: 0.08333rem;
  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.11111rem;
  left: -25px;
  line-height: 0.88889rem;
  padding-top: 0.08333rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 6.61111rem;
  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-swatch {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border-color: #9ba097; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.66667rem;
  width: 1.66667rem;
  border-radius: 100%; }
  @media (min-width: 801px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      height: 1.94444rem;
      width: 1.94444rem; } }

.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; }

.login-for-pricing {
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 0; }
  .login-for-pricing #padlock {
    width: 15px;
    height: 20px;
    color: #d8c826;
    margin: 0 5px -2px 2px;
    cursor: pointer; }
  .login-for-pricing--msg {
    position: absolute;
    top: 100%;
    right: 0;
    width: 130px;
    z-index: 1;
    background-color: #9ba097;
    color: white;
    font-size: 0.66667rem;
    padding: 0.55556rem 0.38889rem;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: .3s opacity .1s; }
    .login-for-pricing--msg a {
      color: white; }
  .login-for-pricing:hover .login-for-pricing--msg {
    height: auto;
    opacity: 1;
    visibility: visible; }
  @media (min-width: 801px) {
    .login-for-pricing--msg {
      font-size: 0.72222rem; } }

.rrp-price--withoutTax,
.rrp-price--withTax {
  position: relative;
  padding-right: 1.66667rem;
  line-height: 1.2; }
  .rrp-price--withoutTax .unlock,
  .rrp-price--withTax .unlock {
    font-weight: 400;
    text-decoration: none;
    text-transform: lowercase; }
    .rrp-price--withoutTax .unlock:hover,
    .rrp-price--withTax .unlock:hover {
      text-decoration: underline; }

.card .rrp-price--withoutTax,
.card .rrp-price--withTax {
  padding-right: 1.66667rem; }

.productView .rrp-price--withoutTax,
.productView .rrp-price--withTax {
  padding-right: 1.66667rem; }
  @media (min-width: 801px) {
    .productView .rrp-price--withoutTax,
    .productView .rrp-price--withTax {
      padding-right: 2.22222rem; }
      .productView .rrp-price--withoutTax .login-for-pricing--msg,
      .productView .rrp-price--withTax .login-for-pricing--msg {
        top: unset;
        bottom: 40px; } }

.display-products .layout {
  padding: 1.66667rem 0 0;
  margin: 1.66667rem 0 0;
  border-top: 1px solid #343432;
  display: flex;
  flex-wrap: wrap;
  gap: 50px; }
  .display-products .layout .column-3 {
    width: 100%; }
  .display-products .layout .column-9 {
    width: 100%; }

.display-products h2 {
  font-size: 1.55556rem; }

@media (min-width: 1000px) {
  .display-products .layout {
    flex-wrap: nowrap; }
    .display-products .layout .column-3 {
      width: calc(100% / 3); }
    .display-products .layout .column-9 {
      width: calc(100% - (100% / 3)); } }

.three-products .slick-track {
  margin: 0 -1rem;
  display: flex; }
  .three-products .slick-track .slick-slide {
    height: inherit; }

.three-products .card {
  margin: 0 1rem;
  display: flex;
  flex-direction: column; }
  .three-products .card .card-figure {
    max-width: 16.11111rem;
    max-height: 16.11111rem; }
  .three-products .card .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .three-products .card .card-body, .three-products .card .card-body a {
      font-size: 15px; }
    .three-products .card .card-body .top {
      display: flex;
      justify-content: space-between;
      gap: 7px; }
      .three-products .card .card-body .top .price-level {
        color: #9ba097; }
    .three-products .card .card-body .bottom {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: 0.83333rem;
      flex-grow: 1; }
      .three-products .card .card-body .bottom .button {
        margin-bottom: 0;
        margin-left: auto;
        padding: 0.22222rem 0.83333rem !important;
        font-size: 0.83333rem !important; }
      .three-products .card .card-body .bottom .card-text {
        display: flex;
        flex-wrap: wrap;
        color: #343432;
        font-weight: 500;
        margin-right: 0.38889rem; }
      .three-products .card .card-body .bottom .price--non-sale {
        color: #9ba097;
        font-weight: 400;
        margin-right: 0.38889rem; }

.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; } }

.title-description-block.signup-page h1 {
  margin-bottom: 5px;
  font-family: "Ogg", sans-serif !important; }
  @media (min-width: 1261px) {
    .title-description-block.signup-page h1 {
      margin-right: 20px;
      font-size: 3.55556rem; } }

/* Bundle B2b Pages */
.b2b-wrap .button--search {
  border-width: 1px;
  border-color: #343432;
  border-left: 0; }

.b2b-wrap .form-input,
.b2b-wrap input[type="text"] {
  font-size: 0.88889rem; }

.b2b-wrap .button:hover {
  text-decoration: none !important; }

.b2b-wrap .table-wrap {
  overflow-x: auto !important; }
  @media (max-width: 550px) {
    .b2b-wrap .table-wrap .actions-field {
      text-align: left !important; }
      .b2b-wrap .table-wrap .actions-field i {
        display: none; } }
  .b2b-wrap .table-wrap .actions-field .dropdown-menu .button {
    color: #343432; }
    .b2b-wrap .table-wrap .actions-field .dropdown-menu .button:hover {
      color: #757575; }
  @media (min-width: 551px) {
    .b2b-wrap .table-wrap .actions-field .dropdown-menu.show-action {
      background: #fff;
      box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.5); }
      .b2b-wrap .table-wrap .actions-field .dropdown-menu.show-action .button:hover {
        background-color: #fff; } }
  @media (max-width: 550px) {
    .b2b-wrap .table-wrap .actions-field .dropdown-menu {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      position: static;
      background: none;
      gap: 5px; }
      .b2b-wrap .table-wrap .actions-field .dropdown-menu .button {
        border: 1px solid #ccc !important;
        margin-right: 0.55556rem;
        margin-bottom: 0.27778rem;
        height: auto;
        display: inline-flex; }
        .b2b-wrap .table-wrap .actions-field .dropdown-menu .button a {
          padding: 0; } }

.b2b-wrap.order-lists-wrap .button-filter {
  margin-left: 0 !important;
  padding: 6px 10px !important; }

.b2b-wrap.order-lists-wrap .orders-search-company {
  margin-right: 0.27778rem; }

.b2b-wrap.order-lists-wrap .filter-by-date input {
  margin-bottom: 0.27778rem; }

.b2b-wrap.order-lists-wrap .order-lists-table thead th:first-child {
  display: none; }

.b2b-wrap.order-lists-wrap .order-lists-table tbody td.col-thumbnail {
  display: none; }

.b2b-wrap.order-lists-wrap .order-lists-table .actions-field .button {
  width: 100%; }

.b2b-wrap #shopping_lists_table th {
  min-width: 7.22222rem; }

.b2b-wrap #shopping_lists_table .t-align-r {
  text-align: center; }

.b2b-wrap .search-product-table {
  border-color: #9ba097 !important; }
  .b2b-wrap .search-product-table tbody > tr > td {
    vertical-align: middle;
    padding: 0.83333rem !important; }
    .b2b-wrap .search-product-table tbody > tr > td.col-checkbox {
      width: 2.77778rem; }
    .b2b-wrap .search-product-table tbody > tr > td.col-product-figure {
      width: 6.66667rem; }
    .b2b-wrap .search-product-table tbody > tr > td.product-qty-col {
      border: 0 !important; }
    .b2b-wrap .search-product-table tbody > tr > td.col-product-info {
      border-right: 0; }
  @media (max-width: 501px) {
    .b2b-wrap .search-product-table .optionView {
      border: 0; }
      .b2b-wrap .search-product-table .optionView .col-checkbox,
      .b2b-wrap .search-product-table .optionView .col-product-figure {
        display: block;
        width: 100%;
        text-align: center;
        border: 0;
        border-bottom: 1px solid #9ba097; }
      .b2b-wrap .search-product-table .optionView .col-product-info {
        border: 0; } }

.b2b-wrap #shopping_list_table {
  margin-top: 1.11111rem;
  border: 1px solid #9ba097; }
  .b2b-wrap #shopping_list_table > thead > tr > th {
    padding: 0.83333rem !important; }
    .b2b-wrap #shopping_list_table > thead > tr > th.th-checkbox {
      width: 2.77778rem !important;
      border: 0;
      position: relative; }
      .b2b-wrap #shopping_list_table > thead > tr > th.th-checkbox .button--removeall {
        margin-left: 1.94444rem; }
    .b2b-wrap #shopping_list_table > thead > tr > th.th-product-item {
      width: 100%; }
    .b2b-wrap #shopping_list_table > thead > tr > th:last-of-type {
      min-width: 7.77778rem; }
  .b2b-wrap #shopping_list_table > tbody > tr > td {
    padding: 0.83333rem !important;
    vertical-align: middle;
    border-color: #9ba097; }
    .b2b-wrap #shopping_list_table > tbody > tr > td.col-checkbox {
      width: 2.77778rem; }
    .b2b-wrap #shopping_list_table > tbody > tr > td.col-action .action-lists {
      position: initial;
      text-align: center;
      width: 100%;
      margin: auto;
      display: block; }
      .b2b-wrap #shopping_list_table > tbody > tr > td.col-action .action-lists .button--primary.edit-option {
        line-height: 1; }
      .b2b-wrap #shopping_list_table > tbody > tr > td.col-action .action-lists .list-button-remove {
        margin-right: 0;
        width: auto;
        background: 0;
        color: #999;
        height: auto;
        border: 0;
        font-size: 1rem;
        min-width: initial !important;
        display: block !important; }
        .b2b-wrap #shopping_list_table > tbody > tr > td.col-action .action-lists .list-button-remove:hover {
          color: #000; }
  @media only screen and (max-width: 600px) {
    .b2b-wrap #shopping_list_table {
      border: 0; }
      .b2b-wrap #shopping_list_table thead {
        display: none; }
      .b2b-wrap #shopping_list_table .col-checkbox,
      .b2b-wrap #shopping_list_table .col-product-price,
      .b2b-wrap #shopping_list_table .col-product-qty {
        border-right: 0; }
      .b2b-wrap #shopping_list_table tbody > tr {
        display: flex !important;
        flex-wrap: wrap; }
        .b2b-wrap #shopping_list_table tbody > tr td.col-product-price,
        .b2b-wrap #shopping_list_table tbody > tr td.col-product-qty,
        .b2b-wrap #shopping_list_table tbody > tr td.col-action {
          min-height: 3.61111rem;
          margin-bottom: 1.11111rem; }
      .b2b-wrap #shopping_list_table td.col-product-price,
      .b2b-wrap #shopping_list_table td.col-product-qty,
      .b2b-wrap #shopping_list_table td.col-action {
        width: 33.33% !important;
        display: inline-block !important;
        border-top: 0;
        text-align: center; }
      .b2b-wrap #shopping_list_table td.col-checkbox {
        width: 2.77778rem; }
      .b2b-wrap #shopping_list_table td.col-product-info {
        width: calc(100% - 50px) !important;
        display: table-cell; }
      .b2b-wrap #shopping_list_table i.edit-option {
        display: none; } }

.b2b-wrap #quick_add_section .uploadFile-mockup {
  width: 160px; }

.b2b-wrap #quick_add_section .form-field.larger {
  width: 100%; }

@media (min-width: 801px) {
  .b2b-wrap #quick_add_section button {
    height: 2.5rem !important; } }

@media only screen and (max-width: 500px) {
  .b2b-wrap .sl-search-container {
    width: 100% !important; } }

@media (min-width: 801px) {
  .b2b-wrap .table-wrap {
    padding-bottom: 6.11111rem; } }

.b2b-wrap.address-lists-wrap .search-input-box {
  width: 14rem !important;
  margin-bottom: 20px; }
  .b2b-wrap.address-lists-wrap .search-input-box input[type="text"],
  .b2b-wrap.address-lists-wrap .search-input-box .button {
    right: -34px !important;
    height: 40px !important; }

.b2b-wrap.address-lists-wrap .filter-box {
  justify-content: initial !important;
  gap: 10px;
  margin-bottom: 30px; }
  .b2b-wrap.address-lists-wrap .filter-box .filter-item {
    width: 100%;
    max-width: 250px; }
    .b2b-wrap.address-lists-wrap .filter-box .filter-item.address-type {
      width: auto !important; }
    .b2b-wrap.address-lists-wrap .filter-box .filter-item.button-box {
      text-align: left; }

.b2b-wrap .buy-again-search-container {
  margin-bottom: 1.66667rem;
  flex-wrap: wrap; }

.b2b-wrap .buy-again-lists-table .buy-again-product {
  display: block !important; }
  @media (min-width: 551px) {
    .b2b-wrap .buy-again-lists-table .buy-again-product {
      display: table-cell !important; } }

.b2b-wrap #userManage-keyword {
  height: 40px; }

.b2b-wrap #userManage-searchButton {
  padding: 12px 10px !important; }

.b2b-wrap #user_management_table .actions-field .actions-split {
  display: none; }

.b2b-wrap #user_management_table .actions-field a {
  width: 4.16667rem; }

@media (min-width: 551px) {
  .b2b-wrap.quotes .button--search {
    margin-bottom: 1px !important; } }

.b2b-wrap.quotes .filter-actions {
  gap: 8px; }

.b2b-wrap .quick-order-pad-wrap.quick-pad-right {
  border-left: 0 !important; }

.b2b-wrap .quick-order-pad-wrap .quick-order-pad {
  padding: 0 !important;
  overflow-x: auto; }
  .b2b-wrap .quick-order-pad-wrap .quick-order-pad .quick-order-pad-table tr:hover {
    background-color: transparent !important; }
  .b2b-wrap .quick-order-pad-wrap .quick-order-pad .quick-order-pad-table tr th {
    padding: 10px; }
  .b2b-wrap .quick-order-pad-wrap .quick-order-pad .quick-order-pad-table tbody tr:hover {
    background-color: transparent !important; }
  .b2b-wrap .quick-order-pad-wrap .quick-order-pad .quick-order-pad-table tbody tr td {
    padding-top: 30px; }
    .b2b-wrap .quick-order-pad-wrap .quick-order-pad .quick-order-pad-table tbody tr td.col-qty {
      padding-left: 0.55556rem;
      padding-right: 0.55556rem; }
    .b2b-wrap .quick-order-pad-wrap .quick-order-pad .quick-order-pad-table tbody tr td.col-sku {
      padding-right: 0; }
      .b2b-wrap .quick-order-pad-wrap .quick-order-pad .quick-order-pad-table tbody tr td.col-sku .sku-search-results {
        width: 125%; }
  @media (max-width: 501px) {
    .b2b-wrap .quick-order-pad-wrap .quick-order-pad .quick-order-pad-table th {
      font-size: 0.66667rem; }
    .b2b-wrap .quick-order-pad-wrap .quick-order-pad .col-product-info {
      width: 100%;
      display: block !important; } }

#save_new_address {
  height: 2.5rem;
  border-color: #6e7568;
  font-size: 1rem; }
  @media (min-width: 1261px) {
    #save_new_address {
      height: 4.16667rem;
      font-size: 24px; } }

@media (max-width: 1261px) {
  .c002 .b2b-column-wrap .b2b-column-right,
  .c002 .b2b-column-wrap .b2b-column-left {
    width: 100% !important; } }

.tingle-modal-box .col-product-figure,
.tingle-modal-box .col-checkbox {
  display: none; }

.tingle-modal-box .form-select {
  max-width: 100%; }

.modal .modal-close--button,
.modal .button--primary,
.tingle-modal-box .modal-close--button,
.tingle-modal-box .button--primary {
  height: 2.5rem !important;
  display: inline-flex;
  font-size: 1rem; }
  @media (min-width: 1261px) {
    .modal .modal-close--button,
    .modal .button--primary,
    .tingle-modal-box .modal-close--button,
    .tingle-modal-box .button--primary {
      height: 4.16667rem !important;
      font-size: 24px !important; } }

.modal .modal-close--button,
.tingle-modal-box .modal-close--button {
  color: #343432; }
  .modal .modal-close--button:hover,
  .tingle-modal-box .modal-close--button:hover {
    color: white; }
  .modal .modal-close--button:active,
  .tingle-modal-box .modal-close--button:active {
    color: white; }

.modal .button--primary,
.tingle-modal-box .button--primary {
  border-color: #6e7568; }
  .modal .button--primary:hover,
  .tingle-modal-box .button--primary:hover {
    border-color: #7a8075; }

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 1.11111rem; }
  .popup-overlay .popup {
    position: relative;
    display: inline-flex;
    background-color: #fff;
    padding: 1.66667rem; }
    .popup-overlay .popup .close-button {
      position: absolute;
      top: 0;
      right: 0;
      width: 1.38889rem;
      height: 1.38889rem;
      margin: 0.55556rem;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23343432' 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'/%3E%3C/svg%3E%0A"); }
  .popup-overlay .yotpo-background.yotpo-center-background {
    height: auto !important;
    padding: 0 !important; }

#signup-form.popup-overlay .popup,
#brand-form.popup-overlay .popup {
  background-color: #fff;
  width: 80vw;
  max-width: 500px; }
  #signup-form.popup-overlay .popup [id^="zf_div_"],
  #brand-form.popup-overlay .popup [id^="zf_div_"] {
    width: 100%; }
  #signup-form.popup-overlay .popup iframe,
  #brand-form.popup-overlay .popup iframe {
    width: 100% !important;
    height: 80vh !important; }

.error-page {
  text-align: center; }
  .error-page .circle {
    background-color: #F2F1EF;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    padding: 0.55556rem;
    margin-bottom: 1.11111rem; }
  .error-page .form-prefixPostfix {
    max-width: 42rem;
    margin: 0 auto;
    position: relative; }
    .error-page .form-prefixPostfix #search_query_adv {
      padding-left: 60px;
      box-shadow: inset 0 0 0 0.5px #343432; }
      .error-page .form-prefixPostfix #search_query_adv::placeholder {
        font-weight: 500; }
    .error-page .form-prefixPostfix .button--primary {
      background-color: transparent;
      font-size: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.5609 19.6925C35.5609 28.8401 28.2887 36.2183 19.3638 36.2183V38.5516C29.6184 38.5516 37.8942 30.0873 37.8942 19.6925H35.5609ZM19.3638 36.2183C10.4389 36.2183 3.16667 28.8401 3.16667 19.6925H0.833333C0.833333 30.0873 9.10916 38.5516 19.3638 38.5516V36.2183ZM3.16667 19.6925C3.16667 10.5448 10.4389 3.16667 19.3638 3.16667V0.833333C9.10916 0.833333 0.833333 9.29757 0.833333 19.6925H3.16667ZM19.3638 3.16667C28.2887 3.16667 35.5609 10.5448 35.5609 19.6925H37.8942C37.8942 9.29757 29.6184 0.833333 19.3638 0.833333V3.16667ZM41.7249 41.6307L31.981 31.6197L30.309 33.2472L40.0529 43.2582L41.7249 41.6307Z' fill='%23343432'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 1.66667rem;
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      padding: 0;
      height: 100%;
      width: 2.77778rem;
      border: 0; }
  @media (min-width: 1261px) {
    .error-page .circle {
      width: 6.94444rem;
      height: 6.94444rem;
      padding: 0.83333rem;
      margin-bottom: 2.22222rem; }
    .error-page .page-heading {
      margin-bottom: 3.72222rem; }
    .error-page .message {
      margin-bottom: 2.77778rem; }
    .error-page p {
      font-size: 1.33333rem; }
    .error-page .form-prefixPostfix #search_query_adv {
      padding-left: 5rem;
      height: 3.88889rem; }
    .error-page .form-prefixPostfix .button--primary {
      background-size: 2.22222rem;
      width: 3.33333rem; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  color: black;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  color: inherit;
  text-decoration: none; }

.jstree-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top; }

.jstree-icon:empty {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  display: inline-block;
  min-width: 100%;
  position: relative; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999;
  margin: 0;
  padding: 2px;
  position: absolute; }

.vakata-context ul {
  left: 100%;
  list-style: none;
  margin-left: -4px;
  margin-top: -2.7em; }

.vakata-context .vakata-context-right ul {
  left: auto;
  margin-left: auto;
  margin-right: -4px;
  right: 100%; }

.vakata-context li {
  display: inline;
  list-style: none; }

.vakata-context li > a {
  border-radius: 1px;
  color: black;
  display: block;
  line-height: 2.4em;
  padding: 0 2em;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  white-space: nowrap;
  width: auto; }

.vakata-context li > a:hover {
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
  position: relative; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
  position: relative; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-left: 1px solid #e0e0e0;
  border-radius: 0;
  border-top: 1px solid #e2e3e3;
  box-shadow: 0 0 0 transparent;
  height: 1px;
  margin: 0 0 0 2.4em;
  max-height: 1px;
  min-height: 1px;
  padding: 0;
  text-shadow: 0 0 0 transparent; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
  color: silver; }

.vakata-context li > a > i {
  background: transparent;
  display: inline-block;
  height: 2.4em;
  line-height: 2.4em;
  margin: 0 0 0 -2em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 2.4em; }

.vakata-context li > a > i:empty {
  line-height: 2.4em;
  width: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  background: white;
  border-left: 1px solid #e2e3e3;
  display: inline-block;
  height: 2.4em;
  margin: 0 0.5em 0 0;
  width: 1px; }

.vakata-context .vakata-contextmenu-shortcut {
  color: silver;
  display: none;
  font-size: 0.8em;
  opacity: 0.5; }

.vakata-context-rtl ul {
  left: auto;
  margin-left: auto;
  margin-right: -4px;
  right: 100%; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  border-left: 0;
  border-right: 1px solid #e2e3e3;
  margin: 0 2.4em 0 0; }

.vakata-context-rtl .vakata-context-left ul {
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
  right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  background: #e2e3e3;
  border-left-color: white;
  margin: 0 0 0 0.5em; }

#jstree-marker {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-color: transparent;
  background-repeat: no-repeat; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default .jstree-search {
  color: #8b0000;
  font-style: italic;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
  display: inline-block;
  min-width: 100%; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  line-height: 24px;
  margin-left: 24px;
  min-height: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default .jstree-icon:empty {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default i {
  background: transparent;
  height: 24px;
  line-height: 24px;
  width: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  line-height: 18px;
  margin-left: 18px;
  min-height: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small .jstree-icon:empty {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  height: 18px;
  line-height: 18px;
  width: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  line-height: 32px;
  margin-left: 32px;
  min-height: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large .jstree-icon:empty {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  height: 32px;
  line-height: 32px;
  width: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    height: 40px;
    width: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    line-height: 40px;
    margin-left: 40px;
    min-height: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    height: 40px;
    line-height: 40px;
    width: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    background: #ebebeb;
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    border-top: 0;
    box-shadow: inset 0 6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.bundleb2b-hidden .body {
  display: none; }

.navBar.navBar--sub.navBar--account {
  display: none; }

.modal-close:focus::after, .modal-close:focus::before {
  display: none; }

#add-to-cart-wrapper .form-action {
  margin-top: 0; }

#add-to-cart-wrapper .rfq-button-container.rfq-pdp-button-container {
  display: flex !important; }

.tingle-modal-box {
  background-color: white !important; }

.b2b-wrap table tr:hover {
  background-color: #dddddd !important; }

#invoice-detail-pending .invoice-detail-pending {
  background-color: #9ba097 !important; }

.dropdown-menu.show-action {
  background-color: #dddddd;
  width: unset !important; }

.cart-info {
  color: #757575; }

.file-upload-drop {
  color: #757575; }

.card-figcaption-body > button {
  width: 100%; }

.card-figcaption-body input {
  vertical-align: middle; }

button#add_to_cart {
  border-color: #6e7568;
  background-color: #6e7568; }

/*#navPages-account {
    .navPage-subMenu-list {
        .navPage-subMenu-action.navPages-action {
            padding-left: 0;
        }
    }
}*/
#shopping_list_table .product-options {
  color: inherit !important; }

.table-checklist .image td {
  position: relative;
  text-align: left; }

.table-checklist .product-image-with-badge .badges {
  position: absolute;
  top: 0.83333rem;
  right: 0.83333rem; }
  .table-checklist .product-image-with-badge .badges .badge {
    display: inline-block;
    font-size: .72222rem;
    padding: 0 0.55556rem;
    color: #fff;
    border-radius: 4px;
    line-height: 1.75; }
    .table-checklist .product-image-with-badge .badges .badge.basic {
      background-color: #8dc6be; }
    .table-checklist .product-image-with-badge .badges .badge.mid {
      background-color: #d8c826; }
    .table-checklist .product-image-with-badge .badges .badge.luxe {
      background-color: #89a09d; }
    .table-checklist .product-image-with-badge .badges .badge.budget {
      background-color: #9ba097; }
    .table-checklist .product-image-with-badge .badges .badge.premium {
      background-color: #f39865; }
    .table-checklist .product-image-with-badge .badges .badge.economy {
      background-color: #8dc6be; }
    .table-checklist .product-image-with-badge .badges .badge.midscale {
      background-color: #d8c826; }
    .table-checklist .product-image-with-badge .badges .badge.luxury {
      background-color: #89a09d; }

.empty-col {
  width: 25%; }

:root {
  --checlisk-psudo-height: 100% ; }

.ih-button {
  display: inline-block;
  text-decoration: none;
  border-radius: 31px;
  font-weight: 500;
  transition: .2s all linear; }
  .ih-button.default {
    background-color: #ffffff;
    border: 1px solid #343432;
    color: #343432; }
  .ih-button.transparent {
    color: #ffffff;
    border: 2px solid #ffffff; }
  .ih-button.filled {
    background-color: #D8C826;
    border: 1px solid #D8C826;
    color: #ffffff; }
    .ih-button.filled:hover {
      background-color: #ffffff;
      border-color: #343432;
      color: #343432; }
  .ih-button.large {
    font-size: 1rem;
    min-width: 192px;
    padding: 13px 40px; }
  .ih-button.small {
    padding: 7.5px 44px;
    font-size: .89rem;
    min-width: 144px; }
  .ih-button:hover {
    background-color: #D8C826;
    border-color: #D8C826;
    color: #ffffff; }

.full-width {
  width: 100%; }

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

header [data-cart-preview] {
  position: relative; }
  header [data-cart-preview] .countPill {
    display: inline-block !important;
    position: absolute;
    top: -6px;
    right: -8px;
    width: 18px;
    height: 18px;
    line-height: 18px; }
    @media (min-width: 801px) {
      header [data-cart-preview] .countPill {
        width: 20px;
        height: 20px;
        line-height: 20px; } }

header #cart-preview-dropdown {
  top: 35px !important;
  right: -8px !important; }
  header #cart-preview-dropdown .previewCartList .previewCartItem > div {
    padding: 10px 0; }
  header #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-image img {
    padding-left: 5px;
    padding-right: 5px; }

#product-description {
  overflow-x: auto; }
  #product-description table {
    width: 100%; }

.category-hero-banner {
  margin-top: 2.5rem; }
  .category-hero-banner img {
    max-height: 300px;
    object-fit: cover;
    object-position: center; }

.custom-checkListGrid {
  margin: 30px auto; }
  .custom-checkListGrid .custom-checklistItem {
    position: relative; }
    .custom-checkListGrid .custom-checklistItem .checklistItem-title {
      width: 100%;
      padding: 27px 27px 27px 0;
      font-weight: 700; }
    .custom-checkListGrid .custom-checklistItem .checklist-products-wrapper {
      width: calc(100% + 48px);
      margin-left: -24px;
      display: flex;
      overflow: auto; }
      .custom-checkListGrid .custom-checklistItem .checklist-products-wrapper .ih-product-card {
        padding: 24px;
        padding-bottom: 52px;
        min-width: 324px; }
        .custom-checkListGrid .custom-checklistItem .checklist-products-wrapper .ih-product-card .price-wrapper {
          column-gap: 4px; }
        .custom-checkListGrid .custom-checklistItem .checklist-products-wrapper .ih-product-card .product-thumb {
          min-width: 300px;
          max-width: 300px;
          min-height: 300px;
          max-height: 300px; }
          .custom-checkListGrid .custom-checklistItem .checklist-products-wrapper .ih-product-card .product-thumb img {
            min-width: 300px;
            max-width: 300px;
            min-height: 300px;
            max-height: 300px; }
        .custom-checkListGrid .custom-checklistItem .checklist-products-wrapper .ih-product-card .placeholder.product-thumb {
          display: flex !important;
          align-items: center;
          justify-content: center;
          height: 100%; }
        .custom-checkListGrid .custom-checklistItem .checklist-products-wrapper .ih-product-card .ih-button {
          background: #fff;
          color: #343432;
          border-color: #343432;
          border: 1px solid;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          padding: 5px 30px !important;
          height: auto !important;
          min-height: auto !important; }
          .custom-checkListGrid .custom-checklistItem .checklist-products-wrapper .ih-product-card .ih-button:hover {
            background-color: #D8C826;
            border-color: #D8C826;
            color: #ffffff; }

.page-cart .swal2-modal .swal2-cancel:hover {
  color: #343432 !important; }

.message.error {
  color: #dc3545;
  margin-top: .44444rem; }

.pages-custom-page-webinar .webinar-container-inner ul > li {
  font-weight: 600;
  margin-bottom: 10px; }

.pages-custom-page-webinar h2 {
  text-align: left !important;
  font-size: 2.5rem !important; }
  @media (max-width: 767px) {
    .pages-custom-page-webinar h2 {
      font-size: 1.5rem !important;
      line-height: normal !important; } }

.pages-custom-page-webinar .webinar-container-inner ul {
  margin-left: 20px; }

.pages-custom-page-webinar li ul {
  padding-left: 18px;
  padding-bottom: 15px;
  font-weight: normal;
  margin-left: 0 !important; }

.pages-custom-page-webinar .webinar-container-inner ul li ul li {
  margin-bottom: 0;
  font-weight: normal; }

.pages-custom-page-webinar .wp-block-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #fff; }

.pages-custom-page-webinar .event-date-location {
  margin-top: 20px;
  justify-content: left; }

.pages-custom-page-webinar .wp-block-image {
  padding-right: 10px; }

.pages-custom-page-webinar .nhp-banner {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .pages-custom-page-webinar .webinar-container-inner {
    padding: 0 50px; } }

.ih-header-wrapper {
  position: relative; }
  .ih-header-wrapper .dropdown--quickSearch {
    top: 129px !important;
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0.5px solid #343432; }
    .ih-header-wrapper .dropdown--quickSearch > div {
      width: 100%; }
    .ih-header-wrapper .dropdown--quickSearch button {
      padding: 0;
      width: 24px;
      height: 24px; }
      .ih-header-wrapper .dropdown--quickSearch button svg {
        width: 100%;
        height: 100%;
        stroke: #343432; }
  .ih-header-wrapper .form-field {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
  .ih-header-wrapper ::placeholder {
    color: #343432;
    font-weight: 400;
    font-size: 1rem; }
  .ih-header-wrapper .form-input {
    margin-left: 14px;
    margin-right: 14px;
    color: #343432;
    font-weight: 400;
    font-size: 1rem !important;
    border: none !important;
    outline: none !important; }
  .ih-header-wrapper .ih-search-close {
    cursor: pointer; }
  .ih-header-wrapper .ih-menu-items-box.menu-2 {
    width: 100%;
    max-width: inherit;
    flex: 0 0 100%; }
  .ih-header-wrapper .ih-navPages2 {
    border-top: 0.5px solid #343432; }
    .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 103px;
      margin: 0px; }
      @media (max-width: 1024px) {
        .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 {
          column-gap: 52px; } }
      .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 li {
        list-style: none;
        padding: 6px 0px; }
        .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 li a {
          font-size: 1rem;
          line-height: 1.33;
          font-weight: 500;
          color: #343432;
          text-decoration: none; }
          .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 li a .icon {
            width: 20px;
            height: 20px; }
        .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 li:hover a .icon {
          transform: rotate(180deg); }
      .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu {
        border-top: 0.5px solid #343432; }
        .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content {
          padding: 52px 48px 122px; }
          .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            column-gap: 63px;
            row-gap: 63px; }
            @media (max-width: 1440px) {
              .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists {
                column-gap: 20px; } }
            @media (max-width: 1220px) {
              .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists {
                grid-template-columns: repeat(3, 1fr); } }
            @media (max-width: 950px) {
              .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists {
                grid-template-columns: repeat(2, 1fr);
                row-gap: 20px; } }
            .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list .main-btn {
              display: block;
              padding: 16.75px 32px;
              background-color: #d8c826;
              font-size: 1rem;
              line-height: 1.3;
              color: #fff;
              width: fit-content;
              border-radius: 50px;
              border: 1px solid #d8c826;
              margin-bottom: 89px; }
              .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list .main-btn:hover {
                background-color: #fff;
                border-color: #343432;
                color: #343432; }
            .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list .sec-btn {
              font-size: 1rem;
              line-height: 1.33;
              font-weight: 700;
              color: #343432;
              display: flex;
              align-items: center;
              justify-content: flex-start; }
              .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list .sec-btn:hover {
                text-decoration: underline; }
              .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list .sec-btn svg {
                margin-left: 6px; }
            .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list h4 {
              font-size: 1rem;
              line-height: 1.33;
              margin-top: 0px;
              margin-bottom: 24px;
              font-weight: 700;
              color: #343432; }
            .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list ul {
              flex-direction: column; }
              .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list ul li {
                padding: 0px;
                line-height: 0px; }
                .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list ul li a {
                  font-size: 0.88889rem;
                  line-height: 2.25;
                  font-weight: 400;
                  color: #343432; }
                  .ih-header-wrapper .ih-navPages2 .ih-navPages-list2 .ih-navPages-item2 .ih-mega-menu .menu-content .menu-content-lists .menu-content-list ul li a:hover {
                    text-decoration: underline; }

.ih-header-inner {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.ih-logo-search-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  column-gap: 41px; }
  .ih-logo-search-box button {
    padding: 0; }

.ih-menu-items-box ul {
  list-style: none;
  margin: 0; }
  .ih-menu-items-box ul a {
    text-decoration: none;
    color: #343432;
    font-weight: 700;
    font-size: 0.89rem; }

.ih-menu-items-box > ul > li {
  padding-top: 24px;
  padding-bottom: 24px; }

@media (max-width: 800px) {
  .ih-menu-items-box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .ih-menu-items-box .navPages-container {
      display: none;
      background-color: #fff;
      margin-top: 7rem;
      padding-left: 48px;
      padding-right: 48px;
      padding-top: 0;
      overflow-y: auto; }
      .ih-menu-items-box .navPages-container.is-open {
        position: absolute;
        height: calc(100vh - 7rem);
        top: 0;
        z-index: 9;
        display: block; }
    .ih-menu-items-box .mobileMenu-toggle {
      display: block; }
      .ih-menu-items-box .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
      .ih-menu-items-box .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
        background-color: #000; }
    .ih-menu-items-box ul {
      margin: 10px 0; } }

@media (min-width: 801px) {
  .ih-menu-items-box ul {
    column-gap: 144px;
    display: flex; }
  .ih-menu-items-box .navPages-container {
    position: inherit; } }

.ih-login-cart-box {
  display: none; }
  .ih-login-cart-box .navUser {
    padding-right: 0; }
  .ih-login-cart-box ul {
    display: inline-block; }
    .ih-login-cart-box ul li a {
      padding: 0; }
    .ih-login-cart-box ul li #validate-company {
      display: none; }
  .ih-login-cart-box .ss__autocomplete--target {
    top: 100%; }
    .ih-login-cart-box .ss__autocomplete--target .ss__autocomplete--target {
      width: 70%; }
    .ih-login-cart-box .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__facets {
      width: 180px; }
  .ih-login-cart-box .ih-login {
    font-size: 0.89rem;
    font-weight: 400;
    color: #343432;
    margin-right: 48px; }
  @media (min-width: 801px) {
    .ih-login-cart-box {
      display: block; } }

.bread-crumbs {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 36px;
  padding-bottom: 23px; }
  .bread-crumbs ul {
    list-style: none;
    margin: 0; }
  .bread-crumbs li {
    display: inline-block; }
    .bread-crumbs li::after {
      content: " >"; }
    .bread-crumbs li:last-of-type::after {
      display: none; }
    .bread-crumbs li:last-of-type a {
      font-weight: 700; }
  .bread-crumbs a {
    font-weight: 400;
    font-size: 0.67rem;
    text-decoration: none;
    color: #343432; }

/* header new styles */
.ih-header-wrapper .ss__autocomplete--target {
  top: 87px; }
  .ih-header-wrapper .ss__autocomplete--target .ss__autocomplete {
    width: 100%; }

.ih-header-wrapper .header-logo__link {
  padding: 0; }

.ih-header-wrapper .header-logo {
  height: auto; }

.ih-header-wrapper .ih-header-inner {
  padding: 0rem 16px; }
  @media (min-width: 1261px) {
    .ih-header-wrapper .ih-header-inner {
      padding-left: 48px;
      padding-right: 48px; } }

.ih-header-wrapper .ih-menu-items-box ul {
  column-gap: 68px;
  justify-content: flex-end; }
  .ih-header-wrapper .ih-menu-items-box ul a {
    line-height: 1.35; }

.ih-header-wrapper .ih-login-cart-box .ih-login {
  text-transform: capitalize;
  margin-right: 18px; }
  @media (min-width: 1261px) {
    .ih-header-wrapper .ih-login-cart-box .ih-login {
      margin-right: 48px; } }

.ih-header-wrapper .ih-button.small {
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 48px;
  padding: 12px 20px;
  text-align: center; }

.ih-header-wrapper .ih-logo-search-box {
  column-gap: 20px; }
  .ih-header-wrapper .ih-logo-search-box button {
    height: auto; }
  @media (min-width: 1261px) {
    .ih-header-wrapper .ih-logo-search-box {
      column-gap: 41px; } }

.ih-header-wrapper .navUser-item--account.logged-in {
  position: relative;
  margin-right: 12px; }
  @media (min-width: 1261px) {
    .ih-header-wrapper .navUser-item--account.logged-in {
      margin-right: 72px; } }
  .ih-header-wrapper .navUser-item--account.logged-in .navAccount {
    padding: 1.25rem 0;
    width: 16.11111rem;
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: 0.11111rem 0.11111rem 0.83333rem -0.27778rem rgba(0, 0, 0, 0.3);
    z-index: 20; }
    .ih-header-wrapper .navUser-item--account.logged-in .navAccount .navBar-item {
      margin: 0 !important;
      padding: 0 !important; }
  .ih-header-wrapper .navUser-item--account.logged-in:hover .customer-aaccount + .navAccount {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; }
  .ih-header-wrapper .navUser-item--account.logged-in span {
    font-size: 0.88889rem;
    font-weight: 700;
    line-height: 1.5;
    color: #89a09d;
    margin-right: 15px;
    text-transform: capitalize; }

header.header-desktop {
  display: none; }

@media (min-width: 801px) {
  header.header-mobile {
    display: none; }
  header.header-desktop {
    display: table;
    width: 100%; } }

@media screen and (min-width: 800px) {
  .navPages-container .navPage-children .navPage-subMenu-list .navPage-subMenu-item:has(.navPage-childList.is-open) {
    position: absolute;
    -webkit-overflow-scrolling: touch;
    top: 57px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px; } }

.ih-breadcrumbs {
  padding: 20px;
  padding: 1.16667rem 16px; }
  @media (min-width: 801px) {
    .ih-breadcrumbs {
      padding-left: 48px;
      padding-right: 48px; } }
  .ih-breadcrumbs .breadcrumb .breadcrumb-label {
    color: #343432;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    cursor: pointer; }
  .ih-breadcrumbs .breadcrumb:not(:first-child):before {
    content: ">"; }
  .ih-breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    font-weight: 700;
    text-decoration: none; }
  .ih-breadcrumbs .breadcrumbs {
    margin-bottom: 0; }

body:not(.page-default.not-logged-in) {
  padding-top: 0; }

@media screen and (min-width: 800px) {
  .ih-menu-items-box {
    flex-grow: 1;
    margin-right: 68px; } }

@media only screen and (max-width: 991px) and (min-width: 800px) {
  .header-desktop .ih-button.small {
    padding: 10px;
    min-width: auto; }
  .ih-header-wrapper .header-logo img {
    max-width: 130px; }
  .ih-header-wrapper .ih-login-cart-box .ih-login {
    margin-right: 5px; }
  .ih-menu-items-box {
    max-width: 54%;
    flex: 0 0 54%; } }

.ih-header-wrapper .navUser-item--account.logged-in:hover .customer-aaccount + .navAccount.tr-account-dropdown {
  border: 1.5px solid #343432;
  max-width: 10.66667rem; }

.tr-account-dropdown .navBar-item {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0; }

.tr-account-dropdown .navBar-item a {
  color: #343432;
  font-weight: 400;
  font-size: 0.89rem; }

.tr-account-dropdown .navBar-item:hover a {
  text-decoration: underline; }

.tr-account-dropdown .navBar-item svg {
  display: inline-block;
  margin-right: 24px; }

.header-desktop {
  max-width: unset !important; }
  .header-desktop .ih-header-inner {
    max-width: 1536px;
    margin: 0 auto;
    position: unset; }
    .header-desktop .ih-header-inner .menu-list {
      max-width: 30%;
      width: 100%;
      padding-left: 20px; }
      @media (min-width: 801px) and (max-width: 1260px) {
        .header-desktop .ih-header-inner .menu-list .mega-menu-inner {
          left: 30%;
          width: calc(100% - 30%); } }
      @media (min-width: 1260px) and (max-width: 1600px) {
        .header-desktop .ih-header-inner .menu-list {
          padding-left: 4%; }
          .header-desktop .ih-header-inner .menu-list .mega-menu-inner {
            left: 30%;
            width: calc(100% - 30%); } }
      @media (min-width: 1601px) {
        .header-desktop .ih-header-inner .menu-list {
          padding-left: calc((100% - 1440px) / 2); }
          .header-desktop .ih-header-inner .menu-list .mega-menu-inner {
            left: 30%;
            width: calc(100% - 30%); } }
      @media (min-width: 1921px) {
        .header-desktop .ih-header-inner .menu-list {
          max-width: 35%;
          padding-left: calc((100% - 1440px) / 2); }
          .header-desktop .ih-header-inner .menu-list .mega-menu-inner {
            left: 35%;
            width: calc(100% - 35%); } }
    .header-desktop .ih-header-inner .menu-content {
      max-width: 70%;
      width: 100%; }

@media screen and (max-width: 800px) {
  .navPage-subMenu-item:has(.navPage-childList.is-open) {
    position: absolute;
    -webkit-overflow-scrolling: touch;
    top: 57px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    overflow-y: scroll; }
  .navPage-subMenu-action:has(.collapsible-icon-wrapper.is-open) {
    display: block !important;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 3.11;
    font-weight: 500;
    color: #343432; }
    .navPage-subMenu-action:has(.collapsible-icon-wrapper.is-open) .collapsible-icon-wrapper.is-open {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .header-mobile .navPage-subMenu-item {
    padding: 0px; }
  .header-mobile .navPages-action {
    font-size: 1rem;
    line-height: 3.11;
    padding: 0rem 0.77778rem !important; }
    .header-mobile .navPages-action:hover {
      color: #343432; }
    .header-mobile .navPages-action.is-open {
      background-color: #c0ddd9; }
  .header-mobile .navPage-children .navPage-subMenu-item {
    padding: 0px; }
    .header-mobile .navPage-children .navPage-subMenu-item .navPage-childList.is-open {
      margin: 0px;
      border: 0px;
      padding: 0px; }
      .header-mobile .navPage-children .navPage-subMenu-item .navPage-childList.is-open .navPage-childList-item {
        padding: 0rem;
        border-bottom: 0.5px solid #343432; }
        .header-mobile .navPage-children .navPage-subMenu-item .navPage-childList.is-open .navPage-childList-item .navPages-action {
          padding: 0rem 0.77778rem; }
        .header-mobile .navPage-children .navPage-subMenu-item .navPage-childList.is-open .navPage-childList-item .navPage-subMenu-item {
          padding: 0rem 0.77778rem; }
          .header-mobile .navPage-children .navPage-subMenu-item .navPage-childList.is-open .navPage-childList-item .navPage-subMenu-item .navPage-subMenu-action {
            padding: 0px; }
        .header-mobile .navPage-children .navPage-subMenu-item .navPage-childList.is-open .navPage-childList-item .navPage-childList-action,
        .header-mobile .navPage-children .navPage-subMenu-item .navPage-childList.is-open .navPage-childList-item .navPages-action {
          font-size: 18px;
          line-height: 3.11;
          font-weight: 500;
          color: #343432;
          padding-bottom: 0px; }
        .header-mobile .navPage-children .navPage-subMenu-item .navPage-childList.is-open .navPage-childList-item:first-child {
          border-top: 0.5px solid #343432; }
  .navPage-subMenu-item .navPage-subMenu-action {
    margin-bottom: 0px; }
  .navPage-childList-action {
    justify-content: space-between; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    justify-content: flex-start; } }

.desktop-hide {
  display: none; }
  @media (max-width: 800px) {
    .desktop-hide {
      display: block; } }

.mobile-hide {
  display: block; }
  @media (max-width: 800px) {
    .mobile-hide {
      display: none; } }

.ih-menu-items-box ul li {
  padding-top: 1.66667rem;
  padding-bottom: 1.66667rem; }

.header--search-desktop {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start; }
  .header--search-desktop .navUser-action--quickSearch {
    margin-right: 10px; }
    .header--search-desktop .navUser-action--quickSearch:hover .icon-search-btn {
      fill: #343432;
      stroke: #343432; }
    .header--search-desktop .navUser-action--quickSearch .icon-search-btn {
      height: 24px;
      width: 24px;
      fill: #343432;
      stroke: #343432; }
  .header--search-desktop .dropdown--quickSearch {
    position: inherit !important;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    max-height: 34px;
    padding: 0px;
    border-top: 0px;
    width: 250px !important; }
    @media only screen and (max-width: 1140px) {
      .header--search-desktop .dropdown--quickSearch {
        width: 160px !important; } }
    .header--search-desktop .dropdown--quickSearch.is-open {
      width: 250px; }
      @media only screen and (max-width: 991px) {
        .header--search-desktop .dropdown--quickSearch.is-open {
          width: 160px !important; } }
    .header--search-desktop .dropdown--quickSearch .search-box-btn {
      display: none; }
    .header--search-desktop .dropdown--quickSearch .form-input {
      height: 32px !important;
      margin: 0px;
      padding: 0px !important; }

@media only screen and (max-width: 1100px) {
  .ih-menu-items-box {
    margin-right: 20px; } }

@media only screen and (max-width: 991px) {
  .ih-menu-items-box {
    flex: 1 0 auto; } }

@media only screen and (max-width: 1100px) {
  .ih-menu-items-box .ih-navPages-list {
    column-gap: 20px !important; } }

@media (min-width: 801px) {
  .ih-mega-menu {
    width: 100%;
    min-height: 648px;
    position: absolute;
    top: 100%;
    z-index: 999;
    background-color: #ffffff;
    left: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: .2s all ease-in-out;
    border-top: .5px solid #343432; }
    .ih-mega-menu.top-mega-menu {
      top: 86px; }
    .ih-mega-menu li {
      list-style: none;
      display: block; }
      .ih-mega-menu li a {
        text-decoration: none; }
    .ih-mega-menu .menu-list {
      width: 360px;
      padding-left: 72px;
      padding-top: 82px; }
      .ih-mega-menu .menu-list h5 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 53px;
        color: #343432; }
      .ih-mega-menu .menu-list ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap; }
      .ih-mega-menu .menu-list li {
        display: block;
        width: 100%; }
        .ih-mega-menu .menu-list li > a {
          font-size: 1rem;
          font-weight: 400;
          color: #343432; }
        .ih-mega-menu .menu-list li a {
          display: block;
          padding: 10px 0; }
        .ih-mega-menu .menu-list li li a {
          font-size: .78rem; }
    .ih-mega-menu .menu-content {
      position: relative;
      flex: 1; }
    .ih-mega-menu .image {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
      .ih-mega-menu .image img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .ih-mega-menu .content {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 875px;
      margin-left: 120px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #ffffff; }
      .ih-mega-menu .content h2 {
        font-size: 60px;
        font-family: 'Ogg'; }
      .ih-mega-menu .content p {
        font-size: 28px; } }

@media (max-width: 800px) {
  .ih-mega-menu .menu-content {
    display: none; } }

@media (min-width: 801px) {
  .mega-menu-inner {
    position: absolute;
    background: #ffffff;
    left: 360px;
    top: 0;
    width: calc(100% - 360px);
    min-height: 100%;
    z-index: 999;
    padding: 60px 70px;
    border-left: 1px solid #343432;
    opacity: 0;
    visibility: hidden;
    transition: .2s all ease-in-out; } }

@media (min-width: 801px) {
  .mega-inner-list-wrapper {
    display: flex; }
    .mega-inner-list-wrapper > div {
      flex: 1; } }

@media (min-width: 801px) {
  .ih-menu-items-box li:hover .ih-mega-menu {
    opacity: 1;
    visibility: visible; }
  .ih-menu-items-box li li:hover .mega-menu-inner {
    opacity: 1;
    visibility: visible; }
  .ih-menu-items-box .menu-label {
    font-weight: 700;
    font-size: .89rem;
    display: block; }
    .ih-menu-items-box .menu-label.primary {
      margin-bottom: 70px; }
    .ih-menu-items-box .menu-label.secondary {
      margin-bottom: 20px; }
  .ih-menu-items-box .navPages-action-moreIcon {
    display: none; } }

@media (max-width: 800px) {
  .ih-navPages-list .mega-inner-list-wrapper {
    padding-left: 15px; }
  .ih-navPages-list .navPages-action {
    padding: 0.55556rem 1rem;
    font-weight: 500;
    display: block; }
  .ih-navPages-list .navPages-action-moreIcon {
    position: absolute;
    right: 0;
    top: 17px;
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 999; }
    .ih-navPages-list .navPages-action-moreIcon.is-open {
      transform: rotate(180deg); }
  .ih-navPages-list .ih-mega-menu h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: 10px 0;
    color: #343432;
    display: none; }
  .ih-navPages-list .ih-mega-menu .menu-label {
    font-weight: 700;
    font-size: .89rem;
    display: block; }
    .ih-navPages-list .ih-mega-menu .menu-label.primary {
      display: none; }
    .ih-navPages-list .ih-mega-menu .menu-label.secondary {
      position: relative; }
      .ih-navPages-list .ih-mega-menu .menu-label.secondary .navPages-action-moreIcon {
        top: 0; }
  .ih-navPages-list .ih-mega-menu .mega-menu-inner {
    display: none; }
    .ih-navPages-list .ih-mega-menu .mega-menu-inner.is-open {
      display: block; }
  .ih-navPages-list .ih-mega-menu .mega-menu-inner-list {
    margin-bottom: 10px; }
    .ih-navPages-list .ih-mega-menu .mega-menu-inner-list ul {
      border-left: 1px solid #ccc;
      margin: 0.38889rem 0.77778rem;
      padding-left: 0.77778rem;
      display: none; }
      .ih-navPages-list .ih-mega-menu .mega-menu-inner-list ul.is-open {
        display: block; }
  .ih-navPages-list .ih-mega-menu .has-child-menu {
    position: relative; }
  .ih-navPages-list .ih-mega-menu .menu-list > ul > li {
    border-bottom: 1px solid #9ba097; } }

/* mega menu styles */
@media (min-width: 801px) {
  .mega-inner-list-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .mega-inner-list-wrapper > div {
      flex: 0;
      width: 33.33%;
      flex-basis: 33.33%; } }

@media (min-width: 1200px) {
  .mega-inner-list-wrapper > div {
    width: 25%;
    flex-basis: 25%; } }

@media (min-width: 801px) {
  .ih-mega-menu .content {
    margin: 0 30px; }
    .ih-mega-menu .content h2 {
      letter-spacing: 0;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 0;
      font-size: 1.66667rem; }
    .ih-mega-menu .content p {
      font-size: 1.22222rem;
      line-height: 1.65;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      margin: 0; }
    .ih-mega-menu .content .ih-button {
      max-width: 192px;
      text-align: center;
      margin-top: 56px;
      text-transform: capitalize;
      font-size: 1rem;
      line-height: normal; }
  .ih-mega-menu .menu-list {
    padding-top: 54px; }
    .ih-mega-menu .menu-list h5 {
      margin-bottom: 40px;
      line-height: 1.34;
      padding-right: 48px; }
      .ih-mega-menu .menu-list h5 a {
        font-weight: inherit;
        margin-bottom: 40px;
        line-height: 1.34;
        padding-right: 48px; }
    .ih-mega-menu .menu-list li a {
      padding: 0;
      line-height: 3;
      text-transform: capitalize; }
    .ih-mega-menu .menu-list li li a {
      line-height: 2;
      padding: 0;
      text-transform: capitalize; } }

@media (min-width: 1200px) {
  .ih-mega-menu .content {
    margin-left: 120px; }
    .ih-mega-menu .content h2 {
      font-size: 3.33333rem; } }

.ih-menu-items-box .navPages-container.is-open {
  margin-top: 76px; }

@media (max-width: 800px) {
  .ih-menu-items-box .navPages-container {
    padding-left: 1.16667rem;
    padding-right: 1.16667rem; } }

.ih-menu-items-box .menu-label.primary {
  text-transform: capitalize; }

@media (min-width: 801px) {
  .ih-menu-items-box .menu-label.primary {
    margin-bottom: 49px;
    padding: 0;
    line-height: 2.2; }
    .ih-menu-items-box .menu-label.primary + .menu-label.primary {
      margin-bottom: 63px; }
  .ih-menu-items-box .menu-label.secondary {
    margin-bottom: 0; }
  .ih-menu-items-box .mega-menu-inner {
    padding: 30px;
    height: 648px;
    overflow-y: scroll; }
    .ih-menu-items-box .mega-menu-inner::-webkit-scrollbar {
      width: 7px;
      background: #89a09d; }
    .ih-menu-items-box .mega-menu-inner::-webkit-scrollbar-thumb {
      background: #89a09d; }
  .ih-menu-items-box .mega-inner-list-wrapper {
    row-gap: 20px; } }

@media (min-width: 1200px) {
  .ih-menu-items-box .mega-menu-inner {
    padding: 49px 72px; } }

.ih-menu-items-box .ih-navPages-list .navPages-action-moreIcon {
  display: none; }

@media (max-width: 800px) {
  .ih-menu-items-box .ih-navPages .navPages-action span {
    display: none; }
  .ih-menu-items-box .ih-navPages-list .navPages-action-moreIcon {
    display: inline-flex; } }

.ih-header-banner {
  position: relative;
  padding: 32px 16px;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .ih-header-banner {
      margin-top: 28px; } }
  @media (min-width: 992px) {
    .ih-header-banner {
      padding: 124px 48px 72px;
      text-align: left; } }
  .ih-header-banner .ih-button.transparent {
    display: none; }
  .ih-header-banner .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .ih-header-banner .image img {
      object-fit: cover;
      object-position: top right;
      width: 100%;
      height: 100%; }
  .ih-header-banner .content {
    position: relative;
    z-index: 2; }
    .ih-header-banner .content h2 {
      color: #ffffff;
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: 10px;
      margin-top: 0;
      font-family: 'Ogg'; }
      @media (min-width: 992px) {
        .ih-header-banner .content h2 {
          font-size: 3.33rem;
          font-weight: 400;
          margin-top: 20; } }
      @media screen and (max-width: 991px) {
        .ih-header-banner .content h2 {
          text-align: left; } }
    .ih-header-banner .content p {
      color: #ffffff;
      font-size: 1rem;
      margin-bottom: 16px; }
      @media (min-width: 992px) {
        .ih-header-banner .content p {
          font-size: 1.5rem;
          font-weight: 400; } }
      @media screen and (max-width: 991px) {
        .ih-header-banner .content p {
          text-align: left; } }

.ih-banner-logo {
  position: relative;
  z-index: 49;
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D8C826;
  color: #ffffff;
  border-radius: 168px;
  flex-direction: column;
  border: 2px solid #ffffff;
  margin: auto; }
  .ih-banner-logo .category {
    display: block;
    background-color: #F39865;
    border: 2px solid #ffffff;
    width: 168px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: -12px;
    font-size: 1rem;
    font-weight: 500; }
  @media (min-width: 992px) {
    .ih-banner-logo {
      position: absolute;
      right: 25px;
      top: 25px; } }
  @media (min-width: 1200px) {
    .ih-banner-logo {
      right: 82px;
      top: 45px; } }

.ih-header-banner .image::after {
  content: "";
  background: rgba(56, 45, 38, 0.28);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1; }

.ih-products-head {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (max-width: 991px) {
    .ih-products-head {
      justify-content: center;
      padding-top: 20px;
      padding-bottom: 20px;
      row-gap: 20px; } }
  @media (min-width: 992px) {
    .ih-products-head {
      padding-left: 48px;
      padding-right: 48px; } }
  .ih-products-head .label {
    display: flex;
    align-items: baseline; }
  .ih-products-head h3 {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.33; }
    @media screen and (max-width: 991px) {
      .ih-products-head h3 {
        font-size: 1.11111rem; } }
  .ih-products-head .actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 51px;
    row-gap: 20px;
    justify-content: space-between;
    width: 100%; }
    @media (min-width: 992px) {
      .ih-products-head .actions {
        width: auto; } }
    .ih-products-head .actions .custom-checklist-filter-icon {
      display: none; }
      @media screen and (max-width: 991px) {
        .ih-products-head .actions .custom-checklist-filter-icon {
          display: block; }
          .ih-products-head .actions .custom-checklist-filter-icon svg {
            width: 24px;
            height: 24px; } }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 8px; }
  .switch .label {
    display: inline-block;
    color: #343432;
    font-size: 0.88889rem; }
  .switch .active {
    font-weight: 500; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 47px;
  height: 24px;
  border: 1px solid #343432;
  border-radius: 24px;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: #8DC6BE;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider:before {
  transform: translateX(21px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.quality-bar-wrapper {
  padding: 0 48px; }
  @media screen and (min-width: 992px) {
    .quality-bar-wrapper {
      border-bottom: 1px solid #343432; } }

.quality-bar {
  display: none; }
  @media (min-width: 1340px) {
    .quality-bar {
      display: flex; } }
  .quality-bar > div {
    flex: 1;
    text-align: center; }
  .quality-bar .transparent {
    max-width: 300px;
    width: 300px; }
  .quality-bar .colored-bars {
    display: flex;
    flex: 1; }
    .quality-bar .colored-bars > div {
      margin-bottom: -1px;
      width: 25%;
      border-bottom-style: solid;
      border-bottom-width: 5px;
      color: #343432;
      font-size: .89rem;
      font-weight: 500;
      padding-bottom: 4px; }
    .quality-bar .colored-bars .luxury {
      width: calc(25% + 21px); }
  .quality-bar .economy {
    border-color: #8DC6BE; }
  .quality-bar .midscale {
    border-color: #D8C826; }
  .quality-bar .premium {
    border-color: #F39865; }
  .quality-bar .luxury {
    border-color: #89A09D; }

@media screen and (max-width: 991px) {
  .ih-show-checklist {
    display: none; } }

.ih-show-hide-button {
  color: #89a09d;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 20px;
  text-decoration: none; }
  @media screen and (max-width: 991px) {
    .ih-show-hide-button {
      margin-left: 0; } }
  .ih-show-hide-button span {
    text-decoration: underline; }
  .ih-show-hide-button.ih-show-details {
    margin: 0; }
    @media screen and (max-width: 991px) {
      .ih-show-hide-button.ih-show-details {
        display: inline-block;
        margin-top: 10px; } }
    .ih-show-hide-button.ih-show-details .show-text {
      display: inline-block; }
      @media screen and (max-width: 991px) {
        .ih-show-hide-button.ih-show-details .show-text {
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          border: 1px solid #89A09D;
          padding: 4px 16px;
          border-radius: 24px; } }
      .ih-show-hide-button.ih-show-details .show-text::before {
        content: '+';
        display: inline-block;
        text-align: center;
        width: 24px;
        height: 24px;
        background: #fff;
        border: 1px solid #89A09D;
        border-radius: 50%;
        font-weight: 400;
        margin-right: 10px; }
        @media screen and (max-width: 991px) {
          .ih-show-hide-button.ih-show-details .show-text::before {
            border: none;
            font-size: 1.33333rem;
            line-height: 1;
            margin-right: 4px; } }
    @media screen and (max-width: 991px) {
      .ih-show-hide-button.ih-show-details .hide-text {
        text-decoration: none;
        border: 1px solid #89A09D;
        padding: 4px 16px;
        border-radius: 24px; } }
    .ih-show-hide-button.ih-show-details .hide-text::before {
      content: '-';
      display: inline-block;
      text-align: center;
      width: 24px;
      height: 24px;
      background: #fff;
      border: 1px solid #89A09D;
      border-radius: 50%;
      font-weight: 400;
      margin-right: 10px; }
      @media screen and (max-width: 991px) {
        .ih-show-hide-button.ih-show-details .hide-text::before {
          border: none;
          font-size: 1.33333rem;
          line-height: 1;
          margin-right: 4px; } }
  .ih-show-hide-button .hide-text {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .ih-show-hide-button.show .hide-text {
    display: inline-block;
    opacity: 1;
    visibility: visible; }
    @media screen and (max-width: 991px) {
      .ih-show-hide-button.show .hide-text {
        display: flex;
        align-items: center;
        justify-content: center; } }
  .ih-show-hide-button.show .show-text {
    display: none;
    opacity: 0;
    visibility: hidden; }

html {
  scroll-behavior: smooth; }

.ih-products-checklist-container {
  z-index: 999;
  background-color: #fff;
  width: 100%; }
  .ih-products-checklist-container.fixed-nav {
    position: fixed;
    top: 0;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.54); }

.ih-checklist-wrapper {
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
  transition: 0.1s all linear;
  position: relative;
  opacity: 0;
  visibility: hidden; }
  @media screen and (max-width: 991px) {
    .ih-checklist-wrapper {
      display: none; } }
  .ih-checklist-wrapper .ih-checklist {
    border-bottom: 1px solid #343432;
    position: relative;
    display: none; }
  .ih-checklist-wrapper.has-single-level.show {
    height: auto !important; }
  .ih-checklist-wrapper.show {
    padding-bottom: 10px;
    opacity: 1;
    visibility: visible; }
    .ih-checklist-wrapper.show .ih-checklist.active {
      display: flex; }
      .ih-checklist-wrapper.show .ih-checklist.active.single-level {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding: 15px 48px 0;
        border-bottom: 0;
        row-gap: 0;
        column-gap: 80px; }
        @media (max-width: 991px) {
          .ih-checklist-wrapper.show .ih-checklist.active.single-level {
            padding: 15px 15px 0; } }
        .ih-checklist-wrapper.show .ih-checklist.active.single-level li {
          display: inline-block;
          width: 33.33%;
          max-width: 290px; }
          @media (max-width: 991px) {
            .ih-checklist-wrapper.show .ih-checklist.active.single-level li {
              width: 31%; } }
          @media (max-width: 767px) {
            .ih-checklist-wrapper.show .ih-checklist.active.single-level li {
              width: 47%; } }
  .ih-checklist-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ih-checklist-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 70px;
    row-gap: 20px;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 1490px) {
      .ih-checklist-wrapper > ul {
        column-gap: 40px;
        row-gap: 20px; } }
    @media (max-width: 1270px) {
      .ih-checklist-wrapper > ul {
        column-gap: 20px;
        row-gap: 20px;
        justify-content: space-between; } }
    @media (max-width: 1125px) {
      .ih-checklist-wrapper > ul {
        column-gap: 10px;
        row-gap: 20px; } }
    @media (min-width: 992px) {
      .ih-checklist-wrapper > ul {
        padding-left: 48px;
        padding-right: 48px; } }
  .ih-checklist-wrapper li {
    list-style: none; }
    .ih-checklist-wrapper li a {
      font-weight: 400;
      text-decoration: none;
      color: #343432;
      padding: 5px 0;
      line-height: 1; }
    .ih-checklist-wrapper li ul {
      opacity: 0;
      visibility: hidden;
      column-gap: 20px;
      position: absolute;
      left: 0;
      top: 100%;
      margin-top: 1px;
      width: 100%;
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 48px;
      padding-right: 48px;
      background: #fff;
      z-index: 9;
      display: list-item; }
      @media (max-width: 991px) {
        .ih-checklist-wrapper li ul {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 1340px) {
        .ih-checklist-wrapper li ul {
          display: list-item; } }
      .ih-checklist-wrapper li ul li {
        position: relative;
        z-index: 10;
        width: 14%;
        display: inline-block; }
        @media (max-width: 1300px) {
          .ih-checklist-wrapper li ul li {
            width: 15%; } }
        @media (max-width: 991px) {
          .ih-checklist-wrapper li ul li {
            width: 31%; } }
        @media (max-width: 767px) {
          .ih-checklist-wrapper li ul li {
            width: 47%; } }
      .ih-checklist-wrapper li ul::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: var(--checlisk-psudo-height);
        background-color: #ffffff;
        z-index: 7; }
      .ih-checklist-wrapper li ul a {
        font-size: 0.89rem;
        display: block; }
    .ih-checklist-wrapper li.active > a {
      font-weight: 700; }
    .ih-checklist-wrapper li.active ul {
      opacity: 1;
      visibility: visible;
      display: flex;
      flex-wrap: wrap; }

.checklist-page .ih-products {
  padding-left: 48px;
  padding-right: 48px;
  flex-direction: column;
  gap: 12px; }
  @media screen and (max-width: 991px) {
    .checklist-page .ih-products {
      gap: 0;
      padding-left: 16px;
      padding-right: 16px;
      border-bottom: 1px solid #343432;
      padding-top: 15px; } }
  .checklist-page .ih-products .subcategory-title.show-on-mobile {
    display: none; }
    @media screen and (max-width: 991px) {
      .checklist-page .ih-products .subcategory-title.show-on-mobile {
        display: block;
        margin-bottom: 16px; } }
  .checklist-page .ih-products .product-grid {
    overflow-y: hidden;
    overflow-x: auto; }
    .checklist-page .ih-products .product-grid tbody {
      width: 100%; }
    .checklist-page .ih-products .product-grid .choose-product .button {
      height: 48px !important;
      padding: 5px 16px !important; }
    @media screen and (max-width: 991px) {
      .checklist-page .ih-products .product-grid .choose-product .button {
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
        height: 32px !important;
        background: #6e7568;
        border-color: #6e7568;
        color: white; } }
    .checklist-page .ih-products .product-grid tr th {
      border: none;
      position: sticky;
      left: 0;
      z-index: 100;
      padding: 24px 0;
      background: white;
      max-width: 300px;
      vertical-align: top; }
      @media screen and (max-width: 991px) {
        .checklist-page .ih-products .product-grid tr th {
          display: none; } }
      @media screen and (min-width: 1340px) {
        .checklist-page .ih-products .product-grid tr th {
          min-width: 300px; } }
      @media screen and (max-width: 1550px) {
        .checklist-page .ih-products .product-grid tr th {
          min-width: 230px; } }
      @media screen and (max-width: 1500px) {
        .checklist-page .ih-products .product-grid tr th {
          min-width: 180px;
          max-width: 180px; } }
    .checklist-page .ih-products .product-grid tr td {
      width: 100%;
      max-width: 25%;
      padding: 24px 0;
      vertical-align: top;
      border: none; }
      .checklist-page .ih-products .product-grid tr td:last-of-type .ih-product-card .price-wrapper .unlock-pricing .login-for-pricing--msg {
        bottom: 0%;
        left: unset;
        top: unset;
        right: 100%; }
      .checklist-page .ih-products .product-grid tr td:last-of-type .ih-product-card .price-wrapper .unlock-pricing {
        padding-left: 12px !important;
        padding-right: 0px !important; }
      @media screen and (min-width: 992px) {
        .checklist-page .ih-products .product-grid tr td {
          min-width: 325px;
          padding-bottom: 40px; } }
      @media screen and (min-width: 1340px) {
        .checklist-page .ih-products .product-grid tr td {
          min-width: 230px; } }
      @media screen and (max-width: 991px) {
        .checklist-page .ih-products .product-grid tr td {
          padding: 0; }
          .checklist-page .ih-products .product-grid tr td:first-of-type .ih-product-card .original-product,
          .checklist-page .ih-products .product-grid tr td:first-of-type .ih-product-card .product-label,
          .checklist-page .ih-products .product-grid tr td:first-of-type .ih-product-card .each_pack_price span,
          .checklist-page .ih-products .product-grid tr td:first-of-type .ih-product-card .pack_quantity span,
          .checklist-page .ih-products .product-grid tr td:first-of-type .ih-product-card .price-wrapper .price,
          .checklist-page .ih-products .product-grid tr td:first-of-type .ih-product-card .discount,
          .checklist-page .ih-products .product-grid tr td:first-of-type .ih-product-card .brand span {
            padding-left: 0 !important;
            padding-right: 24px !important; }
          .checklist-page .ih-products .product-grid tr td:first-of-type .ih-product-card .each_pack_price .no-login-unlock-pricing {
            padding-right: 12px !important; }
          .checklist-page .ih-products .product-grid tr td:first-of-type .ih-product-card .price-wrapper .unlock-pricing {
            padding-left: 0 !important; } }
    .checklist-page .ih-products .product-grid .ih-product-card {
      width: 100%;
      padding: 0; }
      @media screen and (max-width: 1339px) {
        .checklist-page .ih-products .product-grid .ih-product-card {
          min-width: inherit; } }
      @media screen and (max-width: 991px) {
        .checklist-page .ih-products .product-grid .ih-product-card {
          min-width: 210px; }
          .checklist-page .ih-products .product-grid .ih-product-card::before {
            display: none; } }
      .checklist-page .ih-products .product-grid .ih-product-card .original-product {
        padding-top: 5px !important; }
        .checklist-page .ih-products .product-grid .ih-product-card .original-product img {
          min-height: 343px;
          max-height: 343px;
          height: auto; }
          @media screen and (max-width: 991px) {
            .checklist-page .ih-products .product-grid .ih-product-card .original-product img {
              min-height: 210px;
              max-height: 210px;
              width: 100%;
              object-fit: cover; } }
        @media screen and (min-width: 992px) {
          .checklist-page .ih-products .product-grid .ih-product-card .original-product .product-thumb {
            min-height: 343px;
            max-height: 343px; } }
        @media screen and (min-width: 1340px) {
          .checklist-page .ih-products .product-grid .ih-product-card .original-product .product-thumb {
            min-width: 230px;
            max-width: 230px;
            margin: 0 auto; } }
      @media screen and (max-width: 991px) {
        .checklist-page .ih-products .product-grid .ih-product-card .placeholder.product-thumb {
          min-height: 215px !important;
          max-height: 215px !important; } }
      .checklist-page .ih-products .product-grid .ih-product-card .original-product,
      .checklist-page .ih-products .product-grid .ih-product-card .product-label {
        padding: 0 12px; }
      .checklist-page .ih-products .product-grid .ih-product-card.product-types::before {
        content: none; }
      .checklist-page .ih-products .product-grid .ih-product-card .placeholder.product-thumb {
        margin: 0px 12px;
        padding-top: 5px;
        min-height: 348px;
        max-height: 348px; }
      .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product {
        display: block;
        padding: 0 !important; }
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .placeholder.product-thumb {
          align-items: flex-start;
          justify-content: flex-start;
          margin: 0 18px 0 0;
          min-height: 348px;
          max-height: 348px;
          height: auto; }
          .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .placeholder.product-thumb h4.subcategory-title {
            font-size: 1.55556rem;
            line-height: 1.286;
            text-align: left;
            max-width: 178px; }
            @media screen and (min-width: 1340px) {
              .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .placeholder.product-thumb h4.subcategory-title {
                max-width: 300px; } }
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .product-card-info .product-label {
          min-height: 48px; }
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .product-card-info .brand-title,
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .product-card-info .unit-cost,
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .product-card-info .quantity-title,
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .product-card-info .inhaven-price-title,
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .product-card-info .discount {
          font-size: 0.88889rem;
          font-weight: 400;
          line-height: 2;
          color: #343432;
          text-align: left; }
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .product-card-info .unit-cost,
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .product-card-info .package span {
          line-height: 49px;
          min-height: 49px; }
        .checklist-page .ih-products .product-grid .ih-product-card.product-types .original-product .product-card-info .inhaven-price-title {
          font-weight: 700;
          min-height: 49px;
          line-height: 49px;
          vertical-align: middle; }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .product-label,
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .product-label * {
        font-size: 0.88889rem;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 4px;
        margin-bottom: 0; }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .brand {
        font-size: 0.88889rem;
        font-weight: 700;
        line-height: 2;
        text-decoration: none;
        min-height: 32px; }
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .brand span {
          padding: 0 12px;
          display: block; }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .brand,
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package {
        margin: 0; }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package,
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper *,
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .unlock-pricing * {
        font-size: 0.88889rem;
        font-weight: 400;
        line-height: 1.75; }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .each_pack_price {
        font-weight: 400;
        background: #F9F8F5; }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .each_pack_price span,
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .pack_quantity span {
        padding: 0 12px; }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .pack_quantity span {
        font-size: 0.77778rem;
        line-height: 1.55556rem; }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .each-quantity {
        display: none;
        padding: 0 !important; }
        @media screen and (max-width: 991px) {
          .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .each-quantity {
            display: inline-block; } }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package span {
        display: block;
        min-height: 32px; }
      .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper {
        display: block; }
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper .unlock-pricing {
          background: #F9F8F5;
          padding-left: 12px;
          min-height: 49px;
          max-height: 49px; }
          .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper .unlock-pricing .login-for-pricing--msg {
            bottom: -50%;
            left: 100%;
            top: unset;
            right: unset; }
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper .price {
          padding: 0 12px;
          width: 100%;
          min-height: 49px;
          background: #F9F8F5; }
          .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper .price * {
            font-size: 0.88889rem; }
          .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper .price .new-price {
            min-height: 49px;
            max-height: 49px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper .price .new-price span {
              display: inline-block; }
            .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper .price .new-price .original-price {
              font-weight: 700;
              margin-right: 8px;
              line-height: 1.5; }
            .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper .price .new-price .old-price {
              color: #8F968B;
              margin-left: 0px;
              line-height: 1.5; }
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .price-wrapper .discount {
          font-size: 0.88889rem !important;
          font-weight: 700 !important;
          line-height: 2 !important;
          padding: 0 12px; }
      @media screen and (max-width: 991px) {
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .product-label,
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .product-label * {
          font-size: 0.77778rem !important;
          line-height: 1.286 !important;
          min-height: 36px !important; }
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .brand {
          font-size: 0.77778rem;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-clamp: 1;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package span {
          min-height: 24px !important;
          max-height: 24px !important; }
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .each_pack_price {
          font-size: 0.77778rem !important;
          line-height: 1.715; }
          .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .each_pack_price .no-login-unlock-pricing {
            padding-right: 0; }
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .pack_quantity {
          font-size: 0.77778rem !important;
          line-height: 2; }
        .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .unlock-pricing .unlock {
          font-size: 0.77778rem !important;
          line-height: 1.715; } }

#custom-Checklist-Filter-Popup #customChecklistFilterWrapper {
  padding: 16px;
  padding-bottom: 0; }
  #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .product-type-button-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 34px; }
    #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .product-type-button-wrapper .product-type-button {
      font-size: 0.77778rem;
      font-weight: 500;
      line-height: 2.29;
      border-radius: 4px;
      text-decoration: none;
      padding: 0 12px;
      border: 1px solid #8F968B;
      background: white;
      color: #8F968B; }
      #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .product-type-button-wrapper .product-type-button:hover, #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .product-type-button-wrapper .product-type-button.active {
        border: 1px solid #343432;
        background: #343432;
        color: white; }
  #custom-Checklist-Filter-Popup #customChecklistFilterWrapper h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.78;
    margin-bottom: 15px; }
  #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper {
    display: block;
    height: auto; }
    #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper ul {
      overflow: auto;
      max-height: 350px; }
    #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper .ih-checklist {
      padding: 0;
      overflow: auto;
      margin-left: 16px; }
      #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper .ih-checklist.single-level.active {
        display: block; }
      #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper .ih-checklist li {
        width: 100%; }
        #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper .ih-checklist li.active a {
          font-weight: 700; }
        #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper .ih-checklist li a {
          font-size: 0.88889rem;
          font-weight: 400;
          line-height: 2.5;
          padding: 0; }
          #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper .ih-checklist li a:focus {
            font-weight: 700; }
  #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper .ih-checklist .main-checklist.active > a {
    position: relative;
    z-index: 8; }
  #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .ih-checklist-wrapper .ih-checklist .main-checklist.active ul {
    position: unset; }
  #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .close-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 0;
    min-height: 48px;
    border-top: 1px solid #343432; }
    #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .close-buttons button {
      position: unset;
      width: auto; }
    #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .close-buttons .modal-cancel-btn {
      border: 1px solid #343432;
      background: #fff;
      color: #343432;
      border-radius: 30px;
      padding: 12px 24px !important;
      font-size: 0.88889rem !important;
      font-weight: 500;
      text-transform: capitalize; }
      #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .close-buttons .modal-cancel-btn:hover {
        background: #D8C826;
        color: #fff;
        text-transform: capitalize;
        border-color: #D8C826; }
    #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .close-buttons .modal-show-btn {
      border: 1px solid #D8C826;
      background: #D8C826;
      color: #fff;
      border-radius: 30px;
      padding: 12px 24px !important;
      font-size: 0.88889rem !important;
      font-weight: 500;
      text-transform: capitalize; }
      #custom-Checklist-Filter-Popup #customChecklistFilterWrapper .close-buttons .modal-show-btn:hover {
        background: #fff;
        color: #343432;
        text-transform: capitalize;
        border-color: #343432; }

.checklist-page .ih-product-card .package .each_pack_price {
  line-height: 49px !important;
  min-height: 49px !important; }

.checklist-page .ih-product-card .unlock-pricing {
  line-height: 49px !important;
  min-height: 49px !important; }

@media screen and (max-width: 991px) {
  .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package span {
    min-height: 49px !important;
    max-height: 49px !important;
    line-height: 49px; }
  .checklist-page .ih-products .product-grid .ih-product-card .product-card-info .package .pack_quantity span {
    line-height: 49px; } }

.ih-products {
  display: flex;
  flex-direction: column;
  padding-bottom: 37px;
  border-bottom: 0.5px solid transparent; }
  @media (min-width: 992px) {
    .ih-products {
      flex-direction: row; } }
  @media (min-width: 1340px) {
    .ih-products {
      padding-right: 21px;
      border-bottom-color: #343432; } }
  .ih-products .ih-button {
    background: #fff;
    color: #343432;
    border-color: #343432;
    border: 1px solid;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 30px !important;
    height: auto !important;
    min-height: auto !important; }
    .ih-products .ih-button:hover {
      background-color: #D8C826;
      border-color: #D8C826;
      color: #ffffff; }

.checklist-page {
  /* Safari */ }
  .checklist-page .subcategories {
    display: none; }
    .checklist-page .subcategories.active {
      display: block; }
      .checklist-page .subcategories.active .level-3,
      .checklist-page .subcategories.active .level-2 {
        display: block; }
    .checklist-page .subcategories.hide {
      display: none !important; }
    .checklist-page .subcategories.level-2.has-next-level > .ih-products {
      display: none !important; }
  .checklist-page .loader-wrapper {
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center; }
    .checklist-page .loader-wrapper.active {
      display: flex; }
  .checklist-page .product-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #343432;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin-top: 50px; }

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

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

.product-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden; }
  .product-grid.show-details .additional-details {
    max-height: 100%;
    transition: max-height .5s linear; }
  .product-grid table td {
    max-width: 20%;
    width: 100%; }
  .product-grid table .ih-product-card {
    width: 100%; }
  .product-grid table .ih-product-card.product-types {
    display: block; }

.product-grid-inner {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  overflow-y: auto; }
  @media (min-width: 1340px) {
    .product-grid-inner {
      overflow-y: initial; } }

.additional-details {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: max-height .2s linear;
  max-height: 0;
  overflow: hidden; }
  .additional-details li {
    color: #343432;
    font-weight: 400;
    font-size: 0.72rem;
    margin-bottom: 10px; }

.product-types {
  position: relative;
  padding: 27px 15px 27px 15px;
  min-width: 311px; }
  @media (min-width: 992px) {
    .product-types {
      padding: 27px 27px 27px 48px; } }
  .product-types::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #343432; }
    @media (min-width: 1340px) {
      .product-types::before {
        display: none; } }
  .product-types .image-space {
    min-height: 200px; }
  .product-types .original-product span {
    display: block; }
  .product-types h4 {
    color: #343432;
    font-size: 1.5rem;
    margin-bottom: 15px; }
  .product-types .product-label {
    display: flex;
    align-items: center;
    column-gap: 7px;
    font-weight: 500;
    color: #343432; }
    .product-types .product-label .icon {
      width: 24px;
      height: 24px;
      border-radius: 24px;
      background-color: #D8C826;
      display: flex;
      justify-content: center;
      align-items: center; }
      .product-types .product-label .icon svg {
        width: 15px;
        height: 15px; }
      .product-types .product-label .icon path {
        fill: #ffffff;
        fill-opacity: 1; }
  .product-types .spacer {
    margin-top: 40px; }
    @media (min-width: 992px) {
      .product-types .spacer {
        margin-top: 144px; } }

.popup-links {
  display: flex;
  column-gap: 20px;
  align-items: center;
  color: #89A09D;
  font-weight: 700;
  font-size: 0.89rem;
  margin-bottom: 27px; }
  .popup-links:last-of-type {
    margin-bottom: 0; }

.original-product.no-product .ih-product-card.no-type {
  width: auto; }
  .original-product.no-product .ih-product-card.no-type .subcategory-title {
    min-height: 250px; }

.original-product.no-product .product-label {
  margin-top: 7px;
  margin-bottom: 17px;
  min-height: 48px; }

.original-product.no-product span {
  font-size: 0.77778rem;
  font-weight: 400;
  line-height: 2;
  color: #343432; }

.ih-economy .ih-product-card::before {
  background-color: #8DC6BE; }

.ih-midscale .ih-product-card::before {
  background-color: #D8C826; }

.ih-premium .ih-product-card::before {
  background-color: #F39865; }

.ih-luxury .ih-product-card::before {
  background-color: #89A09D; }

.ih-product-card {
  width: 25%;
  min-width: 300px;
  padding: 27px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .ih-product-card {
      min-width: 210px; } }
  @media (min-width: 1340px) {
    .ih-product-card {
      min-width: initial; } }
  .ih-product-card::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 1340px) {
      .ih-product-card::before {
        display: none; } }
  .ih-product-card.economy::before {
    background-color: #8DC6BE; }
  .ih-product-card.midscale::before {
    background-color: #D8C826; }
  .ih-product-card.premium::before {
    background-color: #F39865; }
  .ih-product-card.luxury::before {
    background-color: #89A09D; }
  .ih-product-card img {
    height: 100%;
    object-fit: contain;
    width: 100%; }
  .ih-product-card .product-label {
    font-size: 0.78rem;
    font-weight: 500;
    color: #343432;
    line-height: 1.7;
    margin-top: 7px;
    margin-bottom: 17px; }
    .ih-product-card .product-label a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      min-height: 48px;
      text-decoration: none; }
  .ih-product-card .brand {
    display: block;
    font-size: 0.61rem;
    font-weight: 400;
    margin-bottom: 11px; }
  .ih-product-card .package {
    display: block;
    font-size: 0.72rem;
    font-weight: 400;
    text-transform: lowercase;
    margin-bottom: 11px; }
    .ih-product-card .package .each_pack_price {
      font-weight: 700; }
  .ih-product-card .price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0; }
  .ih-product-card .unlock {
    font-weight: 400;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 0.72rem; }
  .ih-product-card .unlock-pricing {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .ih-product-card .unlock-pricing .login-for-pricing {
      position: relative;
      top: auto;
      line-height: 1; }
      .ih-product-card .unlock-pricing .login-for-pricing #padlock {
        margin: 0 5px 0px 5px; }
  .ih-product-card .login-for-pricing #padlock {
    width: 10px;
    height: 15px;
    margin: 0 5px 0px 2px; }
  .ih-product-card .discount {
    font-weight: 700;
    font-size: 0.72rem;
    color: #10A894;
    min-width: 50px; }
  .ih-product-card .price {
    display: inline-flex;
    font-weight: 400;
    column-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
    width: calc(100% - 50px); }
    .ih-product-card .price .old-price {
      color: #6e7568;
      text-decoration: line-through;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 1; }
    .ih-product-card .price .new-price {
      color: #343432;
      font-weight: 700;
      font-size: 16px;
      font-style: normal;
      line-height: 1; }
      .ih-product-card .price .new-price .postfix {
        font-weight: 400; }
  .ih-product-card .product-thumb {
    position: relative;
    display: block;
    aspect-ratio: 1; }
  .ih-product-card .original-product {
    display: none; }
  .ih-product-card .placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    min-height: 250px; }
  .ih-product-card.has-product .original-product {
    display: block !important; }
  .ih-product-card.has-product .placeholder {
    display: none !important; }
  .ih-product-card .quaity-type {
    position: absolute;
    top: 27px;
    left: 24px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    color: #ffffff;
    background-color: #6e7568;
    z-index: 9; }
  .ih-product-card .choose-product {
    position: absolute;
    bottom: 24px;
    width: 100%;
    z-index: 9;
    display: block;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .ih-product-card .choose-product {
        bottom: 0; } }

.ih-productCarousel .ih-product-card {
  width: 100%;
  min-width: 280px; }

.ih-productCarousel .productCarousel-slide {
  padding: 0; }

.ih-productCarousel .slick-list {
  margin-right: -150px; }
  @media (min-width: 1340px) {
    .ih-productCarousel .slick-list {
      margin-right: 0; } }

.ih-favourite {
  display: none;
  position: absolute;
  top: 27px;
  right: 24px; }

.ih-tag {
  position: absolute;
  top: 27px;
  left: 24px;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  color: white;
  border-radius: 2px;
  z-index: 9;
  font-size: 0.66rem;
  padding: 3px; }
  .ih-tag.economy {
    background-color: #8DC6BE; }
  .ih-tag.midscale {
    background-color: #D8C826; }
  .ih-tag.premium {
    background-color: #F39865; }
  .ih-tag.luxury {
    background-color: #89A09D; }

.cat-info {
  display: none; }

.checklist-page .product-card-info > span:nth-child(odd) {
  background: #F9F8F5; }

.page-editaccount .container,
.page-account_orderstatus .container,
.page-account_inbox .container,
.page-account_addressbook .container,
.page-account_recentitems .container,
.page-account_order .container,
.page-account_paymentmethods .container,
.page-shippingaddressform .container,
.page-account_addpaymentmethod .container,
.page-wishlists .container {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%; }

.page-editaccount .body,
.page-account_orderstatus .body,
.page-account_inbox .body,
.page-account_addressbook .body,
.page-account_recentitems .body,
.page-account_order .body,
.page-account_paymentmethods .body,
.page-shippingaddressform .body,
.page-account_addpaymentmethod .body,
.page-wishlists .body {
  margin: 0; }

.page-editaccount .ih-header-wrapper .ih-header-inner,
.page-account_orderstatus .ih-header-wrapper .ih-header-inner,
.page-account_inbox .ih-header-wrapper .ih-header-inner,
.page-account_addressbook .ih-header-wrapper .ih-header-inner,
.page-account_recentitems .ih-header-wrapper .ih-header-inner,
.page-account_order .ih-header-wrapper .ih-header-inner,
.page-account_paymentmethods .ih-header-wrapper .ih-header-inner,
.page-shippingaddressform .ih-header-wrapper .ih-header-inner,
.page-account_addpaymentmethod .ih-header-wrapper .ih-header-inner,
.page-wishlists .ih-header-wrapper .ih-header-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 86rem;
  padding: 1.7rem 3rem; }

.page-editaccount .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch,
.page-account_orderstatus .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch,
.page-account_inbox .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch,
.page-account_addressbook .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch,
.page-account_recentitems .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch,
.page-account_order .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch,
.page-account_paymentmethods .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch,
.page-shippingaddressform .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch,
.page-account_addpaymentmethod .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch,
.page-wishlists .ih-header-wrapper .ih-logo-search-box button.navUser-action--quickSearch {
  display: none; }

.page-editaccount .ih-header-wrapper .ih-menu-items-box,
.page-account_orderstatus .ih-header-wrapper .ih-menu-items-box,
.page-account_inbox .ih-header-wrapper .ih-menu-items-box,
.page-account_addressbook .ih-header-wrapper .ih-menu-items-box,
.page-account_recentitems .ih-header-wrapper .ih-menu-items-box,
.page-account_order .ih-header-wrapper .ih-menu-items-box,
.page-account_paymentmethods .ih-header-wrapper .ih-menu-items-box,
.page-shippingaddressform .ih-header-wrapper .ih-menu-items-box,
.page-account_addpaymentmethod .ih-header-wrapper .ih-menu-items-box,
.page-wishlists .ih-header-wrapper .ih-menu-items-box {
  display: none; }

.page-editaccount .bread-crumbs,
.page-account_orderstatus .bread-crumbs,
.page-account_inbox .bread-crumbs,
.page-account_addressbook .bread-crumbs,
.page-account_recentitems .bread-crumbs,
.page-account_order .bread-crumbs,
.page-account_paymentmethods .bread-crumbs,
.page-shippingaddressform .bread-crumbs,
.page-account_addpaymentmethod .bread-crumbs,
.page-wishlists .bread-crumbs {
  display: none; }

.page-editaccount .account-page--wrapper,
.page-account_orderstatus .account-page--wrapper,
.page-account_inbox .account-page--wrapper,
.page-account_addressbook .account-page--wrapper,
.page-account_recentitems .account-page--wrapper,
.page-account_order .account-page--wrapper,
.page-account_paymentmethods .account-page--wrapper,
.page-shippingaddressform .account-page--wrapper,
.page-account_addpaymentmethod .account-page--wrapper,
.page-wishlists .account-page--wrapper {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 800px) {
    .page-editaccount .account-page--wrapper,
    .page-account_orderstatus .account-page--wrapper,
    .page-account_inbox .account-page--wrapper,
    .page-account_addressbook .account-page--wrapper,
    .page-account_recentitems .account-page--wrapper,
    .page-account_order .account-page--wrapper,
    .page-account_paymentmethods .account-page--wrapper,
    .page-shippingaddressform .account-page--wrapper,
    .page-account_addpaymentmethod .account-page--wrapper,
    .page-wishlists .account-page--wrapper {
      flex-direction: column; } }
  @media only screen and (max-width: 800px) {
    .page-editaccount .account-page--wrapper,
    .page-account_orderstatus .account-page--wrapper,
    .page-account_inbox .account-page--wrapper,
    .page-account_addressbook .account-page--wrapper,
    .page-account_recentitems .account-page--wrapper,
    .page-account_order .account-page--wrapper,
    .page-account_paymentmethods .account-page--wrapper,
    .page-shippingaddressform .account-page--wrapper,
    .page-account_addpaymentmethod .account-page--wrapper,
    .page-wishlists .account-page--wrapper {
      margin-top: 77px; } }
  @media (min-width: 770px) {
    .page-editaccount .account-page--wrapper .customer-info,
    .page-account_orderstatus .account-page--wrapper .customer-info,
    .page-account_inbox .account-page--wrapper .customer-info,
    .page-account_addressbook .account-page--wrapper .customer-info,
    .page-account_recentitems .account-page--wrapper .customer-info,
    .page-account_order .account-page--wrapper .customer-info,
    .page-account_paymentmethods .account-page--wrapper .customer-info,
    .page-shippingaddressform .account-page--wrapper .customer-info,
    .page-account_addpaymentmethod .account-page--wrapper .customer-info,
    .page-wishlists .account-page--wrapper .customer-info {
      display: none; } }
  @media (min-width: 770px) {
    .page-editaccount .account-page--wrapper .navBar-item,
    .page-account_orderstatus .account-page--wrapper .navBar-item,
    .page-account_inbox .account-page--wrapper .navBar-item,
    .page-account_addressbook .account-page--wrapper .navBar-item,
    .page-account_recentitems .account-page--wrapper .navBar-item,
    .page-account_order .account-page--wrapper .navBar-item,
    .page-account_paymentmethods .account-page--wrapper .navBar-item,
    .page-shippingaddressform .account-page--wrapper .navBar-item,
    .page-account_addpaymentmethod .account-page--wrapper .navBar-item,
    .page-wishlists .account-page--wrapper .navBar-item {
      position: relative;
      display: inline-block;
      border-bottom: 1px dotted black; } }
  @media (min-width: 770px) {
    .page-editaccount .account-page--wrapper .navBar-item .tooltiptext,
    .page-account_orderstatus .account-page--wrapper .navBar-item .tooltiptext,
    .page-account_inbox .account-page--wrapper .navBar-item .tooltiptext,
    .page-account_addressbook .account-page--wrapper .navBar-item .tooltiptext,
    .page-account_recentitems .account-page--wrapper .navBar-item .tooltiptext,
    .page-account_order .account-page--wrapper .navBar-item .tooltiptext,
    .page-account_paymentmethods .account-page--wrapper .navBar-item .tooltiptext,
    .page-shippingaddressform .account-page--wrapper .navBar-item .tooltiptext,
    .page-account_addpaymentmethod .account-page--wrapper .navBar-item .tooltiptext,
    .page-wishlists .account-page--wrapper .navBar-item .tooltiptext {
      visibility: hidden;
      position: absolute;
      display: inline-block;
      background-color: #89a09d;
      color: #fff;
      text-align: center;
      padding: 8px 14px;
      border-radius: 6px;
      z-index: 1;
      opacity: 0;
      transition: opacity 0.3s;
      top: 0px;
      left: 111%;
      white-space: nowrap; } }
  @media (min-width: 770px) {
    .page-editaccount .account-page--wrapper .navBar-item .tooltiptext::after,
    .page-account_orderstatus .account-page--wrapper .navBar-item .tooltiptext::after,
    .page-account_inbox .account-page--wrapper .navBar-item .tooltiptext::after,
    .page-account_addressbook .account-page--wrapper .navBar-item .tooltiptext::after,
    .page-account_recentitems .account-page--wrapper .navBar-item .tooltiptext::after,
    .page-account_order .account-page--wrapper .navBar-item .tooltiptext::after,
    .page-account_paymentmethods .account-page--wrapper .navBar-item .tooltiptext::after,
    .page-shippingaddressform .account-page--wrapper .navBar-item .tooltiptext::after,
    .page-account_addpaymentmethod .account-page--wrapper .navBar-item .tooltiptext::after,
    .page-wishlists .account-page--wrapper .navBar-item .tooltiptext::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent #89a09d transparent transparent; } }
  @media (min-width: 770px) {
    .page-editaccount .account-page--wrapper .navBar-item:hover .tooltiptext,
    .page-account_orderstatus .account-page--wrapper .navBar-item:hover .tooltiptext,
    .page-account_inbox .account-page--wrapper .navBar-item:hover .tooltiptext,
    .page-account_addressbook .account-page--wrapper .navBar-item:hover .tooltiptext,
    .page-account_recentitems .account-page--wrapper .navBar-item:hover .tooltiptext,
    .page-account_order .account-page--wrapper .navBar-item:hover .tooltiptext,
    .page-account_paymentmethods .account-page--wrapper .navBar-item:hover .tooltiptext,
    .page-shippingaddressform .account-page--wrapper .navBar-item:hover .tooltiptext,
    .page-account_addpaymentmethod .account-page--wrapper .navBar-item:hover .tooltiptext,
    .page-wishlists .account-page--wrapper .navBar-item:hover .tooltiptext {
      visibility: visible;
      opacity: 1; } }
  .page-editaccount .account-page--wrapper .account-page--nav,
  .page-account_orderstatus .account-page--wrapper .account-page--nav,
  .page-account_inbox .account-page--wrapper .account-page--nav,
  .page-account_addressbook .account-page--wrapper .account-page--nav,
  .page-account_recentitems .account-page--wrapper .account-page--nav,
  .page-account_order .account-page--wrapper .account-page--nav,
  .page-account_paymentmethods .account-page--wrapper .account-page--nav,
  .page-shippingaddressform .account-page--wrapper .account-page--nav,
  .page-account_addpaymentmethod .account-page--wrapper .account-page--nav,
  .page-wishlists .account-page--wrapper .account-page--nav {
    max-width: 18.8%;
    min-width: 200;
    width: 100%; }
    @media only screen and (min-width: 770px) {
      .page-editaccount .account-page--wrapper .account-page--nav,
      .page-account_orderstatus .account-page--wrapper .account-page--nav,
      .page-account_inbox .account-page--wrapper .account-page--nav,
      .page-account_addressbook .account-page--wrapper .account-page--nav,
      .page-account_recentitems .account-page--wrapper .account-page--nav,
      .page-account_order .account-page--wrapper .account-page--nav,
      .page-account_paymentmethods .account-page--wrapper .account-page--nav,
      .page-shippingaddressform .account-page--wrapper .account-page--nav,
      .page-account_addpaymentmethod .account-page--wrapper .account-page--nav,
      .page-wishlists .account-page--wrapper .account-page--nav {
        background-color: #89a09d;
        min-width: 140px;
        width: 140px;
        box-shadow: 3px -3px 17px 0px rgba(88, 79, 79, 0.25); } }
    @media only screen and (max-width: 800px) {
      .page-editaccount .account-page--wrapper .account-page--nav,
      .page-account_orderstatus .account-page--wrapper .account-page--nav,
      .page-account_inbox .account-page--wrapper .account-page--nav,
      .page-account_addressbook .account-page--wrapper .account-page--nav,
      .page-account_recentitems .account-page--wrapper .account-page--nav,
      .page-account_order .account-page--wrapper .account-page--nav,
      .page-account_paymentmethods .account-page--wrapper .account-page--nav,
      .page-shippingaddressform .account-page--wrapper .account-page--nav,
      .page-account_addpaymentmethod .account-page--wrapper .account-page--nav,
      .page-wishlists .account-page--wrapper .account-page--nav {
        max-width: calc(100% - 32px);
        border-right: none; }
        .page-editaccount .account-page--wrapper .account-page--nav .navBar--account,
        .page-account_orderstatus .account-page--wrapper .account-page--nav .navBar--account,
        .page-account_inbox .account-page--wrapper .account-page--nav .navBar--account,
        .page-account_addressbook .account-page--wrapper .account-page--nav .navBar--account,
        .page-account_recentitems .account-page--wrapper .account-page--nav .navBar--account,
        .page-account_order .account-page--wrapper .account-page--nav .navBar--account,
        .page-account_paymentmethods .account-page--wrapper .account-page--nav .navBar--account,
        .page-shippingaddressform .account-page--wrapper .account-page--nav .navBar--account,
        .page-account_addpaymentmethod .account-page--wrapper .account-page--nav .navBar--account,
        .page-wishlists .account-page--wrapper .account-page--nav .navBar--account {
          margin-bottom: 32px; }
        .page-editaccount .account-page--wrapper .account-page--nav::after,
        .page-account_orderstatus .account-page--wrapper .account-page--nav::after,
        .page-account_inbox .account-page--wrapper .account-page--nav::after,
        .page-account_addressbook .account-page--wrapper .account-page--nav::after,
        .page-account_recentitems .account-page--wrapper .account-page--nav::after,
        .page-account_order .account-page--wrapper .account-page--nav::after,
        .page-account_paymentmethods .account-page--wrapper .account-page--nav::after,
        .page-shippingaddressform .account-page--wrapper .account-page--nav::after,
        .page-account_addpaymentmethod .account-page--wrapper .account-page--nav::after,
        .page-wishlists .account-page--wrapper .account-page--nav::after {
          content: '';
          border-bottom: 1px solid #343432;
          width: calc(100% + 22px);
          display: block;
          margin-left: -11px; } }
    .page-editaccount .account-page--wrapper .account-page--nav .customer-info,
    .page-account_orderstatus .account-page--wrapper .account-page--nav .customer-info,
    .page-account_inbox .account-page--wrapper .account-page--nav .customer-info,
    .page-account_addressbook .account-page--wrapper .account-page--nav .customer-info,
    .page-account_recentitems .account-page--wrapper .account-page--nav .customer-info,
    .page-account_order .account-page--wrapper .account-page--nav .customer-info,
    .page-account_paymentmethods .account-page--wrapper .account-page--nav .customer-info,
    .page-shippingaddressform .account-page--wrapper .account-page--nav .customer-info,
    .page-account_addpaymentmethod .account-page--wrapper .account-page--nav .customer-info,
    .page-wishlists .account-page--wrapper .account-page--nav .customer-info {
      padding: 0; }
      @media (min-width: 551px) {
        .page-editaccount .account-page--wrapper .account-page--nav .customer-info,
        .page-account_orderstatus .account-page--wrapper .account-page--nav .customer-info,
        .page-account_inbox .account-page--wrapper .account-page--nav .customer-info,
        .page-account_addressbook .account-page--wrapper .account-page--nav .customer-info,
        .page-account_recentitems .account-page--wrapper .account-page--nav .customer-info,
        .page-account_order .account-page--wrapper .account-page--nav .customer-info,
        .page-account_paymentmethods .account-page--wrapper .account-page--nav .customer-info,
        .page-shippingaddressform .account-page--wrapper .account-page--nav .customer-info,
        .page-account_addpaymentmethod .account-page--wrapper .account-page--nav .customer-info,
        .page-wishlists .account-page--wrapper .account-page--nav .customer-info {
          padding: 0 20px; } }
      .page-editaccount .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-editaccount .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_orderstatus .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_orderstatus .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_inbox .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_inbox .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_addressbook .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_addressbook .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_recentitems .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_recentitems .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_order .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_order .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_paymentmethods .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_paymentmethods .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-shippingaddressform .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-shippingaddressform .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_addpaymentmethod .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_addpaymentmethod .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-wishlists .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-wishlists .account-page--wrapper .account-page--nav .customer-info .group-name {
        padding: 0 20px;
        line-height: 1.25 !important;
        letter-spacing: unset; }
      .page-editaccount .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_orderstatus .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_inbox .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_addressbook .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_recentitems .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_order .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_paymentmethods .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-shippingaddressform .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-account_addpaymentmethod .account-page--wrapper .account-page--nav .customer-info .customer-name,
      .page-wishlists .account-page--wrapper .account-page--nav .customer-info .customer-name {
        font-size: 1.55556rem; }
      .page-editaccount .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_orderstatus .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_inbox .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_addressbook .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_recentitems .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_order .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_paymentmethods .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-shippingaddressform .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-account_addpaymentmethod .account-page--wrapper .account-page--nav .customer-info .group-name,
      .page-wishlists .account-page--wrapper .account-page--nav .customer-info .group-name {
        margin-top: 8px;
        font-size: 0.88889rem;
        font-weight: 500; }
    .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account,
    .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account,
    .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account,
    .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account,
    .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account,
    .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account,
    .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account,
    .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account,
    .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account,
    .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account {
      margin-top: 32px;
      padding: 0; }
      @media screen and (max-width: 800px) {
        .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account {
          margin-bottom: 0; } }
      @media (min-width: 551px) {
        .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account,
        .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account {
          padding: 0 20px; } }
      .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section,
      .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section,
      .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section,
      .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section,
      .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section,
      .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section,
      .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section,
      .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section,
      .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section,
      .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section {
        display: flex;
        flex-direction: column;
        line-height: 1.33333rem; }
        .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item,
        .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item,
        .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item,
        .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item,
        .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item,
        .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item,
        .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item,
        .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item,
        .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item,
        .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item {
          text-align: left;
          border: none;
          border-radius: 6px;
          padding: 8px 24px 8px 10px;
          line-height: 24px;
          margin: 0 auto;
          margin-bottom: 8px;
          width: 100%;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action,
          .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action,
          .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action,
          .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action,
          .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action,
          .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action,
          .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action,
          .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action,
          .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action,
          .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action {
            font-size: 0.88889rem;
            color: #343432; }
            .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon,
            .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon,
            .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon,
            .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon,
            .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon,
            .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon,
            .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon,
            .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon,
            .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon,
            .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon {
              display: inline-block;
              margin-right: 16px;
              max-height: 24px;
              line-height: 1.25; }
              .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img {
                min-width: 24px; }
              .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg,
              .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg,
              .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg,
              .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg,
              .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg,
              .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg,
              .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg,
              .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg,
              .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg,
              .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg {
                vertical-align: top; }
          .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active, .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover,
          .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active,
          .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover,
          .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active,
          .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover,
          .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active,
          .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover,
          .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active,
          .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover,
          .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active,
          .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover,
          .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active,
          .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover,
          .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active,
          .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover,
          .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active,
          .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover,
          .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active,
          .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item:hover {
            border: none;
            background: #9cb1af; }
  .page-editaccount .account-page--wrapper .account.account--fixed,
  .page-editaccount .account-page--wrapper .account--fixedLarge,
  .page-account_orderstatus .account-page--wrapper .account.account--fixed,
  .page-account_orderstatus .account-page--wrapper .account--fixedLarge,
  .page-account_inbox .account-page--wrapper .account.account--fixed,
  .page-account_inbox .account-page--wrapper .account--fixedLarge,
  .page-account_addressbook .account-page--wrapper .account.account--fixed,
  .page-account_addressbook .account-page--wrapper .account--fixedLarge,
  .page-account_recentitems .account-page--wrapper .account.account--fixed,
  .page-account_recentitems .account-page--wrapper .account--fixedLarge,
  .page-account_order .account-page--wrapper .account.account--fixed,
  .page-account_order .account-page--wrapper .account--fixedLarge,
  .page-account_paymentmethods .account-page--wrapper .account.account--fixed,
  .page-account_paymentmethods .account-page--wrapper .account--fixedLarge,
  .page-shippingaddressform .account-page--wrapper .account.account--fixed,
  .page-shippingaddressform .account-page--wrapper .account--fixedLarge,
  .page-account_addpaymentmethod .account-page--wrapper .account.account--fixed,
  .page-account_addpaymentmethod .account-page--wrapper .account--fixedLarge,
  .page-wishlists .account-page--wrapper .account.account--fixed,
  .page-wishlists .account-page--wrapper .account--fixedLarge {
    max-width: calc(81.25% - 20px);
    width: 100%;
    margin-left: 0px;
    margin-right: 0;
    padding-left: 17px;
    padding-right: 4px; }
    @media (min-width: 770px) {
      .page-editaccount .account-page--wrapper .account.account--fixed,
      .page-editaccount .account-page--wrapper .account--fixedLarge,
      .page-account_orderstatus .account-page--wrapper .account.account--fixed,
      .page-account_orderstatus .account-page--wrapper .account--fixedLarge,
      .page-account_inbox .account-page--wrapper .account.account--fixed,
      .page-account_inbox .account-page--wrapper .account--fixedLarge,
      .page-account_addressbook .account-page--wrapper .account.account--fixed,
      .page-account_addressbook .account-page--wrapper .account--fixedLarge,
      .page-account_recentitems .account-page--wrapper .account.account--fixed,
      .page-account_recentitems .account-page--wrapper .account--fixedLarge,
      .page-account_order .account-page--wrapper .account.account--fixed,
      .page-account_order .account-page--wrapper .account--fixedLarge,
      .page-account_paymentmethods .account-page--wrapper .account.account--fixed,
      .page-account_paymentmethods .account-page--wrapper .account--fixedLarge,
      .page-shippingaddressform .account-page--wrapper .account.account--fixed,
      .page-shippingaddressform .account-page--wrapper .account--fixedLarge,
      .page-account_addpaymentmethod .account-page--wrapper .account.account--fixed,
      .page-account_addpaymentmethod .account-page--wrapper .account--fixedLarge,
      .page-wishlists .account-page--wrapper .account.account--fixed,
      .page-wishlists .account-page--wrapper .account--fixedLarge {
        background-color: whitesmoke;
        max-width: calc(91.6% - 20px); } }
    @media only screen and (max-width: 900px) {
      .page-editaccount .account-page--wrapper .account.account--fixed,
      .page-editaccount .account-page--wrapper .account--fixedLarge,
      .page-account_orderstatus .account-page--wrapper .account.account--fixed,
      .page-account_orderstatus .account-page--wrapper .account--fixedLarge,
      .page-account_inbox .account-page--wrapper .account.account--fixed,
      .page-account_inbox .account-page--wrapper .account--fixedLarge,
      .page-account_addressbook .account-page--wrapper .account.account--fixed,
      .page-account_addressbook .account-page--wrapper .account--fixedLarge,
      .page-account_recentitems .account-page--wrapper .account.account--fixed,
      .page-account_recentitems .account-page--wrapper .account--fixedLarge,
      .page-account_order .account-page--wrapper .account.account--fixed,
      .page-account_order .account-page--wrapper .account--fixedLarge,
      .page-account_paymentmethods .account-page--wrapper .account.account--fixed,
      .page-account_paymentmethods .account-page--wrapper .account--fixedLarge,
      .page-shippingaddressform .account-page--wrapper .account.account--fixed,
      .page-shippingaddressform .account-page--wrapper .account--fixedLarge,
      .page-account_addpaymentmethod .account-page--wrapper .account.account--fixed,
      .page-account_addpaymentmethod .account-page--wrapper .account--fixedLarge,
      .page-wishlists .account-page--wrapper .account.account--fixed,
      .page-wishlists .account-page--wrapper .account--fixedLarge {
        max-width: 100%;
        margin: 32px 0;
        padding: 0 5px; } }
    @media only screen and (max-width: 800px) {
      .page-editaccount .account-page--wrapper .account.account--fixed,
      .page-editaccount .account-page--wrapper .account--fixedLarge,
      .page-account_orderstatus .account-page--wrapper .account.account--fixed,
      .page-account_orderstatus .account-page--wrapper .account--fixedLarge,
      .page-account_inbox .account-page--wrapper .account.account--fixed,
      .page-account_inbox .account-page--wrapper .account--fixedLarge,
      .page-account_addressbook .account-page--wrapper .account.account--fixed,
      .page-account_addressbook .account-page--wrapper .account--fixedLarge,
      .page-account_recentitems .account-page--wrapper .account.account--fixed,
      .page-account_recentitems .account-page--wrapper .account--fixedLarge,
      .page-account_order .account-page--wrapper .account.account--fixed,
      .page-account_order .account-page--wrapper .account--fixedLarge,
      .page-account_paymentmethods .account-page--wrapper .account.account--fixed,
      .page-account_paymentmethods .account-page--wrapper .account--fixedLarge,
      .page-shippingaddressform .account-page--wrapper .account.account--fixed,
      .page-shippingaddressform .account-page--wrapper .account--fixedLarge,
      .page-account_addpaymentmethod .account-page--wrapper .account.account--fixed,
      .page-account_addpaymentmethod .account-page--wrapper .account--fixedLarge,
      .page-wishlists .account-page--wrapper .account.account--fixed,
      .page-wishlists .account-page--wrapper .account--fixedLarge {
        margin: 1.25rem auto; } }
    .page-editaccount .account-page--wrapper .account.account--fixed .page-heading,
    .page-editaccount .account-page--wrapper .account--fixedLarge .page-heading,
    .page-account_orderstatus .account-page--wrapper .account.account--fixed .page-heading,
    .page-account_orderstatus .account-page--wrapper .account--fixedLarge .page-heading,
    .page-account_inbox .account-page--wrapper .account.account--fixed .page-heading,
    .page-account_inbox .account-page--wrapper .account--fixedLarge .page-heading,
    .page-account_addressbook .account-page--wrapper .account.account--fixed .page-heading,
    .page-account_addressbook .account-page--wrapper .account--fixedLarge .page-heading,
    .page-account_recentitems .account-page--wrapper .account.account--fixed .page-heading,
    .page-account_recentitems .account-page--wrapper .account--fixedLarge .page-heading,
    .page-account_order .account-page--wrapper .account.account--fixed .page-heading,
    .page-account_order .account-page--wrapper .account--fixedLarge .page-heading,
    .page-account_paymentmethods .account-page--wrapper .account.account--fixed .page-heading,
    .page-account_paymentmethods .account-page--wrapper .account--fixedLarge .page-heading,
    .page-shippingaddressform .account-page--wrapper .account.account--fixed .page-heading,
    .page-shippingaddressform .account-page--wrapper .account--fixedLarge .page-heading,
    .page-account_addpaymentmethod .account-page--wrapper .account.account--fixed .page-heading,
    .page-account_addpaymentmethod .account-page--wrapper .account--fixedLarge .page-heading,
    .page-wishlists .account-page--wrapper .account.account--fixed .page-heading,
    .page-wishlists .account-page--wrapper .account--fixedLarge .page-heading {
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 1.25rem;
      line-height: 1.25;
      font-weight: 700;
      margin-top: 32px; }
      @media only screen and (max-width: 800px) {
        .page-editaccount .account-page--wrapper .account.account--fixed .page-heading,
        .page-editaccount .account-page--wrapper .account--fixedLarge .page-heading,
        .page-account_orderstatus .account-page--wrapper .account.account--fixed .page-heading,
        .page-account_orderstatus .account-page--wrapper .account--fixedLarge .page-heading,
        .page-account_inbox .account-page--wrapper .account.account--fixed .page-heading,
        .page-account_inbox .account-page--wrapper .account--fixedLarge .page-heading,
        .page-account_addressbook .account-page--wrapper .account.account--fixed .page-heading,
        .page-account_addressbook .account-page--wrapper .account--fixedLarge .page-heading,
        .page-account_recentitems .account-page--wrapper .account.account--fixed .page-heading,
        .page-account_recentitems .account-page--wrapper .account--fixedLarge .page-heading,
        .page-account_order .account-page--wrapper .account.account--fixed .page-heading,
        .page-account_order .account-page--wrapper .account--fixedLarge .page-heading,
        .page-account_paymentmethods .account-page--wrapper .account.account--fixed .page-heading,
        .page-account_paymentmethods .account-page--wrapper .account--fixedLarge .page-heading,
        .page-shippingaddressform .account-page--wrapper .account.account--fixed .page-heading,
        .page-shippingaddressform .account-page--wrapper .account--fixedLarge .page-heading,
        .page-account_addpaymentmethod .account-page--wrapper .account.account--fixed .page-heading,
        .page-account_addpaymentmethod .account-page--wrapper .account--fixedLarge .page-heading,
        .page-wishlists .account-page--wrapper .account.account--fixed .page-heading,
        .page-wishlists .account-page--wrapper .account--fixedLarge .page-heading {
          margin-top: 0; } }
    .page-editaccount .account-page--wrapper .account.account--fixed .account-body,
    .page-editaccount .account-page--wrapper .account--fixedLarge .account-body,
    .page-account_orderstatus .account-page--wrapper .account.account--fixed .account-body,
    .page-account_orderstatus .account-page--wrapper .account--fixedLarge .account-body,
    .page-account_inbox .account-page--wrapper .account.account--fixed .account-body,
    .page-account_inbox .account-page--wrapper .account--fixedLarge .account-body,
    .page-account_addressbook .account-page--wrapper .account.account--fixed .account-body,
    .page-account_addressbook .account-page--wrapper .account--fixedLarge .account-body,
    .page-account_recentitems .account-page--wrapper .account.account--fixed .account-body,
    .page-account_recentitems .account-page--wrapper .account--fixedLarge .account-body,
    .page-account_order .account-page--wrapper .account.account--fixed .account-body,
    .page-account_order .account-page--wrapper .account--fixedLarge .account-body,
    .page-account_paymentmethods .account-page--wrapper .account.account--fixed .account-body,
    .page-account_paymentmethods .account-page--wrapper .account--fixedLarge .account-body,
    .page-shippingaddressform .account-page--wrapper .account.account--fixed .account-body,
    .page-shippingaddressform .account-page--wrapper .account--fixedLarge .account-body,
    .page-account_addpaymentmethod .account-page--wrapper .account.account--fixed .account-body,
    .page-account_addpaymentmethod .account-page--wrapper .account--fixedLarge .account-body,
    .page-wishlists .account-page--wrapper .account.account--fixed .account-body,
    .page-wishlists .account-page--wrapper .account--fixedLarge .account-body {
      margin: 0 auto; }
      .page-editaccount .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-editaccount .account-page--wrapper .account--fixedLarge .account-body .account-content,
      .page-account_orderstatus .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-account_orderstatus .account-page--wrapper .account--fixedLarge .account-body .account-content,
      .page-account_inbox .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-account_inbox .account-page--wrapper .account--fixedLarge .account-body .account-content,
      .page-account_addressbook .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-account_addressbook .account-page--wrapper .account--fixedLarge .account-body .account-content,
      .page-account_recentitems .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-account_recentitems .account-page--wrapper .account--fixedLarge .account-body .account-content,
      .page-account_order .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-account_order .account-page--wrapper .account--fixedLarge .account-body .account-content,
      .page-account_paymentmethods .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-account_paymentmethods .account-page--wrapper .account--fixedLarge .account-body .account-content,
      .page-shippingaddressform .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-shippingaddressform .account-page--wrapper .account--fixedLarge .account-body .account-content,
      .page-account_addpaymentmethod .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-account_addpaymentmethod .account-page--wrapper .account--fixedLarge .account-body .account-content,
      .page-wishlists .account-page--wrapper .account.account--fixed .account-body .account-content,
      .page-wishlists .account-page--wrapper .account--fixedLarge .account-body .account-content {
        padding: 0; }

.page-editaccount .ih-header-inner,
.page-account_orderstatus .ih-header-inner,
.page-account_inbox .ih-header-inner,
.page-account_addressbook .ih-header-inner,
.page-account_recentitems .ih-header-inner,
.page-account_order .ih-header-inner,
.page-account_paymentmethods .ih-header-inner,
.page-shippingaddressform .ih-header-inner,
.page-account_addpaymentmethod .ih-header-inner,
.page-wishlists .ih-header-inner {
  max-width: 100% !important;
  padding-left: 2.66667rem !important;
  padding-right: 2.66667rem !important;
  line-height: 1.33333rem;
  align-items: center;
  padding-top: 32px !important;
  padding-bottom: 32px !important; }
  .page-editaccount .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section,
  .page-account_orderstatus .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section,
  .page-account_inbox .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section,
  .page-account_addressbook .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section,
  .page-account_recentitems .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section,
  .page-account_order .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section,
  .page-account_paymentmethods .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section,
  .page-shippingaddressform .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section,
  .page-account_addpaymentmethod .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section,
  .page-wishlists .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section {
    line-height: 1.33333rem; }
    .page-editaccount .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item,
    .page-account_orderstatus .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item,
    .page-account_inbox .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item,
    .page-account_addressbook .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item,
    .page-account_recentitems .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item,
    .page-account_order .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item,
    .page-account_paymentmethods .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item,
    .page-shippingaddressform .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item,
    .page-account_addpaymentmethod .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item,
    .page-wishlists .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-item {
      line-height: 1.33333rem; }
    .page-editaccount .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount,
    .page-account_orderstatus .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount,
    .page-account_inbox .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount,
    .page-account_addressbook .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount,
    .page-account_recentitems .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount,
    .page-account_order .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount,
    .page-account_paymentmethods .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount,
    .page-shippingaddressform .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount,
    .page-account_addpaymentmethod .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount,
    .page-wishlists .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount {
      display: inline-block; }
      .page-editaccount .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span,
      .page-account_orderstatus .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span,
      .page-account_inbox .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span,
      .page-account_addressbook .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span,
      .page-account_recentitems .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span,
      .page-account_order .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span,
      .page-account_paymentmethods .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span,
      .page-shippingaddressform .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span,
      .page-account_addpaymentmethod .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span,
      .page-wishlists .ih-header-inner .ih-login-cart-box .navUser.navUser-login .navUser-section .navUser-action.customer-aaccount span {
        display: inline-block; }

.bundleb2b-hidden .body {
  display: block; }

.form-actions .button + a {
  display: inline-flex !important; }

.page-editaccount .ih-header-wrapper .ih-header-inner {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
  height: auto; }

.ih-header-wrapper .navUser-item--account.logged-in span {
  margin-right: 4px; }

.navUser-item--account .navUser-action.customer-aaccount span {
  vertical-align: middle;
  font-weight: normal;
  color: #343432; }

.navUser-item .countPill {
  display: none; }

.ih-header-wrapper .header-logo {
  margin-left: 0; }

.ih-header-wrapper .header-logo img {
  width: 168px; }

.page-editaccount .account-page--wrapper .account-page--nav .customer-info .customer-name,
.page-account_orderstatus .account-page--wrapper .account-page--nav .customer-info .customer-name,
.page-account_inbox .account-page--wrapper .account-page--nav .customer-info .customer-name,
.page-account_addressbook .account-page--wrapper .account-page--nav .customer-info .customer-name,
.page-account_recentitems .account-page--wrapper .account-page--nav .customer-info .customer-name,
.page-account_order .account-page--wrapper .account-page--nav .customer-info .customer-name,
.page-account_paymentmethods .account-page--wrapper .account-page--nav .customer-info .customer-name,
.page-shippingaddressform .account-page--wrapper .account-page--nav .customer-info .customer-name,
.page-account_addpaymentmethod .account-page--wrapper .account-page--nav .customer-info .customer-name,
.page-wishlists .account-page--wrapper .account-page--nav .customer-info .customer-name {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.3px; }

.account-page--nav .customer-info {
  padding: 0 23px 0 17px !important; }

.account-page--wrapper .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action {
  display: flex;
  align-items: center; }

@media (min-width: 551px) {
  .page-editaccount .account-page--wrapper .account-page--nav nav.navBar--account,
  .page-account_orderstatus .account-page--wrapper .account-page--nav nav.navBar--account,
  .page-account_inbox .account-page--wrapper .account-page--nav nav.navBar--account,
  .page-account_addressbook .account-page--wrapper .account-page--nav nav.navBar--account,
  .page-account_recentitems .account-page--wrapper .account-page--nav nav.navBar--account,
  .page-account_order .account-page--wrapper .account-page--nav nav.navBar--account,
  .page-account_paymentmethods .account-page--wrapper .account-page--nav nav.navBar--account,
  .page-shippingaddressform .account-page--wrapper .account-page--nav nav.navBar--account,
  .page-account_addpaymentmethod .account-page--wrapper .account-page--nav nav.navBar--account,
  .page-wishlists .account-page--wrapper .account-page--nav nav.navBar--account {
    padding: 0 0 0 25px; } }

@media (min-width: 1280px) {
  .page-editaccount .ih-header-wrapper .ih-header-inner,
  .page-account_orderstatus .ih-header-wrapper .ih-header-inner,
  .page-account_inbox .ih-header-wrapper .ih-header-inner,
  .page-account_addressbook .ih-header-wrapper .ih-header-inner,
  .page-account_recentitems .ih-header-wrapper .ih-header-inner,
  .page-account_order .ih-header-wrapper .ih-header-inner,
  .page-account_paymentmethods .ih-header-wrapper .ih-header-inner,
  .page-shippingaddressform .ih-header-wrapper .ih-header-inner,
  .page-account_addpaymentmethod .ih-header-wrapper .ih-header-inner,
  .page-wishlists .ih-header-wrapper .ih-header-inner {
    max-width: 1184px;
    padding-left: 0;
    padding-right: 0; } }

.navBar--account .navBar-item .navBar-action {
  font-weight: 400; }

@media (min-width: 1536px) {
  .page-editaccount .ih-header-wrapper .ih-header-inner,
  .page-account_orderstatus .ih-header-wrapper .ih-header-inner,
  .page-account_inbox .ih-header-wrapper .ih-header-inner,
  .page-account_addressbook .ih-header-wrapper .ih-header-inner,
  .page-account_recentitems .ih-header-wrapper .ih-header-inner,
  .page-account_order .ih-header-wrapper .ih-header-inner,
  .page-account_paymentmethods .ih-header-wrapper .ih-header-inner,
  .page-shippingaddressform .ih-header-wrapper .ih-header-inner,
  .page-account_addpaymentmethod .ih-header-wrapper .ih-header-inner,
  .page-wishlists .ih-header-wrapper .ih-header-inner {
    max-width: 1440px; }
  .ih-header-wrapper {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1261px) {
  .ih-header-wrapper .navUser-item--account.logged-in {
    margin-right: 32px; } }

.tr-container {
  max-width: 1280px; }

@media (min-width: 1536px) {
  .tr-container {
    max-width: 1536px; } }

footer.footer.footer-copyright-res {
  padding: 0 0 25px; }

.py-cl-btn {
  background-color: #d8c826;
  border-color: transparent; }

.global-account-menu {
  display: none;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 101; }
  @media screen and (max-width: 800px) {
    .global-account-menu {
      display: block; }
      .global-account-menu .account-page--wrapper {
        display: none; } }
  .global-account-menu .account-page--wrapper.is-active {
    display: flex;
    justify-content: space-between;
    min-height: auto;
    padding: 0 16px; }
    @media only screen and (max-width: 800px) {
      .global-account-menu .account-page--wrapper.is-active {
        flex-direction: column; } }
    @media only screen and (max-width: 800px) {
      .global-account-menu .account-page--wrapper.is-active .account-page--nav {
        max-width: 100%;
        width: 100%;
        border-right: none;
        margin-top: 56px;
        padding: 21px 16px 0;
        left: 0; }
        .global-account-menu .account-page--wrapper.is-active .account-page--nav .navBar--account {
          margin-bottom: 32px; }
        .global-account-menu .account-page--wrapper.is-active .account-page--nav::after {
          content: '';
          border-bottom: 1px solid #343432;
          width: calc(100% + 22px);
          display: block;
          margin-left: -11px; } }
    .global-account-menu .account-page--wrapper.is-active .account-page--nav .customer-info {
      padding: 0;
      position: relative; }
      @media (min-width: 551px) {
        .global-account-menu .account-page--wrapper.is-active .account-page--nav .customer-info {
          padding: 0 20px; } }
      .global-account-menu .account-page--wrapper.is-active .account-page--nav .customer-info .customer-name,
      .global-account-menu .account-page--wrapper.is-active .account-page--nav .customer-info .group-name {
        padding: 0 20px;
        line-height: 1.25 !important;
        letter-spacing: unset; }
      .global-account-menu .account-page--wrapper.is-active .account-page--nav .customer-info .customer-name {
        font-size: 1.55556rem; }
      .global-account-menu .account-page--wrapper.is-active .account-page--nav .customer-info .group-name {
        margin-top: 8px;
        font-size: 0.88889rem;
        font-weight: 500; }
    .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account {
      margin-top: 32px;
      padding: 0;
      display: block; }
      @media screen and (max-width: 800px) {
        .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account {
          margin-bottom: 0; } }
      @media (min-width: 551px) {
        .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account {
          padding: 0 20px; } }
      .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account .navBar-section {
        display: flex;
        flex-direction: column;
        line-height: 1.33333rem; }
        .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account .navBar-section li.navBar-item {
          text-align: left;
          border: none;
          padding: 8px 24px;
          line-height: 24px;
          margin: 0 auto;
          margin-bottom: 8px;
          width: 100%; }
          .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action {
            font-size: 0.88889rem;
            color: #343432; }
            .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon {
              display: inline-block;
              margin-right: 16px;
              max-height: 24px;
              line-height: 1.25; }
              .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img {
                min-width: 24px; }
              .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon img,
              .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account .navBar-section li.navBar-item .navBar-action .account-icon svg {
                vertical-align: top; }
          .global-account-menu .account-page--wrapper.is-active .account-page--nav nav.navBar--account .navBar-section li.navBar-item.is-active {
            border: none;
            background: rgba(141, 198, 190, 0.5); }
    .global-account-menu .account-page--wrapper.is-active .account.account--fixed,
    .global-account-menu .account-page--wrapper.is-active .account--fixedLarge {
      max-width: calc(81.25% - 20px);
      width: 100%;
      margin-left: 0px;
      margin-right: 0;
      padding-left: 17px;
      padding-right: 4px; }
      @media only screen and (max-width: 900px) {
        .global-account-menu .account-page--wrapper.is-active .account.account--fixed,
        .global-account-menu .account-page--wrapper.is-active .account--fixedLarge {
          max-width: 100%;
          margin: 32px 0;
          padding: 0 5px; } }
      @media only screen and (max-width: 800px) {
        .global-account-menu .account-page--wrapper.is-active .account.account--fixed,
        .global-account-menu .account-page--wrapper.is-active .account--fixedLarge {
          margin: 1.25rem auto; } }
      .global-account-menu .account-page--wrapper.is-active .account.account--fixed .page-heading,
      .global-account-menu .account-page--wrapper.is-active .account--fixedLarge .page-heading {
        font-family: "DM Sans", Arial, Helvetica, sans-serif;
        font-size: 1.25rem;
        line-height: 1.25;
        font-weight: 700;
        margin-top: 32px; }
        @media only screen and (max-width: 800px) {
          .global-account-menu .account-page--wrapper.is-active .account.account--fixed .page-heading,
          .global-account-menu .account-page--wrapper.is-active .account--fixedLarge .page-heading {
            margin-top: 0; } }
      .global-account-menu .account-page--wrapper.is-active .account.account--fixed .account-body,
      .global-account-menu .account-page--wrapper.is-active .account--fixedLarge .account-body {
        margin: 0 auto; }
        .global-account-menu .account-page--wrapper.is-active .account.account--fixed .account-body .account-content,
        .global-account-menu .account-page--wrapper.is-active .account--fixedLarge .account-body .account-content {
          padding: 0; }

@media (min-width: 770px) {
  body.logged-in .container.tr-container {
    padding-left: 0;
    background-color: whitesmoke; } }

footer.footer .footer-social-icons .socialLinks .socialLinks-item {
  margin-right: 48px;
  margin-bottom: 0;
  vertical-align: middle; }
  footer.footer .footer-social-icons .socialLinks .socialLinks-item:last-child {
    margin-right: 0; }
  footer.footer .footer-social-icons .socialLinks .socialLinks-item .icon {
    width: auto;
    height: auto; }

footer.footer .footer-info-heading {
  font-size: 1rem;
  line-height: 1.33;
  margin-bottom: 17px; }

footer.footer .newsletter .newsletter-container p {
  display: none; }

footer.footer .newsletter .newsletter-container .form-input {
  height: 48px !important;
  border-radius: 5px !important;
  border: 0.75px solid #343432 !important; }

footer.footer .newsletter .newsletter-container .button--primary {
  font-size: 1rem;
  line-height: normal;
  height: 48px;
  text-transform: capitalize;
  border-radius: 30.9px; }
  @media (min-width: 1261px) {
    footer.footer .newsletter .newsletter-container .button--primary {
      max-width: 192px;
      margin-left: 24px; } }

footer.footer .copyright {
  padding: 1.38889rem 0 0; }
  footer.footer .copyright .footer-copyright {
    justify-content: center; }
    footer.footer .copyright .footer-copyright .contact-info {
      display: none; }
    footer.footer .copyright .footer-copyright .copyright-store,
    footer.footer .copyright .footer-copyright .copyright-links a {
      color: #6E7568; }

footer.footer .footer-info-pages .footer-pages-col h4 {
  font-size: 0.77778rem;
  line-height: 2.57;
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 480px) {
    footer.footer .footer-info-pages .footer-pages-col h4 {
      margin-bottom: 0px; }
      footer.footer .footer-info-pages .footer-pages-col h4::after {
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjUgMS4yNUw5IDguNzVMMS41IDEuMjUiIHN0cm9rZT0iIzM0MzQzMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; } }

footer.footer .footer-info-pages .footer-pages-col ul li a {
  color: #343432; }

@media (max-width: 480px) {
  footer.footer .footer-info-pages .footer-pages-col ul {
    display: none; } }

@media (max-width: 480px) {
  footer.footer .footer-info-pages .footer-pages-col {
    border-bottom: 0.5px solid #000000;
    padding: 5px 1.16667rem; }
    footer.footer .footer-info-pages .footer-pages-col.collapsed h4::after {
      transform: translateY(-50%) rotate(180deg); } }

footer.footer .footer-info-pages .footer-pages-col ul a {
  font-size: 0.77778rem;
  line-height: 2.57;
  padding: 0; }

@media (max-width: 480px) {
  footer.footer .footer-info-pages {
    display: block;
    margin-left: -1.16667rem;
    margin-right: -1.16667rem; } }

footer.footer .footer-store-logo {
  height: 33px;
  width: 167px; }

@media (min-width: 551px) {
  footer.footer {
    padding: 63px 0 39px; } }

footer.footer .footer-info-col--left,
footer.footer .footer-info-col--right {
  padding: 0; }

footer.footer .footer-info-col--logo {
  margin-bottom: 20px; }

@media (min-width: 801px) {
  footer.footer .footer-info-col--left {
    width: 50%; }
  footer.footer .footer-store-info {
    margin-bottom: 0; }
  footer.footer .footer-info-col--right {
    width: 50%;
    max-width: 50%; }
    footer.footer .footer-info-col--right .newsletter .newsletter-container #nl_first_name {
      max-width: 100%;
      width: 100% !important; } }

@media (min-width: 1261px) {
  footer.footer .footer-info-col--right .newsletter .newsletter-container #nl_first_name {
    max-width: calc(100% - 217px); } }

@media (max-width: 480px) {
  footer.footer .newsletter .newsletter-container #nl_email,
  footer.footer .newsletter .newsletter-container #nl_first_name {
    width: 100% !important;
    max-width: 100%; }
  footer.footer .newsletter .newsletter-container .button--primary {
    width: 100% !important;
    margin: 10px auto 0; }
  footer.footer .form-prefixPostfix.wrap {
    display: block; } }

.nhp-main .btn {
  width: 242px;
  height: 60px;
  font-size: 1rem;
  line-height: 1.3;
  color: #343432;
  align-items: center;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  background-color: #ffffff;
  border: 1px solid #343432;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30.9px;
  text-decoration: none;
  transition: inherit; }
  .nhp-main .btn.btn-dark, .nhp-main .btn:hover {
    color: #ffffff;
    background-color: #D8C826;
    border-color: transparent;
    font-weight: bold;
    transition: inherit; }
  .nhp-main .btn.btn-dark:hover {
    background-color: #ffffff;
    color: #343432;
    border-color: #343432;
    font-weight: 500;
    transition: inherit; }
  .nhp-main .btn.btn-lemon.btn-dark {
    background-color: #E3E836; }
    .nhp-main .btn.btn-lemon.btn-dark:hover {
      background-color: #ffffff; }

@media (max-width: 800px) {
  .header--right a {
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (max-width: 990px) {
  .nhp-main .btn {
    width: 173px !important;
    height: 48px !important;
    font-size: 0.88889rem !important; } }

@media (max-width: 393px) {
  .nhp-main .btn {
    width: 100% !important;
    height: 48px !important;
    font-size: 0.88889rem !important;
    padding-left: 25px;
    padding-right: 25px; } }

/***************************************
***********Redesign Homepage************
***************************************/
.pages-custom-page-splash-page,
.pages-custom-page-webinar {
  margin-top: 0px;
  /*************************************
    ***********FEATURED BRANDS************
    **************************************/ }
  .pages-custom-page-splash-page h2,
  .pages-custom-page-webinar h2 {
    text-align: center;
    font-family: "ogg";
    font-size: 3.33333rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6; }
  .pages-custom-page-splash-page .nhp-banner,
  .pages-custom-page-webinar .nhp-banner {
    background: url(../img/inhaven/home-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .pages-custom-page-splash-page .nhp-banner::before,
    .pages-custom-page-webinar .nhp-banner::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(110, 117, 104, 0.3); }
    .pages-custom-page-splash-page .nhp-banner .nhp-row-box,
    .pages-custom-page-webinar .nhp-banner .nhp-row-box {
      padding: 99px 32px 63px; }
      .pages-custom-page-splash-page .nhp-banner .nhp-row-box .nhp-content .nhp-txt-box h1,
      .pages-custom-page-webinar .nhp-banner .nhp-row-box .nhp-content .nhp-txt-box h1 {
        font-size: 4rem;
        line-height: 1.11;
        color: #ffffff; }
      .pages-custom-page-splash-page .nhp-banner .nhp-row-box .nhp-content .nhp-btn-box,
      .pages-custom-page-webinar .nhp-banner .nhp-row-box .nhp-content .nhp-btn-box {
        margin-top: 34px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 24px; }
  @media (max-width: 990px) {
    .pages-custom-page-splash-page .nhp-banner .nhp-row-box,
    .pages-custom-page-webinar .nhp-banner .nhp-row-box {
      padding: 62px 0px 40px !important; }
      .pages-custom-page-splash-page .nhp-banner .nhp-row-box .nhp-txt-box h1,
      .pages-custom-page-webinar .nhp-banner .nhp-row-box .nhp-txt-box h1 {
        font-size: 2rem !important;
        line-height: 1.11 !important; }
      .pages-custom-page-splash-page .nhp-banner .nhp-row-box .nhp-btn-box,
      .pages-custom-page-webinar .nhp-banner .nhp-row-box .nhp-btn-box {
        margin-top: 56px !important;
        gap: 16px !important;
        justify-content: flex-start !important; }
        .pages-custom-page-splash-page .nhp-banner .nhp-row-box .nhp-btn-box .btn-box.desktop,
        .pages-custom-page-webinar .nhp-banner .nhp-row-box .nhp-btn-box .btn-box.desktop {
          display: none; }
        .pages-custom-page-splash-page .nhp-banner .nhp-row-box .nhp-btn-box .btn-box.mobile,
        .pages-custom-page-webinar .nhp-banner .nhp-row-box .nhp-btn-box .btn-box.mobile {
          display: block; } }
  .pages-custom-page-splash-page .nhp-btn-box .btn-box.mobile,
  .pages-custom-page-webinar .nhp-btn-box .btn-box.mobile {
    display: none; }
  @media (max-width: 393px) {
    .pages-custom-page-splash-page .nhp-btn-box,
    .pages-custom-page-webinar .nhp-btn-box {
      justify-content: center !important; } }
  @media (max-width: 365px) {
    .pages-custom-page-splash-page .nhp-btn-box,
    .pages-custom-page-webinar .nhp-btn-box {
      justify-content: center !important; }
      .pages-custom-page-splash-page .nhp-btn-box .btn-box,
      .pages-custom-page-webinar .nhp-btn-box .btn-box {
        width: 100% !important; }
      .pages-custom-page-splash-page .nhp-btn-box .btn,
      .pages-custom-page-webinar .nhp-btn-box .btn {
        width: 100% !important; } }
  .pages-custom-page-splash-page .home-featured-brands,
  .pages-custom-page-webinar .home-featured-brands {
    margin: 0px 0px;
    padding: 29px 0px 63px; }
    @media screen and (max-width: 990px) {
      .pages-custom-page-splash-page .home-featured-brands,
      .pages-custom-page-webinar .home-featured-brands {
        padding: 36px 0px 45px; } }
    .pages-custom-page-splash-page .home-featured-brands .slider-heading-box,
    .pages-custom-page-webinar .home-featured-brands .slider-heading-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 51px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .home-featured-brands .slider-heading-box,
        .pages-custom-page-webinar .home-featured-brands .slider-heading-box {
          margin-bottom: 18px; } }
      .pages-custom-page-splash-page .home-featured-brands .slider-heading-box h2,
      .pages-custom-page-webinar .home-featured-brands .slider-heading-box h2 {
        text-align: left;
        font-family: "ogg";
        font-size: 2.66667rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin: 0; }
        @media screen and (max-width: 990px) {
          .pages-custom-page-splash-page .home-featured-brands .slider-heading-box h2,
          .pages-custom-page-webinar .home-featured-brands .slider-heading-box h2 {
            font-size: 1.55556rem;
            line-height: 1.28; } }
      .pages-custom-page-splash-page .home-featured-brands .slider-heading-box .slider-show-all a,
      .pages-custom-page-webinar .home-featured-brands .slider-heading-box .slider-show-all a {
        line-height: 1.5; }
        @media screen and (max-width: 990px) {
          .pages-custom-page-splash-page .home-featured-brands .slider-heading-box .slider-show-all a,
          .pages-custom-page-webinar .home-featured-brands .slider-heading-box .slider-show-all a {
            font-size: 0.77778rem;
            line-height: 2.09; } }
        .pages-custom-page-splash-page .home-featured-brands .slider-heading-box .slider-show-all a.sm-none,
        .pages-custom-page-webinar .home-featured-brands .slider-heading-box .slider-show-all a.sm-none {
          display: block; }
          @media screen and (max-width: 990px) {
            .pages-custom-page-splash-page .home-featured-brands .slider-heading-box .slider-show-all a.sm-none,
            .pages-custom-page-webinar .home-featured-brands .slider-heading-box .slider-show-all a.sm-none {
              display: none; } }
        .pages-custom-page-splash-page .home-featured-brands .slider-heading-box .slider-show-all a.md-none,
        .pages-custom-page-webinar .home-featured-brands .slider-heading-box .slider-show-all a.md-none {
          display: none; }
          @media screen and (max-width: 990px) {
            .pages-custom-page-splash-page .home-featured-brands .slider-heading-box .slider-show-all a.md-none,
            .pages-custom-page-webinar .home-featured-brands .slider-heading-box .slider-show-all a.md-none {
              display: block; } }
    .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-list,
    .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-list {
      margin: 0 -12px; }
    .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .nhp-slider-content .slider-img-box,
    .pages-custom-page-webinar .home-featured-brands .tr-slider-row .nhp-slider-content .slider-img-box {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 17px; }
      .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .nhp-slider-content .slider-img-box a,
      .pages-custom-page-webinar .home-featured-brands .tr-slider-row .nhp-slider-content .slider-img-box a {
        display: inline-block; }
        .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .nhp-slider-content .slider-img-box a img,
        .pages-custom-page-webinar .home-featured-brands .tr-slider-row .nhp-slider-content .slider-img-box a img {
          object-fit: cover; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .nhp-slider-content .slider-img-box,
        .pages-custom-page-webinar .home-featured-brands .tr-slider-row .nhp-slider-content .slider-img-box {
          margin-bottom: 1px; } }
    .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box h3,
    .pages-custom-page-webinar .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box h3 {
      margin-bottom: 10px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box h3,
        .pages-custom-page-webinar .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box h3 {
          margin-bottom: 2px; } }
      .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box h3 a,
      .pages-custom-page-webinar .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box h3 a {
        margin: 0px 0px;
        font-size: 1.55556rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.285; }
        @media screen and (max-width: 990px) {
          .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box h3 a,
          .pages-custom-page-webinar .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box h3 a {
            font-size: 0.88889rem;
            line-height: 1.5;
            font-weight: 400;
            margin-bottom: 2px; } }
    @media screen and (max-width: 990px) {
      .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box p,
      .pages-custom-page-webinar .home-featured-brands .tr-slider-row .nhp-slider-content .slider-text-box p {
        font-size: 0.77778rem;
        line-height: 1.3;
        font-weight: 700; } }
    .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-prev,
    .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-next,
    .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-prev,
    .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-next {
      top: 45%;
      width: 54px;
      height: 54px; }
      @media screen and (max-width: 767px) {
        .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-prev,
        .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-next,
        .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-prev,
        .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-next {
          top: 40%; } }
    .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-next,
    .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-next {
      right: 18px; }
      .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-next::before,
      .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-next::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yNzUxXzk1NTYwKSI+CjxjaXJjbGUgb3BhY2l0eT0iMC44NSIgY3g9IjM1IiBjeT0iMjkiIHI9IjI2Ljc1IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8cGF0aCBkPSJNMjMuMTg3NSAyOUg0Ni44MTI1IiBzdHJva2U9IiM2RTc1NjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNSAxNy4xODc1TDQ2LjgxMjUgMjlMMzUgNDAuODEyNSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMjc1MV85NTU2MCIgeD0iMCIgeT0iMCIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHg9Ii0yIiBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjQzMTM3MyAwIDAgMCAwIDAuNDU4ODI0IDAgMCAwIDAgMC40MDc4NDMgMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjc1MV85NTU2MCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yNzUxXzk1NTYwIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
        width: 54px;
        height: 54px; }
      .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-next:hover::before,
      .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-next:hover::before {
        opacity: 1; }
      @media screen and (max-width: 767px) {
        .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-next,
        .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-next {
          right: 10px; } }
      @media screen and (max-width: 425px) {
        .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-next,
        .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-next {
          right: 0px; } }
    .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-prev,
    .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-prev {
      left: 18px; }
      .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-prev::before,
      .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-prev::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yNzUxXzk1NTYwKSI+CjxjaXJjbGUgb3BhY2l0eT0iMC44NSIgY3g9IjM1IiBjeT0iMjkiIHI9IjI2Ljc1IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8cGF0aCBkPSJNMjMuMTg3NSAyOUg0Ni44MTI1IiBzdHJva2U9IiM2RTc1NjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNSAxNy4xODc1TDQ2LjgxMjUgMjlMMzUgNDAuODEyNSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMjc1MV85NTU2MCIgeD0iMCIgeT0iMCIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHg9Ii0yIiBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjQzMTM3MyAwIDAgMCAwIDAuNDU4ODI0IDAgMCAwIDAgMC40MDc4NDMgMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjc1MV85NTU2MCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yNzUxXzk1NTYwIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
        width: 54px;
        height: 54px;
        transform: scaleX(-1); }
      .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-prev:hover::before,
      .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-prev:hover::before {
        opacity: 1; }
      @media screen and (max-width: 767px) {
        .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-prev,
        .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-prev {
          left: 10px; } }
      @media screen and (max-width: 425px) {
        .pages-custom-page-splash-page .home-featured-brands .tr-slider-row .slick-prev,
        .pages-custom-page-webinar .home-featured-brands .tr-slider-row .slick-prev {
          left: 0px; } }
  .pages-custom-page-splash-page .shop-by-category,
  .pages-custom-page-webinar .shop-by-category {
    padding: 73px 0px 58px;
    margin: 0px; }
    @media screen and (max-width: 990px) {
      .pages-custom-page-splash-page .shop-by-category,
      .pages-custom-page-webinar .shop-by-category {
        background-color: #f9f8f5;
        padding: 22px 0px 20px; } }
    .pages-custom-page-splash-page .shop-by-category .catagery-heading h4,
    .pages-custom-page-webinar .shop-by-category .catagery-heading h4 {
      line-height: 1.33;
      margin-bottom: 55px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .shop-by-category .catagery-heading h4,
        .pages-custom-page-webinar .shop-by-category .catagery-heading h4 {
          font-size: 18px;
          line-height: 1.33;
          font-weight: 500;
          margin-bottom: 26px; } }
    .pages-custom-page-splash-page .shop-by-category .nhp-catagery-row,
    .pages-custom-page-webinar .shop-by-category .nhp-catagery-row {
      list-style-type: none;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 77px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .shop-by-category .nhp-catagery-row,
        .pages-custom-page-webinar .shop-by-category .nhp-catagery-row {
          gap: 28px; } }
      .pages-custom-page-splash-page .shop-by-category .nhp-catagery-row .catagery-content a,
      .pages-custom-page-webinar .shop-by-category .nhp-catagery-row .catagery-content a {
        margin-top: 0px; }
        .pages-custom-page-splash-page .shop-by-category .nhp-catagery-row .catagery-content a .catagery-box,
        .pages-custom-page-webinar .shop-by-category .nhp-catagery-row .catagery-content a .catagery-box {
          border: none;
          background: #f9f8f5; }
          @media screen and (max-width: 990px) {
            .pages-custom-page-splash-page .shop-by-category .nhp-catagery-row .catagery-content a .catagery-box,
            .pages-custom-page-webinar .shop-by-category .nhp-catagery-row .catagery-content a .catagery-box {
              width: 56px;
              height: 56px;
              padding: 15px 8px;
              background-color: #ffffff;
              display: flex;
              align-items: center;
              justify-content: center; } }
          @media screen and (max-width: 990px) {
            .pages-custom-page-splash-page .shop-by-category .nhp-catagery-row .catagery-content a .catagery-box svg,
            .pages-custom-page-webinar .shop-by-category .nhp-catagery-row .catagery-content a .catagery-box svg {
              max-width: 41px;
              max-height: 35px; } }
      .pages-custom-page-splash-page .shop-by-category .nhp-catagery-row .catagery-content .catagery-text-box a,
      .pages-custom-page-webinar .shop-by-category .nhp-catagery-row .catagery-content .catagery-text-box a {
        line-height: 1.64; }
        @media screen and (max-width: 990px) {
          .pages-custom-page-splash-page .shop-by-category .nhp-catagery-row .catagery-content .catagery-text-box a,
          .pages-custom-page-webinar .shop-by-category .nhp-catagery-row .catagery-content .catagery-text-box a {
            font-size: 14px;
            line-height: 1.93;
            margin-top: 0px; } }
  .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row,
  .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row h6 span,
    .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row h6 span {
      font-weight: 700; }
    @media screen and (max-width: 990px) {
      .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row,
      .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row {
        grid-template-columns: 1fr; } }
    .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col,
    .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col {
      width: 100%;
      max-width: inherit; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col,
        .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col {
          max-width: 66%;
          margin: 0 auto; } }
      @media screen and (max-width: 600px) {
        .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col,
        .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col {
          max-width: 100%;
          margin: 0 auto; } }
      .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content,
      .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content {
        padding: 61px 54px 32px 80px; }
        @media screen and (max-width: 1160px) {
          .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content,
          .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content {
            padding: 18px 16px 39px;
            align-items: flex-start;
            justify-content: flex-start; } }
        @media screen and (max-width: 1160px) {
          .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-img-box,
          .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-img-box {
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            gap: 16px; } }
        .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-img-box .testi-names h6,
        .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-img-box .testi-names h6 {
          text-align: left; }
        .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-text p,
        .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-text p {
          line-height: 1.33;
          margin-top: 9px; }
        @media screen and (max-width: 1160px) {
          .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-text,
          .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-text {
            min-height: inherit;
            margin-top: 23px; } }
        @media screen and (max-width: 1160px) {
          .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-text,
          .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-text {
            height: auto; } }
        .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-names.sm-none,
        .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-names.sm-none {
          display: none; }
          @media screen and (max-width: 1160px) {
            .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-names.sm-none,
            .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-names.sm-none {
              display: block; } }
        .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-names.md-none,
        .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-names.md-none {
          display: block;
          width: 100%; }
          @media screen and (max-width: 1160px) {
            .pages-custom-page-splash-page .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-names.md-none,
            .pages-custom-page-webinar .nhp-testimonials .nhp-testi-row .nhp-testi-col .nhp-testi-content .testi-names.md-none {
              display: none; } }
  .pages-custom-page-splash-page .inhaven-featured-blogs,
  .pages-custom-page-webinar .inhaven-featured-blogs {
    padding: 55px 0 29px; }
    .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-heading,
    .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-heading {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin-bottom: 24px; }
      .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-heading h2,
      .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-heading h2 {
        font-size: 2.66667rem;
        line-height: 1.5;
        color: #343432; }
        @media screen and (max-width: 1024px) {
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-heading h2,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-heading h2 {
            font-size: 1.66667rem;
            line-height: 1.06; } }
      .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-heading .read-more,
      .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-heading .read-more {
        color: #89a09d;
        font-size: 0.88889rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5;
        text-decoration: underline; }
    .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper,
    .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper {
      list-style: none;
      margin-left: -12px;
      margin-right: -12px; }
      .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-track .slick-slide,
      .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-track .slick-slide {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between; }
      .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper li,
      .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper li {
        max-width: 25%;
        width: 100%;
        margin: 0 12px; }
        .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper li a,
        .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper li a {
          display: inline-block;
          text-decoration: none;
          width: 100%; }
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper li a img,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper li a img {
            max-width: 374px;
            max-height: 242px;
            min-height: 242px;
            width: 100%;
            object-fit: cover; }
            @media screen and (max-width: 900px) {
              .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper li a img,
              .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper li a img {
                max-height: 122px;
                min-height: 122px; } }
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper li a h4,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper li a h4 {
            font-size: 1.22222rem;
            font-weight: 400;
            color: #343432;
            line-height: 1.09;
            margin-top: 24px;
            margin-bottom: 4px; }
            @media screen and (max-width: 1024px) {
              .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper li a h4,
              .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper li a h4 {
                font-size: 0.77778rem;
                line-height: 1.14;
                margin-top: 9px;
                margin-bottom: 12px; } }
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper li a:hover h4,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper li a:hover h4 {
            color: rgba(52, 52, 50, 0.8); }
        .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper li span,
        .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper li span {
          font-size: 0.88889rem;
          font-weight: 500;
          color: #8f968b;
          line-height: 1.3;
          display: block; }
          @media screen and (max-width: 1024px) {
            .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper li span,
            .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper li span {
              font-size: 0.66667rem;
              line-height: 1.3; } }
      .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev,
      .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-next,
      .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev,
      .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-next {
        top: 45%;
        width: 54px;
        height: 54px; }
        @media screen and (max-width: 767px) {
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev,
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-next,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-next {
            top: 40%; } }
      .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-next,
      .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-next {
        right: 18px; }
        .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-next::before,
        .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-next::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yNzUxXzk1NTYwKSI+CjxjaXJjbGUgb3BhY2l0eT0iMC44NSIgY3g9IjM1IiBjeT0iMjkiIHI9IjI2Ljc1IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8cGF0aCBkPSJNMjMuMTg3NSAyOUg0Ni44MTI1IiBzdHJva2U9IiM2RTc1NjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNSAxNy4xODc1TDQ2LjgxMjUgMjlMMzUgNDAuODEyNSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMjc1MV85NTU2MCIgeD0iMCIgeT0iMCIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHg9Ii0yIiBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjQzMTM3MyAwIDAgMCAwIDAuNDU4ODI0IDAgMCAwIDAgMC40MDc4NDMgMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjc1MV85NTU2MCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yNzUxXzk1NTYwIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
          width: 54px;
          height: 54px; }
        .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-next:hover::before,
        .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-next:hover::before {
          opacity: 1; }
        @media screen and (max-width: 767px) {
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-next,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-next {
            right: 10px; } }
        @media screen and (max-width: 425px) {
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-next,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-next {
            right: 0px; } }
      .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev,
      .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev {
        left: 18px; }
        .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev::before,
        .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yNzUxXzk1NTYwKSI+CjxjaXJjbGUgb3BhY2l0eT0iMC44NSIgY3g9IjM1IiBjeT0iMjkiIHI9IjI2Ljc1IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8cGF0aCBkPSJNMjMuMTg3NSAyOUg0Ni44MTI1IiBzdHJva2U9IiM2RTc1NjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNSAxNy4xODc1TDQ2LjgxMjUgMjlMMzUgNDAuODEyNSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMjc1MV85NTU2MCIgeD0iMCIgeT0iMCIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHg9Ii0yIiBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjQzMTM3MyAwIDAgMCAwIDAuNDU4ODI0IDAgMCAwIDAgMC40MDc4NDMgMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjc1MV85NTU2MCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yNzUxXzk1NTYwIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
          width: 54px;
          height: 54px;
          transform: scaleX(-1); }
        .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev:hover::before,
        .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev:hover::before {
          opacity: 1; }
        @media screen and (max-width: 767px) {
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev {
            left: 10px; } }
        @media screen and (max-width: 425px) {
          .pages-custom-page-splash-page .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev,
          .pages-custom-page-webinar .inhaven-featured-blogs .featured-blogs-wrapper .slick-prev {
            left: 0px; } }
  .pages-custom-page-splash-page .join-mailing-list,
  .pages-custom-page-webinar .join-mailing-list {
    background: #89a09d;
    color: white; }
    .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper,
    .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper {
      text-align: center;
      padding: 74px 0 109px; }
      @media screen and (max-width: 900px) {
        .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper,
        .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper {
          padding: 26px 0px 32px; } }
      .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper h3,
      .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper h3 {
        margin-bottom: 23px;
        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.33; }
        @media screen and (max-width: 900px) {
          .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper h3,
          .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper h3 {
            font-size: 1.22222rem;
            line-height: 1.3;
            margin-bottom: 5px; } }
      .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper p,
      .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper p {
        font-size: 1.33333rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 40px;
        font-family: "DM Sans"; }
        @media screen and (max-width: 900px) {
          .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper p,
          .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper p {
            font-size: 0.77778rem;
            line-height: 1.42; } }
      .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix,
      .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix {
        justify-content: center; }
        .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix input.form-input,
        .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix input.form-input {
          max-width: 650px;
          width: 100%;
          background: transparent;
          color: white !important;
          border-color: white !important;
          border-radius: 5px !important;
          height: 48px;
          margin-right: 24px; }
          .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix input.form-input::placeholder,
          .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix input.form-input::placeholder {
            color: #fff; }
        .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix .button.button--primary,
        .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix .button.button--primary {
          background: #d8c826;
          border-color: #d8c826;
          text-transform: capitalize;
          border-radius: 31px;
          height: 48px;
          max-width: 108px;
          width: 100%;
          transition: all 0.3s ease;
          font-size: 18px;
          line-height: 1.3;
          font-weight: 700; }
          .pages-custom-page-splash-page .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix .button.button--primary:hover,
          .pages-custom-page-webinar .join-mailing-list .join-mailing-list-wrapper form .form-prefixPostfix .button.button--primary:hover {
            color: #343432;
            background: white;
            border-color: #343432; }
  @media screen and (max-width: 1024px) {
    .pages-custom-page-splash-page .nhp-about-section .nhp-row-box,
    .pages-custom-page-webinar .nhp-about-section .nhp-row-box {
      flex-direction: column; } }
  @media screen and (max-width: 1024px) {
    .pages-custom-page-splash-page .nhp-about-section .nhp-col,
    .pages-custom-page-webinar .nhp-about-section .nhp-col {
      max-width: 100%;
      flex: 0 0 100%;
      width: 100%; } }
  .pages-custom-page-splash-page .nhp-about-section .nhp-content,
  .pages-custom-page-webinar .nhp-about-section .nhp-content {
    padding: 55px 52px 76px 80px; }
    @media screen and (max-width: 1024px) {
      .pages-custom-page-splash-page .nhp-about-section .nhp-content,
      .pages-custom-page-webinar .nhp-about-section .nhp-content {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .pages-custom-page-splash-page .nhp-about-section .nhp-content,
      .pages-custom-page-webinar .nhp-about-section .nhp-content {
        padding: 29px 0px 0px 0px; } }
    .pages-custom-page-splash-page .nhp-about-section .nhp-content h2,
    .pages-custom-page-webinar .nhp-about-section .nhp-content h2 {
      text-align: left; }
      @media screen and (max-width: 768px) {
        .pages-custom-page-splash-page .nhp-about-section .nhp-content h2,
        .pages-custom-page-webinar .nhp-about-section .nhp-content h2 {
          font-size: 1.33333rem;
          line-height: 1.55; } }
    @media screen and (max-width: 768px) {
      .pages-custom-page-splash-page .nhp-about-section .nhp-content p,
      .pages-custom-page-webinar .nhp-about-section .nhp-content p {
        font-size: 0.55556rem;
        line-height: 1.6;
        text-align: left; } }
  .pages-custom-page-splash-page .nhp-about-section .nhp-img-box,
  .pages-custom-page-webinar .nhp-about-section .nhp-img-box {
    width: 100%;
    height: 100%; }
    .pages-custom-page-splash-page .nhp-about-section .nhp-img-box img,
    .pages-custom-page-webinar .nhp-about-section .nhp-img-box img {
      width: 100%;
      height: 100%; }
  .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .wishlist-container,
  .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .wishlist-container {
    display: block;
    padding: 0px;
    top: 24px;
    right: 24px;
    left: inherit; }
    .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .wishlist-container .card-heart,
    .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .wishlist-container .card-heart {
      width: 24px;
      height: 24px;
      background-color: #ffffff; }
    .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .wishlist-container .wishlist-dropdown,
    .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .wishlist-container .wishlist-dropdown {
      left: inherit;
      right: -12px; }
    @media screen and (max-width: 768px) {
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .wishlist-container,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .wishlist-container {
        display: none; } }
  .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges,
  .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges {
    top: 24px;
    left: 24px;
    right: inherit;
    border-radius: 3px;
    height: 24px;
    justify-content: center;
    align-items: center; }
    .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge,
    .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge {
      font-size: 12px;
      line-height: 1.3;
      font-weight: 500;
      text-align: center;
      color: #ffffff;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge.premium,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge.premium {
        background-color: #f39865; }
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge.basic,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge.basic {
        background-color: #8dc6be; }
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge.mid,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge.mid {
        background-color: #d8c826; }
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge.luxe,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge.luxe {
        background-color: #89a09d; }
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge .economy,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge .economy {
        background-color: #8dc6be; }
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge .midscale,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge .midscale {
        background-color: #d8c826; }
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge .luxury,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges .badge .luxury {
        background-color: #89a09d; }
    @media screen and (max-width: 768px) {
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-figure .badges,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-figure .badges {
        display: none; } }
  .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-title,
  .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-title {
    margin-bottom: 6px; }
    .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-title a,
    .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-title a {
      font-size: 1rem;
      line-height: 1.33;
      font-weight: 400;
      color: #343432;
      text-decoration: none;
      margin: 0px; }
      @media screen and (max-width: 768px) {
        .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-title a,
        .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-title a {
          font-size: 0.77778rem;
          line-height: 1.14; } }
    @media screen and (max-width: 768px) {
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-title,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-title {
        margin-bottom: 16px; } }
  .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-brand,
  .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-brand {
    font-size: 0.77778rem;
    line-height: 1.29;
    font-weight: 700;
    color: #343432;
    text-decoration: none;
    margin-bottom: 16px; }
    @media screen and (max-width: 768px) {
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-brand,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-brand {
        font-size: 0.61111rem;
        line-height: 0.54;
        color: #89a09d;
        margin-bottom: 16px; } }
  .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price,
  .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px; }
    @media screen and (max-width: 768px) {
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price {
        gap: 9px;
        flex-direction: row;
        flex-wrap: wrap; } }
    .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .msrp-price,
    .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .msrp-price {
      font-size: 0.88889rem;
      line-height: 1.5;
      font-weight: 400 !important;
      color: #b1b4ae; }
      @media screen and (max-width: 768px) {
        .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .msrp-price,
        .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .msrp-price {
          order: 2;
          flex-basis: calc(50% - 6px);
          font-size: 0.77778rem;
          line-height: 1;
          color: #6e7568; } }
    .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part,
    .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 5px; }
      .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price,
      .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price {
        font-size: 1rem;
        line-height: 0.91;
        font-weight: 400;
        color: #6e7568; }
        .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price strong,
        .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price strong {
          font-weight: 700;
          color: #343432; }
        .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.md-none,
        .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.md-none {
          display: none; }
          @media screen and (max-width: 768px) {
            .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.md-none,
            .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.md-none {
              display: block; } }
        .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.sm-none,
        .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.sm-none {
          display: block; }
          @media screen and (max-width: 768px) {
            .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.sm-none,
            .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.sm-none {
              display: none; } }
        @media screen and (max-width: 768px) {
          .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.price--total,
          .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price.price--total {
            display: none; } }
        @media screen and (max-width: 768px) {
          .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price,
          .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part .price {
            font-size: 14px;
            line-height: 1;
            font-weight: 700;
            color: #343432; } }
      @media screen and (max-width: 768px) {
        .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part,
        .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .total-price-part {
          order: 1;
          flex-basis: calc(50% - 6px); } }
    .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .product-discount-price,
    .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .product-discount-price {
      font-size: 0.77778rem;
      line-height: 1.14;
      font-weight: 700;
      color: #10a894; }
      @media screen and (max-width: 768px) {
        .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-price .product-discount-price,
        .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-price .product-discount-price {
          order: 3;
          flex-basis: 100%;
          font-size: 0.66667rem;
          line-height: 1; } }
  .pages-custom-page-splash-page .tr-slider-row-product .nhp-slider-content .card .card-swatches,
  .pages-custom-page-webinar .tr-slider-row-product .nhp-slider-content .card .card-swatches {
    margin-top: 18px; }
  .pages-custom-page-splash-page .tr-slider-row-product .slick-prev,
  .pages-custom-page-splash-page .tr-slider-row-product .slick-next,
  .pages-custom-page-webinar .tr-slider-row-product .slick-prev,
  .pages-custom-page-webinar .tr-slider-row-product .slick-next {
    top: 45%;
    width: 54px;
    height: 54px; }
    @media screen and (max-width: 767px) {
      .pages-custom-page-splash-page .tr-slider-row-product .slick-prev,
      .pages-custom-page-splash-page .tr-slider-row-product .slick-next,
      .pages-custom-page-webinar .tr-slider-row-product .slick-prev,
      .pages-custom-page-webinar .tr-slider-row-product .slick-next {
        top: 40%; } }
  .pages-custom-page-splash-page .tr-slider-row-product .slick-next,
  .pages-custom-page-webinar .tr-slider-row-product .slick-next {
    right: 18px; }
    .pages-custom-page-splash-page .tr-slider-row-product .slick-next::before,
    .pages-custom-page-webinar .tr-slider-row-product .slick-next::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yNzUxXzk1NTYwKSI+CjxjaXJjbGUgb3BhY2l0eT0iMC44NSIgY3g9IjM1IiBjeT0iMjkiIHI9IjI2Ljc1IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8cGF0aCBkPSJNMjMuMTg3NSAyOUg0Ni44MTI1IiBzdHJva2U9IiM2RTc1NjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNSAxNy4xODc1TDQ2LjgxMjUgMjlMMzUgNDAuODEyNSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMjc1MV85NTU2MCIgeD0iMCIgeT0iMCIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHg9Ii0yIiBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjQzMTM3MyAwIDAgMCAwIDAuNDU4ODI0IDAgMCAwIDAgMC40MDc4NDMgMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjc1MV85NTU2MCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yNzUxXzk1NTYwIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
      width: 54px;
      height: 54px; }
    .pages-custom-page-splash-page .tr-slider-row-product .slick-next:hover::before,
    .pages-custom-page-webinar .tr-slider-row-product .slick-next:hover::before {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .pages-custom-page-splash-page .tr-slider-row-product .slick-next,
      .pages-custom-page-webinar .tr-slider-row-product .slick-next {
        right: 10px; } }
    @media screen and (max-width: 425px) {
      .pages-custom-page-splash-page .tr-slider-row-product .slick-next,
      .pages-custom-page-webinar .tr-slider-row-product .slick-next {
        right: 0px; } }
  .pages-custom-page-splash-page .tr-slider-row-product .slick-prev,
  .pages-custom-page-webinar .tr-slider-row-product .slick-prev {
    left: 18px; }
    .pages-custom-page-splash-page .tr-slider-row-product .slick-prev::before,
    .pages-custom-page-webinar .tr-slider-row-product .slick-prev::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA2NiA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yNzUxXzk1NTYwKSI+CjxjaXJjbGUgb3BhY2l0eT0iMC44NSIgY3g9IjM1IiBjeT0iMjkiIHI9IjI2Ljc1IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8cGF0aCBkPSJNMjMuMTg3NSAyOUg0Ni44MTI1IiBzdHJva2U9IiM2RTc1NjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNSAxNy4xODc1TDQ2LjgxMjUgMjlMMzUgNDAuODEyNSIgc3Ryb2tlPSIjNkU3NTY4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMjc1MV85NTU2MCIgeD0iMCIgeT0iMCIgd2lkdGg9IjY2IiBoZWlnaHQ9IjY2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHg9Ii0yIiBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjQzMTM3MyAwIDAgMCAwIDAuNDU4ODI0IDAgMCAwIDAgMC40MDc4NDMgMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMjc1MV85NTU2MCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yNzUxXzk1NTYwIiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
      width: 54px;
      height: 54px;
      transform: scaleX(-1); }
    .pages-custom-page-splash-page .tr-slider-row-product .slick-prev:hover::before,
    .pages-custom-page-webinar .tr-slider-row-product .slick-prev:hover::before {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .pages-custom-page-splash-page .tr-slider-row-product .slick-prev,
      .pages-custom-page-webinar .tr-slider-row-product .slick-prev {
        left: 10px; } }
    @media screen and (max-width: 425px) {
      .pages-custom-page-splash-page .tr-slider-row-product .slick-prev,
      .pages-custom-page-webinar .tr-slider-row-product .slick-prev {
        left: 0px; } }
  .pages-custom-page-splash-page .cta_wrapper,
  .pages-custom-page-webinar .cta_wrapper {
    padding: 123px 0px 73px; }
    @media screen and (max-width: 990px) {
      .pages-custom-page-splash-page .cta_wrapper,
      .pages-custom-page-webinar .cta_wrapper {
        padding: 14px 0px 32px; } }
    .pages-custom-page-splash-page .cta_wrapper.get-start-sec,
    .pages-custom-page-webinar .cta_wrapper.get-start-sec {
      padding: 88px 0px 67px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .cta_wrapper.get-start-sec,
        .pages-custom-page-webinar .cta_wrapper.get-start-sec {
          padding: 26px 0px 32px; } }
    .pages-custom-page-splash-page .cta_wrapper.inhaven-ques-sec,
    .pages-custom-page-webinar .cta_wrapper.inhaven-ques-sec {
      padding: 115px 0px 116px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .cta_wrapper.inhaven-ques-sec,
        .pages-custom-page-webinar .cta_wrapper.inhaven-ques-sec {
          padding: 26px 0px 32px; } }
    .pages-custom-page-splash-page .cta_wrapper.share-inhaven-sec,
    .pages-custom-page-webinar .cta_wrapper.share-inhaven-sec {
      padding: 73px 0px 90px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .cta_wrapper.share-inhaven-sec,
        .pages-custom-page-webinar .cta_wrapper.share-inhaven-sec {
          display: none; } }
    .pages-custom-page-splash-page .cta_wrapper .cta_container .title,
    .pages-custom-page-webinar .cta_wrapper .cta_container .title {
      font-family: "DM Sans";
      font-size: 2rem;
      line-height: 1.33;
      text-align: center;
      font-weight: 400;
      margin-bottom: 8px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .cta_wrapper .cta_container .title,
        .pages-custom-page-webinar .cta_wrapper .cta_container .title {
          margin-bottom: 5px;
          font-size: 1rem;
          line-height: 1.33;
          font-weight: 500; } }
    .pages-custom-page-splash-page .cta_wrapper .cta_container .title-2,
    .pages-custom-page-webinar .cta_wrapper .cta_container .title-2 {
      font-family: "ogg";
      font-size: 3.11111rem;
      line-height: 1.28;
      text-align: center;
      font-weight: 400;
      margin-bottom: 12px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .cta_wrapper .cta_container .title-2,
        .pages-custom-page-webinar .cta_wrapper .cta_container .title-2 {
          margin-bottom: 13px;
          font-size: 22px;
          line-height: 1.3;
          font-family: "DM Sans"; } }
    .pages-custom-page-splash-page .cta_wrapper .cta_container .title-3,
    .pages-custom-page-webinar .cta_wrapper .cta_container .title-3 {
      font-family: "DM Sans";
      font-size: 2rem;
      line-height: 1.33;
      text-align: center;
      font-weight: 400;
      margin-bottom: 17px; }
    .pages-custom-page-splash-page .cta_wrapper .cta_container .desc,
    .pages-custom-page-webinar .cta_wrapper .cta_container .desc {
      font-family: "DM Sans";
      font-size: 24px;
      line-height: 1;
      text-align: center;
      font-weight: 400; }
      .pages-custom-page-splash-page .cta_wrapper .cta_container .desc strong,
      .pages-custom-page-webinar .cta_wrapper .cta_container .desc strong {
        font-weight: 700; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .cta_wrapper .cta_container .desc,
        .pages-custom-page-webinar .cta_wrapper .cta_container .desc {
          font-size: 14px;
          line-height: 1.42; } }
    .pages-custom-page-splash-page .cta_wrapper .cta_container .nhp-btn-box,
    .pages-custom-page-webinar .cta_wrapper .cta_container .nhp-btn-box {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      margin-top: 61px; }
      @media screen and (max-width: 990px) {
        .pages-custom-page-splash-page .cta_wrapper .cta_container .nhp-btn-box,
        .pages-custom-page-webinar .cta_wrapper .cta_container .nhp-btn-box {
          flex-direction: row-reverse;
          margin-top: 40px; } }
      .pages-custom-page-splash-page .cta_wrapper .cta_container .nhp-btn-box.gsw-sec,
      .pages-custom-page-webinar .cta_wrapper .cta_container .nhp-btn-box.gsw-sec {
        margin-top: 50px; }
        @media screen and (max-width: 990px) {
          .pages-custom-page-splash-page .cta_wrapper .cta_container .nhp-btn-box.gsw-sec,
          .pages-custom-page-webinar .cta_wrapper .cta_container .nhp-btn-box.gsw-sec {
            margin-top: 14px; } }
      .pages-custom-page-splash-page .cta_wrapper .cta_container .nhp-btn-box.ques_sec,
      .pages-custom-page-webinar .cta_wrapper .cta_container .nhp-btn-box.ques_sec {
        margin-top: 33px; }
        @media screen and (max-width: 990px) {
          .pages-custom-page-splash-page .cta_wrapper .cta_container .nhp-btn-box.ques_sec,
          .pages-custom-page-webinar .cta_wrapper .cta_container .nhp-btn-box.ques_sec {
            margin-top: 15px;
            flex-direction: row; }
            .pages-custom-page-splash-page .cta_wrapper .cta_container .nhp-btn-box.ques_sec .btn,
            .pages-custom-page-webinar .cta_wrapper .cta_container .nhp-btn-box.ques_sec .btn {
              background-color: #d8c826;
              color: #ffffff;
              border-color: #d8c826; }
            .pages-custom-page-splash-page .cta_wrapper .cta_container .nhp-btn-box.ques_sec .btn-dark,
            .pages-custom-page-webinar .cta_wrapper .cta_container .nhp-btn-box.ques_sec .btn-dark {
              background-color: #ffffff;
              border-color: #343432;
              color: #343432; } }
  .pages-custom-page-splash-page .img-with-cont-wrapper,
  .pages-custom-page-webinar .img-with-cont-wrapper {
    padding: 88px 79px 73px 80px; }
    @media screen and (max-width: 1024px) {
      .pages-custom-page-splash-page .img-with-cont-wrapper,
      .pages-custom-page-webinar .img-with-cont-wrapper {
        background-color: #f9f8f5;
        padding: 32px 16px; } }
    .pages-custom-page-splash-page .img-with-cont-wrapper.tealed,
    .pages-custom-page-webinar .img-with-cont-wrapper.tealed {
      background-color: #8dc6be; }
      .pages-custom-page-splash-page .img-with-cont-wrapper.tealed .contents .content .title,
      .pages-custom-page-webinar .img-with-cont-wrapper.tealed .contents .content .title {
        color: #ffffff; }
      .pages-custom-page-splash-page .img-with-cont-wrapper.tealed .contents .content .desc,
      .pages-custom-page-webinar .img-with-cont-wrapper.tealed .contents .content .desc {
        color: #ffffff; }
    .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box,
    .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 26px;
      flex-direction: row-reverse; }
      @media screen and (max-width: 1024px) {
        .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box,
        .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box {
          flex-direction: column;
          gap: 20px; } }
      .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents,
      .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents {
        flex: 0 0 50%; }
        @media screen and (max-width: 1024px) {
          .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents,
          .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents {
            flex: 0 0 100%; } }
        .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents .number,
        .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents .number {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 64px;
          height: 64px;
          font-size: 2rem;
          line-height: 0.66;
          font-family: "DM Sans";
          font-weight: 700;
          color: #ffffff;
          background-color: #d8c826;
          border-radius: 50%; }
          @media screen and (max-width: 1024px) {
            .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents .number,
            .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents .number {
              width: 32px;
              height: 32px;
              font-size: 1rem;
              line-height: 1; } }
          .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents .number.tealed,
          .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents .number.tealed {
            background-color: #c0ddd9; }
          .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents .number.coral,
          .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents .number.coral {
            background-color: #f39865; }
        .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents .content,
        .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents .content {
          margin: 35px 0px 96px;
          width: 638px; }
          @media screen and (max-width: 1360px) {
            .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents .content,
            .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents .content {
              width: 100%;
              margin: 7px 0px 24px; } }
          .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents .content .title,
          .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents .content .title {
            font-size: 2.66667rem;
            line-height: 1.5;
            font-weight: 400;
            font-family: "ogg";
            text-align: left;
            margin-bottom: 7px; }
            @media screen and (max-width: 1024px) {
              .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents .content .title,
              .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents .content .title {
                font-size: 1.66667rem;
                line-height: 1.2;
                font-weight: 400;
                margin-bottom: 12px; } }
        .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .contents .nhp-btn-box,
        .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .contents .nhp-btn-box {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 18px; }
      .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .media,
      .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .media {
        flex: 0 0 50%; }
        .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .media img,
        .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .media img {
          width: 100%; }
        @media screen and (max-width: 1024px) {
          .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .media,
          .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .media {
            flex: 0 0 100%; } }
        @media screen and (max-width: 1024px) {
          .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .media iframe,
          .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .media iframe {
            width: 600px !important;
            height: 347px !important; } }
        @media screen and (max-width: 480px) {
          .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .media iframe,
          .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .media iframe {
            width: 380px !important;
            height: 224px !important; } }
        @media screen and (max-width: 380px) {
          .pages-custom-page-splash-page .img-with-cont-wrapper .boxes .box .media iframe,
          .pages-custom-page-webinar .img-with-cont-wrapper .boxes .box .media iframe {
            width: 100% !important;
            height: 100% !important; } }

.nhp-cheklist {
  padding: 72px 0 93px; }
  @media (max-width: 393px) {
    .nhp-cheklist .nhp-checklist-col {
      max-width: 50% !important; } }
  .nhp-cheklist .checklist-heading {
    margin-bottom: 77px; }
    .nhp-cheklist .checklist-heading h2 {
      font-family: "DM Sans";
      font-size: 2rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.33;
      margin-bottom: 6px; }
    .nhp-cheklist .checklist-heading p {
      font-size: 1.33333rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.33;
      text-align: center; }
  .nhp-cheklist .nhp-checklist-row {
    flex-wrap: wrap;
    row-gap: 60px; }
    @media (max-width: 990px) {
      .nhp-cheklist .nhp-checklist-row {
        row-gap: 15px; } }
    .nhp-cheklist .nhp-checklist-row .checklis-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between; }
      .nhp-cheklist .nhp-checklist-row .checklis-content a {
        text-decoration: none; }
      @media (max-width: 990px) {
        .nhp-cheklist .nhp-checklist-row .checklis-content {
          align-items: center; } }
    .nhp-cheklist .nhp-checklist-row .checklist-text-box {
      width: 168px;
      height: auto; }

@media (max-width: 990px) {
  .nhp-cheklist .checklist-heading {
    margin-bottom: 32px !important; }
    .nhp-cheklist .checklist-heading h2 {
      font-size: 1rem !important;
      font-weight: 500;
      margin-bottom: 5px; }
    .nhp-cheklist .checklist-heading p {
      font-size: 0.77778rem !important; }
  .nhp-cheklist .nhp-checklist-col {
    max-width: 25%; }
  .nhp-cheklist .nhp-checklist-row .nhp-img-box {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto; }
    .nhp-cheklist .nhp-checklist-row .nhp-img-box img {
      border-radius: 50%; }
  .nhp-cheklist .nhp-checklist-row .checklist-text-box {
    display: flex;
    align-items: center;
    justify-content: center; }
    .nhp-cheklist .nhp-checklist-row .checklist-text-box p {
      border: 0px !important;
      font-size: 0.77778rem;
      font-weight: 500;
      line-height: 1.2;
      align-items: center !important;
      justify-content: center !important;
      text-align: center;
      display: block;
      max-width: 70px;
      padding-right: 0px;
      font-weight: 700; }
      .nhp-cheklist .nhp-checklist-row .checklist-text-box p:before {
        display: none; } }

.inhaven-difference {
  background: #8dc6be;
  padding: 62px 0 73px !important; }
  @media screen and (max-width: 990px) {
    .inhaven-difference {
      background-color: #f9f8f5 !important;
      padding: 20px 0px 24px !important; } }
  .inhaven-difference h2.section-heading {
    color: white;
    margin-bottom: 3.44444rem; }
  .inhaven-difference ul {
    margin: 0; }
  .inhaven-difference-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    row-gap: 36px; }
    @media screen and (max-width: 990px) {
      .inhaven-difference-items {
        flex-direction: column;
        gap: 16px; } }
    .inhaven-difference-items > li {
      width: 30%; }
      @media screen and (max-width: 990px) {
        .inhaven-difference-items > li {
          width: 65%;
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        .inhaven-difference-items > li {
          width: 80%; } }
      @media screen and (max-width: 550px) {
        .inhaven-difference-items > li {
          width: 100%; } }
      .inhaven-difference-items > li .icon-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px; }
        @media screen and (max-width: 990px) {
          .inhaven-difference-items > li .icon-text {
            margin-bottom: 11px; } }
        .inhaven-difference-items > li .icon-text img {
          width: 72px;
          height: 72px;
          margin-bottom: 19px; }
          @media screen and (max-width: 990px) {
            .inhaven-difference-items > li .icon-text img {
              margin-bottom: 0px; } }
          .inhaven-difference-items > li .icon-text img.sm-none {
            display: block; }
            @media screen and (max-width: 990px) {
              .inhaven-difference-items > li .icon-text img.sm-none {
                display: none; } }
          .inhaven-difference-items > li .icon-text img.md-none {
            display: none; }
            @media screen and (max-width: 990px) {
              .inhaven-difference-items > li .icon-text img.md-none {
                display: block; } }
        .inhaven-difference-items > li .icon-text span {
          font-family: "DM Sans";
          color: white;
          font-size: 2rem;
          font-style: normal;
          font-weight: 500;
          line-height: 1.33; }
          @media screen and (max-width: 990px) {
            .inhaven-difference-items > li .icon-text span {
              font-size: 1.33333rem;
              line-height: 2; } }
      .inhaven-difference-items > li .inhaven-difference-list {
        color: white;
        list-style: disc;
        margin-left: 20px; }
        .inhaven-difference-items > li .inhaven-difference-list li {
          font-size: 1.22222rem;
          line-height: 1.09;
          font-weight: 400;
          margin-bottom: 16px; }
          @media screen and (max-width: 990px) {
            .inhaven-difference-items > li .inhaven-difference-list li {
              font-size: 0.88889rem;
              line-height: 1;
              margin-bottom: 10px; } }
          .inhaven-difference-items > li .inhaven-difference-list li span {
            font-weight: 700; }

@media (max-width: 990px) {
  .inhaven-difference h2.section-heading {
    font-family: "DM Sans";
    font-size: 1.33333rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
    color: #343432; }
  .inhaven-difference li.inhaven-difference-item {
    padding: 24px 16px 9px;
    border-radius: 5px; } }

@media print {
  header {
    display: none; }
  footer {
    display: none; }
  div[data-widget-id="ff94a288-a9a2-4de8-941d-10132639bbdf"],
  div[data-widget-id="5961ced6-3f8c-4b49-8f5b-e93b082c62a9"] {
    display: none; }
  div[data-sub-layout="cefad419-3f3a-4176-a9d3-adc07c704c2c"] div:first-child:nth-child(n + 3),
  div[data-sub-layout="cefad419-3f3a-4176-a9d3-adc07c704c2c"] div:not(:first-child):not(:last-child):nth-child(2n + 3) {
    page-break-after: always; }
  .table-checklist .table-wrapper {
    overflow: inherit; }
    .table-checklist .table-wrapper .product-image-with-badge .badges .badge {
      display: none; }
  .table-checklist table {
    min-width: inherit;
    width: 100%; }
    .table-checklist table tbody tr:last-child {
      display: none; }
  nav[aria-label="Breadcrumb"] {
    display: none; } }

.pages-custom-page-webinar .nhp-banner {
  background: url("https://cdn11.bigcommerce.com/s-bjqt1yp5q3/images/stencil/original/image-manager/banner-web.jpg?t=1750436945"); }

.pages-custom-page-webinar .nhp-banner .nhp-col {
  max-width: 70%;
  flex: 0 0 70%; }
  @media (max-width: 991px) {
    .pages-custom-page-webinar .nhp-banner .nhp-col {
      max-width: 100%;
      flex: 0 0 100%; } }

.pages-custom-page-webinar .nhp-row-box .nhp-txt-box.nhp-txt-box-webinar h1 {
  font-size: 2.5rem !important;
  line-height: normal !important; }
  @media (min-width: 100px) and (max-width: 800px) {
    .pages-custom-page-webinar .nhp-row-box .nhp-txt-box.nhp-txt-box-webinar h1 {
      font-size: 1.7rem !important;
      line-height: normal !important; } }
