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

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !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: 769px)/";
  width: 0; }

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

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

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

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

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

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

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.nice-select.open,
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: #222222;
  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.nice-select.open, 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: 16px; }
  @media (min-width: 769px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1281px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 60px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 23px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 12px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

/*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: #b8000d;
  border-color: #b8000d;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #dc0000;
    border-color: #dc0000;
    color: white; }
  .button--primary:active, .button--primary.nice-select.open {
    background-color: #dc0000;
    border: 1px solid #dc0000;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: #cccccc;
  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: 13px; }

.button--small {
  font-size: 12px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

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

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

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


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

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

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

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

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f1f1f1;
  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: #f1f1f1;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  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.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #c4c4c4;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #333333;
  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: #f4f4f4;
    color: #c4c4c4;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #757575;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #c4c4c4; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #c4c4c4; }
  .form-input:-ms-input-placeholder {
    color: #c4c4c4; }

/*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: #c4c4c4;
  color: #333333;
  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: #757575; }
  .form-select:disabled {
    background-color: #f4f4f4;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #757575; }

/*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(0, 0, 0, 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: 769px) {
    .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.375rem;
    padding-left: 1.875rem;
    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 #e1e1e1;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.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: #f4f4f4; }

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

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

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

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

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

/*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: 5.625rem;
  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: #b8000d;
    box-shadow: 0 0 4px rgba(184, 0, 13, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #fecf6d;
    border-color: #fecf6d; }
  .switch--checked .switch-toggle {
    background-color: #28a745;
    border-color: #28a745; }
  .switch--disabled .switch-toggle {
    background-color: #f1f1f1;
    border-color: #c4c4c4;
    cursor: default; }

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

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

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

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

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

.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.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #28a745; }

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

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #28a745; }

.form-field--success .form-input-indicator > svg {
  fill: #28a745; }

.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: #b34045; }

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

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

.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: #fecf6d; }

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

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

/*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: 12px;
  line-height: 12px;
  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: #c4c4c4; }
    .breadcrumb.unavailable a {
      color: #c4c4c4; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #c4c4c4;
      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: #c4c4c4;
    cursor: default; }

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

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

.tab-title {
  color: #757575;
  display: block;
  font-size: 13px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #222222; }

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

@media (min-width: 769px) {
  .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: 769px) {
  .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: 769px) {
  .navBar-item {
    float: left; } }

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

.navBar-action {
  color: #333333;
  font-size: 13px;
  padding: 0.75rem; }

/*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: #222222;
  font-size: 13px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .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.3125rem 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: #222222; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #222222;
  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.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox--info svg {
    fill: #dc0000; }

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 769px) {
    .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: 769px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 769px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 769px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 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: 13px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

@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: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 13px;
  padding: 0.375rem 0.75rem; }

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

.loadingOverlay {
  background: rgba(68, 68, 68, 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.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    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.75rem 0; }

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

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 769px) {
    .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(0, 0, 255, 0.9);
  color: #b8000d; }
  .card-figcaption-button:hover {
    background-color: rgba(0, 0, 255, 0);
    color: #b8000d; }

.card-body {
  padding: 0.75rem 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 {
  display: none;
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

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

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

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

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

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

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #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: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      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; }

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.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    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: 769px) {
    .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: 769px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1025px) {
    .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.3125rem;
  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, .swal2-actions:not(.swal2-loading) .swal2-styled.nice-select.open {
    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: "Roboto", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #222222;
    font-size: 3.875rem; }
  .swal2-modal .swal2-content {
    color: #222222;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #c4c4c4;
    color: #333333; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #333333; }
  .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: 1px;
    cursor: pointer;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    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: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active, .swal2-modal .swal2-styled.nice-select.open {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #b8000d;
    border-color: #b8000d;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #dc0000;
    border-color: #dc0000;
    color: white; }
  .swal2-modal .swal2-confirm:active, .swal2-modal .swal2-confirm.nice-select.open {
    background-color: #dc0000;
    border-color: #dc0000;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active, .swal2-modal .swal2-cancel.nice-select.open {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

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

figcaption {
  color: #c4c4c4;
  margin-top: 0.75rem; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 60px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 23px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 12px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    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: 769px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1025px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1281px) {
    #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: 1281px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.75rem;
  padding: 1.5rem 0; }

.modal-header-title {
  font-size: 26px;
  text-align: center; }

.modal-close {
  height: 2rem;
  width: 2rem;
  font-size: 26px;
  line-height: 2rem;
  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.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    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: 1025px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #757575; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: calc(50% - remCalc(10px)); }

.modal-close::before, .modal-close::after {
  content: none !important; }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #222222;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #b8000d;
      border-color: #b8000d;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #dc0000;
      border-color: #dc0000;
      color: white; }
    .modal--alert .button-container .confirm:active, .modal--alert .button-container .confirm.nice-select.open {
      background-color: #dc0000;
      border-color: #dc0000;
      color: white; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  font-size: 0;
  overflow: visible;
  text-align: left; }
  @media (min-width: 769px) {
    ol.breadcrumbs {
      display: block; } }
  @media screen and (max-width: 467px) {
    ol.breadcrumbs {
      text-align: center; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #b8000d;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }
  @media screen and (max-width: 467px) {
    .breadcrumb {
      text-align: center; } }

#containerBreadcrumb {
  max-width: calc(1464px + 1rem * 2);
  margin: 0 auto;
  position: static; }

.breadcrumb a.breadcrumb-label span {
  margin-left: -1.2px; }

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

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

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

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

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

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

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

.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.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.75rem; } }
  .button.button--primary {
    max-height: 46px; }

.button.button-soldout {
  line-height: 1rem;
  transition: all 0.15s ease;
  color: #ffffff;
  background-color: #666666;
  cursor: pointer;
  margin: 0;
  max-height: 46px; }
  .button.button-soldout:hover {
    background-color: #333; }
  .button.button-soldout + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button.button-soldout + .button {
        margin-left: 0.75rem; } }

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

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

.card-atc__button.button.adc-btn {
  padding-left: 16px;
  padding-right: 16px;
  width: 150px; }

.tabs-contents {
  margin-bottom: 0; }
  @media screen and (max-width: 469px) {
    .tabs-contents {
      display: flex;
      flex-direction: column; }
      .tabs-contents [data-tabcon="tab-ovw"] {
        order: -1; } }

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 769px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1025px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1281px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

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

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

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

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

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

.link {
  color: #cc2621; }
  .link:hover {
    color: #c70000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1025px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .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.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 0px;
  color: #333333; }

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

.alertBox--info {
  background-color: #f2f2f2;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dc0000; }

.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(179, 64, 69, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.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(40, 167, 69, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

.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: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 769px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 769px) {
      .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.75rem; }
      @media (min-width: 769px) {
        .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.75rem; } }

.form-label--alternate {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 0.75rem; }
  .form-label--alternate.radio-label {
    font-size: 1.2rem;
    font-weight: 400; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 12px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

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

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

.form-fileDescription {
  color: #c4c4c4;
  font-size: 12px; }

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

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 769px) {
    .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: 1281px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

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

.form-option {
  border: 1px solid #c4c4c4;
  color: #333333;
  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: #757575; }
  .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.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 769px) {
    .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: 12px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

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

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

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

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

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

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

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

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

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

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

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  object-fit: contain;
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 13px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.375rem 0 0; }
  .card-figcaption-button:active, .card-figcaption-button.nice-select.open {
    background-color: rgba(0, 0, 255, 0);
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: rgba(0, 0, 255, 0);
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

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

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

@media only screen and (max-width: 469px) {
  #prodContainer .card-figure__link {
    padding: 0; } }

.card.product--card .card-body {
  flex-grow: 1; }

.card-body-wrapper .card-body {
  padding-bottom: 0; }

.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.375rem;
  padding-left: 1.875rem;
  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 #e1e1e1;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .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.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #f4f4f4; }
  .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.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #222222; }
  .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.75rem; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #222222; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.75rem; } }
  .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; }

#bigcommerce .loadingOverlay::before {
  transform: inherit; }

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

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

@media screen and (max-width: 1025px) {
  .actionBar-section {
    width: 100%; } }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  width: 260px; }
  @media screen and (min-width: 1025px) and (max-width: 1439px) {
    .actionBar-section .form-field {
      width: 220px; } }
  .actionBar-section .form-field:hover {
    border-color: #757575; }

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

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

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

.actionBar-section .form-select {
  color: #222222;
  height: 2.125rem;
  width: 27%; }

.actionBar-section .filter-wrapper {
  border: 1px solid #e4e4e4;
  padding: 0.5rem;
  flex-direction: row;
  align-items: center; }
  @media screen and (min-width: 1025px) {
    .actionBar-section .filter-wrapper {
      display: flex;
      justify-content: space-between;
      padding-right: 0; } }
  .actionBar-section .filter-wrapper .form-label {
    padding: 0 0.3rem;
    font-size: 1.1rem;
    font-weight: 300;
    color: black; }
  .actionBar-section .filter-wrapper .form-select {
    width: 67%;
    padding: 0 1rem 0rem 0rem;
    color: #666666;
    background-position: right;
    font-weight: 350;
    font-size: 1.0625rem;
    text-align: end;
    padding-right: 50px; }
    @media screen and (min-width: 1025px) and (max-width: 1439px) {
      .actionBar-section .filter-wrapper .form-select {
        padding-right: 35px; } }
    .actionBar-section .filter-wrapper .form-select.nice-select {
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: none;
      width: 167px; }
      @media screen and (min-width: 1025px) and (max-width: 1439px) {
        .actionBar-section .filter-wrapper .form-select.nice-select {
          width: 136px; }
          .actionBar-section .filter-wrapper .form-select.nice-select span {
            overflow: hidden; } }

.actionBar-section .filter-mobile-wrapper {
  display: grid;
  gap: 1rem;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column; }
  .actionBar-section .filter-mobile-wrapper .filter-wrapper {
    width: 100%;
    border: 1px solid #666666;
    display: flex; }
    .actionBar-section .filter-mobile-wrapper .filter-wrapper.filter-button {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px; }
    @media screen and (max-width: 1023px) {
      .actionBar-section .filter-mobile-wrapper .filter-wrapper .form-select {
        width: 70%; } }
  @media screen and (max-width: 480px) {
    .actionBar-section .filter-mobile-wrapper {
      width: 100%; }
      .actionBar-section .filter-mobile-wrapper .form-select {
        padding: 0rem;
        width: 70%;
        text-align: end; } }

@media screen and (max-width: 479px) {
  .actionBar {
    margin: 1rem 0; } }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #545454;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 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: 769px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1025px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 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.75rem;
      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.875rem;
      position: absolute; }

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

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.75rem;
  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.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

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

.navUser-item {
  display: block; }
  @media (min-width: 1025px) {
    .navUser-item.navUser-item--social {
      margin-top: 0.3125rem;
      padding-right: 0.3125rem; }
    .navUser-item.navUser-item--divider {
      font-size: 1.5625rem;
      margin-top: 0.5rem;
      padding-left: 0.125rem; } }

@media screen and (min-width: 480px) {
  .navUser-item--search_mobile {
    display: none !important; } }

.navUser-item--search_mobile svg path {
  fill: white; }

.navUser-item--cart {
  display: block; }
  @media (max-width: 769px) {
    .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: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 1025px) {
        .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.4375rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 769px) {
    .navUser-item-cartLabel {
      display: inline;
      color: #fff; } }

.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.75rem;
  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 #f1f1f1 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

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

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

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

.countPill--alt {
  background-color: #e4e4e4;
  color: #545454; }

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

.has-activeNavPages {
  overflow: hidden;
  position: static; }

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

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

.navPages-list {
  margin: 0; }
  @media (min-width: 1025px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1025px) {
  .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: 1025px) {
    .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: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        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: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .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; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
        font-size: 1.2rem; } }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      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: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }

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

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

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

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

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

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        margin-bottom: 1.125rem; }
      .navPage-subMenu-item.navPage-subMenu-item--mega-menu {
        margin-bottom: 1.5rem; } }

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

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

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

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

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

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

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1025px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 769px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1025px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @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: 1025px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1025px) {
      .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: 769px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 769px) {
      .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: calc(100vh - 55px);
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 769px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 1025px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center;
  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: 43.75rem;
  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: 23px;
  margin: 0; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 769px) {
    .heroCarousel-description {
      font-size: 12px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 13px; } }

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

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

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

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

@media (min-width: 1025px) {
  .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: 131.8%;
    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: 769px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 769px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 769px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .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: 769px) {
        .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.1875rem; }
  @media (min-width: 769px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 769px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 769px) {
    .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: 769px) {
    .account--addReturn-column {
      width: 50%; } }

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 769px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1281px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .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: 1025px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1281px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }
  @media (max-width: 640px) {
    .productView {
      padding-top: 0.5rem; } }

@media only screen and (max-width: 640px) {
  #prodContainer .container {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0; }
    #prodContainer .container.set-contents-container {
      padding: 0 1rem; } }

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

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

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

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

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

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

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

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

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

.productView-title {
  font-size: 23px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 1025px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1281px) {
    .productView-title {
      font-size: 60px; } }

.productView-brand {
  color: #757575;
  font-size: 13px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1281px) {
    .productView-brand {
      font-size: 23px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

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

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

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 769px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 769px) {
    .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: 769px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 769px) {
    .productView-info-name {
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 769px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 769px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 12px; }
  .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: 769px) {
        .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; }
  @media (min-width: 769px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1025px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1281px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1281px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.75rem; }

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 1025px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

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

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .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.75rem;
    padding-right: 0.75rem;
    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: 62.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner {
  margin: 0 auto;
  max-width: 75rem;
  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.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    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: right; }

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

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

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

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

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

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

.cart-item-block {
  display: block; }
  @media (min-width: 1025px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

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

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

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

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

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

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

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

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

.cart-item-label {
  color: #222222;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 769px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1025px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.1875rem; }

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

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 769px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1025px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1281px) {
    .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: 1025px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 769px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1025px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 1025px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 23px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 1025px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.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.75rem;
    padding-right: 0.75rem;
    width: 20%; }

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

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

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

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

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

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

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

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

.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: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 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%;
  padding-left: 0; }

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

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

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

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

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

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

.FloatRight.PaypalCommerceCheckout.RemoteCheckout.CheckoutButton {
  display: flex;
  flex-direction: column;
  align-items: center; }

.column-none {
  grid-template-columns: none !important; }

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

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

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

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

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

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

.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: #222222; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .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: 1025px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  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.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1025px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #545454;
    opacity: 1; }

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

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

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

.previewCartCheckout-price {
  display: block;
  font-size: 60px;
  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: 1025px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #c4c4c4;
  color: #545454;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #545454; }

.maintenanceNotice-header {
  font-family: "Oswald";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 1025px) {
    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: 55px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 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: 1025px) {
    .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: 1281px) {
    .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: #f1f1f1;
  color: #545454;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1281px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

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

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

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

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

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

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

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

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

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

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

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1025px) {
      .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: 769px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 769px) {
    .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: 13px; }

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

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

.search-nav {
  position: relative; }

#product-listing-container .search-product-listing--container {
  display: flex;
  gap: 1.5rem;
  margin: auto;
  justify-content: space-between; }
  @media only screen and (max-width: 1024px) and (min-width: 861px) {
    #product-listing-container .search-product-listing--container {
      flex-direction: column; } }

#search-results-content .search-results-content--container,
#product-listing-container .product-listing--container {
  padding: 0rem 6rem 4rem; }

/* Media query for screens with a maximum width of 767px (typical for mobile devices) */
@media (max-width: 967px) {
  #product-listing-container .product-listing--container {
    padding: 0rem 1rem 4rem;
    /* Adjust padding for smaller screens if needed */ }
  #search-results-content .search-results-content--container {
    padding: 0rem 1rem 4rem; }
  #product-listing-container .search-product-listing--container {
    flex-direction: column; } }

#product-listing-container .grid-3-cl {
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 1.5rem 0;
  margin-top: 0px;
  margin-left: 0;
  gap: 20px;
  display: grid; }
  @media only screen and (max-width: 725px) {
    #product-listing-container .grid-3-cl {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 469px) {
    #product-listing-container .grid-3-cl {
      grid-template-columns: repeat(1, 1fr); } }

#product-listing-container .search-product-listing--container .product {
  max-width: 292px;
  height: 470px;
  padding-bottom: 20px;
  overflow: unset; }
  @media only screen and (max-width: 1024px) {
    #product-listing-container .search-product-listing--container .product {
      margin-left: 0px;
      max-width: none; } }

#product-listing-container .card,
#product-listing-container .actionBar {
  margin: 0px; }

#search-results-content .blog-post__card-summary {
  display: block; }

#product-listing-container .search-product-listing--container .filter-wrapper {
  display: flex; }

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

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

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

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  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: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 769px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 13px;
    margin-bottom: 0; }

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

.account-product-subtitle {
  color: #c4c4c4;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

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

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

.account-product-refundQty {
  color: #c4c4c4;
  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: 769px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 769px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 769px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1281px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.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: 1281px) {
      .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: 1281px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 13px;
  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.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 23px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 769px) {
    .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.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 769px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

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

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

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

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  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: 13px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #e3e3e3; }

.icon--ratingFull svg {
  fill: #ffd203; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  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.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  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.75rem;
    width: 1.75rem; }
    @media (min-width: 1281px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1281px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 13px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 769px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 769px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #545454;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 769px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 769px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #c4c4c4;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

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

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

.skip-to-main-link {
  background: white;
  color: #222222;
  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: black;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1025px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1025px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 769px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1025px) {
    .header-logo {
      height: 55px;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #f1f1f1;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1025px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active, .header-logo__link.nice-select.open {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 300;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 769px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1025px) {
    .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: 38px; } }

.header-logo-image-container {
  position: relative;
  width: 100%;
  display: flex; }

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

.navUser-item--account .navUser-action {
  color: #fff; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem;
  object-fit: contain;
  margin-left: 1.25rem; }

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  right: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 1000000; }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #222222;
    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;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #b8000d;
      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); }

.body {
  margin-bottom: 6rem;
  margin-top: 6.5rem; }
  @media (min-width: 1025px) {
    .body {
      margin-top: 2.5rem; } }

#main-content {
  margin-top: 0.5rem; }
  @media (min-width: 1025px) {
    #main-content {
      margin-top: 0.75rem; } }

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

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1025px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1025px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

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

.footer-info {
  font-size: 0; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 769px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 769px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 769px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 1025px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

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

.footer-copyright {
  text-align: center; }
  @media (min-width: 769px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    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.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1281px) {
    .container {
      padding: 0 6rem; } }

article.blog-post__card[data-link] {
  cursor: pointer; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 26px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

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

.blog-post {
  font-size: 13px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1025px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 769px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1025px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1281px) {
    .blog-post-body {
      width: 50%; } }

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

.sidebarBlock-heading {
  font-size: 0.9375rem;
  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: 769px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  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; }

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 769px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 25%; } }

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 769px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1025px) {
  .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.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 769px) {
  .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: 1281px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1281px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 769px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1281px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(0, 0, 255, 0.9);
  color: #b8000d; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: rgba(0, 0, 255, 0);
    color: #b8000d; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 769px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1281px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1281px) {
    .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: 769px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1281px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1281px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1281px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #c4c4c4;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1025px) {
    .listItem-brand {
      font-size: 13px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 13px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1025px) {
    .listItem-title {
      font-size: 23px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .listItem-price {
      font-size: 23px; } }

@media (min-width: 1281px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 12px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1281px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.breadcrumbs li:nth-child(3) {
  display: none; }

/*! CSS Used from: https://assets.website-files.com/6344c902b7919da443294b29/css/l5-info.a4181f22f.css */
a {
  background-color: transparent; }

a:active, a.nice-select.open,
a:hover {
  outline: 0; }

strong {
  font-weight: bold; }

img {
  border: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

h3 {
  font-weight: bold;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-embed:after {
  clear: both; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-richtext:after {
  clear: both; }

.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #c8c8c8; }

.w-tab-link:focus {
  outline: 0; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }

.w-layout-grid {
  display: -ms-grid !important;
  display: grid !important;
  grid-auto-columns: 1fr !important;
  -ms-grid-columns: 0fr 1fr !important;
  grid-template-columns: 0fr 1fr !important;
  -ms-grid-rows: auto auto !important;
  grid-template-rows: auto auto !important;
  grid-row-gap: 16px !important;
  grid-column-gap: 16px !important; }

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Oswald, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 300;
  text-transform: uppercase; }

p {
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 300; }

a {
  -webkit-transition: border-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-family: Roboto, sans-serif;
  color: #c70000;
  font-weight: 400;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

em {
  font-style: italic; }

blockquote {
  margin-bottom: 18px;
  padding: 0px;
  border-left: 0px solid #e2e2e2;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 300; }

.button-primary {
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b8000d;
  background-color: #b8000d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase; }

.button-primary:hover {
  border-color: #dc0000;
  background-color: #dc0000;
  text-decoration: none; }

.button-primary.forms {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px;
  font-size: 1.4rem;
  line-height: 48px; }

.button-primary.forms.financing {
  max-width: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.4; }

.modal-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 650px;
  max-height: 80vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.modal-container.financing {
  width: 90vw;
  height: 100%;
  max-height: 85vh;
  max-width: 600px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.modal-container.financing.landing {
  overflow: auto;
  width: 600px;
  height: auto;
  max-height: 100vh;
  max-width: 100vw;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33); }

.modal-container.landing {
  overflow: scroll;
  width: auto;
  max-height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.modal-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("https://assets.website-files.com/6344c902b7919da443294b29/6344c902b7919da051294be1_logo_l5.jpg");
  background-position: 18px 50%;
  background-size: auto 60px;
  background-repeat: no-repeat;
  font-size: 2rem;
  line-height: 32px;
  text-align: center; }

.modal-heading.financing {
  background-image: none;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700; }

.modal-exit-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: inline-block;
  width: 40px;
  opacity: 0.66;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Fa solid 900", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  cursor: pointer; }

.modal-exit-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.modal-exit-button.financing {
  opacity: 1;
  color: #fff;
  font-size: 28px; }

.modal-exit-button.financing.landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 7.5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 40px; }

.modal-exit-button.financing.landing:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.modal-scroll-box {
  overflow: scroll;
  height: 75vh;
  padding-right: 18px;
  padding-left: 18px; }

.modal-scroll-box.financing {
  padding-top: 18px;
  padding-bottom: 18px; }

.modal-scroll-box.financing._2 {
  height: auto;
  max-height: 700px;
  padding-right: 36px;
  padding-left: 36px; }

.bold {
  font-weight: 500; }

.financing-content {
  display: block;
  width: 100%;
  height: auto; }

.intro-text---financing {
  line-height: 18px;
  text-align: left; }

.intro-text---financing blockquote {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.65rem;
  text-align: center; }

.intro-text---financing p {
  color: #333;
  font-size: 14px; }

.intro-text---financing._2 {
  font-size: 14px;
  text-align: left; }

.intro-text---financing._2._1 {
  margin-bottom: 12px; }

.intro-text---financing._2._1 em {
  color: #dc0000;
  font-style: normal;
  font-weight: 700; }

.intro-text---financing strong {
  font-weight: 500; }

.tabs-menu-4 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-transform: uppercase; }

.text-block-94 {
  position: relative;
  font-weight: 500; }

.tab-link-tab-1 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 12px;
  text-align: center; }

.tab-link-tab-1:hover {
  border-color: #c70000;
  background-color: #c70000;
  color: #fff;
  text-decoration: none; }

.tab-link-tab-1.w--current {
  position: relative;
  border-color: #c70000;
  background-color: #c70000;
  color: #fff; }

.div-block-195 {
  position: relative;
  top: -27px;
  width: 40px;
  height: 40px;
  background-color: #c7090f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.down-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.image-73 {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain; }

.image-74 {
  height: 76px;
  -o-object-fit: contain;
  object-fit: contain; }

.image-75 {
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain; }

.image-76 {
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain; }

.image-77 {
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain; }

.div-block-196 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.div-block-199 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.grid-26 {
  margin-top: 6px !important;
  margin-bottom: 16px !important;
  padding-left: 20px !important;
  grid-column-gap: 8px !important;
  grid-row-gap: 5px !important;
  -ms-grid-columns: auto 1fr !important;
  grid-template-columns: auto 1fr !important;
  -ms-grid-rows: auto !important;
  grid-template-rows: auto !important; }

.fontawesome {
  font-family: "Fa solid 900", sans-serif; }

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

.text-block-95 {
  font-weight: 300; }

.text-block-96 {
  margin-top: -8px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 300;
  text-align: center; }

.fin-form-bottom {
  margin-top: 12px;
  font-style: italic;
  text-align: center; }

.financing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh !important;
  /*   padding-top: 45px; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: center;
  background-color: rgba(68, 68, 68, 0.95);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-top: 30px;
  z-index: 1000; }

.modal--outer {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  background-color: rgba(68, 68, 68, 0.95);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

@media screen and (min-width: 1920px) {
  .modal-container {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }

@media screen and (max-width: 991px) {
  .button-primary.forms {
    display: block; } }

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 18px; }
  .button-primary.forms {
    font-size: 1.8rem; }
  .modal-container {
    width: auto;
    height: auto;
    max-height: none; }
  .modal-container.financing.landing {
    /*     height: 100vh; */
    height: auto;
    border-width: 0px;
    box-shadow: none; }
  .modal-container.landing {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal-heading {
    padding-left: 0px;
    background-image: none; }
  .modal-heading.financing {
    height: 75px; }
  .modal-scroll-box.financing {
    height: 85vh; }
  .modal-scroll-box.financing._2 {
    height: auto; }
  .financing-section {
    /*     padding-top: 75px; */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    /*     align-items: flex-start; */
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 12px; }
  .button-primary.forms {
    width: 100%;
    font-size: 1.4rem; }
  .modal-container.financing {
    width: 100vw;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal-container.financing.landing {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .modal-container.landing {
    height: 100%;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .modal-heading {
    padding-top: 20px;
    padding-bottom: 20px; }
  .modal-heading.financing {
    height: 7vh;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.8rem;
    line-height: 55px; }
  .modal-exit-button.financing {
    display: none;
    width: 55px;
    line-height: 55px; }
  .modal-scroll-box {
    height: 50vh; }
  .modal-scroll-box.financing {
    overflow: visible;
    width: 100%;
    height: auto;
    padding: 18px 12px; }
  .modal-scroll-box.financing._2 {
    padding-right: 18px;
    padding-left: 18px; }
  .tabs-menu-4 {
    justify-items: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .tab-link-tab-1 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center; }
  .div-block-195 {
    top: -32px;
    width: 30px;
    height: 30px; }
  .grid-26 {
    padding-left: 0px; } }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1fa-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1fc-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1fe-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd200-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd202-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd204-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd206-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd208-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd20e-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1c9-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1cb-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1d1-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1d3-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1d5-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1d7-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-_93c5abae-dca8-7bb5-c5c5-7a57e673c58a-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-_9e77a1df-66e2-4674-5e67-678f8d5d9824-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1d9-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1db-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1dd-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1df-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

#w-node-a02dba77-2817-f3e4-94cd-e65bfe5bd1e1-69294d01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

/*! CSS Used from: Embedded */
::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  border-radius: 0px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #b8000d;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); }

.modal-scroll-box {
  overflow-x: none; }

/*! CSS Used from: Embedded */
.w--current .down-div {
  display: flex; }

/*! CSS Used fontfaces */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752HT8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fj8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL-vwnYh2eg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzQdL-vwnYh2eg.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzwdL-vwnYh2eg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzMdL-vwnYh2eg.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz8dL-vwnYh2eg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dL-vwnYh2eg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdL-vwnYg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc3CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc2CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc5CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc1CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc0CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xFIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xEIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xHIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc3CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc-CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc2CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc5CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc1CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsTYl4BO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic3CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic-CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic2CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic5CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic1CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic0CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc3CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc-CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc2CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc5CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc1CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc0CsTYl4BOQ3o.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsTYl4BO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Fa solid 900";
  src: url("https://assets.website-files.com/6344c902b7919da443294b29/6344c902b7919d26e5294bd4_fa-solid-900.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

.hide {
  display: none; }

.float-card-adc {
  display: flex;
  justify-content: space-between;
  gap: 10px; }

.float-card-adc-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  /* Adjust as needed */
  z-index: 1000;
  /* Ensure it is above other elements */
  padding: 10px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  display: none;
  /* Initially hidden */ }

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Mobile view media query */
@media (max-width: 467px) {
  .float-card-adc-wrapper.float-show {
    display: block;
    /* Only show on mobile view */
    animation: fadeIn 300ms ease-in; } }

.float-card-adc .card-atc__button.button.button--primary.js-card-atc__button, .float-card-adc .button.button-soldout {
  padding: 10px;
  border-radius: 5px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  font-size: 16px; }
  @media (max-width: 397px) {
    .float-card-adc .card-atc__button.button.button--primary.js-card-atc__button, .float-card-adc .button.button-soldout {
      width: 105px; } }

.float-card-adc .productView-image--default.lazyautosizes.ls-is-cached.lazyloaded {
  height: 80px;
  object-fit: contain; }

.float-item-wrapper {
  gap: 10px; }
  .float-item-wrapper .productView-type-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1; }

.float-card-product, .float-price-wrapper {
  display: flex; }

.float-card-product {
  gap: 10px; }

.float-item-wrapper, .float-sku-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.float-price-wrapper {
  display: flex;
  align-items: flex-end; }

.float--text {
  font-size: 13px;
  line-height: 13px; }

.productView-info-value.float--text {
  margin-bottom: 0; }

.card-atc__section.card-atc__section--action.adc-float, .card-atc__button.button.button--primary.js-card-atc__button.adc-only {
  height: 100%;
  max-height: 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: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  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: #d4ff51; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 769px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1281px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: #dc0000; }

.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: #d4ff51; }

.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.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #d4ff51;
  color: #dc0000; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: #d4ff51; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 1rem;
  font-weight: 700;
  height: 1.875rem;
  right: -45px;
  line-height: 1.875rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 30px;
  transform: rotate(45deg);
  transition: background-color 800ms ease;
  width: 11.0625rem;
  z-index: 9; }

.sale-flag-sash {
  background: #d4ff51;
  color: #dc0000; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 769px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1281px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: #d4ff51; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #757575;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1025px) {
  .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: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.section--header__sm {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px; }

.head--subtitle {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  /*font-weight: 300;*/ }

.head--subtitle.limiter {
  max-width: 58%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

.sec--sm.wf-section {
  padding-top: 20px;
  padding-bottom: 30px; }

#appendJS .sec--sm.wf-section {
  padding-bottom: 0px;
  /* @media screen and (max-width: 479px) {
    padding-bottom: 0px;
  }*/ }

#appendJS .sec--sm.wf-section.mid {
  padding-top: 1px; }

.card--finance {
  grid-row-gap: 17px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2ch;
  font-family: Oswald, sans-serif;
  display: flex;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 10px;
  padding-top: 0.5ch;
  position: relative; }
  .card--finance .number.text {
    margin-bottom: 24px;
    font-size: 45px; }
    @media screen and (max-width: 479px) {
      .card--finance .number.text {
        font-size: 27px;
        margin-bottom: 12px; } }
  .card--finance .btn--ctr {
    position: absolute;
    bottom: 15px; }

.card--finance > :nth-child(2) {
  margin-top: -17px;
  /* Use negative margin to remove the gap */ }

.div-block-13 {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #d81111;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 21.68px;
  line-height: 1;
  display: flex; }

.head--title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 121.7%;
  margin: 0; }
  .head--title.cap {
    text-transform: capitalize; }

.card--text {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3; }

.grid-4 {
  display: grid;
  gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr; }

.grid-4s {
  display: grid;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media screen and (max-width: 1000px) {
    .grid-4s {
      gap: 30px;
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 479px) {
    .grid-4s {
      grid-column-gap: 25px;
      grid-template-columns: 1fr; } }

.btn--ctr {
  justify-content: center;
  display: flex;
  align-self: center;
  padding-bottom: 10px; }

.btn--browse {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #cc2621;
  padding: 12px 35px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1;
  text-align: center; }

.sec--sm.bg--cta {
  background-image: url("https://assets.website-files.com/634d1196dfe3ee1059acb423/6449e60cb0661034a65823f4_BACKGROUND%20-%20IMAGE.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }

.sec--sm.bg--tools {
  background-image: url("https://assets.website-files.com/634d1196dfe3ee1059acb423/6449e7eff6f60511fd6042d3_5%201.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.h2--title {
  color: #343434;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 400; }

.h2--title__white {
  color: #343434;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 400; }

.h2--title__white.mar-btm--med,
.text--white {
  color: #fff; }

.text-block-7-white {
  color: #fff; }

.head--white.mar-btm--sm {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1; }

.sec--sm.bg--tools.wf-section {
  padding-top: 70px;
  padding-bottom: 70px; }

.card--tools {
  grid-row-gap: 17px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  font-family: Oswald, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.white {
  color: #fff; }

.h2--title.mar-btm--med.mob--show {
  display: none; }

.grid2x {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

.dropdown {
  width: 100%;
  letter-spacing: 0.1px;
  border-top: 1px #000;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transition: all 0.2s; }

.dropdown.top {
  border-top-style: solid; }

.dropdown-toggle {
  color: #343434;
  justify-content: space-between;
  padding: 22px 0 22px 0;
  display: flex; }

.dropdown-link {
  border-bottom: 1px solid #000;
  padding: 20px 0; }

.dropdown-list {
  border-bottom: 1px solid #000; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.content--left {
  flex-direction: column;
  align-items: flex-start;
  display: flex; }

#w-node-_790e8571-de5a-9564-3007-7d41f5098806-f2acb422 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto; }

#w-node-_7db92638-9d49-8f9d-55bc-1d5dc2a9cebd-f2acb422,
#w-node-_75b1865f-9660-6f14-fc79-afad5ece9c7a-f2acb422 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto; }

#w-node-_936dac66-e249-9222-c5a1-9df7158dff7b-aac47601 {
  align-self: start; }

#w-node-_426ac22c-15e5-0f8c-d4d1-6d7145032e4f-c62109af,
#w-node-_0d763fa5-708a-1636-fb3d-f233420ef496-c62109af,
#w-node-_3c33d947-e8b2-31f8-dba9-89ee09394fd0-c62109af,
#w-node-_7017caa1-bc79-cb99-02b2-a56cdb987a54-c62109af,
#w-node-dc6a522e-b9cd-2af1-7808-ea82d59a8543-c62109af {
  grid-area: span 1 / span 1 / span 1 / span 1; }

#w-node-_24fef186-606a-33b4-9f45-a99f7bfb6b94-c62109af {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end; }

#w-node-be366764-6965-a1d0-ea95-014dadd87745-c62109af,
#w-node-c6b1a9ab-4be7-c3cc-1f26-7026027738aa-c62109af {
  grid-area: span 1 / span 1 / span 1 / span 1; }

#w-node-c6b1a9ab-4be7-c3cc-1f26-7026027738c4-c62109af {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end; }

#w-node-_57d151eb-3ec6-9f37-053a-e64316537c2d-c0e3a51b,
#w-node-c8cf6acc-5845-61fd-d983-8b67a119e4d2-c0e3a51b,
#w-node-_95ba7911-800c-b53b-83d6-5873a78d3c7e-c0e3a51b,
#w-node-_2d984f7f-f290-ceb6-7de5-fc7047dd3e2c-c0e3a51b,
#w-node-b8b43ad8-eb5b-2838-2c17-9b35d5d312f3-c0e3a51b,
#w-node-_363ef44f-f4c9-64b3-900d-1f090849e23a-c0e3a51b {
  grid-area: span 1 / span 1 / span 1 / span 1; }

#w-node-_81191250-d8cc-074e-364f-3100bdd6c870-c0e3a51b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto; }

#w-node-_52b8f374-b9d0-aebf-1127-44aacbc88ddd-c0e3a51b,
#w-node-_103c9185-8016-f5be-80c1-136ad4a9039f-c0e3a51b {
  grid-area: span 1 / span 1 / span 1 / span 1; }

#w-node-_103c9185-8016-f5be-80c1-136ad4a9039f-c0e3a51b {
  border-bottom: 1px solid #000; }

@media screen and (max-width: 991px) {
  #w-node-_3c33d947-e8b2-31f8-dba9-89ee09394fd0-c62109af,
  #w-node-c6b1a9ab-4be7-c3cc-1f26-7026027738aa-c62109af {
    grid-area: span 1 / span 1 / span 1 / span 1; } }

@media screen and (max-width: 479px) {
  #w-node-_24fef186-606a-33b4-9f45-a99f7bfb6b94-c62109af,
  #w-node-c6b1a9ab-4be7-c3cc-1f26-7026027738c4-c62109af {
    align-self: stretch; } }

.w-dropdown {
  z-index: 1; }

.content--right {
  z-index: 2; }

.dropdown.w-dropdown {
  left: 0; }

.text-block-9 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1; }

a.dropdown-toggle.w-dropdown-toggle,
.btn--browse {
  text-decoration: none; }
  a.dropdown-toggle.w-dropdown-toggle:hover,
  .btn--browse:hover {
    text-decoration: none; }

a.dropdown-toggle.w-dropdown-toggle {
  align-items: baseline; }

.btn--browse.button--primary {
  text-decoration: none; }
  .btn--browse.button--primary:hover {
    text-decoration: none; }

.dropdown .idropdown {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: url("https://assets.website-files.com/634d1196dfe3ee1059acb423/6449ed61c6872c85f19f652f_%2B.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s; }

.dropdown.w--open .idropdown {
  background-image: url(https://uploads-ssl.webflow.com/634d1196dfe3ee1059acb423/6449ed6043a6864dde19d28d_-.svg); }

#popular.grid {
  /* background: #DDD;
        */
  all: unset;
  display: flex;
  flex-wrap: wrap;
  /* max-width: 1200px;
        */
  width: 100%;
  min-width: 320px;
  /* gap: 50px;
        */
  place-items: center;
  margin-top: 10px;
  /* grid-template-columns: 320px 320px 320px 320px;
        */
  justify-content: center;
  position: relative;
  align-items: stretch; }
  @media screen and (max-width: 479px) {
    #popular.grid {
      margin-bottom: 0px; } }

#popular.grid:after {
  content: "";
  display: block;
  clear: both;
  margin-top: 10px; }

/* ---- .grid-item ---- */
#popular .product {
  float: center;
  min-width: 280px;
  max-width: 310px;
  height: 495px;
  padding: 0 10px 30px 10px;
  overflow: unset; }

#popular > .slick-prev.slick-arrow {
  position: absolute; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #cacaca;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

@media screen and (max-width: 479px) {
  .mob--hor__hide {
    display: none; }
  .section--header__sm {
    line-height: 119.2%; }
  .grid2x {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid; }
  .btn--browse {
    width: 85%; }
  .cont.tools.finTitle {
    padding-left: 16px;
    padding-right: 16px; }
  .head--subtitle.limiter.finP {
    max-width: 100%;
    padding-top: 10px;
    font-size: 14px; }
  .btn--browse.button--primary.btnFin-bottom {
    width: 94%;
    margin-left: 14.6%;
    margin-right: 14.6%; }
  .h2--title.mar-btm--med.sm {
    font-size: 26px; } }

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

@media screen and (max-width: 767px) {
  .mob--hor__hide {
    display: none; }
  .section--header__sm {
    font-size: 44px; }
  .grid-4,
  .grid-4s {
    grid-row-gap: 25px;
    grid-template-columns: 1fr; }
  .grid-4.mar-btm--lg {
    grid-row-gap: 25px; }
  .cont.tools {
    padding-left: 20px;
    padding-right: 20px; }
  .cont.tools-2 {
    padding-left: 32px;
    padding-right: 32px; }
  .head--title {
    font-size: 19px; }
  .card--text {
    font-size: 17px; }
  .content--left {
    display: none; }
  .h2--title.mar-btm--med.mob--show {
    text-align: center;
    justify-content: center;
    display: flex; }
  .dropdown.w-dropdown {
    padding: 0 10px 0 10px; }
  .cont.fqa {
    padding: 0 27px 0 27px; }
  .pos--rel.mob--hide,
  .align--ctr.mar-btm--lg {
    display: none; } }

#clickArea {
  padding-top: 70px; }

@media screen and (max-width: 997px) {
  .cont.tools.cont-finProd {
    padding-left: 60px;
    padding-right: 60px; } }

@media screen and (max-width: 497px) {
  .cont.tools.cont-finProd {
    padding-left: 5.5%;
    padding-right: 5.5%; } }

@media screen and (max-width: 991px) {
  .card--finance {
    padding: 30px; }
  .grid2x {
    grid-row-gap: 30px;
    grid-template-columns: 1fr; }
  #clickArea {
    padding-top: 0px; } }

#popular {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  width: 100%;
  margin-bottom: 20px;
  position: relative; }

@media screen and (max-width: 1024px) {
  #popular {
    overflow: hidden; }
  .popular .product {
    display: inline-block;
    white-space: normal;
    vertical-align: top; } }

@media screen and (max-width: 600px) {
  #finance--page .wf-section {
    height: auto; }
  /*#finance--page .wf-section.top {
    padding-top: 0px;
  }*/ }

@media (min-width: 1281px) {
  .finProd {
    width: 26%; } }

@media (min-width: 1025px) {
  .finProd {
    width: 26%; } }

@media (max-width: 1034px) {
  .finProd {
    width: 27%; } }

@media (max-width: 769px) {
  .finProd {
    width: 28%; } }

.top-img-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  /* font-size: 6vw; */
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 12px; }
  @media screen and (max-width: 479px) {
    .top-img-title {
      font-size: 40px; } }

.banner--red {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #b8000d; }

.financing-card-list {
  font-family: Roboto, sans-serif;
  margin-bottom: 5rem;
  margin-left: 2rem; }
  @media screen and (max-width: 479px) {
    .financing-card-list {
      margin-bottom: 4rem; } }
  .financing-card-list li {
    position: relative;
    padding-left: 5px;
    font-size: 20px;
    padding-bottom: 0.5rem;
    list-style-type: none; }
    @media screen and (max-width: 479px) {
      .financing-card-list li {
        padding-bottom: 10px; } }

.financing-card-list li::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 2px;
  width: 25px;
  height: 25px;
  background-image: url("https://cdn11.bigcommerce.com/s-89a9ntp16/images/stencil/original/image-manager/red-circle-tick.png");
  background-size: cover; }

.div-block-197 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  position: relative;
  justify-content: center; }

.pay--in {
  text-align: center;
  position: absolute;
  top: 45px; }

.pay--in-2 {
  text-align: center;
  position: absolute;
  top: 50px;
  font-size: 1.1rem; }

.black {
  background-color: #000; }

.financing-subpage-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  text-decoration: none; }
  .financing-subpage-link:hover {
    text-decoration: none; }

.accordion--wrapper-financing {
  max-width: 1219px;
  padding: 20px 40px;
  background-color: white; }
  @media screen and (max-width: 479px) {
    .accordion--wrapper-financing {
      padding: 0px 20px; } }

.financing-navBar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 30px 0; }

.financing-step-content.open {
  padding-top: 15px; }

.img-wrapper-ctr {
  display: flex;
  justify-content: center; }

#appendJS .sec--sm.wf-section.stepbystep-financing {
  background-color: #373737;
  padding: 50px 0; }

.sub-title {
  margin-bottom: 50px;
  margin-top: 15px; }
  @media screen and (max-width: 479px) {
    .sub-title {
      margin-bottom: 25px;
      margin-top: 10px; } }

.card--finance.benefit-card {
  padding-bottom: 5rem; }
  @media screen and (max-width: 479px) {
    .card--finance.benefit-card {
      padding-bottom: 20px; } }

.sec--wrapper-1 {
  padding-top: 20px;
  padding-bottom: 20px; }

.sec--wrapper-2 {
  padding-top: 30px;
  padding-bottom: 5rem; }

.schematic-block {
  margin-bottom: 60px; }

.div-block-201 {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex; }

.div-block-201 h3 {
  margin-bottom: 5px; }

.image-78 {
  height: 200px; }
  @media (max-width: 467px) {
    .image-78 {
      height: auto; } }

.adc-btn-mob {
  background-color: #b8000d;
  height: inherit;
  width: 45px; }

.adc-btn {
  margin: 0;
  height: 2.75rem; }

.adc-col {
  height: 2.75rem; }
  @media (max-width: 467px) {
    .adc-col {
      height: 1.5rem;
      display: flex; }
      .adc-col .adc-btn-mob {
        padding: 1px 7px;
        margin: 0;
        font-size: 10pt; } }

#schematic-prod-description .grid-item.js-card-atc {
  gap: 10px; }

@media screen and (max-width: 767px) {
  .div-block-201 {
    text-align: center;
    flex-direction: column;
    align-items: center; } }

.sch-btn-disabled-mob {
  height: 2.75rem;
  display: none; }

@media screen and (min-width: 640px) {
  .adc-btn-mob {
    display: none; }
  .schematic-block .a--link-mob {
    display: none; }
  .form-increment.incr-mob {
    display: flex; }
  .sch-btn-disabled-mob {
    display: none; } }

@media screen and (max-width: 639px) {
  .adc-btn {
    display: none; }
  .a--link {
    display: none; }
  #schematic-prod-description .grid-item.js-card-atc {
    justify-content: center;
    gap: 10px;
    display: inline-flex;
    padding-right: 0; }
  .sch-btn-disabled {
    display: none; } }

@media screen and (max-width: 467px) {
  .schematic-block.tab-content-sch.open {
    overflow: visible; }
  .grid-row {
    margin-right: -10px;
    margin-left: -10px; }
  .over-padding-right {
    padding-right: 10px !important; }
  .over-padding-left {
    padding-left: 10px !important; }
  .grid-item.heading.sch--col-mobile.over-padding-left {
    justify-content: center; } }

@media screen and (max-width: 397px) {
  #schematic-prod-description .grid-item.js-card-atc {
    gap: 0px; } }

@media screen and (max-width: 387px) {
  .adc-col .adc-btn-mob {
    font-size: 9pt; }
  .sch--cont .grid-item.heading {
    font-size: 9pt; } }

@media screen and (max-width: 377px) {
  #schematic-prod-description .grid-item.js-card-atc,
  #parts--page .grid-item.js-card-atc {
    display: flex;
    flex-direction: column; } }

@media screen and (max-width: 377px) and (max-width: 413px) {
  .adc-btn-mob {
    width: 65px; } }

.adc.parts.sm {
  height: 38px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 1rem;
  line-height: 38px; }

.a--link {
  color: #b8000d;
  font-size: 14px; }

.a--link:hover {
  color: #dc0000; }

.a--link-mob {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center; }

.grid-item.heading {
  font-weight: 500;
  text-transform: uppercase; }

.grid-item {
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex; }
  .grid-item.sch-item-name-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media (max-width: 467px) {
      .grid-item.sch-item-name-wrapper {
        justify-content: flex-start; } }
  .grid-item:not(.heading) {
    border-bottom: 1px solid #e2e2e2; }
  .grid-item.sch-item-sku, .grid-item.index-wrapper {
    align-items: center; }
    @media (max-width: 467px) {
      .grid-item.sch-item-sku, .grid-item.index-wrapper {
        align-items: flex-start; } }
  @media (max-width: 467px) {
    .grid-item {
      align-items: flex-start;
      padding: 5px 7px; }
      .grid-item:not(.heading) {
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: flex-start;
        /* Set align-items for items that are not heading */ }
      .grid-item.index-wrapper {
        padding-left: 0; }
      .grid-item.sch-item-name-wrapper {
        font-size: 10pt; }
      .grid-item.sch-item-name-wrapper {
        justify-items: flex-start; } }

.grid-row .grid-item:nth-last-child(-n + 5) {
  border-bottom: none;
  padding-bottom: 0; }
  @media (max-width: 467px) {
    .grid-row .grid-item:nth-last-child(-n + 5) {
      padding-bottom: 10px; } }

/*TEMP*/
/*
.grid-row .grid-item:nth-child(5n + 7),
.grid-row .grid-item:first-child,
,
.grid-row .grid-item:nth-child(2) {
  display: none;
}
*/
/*END TEMP*/
.schematic-block .grid-row {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  /*Temporarily disabled the Schematic # column while fixing schematic issues*/
  grid-template-columns: auto auto 1fr auto auto;
  /* grid-template-columns: auto 1fr auto auto;*/
  /*Swap commented and uncommented lines when ready*/
  align-items: center; }

@media (max-width: 1024px) {
  .sch--cont .grid-item {
    font-size: 0.9rem; } }

@media (max-width: 467px) {
  .sch--cont .grid-item {
    font-size: 11pt; }
    .sch--cont .grid-item .item--name {
      font-size: 10pt; } }

@media screen and (max-width: 413px) {
  .sch--cont .grid-item {
    font-size: 10pt; }
    .sch--cont .grid-item .item--name {
      font-size: 9pt; } }

@media (max-width: 467px) {
  .form-increment.incr-mob .button.button--icon {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
    font-size: 10pt;
    height: 1.5rem;
    width: 1.3rem; }
  .form-increment.incr-mob .form-input--incrementTotal {
    font-size: 10pt;
    height: 1.5rem;
    width: 1.5rem; } }

@media screen and (max-width: 413px) {
  .form-increment.incr-mob .button.button--icon,
  .form-increment.incr-mob .form-input--incrementTotal {
    font-size: 9pt; } }

@media (max-width: 1024px) {
  .sch--col-mob {
    display: none; } }

@media (min-width: 1024px) {
  .sch--col-mobile {
    display: none; } }

.schematic-block .layout-grid {
  grid-auto-columns: 1fr;
  display: grid;
  position: relative; }

.schematic-block a.card-atc__button.button.button--primary.js-card-atc__button {
  margin: 0; }

.button-primary.parts.s2.w-button {
  color: white; }

.button.sch-btn-disabled {
  padding-left: 10px;
  padding-right: 10px;
  width: 150px;
  max-height: 2.75rem;
  color: white;
  background-color: #666666;
  border-color: #666666;
  margin-bottom: 0px; }

#schematic-prod-description .container {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 479px) {
    #schematic-prod-description .container {
      margin-top: 0;
      margin-bottom: 0; } }

#schematic-prod-description .schematic-block {
  margin-bottom: 10px; }

/*li.tab.tab--schematic {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}*/
.dropdown-toggle.w-dropdown-toggle.schematic-accordion {
  border-bottom: lightgrey solid 1px; }

#schematic-sec-3 .no--bottom {
  padding-bottom: 10px; }

[schematic-sec] a.dropdown-toggle.w-dropdown-toggle[data-accordion-sch] {
  padding: 15px 10px 15px 0; }

.index-round {
  border: 1px solid lightgrey;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  font-size: inherit; }

.text-sm-red {
  text-transform: uppercase;
  color: #b8000d;
  font-size: 9pt;
  margin-bottom: 0; }

.schematic-list-wrapper .schematic-list:first-child a:first-child {
  padding-top: 0; }

/* Styles for tabs */
.tabs-desktop {
  display: block; }

/* Styles for accordion */
.accordion-mobile {
  display: none;
  background: #b8000d;
  padding: 15px 10px 15px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center; }

.dropdown-toggle.w-dropdown-toggle.accordion-mobile {
  display: none; }

.accordion-title {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 350;
  line-height: 1;
  text-transform: uppercase; }

[accordion-ddown] {
  transform: rotate(0deg); }
  [accordion-ddown].open {
    transform: rotate(90deg); }

[accordion-ddown] {
  transform: rotate(0deg);
  transition: transform 0.3s ease; }
  [accordion-ddown].open {
    transform: rotate(90deg);
    animation: rotateAnimation 0.3s ease; }

[accordion-ddown-sch] {
  transform: rotate(0deg);
  transition: transform 0.4s ease; }
  [accordion-ddown-sch].open {
    transform: rotate(90deg);
    animation: rotateAnimationSch 0.4s ease; }

@keyframes rotateAnimationSch {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(90deg); } }

.tab-content-sch {
  overflow: hidden;
  /*border-bottom: lightgrey solid 1px;*/
  transition: height 0.5s;
  height: 0; }

.schematic-listt:not(:last-child)::after,
.sch--cont::after {
  content: "";
  display: block;
  border-bottom: 1px solid lightgrey; }

.schematic-list:last-child::after,
.schematic-list:last-child .sch--cont::after {
  display: none; }

.last-child::after {
  content: "";
  display: block;
  border-bottom: 1px solid lightgrey; }

.tab-content-sch.open {
  height: auto; }

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(90deg); } }

/* Media query for mobile */
@media screen and (max-width: 479px) {
  .tabs-desktop {
    display: none; }
  .accordion-mobile {
    display: block; }
  .dropdown-toggle.w-dropdown-toggle.accordion-mobile {
    display: flex;
    align-items: center; }
  .last-child::after {
    margin-left: -10px;
    margin-right: -10px; }
  .schematic-list:not(:last-child)::after {
    margin-left: -10px;
    margin-right: -10px; }
  .sch--cont::after {
    margin-left: -10px;
    margin-right: -10px; }
  #parts--page .sch--cont::after {
    margin-left: 0;
    margin-right: 0; } }

.videoView-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, auto);
  margin-left: 0;
  margin-right: 0;
  gap: 0.75rem; }
  .videoView-thumbnails:before, .videoView-thumbnails:after {
    display: none; }
  @media screen and (max-width: 1200px) {
    .videoView-thumbnails {
      grid-template-columns: repeat(4, auto); } }
  @media screen and (max-width: 769px) {
    .videoView-thumbnails {
      grid-template-columns: repeat(3, auto); } }
  @media screen and (max-width: 479px) {
    .videoView-thumbnails {
      display: grid;
      justify-content: center;
      grid-template-columns: auto; }
      .videoView-thumbnails.mobile {
        display: inline-flex;
        scrollbar-width: auto;
        /* Native scrollbar visibility */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling for touch devices */ }
      .videoView-thumbnails.mobile::-webkit-scrollbar {
        height: 8px;
        /* Visible scrollbar height */ }
      .videoView-thumbnails.mobile::-webkit-scrollbar-thumb {
        background: #888;
        /* Scrollbar thumb color */
        border-radius: 4px; } }

.videoView-thumbnails-flex {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.75rem;
  overflow-y: auto; }
  .videoView-thumbnails-flex:before, .videoView-thumbnails-flex:after {
    display: none; }
  @media screen and (max-width: 967px) {
    .videoView-thumbnails-flex {
      flex-direction: row;
      margin-left: 0; } }

.video-playback-container {
  flex: 2; }

.video-playback-wrapper {
  display: flex;
  overflow: hidden;
  height: 600px; }
  @media screen and (max-width: 967px) {
    .video-playback-wrapper {
      flex-direction: column;
      height: auto; } }
  .video-playback-wrapper.mobile {
    display: none; }
  @media screen and (max-width: 479px) {
    .video-playback-wrapper {
      display: none;
      height: auto; }
      .video-playback-wrapper.mobile {
        display: block;
        overflow: auto; } }

.videoView--thumbnail-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px; }
  @media screen and (max-width: 967px) {
    .videoView--thumbnail-wrapper {
      gap: 0;
      grid-template-columns: auto; } }

.playback-thumbnails {
  background-size: cover;
  height: 120px;
  width: 215px;
  background-position: center center;
  background-repeat: no-repeat; }

.videoView-thumbnail {
  list-style: none;
  width: fit-content; }

.videoView-thumbnail-link {
  max-width: 80px;
  height: auto;
  margin: 0;
  z-index: 0; }

.videoView-thumbnail-link img {
  width: 15rem; }

.videoView-tittle {
  margin-top: 10px;
  font-family: "Oswald", Arial, Helvetica, sans-serif; }

.videoView-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); }

.videoView-prev-btn {
  left: 10px; }

.videoView-next-btn {
  right: 10px; }

.videoView-thumbnail-link[data-type="video"], .videoView-thumbnails-link[data-type="video"] {
  position: relative; }
  .videoView-thumbnail-link[data-type="video"]:after, .videoView-thumbnail-link[data-type="video"]:before, .videoView-thumbnails-link[data-type="video"]:after, .videoView-thumbnails-link[data-type="video"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
  .videoView-thumbnail-link[data-type="video"]:after, .videoView-thumbnails-link[data-type="video"]:after {
    transform: translate(-20%, -50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); }
  .videoView-thumbnail-link[data-type="video"]:before, .videoView-thumbnails-link[data-type="video"]:before {
    width: 55px;
    height: 55px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.5); }
  .videoView-thumbnail-link[data-type="video"]:hover:before, .videoView-thumbnails-link[data-type="video"]:hover:before {
    background: rgba(0, 0, 0, 0.8); }

#videoView-description-thumbnail {
  background-size: cover;
  height: 123px;
  width: 214px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px; }

#category-description {
  margin: 0 15rem; }
  #category-description .videoView-description-section {
    display: grid;
    grid-template-columns: auto auto; }
  #category-description .videoView-description-thumbnail {
    background-size: cover !important;
    height: 120px;
    width: 214px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 10px; }
  #category-description .pdp-template__content.description-text {
    padding-right: 0; }
  @media screen and (max-width: 1600px) {
    #category-description {
      margin: 0 14rem; } }
  @media screen and (max-width: 1400px) {
    #category-description {
      margin: 0 13rem; } }
  @media screen and (max-width: 1200px) {
    #category-description {
      margin: 0 12rem; } }
  @media screen and (max-width: 1024px) {
    #category-description {
      margin: 0 4rem; } }
  @media screen and (max-width: 860px) {
    #category-description {
      margin: 0 3rem; } }
  @media screen and (max-width: 768px) {
    #category-description {
      display: none;
      margin: 0 2rem; }
      #category-description .pdp-template__section.videoView-description-section {
        grid-template-columns: auto; }
      #category-description .pdp-template__content.vid-description {
        padding-right: 0;
        justify-content: center; } }
  @media screen and (max-width: 576px) {
    #category-description {
      margin: 0 1rem; } }
  @media screen and (max-width: 576px) {
    #category-description {
      display: none; } }
  #category-description .category-subtitle {
    text-align: center;
    padding-bottom: 0px;
    margin: 0 0 20px 0; }

@media only screen and (max-width: 479px) {
  [data-tabcon="tab-videos"] .tab-content--videos:last-child .videoView-thumbnails {
    margin-bottom: 10px; }
  [data-tabcon="tab-warranty"] ul {
    margin-bottom: 1rem; } }

.videoView-img-wrapper {
  background: black;
  min-height: 12rem;
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.flex-start-section {
  display: inline-flex;
  justify-content: space-between; }
  @media screen and (max-width: 797px) {
    .flex-start-section {
      display: block; } }

.flex-start-section > div:first-child {
  width: 30%; }

.parts-sub {
  display: none; }

.parts-container {
  margin: 2rem 6rem; }
  @media screen and (max-width: 797px) {
    .parts-container {
      margin: 0; } }

#parts--page {
  margin: auto; }

#parts--page [parts-card-block] {
  display: grid;
  grid-template-columns: repeat(3, auto); }
  @media screen and (max-width: 697px) {
    #parts--page [parts-card-block] {
      grid-template-columns: repeat(2, auto); } }
  @media screen and (max-width: 497px) {
    #parts--page [parts-card-block] {
      grid-template-columns: auto; } }

#parts--page [data-parts-dropdown] {
  display: none; }
  #parts--page [data-parts-dropdown].is--active {
    display: block; }

@media screen and (max-width: 497px) {
  #parts--page h3 {
    font-size: calc(22px + (26 - 18) * ((100vw - 769px) / (1441 - 769))); } }

#parts--page .form-fieldset,
#acc-navigation-ddown .form-fieldset {
  display: flex;
  justify-content: center; }

@media screen and (max-width: 497px) {
  #linkSelector .list {
    width: 100%;
    right: 0; } }

@media screen and (max-width: 1024px) {
  #parts--page .filter-mobile-wrapper,
  #acc-navigation-ddown .filter-mobile-wrapper {
    width: max-content; }
  #parts--page .nice-select:after,
  #acc-navigation-ddown .nice-select:after {
    height: 8px;
    width: 8px;
    right: 15px;
    top: 53%; } }

#part-components-filter-wrapper {
  margin-bottom: 0;
  display: none; }

@media screen and (max-width: 1024px) {
  #part-components-filter-wrapper {
    display: block; } }

#acc-nav-selector-wrapper,
#acc-navigation-ddown {
  display: none; }
  @media screen and (max-width: 1024px) {
    #acc-nav-selector-wrapper,
    #acc-navigation-ddown {
      display: block; } }

ol.breadcrumb-wicon {
  font-size: 1rem;
  overflow: visible;
  text-align: left; }
  @media (min-width: 769px) {
    ol.breadcrumb-wicon {
      display: block; } }

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

#containerBreadcrumb {
  max-width: calc(1464px + 1rem * 2);
  margin: 0 auto;
  position: static; }

.breadcrumb-wicon a.breadcrumb-label span {
  margin-left: -1.2px; }

.breadcrumb-wicon a {
  font-size: 0.8rem; }

.support-navBar {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin: 30px 0; }

.support-subpage-link {
  color: #333;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  display: flex;
  position: relative;
  text-decoration: none; }
  .support-subpage-link:hover {
    text-decoration: none;
    transform: translate(0, -6px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); }

.support-item {
  margin: 0px;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.45rem; }
  @media screen and (max-width: 479px) {
    .support-item {
      font-size: 1.2rem; } }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-layout-grid-vip {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px; }

.cont {
  max-width: 1230px;
  padding-right: 30px;
  padding-left: 30px; }

.sec--xl {
  padding-top: 200px;
  padding-bottom: 200px; }

.sec--lg {
  padding-top: 200px;
  padding-bottom: 200px; }

.sec--med {
  padding-top: 100px;
  padding-bottom: 100px; }

.sec--sm {
  padding-top: 50px;
  padding-bottom: 50px; }

.mar-btm--xl {
  margin-bottom: 100px; }

.flex--ver__20px.mar-btm--lg {
  margin-bottom: 50px; }
  @media screen and (max-width: 1000px) {
    .flex--ver__20px.mar-btm--lg {
      margin-bottom: 25px; } }

.mar-btm--med {
  margin-bottom: 25px; }

.mar-btm--sm {
  margin-bottom: 12px; }

.head--xl {
  font-size: 70px;
  line-height: 1.3em; }

.head--lg {
  font-size: 50px;
  line-height: 1.3em; }

.head--med {
  font-size: 40px;
  line-height: 1.3em; }

.head--sm {
  font-size: 30px;
  line-height: 1.3em; }

.head--xs {
  font-size: 25px;
  line-height: 1.3em; }

.head--meta {
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase; }

.sec--spacer {
  min-height: 100vh; }

.text--sm {
  font-size: 15px; }

.text--med {
  font-size: 20px; }

.text--lg {
  font-size: 25px; }

.grid--guide {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto; }

.flex--ver {
  display: flex;
  flex-direction: column; }

.flex--ver.flex--ver--left {
  align-items: flex-start; }

.flex--ver.rows {
  grid-row-gap: 10px; }

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; }

.oflow--none {
  overflow: hidden; }

.icon--line {
  font-family: "Font Awesome", sans-serif; }

.icon--brand {
  font-family: "Font Awesome Brands", sans-serif; }

.icon--solid {
  font-family: "Font Awesome", sans-serif;
  font-weight: 900; }

.block--navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.navbar {
  background-color: transparent; }

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

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

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

.slider {
  height: auto;
  background-color: transparent; }

.input {
  margin-bottom: 0px; }

.pop-up {
  font-size: 15px; }

.slide-in--left {
  font-size: 15px; }

.sec--full-height {
  height: 100vh; }

.flex--hor {
  display: flex;
  flex-direction: row; }

.flex--hor.align--ctr {
  align-items: center;
  text-align: left; }

.flex--hor.space {
  display: none; }

.flex--right {
  justify-content: flex-end; }

.subsequent {
  padding-top: 0px; }

.btn--pri {
  background-color: #3898ec; }

.btn--pri.hollow {
  border: 1px solid #3898ec;
  background-color: transparent;
  color: #3898ec; }

.btn--sec {
  background-color: #36927b; }

.btn--sec.hollow {
  border-style: solid;
  border-width: 1px;
  border-color: #36927b;
  background-color: transparent;
  color: #36927b; }

.mar-btm--0 {
  margin-bottom: 0px; }

.mar-top--0 {
  margin-top: 0px; }

.pad-top--0 {
  padding-top: 0px; }

.img--cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.block-1x1 {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 100%;
  justify-content: center;
  align-items: center; }

.hide {
  display: none;
  opacity: 0; }

.btn--shop {
  padding: 12px 35px;
  background-color: #cc2621;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: uppercase; }

.btn--shop.lg {
  display: none; }

.btn--browse.button--primary.mob--show {
  display: none; }

.img--abs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.mask {
  overflow: visible;
  width: 50%; }

.slider-2 {
  overflow: visible;
  width: 100%;
  height: 100%;
  flex-direction: column; }

.div-block-2 {
  display: flex;
  flex-direction: column; }

.slide-2 {
  width: 100%;
  height: 100%; }

.hidden {
  display: none; }

.cont--med-vip {
  max-width: none;
  width: 100%; }

.vimeo-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  height: 100%; }

.grid--2x {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px; }

@media screen and (min-width: 1025px) {
  .grid--2x {
    padding-left: 0;
    padding-right: 0;
    gap: 0; } }

.page--title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase; }

.grid--3x {
  display: -ms-grid;
  display: grid;
  padding: 27px 46px;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto; }

.title--paragraph {
  color: #fff; }

.row--35px {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: visible;
  padding: 5rem 4rem 4rem 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-row-gap: 35px;
  background-image: url("https://cdn11.bigcommerce.com/s-89a9ntp16/images/stencil/original/image-manager/vip-extended.png?t=1712208654");
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
  /* @media screen and (max-width:1000px){
        justify-content: center;
      } */ }
  @media screen and (max-width: 1170px) {
    .row--35px {
      padding: 4rem 3rem; } }
  @media screen and (max-width: 1113px) {
    .row--35px {
      padding: 3rem 2rem; } }
  .row--35px.financing {
    border-radius: 10px;
    background-image: url("https://cdn11.bigcommerce.com/s-89a9ntp16/images/stencil/original/image-manager/financing-banner.jpeg?t=1719388336");
    padding: 6rem 4rem 5rem 4rem;
    background-position: 50% 67%; }

.title {
  margin-top: -11px;
  z-index: 1; }

.page--name {
  overflow: visible;
  min-height: auto;
  min-width: auto;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  /* font-size: 6vw; */
  font-size: 64px;
  line-height: 100px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.01rem;
  text-decoration: none;
  text-transform: uppercase; }
  @media screen and (max-width: 1067px) {
    .page--name {
      font-size: 55px; } }

.page--name.vip {
  font-size: 134px;
  color: #b8ff01; }
  @media screen and (max-width: 1067px) {
    .page--name.vip {
      font-size: 116px; } }

.header--paragraph {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.01rem; }
  @media screen and (max-width: 1067px) {
    .header--paragraph {
      font-size: 24px; } }

.form-embedded {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  justify-content: center;
  align-items: center;
  background: #383838; }

.section {
  padding-top: 23px;
  padding-right: 20px;
  padding-left: 20px; }

.section--header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  text-transform: uppercase; }

.section--subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin: 0px 19rem;
  text-align: center;
  width: 59rem; }

.div-block-5 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.44);
  border-radius: 5px;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px; }

.div-block-6 {
  display: flex;
  margin-bottom: 20px;
  grid-column-gap: 20px; }

.text-block {
  padding-top: 13px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.54);
  font-size: 20px;
  text-transform: uppercase; }

.card--header {
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  letter-spacing: 0.01rem;
  text-transform: uppercase; }

.number {
  font-family: Oswald, sans-serif;
  color: #b00000;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500; }

.number.text {
  color: #000;
  letter-spacing: 0.01rem;
  text-transform: uppercase; }

.card--paragraph {
  display: block;
  font-family: Roboto, sans-serif;
  color: #505050;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02rem; }

.card--paragraph.mar-btm--med {
  margin-bottom: 35px; }

.grid--2 {
  grid-auto-flow: column;
  grid-column-gap: 25px;
  grid-row-gap: 25px; }
  .grid--2.btm {
    margin-top: 50px;
    margin-bottom: 50px;
    grid-template-rows: auto; }

.para-div {
  display: flex; }

.div-block-7 {
  margin-top: 43px;
  margin-bottom: 34px;
  padding-bottom: 39px; }

.benefit-card {
  display: flex;
  padding: 22px 30px;
  flex-direction: column;
  /* justify-content: space-between; */
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.2); }

.banner {
  padding: 20px;
  border-radius: 10px;
  background-image: url("https://uploads-ssl.webflow.com/634d1196dfe3ee1059acb423/642a6ae8f54066259086b9c6_4k-background%2014.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.giveaways--banner.mar-btm--sm {
  padding: 25px;
  border-radius: 10px;
  background: black;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden; }
  .giveaways--banner.mar-btm--sm .flex--center {
    position: relative;
    z-index: 1;
    align-items: center; }
  @media screen and (max-width: 479px) {
    .giveaways--banner.mar-btm--sm {
      padding: 15px;
      margin: 0; }
      .giveaways--banner.mar-btm--sm .flex--center {
        align-items: flex-start; } }
  .giveaways--banner.mar-btm--sm.giveaways--winner {
    background: #cc2621; }
    .giveaways--banner.mar-btm--sm.giveaways--winner .giveaways--overlay {
      transform: translate(57%, -9%) rotate(-26deg);
      height: 100%; }
    .giveaways--banner.mar-btm--sm.giveaways--winner .card {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr; }
    .giveaways--banner.mar-btm--sm.giveaways--winner .img--wrapper.border {
      max-width: none;
      grid-template-columns: auto 1fr;
      gap: 1.5rem; }
      .giveaways--banner.mar-btm--sm.giveaways--winner .img--wrapper.border img {
        max-width: 200px; }

.text-block-2 {
  border-radius: 0px; }

.banner--title {
  padding: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase; }

.image {
  padding-top: 20px;
  padding-bottom: 23px; }

.div-block-8 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row-gap: 30px; }

.text-block-3 {
  padding-top: 3px;
  /* padding-left: 11px; */
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px; }

.flex--ver__20px {
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px;
  align-items: center; }

.img--wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; }

.img--wrapper.border {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 9px;
  overflow: hidden;
  max-width: 200px;
  padding: 10px;
  border-radius: 10px;
  display: grid;
  min-height: 260px;
  justify-content: center;
  align-items: center; }

.img--wrapper.border:hover {
  text-decoration: none; }

.grid-3 {
  justify-content: space-between;
  /* -ms-grid-columns: 1fr 0.75fr;
      grid-template-columns: 1fr 0.75fr; */
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.text--28px {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.01rem; }

.col--neon {
  color: #dafd26; }

.sec--hero-vip {
  margin-top: 2.5rem;
  display: flex;
  /* height: 100vh; */
  height: 600px;
  /* min-height: 100vh; */
  align-items: stretch; }

.abs--grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.4); }
  .abs--grey.financing {
    background: linear-gradient(to right, #222222 0%, rgba(0, 0, 0, 0) 80%);
    background-position: 50% 67%;
    border-radius: 10px; }

.giveaways--overlay {
  position: absolute;
  left: 0%;
  top: 48%;
  right: 0%;
  bottom: 0%;
  background-image: url("https://cdn11.bigcommerce.com/s-89a9ntp16/images/stencil/original/image-manager/vector.png"); }

.popup--mob {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  justify-content: center;
  align-items: center; }

.popup--mob.open {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }

.html-embed.mob--show {
  display: none; }

.flex--hor__20px {
  z-index: 1;
  display: flex;
  flex-direction: column;
  grid-row-gap: 30px; }

.flex--hor__20px.mob--show {
  display: none; }

.sec--sm__vip {
  padding-top: 50px;
  /* padding-right: 35px;
      padding-left: 35px;
      width: 100vw;
      margin-left: calc(-50vw + 50% ); */
  padding-bottom: 50px; }

.form--top {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center; }

.col--red {
  color: #b00000; }

.item--wrapper h4 {
  display: none;
  margin-top: 0; }

.item--sku.mob--show {
  display: none; }

@media screen and (max-width: 991px) {
  .hide {
    display: none; }
  .mask {
    overflow: hidden; }
  .cont--med-vip {
    flex: 1; }
  .grid--2x {
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr; }
  .page--name {
    font-size: 80px;
    line-height: 80px; }
  .header--paragraph {
    font-size: 25px;
    line-height: 30px; }
  .form-embedded {
    margin-top: 30px;
    justify-content: flex-start; }
  .section--header {
    font-size: 65px;
    line-height: 65px; }
  .section--subtitle {
    font-size: 35px;
    width: 100%;
    min-width: auto; }
  .number {
    font-size: 38px;
    line-height: 40px; }
  .card--paragraph {
    font-size: 20px;
    line-height: 20px; }
  .grid--2 {
    display: flex;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .banner--title {
    font-size: 38px; }
  .text--28px {
    font-size: 26px;
    line-height: 28px; }
  .sec--hero-vip {
    width: 100%;
    height: auto; }
  .popup--mob {
    display: none; }
  .form--top {
    justify-content: flex-start; }
  .x.invert {
    display: inline-block; } }

.omnisend {
  display: none; }

@media screen and (max-width: 1000px) {
  .grid--2.btm {
    margin-top: 25px;
    margin-bottom: 25px; }
  .blog-post__yt-shorts-container.vip {
    padding-bottom: 0; }
  .cont {
    padding-right: 0px;
    padding-left: 0px; }
  .omnisend {
    display: block;
    width: 100vw;
    margin-left: calc(-50vw + 50%); }
  .cont.mob {
    padding-right: 0px;
    padding-left: 0px; }
  .sec--xl {
    padding-top: 142px;
    padding-bottom: 142px; }
  .sec--lg {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sec--med {
    padding-top: 50px;
    padding-bottom: 50px; }
  .sec--sm {
    padding-top: 25px;
    padding-bottom: 25px; }
  .mar-btm--xl {
    margin-bottom: 100px; }
  .mar-btm--lg {
    margin-bottom: 25px; }
  .mar-btm--med {
    margin-bottom: 25px; }
  .mar-btm--sm {
    margin-bottom: 12px; }
  .head--xl {
    font-size: 65px; }
  .head--lg {
    font-size: 40px; }
  .head--med {
    font-size: 30px; }
  .head--sm {
    font-size: 25px; }
  .head--xs {
    font-size: 20px; }
  .head--meta {
    font-size: 13px; }
  .join--today {
    color: #b00000; }
  .text--sm {
    font-size: 13px; }
  .text--med {
    font-size: 18px; }
  .text--lg {
    font-size: 23px; }
  .pos--rel.mob--hide {
    display: none; }
  .pop-up {
    font-size: 13px; }
  .slide-in--left {
    font-size: 13px; }
  .flex--hor.space {
    display: flex;
    grid-column-gap: 10px; }
  .btn--shop.lg {
    display: flex;
    padding-right: 75px;
    padding-left: 75px;
    font-family: Oswald, sans-serif;
    font-size: 22.5px;
    line-height: 25px; }
  .btn--browse.button--primary.mob--show {
    padding: 12px 24px;
    display: block; }
  .cont--med-vip.mob {
    padding-right: 0px;
    padding-left: 0px; }
  .cont--med-vip.hero {
    padding-right: 0px;
    padding-left: 0px; }
  .cont--med-vip {
    padding-right: 15px;
    padding-left: 15px; }
  .grid--2x {
    border-radius: 0px;
    grid-template-columns: auto; }
  .row--35px {
    padding: 5rem 4rem 4rem 4rem;
    height: max-content;
    background-size: 260%;
    background-position: 57% 74%; }
    .row--35px .btn--browse {
      z-index: 1;
      align-self: center; }
  .page--name {
    font-size: 40px;
    line-height: 40px; }
  .page--name.vip {
    font-size: 80px;
    line-height: 80px; }
  .header--paragraph {
    max-width: none;
    font-size: 22.5px;
    line-height: 26.3px; }
  .div-block-6 {
    margin-bottom: 10px; }
  .card--header {
    margin-bottom: 2px;
    font-size: 15px; }
  .number.text {
    font-size: 36px; }
  .card--paragraph.mar-btm--med {
    margin-bottom: 25px; }
  .sec--hero-vip {
    height: auto;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: auto; }
  .popup--mob {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); }
  .html-embed {
    display: flex;
    width: 100%;
    height: 100%; }
  .html-embed.mob--show {
    display: flex;
    justify-content: center; }
  .html-embed.mob--show.benefit-card {
    min-height: 80vh;
    border-bottom-style: none; }
  .link-block {
    font-family: Roboto, sans-serif;
    color: #b00000;
    font-size: 18px;
    text-decoration: underline; }
  .text--link {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    text-decoration: underline; }
  .flex--hor__20px {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px; }
  .flex--hor__20px.mob--show {
    display: flex; }
  .flex--hor__20px.mob--hide {
    display: none; }
  .sec--sm__vip {
    padding-top: 25px;
    /* padding-left: 23px;
        padding-right:23px; */
    padding-bottom: 25px; }
  .x-button {
    position: absolute;
    left: auto;
    top: 30px;
    right: 30px;
    bottom: auto;
    width: 20px; }
  .x.invert {
    filter: invert(100%); }
  .banner--title {
    font-size: 35px; }
  .img--wrapper.border {
    min-height: 200px; }
  .text-block-4 {
    margin: 0; }
  .section--header {
    font-size: 70px; }
  .vip#blog-post-shorts-section blockquote {
    font-size: 20px; } }

.vip#blog-post-shorts-section blockquote {
  margin-bottom: 40px; }

@media screen and (max-width: 479px) {
  .blog-post__yt-shorts-container.vip {
    padding: 2rem 0rem; }
  .section--header {
    font-size: 39px;
    line-height: 39px; }
  .head--xl {
    font-size: 50px; }
  .head--lg {
    font-size: 35px; }
  .head--med {
    font-size: 25px; }
  .head--sm {
    font-size: 20px; }
  .head--xs {
    font-size: 17px; }
  .head--meta {
    font-size: 12px; }
  .grid--guide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .flex--hor.align--ctr {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 5px; }
  .grid--2x {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-position: 73% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .div-block-6 {
    margin-bottom: 20px;
    grid-column-gap: 10px; }
  .benefit-card {
    padding: 20px; }
  .banner--title {
    font-size: 30px;
    line-height: 32px; }
  .text-block-3 {
    padding-left: 0px;
    font-size: 26px;
    line-height: 28px; }
  .img--wrapper.border {
    max-width: none;
    max-height: 120px;
    min-height: 120px;
    grid-template-columns: auto 1fr;
    gap: 1.5rem; }
    .img--wrapper.border img {
      height: 105px;
      width: 105px; }
  .sec--hero-vip {
    min-height: auto; }
  .html-embed.mob--show.benefit-card {
    /* width: 80%; */
    width: 100%;
    height: auto;
    min-height: 0px; }
  .text--link {
    text-decoration: none; }
  .img--logo {
    width: 90px; }
  .bold-text {
    color: #333; }
  .x-button {
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 20px; }
  .row--35px {
    padding: 2rem;
    grid-row-gap: 10px;
    align-items: center;
    background-size: 260%;
    background-position: 57% 95%; }
  .row--35px.financing {
    padding: 3rem 2rem;
    grid-row-gap: 20px;
    align-items: flex-start;
    background-size: 120%;
    background-position: 40% 45%;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0px; }
  .abs--grey.financing {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.4); }
  .header--paragraph {
    font-size: 17px;
    text-align: center; }
  .page--name,
  .page--name.vip {
    text-align: center; }
  .cont--med-vip {
    padding: 0; }
  .card--header {
    font-size: 13px; }
  .number.text {
    font-size: 27px; }
  .card--paragraph {
    font-size: 16px; }
  .item--wrapper,
  .text-block-4 {
    text-align: start; }
    .item--wrapper h4,
    .text-block-4 h4 {
      display: block; }
    .item--wrapper .item--sku,
    .text-block-4 .item--sku {
      display: block;
      font-size: 9px; }
  .flex--center {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start; } }

@font-face {
  font-family: "Font Awesome";
  src: url("../fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Font Awesome Brands";
  src: url("../fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Font Awesome";
  src: url("../fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

.custom-bullets {
  margin-bottom: 0;
  margin-left: 2rem; }
  .custom-bullets li {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 1.5rem;
    list-style-type: none; }
    @media screen and (max-width: 1067px) {
      .custom-bullets li {
        font-size: 26px; } }
    @media screen and (max-width: 479px) {
      .custom-bullets li {
        font-size: 17px;
        text-align: left;
        padding-bottom: 10px; } }

.custom-bullets li::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 2px;
  width: 14px;
  height: 18px;
  background-image: url("https://cdn11.bigcommerce.com/s-89a9ntp16/images/stencil/original/image-manager/vector-1.png");
  background-size: cover; }

#omnisend-embedded-v2-643decd905dee204569975c7 {
  width: 100%; }

.banner-desc {
  font-size: 18px;
  margin: 15px;
  min-height: 40px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 479px) {
    .banner-desc {
      margin-left: 0;
      margin-right: 0;
      text-align: left; } }

.flex--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }

.giveaways--items {
  width: 100%; }
  .giveaways--items .card {
    border: none;
    background-color: transparent;
    display: grid;
    grid-template-rows: 1fr;
    justify-items: center;
    grid-template-columns: repeat(1, 1fr); }
    .giveaways--items .card:hover {
      transform: none;
      box-shadow: none !important; }
    @media screen and (max-width: 479px) {
      .giveaways--items .card {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 0; } }

.item--wrapper h4,
.text-block-4 h4 {
  font-weight: 600;
  margin: 0; }

.text-block-4 {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  margin: 1.5rem;
  margin-right: 3rem; }
  .text-block-4 h4 {
    font-size: 27px; }
  .text-block-4 .text--md {
    margin-top: 10px;
    font-size: 22px; }
  @media screen and (max-width: 479px) {
    .text-block-4 {
      margin: 0; }
      .text-block-4 .text--md {
        font-size: 1rem;
        margin-top: 0; }
      .text-block-4 h4 {
        font-size: 1.125rem; } }

.blog-post__yt-shorts-container.vip {
  background-color: transparent;
  margin-top: 20px; }

.vip#blog-post-shorts-section blockquote {
  font-weight: 400; }

.vip#blog-post-shorts-section .blog-post__body.container {
  max-width: 70rem;
  text-align: center; }

.vip#blog-post-shorts-section .blog-post__yt-shorts-item,
.vip#blog-post-shorts-section .blog-post__yt-shorts-item,
.vip#blog-post-shorts-section iframe {
  width: 313px;
  height: 560px; }
  @media screen and (max-width: 1113px) {
    .vip#blog-post-shorts-section .blog-post__yt-shorts-item,
    .vip#blog-post-shorts-section .blog-post__yt-shorts-item,
    .vip#blog-post-shorts-section iframe {
      width: 280px;
      height: 505px; } }
  @media screen and (max-width: 1113px) {
    .vip#blog-post-shorts-section .blog-post__yt-shorts-item,
    .vip#blog-post-shorts-section .blog-post__yt-shorts-item,
    .vip#blog-post-shorts-section iframe {
      width: 240px;
      height: 430px; } }
  @media screen and (max-width: 870px) {
    .vip#blog-post-shorts-section .blog-post__yt-shorts-item,
    .vip#blog-post-shorts-section .blog-post__yt-shorts-item,
    .vip#blog-post-shorts-section iframe {
      width: 313px;
      height: 560px; } }

/* 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,
.jstree-anchor.nice-select.open {
  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; } }

/* ==========================================================
 * ## ITS Custom
 * ========================================================== */
/* ==========================================================
 * ## Defaults
 * ========================================================== */
/* ==========================================================
 * ## IntuitSolutions.net - Variables

!Important: Before you change things in this file take a step back and think about it. You shouldn't need to change these settings if you configured your config.json file correctly.

1. Variables should always pull from the config.json file
2. All custom variables should go at the top of their layout stylesheet
3. Any custom global variables can go at the bottom of this file in the custom section. You shouldn't need to add custom variables to this sheet very often.

 * ========================================================== */
/* ==========================================================
 * ## Base Theme Colors
 * ========================================================== */
/* ==========================================================
 * ## Font Variables
 * ========================================================== */
/* ==========================================================
 * ## Element Variables

   - If you need to update heading font-family and size you can adjust the variables in the its style guide stylesheet.
 * ========================================================== */
/* ==========================================================
 * ## Button Variables
 * ========================================================== */
/* ==========================================================
 * ## Basic Colors
 * ========================================================== */
/* ==========================================================
 * ## Container
 * ========================================================== */
/* ==========================================================
 * ## Other
 * ========================================================== */
/* ==========================================================
 * ## CUSTOM - GLOBAL VARIABLES ONLY!!!

    - If you need to add custom global variables then they should be added here. If you're only adding variables for component/page specifc styles, then they should be added to the top of their own stylesheet.

 * ========================================================== */
a.anchor-secondary {
  color: #b8000d; }
  a.anchor-secondary:hover, a.anchor-secondary:active, a.anchor-secondary.nice-select.open, a.anchor-secondary:focus {
    color: #b8000d; }

.tiny-font {
  font-size: 0.75rem !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.skeleton-loading {
  width: 100%;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), #ececec;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1s infinite; }
  .skeleton-loading * {
    display: none; }

@keyframes shine {
  to {
    background-position: 100% 0; } }

.bg-blue {
  background-color: blue;
  width: 100%;
  height: 300px; }

.bg-grey {
  background-color: #f9f9f9;
  margin-top: 40px;
  position: relative;
  z-index: 5; }

.bg-paint-splatter {
  background-image: url("https://www.level5tools.com/content/paint-splatter.png");
  background-size: cover; }
  @media (max-width: 480px) {
    .bg-paint-splatter.nav-wrapper {
      max-height: 55px; } }

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px; }

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3; }

p {
  /*margin-bottom: 0px;*/
  line-height: 1.5em; }

a {
  text-decoration: none; }

.cont {
  max-width: 1230px;
  padding-right: 30px;
  padding-left: 30px; }

.sec--xl {
  padding-top: 200px;
  padding-bottom: 200px; }

.sec--lg {
  padding-top: 200px;
  padding-bottom: 200px; }

.sec--med {
  padding-top: 100px;
  padding-bottom: 100px; }

.sec--sm {
  padding-top: 50px;
  padding-bottom: 50px; }

.mar-btm--xl {
  margin-bottom: 100px; }

.mar-btm--lg {
  margin-bottom: 50px; }

.mar-btm--med {
  margin-bottom: 25px; }

.mar-btm--sm {
  margin-bottom: 12px; }

.head--xl {
  font-size: 70px;
  line-height: 1.3em; }

.head--lg {
  font-size: 50px;
  line-height: 1.3em; }

.head--med {
  font-size: 40px;
  line-height: 1.3em; }

.head--sm {
  font-size: 30px;
  line-height: 1.3em; }

.head--xs {
  font-size: 25px;
  line-height: 1.3em; }

.head--meta {
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase; }

.sec--spacer {
  min-height: 100vh; }

.text--sm {
  font-size: 15px; }

.text--med {
  font-size: 20px; }

.text--lg {
  font-size: 25px; }

.grid--guide {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto; }

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

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

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; }

.pos--rel {
  position: relative; }

.pos--abs {
  position: absolute; }

.oflow--none {
  overflow: hidden; }

.icon--line {
  font-family: "Font Awesome", sans-serif; }

.icon--brand {
  font-family: "Font Awesome Brands", sans-serif; }

.icon--solid {
  font-family: "Font Awesome", sans-serif;
  font-weight: 900; }

.block--navbar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar {
  background-color: transparent; }

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

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

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

.slider {
  height: auto;
  background-color: transparent; }

.input {
  margin-bottom: 0px; }

.pop-up {
  font-size: 15px; }

.slide-in--left {
  font-size: 15px; }

.sec--full-height {
  height: 100vh; }

.flex--hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

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

.subsequent {
  padding-top: 0px; }

.btn--pri {
  background-color: #3898ec; }

.btn--pri.hollow {
  border: 1px solid #3898ec;
  background-color: transparent;
  color: #3898ec; }

.btn--sec {
  background-color: #36927b; }

.btn--sec.hollow {
  border-style: solid;
  border-width: 1px;
  border-color: #36927b;
  background-color: transparent;
  color: #36927b; }

.mar-btm--0 {
  margin-bottom: 0px; }

.mar-top--0 {
  margin-top: 0px; }

.pad-top--0 {
  padding-top: 0px; }

.img--cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.block-1x1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.hide {
  display: none;
  opacity: 0; }

.pos--rel__ctr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px; }

.pos--rel__ctr.sm {
  padding-right: 30px;
  padding-left: 30px;
  cursor: pointer; }

.pos--rel__ctr.sm.slides {
  height: 100%;
  grid-column-gap: 30px; }

.pos--rel__ctr.lg {
  width: 100%;
  height: 100%;
  cursor: pointer; }

.slider--main__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }

.slider--main__content.sm {
  grid-column-gap: 12px;
  grid-row-gap: 12px; }

.shopnow--btn {
  color: white; }

.btn--shop {
  padding: 12px 35px;
  background-color: #cc2621;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: uppercase; }

.img--abs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5; }

.h4--light {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 300;
  text-transform: uppercase; }

.img--abs__back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.head--white {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase; }

.head--white.sm {
  font-size: 2.5vw;
  font-weight: 700; }

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr; }

.slider-container {
  display: none; }

.mask {
  overflow: visible;
  width: 50%; }

.slider-2 {
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.slide-2 {
  width: 100%;
  height: 100%; }

.slider--custom {
  height: 100%;
  background-color: transparent; }

.mask--custom {
  height: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; }

.hidden {
  display: none; }

.cont--med {
  height: auto;
  max-width: none;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px; }

@media screen and (min-width: 1025px) {
  .cont--med {
    height: auto;
    max-width: calc(1464px + 1.5rem * 2);
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto; } }

.vimeo-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  height: 100%; }

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%; }

.slide-nav {
  display: none; }

@media only screen and (max-width: 600px) {
  .cont--med {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    height: 60vh; }
  .w-slider-aria-label {
    position: absolute !important;
    bottom: 3px !important;
    margin-left: 45vw !important;
    color: white;
    display: none; }
  .wf-section {
    padding-right: 0px;
    padding-left: 0px;
    height: 60vh; }
  .pos--rel__ctr.sm.slides {
    height: 60vh;
    min-height: 0px !important; }
  .pos--rel__ctr.lg {
    height: 60vh;
    min-height: 0px !important; }
  .background-video.w-background-video.w-background-video-atom {
    display: none; }
  .img--abs {
    z-index: -2 !important; }
  .bg-grey {
    margin-top: 0px; }
  .h4--light {
    font-size: 15px; }
  .head--white {
    text-align: center;
    margin-bottom: 10px; }
  .head--white.sm {
    font-size: 24px;
    text-align: center; } }

@media screen and (max-width: 991px) {
  .hide {
    display: none; }
  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
  .mask {
    overflow: hidden; }
  .mask--custom {
    grid-column-gap: 15px;
    grid-row-gap: 15px; } }

@media screen and (max-width: 767px) {
  .cont {
    padding-right: 0px;
    padding-left: 0px; }
  .cont.mob {
    padding-right: 0px;
    padding-left: 0px; }
  .sec--xl {
    padding-top: 142px;
    padding-bottom: 142px; }
  .sec--lg {
    padding-top: 100px;
    padding-bottom: 100px; }
  .sec--med {
    padding-top: 50px;
    padding-bottom: 50px; }
  .sec--sm {
    padding-top: 25px;
    padding-bottom: 25px; }
  .mar-btm--xl {
    margin-bottom: 100px; }
  .mar-btm--lg {
    margin-bottom: 50px; }
  .mar-btm--med {
    margin-bottom: 25px; }
  .mar-btm--sm {
    margin-bottom: 12px; }
  .head--xl {
    font-size: 65px; }
  .head--lg {
    font-size: 40px; }
  .head--med {
    font-size: 30px; }
  .head--sm {
    font-size: 25px; }
  .head--xs {
    font-size: 20px; }
  .head--meta {
    font-size: 13px; }
  .text--sm {
    font-size: 13px; }
  .text--med {
    font-size: 18px; }
  .text--lg {
    font-size: 23px; }
  .pop-up {
    font-size: 13px; }
  .slide-in--left {
    font-size: 13px; }
  .pos--rel__ctr {
    width: 100vw;
    margin-left: -25px;
    border-radius: 0px; }
  .pos--rel__ctr.sm {
    width: 100vw;
    min-height: 536px;
    margin-left: -25px; }
  .pos--rel__ctr.sm.slider {
    margin-right: -25px; }
  .pos--rel__ctr.sm.slides {
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pos--rel__ctr.lg {
    overflow: hidden;
    width: 100%;
    min-height: 536px;
    min-width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pos--rel__ctr.lg.slider {
    margin-right: -25px; }
  .pos--rel__ctr.lg.slides {
    margin-right: -25px; }
  .slider--main__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .slider--main__content.sm {
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
  .head--white {
    font-size: 24px; }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .grid.slider {
    overflow: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .slide--1 {
    height: 60vh;
    min-width: 100%; }
  .slider--custom {
    height: 100%; }
  .slide--2 {
    overflow: hidden;
    height: 60vh;
    min-width: 100%; }
  .slide--3 {
    height: 60vh;
    min-width: 100%; }
  .mask--custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
  .cont--med {
    padding-right: 0px;
    padding-left: 0px;
    position: relative; }
  .cont--med.mob {
    padding-right: 0px;
    padding-left: 0px; }
  .slide-nav {
    display: block; } }

@media screen and (max-width: 479px) {
  .head--xl {
    font-size: 50px; }
  .head--lg {
    font-size: 35px; }
  .head--med {
    font-size: 25px; }
  .head--sm {
    font-size: 20px; }
  .head--xs {
    font-size: 17px; }
  .head--meta {
    font-size: 12px; }
  .grid--guide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .pos--rel__ctr.sm.slides {
    text-align: center; }
  .slider--main__content {
    text-align: center; }
  .head--white.sm {
    line-height: 1.3; } }

#w-node-_790e8571-de5a-9564-3007-7d41f5098806-f2acb422 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto; }

#w-node-_7db92638-9d49-8f9d-55bc-1d5dc2a9cebd-f2acb422 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto; }

#w-node-_75b1865f-9660-6f14-fc79-afad5ece9c7a-f2acb422 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto; }

#w-node-_936dac66-e249-9222-c5a1-9df7158dff7b-aac47601 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }

a.grid-box {
  color: transparent; }
  a.grid-box:hover, a.grid-box:active, a.grid-box.nice-select.open, a.grid-box:focus {
    color: transparent; }

/*! 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.nice-select.open,
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.
 */
/**
 * 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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */ }

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

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff; }

.w-slider-dot:focus.w-active {
  box-shadow: none; }

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-slider-force-show {
  display: block !important; }

/* ==========================================================
 * ## Containers
 * ========================================================== */
.container {
  max-width: calc(1464px + 1rem * 2);
  margin: 0 auto;
  padding: 0 1rem;
  position: static; }
  @media (min-width: 1025px) {
    .container {
      max-width: calc(1464px + 1.5rem * 2);
      padding: 0 1.5rem; } }

.page,
.main {
  margin: 0; }

.page-sidebar,
.page-content {
  padding: 0;
  float: none; }

.page-sidebar + .page-content {
  padding: 0; }
  @media (min-width: 1025px) {
    .page-sidebar + .page-content {
      width: 100%; } }

/* ==========================================================
 * ## HTML Elements
 * ========================================================== */
/* ==========================================================
 * ## Fluid Typography
    - https://css-tricks.com/snippets/css/fluid-typography/
    - calculation:   font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
 * ========================================================== */
.h1,
h1 {
  color: #222222;
  font-size: 2.0625rem;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .h1,
    h1 {
      font-size: 3.75rem;
      font-size: calc(28px + (60 - 28) * ((100vw - 769px) / (1441 - 769))); } }
  @media (min-width: 1441px) {
    .h1,
    h1 {
      font-size: 3.75rem; } }

.h2,
h2 {
  color: #222222;
  font-size: 1.75rem;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .h2,
    h2 {
      font-size: 2.375rem;
      font-size: calc(23px + (38 - 23) * ((100vw - 769px) / (1441 - 769))); } }
  @media (min-width: 1441px) {
    .h2,
    h2 {
      font-size: 2.375rem; } }

.h3,
h3 {
  color: #222222;
  font-size: 1.4375rem;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .h3,
    h3 {
      font-size: 1.625rem;
      font-size: calc(18px + (26 - 18) * ((100vw - 769px) / (1441 - 769))); } }
  @media (min-width: 1441px) {
    .h3,
    h3 {
      font-size: 1.625rem; } }

.h4,
h4 {
  color: #222222;
  font-size: 1.125rem;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .h4,
    h4 {
      font-size: 1.4375rem;
      font-size: calc(18px + (23 - 18) * ((100vw - 769px) / (1441 - 769))); } }
  @media (min-width: 1441px) {
    .h4,
    h4 {
      font-size: 1.4375rem; } }

.h5,
h5 {
  color: #222222;
  font-size: 1rem;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .h5,
    h5 {
      font-size: 1.4375rem;
      font-size: calc(12px + (16 - 12) * ((100vw - 769px) / (1441 - 769))); } }
  @media (min-width: 1441px) {
    .h5,
    h5 {
      font-size: 1rem; } }

.h6,
h6 {
  color: #222222;
  font-size: 0.75rem;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

p,
div {
  color: #222222;
  font-size: 1rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400; }
  @media (min-width: 769px) {
    p,
    div {
      font-size: 1rem;
      font-size: calc(12px + (16 - 12) * ((100vw - 769px) / (1441 - 769))); } }
  @media (min-width: 1441px) {
    p,
    div {
      font-size: 1rem; } }

a {
  color: #222222;
  font-size: inherit;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none; }
  a:active, a.nice-select.open, a:focus, a:hover {
    color: #222222;
    text-decoration: underline; }

p,
cite,
li,
li a,
ol a,
label,
div,
.footer-info-heading,
.navList-action,
.navPages-action,
input.button,
a.button,
button.button,
.dropdown-menu,
.font-scale {
  font-size: 1rem; }
  @media (min-width: 769px) {
    p,
    cite,
    li,
    li a,
    ol a,
    label,
    div,
    .footer-info-heading,
    .navList-action,
    .navPages-action,
    input.button,
    a.button,
    button.button,
    .dropdown-menu,
    .font-scale {
      font-size: 1rem;
      font-size: calc(12px + (16 - 12) * ((100vw - 769px) / (1441 - 769))); } }
  @media (min-width: 1441px) {
    p,
    cite,
    li,
    li a,
    ol a,
    label,
    div,
    .footer-info-heading,
    .navList-action,
    .navPages-action,
    input.button,
    a.button,
    button.button,
    .dropdown-menu,
    .font-scale {
      font-size: 1rem; } }

/* ==========================================================
 * ## Buttons
 * ========================================================== */
.button {
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid; }
  .button.button--primary {
    font-weight: 400;
    color: white;
    background-color: #b8000d;
    border-color: #b8000d;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid; }
    .button.button--primary:hover, .button.button--primary:focus {
      background-color: #dc0000;
      color: white;
      border-color: #dc0000;
      text-decoration: none; }
    .button.button--primary:active, .button.button--primary.nice-select.open {
      background-color: #dc0000;
      color: white;
      border-color: #dc0000;
      text-decoration: none; }
  .button.button--secondary {
    font-weight: 400;
    color: #b8000d;
    background-color: rgba(0, 0, 255, 0);
    border-color: #b8000d;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid; }
    .button.button--secondary:hover, .button.button--secondary:focus {
      background-color: #b8000d;
      color: white;
      border-color: #b8000d;
      text-decoration: none; }
    .button.button--secondary:active, .button.button--secondary.nice-select.open {
      background-color: #b8000d;
      color: white;
      border-color: #b8000d;
      text-decoration: none; }
  .button.button--small {
    font-weight: 400;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid; }
    .button.button--small:hover, .button.button--small:focus {
      text-decoration: none; }
    .button.button--small:active, .button.button--small.nice-select.open {
      text-decoration: none; }
  .button.card-figcaption-button {
    width: 100%; }

/* ==========================================================
 * ## Form Elements
 * ========================================================== */
.form-input {
  color: #333333;
  background: white;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  height: 2.75rem; }
  .form-input:focus {
    background: white;
    border: 1px solid #757575;
    border-radius: 0px; }

.form-select {
  height: 2.75rem;
  background-position: right 0.5625rem top 0.625rem; }

.form-select--small,
.form-select--date {
  font-size: 1rem;
  height: 2.25rem;
  background-position: right 0.5625rem top 0.5rem; }

.form-prefixPostfix .button {
  height: 2.75rem;
  line-height: 0; }

.actionBar-section .form-label {
  font-size: 1rem; }

/* ==========================================================
 * ## Misc
 * ========================================================== */
.icon {
  height: 1.25rem;
  width: 1.25rem; }

.icon svg {
  height: 100%;
  width: 100%; }
  .icon svg:hover {
    fill: #dc0000; }

ol.breadcrumbs {
  font-size: 1rem; }

.breadcrumb {
  color: #222222;
  font-size: inherit;
  line-height: 0.7; }
  .breadcrumb a {
    color: #222222;
    text-transform: uppercase; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #222222;
  font-weight: 400; }

.breadcrumb:not(:first-child):before {
  content: "\00BB";
  transform: none;
  border: none;
  height: 0;
  top: -1px;
  color: #222222; }

.productView-brand {
  font-size: 1.75rem; }
  @media (min-width: 1025px) {
    .productView-brand {
      font-size: 2.375rem; } }

.productView-info-name {
  font-size: 1rem; }

.price--withoutTax {
  color: #dc0000;
  font-weight: 300; }

.rrp-price--withoutTax .price,
.non-sale-price--withoutTax .price {
  color: #222222; }

.slick-track {
  display: flex; }

.slick-slide {
  height: auto; }

.slick-next,
.slick-prev {
  display: flex;
  padding: 1rem;
  width: auto;
  height: auto;
  border-color: rgba(241, 241, 241, 0.6); }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: rgba(241, 241, 241, 0.6); }

.productCarousel-slide {
  padding: 0; }

.banners {
  padding: 0;
  background-color: #ffffff; }
  .banners .banner {
    max-width: calc(1464px + 1rem * 2);
    margin: 0 auto;
    padding: 0 1rem;
    position: static; }
    @media (min-width: 1025px) {
      .banners .banner {
        max-width: calc(1464px + 1.5rem * 2);
        padding: 0 1.5rem; } }

/* ==========================================================
 * ## Product Cards
 * ========================================================== */
.productGrid .product {
  padding: 0;
  margin: 0;
  width: 100%; }

.page .page-content .productGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 481px) {
    .page .page-content .productGrid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 769px) {
    .page .page-content .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1025px) {
    .page .page-content .productGrid {
      grid-template-columns: repeat(4, 1fr); } }
  .page .page-content .productGrid .product {
    width: 100%; }
  .page .page-content .productGrid::before, .page .page-content .productGrid::after {
    content: none; }

.card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column; }

.card {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 9px;
  margin: 0.75rem;
  padding: 0.75rem;
  height: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all linear 0.15s; }
  @media (min-width: 1025px) {
    .card:hover .card-action-wrapper, .card:focus-within .card-action-wrapper {
      opacity: 1; } }
  .card:hover {
    position: relative;
    transform: translateY(-0.35rem);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2); }

.card-figure {
  height: 100%;
  margin: -0.75rem; }

.card-figure__link {
  padding: 0.75rem; }

.card-img-container {
  position: relative; }

.card-body {
  padding: 0.75rem 0;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .card-body .card-text--brand {
    color: #222222;
    font-size: 1rem;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .card-body .card-title {
    color: #222222;
    font-size: 0.75rem; }
    .card-body .card-title a {
      color: inherit; }
  .card-body .card-text--sku {
    color: #222222;
    font-size: 0.75rem; }
  .card-body .price-section {
    display: inline; }
    .card-body .price-section.non-sale-price--withoutTax, .card-body .price-section.rrp-price--withoutTax {
      color: #666;
      font-weight: 300; }
  .card-body .card-text--extra {
    color: #dc0000;
    margin-bottom: 1rem; }
  .card-body .card-atc__section--qty {
    display: none; }
  .card-body .button--quickview {
    width: 100%;
    margin: 0; }
  .card-body .card-action-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; }
  @media (min-width: 481px) {
    .card-body .card-action-wrapper {
      flex-direction: row; }
    .card-body .card-atc,
    .card-body .button--quickview {
      width: 50%;
      margin-top: 0;
      padding-left: 0;
      padding-right: 0; }
      .card-body .card-atc .button,
      .card-body .button--quickview .button {
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }
  @media (min-width: 1025px) {
    .card-body .card-action-wrapper {
      padding: 0.75rem 0;
      opacity: 0;
      height: 100%;
      position: absolute;
      width: 100%;
      background-color: #ffffff;
      flex-direction: column;
      justify-content: flex-end;
      transition: all linear 0.15s; }
    .card-body .card-atc {
      display: flex; }
    .card-body .card-atc,
    .card-body .button--quickview {
      width: 100%;
      margin-top: 0; }
      .card-body .card-atc .button,
      .card-body .button--quickview .button {
        width: 100%; }
    .card-body .card-atc__section--qty {
      display: block; }
    .card-body .card-atc-increment {
      margin-bottom: 0;
      margin-right: 0.5rem; }
    .card-body .card-atc-increment .card-atc__input--total {
      margin: 0;
      border-right: none;
      width: 2.75rem;
      border-radius: 0; }
    .card-body .card-atc-button-wrapper {
      display: flex;
      flex-direction: column;
      font-size: 0; }
      .card-body .card-atc-button-wrapper .button {
        padding: 2.5px 6px; }
    .card-body .card-atc__section--action {
      flex: 1; }
    .card-body .button--icon .icon-wrapper svg {
      height: 0.5rem;
      width: 0.5rem;
      fill: #000000; } }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

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

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
  */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
  */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
    div element that matches size of large image
    large image loads on top of it
  */
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
  */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc; }

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

  */
/*

    1. Buttons

   */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active, .pswp__button.nice-select.open {
  outline: none;
  opacity: 0.9; }

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

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

    2. Share modal/popup and links

   */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a; }

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff; }

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d; }

a.pswp__share--download:hover {
  background: #ddd; }

/*

    3. Index indicator ("1 of X" counter)

   */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px; }

/*

    4. Caption

   */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #bbb; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

   */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
        The idea of animating inner circle is based on Polymer ("material") loading indicator
         by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
      */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
    6. Additional styles

   */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
  */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

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

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* ==========================================================
 * ## CUSTOM PHOTOSWIPE SCSS
 * ========================================================== */
.pswp__zoom-wrap .pswp-video {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(0, -50%); }

.pswp__zoom-wrap .pswp-video {
  padding-bottom: 50.3%;
  position: relative;
  padding-top: 30px;
  height: 0;
  margin: 1rem auto 3rem;
  overflow: hidden;
  border: 1px solid #000000;
  box-shadow: 0px 0px 30px #000000;
  max-width: 800px; }
  @media (min-width: 1025px) {
    .pswp__zoom-wrap .pswp-video {
      padding-bottom: 420px; } }
  .pswp__zoom-wrap .pswp-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.productView-img-container > a[data-type="video"],
.productView-thumbnail--video .productView-thumbnail-link {
  position: relative; }
  .productView-img-container > a[data-type="video"]:after, .productView-img-container > a[data-type="video"]:before,
  .productView-thumbnail--video .productView-thumbnail-link:after,
  .productView-thumbnail--video .productView-thumbnail-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
  .productView-img-container > a[data-type="video"]:after,
  .productView-thumbnail--video .productView-thumbnail-link:after {
    transform: translate(-20%, -50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); }
  .productView-img-container > a[data-type="video"]:before,
  .productView-thumbnail--video .productView-thumbnail-link:before {
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.5); }
  .productView-img-container > a[data-type="video"]:hover:before,
  .productView-thumbnail--video .productView-thumbnail-link:hover:before {
    background: rgba(0, 0, 0, 0.8); }

.productView-img-container > a[data-type="video"] {
  display: inherit !important;
  position: static; }
  .productView-img-container > a[data-type="video"]:after {
    transform: translate(-20%, -50%);
    border: 16px solid transparent;
    border-left: 25px solid #fff; }
  .productView-img-container > a[data-type="video"]:before {
    width: 70px;
    height: 70px; }

.productView-info-name.fbt,
.productView-info-value.fbt,
.productView-info-name.fbt-product,
.productView-info-value.fbt-product,
.freqBought-item .price-section.price-section--saving,
.freqBought .form-field__sizeChart {
  display: none; }

#fbt {
  display: none;
  padding: 1.5rem 0;
  position: relative;
  clear: both; }
  #fbt:before, #fbt:after {
    content: " ";
    display: table; }
  #fbt:after {
    clear: both; }

.fbt__heading {
  margin-bottom: 1.5rem; }

.fbt__heading-text {
  background: white; }

/* ==========================================================
## IMAGES
========================================================== */
.fbt__image-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1025px) {
    .fbt__image-list {
      flex-wrap: nowrap; } }

.fbt__image-item {
  position: relative;
  padding: 0 0.55rem;
  width: 25%;
  text-align: center; }
  @media (min-width: 769px) {
    .fbt__image-item {
      width: auto;
      padding: 0 1rem; } }

.fbt__image-item:first-child {
  padding-left: 0; }

.fbt__image-item.fbt__total {
  width: 100%;
  padding-top: 1.5rem;
  text-align: left; }
  @media (min-width: 1025px) {
    .fbt__image-item.fbt__total {
      padding-top: 0; } }

.fbt__image-item::after {
  content: ' ';
  position: absolute;
  display: inline-block;
  margin: auto;
  width: 18px;
  height: 18px;
  right: -9px;
  top: 0;
  bottom: 0;
  background: url(../icons/add.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 10; }
  @media (min-width: 769px) {
    .fbt__image-item::after {
      width: 24px;
      height: 24px;
      right: -12px; } }

.fbt__image-item.fbt__total::after,
.fbt__image-item:nth-last-child(2)::after,
.fbt__image-item:nth-child(4n+4)::after {
  display: none; }

.fbt__image-link {
  display: inline-block;
  opacity: 0.45;
  transition: opacity 0.15s ease; }

.fbt__image-item.isChecked .fbt__image-link,
.fbt__image-item.fbt__total .fbt__image-link {
  opacity: 1;
  transition: opacity 0.15s ease; }

.fbt__image {
  max-width: 100%; }
  @media (min-width: 769px) {
    .fbt__image {
      max-width: 85px; } }
  @media (min-width: 1281px) {
    .fbt__image {
      max-width: 12rem; } }

.fbt__total-txt {
  margin-bottom: 10px; }

.fbt__total-price {
  color: #b34045; }

/* ==========================================================
## HELPER TEXT
========================================================== */
.fbt__helper-text {
  margin: 15px 0 10px 0;
  font-weight: bold;
  font-size: 15px; }

/* ==========================================================
## DETAILS
========================================================== */
.fbt__detail-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.fbt__detail-item {
  margin-bottom: 0.5rem; }

.fbt__detail-field {
  display: inline-block; }

.fbt__detail-item .form-checkbox + .form-label {
  line-height: 22px; }

.fbt__detail-item .form-checkbox + .form-label::before {
  border-color: #bbb;
  border-radius: 0; }

.fbt__detail-item .fbt__detail-field:hover .form-checkbox + .form-label::before {
  border-color: #989898; }

.fbt__detail-name {
  border-bottom: 1px solid #bbb;
  transition: all 0.15s ease; }

.fbt__detail-field:hover .fbt__detail-name {
  border-color: #444;
  transition: all 0.15s ease; }

.fbt__detail-item .price-section,
.fbt__detail-item .price--rrp,
.fbt__detail-item .price--discounted,
.fbt__detail-item .price--withoutTax {
  display: inline-block;
  font-weight: normal; }

.fbt__detail-item .price-section {
  margin-left: 5px; }

.fbt__detail-item .price.price--withoutTax:before {
  display: none; }

/* ==========================================================
## DETAIL OPTIONS
========================================================== */
.fbt__toggle-options {
  position: relative;
  display: inline-block;
  margin: 6px 0 3px 1.85714rem;
  padding: 1px 15px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid;
  background-color: #b8000d;
  color: white;
  transition: all 0.15s ease; }
  @media (min-width: 769px) {
    .fbt__toggle-options {
      margin: 0 0 0 5px; } }

.fbt__toggle-options:hover,
.fbt__toggle-options:focus {
  background-color: #dc0000;
  color: white;
  transition: all 0.15s ease; }

.fbt__detail-options {
  display: none;
  margin: 7px 0 0.25rem 1.85714rem;
  padding: 0.75rem;
  overflow: hidden;
  background-color: #f2f2f2;
  border: 1px solid #cccccc; }

.fbt__detail-options .form-field {
  margin-bottom: 1rem; }

.hasOptions--selected .fbt__detail-options {
  background-color: #dff0d8;
  border-color: #549955; }

.hasOptions--error .fbt__detail-options {
  background-color: #f8e0e4;
  border-color: #de909e; }

.fbt__detail-options .form-field:last-child {
  margin-bottom: 0; }

.fbt__detail-options .form-checkbox + .form-label {
  line-height: 22px; }

.fbt__detail-options .form-checkbox + .form-label::before {
  border-color: #bbb;
  border-radius: 0; }

.fbt__detail-options .freqBought-label:hover .form-checkbox + .form-label::before {
  border-color: #989898; }

.fbt__toggle-options {
  background-color: #f37221;
  border-color: #f37221;
  color: #fff; }

.fbt__toggle-options:hover {
  background-color: #CC6228;
  border-color: #CC6228; }

.hasOptions--selected .fbt__toggle-options,
.hasOptions--selected .fbt__toggle-options:hover {
  background-color: #dff0d8;
  border-color: #3c763d;
  color: #383838; }

.hasOptions--selected .fbt__toggle-options {
  padding-right: 30px; }

.hasOptions--selected .fbt__toggle-options::after {
  content: "";
  display: inline-block;
  background: url("../icons/check-green.svg");
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 1px;
  height: 17px;
  width: 17px; }

.freqBought-item.hasOptions-error .freqBought-itemOptions,
.freqBought-item.hasOptions-error .fbt__toggle-options {
  background-color: #f8e0e4;
  border-color: #de909e; }

.freqBought-errorMsg {
  display: none;
  margin: 0;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background-color: #f8e0e4;
  color: #a94442; }

.freqBought-item.hasOptions-error .freqBought-errorMsg {
  display: block; }

/* ==========================================================
## IntuitSolutions.net - Add to Cart upsell
========================================================== */
#previewModal {
  overflow: auto; }

#previewModal .modal-body.modal-body--wf {
  overflow: initial; }

.productView-info-name.atc-product,
.productView-info-value.atc-product {
  display: none; }

.modal-header-actions {
  margin-top: 1rem;
  text-align: center; }
  @media screen and (max-width: 497px) {
    .modal-header-actions .button {
      width: 100%;
      font-size: 0.8rem; } }

.modal-body--wf {
  padding: 1rem; }
  @media (min-width: 1025px) {
    .modal-body--wf {
      padding: 1.5rem 2.25rem 2.25rem;
      min-height: 560px; } }

.modal-body--wf .heading {
  text-align: center; }

.productGrid .wf__product {
  width: 100%; }
  @media (min-width: 1025px) {
    .productGrid .wf__product {
      width: 50%; } }
  @media (min-width: 1281px) {
    .productGrid .wf__product {
      width: 25%; } }

.wf__product .card-options .form-field:last-child {
  margin-bottom: 0; }

.wf__product .card-body {
  text-align: center; }

.wf__product .price-section--saving {
  display: none; }

.wf__product .card-actions {
  padding-top: 1rem;
  text-align: center; }

.wf__product .form-field,
.wf__product .button--primary {
  width: 100%; }

.wf__product .button--success {
  background-color: #549955;
  border-color: #549955;
  color: #fff; }

.productView-info-name.cpu-product,
.productView-info-value.cpu-product,
.cpu__list.cpu__list--suggested,
.cpu__item-price .price-section--saving,
.cpu__item .cpu__item-options,
.cpu__item.hasOptions .cpu__item-button--addtocart {
  display: none; }

.cpu {
  position: relative;
  margin-bottom: 3rem;
  min-height: 280px;
  clear: both; }

.cpu__heading {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 28px; }
  @media (min-width: 1025px) {
    .cpu__heading {
      font-size: 32px; } }

.cpu__list {
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none; }
  @media (min-width: 1025px) {
    .cpu__list {
      flex-direction: row; } }

.cpu__item {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 500px; }
  @media (min-width: 1025px) {
    .cpu__item {
      width: 31%; } }

.cpu__item-form {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start; }

.cpu__item-img-wrapper {
  width: 30%;
  border: 2px solid #d3d3d3; }

.cpu__item-details {
  width: 65%;
  text-align: left; }

.cpu__item-brand {
  display: none;
  margin-bottom: 5px;
  font-size: 14px;
  color: #999; }
  @media (min-width: 1025px) {
    .cpu__item-brand {
      min-height: 21px; } }

.cpu__item-name {
  margin-bottom: 5px;
  font-size: 15px; }
  @media (min-width: 1025px) {
    .cpu__item-name {
      min-height: 44px; } }

.cpu__item-price {
  margin-bottom: 5px;
  color: #999; }
  @media (min-width: 1025px) {
    .cpu__item-price {
      min-height: 42px; } }

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

/* ==========================================================
## states
========================================================== */
.cpu__item.wasAdded,
.cpu__item.wasAdded:hover,
.cpu__item.hasOptions.wasAdded,
.cpu__item.hasOptions.wasAdded:hover {
  border-color: #47a536; }

.cpu__item.wasAdded .cpu__item-button,
.cpu__item.wasAdded .cpu__item-button:hover {
  color: #fff;
  background-color: #47a536;
  border-color: #47a536; }

.cpu__item.hasError,
.cpu__item.hasError:hover,
.cpu__item.hasOptions.hasError,
.cpu__item.hasOptions.hasError:hover {
  border-color: #e24957; }

.cpu__item.hasError .cpu__item-button,
.cpu__item.hasError .cpu__item-button:hover {
  color: #fff;
  background-color: #e24957;
  border-color: #e24957; }

/* ==========================================================
## modal
========================================================== */
.cpu__modal .swal2-title {
  font-size: 18px; }

.cpu__item-button--modaladdtocart,
.cpu__item-button--modaladdtocart:active,
.cpu__item-button--modaladdtocart.nice-select.open,
.cpu__item-button--modaladdtocart:focus {
  opacity: 0.5; }

.hasOptions--selected .cpu__item-button--modaladdtocart,
.hasOptions--selected .cpu__item-button--modaladdtocart:active,
.hasOptions--selected .cpu__item-button--modaladdtocart.nice-select.open,
.hasOptions--selected .cpu__item-button--modaladdtocart:focus {
  opacity: 1; }

/* ==========================================================
## carousel
========================================================== */
.cpu__list-slick {
  display: block;
  width: auto;
  min-width: none;
  max-width: 100vw;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .cpu__list-slick {
      display: flex; } }

.cpu__item-slick {
  float: left;
  border-width: 0;
  padding: 1.5rem 0.75rem; }
  @media (min-width: 1025px) {
    .cpu__item-slick {
      border-width: 1px 0;
      padding: 1.5rem 0;
      margin: 0 1.5rem; } }

/* ==========================================================
 * ## Variables
 * ========================================================== */
/* ==========================================================
 * ## Page Layout
 * ========================================================== */
.page--blog-custom::after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 1025px) {
  .page--blog-custom .blog-sidebar,
  .page--blog-post-custom .blog-sidebar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; } }

@media (min-width: 1281px) {
  .page--blog-custom .blog-sidebar,
  .page--blog-post-custom .blog-sidebar {
    display: block;
    float: left;
    width: 20.5%;
    padding-right: 6rem; } }

@media (min-width: 1281px) {
  .page--blog-custom .blog-top {
    float: left;
    width: 79.5%; } }

@media (min-width: 1281px) {
  .page--blog-custom .blog-posts,
  .page--blog-post-custom .blog-post {
    float: right;
    width: 79.5%; } }

/* ==========================================================
* ## Sidebar
* ========================================================== */
.blog-sidebar__block {
  position: relative;
  margin-bottom: 2rem; }

.blog-sidebar__block > a {
  display: block; }
  .blog-sidebar__block > a:hover, .blog-sidebar__block > a:focus {
    text-decoration: none; }

.blog-sidebar__block .blog-sidebar__header > .icon {
  height: 1rem;
  width: 1rem; }
  .blog-sidebar__block .blog-sidebar__header > .icon svg {
    fill: #f9f9f9; }
  @media (min-width: 1281px) {
    .blog-sidebar__block .blog-sidebar__header > .icon {
      display: none; } }

@media only screen and (max-width: 1281px) {
  .blog-sidebar__block > a.is-open .icon {
    transform: rotate(90deg); } }

@media only screen and (max-width: 1281px) {
  .blog-sidebar__header {
    margin: 0;
    padding: 0.75rem 1rem;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
    display: flex;
    align-items: center; } }

@media (min-width: 1281px) {
  .blog-sidebar__header {
    margin-top: 0;
    margin-bottom: 1rem; } }

@media only screen and (max-width: 1281px) {
  .blog-sidebar__header-text {
    color: #f9f9f9;
    font-size: 1rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    flex: 1; } }

.blog-sidebar__content {
  display: none;
  width: 100%; }
  @media (min-width: 1281px) {
    .blog-sidebar__content {
      display: block; } }

.blog-sidebar__content.is-open {
  display: block;
  position: absolute;
  z-index: 5;
  background-color: #ffffff; }
  @media (min-width: 1281px) {
    .blog-sidebar__content.is-open {
      position: static; } }

.blog-sidebar__recent-list {
  margin: 0;
  list-style: none; }
  @media only screen and (max-width: 1281px) {
    .blog-sidebar__recent-list {
      border: 1px solid #d3d3d3;
      border-top: none;
      background-color: #ffffff; } }
  @media (min-width: 1281px) {
    .blog-sidebar__recent-list {
      padding: 1rem 0;
      border-top: 1px solid #d3d3d3;
      border-bottom: 1px solid #d3d3d3; } }

.blog-sidebar__recent-list-skeleton {
  width: 100%;
  display: block;
  margin: 0.75rem 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), #ececec;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1s infinite; }

@keyframes shine {
  to {
    background-position: 100% 0; } }

@media only screen and (max-width: 1281px) {
  .blog-sidebar__recent-list-item {
    border-bottom: 1px solid #d3d3d3; }
    .blog-sidebar__recent-list-item:last-child {
      border-bottom: none; } }

@media (min-width: 1281px) {
  .blog-sidebar__recent-list-item {
    margin: 0.75rem 0; } }

.blog-sidebar__recent-list-item a {
  display: block; }
  @media only screen and (max-width: 1281px) {
    .blog-sidebar__recent-list-item a {
      padding: 0.75rem 1rem;
      transition: none; }
      .blog-sidebar__recent-list-item a:hover, .blog-sidebar__recent-list-item a:focus {
        color: #ffffff;
        background-color: #0f7fff;
        text-decoration: none; } }

.blog-sidebar__form {
  padding: 2rem 0; }
  @media only screen and (max-width: 1281px) {
    .blog-sidebar__form {
      border: 1px solid #d3d3d3;
      border-top: none;
      margin-bottom: 0;
      padding: 1rem; } }
  @media (min-width: 1281px) {
    .blog-sidebar__form {
      border-top: 1px solid #d3d3d3;
      border-bottom: 1px solid #d3d3d3; } }

.blog-sidebar__form .form-field {
  margin: 0; }

.blog-sidebar__form .button {
  margin-top: 1rem;
  margin-left: 0;
  width: 100%; }

/* ==========================================================
* ## Top
* ========================================================== */
.page--blog-custom .page-heading {
  text-align: center; }

.blog-top .page-heading {
  margin: 0 0 .5rem; }

.blog-top__content {
  margin-bottom: 2rem; }

@media (min-width: 481px) {
  .blog-top__content-img--mobile {
    display: none; } }

.blog-top__content-img--desktop {
  display: none; }
  @media (min-width: 481px) {
    .blog-top__content-img--desktop {
      display: block; } }

.blog-top__content-description {
  margin: 2rem 0; }

/* ==========================================================
* ## Posts
* ========================================================== */
.blog-posts__container {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3; }
  @media (min-width: 769px) {
    .blog-posts__container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1025px) {
    .blog-posts__container {
      grid-template-columns: repeat(1, 1fr); } }

.blog-post__card {
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid #d3d3d3;
  border-radius: 2px; }

.blog-post__card-thumbnail {
  margin: 0;
  text-align: left; }

.blog-post__card-body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  padding: 0 2rem; }

.blog-post__card-header {
  padding: 1.5rem 0; }

.blog-post__card-title {
  margin-top: 0; }

.blog-post__card-title a:hover {
  text-decoration: underline; }

.blog-post__card-date {
  margin: 0; }

.blog-post__card-summary {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  padding: 1.5rem 0; }

.blog-post__card-read-more-wrapper {
  margin-top: auto; }

.blog-post__card-read-more {
  display: inline-block;
  color: #b8000d;
  margin-top: 1.5rem; }

/* ==========================================================
 * ## BLOG POST
 * ========================================================== */
.blog-post__title {
  margin: 0 0 0.5rem; }

.blog-post_tag-list {
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin-left: 0;
  flex-wrap: wrap; }

a.blog-post_tags {
  height: 22px;
  background-color: #b8000d;
  margin: 4px;
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  text-decoration: none;
  margin-bottom: 12px; }
  a.blog-post_tags:hover {
    background-color: #dc0000; }
  a.blog-post_tags div {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 300;
    white-space: nowrap; }

.blog-skeleton.image-skeleton {
  float: left;
  width: 100%;
  height: 150px;
  background-color: #ccc;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 600px;
  animation: shine-sort 1.6s infinite linear; }

@keyframes shine-lines {
  0% {
    background-position: -100px; }
  40%,
  100% {
    background-position: 140px; } }

@keyframes shine-sort {
  0% {
    background-position: -32px; }
  40%,
  100% {
    background-position: 208px; } }

.category__subcat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px; }
  @media only screen and (max-width: 800px) {
    .category__subcat-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 425px) {
    .category__subcat-grid {
      grid-template-columns: repeat(1, 1fr); } }
  @media all and (-ms-high-contrast: none) {
    .category__subcat-grid {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .category__subcat-grid .category__subcat-grid-item {
        width: 22.5%;
        height: auto;
        justify-content: flex-start; }
      .category__subcat-grid .category__subcat-grid-item a {
        display: block;
        height: 100%; } }

.category__subcat-grid-item {
  width: 100%;
  display: flex;
  flex-direction: column; }

.category__sidebar-image {
  display: none; }
  @media (min-width: 1025px) {
    .category__sidebar-image {
      display: block; } }

@media (min-width: 769px) {
  .category__description-container {
    display: flex;
    max-width: 70em;
    justify-content: center;
    align-items: center;
    margin: auto; } }

.page--category .productGrid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin: 0; }
  @media (min-width: 481px) {
    .page--category .productGrid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 769px) {
    .page--category .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1025px) {
    .page--category .productGrid {
      grid-template-columns: repeat(4, 1fr); } }
  .page--category .productGrid::before, .page--category .productGrid::after {
    display: none; }

.banner {
  max-width: none; }

.banners {
  display: none; }
  @media (min-width: 769px) {
    .banners {
      display: block;
      padding: 0; } }

.actionBar-section {
  float: right; }
  .actionBar-section .form-field {
    border: none; }

@media (min-width: 1025px) {
  .page-sidebar {
    width: 100%; }
    .page-sidebar ul {
      display: flex;
      gap: 1rem;
      justify-content: center; }
      .page-sidebar ul a {
        padding-top: 0.5625rem;
        padding-bottom: 0.375rem;
        line-height: 1.2rem; } }

.custom-fs__list {
  display: block;
  justify-content: center;
  list-style-type: none;
  margin: auto;
  width: fit-content; }
  @media (min-width: 481px) {
    .custom-fs__list {
      columns: 2; } }
  @media (min-width: 769px) {
    .custom-fs__list {
      columns: auto; } }
  @media (min-width: 1025px) {
    .custom-fs__list {
      columns: auto; } }
  @media (min-width: 1281px) {
    .custom-fs__list {
      columns: auto; } }
  .custom-fs__list .custom-fs__list-item {
    min-width: 120px;
    max-width: 300px;
    margin: auto; }
    @media (min-width: 769px) {
      .custom-fs__list .custom-fs__list-item {
        float: left;
        margin-right: 1rem; } }
  .custom-fs__list a {
    padding-top: 0.5625rem;
    padding-bottom: 0.375rem;
    line-height: 1.2rem;
    width: 100%; }
  .custom-fs__list:after {
    content: '';
    display: table;
    clear: both; }

.page--category .page-heading {
  margin-bottom: 0; }

.category-heading__container {
  padding-bottom: 2rem; }
  .category-heading__container [data-content-region] {
    border-bottom: 2px solid #d3d3d3; }

.mega-menu {
  max-width: 200px; }
  @media only screen and (max-width: 1024px) {
    .mega-menu {
      display: none; } }

.mega-menu__image {
  width: 100%; }

.mega-menu__title {
  font-size: 1.125rem;
  color: #444;
  font-weight: 300; }

.mega-menu__text {
  font-size: 1.75rem;
  color: #dc0000;
  text-align: center;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase; }

.mega-menu__text-discount {
  font-size: 1.125rem;
  font-weight: 300;
  color: #b3b3b3;
  text-decoration: line-through; }

.mega-menu__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; }

.navPages-container.is-open {
  z-index: 49; }

@media (min-width: 1025px) {
  .navPage-subMenu-list .navPage-subMenu-action.navPages-action {
    font-weight: 400;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: #222;
    text-transform: uppercase; } }

@media (min-width: 1025px) {
  .navPage-subMenu-list .navPage-childList-action {
    font-weight: 300;
    color: #333; } }

.navPage-subMenu-list--bottomContainer {
  grid-template-columns: repeat(2, auto);
  display: grid; }

.navPage-subMenu-list--bottomContainer .navPage-subMenu-list--textContain-1 {
  background-color: black;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-self: center; }
  .navPage-subMenu-list--bottomContainer .navPage-subMenu-list--textContain-1 > a {
    color: white;
    text-decoration: none !important; }

.navPage-subMenu-list--bottomContainer .navPage-subMenu-list--textContain-2 {
  background-color: #b8000d;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  transition: background-color 150ms ease-out; }
  .navPage-subMenu-list--bottomContainer .navPage-subMenu-list--textContain-2:hover {
    background-color: #dc0000; }
  .navPage-subMenu-list--bottomContainer .navPage-subMenu-list--textContain-2 > a {
    color: white;
    text-decoration: none !important; }

section.mega-menu__text-container {
  text-align: center; }

/* ==========================================================
 * ## I don't think you need any of this but do need to style the search items.
 * ========================================================== */
/* ==========================================================
 * ## Needed
 * ========================================================== */
.slide-search-container {
  display: none; }

.mm-ocd .slide-search-container {
  display: block; }

.pdp-fake-options {
  padding: 1.5rem 0 0 0;
  margin: 1rem 0 1rem 0;
  border-top: 2px solid #d3d3d3; }

.pdp-fake-options__button-container {
  display: block;
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding-bottom: 1rem; }
  .pdp-fake-options__button-container .tab {
    border: none;
    float: left;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    margin-left: 0; }
  .pdp-fake-options__button-container .tab .button {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    text-transform: none;
    border-radius: .25rem;
    padding: .25rem .6125rem; }
  .pdp-fake-options__button-container .tab:last-child {
    margin-right: 0; }
  .pdp-fake-options__button-container .tab.is-active {
    border: none; }
    .pdp-fake-options__button-container .tab.is-active a {
      color: #ffffff;
      background-color: #b8000d; }
  .pdp-fake-options__button-container:after {
    content: '';
    display: table;
    clear: both; }

.pdp-fake-options__card-list {
  list-style: none;
  display: none;
  grid-template-columns: repeat(auto-fit, 95px);
  gap: 0.5rem;
  margin: 0;
  justify-content: center; }
  @media (min-width: 769px) {
    .pdp-fake-options__card-list {
      justify-content: initial;
      grid-template-columns: repeat(auto-fit, 110px); } }
  @media screen and (max-width: 640px) {
    .pdp-fake-options__card-list {
      grid-template-columns: 1fr 1fr 1fr;
      align-items: stretch; }
      .pdp-fake-options__card-list .pdp-fake-options__card-item {
        display: flex;
        align-items: stretch; } }

.pdp-fake-options__card-list.is-active {
  display: grid;
  justify-content: start; }

.pdp-fake-options__card-link {
  display: block;
  border: 1px solid #f9f9f9;
  padding: 0.5rem;
  text-align: center; }
  .pdp-fake-options__card-link:hover, .pdp-fake-options__card-link:focus {
    text-decoration: none;
    border-color: #d3d3d3; }

.pdp-fake-options__card-item--active .pdp-fake-options__card-link {
  border-color: #b8000d; }

.pdp-fake-options__card-item--oos {
  position: relative;
  overflow: hidden; }
  .pdp-fake-options__card-item--oos a::after {
    content: 'Sold Out';
    display: block;
    background-color: #b8000d;
    text-align: center;
    position: absolute;
    top: 23px;
    right: -32px;
    width: 120%;
    color: #ffffff;
    transform: rotate(45deg); }

.pdp-fake-options__card-img-container {
  margin: 0; }

.pdp-fake-options__card-title {
  font-size: 10px;
  margin: 0;
  color: #222222; }

.pdp-fake-options__card-link.skeleton-loading {
  height: 125px; }
  .pdp-fake-options__card-link.skeleton-loading * {
    display: none; }

.pdp-fake-options__heading.h3 {
  font-size: 1.25rem; }
  .pdp-fake-options__heading.h3.bold {
    font-weight: 700; }

.pdp-fake-options__heading.h5 {
  font-size: 1.1875rem; }

@media screen and (max-width: 640px) {
  .pdp-fake-options__heading.h3 {
    display: none; } }

@media screen and (min-width: 640px) {
  .pdp-fake-options__heading.h5 {
    display: none; } }

div[data-its-tab-title],
div[data-its-tab-text] {
  display: none; }

.productView-description {
  padding: 2rem 0;
  background: #f9f9f9; }
  @media screen and (max-width: 850px) {
    .productView-description {
      padding-bottom: 0; } }
  .productView-description .desc-container {
    padding: 0 1.5rem;
    padding-bottom: 0.1rem; }
  .productView-description .tabs-container {
    background: #ffffff;
    padding: 2rem 1.5rem; }
    @media screen and (min-width: 1025px) {
      .productView-description .tabs-container {
        padding: 2rem 3rem; } }
    @media screen and (min-width: 851px) {
      .productView-description .tabs-container {
        border: 0 solid #c7c7c7; } }
    .productView-description .tabs-container h2 {
      margin: 0;
      margin-bottom: 2rem; }
      @media screen and (max-width: 640px) {
        .productView-description .tabs-container h2 {
          margin: 2rem 0; } }
      @media screen and (max-width: 469px) {
        .productView-description .tabs-container h2 {
          margin-bottom: 0.75rem; } }
    .productView-description .tabs-container h3 {
      font-size: calc(22px + (26 - 18) * ((100vw - 769px) / (1441 - 769))); }
      @media screen and (min-width: 1441px) {
        .productView-description .tabs-container h3 {
          font-size: 1.625rem; } }
    .productView-description .tabs-container h4 {
      font-weight: 300;
      text-transform: inherit;
      margin-top: 0.75rem;
      margin-bottom: 0.75rem; }
    @media screen and (max-width: 640px) {
      .productView-description .tabs-container {
        padding: 1rem;
        padding-top: 3rem; }
        .productView-description .tabs-container h2 {
          display: none; }
        .productView-description .tabs-container .tab-content h2 {
          display: block; } }
  .productView-description .productView-title {
    display: none; }
  @media screen and (max-width: 640px) {
    .productView-description .tabs-wrapper {
      border: 1px solid #c7c7c7;
      border-bottom: none; } }

.has-activeModal .productView-description .tabs-wrapper .container {
  padding: 0; }

.has-activeModal .productView-description .tab-content .container {
  padding: 0; }

@media (min-width: 1025px) {
  .pdp-template__content .pdp-template__content {
    max-height: 500px;
    overflow: auto; } }

.pdp-template .pdp-template__content.full-width {
  width: 100%; }

.pdp-template {
  margin: 0 auto;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1024px) {
    .pdp-template .pdp-template__section {
      margin-bottom: 1.5rem; } }
  .pdp-template .pdp-template__section .pdp-template__content {
    padding: 1.5rem 1.5rem;
    padding-top: 0; }
    @media screen and (min-width: 640px) {
      .pdp-template .pdp-template__section .pdp-template__content {
        padding-left: 0; } }
    @media screen and (max-width: 640px) {
      .pdp-template .pdp-template__section .pdp-template__content {
        padding: 0; } }
    .pdp-template .pdp-template__section .pdp-template__content h2 {
      margin-top: 0; }
    @media (min-width: 1025px) {
      .pdp-template .pdp-template__section .pdp-template__content {
        max-height: 500px;
        overflow: auto; } }
  .pdp-template .pdp-template__section .pdp-template__image {
    max-height: 500px;
    display: flex;
    justify-content: center; }
    .pdp-template .pdp-template__section .pdp-template__image img {
      object-fit: cover;
      width: 100%; }
  @media (min-width: 1025px) {
    .pdp-template .pdp-template__section {
      display: flex; }
      .pdp-template .pdp-template__section:nth-child(2n) .pdp-template__image {
        order: -1; } }
  .pdp-template .pdp-template__image,
  .pdp-template .pdp-template__content {
    width: 100%; }
  .pdp-template .pdp-template__set-items {
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    /* width */
    /* Track */
    /* Handle */ }
    .pdp-template .pdp-template__set-items::-webkit-scrollbar {
      width: 12px; }
    .pdp-template .pdp-template__set-items::-webkit-scrollbar-track {
      background-color: #ffffff;
      box-shadow: inset 0 0 5px #e3e3e3;
      border-radius: 10px; }
    .pdp-template .pdp-template__set-items::-webkit-scrollbar-thumb {
      background: #b20000;
      border-radius: 10px; }
    .pdp-template .pdp-template__set-items li {
      position: relative;
      display: flex;
      margin: 0 0.5rem;
      margin-right: 1rem;
      padding: 1rem;
      text-decoration: none;
      border-top: 1px solid #e3e3e3; }
      .pdp-template .pdp-template__set-items li:first-child {
        border-top: none; }
      .pdp-template .pdp-template__set-items li:hover {
        background-color: #e3e3e3; }
      .pdp-template .pdp-template__set-items li h3,
      .pdp-template .pdp-template__set-items li p {
        margin: 0;
        text-transform: uppercase; }
      .pdp-template .pdp-template__set-items li div:first-child {
        margin-right: 1rem;
        flex-shrink: 0;
        display: flex;
        align-items: center; }
      .pdp-template .pdp-template__set-items li img {
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        max-width: 3.5rem; }
      .pdp-template .pdp-template__set-items li h3 {
        font-size: 14px; }
        .pdp-template .pdp-template__set-items li h3 a {
          display: block;
          color: #b20000;
          text-decoration: none;
          font-family: "Oswald", Arial, Helvetica, sans-serif;
          font-weight: 400; }
          .pdp-template .pdp-template__set-items li h3 a:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
          .pdp-template .pdp-template__set-items li h3 a:hover, .pdp-template .pdp-template__set-items li h3 a:focus {
            color: #b20000; }
      .pdp-template .pdp-template__set-items li p {
        color: #666666;
        font-size: 0.8rem; }
        .pdp-template .pdp-template__set-items li p:first-of-type {
          font-size: 1rem;
          font-weight: 400;
          color: #000000;
          display: none; }

.schematics {
  display: grid;
  gap: 1rem; }
  @media (min-width: 769px) {
    .schematics {
      grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 1025px) {
    .schematics {
      grid-template-columns: repeat(2, 1fr); } }

.schematic {
  width: 100%;
  padding: 1rem;
  background-color: #ededed;
  border-radius: 9px;
  transition: box-shadow 0.15s, transform 0.15s; }
  @media (min-width: 1025px) {
    .schematic:hover, .schematic:focus {
      transform: translateY(-0.15rem);
      box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.35); } }
  @media (min-width: 769px) {
    .schematic {
      display: flex;
      gap: 1rem;
      align-items: center; } }

.schematic h3 {
  margin: 1rem 0;
  text-align: center; }
  @media (min-width: 769px) {
    .schematic h3 {
      margin: 0 0 auto; } }

.schematic__image {
  flex: 1; }

.schematic__content {
  flex: 1; }
  @media (min-width: 769px) {
    .schematic__content {
      display: flex;
      gap: 1rem;
      flex-direction: column;
      align-items: center;
      height: 100%; } }
  .schematic__content .button {
    margin-left: 0;
    width: 100%;
    text-transform: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #222222; }
    .schematic__content .button:hover, .schematic__content .button:focus {
      text-decoration: none;
      color: #ffffff;
      background-color: #dc0000;
      border-color: #dc0000; }
    .schematic__content .button--pdf {
      background-color: #ffffff; }
    @media (min-width: 769px) {
      .schematic__content .button {
        margin: 0; } }

/* ==========================================================
 * ## Section: Layout
 * ========================================================== */
@media (min-width: 1281px) {
  .cart__container {
    display: flex;
    flex-direction: row; } }

.cart__content,
.cart__totals .cart-totals {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* ==========================================================
  * ## Section: Cart Content
  * ========================================================== */
@media (min-width: 1281px) {
  .cart__content {
    margin-right: 1.5rem; } }

@media (min-width: 1025px) {
  .cart-header-item.cart-header-item--price {
    padding-left: 1rem; } }

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

.cart-header-item.cart-header-item--total {
  padding-right: 2.25rem; }

.cart-item {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  row-gap: 1rem;
  padding: 1rem 0; }
  .cart-item::before, .cart-item::after {
    content: none; }
  @media (min-width: 1025px) {
    .cart-item {
      display: table-row; } }

.cart-item-block {
  position: relative; }
  @media (min-width: 1025px) {
    .cart-item-block {
      padding-right: 1rem; } }

.cart-item-figure,
.cart-item-info,
.cart-item-block.cart-item-title,
.cart-item-info.cart-item-quantity {
  width: 100%;
  margin-left: 0;
  height: auto; }

.cart-item-block.cart-item-figure {
  grid-column-start: 1;
  grid-column-end: 2; }
  @media (min-width: 481px) {
    .cart-item-block.cart-item-figure {
      grid-row-start: 1;
      grid-row-end: span 4;
      padding: 0.5rem; } }
  @media (min-width: 1025px) {
    .cart-item-block.cart-item-figure {
      width: 10%; } }

@media (min-width: 481px) {
  .cart-item-image {
    max-width: 150px;
    width: 100%; } }

.cart-item-label,
.cart-item-value {
  width: 100%;
  vertical-align: middle; }
  @media (min-width: 481px) {
    .cart-item-label,
    .cart-item-value {
      width: auto;
      padding-left: 0;
      text-align: left; } }

@media (min-width: 1025px) {
  .cart-item-block.cart-item-title {
    width: 30%;
    padding: 1rem; } }

.cart-item-sku {
  color: #757575;
  margin-bottom: 0.1875rem;
  text-transform: uppercase;
  font-weight: 300; }

.cart-item-block.cart-item-price,
.cart-item-block.cart-item-quantity,
.cart-item-block.cart-item-total {
  grid-column-start: 1;
  grid-column-end: 3; }
  @media (min-width: 481px) {
    .cart-item-block.cart-item-price,
    .cart-item-block.cart-item-quantity,
    .cart-item-block.cart-item-total {
      grid-column-start: 2;
      grid-column-end: 3;
      padding-left: 1.5rem; } }
  @media (min-width: 1025px) {
    .cart-item-block.cart-item-price,
    .cart-item-block.cart-item-quantity,
    .cart-item-block.cart-item-total {
      padding: 1rem;
      width: calc(60% / 3); } }
  @media (min-width: 1281px) {
    .cart-item-block.cart-item-price,
    .cart-item-block.cart-item-quantity,
    .cart-item-block.cart-item-total {
      width: calc(40% / 3); } }

@media (min-width: 1025px) {
  .cart-item-block.cart-item-total {
    padding-right: 0.25rem; } }

.cart-item-name + .definitionList {
  margin: 1rem 0; }

.cart-item-price,
.cart-item-quantity,
.cart-item-total {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center; }
  @media (min-width: 1025px) {
    .cart-item-price,
    .cart-item-quantity,
    .cart-item-total {
      display: table-cell; } }

.cart-item-quantity .form-increment {
  margin: 0;
  padding-left: 1.5rem; }
  @media (min-width: 481px) {
    .cart-item-quantity .form-increment {
      padding-left: 0; } }
  @media (min-width: 1025px) {
    .cart-item-quantity .form-increment {
      display: flex;
      justify-content: center; } }

.cart-item-quantity .form-input--incrementTotal {
  margin-left: 0;
  margin-right: 0;
  width: 2.5rem !important; }

.cart-remove {
  position: absolute;
  right: 0; }
  @media (min-width: 1025px) {
    .cart-remove {
      position: static; } }

/* ==========================================================
 * ## Section: Totals
 * ========================================================== */
.cart__totals {
  max-width: 500px;
  margin: 0 auto;
  background-color: #f0f0f0; }
  @media (min-width: 1281px) {
    .cart__totals {
      width: 30% !important;
      min-width: 390px; } }

.cart__totals-wrapper {
  position: sticky;
  top: 2rem;
  padding: 1rem;
  border: 1px solid #e5e5e5; }

.cart__totals-container .cart-total-label,
.cart__totals-container .cart-total-value {
  color: #333; }

.cart__totals-header {
  border-bottom: 1px solid #e5e5e5; }

.cart__totals-header,
.cart-total {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem; }
  .cart__totals-header::after, .cart__totals-header::before,
  .cart-total::after,
  .cart-total::before {
    content: none; }

.cart__totals-heading,
.cart__totals-action-container {
  margin: 0;
  padding: 0 0 1rem 0; }

.cart__totals-action-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right; }

.cart__totals-action--cs {
  font-weight: 300;
  text-transform: uppercase; }
  .cart__totals-action--cs:hover, .cart__totals-action--cs:focus {
    text-decoration: none; }

.cart-totals ul,
.cart-totals ol {
  margin-left: 0; }

.cart-total + .cart-total {
  border-top: 1px solid #e5e5e5; }

.cart-total-label {
  color: #ffffff;
  text-transform: none;
  text-align: left; }

.cart-total-value {
  text-align: right; }

.cart-total-label,
.cart-total-value {
  padding: 1.25rem 0;
  width: 100%; }
  .cart-total-label span,
  .cart-total-value span {
    font-weight: 300; }
  .cart-total-label.cart-total-label-grandTotal .h3,
  .cart-total-label.cart-total-grandTotal .h3,
  .cart-total-value.cart-total-label-grandTotal .h3,
  .cart-total-value.cart-total-grandTotal .h3 {
    font-weight: 400; }

.cart__totals-action,
.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-value,
.gift-certificate-add,
.gift-certificate-cancel {
  font-weight: 300;
  color: #222222;
  text-decoration: none; }

.shipping-estimate-show {
  color: #b8000d; }
  .shipping-estimate-show :hover {
    color: #dc0000; }

.shipping-estimator,
.cart-form.coupon-code,
.cart-form.gift-certificate-code {
  grid-column-start: 1;
  grid-column-end: 3; }

.estimator-form-label .form-label {
  font-weight: 300; }

.coupon-form,
.cart-gift-certificate-form {
  display: flex; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 100%;
    height: 2.25rem; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    width: auto; }

.cart-total-grandTotal {
  top: auto; }

.cart-total-label-grandTotal,
.cart-total-grandTotal {
  font-size: 1.5rem; }

.cart__actions .button {
  width: 100%;
  margin-bottom: 0; }

/* ==========================================================
 * ## Floating button
 * ========================================================== */
.floating-checkout-button {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  padding: 1rem;
  z-index: 50; }
  @media (min-width: 1025px) {
    .floating-checkout-button {
      display: none; } }

.floating-checkout-button .button {
  font-weight: 700;
  width: 100%;
  margin: 0; }

/* ==========================================================
 * ## IE 11 support
 * ========================================================== */
@media all and (-ms-high-contrast: none) {
  .cart-total {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cart-total .cart-total-label,
    .cart-total .cart-total-value {
      width: auto;
      display: inline-block; }
    .cart-total .shipping-estimator.is-open,
    .cart-total .cart-form.coupon-code,
    .cart-total .cart-form.gift-certificate-code {
      width: 100%; }
  .cart__totals-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

/* ==========================================================
 * ## I don't think you need any of this but do need to style the cart items.
 * ========================================================== */
/* ==========================================================
 * ## Needed
 * ========================================================== */
.slide-cart-container {
  display: none; }

.mm-ocd .slide-cart-container {
  display: block; }

#slideCart .loadingOverlay::before {
  transform: inherit; }

.brand-carousel-slide {
  margin: 1rem; }

.modal--popupLoginWindow {
  margin: 0; }

.modal--popupLoginWindow .alertBox {
  display: none; }

.modal--popupLoginWindow .forgot-password {
  display: block;
  margin-top: 12px !important; }

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px; }

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s; }

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.mm-ocd__content {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0); }

.mm-ocd--left .mm-ocd__backdrop {
  right: 0; }

.mm-ocd--right .mm-ocd__backdrop {
  left: 0; }

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px; }

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default; }

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height); }

.mm-spn > ul {
  left: 0; }

.mm-spn ul.mm-spn--open {
  left: 0; }

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden; }

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer; }

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4; }

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15; }

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent); }

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none; }

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height)); }

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15; }

.mm-spn span {
  background: 0 0; }

.mm-spn.mm-spn--navbar {
  cursor: pointer; }

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4; }

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default; }

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none; }

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent); }

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px); }

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15; }

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3; }

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333; }

.mm-spn.mm-spn--vertical {
  overflow-y: auto; }

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static; }

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent); }

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2); }

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block; }

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0); }

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none; }

/* ==========================================================
 * ## Default
    - To add another theme just pass in the name you want to use with the component.
    - {{> components/custom/contact-cta theme="theme-name" show_heading=true}}
    - [data-contact-cta-theme="theme-name"]
    - then you can follow the structure found in the other themes
 * ========================================================== */
.contact-cta {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 1025px) {
    .contact-cta {
      padding: 3rem 6rem; } }

.contact-cta.contact-cta--has-heading {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 1025px) {
    .contact-cta.contact-cta--has-heading {
      padding: 2rem 6rem 3rem; } }

.contact-cta-heading {
  display: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2rem; }
  @media (min-width: 769px) {
    .contact-cta-heading {
      display: block; } }

.contact-cta__container {
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 1rem; }
  @media (min-width: 769px) {
    .contact-cta__container {
      flex-flow: row wrap;
      gap: 1.5rem; } }

.contact-card {
  position: relative;
  text-align: center;
  flex: 1; }
  .contact-card a.contact-card__link {
    display: block;
    padding: 1rem;
    color: inherit;
    text-decoration: inherit;
    border: 1px solid #d3d3d3;
    transition: all linear 0.15s;
    background-color: #ffffff; }
    .contact-card a.contact-card__link:hover, .contact-card a.contact-card__link:focus {
      color: #ffffff;
      border-color: #b8000d;
      background-color: #b8000d; }

.contact-card__heading,
.contact-card__text {
  margin: 0;
  color: inherit; }

/* ==========================================================
 * ## Homepage Theme
 * ========================================================== */
[data-contact-cta-theme="home"] .contact-cta-heading {
  color: #ffffff; }

[data-contact-cta-theme="home"] .contact-card a.contact-card__link {
  background-color: rgba(220, 0, 0, 0.6); }
  [data-contact-cta-theme="home"] .contact-card a.contact-card__link:hover, [data-contact-cta-theme="home"] .contact-card a.contact-card__link:focus {
    border-color: #ffffff;
    background-color: #dc0000; }

[data-contact-cta-theme="home"] .contact-card__heading,
[data-contact-cta-theme="home"] .contact-card__text {
  color: #ffffff; }

/* ==========================================================
 * ## Footer Theme
 * ========================================================== */
@media (min-width: 1025px) {
  .home-blog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto; } }

.home-blog__link {
  justify-self: end;
  margin: 0 auto;
  grid-column-start: 2;
  grid-column-end: 2; }

.home-blog .blog {
  border-top: none; }

.category-cta {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.category-cta__container {
  display: grid;
  padding: 2rem 0;
  gap: 1rem; }
  @media (min-width: 769px) {
    .category-cta__container {
      gap: 2.5rem 1rem;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1025px) {
    .category-cta__container {
      gap: 3.5rem 1.5rem; } }

.category-cta-heading {
  text-align: center;
  margin: 0; }

.category-card {
  position: relative; }
  .category-card:hover img {
    transform: scale(1.05); }

.category-card__figure {
  margin: 0;
  border-radius: 9px;
  overflow: hidden; }
  .category-card__figure img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all linear 0.15s; }
    @media (min-width: 769px) {
      .category-card__figure img {
        height: auto;
        object-fit: cover;
        max-height: 420px; } }
    @media (max-width: 768px) {
      .category-card__figure img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover; } }

.category-card__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }
  .category-card__content .category-card__heading,
  .category-card__content .category-card__text {
    color: #ffffff; }
  @media (min-width: 769px) {
    .category-card__content {
      justify-content: end;
      height: auto;
      bottom: -23px;
      gap: 60px; } }

.category-card__content-container {
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .category-card__content-container {
      justify-content: center; } }
  @media (min-width: 769px) {
    .category-card__content-container {
      display: block;
      height: auto;
      max-width: 35rem; } }

.category-card__text {
  margin: 0; }

.category-card__content .category-card__button {
  position: static;
  width: 100%;
  margin-bottom: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  .category-card__content .category-card__button::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""; }
  @media (min-width: 1025px) {
    .category-card__content .category-card__button {
      width: 75%;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; } }
  @media (min-width: 1281px) {
    .category-card__content .category-card__button {
      max-width: 450px; } }

.home-bottom-callout__container {
  display: grid;
  gap: 1.5rem; }
  @media (min-width: 769px) {
    .home-bottom-callout__container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1025px) {
    .home-bottom-callout__container {
      grid-template-columns: repeat(3, 1fr); } }

.home-bottom-card {
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px; }

.home-bottom-card__heading {
  margin: 0 0 1rem; }

.home-bottom-card__list {
  text-align: left; }

/* ==========================================================
 * ## GiveAway
 * ========================================================== */
.home-bottom-card.home-bottom-card--giveaway {
  background-color: #e3e3e3; }
  .home-bottom-card.home-bottom-card--giveaway .home-bottom-card__text-month {
    text-transform: uppercase; }
  .home-bottom-card.home-bottom-card--giveaway .home-bottom-card__item-content {
    display: flex;
    flex-flow: row wrap;
    background-color: #f2f2f2;
    padding: 1rem 0.5rem 0.5rem;
    border-radius: 3px; }
  .home-bottom-card.home-bottom-card--giveaway .home-bottom-card__item-heading {
    width: 100%;
    margin: 0; }
  .home-bottom-card.home-bottom-card--giveaway .home-bottom-card__item-wrapper {
    display: flex;
    flex: 1; }
  .home-bottom-card.home-bottom-card--giveaway .home-bottom-card__item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1; }
    .home-bottom-card.home-bottom-card--giveaway .home-bottom-card__item-text p {
      margin-top: 0.5rem;
      margin-bottom: 0; }
      .home-bottom-card.home-bottom-card--giveaway .home-bottom-card__item-text p span {
        text-transform: uppercase; }
  .home-bottom-card.home-bottom-card--giveaway .home-bottom-card__link {
    display: inline-block;
    margin-top: 1rem; }

/* ==========================================================
 * ## VIP Club
 * ========================================================== */
.home-bottom-card.home-bottom-card--vip {
  color: #ffffff; }
  .home-bottom-card.home-bottom-card--vip .home-bottom-card__heading {
    color: #ffffff; }
  .home-bottom-card.home-bottom-card--vip .home-bottom-card__list {
    margin: 0 auto;
    max-width: 450px;
    padding: 0 2rem;
    list-style-image: url("../img/white-check.png");
    color: #ffffff; }
    @media (min-width: 1281px) {
      .home-bottom-card.home-bottom-card--vip .home-bottom-card__list {
        padding: 0 20%; } }
    .home-bottom-card.home-bottom-card--vip .home-bottom-card__list li {
      color: #ffffff; }
  .home-bottom-card.home-bottom-card--vip .home-bottom-card__newsletter .footer-info-heading,
  .home-bottom-card.home-bottom-card--vip .home-bottom-card__newsletter .footer-info-text {
    display: none; }
  .home-bottom-card.home-bottom-card--vip .home-bottom-card__newsletter .form-field {
    margin: 0; }
  .home-bottom-card.home-bottom-card--vip .home-bottom-card__newsletter .form-prefixPostfix {
    flex-wrap: nowrap; }
  .home-bottom-card.home-bottom-card--vip .home-bottom-card__newsletter .form-prefixPostfix .form-input {
    flex: auto; }
  @media (min-width: 481px) {
    .home-bottom-card.home-bottom-card--vip .home-bottom-card__newsletter .form-prefixPostfix .button {
      flex: 1; } }
  .home-bottom-card.home-bottom-card--vip .home-bottom-card__newsletter .button.button--primary {
    background-color: #000000;
    border-color: #000000;
    border-width: 2px;
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .home-bottom-card.home-bottom-card--vip .home-bottom-card__newsletter .button.button--primary:hover, .home-bottom-card.home-bottom-card--vip .home-bottom-card__newsletter .button.button--primary:focus {
      background-color: #b8000d; }
  .home-bottom-card.home-bottom-card--vip .home-bottom-card__link {
    color: #ffffff;
    text-transform: uppercase; }

/* ==========================================================
 * ## blog
 * ========================================================== */
.home-bottom-card.home-bottom-card--blog {
  padding: 0;
  position: relative; }
  @media (min-width: 769px) {
    .home-bottom-card.home-bottom-card--blog {
      grid-column-start: 1;
      grid-column-end: 3; } }
  @media (min-width: 1025px) {
    .home-bottom-card.home-bottom-card--blog {
      grid-column-start: auto;
      grid-column-end: auto; } }
  .home-bottom-card.home-bottom-card--blog:hover .home-bottom-card__image {
    transform: scale(1.05); }
  .home-bottom-card.home-bottom-card--blog .home-bottom-card__heading {
    position: absolute;
    width: 100%;
    color: white;
    margin-top: 1rem;
    z-index: 1; }
  .home-bottom-card.home-bottom-card--blog .home-bottom-card__image {
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    height: 380px;
    transition: all linear 0.15s; }
    @media (min-width: 1025px) {
      .home-bottom-card.home-bottom-card--blog .home-bottom-card__image {
        height: 100%;
        max-height: none; } }
  .home-bottom-card.home-bottom-card--blog .home-bottom-card__icon-wrapper {
    padding: 0.5rem 1rem;
    text-align: right; }
  .home-bottom-card.home-bottom-card--blog .home-bottom-card__content {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .home-bottom-card.home-bottom-card--blog .home-bottom-card__content .icon--youtube {
      position: relative;
      height: 3.25rem;
      width: 3.25rem; }
      .home-bottom-card.home-bottom-card--blog .home-bottom-card__content .icon--youtube svg {
        fill: #b8000d; }
      .home-bottom-card.home-bottom-card--blog .home-bottom-card__content .icon--youtube::after {
        content: '';
        position: absolute;
        top: 48%;
        left: 53%;
        transform: translate(-51%, -50%);
        border-color: transparent transparent transparent #ffffff;
        border-style: solid;
        border-width: 9px 0 9px 15px; }
  .home-bottom-card.home-bottom-card--blog .home-bottom-card__text {
    padding: 1rem;
    width: 100%;
    background-color: #222222;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
    .home-bottom-card.home-bottom-card--blog .home-bottom-card__text h2,
    .home-bottom-card.home-bottom-card--blog .home-bottom-card__text p,
    .home-bottom-card.home-bottom-card--blog .home-bottom-card__text a {
      color: #ffffff; }
    .home-bottom-card.home-bottom-card--blog .home-bottom-card__text .home-bottom-card__text-heading {
      margin: 0; }
    .home-bottom-card.home-bottom-card--blog .home-bottom-card__text .home-bottom-card__text-desc {
      font-weight: 300; }
    .home-bottom-card.home-bottom-card--blog .home-bottom-card__text .home-bottom-card__text-link {
      text-transform: uppercase; }

.testimonialCarousel {
  margin: 3rem 0 0; }
  .testimonialCarousel .slick-slide {
    padding-top: 1rem; }
  .testimonialCarousel .icon--qoute {
    position: relative;
    flex-shrink: 0;
    height: 2.25rem;
    width: 2.25rem;
    fill: #d3d3d3;
    margin-right: 0.5rem; }
    @media (max-width: 768px) {
      .testimonialCarousel .icon--qoute {
        height: 1.2rem;
        width: 1.2rem; } }
    .testimonialCarousel .icon--qoute svg {
      position: absolute;
      left: 0;
      top: -15px; }
  .testimonialCarousel [data-testimonial-slide] blockqoute {
    position: relative;
    display: block;
    max-width: 850px;
    margin: 0 auto; }
    @media (min-width: 769px) {
      .testimonialCarousel [data-testimonial-slide] blockqoute {
        padding: 1rem; } }
  .testimonialCarousel [data-testimonial-slide] blockqoute p {
    position: relative;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 300;
    text-transform: none;
    margin: 0; }
    @media (max-width: 768px) {
      .testimonialCarousel [data-testimonial-slide] blockqoute p {
        font-size: 1.2rem;
        line-height: 1.3; } }
  .testimonialCarousel [data-testimonial-slide] blockqoute cite {
    color: #222222;
    display: block;
    margin-top: 5px;
    text-align: right;
    font-style: normal;
    font-weight: 400; }
    .testimonialCarousel [data-testimonial-slide] blockqoute cite a {
      color: #b8000d; }
  .testimonialCarousel [data-testimonial-slide] blockqoute cite:before {
    content: "\2014 \2009"; }

/* ---- .grid-item ---- */
@keyframes "lds-ellipsis1" {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes "lds-ellipsis3" {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes "lds-ellipsis2" {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

/***************************************************************************/
@keyframes "lds-ring" {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media only screen and (max-width: 1024px) {
  .product {
    float: none;
    width: 33%;
    min-width: auto;
    height: 530px;
    padding-bottom: 20px;
    padding-right: 20px;
    overflow: visible; }
  #isotope-container {
    margin: auto; }
  .lds-block {
    width: 100%; } }

@media only screen and (max-width: 1024px) and (min-width: 724px) {
  .page--category .header-1 .header-1__mid .navUser .navUser-section {
    padding-right: 0; }
  .page--category .container {
    max-width: 100%;
    padding: 0 5rem; }
    .page--category .container.header-1__top {
      padding: 0 1rem; }
  .page--category .container.main_container .container {
    padding: 0rem; } }

#product-block {
  width: 100%; }

.gridProd {
  max-width: 1500px;
  min-width: 288px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .gridProd {
      margin-top: 10px; } }
  @media screen and (min-width: 1025px) and (max-width: 1439px) {
    .gridProd {
      margin-left: 0; } }
  .gridProd:after {
    content: "";
    display: block;
    clear: both;
    margin-top: 10px; }

.product {
  width: 29.7%;
  max-width: 390px;
  height: 450px;
  padding-bottom: 20px;
  margin-left: 20px;
  overflow: unset; }
  .product img {
    max-height: 210px; }
    @media screen and (min-width: 640px) and (max-width: 769px) {
      .product img {
        max-height: 200px; } }

.flex-div-section {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem; }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .flex-div-section {
      gap: 0; } }

.filter--section_mobile {
  display: none; }

.button.button--small.out-of-stock {
  height: 2.875rem;
  margin: 0;
  padding: 1rem;
  width: 100%;
  background-color: #666;
  color: white; }
  .button.button--small.out-of-stock:hover {
    background-color: #333; }

.sort--button {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background-color: #f9f9f9;
  border-radius: 2px;
  margin-left: 20px;
  margin-bottom: 25px;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  outline-color: transparent;
  outline-style: solid;
  box-shadow: 0 0 0 0.5px #b8000d; }

.close--button {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  background-color: #c60b2e;
  color: #faebd7;
  width: -webkit-fill-available;
  padding: 5px; }

div.filter-option {
  display: flex;
  align-items: center; }

.filter-option {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: inherit; }

.form-select--small {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  color: black; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto; }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #cacaca;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .lds-ellipsis div:nth-child(1) {
      left: 8px;
      animation: lds-ellipsis1 0.6s infinite; }
    .lds-ellipsis div:nth-child(2) {
      left: 8px;
      animation: lds-ellipsis2 0.6s infinite; }
    .lds-ellipsis div:nth-child(3) {
      left: 32px;
      animation: lds-ellipsis2 0.6s infinite; }
    .lds-ellipsis div:nth-child(4) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite; }

.lds-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px; }

.lds-ring {
  display: inline-block;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 80px;
  height: 80px; }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #3498db;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3498db transparent transparent transparent; }
    .lds-ring div:nth-child(1) {
      animation-delay: -0.45s; }
    .lds-ring div:nth-child(2) {
      animation-delay: -0.3s; }
    .lds-ring div:nth-child(3) {
      animation-delay: -0.15s; }

@media only screen and (max-width: 860px) and (min-width: 600px) {
  .product {
    float: none;
    width: 45%;
    min-width: auto;
    height: 560px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-right: 0;
    margin-left: 0;
    overflow: visible; }
  #product-block {
    margin-right: -10px; } }

@media only screen and (max-width: 600px) {
  .page--category .container {
    max-width: 100%; }
    .page--category .container.categoryGrid {
      padding: 1rem;
      padding-bottom: 0rem; }
    .page--category .container#product-listing-container {
      padding: 0; }
  .gridProd {
    padding: 0;
    margin: 0;
    overflow: hidden; }
  #product-block {
    margin: 0 1rem 0 1rem; }
  .product {
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: auto;
    width: 100%;
    min-height: auto;
    height: auto !important;
    max-width: 330px; }
  figure.card-figure {
    overflow: visible; }
  #product-filter-container {
    padding: 0 1rem; }
  .lds-block {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px; }
  .lds-ring {
    display: inline-block;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 30px;
    height: 30px; }
    .lds-ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
      border: 8px solid #3498db;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #3498db transparent transparent transparent; } }

@media only screen and (min-width: 1025px) {
  .filter--section {
    display: block; }
  #product-filter-container {
    display: none; } }

@media (max-width: 767px) {
  .body {
    margin-top: 0.5rem; }
  .category-heading__container {
    margin-top: 0.3rem;
    padding-bottom: 1rem; } }

@media only screen and (max-width: 1024px) and (min-width: 861px) {
  #product-filter-container {
    margin: auto; }
  .actionBar-section .filter-mobile-wrapper .filter-wrapper {
    width: 100%;
    border: 1px solid #666666;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center; }
    .actionBar-section .filter-mobile-wrapper .filter-wrapper .form-select {
      width: 50%; }
  .product {
    width: 30%;
    max-width: 390px;
    height: 560px;
    padding-bottom: 20px;
    padding-right: 0;
    margin-left: 20px;
    overflow: unset; } }

.filter-wrapper {
  background-color: #f4f4f4; }

.filter-skeleton-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.filter-skeleton-post {
  width: 220px;
  margin-bottom: 4px; }
  .filter-skeleton-post .filter-skeleton-sort {
    float: left;
    width: 140px;
    height: 42px;
    background-color: #ccc;
    border-radius: 10%;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-sort 1.6s infinite linear; }
  .filter-skeleton-post .filter-skeleton-line {
    float: left;
    width: 140px;
    height: 12px;
    margin-top: 12px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear; }
  .filter-skeleton-post .filter-skeleton-avatar + .filter-skeleton-line {
    margin-top: 11px;
    width: 100px; }
  .filter-skeleton-post .filter-skeleton-line ~ .filter-skeleton-line {
    background-color: #ddd; }

@keyframes shine-lines {
  0% {
    background-position: -100px; }
  40%,
  100% {
    background-position: 140px; } }

@keyframes shine-sort {
  0% {
    background-position: -32px; }
  40%,
  100% {
    background-position: 208px; } }

.filter--show_button {
  display: flex;
  background: rgba(0, 0, 0, 0);
  border: none;
  align-items: center;
  padding: 16px;
  padding-left: 0px;
  font-size: 16px;
  cursor: pointer; }
  .filter--show_button:hover {
    color: #0046be; }
  .filter--show_button .tag-name {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 1.26rem;
    text-align: start;
    font-weight: 300;
    text-transform: uppercase; }

.tag--block {
  display: flex;
  align-items: flex-start;
  padding: 0px 16px 6px 0px;
  color: #626262;
  cursor: pointer; }
  .tag--block .tag_input--block {
    padding-right: 6px;
    flex-grow: 0.05; }
  .tag--block .tag_title--block {
    flex-grow: 0.95;
    width: 220px; }
    .tag--block .tag_title--block .product--name {
      color: #666666;
      font-size: 1rem;
      font-weight: 300;
      color: #666666; }

.filter_element--block {
  display: grid;
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s; }
  .filter_element--block.show {
    display: grid; }

.tag-arrow {
  fill: #55555a;
  width: 24px; }
  .tag-arrow:hover {
    fill: #0046be; }

.tag-arrow.up {
  transform: scaleX(-1); }

.filter-list {
  list-style: none;
  font-size: 14px;
  color: white;
  padding: 4px 12px 4px 12px;
  background-color: #b20000;
  border-radius: 24px;
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .filter-list div {
    padding-left: 5px;
    display: flex;
    color: white; }
  .filter-list:hover {
    background-color: #dc0000; }

.filter-list.clear-all {
  background: white;
  color: #b20000;
  border-color: white;
  padding-left: 0px; }
  .filter-list.clear-all div {
    padding-left: 0px;
    display: flex;
    color: #b20000; }

.mobile-filter-button {
  cursor: pointer;
  background: black;
  color: #fff;
  width: 180px;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  margin: 0 auto; }

.filter-list_container[mobile] {
  display: none; }

.filter-list_container[pc] {
  display: none;
  /* margin-left: 40px; */
  position: relative;
  left: 5%; }

.tag_input--block input[type="checkbox"] {
  accent-color: #b20000;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .tag_input--block input[type="checkbox"]:hover {
    accent-color: #dc0000; }

.tag_input--block input[type="checkbox"]:active, .tag_input--block input.nice-select.open[type="checkbox"] {
  outline: none; }

@media only screen and (max-width: 1024px) {
  .actionBar.filter--section[mobile] {
    display: block; }
  .filter-list_container[mobile] {
    display: flex;
    /*padding-left: 5%;
    padding-right: 5%;*/ } }
  @media only screen and (max-width: 1024px) and (max-width: 860px) and (min-width: 600px) {
    .filter-list_container[mobile] {
      /*padding: 0 5rem;*/ } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) and (min-width: 860px) {
    .filter-list_container[mobile] {
      /*padding: 0 6rem;*/ } }

@media only screen and (max-width: 1024px) {
  .filter-list_container[pc] {
    display: none; }
  .filter--section {
    display: none; }
  #product-filter-container {
    display: block; }
  .actionBar.filter--section_mobile {
    width: 275px;
    margin-bottom: 0;
    margin-top: 0; } }

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  max-height: 100%;
  right: 0;
  bottom: 0%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden; }
  @media screen and (max-width: 1025px) {
    .custom-model-main {
      bottom: 0%;
      top: 40px; } }
  @media (max-width: 480px) {
    .custom-model-main {
      bottom: 0%; } }

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden; }
  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999; }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99; }

.custom-model-inner {
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 100vw;
  max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .custom-model-inner {
      width: 99vw; } }
  @media (max-width: 480px) {
    .custom-model-inner {
      width: 100vw; } }

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh);
  overflow-y: auto; }
  @media screen and (min-width: 501px) and (max-width: 1024px) {
    .custom-model-wrap {
      height: 99vh; } }
  @media screen and (max-width: 500px) {
    .custom-model-wrap {
      height: 95vh; } }

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear; }

.close-btn {
  position: absolute;
  right: 25px;
  top: 7px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff; }

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%; } }

@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 20px; } }

@media screen and (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none; } }

.filter-mobile-wrapper .form-label {
  text-align: end; }

@media only screen and (max-width: 390px) {
  .filter-mobile-wrapper #all-sort-select {
    font-size: 0.9rem; }
  .filter-mobile-wrapper .form-label {
    font-size: 0.9rem !important;
    text-align: start; } }

.filter-list_container {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: right !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 10px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    width: 167px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 10px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 109;
    margin-left: 0; }
    @media screen and (min-width: 1025px) and (max-width: 1439px) {
      .nice-select .list {
        left: -31; } }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 350;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 20px;
    text-align: right;
    transition: all 0.2s;
    font-size: 1.0625rem; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

@media screen and (max-width: 480px) {
  .nice-select {
    font-size: 0.9rem; }
    .nice-select span {
      overflow: hidden;
      font-size: 0.9rem;
      padding-right: 10px; }
    .nice-select .list {
      width: 150px;
      right: -15px;
      left: unset; }
    .nice-select .option {
      font-size: 0.9rem; }
    .nice-select:after {
      height: 8px;
      width: 8px;
      right: 0px;
      top: 53%; } }

/* ==========================================================
 * ## Header
 * ========================================================== */
@media (min-width: 1025px) {
  .navPages-action--toplevel + .navPage-subMenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 30%;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: all 0.15s ease-in; }
  .navPages-item:hover .navPages-action--toplevel.has-subMenu + .navPage-subMenu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    transition: all 0.15s ease-in; } }

/* ==========================================================
 * ## Slick Slider
 * ========================================================== */
.productCarousel {
  margin: 0; }

.slick-prev {
  left: -15px; }

.slick-next {
  right: -15px; }

.slick-next,
.slick-prev {
  margin-top: 0; }

/* ==========================================================
 * ## Category Compare
 * ========================================================== */
.category__compare-link {
  display: none;
  padding: 1rem;
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  background: #b8000d;
  width: auto; }
  .category__compare-link.show {
    display: block; }

/* ==========================================================
 * ## Category Toggle List/Grid View
 * ========================================================== */
.category__view-toggle {
  display: flex;
  justify-content: flex-end; }

.category__toggle-view {
  padding: 0.5rem; }

.category__toggle-view:first-of-type {
  margin-right: 0.5rem; }

.active-category-view {
  background: #b8000d; }
  .active-category-view svg {
    fill: #d4ff51; }

/* ==========================================================
 * ## Login
 * ========================================================== */
.login-form,
.new-customer {
  padding: 0; }

@media (min-width: 1025px) {
  .login-form {
    padding-right: 0.75rem; } }

@media (min-width: 1025px) {
  .new-customer {
    padding-left: 0.75rem; } }

.login-form .form-actions {
  display: flex;
  align-items: center;
  justify-content: center; }

.new-customer .panel-body a {
  margin: 0 auto; }

.new-customer-fact-list {
  margin: 1.5rem;
  margin-right: 0; }

/* ==========================================================
 * ## Header
 * ========================================================== */
.header-logo__link {
  z-index: auto; }

/* ==========================================================
 * ## Category Page
 * ========================================================== */
.loadingOverlay--product-listing {
  text-align: center; }
  .loadingOverlay--product-listing::before {
    top: 10%; }

/* ==========================================================
 * ## Inputs
 * ========================================================== */
.form-input--incrementTotal {
  font-size: 1rem;
  color: #222222;
  height: 2.75rem;
  width: 3.125rem;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-color: #dedede; }

.form-increment {
  font-size: 0; }
  .form-increment .button {
    height: 2.75rem;
    border-color: #dedede; }
    .form-increment .button svg {
      fill: #000000; }

/* ==========================================================
 * ## SweetAlert
 * ========================================================== */
.swal2-actions .button {
  margin: 0.5rem; }

/* ==========================================================
 * ## Search Results
 * ========================================================== */
.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .search-results-close {
    display: none; }
    @media (min-width: 1025px) {
      .quickSearchResults .search-results-close {
        display: block; } }

.search-results-close {
  height: 2rem;
  width: 2rem;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1025px) {
    .search-results-close {
      font-size: 32px; } }
  .search-results-close:hover {
    color: #757575; }
  .search-results-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .search-results-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .search-results-close::before, .search-results-close::after {
    display: none; }
  .search-results-close:focus::before, .search-results-close:focus::after {
    display: block; }
  .search-results-close::before, .search-results-close::after {
    right: auto;
    left: 0; }

/* ==========================================================
 * ## Paginator Dropdown
 * ========================================================== */
.pagination--dropdown .pagination-list {
  display: flex; }
  .pagination--dropdown .pagination-list .pagination-item {
    flex: 0.5;
    margin: 0; }
  .pagination--dropdown .pagination-list .pagination-item--next {
    text-align: right; }
  .pagination--dropdown .pagination-list .pagination-item--dropdown {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagination--dropdown .pagination-list .pagination-item__dropdown {
    max-width: 50px;
    margin: 0 0.5rem;
    cursor: pointer; }
  .pagination--dropdown .pagination-list .pagination-item--previous {
    text-align: left; }
  .pagination--dropdown .pagination-list .pagination-item--next,
  .pagination--dropdown .pagination-list .pagination-item--dropdown,
  .pagination--dropdown .pagination-list .pagination-item--previous {
    cursor: default; }
  .pagination--dropdown .pagination-list .pagination-link {
    display: inline-block; }

/* ==========================================================
 * ## Card Add to Cart
 * ========================================================== */
.card-atc--added .card-atc__button {
  background-color: #28a745;
  border-color: #28a745; }

.card-atc .card-atc__button {
  margin: 0;
  width: 100%; }
  @media (max-width: 768px) {
    .card-atc .card-atc__button {
      font-size: 1rem; } }

.card-action-wrapper .button.button--primary {
  margin-bottom: 0; }

.card-atc-increment {
  display: flex;
  flex-flow: row;
  margin-bottom: 0.625rem; }
  .card-atc-increment .button {
    margin: 0;
    flex: 1;
    padding: 0.625rem 0.3125rem; }
  .card-atc-increment .button + .card-atc__input--total {
    margin: 0 0.625rem; }

.card-atc__input--total {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  min-height: 2.5rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem;
  flex: 2; }

/* ==========================================================
 * ## Custom
 * ========================================================== */
.page--wishlist .productGrid, .page--account .productGrid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 -0.75rem; }
  @media (min-width: 481px) {
    .page--wishlist .productGrid, .page--account .productGrid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 769px) {
    .page--wishlist .productGrid, .page--account .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1025px) {
    .page--wishlist .productGrid, .page--account .productGrid {
      grid-template-columns: repeat(4, 1fr); } }
  .page--wishlist .productGrid::before, .page--wishlist .productGrid::after, .page--account .productGrid::before, .page--account .productGrid::after {
    display: none; }

.form-row {
  display: flex;
  flex-wrap: wrap; }
  .form-row > .form-field {
    clear: none;
    float: none; }
    .form-row > .form-field[data-type] {
      order: 2; }

.form-row:before, .form-row::after {
  display: none; }

.page {
  margin: 0 auto; }

.page--blog .body > .container {
  padding-left: 6rem;
  padding-right: 6rem; }
  @media screen and (max-width: 467px) {
    .page--blog .body > .container {
      padding-left: 1rem;
      padding-right: 1rem; } }

.page--blog-custom {
  display: grid;
  grid-template-columns: auto;
  gap: 1.5rem;
  justify-items: center;
  justify-content: center; }
  @media screen and (max-width: 467px) {
    .page--blog-custom {
      gap: 0.3rem; } }
  .page--blog-custom .blog-sidebar {
    display: block; }
  .page--blog-custom .blog-post {
    width: 100%; }
  @media (min-width: 1025px) {
    .page--blog-custom {
      grid-template-areas: "top top" "left right";
      grid-template-columns: 1fr; }
      .page--blog-custom .blog-top {
        float: none;
        width: auto;
        grid-area: top; }
      .page--blog-custom .blog-sidebar {
        float: none;
        padding: 0;
        width: auto;
        grid-area: right;
        display: block; }
      .page--blog-custom .blog-posts {
        float: none;
        width: 100%;
        grid-area: left;
        min-width: 37.5rem; } }

.page--blog-post-custom .blog-post {
  float: none;
  width: auto; }

.blog-description {
  text-align: center;
  padding: 0 2.3rem 0;
  margin-bottom: 0; }

@media (min-width: 1281px) {
  .blog-post__card {
    flex-direction: row; } }

.blog-post__card-body {
  padding: 0 2rem;
  height: 100%;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .blog-post__card-body {
      justify-content: center; } }
  .blog-post__card-body .blog-post__card-summary {
    padding: 0 0 1rem; }

.blog-post__card-summary {
  display: none;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #222222; }
  @media (min-width: 1281px) {
    .blog-post__card-summary {
      display: block; } }

.blog-post__card-header {
  padding: 1rem 0; }

.blog-post__card-title {
  margin: 0; }
  .blog-post__card-title a {
    display: inherit;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em; }
    .blog-post__card-title a:hover {
      text-decoration: none; }
    @media (min-width: 1281px) {
      .blog-post__card-title a {
        line-height: 1.4;
        font-size: 1.4375rem; } }

.blog-post__card-tags {
  margin-left: 0;
  margin-bottom: 1rem;
  margin-top: 1rem; }

.blog-posts__container {
  border: none;
  padding: 0 0 2rem;
  justify-content: center; }

.blog-post__card-container {
  min-width: 18.75rem; }

.blog-post__card {
  width: auto;
  margin: 0; }
  @media (min-width: 1281px) {
    .blog-post__card {
      max-width: 100%;
      width: 100%; }
      .blog-post__card img {
        max-width: 100%; }
      .blog-post__card:first-of-type {
        flex-direction: column; }
        .blog-post__card:first-of-type img {
          aspect-ratio: auto;
          min-height: 20.375rem; } }

.blog-post__card-thumbnail img {
  min-height: 11.64625rem;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 53/30; }

.blog-post__card-tags a {
  font-size: calc(9px + (16 - 12) * ((100vw - 769px) / (1441 - 769)));
  border-radius: 4px; }
  .blog-post__card-tags a:hover {
    color: white; }

@media only screen and (max-width: 600px) {
  .blog-post__card-tags a.button--primary {
    font-size: 0.6rem;
    display: table-cell;
    padding-top: 3px;
    padding-bottom: 3px; }
  .blog-post__card-tags li.tag {
    margin: 0 0.25rem 0 0; } }

.tag {
  background-color: #b8000d;
  border-radius: 4px;
  margin: 0 0.25rem 0.25rem 0; }
  .tag a {
    text-transform: capitalize;
    color: #ffffff;
    padding: 0 0.5rem;
    text-decoration: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300; }

.blog-sidebar {
  margin-bottom: 2rem;
  max-width: 26.375rem;
  min-width: 21.6875rem;
  margin: auto; }
  @media (min-width: 1025px) {
    .blog-sidebar {
      margin: 0; } }

.blog-side__container {
  margin-bottom: 1.5rem; }

h3.blog-sidebar__header {
  background-color: #b8000d;
  font-weight: 400;
  color: #ffffff;
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem; }

.blog-sidebar__list-item {
  background-color: #f2f2f2;
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem; }
  .blog-sidebar__list-item a {
    font-family: "Oswald", Arial, Helvetica, sans-serif; }

.blog-sidebar__list {
  margin: 0;
  list-style: none; }

.blog-post__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 326px;
  height: 417px; }

.blog-post__header {
  flex: 2;
  padding: 0 2em; }

.page--blog-post-custom .breadcrumb > .breadcrumb-label,
.blog-post__title,
.blog-post__date {
  color: #f2f2f2;
  text-align: center;
  text-transform: uppercase; }

.blog-post__title {
  font-weight: 400;
  font-size: 1.4375rem; }
  @media (min-width: 769px) {
    .blog-post__title {
      font-size: 2.375rem; } }

.blog-post__image {
  background-color: linear-gradient(#222 75% 75%); }

.page--blog-post-custom .blog-post__image nav {
  flex: 1; }

.page--blog-post-custom .breadcrumbs .breadcrumb > .breadcrumb-label {
  font-weight: 400; }

.blog-post__date {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 180%;
  text-transform: capitalize; }

.pagination-list .icon svg {
  fill: #b8000d; }

.pagination--dropdown .pagination-list .pagination-item__dropdown {
  max-width: 85px;
  height: 3rem;
  text-align: center;
  border-radius: 4px; }

.blog-post__body.container {
  margin-top: 0.5rem;
  width: auto;
  margin-bottom: 3rem;
  max-width: 57.5rem; }
  @media screen and (max-width: 467px) {
    .blog-post__body.container {
      margin-bottom: 0rem; } }
  .blog-post__body.container.blog-post_breadcrumbs {
    margin: 0; }
  .blog-post__body.container .blog-post__content a {
    color: #b8000d; }
  @media (min-width: 769px) {
    .blog-post__body.container .blog-post__content h2 {
      font-size: calc(12px + (38 - 23) * ((100vw - 769px) / (1441 - 769)));
      font-weight: 400; } }
  .blog-post__body.container .blog-post__content h3,
  .blog-post__body.container .blog-post__content h4,
  .blog-post__body.container .blog-post__content h5 {
    font-weight: 400; }
  .blog-post__body.container .blog-post__content li {
    margin-bottom: 16px;
    font-weight: 300; }
  .blog-post__body.container .blog-post__content p {
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 1.5; }
  .blog-post__body.container .blog-post__content strong {
    font-weight: 400; }
  .blog-post__body.container .blog-post__content ul {
    margin-left: 2rem; }

.blog-post .breadcrumbs {
  margin-top: 1.5rem; }

.blog-post__image {
  margin-bottom: 0rem; }

/*.page--blog_post .breadcrumb:not(:first-child)::before {
  border-right: none;
  content: "\00BB";
  color: white;
  display: inline-block;
  height: 0.8em;
  margin: 0 0.25rem;
  transform: rotate(0deg);
}*/
.page--blog_post .body {
  /*margin-top: 0 !important;
  margin-bottom: 0;*/ }

.blog-sidebar .blog-sidebar__block {
  text-align: center;
  color: #ffffff;
  padding: 1.5rem; }
  .blog-sidebar .blog-sidebar__block .blog-sidebar__form {
    border: none; }
  .blog-sidebar .blog-sidebar__block .form-prefixPostfix {
    display: block; }
  .blog-sidebar .blog-sidebar__block .form-input {
    margin-bottom: 1.5rem;
    width: 100%; }
  .blog-sidebar .blog-sidebar__block .button {
    border: 0.1rem solid #ffffff;
    margin: auto;
    width: 240px;
    height: 60px;
    font-size: 1.5rem;
    font-family: "Oswald", Arial, Helvetica, sans-serif; }
  .blog-sidebar .blog-sidebar__block .blog-sidebar__header {
    border: none;
    display: block;
    color: #ffffff;
    padding: 0.5rem 0; }
    .blog-sidebar .blog-sidebar__block .blog-sidebar__header.h2 {
      font-size: 2.25rem; }
  .blog-sidebar .blog-sidebar__block .blog-sidebar__header,
  .blog-sidebar .blog-sidebar__block .blog-sidebar__content,
  .blog-sidebar .blog-sidebar__block .button {
    background-color: transparent; }
  .blog-sidebar .blog-sidebar__block .blog-sidebar__content {
    display: block; }

.blog-post_breadcrumbs .breadcrumbs {
  /*margin: 0;
    display: flex;*/ }

.blog-post_breadcrumbs .breadcrumb {
  /*margin: 0;
    margin-right: 0.2rem;
    padding: 2px 0;
    padding-bottom: 2px;*/
  /*&:not(:first-child)::before {
      color: #000000;
      font-size: 0.6rem;
      margin: 0;
    }*/ }
  .blog-post_breadcrumbs .breadcrumb .breadcrumb-label {
    /*color: #000000;
      font-size: 0.6rem;*/ }
  .blog-post_breadcrumbs .breadcrumb.blog-post_home-breadcrumb {
    display: flex;
    align-items: center;
    padding-bottom: 0px; }
    .blog-post_breadcrumbs .breadcrumb.blog-post_home-breadcrumb img {
      height: 0.6rem; }

.blog-post__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; }

.blog-post__data-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .blog-post__data-content .blog-post_social-media-container {
    display: flex;
    flex-direction: column; }
    .blog-post__data-content .blog-post_social-media-container p {
      text-align: end;
      margin: 0;
      font-size: 14px;
      font-weight: 300; }
    .blog-post__data-content .blog-post_social-media-container img {
      height: 18px; }
    .blog-post__data-content .blog-post_social-media-container a {
      display: inline-flex;
      align-items: center; }
    @media (max-width: 640px) {
      .blog-post__data-content .blog-post_social-media-container {
        display: none; } }

.blog-post__sku-item-container {
  background-color: #fbfbfb;
  padding: 1rem 2rem 2rem 2rem; }
  @media (max-width: 1024px) {
    .blog-post__sku-item-container {
      padding: 1rem 0rem 2rem 0rem; }
      .blog-post__sku-item-container .blog-post__body.container {
        max-width: unset; } }
  .blog-post__sku-item-container [data-product-slide] {
    display: flex;
    justify-content: center; }
  .blog-post__sku-item-container h2 {
    font-size: 1.6875rem;
    text-transform: none;
    text-align: center;
    margin: 1rem;
    margin-top: 0; }
  .blog-post__sku-item-container .set-content_wrapper {
    display: flex;
    justify-content: center; }
    @media (max-width: 640px) {
      .blog-post__sku-item-container .set-content_wrapper {
        width: 320px; } }
  .blog-post__sku-item-container .blog-post__sku-item {
    background-color: white;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #e4e4e4;
    justify-content: space-between; }
    .blog-post__sku-item-container .blog-post__sku-item .blog-post__sku-image {
      height: 160px;
      width: 160px; }
    .blog-post__sku-item-container .blog-post__sku-item img.blog-post__sku-image {
      display: none; }
    .blog-post__sku-item-container .blog-post__sku-item .blog-post__sku-title {
      font-size: 1rem;
      font-weight: 410;
      text-align: center;
      color: #c20000;
      margin: 0; }
    .blog-post__sku-item-container .blog-post__sku-item .blog-post__sku-number {
      font-size: 0.75rem;
      color: #afafaf;
      margin: 0; }
  @media (max-width: 640px) {
    .blog-post__sku-item-container {
      padding: 1rem 0; }
      .blog-post__sku-item-container .blog-post__sku-item {
        width: 240px; }
      .blog-post__sku-item-container h2 {
        font-size: 1.5rem;
        text-transform: none;
        text-align: center;
        margin: 1rem;
        margin-top: 0; } }

.blog-post__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("../img/blog/WANT-TO-LEARN-MORE.png");
  color: white;
  padding: 2rem; }
  .blog-post__banner h2 {
    color: inherit;
    margin: 0;
    font-weight: 400;
    font-size: 2.75rem; }
    .blog-post__banner h2.banner-pc {
      display: block; }
    .blog-post__banner h2.banner-mobile {
      display: none; }
    @media (max-width: 640px) {
      .blog-post__banner h2.banner-pc {
        display: none; }
      .blog-post__banner h2.banner-mobile {
        display: block; } }
  .blog-post__banner .blog-post__call-button {
    color: inherit;
    padding: 0.5rem 2rem;
    background-color: #d61717;
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase; }
    .blog-post__banner .blog-post__call-button:hover {
      background-color: #dc0000; }
  .blog-post__banner p {
    color: inherit;
    font-weight: 300; }
    .blog-post__banner p a {
      color: inherit;
      text-decoration: underline;
      font-weight: inherit; }

.blog-post__related-articles-container {
  padding: 1rem 3rem 3rem 3rem; }
  .blog-post__related-articles-container .rla-pc {
    display: block; }
  .blog-post__related-articles-container .rla-mobile {
    display: none; }
  .blog-post__related-articles-container .blog-post__blog-post__related-articles-block {
    margin-top: 1rem; }
  .blog-post__related-articles-container .blog-post__related-article {
    width: 100%;
    border: 2px solid #e4e4e4;
    display: block; }
    @media (max-width: 640px) {
      .blog-post__related-articles-container .blog-post__related-article {
        max-width: 350px; } }
    .blog-post__related-articles-container .blog-post__related-article .blog-related-article-image {
      height: 150px;
      object-fit: cover;
      aspect-ratio: 53/30;
      width: 100%; }
    .blog-post__related-articles-container .blog-post__related-article .blog-related-article-title {
      font-size: 1.125rem;
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      margin: 1rem;
      margin-top: 0.5rem;
      text-decoration: none; }
  .blog-post__related-articles-container .blog-post__blog-post__related-articles-header-block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem; }
    .blog-post__related-articles-container .blog-post__blog-post__related-articles-header-block h2 {
      font-size: 2rem;
      font-weight: 400;
      margin: 0; }
    .blog-post__related-articles-container .blog-post__blog-post__related-articles-header-block div {
      display: flex;
      align-items: center; }
  .blog-post__related-articles-container .blog-post__related-articles-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.875rem;
    justify-items: center; }
  @media (max-width: 950px) {
    .blog-post__related-articles-container .blog-post__related-articles-block {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px) {
    .blog-post__related-articles-container {
      padding: 1rem 0rem; }
      .blog-post__related-articles-container .rla-pc {
        display: none; }
      .blog-post__related-articles-container .rla-mobile {
        display: block; }
      .blog-post__related-articles-container .blog-post__blog-post__related-articles-header-block {
        padding: 0; }
        .blog-post__related-articles-container .blog-post__blog-post__related-articles-header-block h2 {
          font-size: 1.5rem;
          font-weight: 400;
          margin: 0;
          margin-bottom: 0.5rem; }
        .blog-post__related-articles-container .blog-post__blog-post__related-articles-header-block p {
          font-size: 0.875rem; }
      .blog-post__related-articles-container .blog-post__blog-post__related-articles-header-block {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
      .blog-post__related-articles-container .blog-post__related-articles-block {
        grid-template-columns: 1fr; }
        .blog-post__related-articles-container .blog-post__related-articles-block .blog-post__related-article {
          height: auto; }
          .blog-post__related-articles-container .blog-post__related-articles-block .blog-post__related-article .blog-related-article-title {
            text-align: center; }
      .blog-post__related-articles-container .blog-post__related-article {
        border: 0px; } }

.blog-post__yt-shorts-container {
  padding: 1rem 3rem;
  background-color: #f8f8f8; }
  .blog-post__yt-shorts-container .blog-post__yt-shorts-header-block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    flex-direction: column; }
    .blog-post__yt-shorts-container .blog-post__yt-shorts-header-block h2 {
      font-size: 2rem;
      font-weight: 400;
      margin: 0; }
  .blog-post__yt-shorts-container .set-content_wrapper-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center; }
  .blog-post__yt-shorts-container .set-content_wrapper {
    display: flex;
    justify-content: center;
    justify-items: center; }
    @media (min-width: 870px) {
      .blog-post__yt-shorts-container .set-content_wrapper {
        justify-content: flex-start; } }
  .blog-post__yt-shorts-container .blog-post__yt-shorts-block .blog-post__yt-shorts-item {
    width: 200px;
    height: 400px;
    display: flex;
    justify-content: center; }
    .blog-post__yt-shorts-container .blog-post__yt-shorts-block .blog-post__yt-shorts-item iframe {
      width: 200px;
      height: 400px;
      border-radius: 6px; }
    @media (min-width: 640px) and (max-width: 870px) {
      .blog-post__yt-shorts-container .blog-post__yt-shorts-block .blog-post__yt-shorts-item {
        width: 335px;
        height: 70vh; }
        .blog-post__yt-shorts-container .blog-post__yt-shorts-block .blog-post__yt-shorts-item iframe {
          width: 300px;
          height: 70vh; } }
  @media (min-width: 640px) and (max-width: 870px) {
    .blog-post__yt-shorts-container {
      padding: 1rem 0; }
      .blog-post__yt-shorts-container .blog-post__yt-shorts-header-block {
        padding-left: 2rem; } }
  @media (max-width: 640px) {
    .blog-post__yt-shorts-container {
      padding: 1rem 0rem; }
      .blog-post__yt-shorts-container .blog-post__yt-shorts-header-block {
        display: flex;
        justify-content: center;
        padding-bottom: 1rem; }
        .blog-post__yt-shorts-container .blog-post__yt-shorts-header-block h2 {
          font-size: 1.5rem;
          font-weight: 400;
          margin: 0;
          text-align: center; }
      .blog-post__yt-shorts-container .blog-post__yt-shorts-block .blog-post__yt-shorts-item {
        width: 100%;
        height: 90vh; }
        .blog-post__yt-shorts-container .blog-post__yt-shorts-block .blog-post__yt-shorts-item iframe {
          width: 95%;
          height: 90vh; } }

.blog-post__content-mobile .blog-post__content {
  height: 400px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0))); }

.blog-post__content-mobile .blog-post__expand-section {
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -80px; }
  .blog-post__content-mobile .blog-post__expand-section .blog-post__expand-button {
    background-color: #d81111;
    color: white;
    font-size: 1.125rem;
    width: 150px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding: 0.6rem;
    border-radius: 30px;
    margin-bottom: 2rem;
    width: 170px;
    z-index: 100; }
    .blog-post__content-mobile .blog-post__expand-section .blog-post__expand-button img {
      margin-left: 3px;
      height: 22px; }
  .blog-post__content-mobile .blog-post__expand-section .blog-post_social-media-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .blog-post__content-mobile .blog-post__expand-section .blog-post_social-media-container p {
      text-align: center;
      margin: 0;
      font-size: 12px;
      font-weight: 500; }
      @media (max-width: 640px) {
        .blog-post__content-mobile .blog-post__expand-section .blog-post_social-media-container p {
          font-size: 14px; } }
    .blog-post__content-mobile .blog-post__expand-section .blog-post_social-media-container img {
      height: 16px; }
      @media (max-width: 640px) {
        .blog-post__content-mobile .blog-post__expand-section .blog-post_social-media-container img {
          height: 24px;
          margin: 0 2px 0 0; } }
    .blog-post__content-mobile .blog-post__expand-section .blog-post_social-media-container a {
      display: inline-flex;
      align-items: center; }

@media (max-width: 640px) {
  .blog-post__content-pc {
    display: none; }
  .blog-post__image {
    max-height: 300px; }
    .blog-post__image .blog-post__header .blog-post__title {
      font-size: 1.8125rem; }
    .blog-post__image .blog-post__header .blog-post__date {
      font-size: 1.125rem;
      padding: 0 1rem; } }

@media (min-width: 641px) {
  .blog-post__content-mobile {
    display: none; } }

#main-content .loadingOverlay::before {
  transform: inherit; }

@media (min-width: 769px) {
  .category__description-container {
    display: flex;
    max-width: 70em;
    justify-content: center;
    align-items: center;
    margin: auto; } }

.page--category .productGrid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  gap: 2.5rem; }
  @media (min-width: 481px) {
    .page--category .productGrid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 769px) {
    .page--category .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1025px) {
    .page--category .productGrid {
      grid-template-columns: repeat(4, 1fr); } }
  .page--category .productGrid::before, .page--category .productGrid::after {
    display: none; }
  @media (max-width: 1025px) {
    .page--category .productGrid {
      gap: 1.25rem; } }

.banner {
  max-width: none; }

.banners {
  display: none; }
  @media (min-width: 769px) {
    .banners {
      display: block;
      padding: 0; } }

.template-background {
  background-color: #f9f9f9; }
  .template-background .pdp-template__image img {
    width: 100%; }

.actionBar-section {
  float: right; }
  .actionBar-section .form-field {
    border: none; }

@media (min-width: 1025px) {
  .page-sidebar {
    width: 100%; }
    .page-sidebar ul {
      display: flex;
      gap: 1rem;
      justify-content: center; }
      .page-sidebar ul a {
        padding-top: 0.5625rem;
        padding-bottom: 0.375rem;
        line-height: 1.2rem; } }

.custom-fs__list {
  display: block;
  list-style-type: none;
  margin: auto;
  width: fit-content;
  gap: 0; }
  @media (min-width: 481px) {
    .custom-fs__list {
      columns: 2; } }
  @media (min-width: 769px) {
    .custom-fs__list {
      columns: auto; } }
  .custom-fs__list .custom-fs__list-item {
    min-width: 120px;
    max-width: 300px;
    margin-bottom: 0.5rem; }
    .custom-fs__list .custom-fs__list-item .button {
      margin: 0; }
    @media (min-width: 481px) {
      .custom-fs__list .custom-fs__list-item {
        margin-right: 0.5rem; } }
  .custom-fs__list a {
    padding-top: 0.5625rem;
    padding-bottom: 0.375rem;
    line-height: 1.2rem;
    width: 100%; }
  .custom-fs__list:after {
    content: "";
    display: table;
    clear: both; }

.page--category .page-heading {
  margin-bottom: 0; }

.category-heading__container {
  padding-bottom: 2rem; }
  @media (max-width: 767px) {
    .category-heading__container {
      padding-bottom: 1rem; } }
  .category-heading__container [data-content-region] {
    border-bottom: none;
    padding-bottom: 34px; }

.custom-fs-container {
  float: left;
  width: auto; }

.card-body .card-action-wrapper {
  flex-direction: column; }

.card-body .button--quickview,
.card-body .card-atc {
  width: 100%; }

.category__view-toggle {
  float: right; }

.custom-fs__list a {
  border-color: rgba(0, 0, 0, 0.1); }

.page--category .body section#product-listing-container {
  display: block; }
  @media (min-width: 1025px) {
    .page--category .body section#product-listing-container {
      padding: 0rem 6rem 4rem;
      margin: auto; }
      .page--category .body section#product-listing-container:before {
        content: " ";
        display: block;
        /*border-top: 1px solid #d3d3d3;*/
        width: 100%;
        margin-bottom: 1rem; } }
  .page--category .body section#product-listing-container .actionBar {
    text-align: center;
    margin: 1rem 0 1rem 0;
    flex-basis: auto; }
    .page--category .body section#product-listing-container .actionBar fieldset {
      float: none; }
    @media (min-width: 1025px) {
      .page--category .body section#product-listing-container .actionBar {
        flex-basis: auto;
        margin-top: 0; } }
  .page--category .body section#product-listing-container form {
    flex-basis: 100%; }

.page--category .pagination--dropdown .pagination-list {
  max-width: 400px;
  margin: 2rem auto 1rem;
  align-items: center; }
  @media (max-width: 349px) {
    .page--category .pagination--dropdown .pagination-list li,
    .page--category .pagination--dropdown .pagination-list label,
    .page--category .pagination--dropdown .pagination-list a {
      font-size: 0.875rem;
      padding: 0; } }

/*-----------------------------------------------------
        Top category template styles
------------------------------------------------------*/
.custom-fs__nav {
  display: none; }
  @media (min-width: 1025px) {
    .custom-fs__nav {
      display: block; } }

@media (min-width: 1025px) {
  .category-facets {
    display: none; } }

/*-----------------------------------------------------
        Subcategory template styles
------------------------------------------------------*/
.categoryGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .categoryGrid_list {
    display: grid;
    margin: 0 0 3rem 0;
    gap: 2.5rem;
    list-style: none;
    max-width: none;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr;
    /*
        border-top: 2px solid rgba(0, 0, 0, 0.06);
        padding-top: 2rem; */
    grid-template-columns: repeat(2, 1fr); }
    @media (min-width: 769px) {
      .categoryGrid_list {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1025px) {
      .categoryGrid_list {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 1025px) {
      .categoryGrid_list {
        gap: 1.25rem; } }
    @media (max-width: 1024px) {
      .categoryGrid_list {
        margin: 0; } }
  .categoryGrid_list-items {
    display: flex; }
    .categoryGrid_list-items .card-wrapper {
      width: 100%; }
    .categoryGrid_list-items .card-title a {
      font-family: "Oswald";
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      text-align: center;
      color: #222222; }
  @media (min-width: 769px) {
    .categoryGrid {
      padding: 0rem 6rem 0rem;
      margin: auto; } }

.cat-banner-container {
  width: 100%; }

.cat-banner-container:hover {
  text-decoration: none; }

.top-custom-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #D00025, #8A1219);
  color: white;
  padding: 12px 20px;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  flex-wrap: wrap;
  line-height: 1.2;
  /*margin-left: 70px;*/ }
  .top-custom-banner .top-banner-text {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: inherit;
    font-size: 25.81px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2; }
  .top-custom-banner .top-banner-call img {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .top-custom-banner.on-prod {
    display: none; }
  .top-custom-banner.on-banner {
    flex-direction: column;
    width: 100%;
    margin-top: -30px;
    text-align: center; }

.top-custom-banner a.top-banner-call {
  background: #d4fc45;
  color: #000;
  /*text-decoration: none;*/
  padding: 5px 12px;
  border-radius: 2px;
  font-weight: bold;
  display: flex;
  align-items: center; }

@media screen and (min-width: 1025px) {
  .top-custom-banner {
    margin-left: 8%; }
    .top-custom-banner.on-banner {
      display: none; }
    .top-custom-banner .top-banner-text {
      margin-bottom: 0px; }
  .top-custom-banner.on-prod {
    display: flex; } }

@media screen and (min-width: 1300px) {
  .top-custom-banner {
    margin-left: 7%; } }

@media screen and (max-width: 833px) {
  .top-custom-banner {
    justify-content: center; } }

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none; } }

.footer-2 {
  padding: 0;
  border-top: none;
  background-color: #f9f9f9;
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .footer-2 p, .footer-2 cite, .footer-2 li, .footer-2 li a, .footer-2 ol a, .footer-2 label, .footer-2 div, .footer-2 .footer-info-heading, .footer-2 .navList-action, .footer-2 .navPages-action, .footer-2 input.button, .footer-2 a.button, .footer-2 button.button, .footer-2 .dropdown-menu, .footer-2 .font-scale {
      font-size: 12px; } }

.footer-info {
  margin: 0; }

.footer-2__payment {
  text-align: center;
  display: none; }
  @media (min-width: 769px) {
    .footer-2__payment {
      display: block; } }
  .footer-2__payment .footer-payment-icons {
    height: auto;
    margin: 0 auto;
    max-width: 600px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    grid-gap: clamp(1rem, 2vw, 1.5rem); }

.footer-2__links .footer-info::before,
.footer-2__links .footer-info::after {
  content: none;
  display: none; }

.footer-2__links .footer-info-col {
  padding: 0; }
  @media all and (-ms-high-contrast: none) {
    .footer-2__links .footer-info-col:nth-child(6n + 1) {
      grid-column: 1; }
    .footer-2__links .footer-info-col:nth-child(6n + 2) {
      grid-column: 2; }
    .footer-2__links .footer-info-col:nth-child(6n + 3) {
      grid-column: 3; }
    .footer-2__links .footer-info-col:nth-child(6n + 4) {
      grid-column: 4; }
    .footer-2__links .footer-info-col:nth-child(6n + 5) {
      grid-column: 5; }
    .footer-2__links .footer-info-col:nth-child(6n + 6) {
      grid-column: 6; } }
  @media (min-width: 481px) {
    .footer-2__links .footer-info-col:first-of-type {
      grid-column: span 2; } }
  @media (min-width: 769px) {
    .footer-2__links .footer-info-col:first-of-type {
      grid-column: auto; } }
  @media (min-width: 1281px) {
    .footer-2__links .footer-info-col:first-of-type {
      grid-column: span 2; } }
  .footer-2__links .footer-info-col.footer-info-col--social {
    display: grid;
    gap: 30px;
    min-width: calc(200px + 1rem); }
    @media (min-width: 481px) {
      .footer-2__links .footer-info-col.footer-info-col--social {
        grid-column: span 2;
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 769px) {
      .footer-2__links .footer-info-col.footer-info-col--social {
        grid-column: auto;
        grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 481px) {
    .footer-2__links .footer-info-col.footer-info-col--newsletter {
      grid-column: span 2; } }
  @media (min-width: 769px) {
    .footer-2__links .footer-info-col.footer-info-col--newsletter {
      grid-column: auto; } }
  @media (min-width: 1025px) {
    .footer-2__links .footer-info-col.footer-info-col--newsletter {
      grid-column: span 2; } }
  @media (min-width: 1281px) {
    .footer-2__links .footer-info-col.footer-info-col--newsletter {
      grid-column: auto; } }

.footer-2__links .footer-info-col {
  width: 100%;
  margin: 0;
  text-align: center; }
  @media (min-width: 1025px) {
    .footer-2__links .footer-info-col {
      text-align: left; } }

.footer-2__links .footer-info {
  display: grid;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 481px) {
    .footer-2__links .footer-info {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1025px) {
    .footer-2__links .footer-info {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1281px) {
    .footer-2__links .footer-info {
      grid-template-columns: repeat(6, 1fr); } }

.footer-info-col div > :first-child {
  margin-top: 0; }

.footer-info-heading {
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.footer-info-text {
  display: none;
  font-weight: 300; }
  @media (min-width: 769px) {
    .footer-info-text {
      display: block; } }

.footer-info-list a {
  font-weight: 300;
  color: #222222; }

.socialLinks-item a:hover img, .socialLinks-item a:focus img {
  filter: brightness(0); }

.icon.icon--amazon,
.icon.icon--ebay {
  width: 100px;
  height: 34px; }

.icon.icon--ebay {
  margin-bottom: 0.25rem; }

.footer-info-col--newsletter .form-field {
  margin: 0; }

.footer-info-col--newsletter .form-prefixPostfix {
  flex-wrap: nowrap; }

.footer-info-col--newsletter .form-prefixPostfix .form-input {
  flex: auto; }

@media (min-width: 481px) {
  .footer-info-col--newsletter .form-prefixPostfix .button {
    flex: 1; } }

.footer-info-col--newsletter .button.button--primary {
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.footer-2__bottom-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  gap: 2rem; }
  @media (min-width: 769px) {
    .footer-2__bottom-container {
      flex-direction: row; } }

.footer-2__bottom-left .powered-by,
.footer-2__bottom-left .powered-by a {
  color: #ffffff !important; }

.footer-2__bottom-left .footer-copyright--reserved .powered-by {
  text-transform: uppercase; }

.footer-2__bottom-left .footer-copyright--trademarks {
  margin-top: 1.5rem; }

@media (min-width: 769px) {
  .footer-2__bottom-right {
    flex-shrink: 0; } }

.footer-2__bottom-list {
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 769px) {
    .footer-2__bottom-list {
      justify-content: end;
      align-items: center;
      flex-direction: row; } }

.footer-2__bottom-list-item {
  position: relative;
  padding: 0 5px; }
  .footer-2__bottom-list-item a {
    color: #ffffff;
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .footer-2__bottom-list-item::after {
    content: '|';
    position: absolute;
    right: 0;
    color: #ffffff; }

.footer-2__bottom-list-item:first-of-type {
  padding-left: 0; }

.footer-2__bottom-list-item:last-of-type::after {
  content: none; }

.footer-2--default .contact-cta {
  padding-bottom: 2rem; }
  .footer-2--default .contact-cta .contact-card__heading {
    margin-bottom: .5rem; }

.footer-2--default .footer-2__links {
  padding: 32px 0 60px 0; }
  @media (min-width: 1025px) {
    .footer-2--default .footer-2__links {
      padding: 3rem 0;
      grid-gap: 25px; } }

.footer-2--default .footer-2__links .footer-info {
  margin: 0 auto;
  grid-gap: 30px; }

@media (min-width: 1025px) {
  .footer-2--default .footer-2__links .footer-info-heading {
    margin-bottom: 20px; } }

.footer-2--default .footer-2__links .footer-info-list li {
  margin-bottom: 0.5rem; }

.footer-2--default .footer-2__links .form-field .button {
  width: auto; }

.footer-2__bottom {
  padding: 0.75rem 0; }

/*----------------------------------------------------
    Header Resets 
------------------------------------------------------*/
.header-1 {
  border-bottom: none;
  position: static; }
  .header-1.is-open {
    background: transparent; }
  .header-1 .navUser-action {
    padding: 0; }

/*----------------------------------------------------
     Top Header 
------------------------------------------------------*/
/*------------------------------------
    "Free Shipping"/Category Callout
--------------------------------------*/
.header-1 .header-1__shipping-container {
  padding: 0;
  display: flex; }

.header-1__shipping-container > a {
  color: white !important;
  text-transform: uppercase; }

/*------------------------------------
    Top Nav list 
--------------------------------------*/
.header-1__top-nav-list-item > a {
  color: white !important; }

.header-1__flash-sale {
  color: aliceblue;
  padding-right: 0.5rem;
  border-radius: 10px;
  padding-left: 0.5rem;
  margin-right: 0.5rem; }
  @media (max-width: 1024px) {
    .header-1__flash-sale {
      display: none; } }

.header-1__top .header-1__top-nav .header-1__top-nav-list {
  align-items: center;
  justify-content: flex-end;
  gap: 1rem; }
  .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item {
    /*------------------------------------
       Base styling for Header Top list items
       --------------------------------------*/
    padding: 0.3125rem 0;
    line-height: 0.625rem;
    letter-spacing: 0.025rem;
    /*------------------------------------
       Media Query Styling  
       --------------------------------------*/
    /*------------------------------------
       All Header Top Links 
       --------------------------------------*/
    /*------------------------------------
       "Gift Certificate" List item
       --------------------------------------*/
    /*------------------------------------
       "Sign Up and Join" List item
       --------------------------------------*/
    /*------------------------------------
       "Account" List item
       --------------------------------------*/
    /*------------------------------------
       "Financing" List item
       --------------------------------------*/
    /*------------------------------------
       "Currency Selector" List item
       --------------------------------------*/ }
    @media (min-width: 1025px) {
      .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item {
        padding: 0.625rem 0;
        line-height: 1.125rem; } }
    .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item .header-1__top-nav-list-link {
      color: white; }
      @media (max-width: 1024px) {
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item .header-1__top-nav-list-link {
          font-size: 0.625rem; } }
      @media (min-width: 1025px) {
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item .header-1__top-nav-list-link {
          font-size: 0.875rem; } }
    .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:first-of-type {
      display: none; }
      @media (min-width: 481px) {
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:first-of-type {
          display: list-item; } }
    .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(2) {
      /* "or" psuedo-element*/
      /*&::after {
               content: "or";
               font-weight: 300;
               font-size: remCalc(10px);
               order: 2;
       
               @include breakpoint('medium') {
                   font-size: remCalc(14px);
               } 
       
           }*/ }
      @media (max-width: 768px) {
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(2) .header-1__top-nav-list-link {
          font-size: 0.625rem; } }
      .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(2) .header-1__top-nav-list-link:nth-of-type(1) {
        padding-right: 0.125rem; }
      .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(2) .header-1__top-nav-list-link:nth-of-type(2) {
        order: 3;
        padding-left: 0.125rem; }
      @media (min-width: 1025px) {
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(2) .header-1__top-nav-list-link {
          font-size: 0.875rem; } }
    .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link {
      position: relative;
      /* "or" psuedo-element*/
      /*Account Dropdown Trigger Link Styling*/
      /*Account Dropdown Styling*/ }
      .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link::after {
        display: none;
        content: ""; }
      .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link .navUser-action {
        padding: 0; }
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link .navUser-action:hover {
          text-decoration: none; }
      .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link .header-1__top-account-dropdown {
        border-radius: 4px;
        filter: drop-shadow(0.5px 0.5px 1px #646464);
        /* Be cautious of Filter property! Will making new stacking context*/
        top: 100% !important;
        left: auto !important;
        right: 0 !important;
        width: fit-content;
        padding: 1rem;
        z-index: 51; }
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link .header-1__top-account-dropdown .header-1__top-account-list {
          margin: 0;
          list-style: none; }
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link .header-1__top-account-dropdown .header-1__top-account-list-item {
          padding-bottom: 0.5rem;
          font-size: 0.625rem; }
          .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link .header-1__top-account-dropdown .header-1__top-account-list-item .header-1__top-account-list-item-link {
            font-size: 0.625rem; }
            @media (min-width: 1025px) {
              .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link .header-1__top-account-dropdown .header-1__top-account-list-item .header-1__top-account-list-item-link {
                font-size: 0.875rem; } }
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link .header-1__top-account-dropdown::after {
          content: " ";
          display: block;
          height: 0;
          width: 0;
          border: inset 0.3125rem;
          border-color: transparent transparent #f2f2f2 transparent;
          border-bottom-style: solid;
          bottom: 100%;
          right: 0.9rem;
          position: absolute; }
          @media (min-width: 1025px) {
            .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item.account-link .header-1__top-account-dropdown::after {
              border: inset 0.625rem;
              border-color: transparent transparent #f2f2f2 transparent; } }
    .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(3) {
      display: none; }
      @media (min-width: 481px) {
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(3) {
          display: list-item; } }
    .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(5) {
      position: relative;
      margin-left: auto;
      /* Pointer accent at the top of Dropdown */ }
      @media (min-width: 481px) {
        .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(5) {
          margin-left: 0; } }
      .header-1__top .header-1__top-nav .header-1__top-nav-list .header-1__top-nav-list-item:nth-of-type(5) .dropdown-menu::after {
        border: inset 10px;
        content: " ";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #f2f2f2 transparent;
        border-bottom-style: solid;
        bottom: 100%;
        right: 0.9rem;
        position: absolute; }

.header-1__top .navUser-action--currencySelector + .dropdown-menu.is-open {
  z-index: 51;
  width: auto;
  border-radius: 4px;
  filter: drop-shadow(0.5px 0.5px 1px #646464);
  top: 100% !important;
  width: fit-content !important;
  padding: 1rem; }

.header-1__top .navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item {
  padding: 0;
  padding-bottom: 0.5rem; }
  .header-1__top .navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item:last-child {
    padding-bottom: 0; }
  .header-1__top .navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item .dropdown-menu-link {
    padding: 0;
    white-space: nowrap; }
    .header-1__top .navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item .dropdown-menu-link img {
      max-width: none;
      margin-right: 0.125rem; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media (min-width: 1025px) {
  .header-1__shipping-container .header-1__link-1,
  .header-1__shipping-container .header-1__link-2 {
    display: none;
    animation: fade-out 150ms forwards; }
    .header-1__shipping-container .header-1__link-1.open,
    .header-1__shipping-container .header-1__link-2.open {
      display: block;
      animation: fade-in 150ms forwards; } }

a#countdown.sales_countdown {
  color: aliceblue;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-decoration: none; }

#headerRotate .header--rotation {
  color: aliceblue; }

a.header--sales {
  color: aliceblue; }
  @media (min-width: 1025px) {
    a.header--sales {
      display: none;
      animation: fade-out 150ms forwards; }
      a.header--sales.show {
        display: block;
        animation: fade-in 150ms forwards; } }
  @media (max-width: 1024px) {
    a.header--sales {
      display: none; } }

.header-1__flash-1 {
  color: aliceblue;
  padding-right: 0.5rem;
  border-radius: 10px;
  padding-left: 0.5rem;
  margin-right: 0.5rem; }

.header--rotation {
  display: -webkit-inline-box; }

#headerRotate a {
  text-decoration: none;
  font-weight: 300; }
  @media (max-width: 1024px) {
    #headerRotate a {
      font-size: 0.8rem; } }
  @media (min-width: 1025px) {
    #headerRotate a {
      font-size: 0.8rem; } }

/*------------------------------------
    Mid header
--------------------------------------*/
.header.header-1 .header-1__mid {
  position: static;
  grid-template-columns: auto 1fr auto; }
  @media (max-width: 1024px) {
    .header.header-1 .header-1__mid {
      grid-template-columns: auto auto;
      justify-content: space-between; } }

.bg-paint-splatter .header-1__mid .mobileMenu-toggle {
  padding: 0 1rem; }

.header-logo-image {
  margin: 0; }

.header-1__mid .navUser-item--account,
.header-1__mid .navUser .navUser-item--search {
  display: none; }
  @media (min-width: 481px) {
    .header-1__mid .navUser-item--account,
    .header-1__mid .navUser .navUser-item--search {
      display: block; } }

@media (min-width: 769px) {
  .header-1 .header-1__mid .navUser {
    position: relative;
    top: 0;
    width: fit-content; } }

.header-1__mid .dropdown--quickSearch {
  display: none; }
  @media (min-width: 481px) {
    .header-1__mid .dropdown--quickSearch {
      display: contents;
      background-color: #f2f2f2;
      padding: 1rem; } }
  .header-1__mid .dropdown--quickSearch .form-field {
    background-color: white;
    display: flex;
    border-radius: 1.25rem;
    align-items: center; }
    .header-1__mid .dropdown--quickSearch .form-field .icon {
      padding: 0.2rem; }
  .header-1__mid .dropdown--quickSearch .form-input::placeholder {
    padding-left: 0px;
    text-indent: -2px; }
  .header-1__mid .dropdown--quickSearch.is-open {
    position: absolute; }
    @media (min-width: 769px) {
      .header-1__mid .dropdown--quickSearch.is-open {
        visibility: visible;
        opacity: 1;
        transform: translate(0, -50%);
        top: 50% !important;
        transition-delay: 0ms;
        width: auto !important; } }
    .header-1__mid .dropdown--quickSearch.is-open .form-fieldset {
      padding-right: 1rem; }
    .header-1__mid .dropdown--quickSearch.is-open .form-input {
      padding: 18px;
      font-size: 0.9rem;
      height: 2rem;
      background-color: transparent;
      border: none; }
      @media (min-width: 769px) {
        .header-1__mid .dropdown--quickSearch.is-open .form-input {
          height: 2.5rem;
          width: 12rem; } }
  @media (min-width: 769px) {
    .header-1__mid .dropdown--quickSearch {
      background-color: transparent;
      padding: 0;
      left: auto !important;
      right: 100% !important;
      visibility: hidden;
      transform: translate(2rem, -50%);
      opacity: 0;
      transition: visibility 150ms ease-out 150ms, opacity 150ms ease-out, transform 150ms ease-out;
      top: 50% !important; }
      .header-1__mid .dropdown--quickSearch .form-fieldset {
        padding-right: 1rem; }
      .header-1__mid .dropdown--quickSearch .form-input {
        border-radius: 0.3rem;
        width: 15rem;
        padding: 18px;
        background-color: transparent;
        border: none;
        height: 1.75rem;
        font-size: 0.9rem; }
      .header-1__mid .dropdown--quickSearch .quickSearchResults {
        position: absolute; } }

.header-1 .header-1__mid .navUser .navUser-section {
  align-items: center;
  gap: 1.25rem; }
  @media (max-width: 1024px) {
    .header-1 .header-1__mid .navUser .navUser-section {
      padding-right: 3.4375rem; } }
  .header-1 .header-1__mid .navUser .navUser-section:before, .header-1 .header-1__mid .navUser .navUser-section:after {
    content: "";
    display: none; }

.header-1__mid .navPages-container-title {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms; }

.header-1__mid .navPages-container-title--hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 200ms ease-out 200ms, opacity 500ms ease-out, transform 500ms ease-out; }

.header-1__mid .navUser-item .navUser-action {
  font-weight: 300; }
  .header-1__mid .navUser-item .navUser-action:hover {
    text-decoration: underline;
    color: #ffffff; }
    .header-1__mid .navUser-item .navUser-action:hover span.navUser-item-cartLabel::after {
      border-bottom: none; }
  @media (max-width: 768px) {
    .header-1__mid .navUser-item .navUser-action {
      font-size: 0.75rem; } }
  @media (min-width: 1025px) {
    .header-1__mid .navUser-item .navUser-action {
      font-size: 0.875rem; } }
  .header-1__mid .navUser-item .navUser-action .countPill {
    font-weight: 300; }

.mobile {
  display: none; }

@media only screen and (max-width: 1024px) {
  .mobile {
    display: block; } }

/*------------------------------------
    Bottom header
--------------------------------------*/
.header-1__bottom {
  top: 0;
  z-index: 10;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 100%; }

.header-1__bottom .navPages-item {
  padding: 0.75rem 1rem; }
  @media (min-width: 1025px) {
    .header-1__bottom .navPages-item {
      padding: 0.5rem 0; } }
  .header-1__bottom .navPages-item .navPages-action {
    font-weight: 300;
    letter-spacing: 0.04em;
    padding: 0; }
    .header-1__bottom .navPages-item .navPages-action .icon.navPages-action-moreIcon {
      display: inline-block; }
      @media (min-width: 1025px) {
        .header-1__bottom .navPages-item .navPages-action .icon.navPages-action-moreIcon {
          display: none; } }
    @media (max-width: 1024px) {
      .header-1__bottom .navPages-item .navPages-action {
        font-size: 0.875rem; } }
  .header-1__bottom .navPages-item .navPage-subMenu .navPage-subMenu-action:hover {
    text-decoration: none; }
  .header-1__bottom .navPages-item .navPage-subMenu .mega-menu__link:hover {
    text-decoration: none; }
    .header-1__bottom .navPages-item .navPage-subMenu .mega-menu__link:hover .mega-menu__image {
      opacity: 0.3; }
    .header-1__bottom .navPages-item .navPage-subMenu .mega-menu__link:hover .mega-menu__image-overlay {
      opacity: 1; }
  .header-1__bottom .navPages-item .navPage-subMenu .mega-menu__sku {
    color: #666666;
    margin-bottom: 0rem; }
  .header-1__bottom .navPages-item .navPage-subMenu .mega-menu__title {
    font-size: 1.2rem;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    color: #222;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0rem; }
    .header-1__bottom .navPages-item .navPage-subMenu .mega-menu__title:hover {
      text-decoration: underline; }
  .header-1__bottom .navPages-item .navPage-subMenu .mega-menu__image-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
    .header-1__bottom .navPages-item .navPage-subMenu .mega-menu__image-overlay .mega-menu__image-learn_more {
      background-color: #B8000D;
      color: white;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 14px;
      padding: 12px 24px;
      text-transform: uppercase; }
      .header-1__bottom .navPages-item .navPage-subMenu .mega-menu__image-overlay .mega-menu__image-learn_more:hover {
        background-color: #dc0000; }
  .header-1__bottom .navPages-item .navPage-childList {
    border: none;
    margin-left: 1rem; }

.header-1__bottom .navPages-action {
  font-weight: 300;
  padding: 0; }
  @media (min-width: 1025px) {
    .header-1__bottom .navPages-action {
      padding: 0.75rem 1rem; } }
  @media (min-width: 1281px) {
    .header-1__bottom .navPages-action {
      padding: 0.75rem 1.5rem; } }

.header-1__bottom .navPage-subMenu-list .navPage-subMenu-item {
  width: auto;
  float: none;
  padding: 0 0 1rem 0; }
  @media (max-width: 1024px) {
    .header-1__bottom .navPage-subMenu-list .navPage-subMenu-item .navPages-action {
      font-size: 12px;
      font-family: "Roboto", Arial, Helvetica, sans-serif; } }
  @media (min-width: 1025px) {
    .header-1__bottom .navPage-subMenu-list .navPage-subMenu-item:first-of-type {
      display: none; } }
  .header-1__bottom .navPage-subMenu-list .navPage-subMenu-item .mega-menu {
    max-width: none; }
  .header-1__bottom .navPage-subMenu-list .navPage-subMenu-item img {
    width: auto; }
  .header-1__bottom .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.has-subMenu {
    font-weight: 400; }

.header-1__bottom .navPages-container .navPages {
  max-width: none; }
  .header-1__bottom .navPages-container .navPages::after, .header-1__bottom .navPages-container .navPages::before {
    content: none; }

@media (min-width: 1025px) {
  .header-1__bottom .navPages-container .navPages-button {
    display: none; } }

@keyframes fade-in2 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate(23rem, -50%); }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(0rem, -50%); } }

@keyframes fade-out2 {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0rem, -50%); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(23rem, -50%); } }

@media (max-width: 1024px) {
  .header-1__bottom .navPages-container {
    display: block;
    visibility: hidden;
    transition: visibility 150ms ease-in-out;
    z-index: 11;
    position: absolute; }
    .header-1__bottom .navPages-container.is-close {
      display: none; }
    .header-1__bottom .navPages-container .navPages-subcontainer {
      margin-left: auto;
      max-width: 22.5rem;
      min-width: 12.5rem;
      width: 100%;
      left: 0 !important;
      right: 0 !important;
      opacity: 0;
      animation: fade-out2 400ms forwards;
      top: 50% !important;
      position: absolute;
      background-color: white;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .header-1__bottom .navPages-container .navPages {
      height: auto;
      padding: 0.5rem; }
    .header-1__bottom .navPages-container .navPages-button {
      background-color: #b8000d;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      font-size: 1rem;
      font-weight: 300;
      padding: 0.5rem; }
    .header-1__bottom .navPages-container.is-open {
      padding: 0;
      background-color: rgba(0, 0, 0, 0.4);
      display: flex;
      visibility: visible;
      position: absolute;
      display: block;
      overflow: hidden; }
      .header-1__bottom .navPages-container.is-open .navPages-placeholder {
        display: block;
        width: calc(100% - 360px);
        height: 100%; }
      .header-1__bottom .navPages-container.is-open .navPages-subcontainer {
        max-width: 22.5rem;
        min-width: 12.5rem;
        width: 100%;
        margin-left: auto;
        animation: fade-in2 400ms forwards;
        top: 50% !important;
        transition-delay: 0ms; } }

@media (min-width: 1025px) {
  .header-1__bottom .navPages-list.links {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    gap: 4rem; } }

@media (min-width: 1281px) {
  .header-1__bottom .navPages-list.links {
    gap: 4rem; } }

@media (max-width: 1024px) {
  .header-1__bottom .navPages-list.links .navPages-item {
    border-bottom: 1px solid #d3d3d3; }
    .header-1__bottom .navPages-list.links .navPages-item > a.is-open {
      padding-bottom: 1rem; } }

@media (min-width: 1025px) {
  .header-1__bottom .navPages-list.links .navPages-item > .navPages-action {
    font-size: 0.875rem; }
  .header-1__bottom .navPages-list.links .navPages-item:first-child {
    display: list-item; } }

.mega-menu__image {
  transition: all 0.2s ease-in-out; }

.mega-menu__image:hover {
  transform: scale(1.01); }

@media (min-width: 1025px) {
  .header-1__bottom .navPage-subMenu-container {
    display: flex;
    gap: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
    .header-1__bottom .navPage-subMenu-container .navPage-gray_wrapper {
      background-color: #FBFBFB; }
      .header-1__bottom .navPage-subMenu-container .navPage-gray_wrapper .navPage-subMenu-list {
        margin: 1.5rem !important; }
    .header-1__bottom .navPage-subMenu-container > * {
      flex: auto;
      width: auto;
      padding: 0 !important; } }

@media screen and (min-width: 1025px) and (max-width: 1240px) {
  .header-1__bottom .navPage-subMenu-container .navPage-gray_wrapper #navPage-subMenu-list.navPage-subMenu-list {
    margin: 1rem 1.5rem 0.5rem 1.5rem !important; } }

@media screen and (min-width: 1240px) {
  .header-1__bottom .navPage-subMenu-container .navPage-gray_wrapper #navPage-subMenu-list.navPage-subMenu-list {
    margin: 1.5rem 1.5rem 0.5rem 1.5rem !important; } }

@media (max-width: 1024px) {
  .navPages-item .has-subMenu + .navPage-subMenu .navPage-subMenu-item--mega-menu {
    padding: 0; }
  .navPages-item .has-subMenu + .navPage-subMenu.is-open .has-subMenu {
    display: none; }
  .navPages-item .has-subMenu + .navPage-subMenu.is-open .navPage-childList {
    display: block;
    margin: 0;
    padding: 0; }
    .navPages-item .has-subMenu + .navPage-subMenu.is-open .navPage-childList .navPage-childList-item {
      padding: 0.25rem 0; } }

.navPages-item:hover .has-subMenu + .navPage-subMenu {
  padding-top: 0 !important; }
  @media screen and (min-width: 1025px) and (max-width: 1240px) {
    .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-action {
      font-size: 1rem !important;
      margin-bottom: 0.2rem !important; } }
  @media screen and (min-width: 1025px) and (max-width: 1240px) {
    .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
      padding: 0 0 0.5rem 1rem !important; } }
  @media (min-width: 1025px) {
    .navPages-item:hover .has-subMenu + .navPage-subMenu {
      display: block;
      width: auto;
      max-width: 40.625rem;
      left: auto; }
      .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin: 0; }
        .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
          padding: 0 !important; }
          .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
            padding: 0 0 1rem 1rem; }
        .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action {
          border-bottom: none;
          margin-bottom: 0.5rem;
          display: inline-block;
          white-space: nowrap;
          text-decoration: none !important;
          font-size: 1.125rem; }
          .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action .collapsible-icon-wrapper {
            width: auto; }
        .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-childList {
          margin: 0;
          border: none; }
          .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-childList .navPage-childList-item {
            padding: 0.5rem 0; } }
        @media (min-width: 1025px) and (min-width: 1025px) {
          .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-childList .navPage-childList-item {
            padding: 0;
            margin-bottom: 0.25rem; } }
        @media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1240px) {
          .navPages-item:hover .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-childList .navPage-childList-item {
            margin-bottom: 0.05rem !important; } }

.header-1__bottom .navPage-subMenu-list--bottomContainer {
  display: none; }
  @media (min-width: 1025px) {
    .header-1__bottom .navPage-subMenu-list--bottomContainer {
      display: flex; }
      .header-1__bottom .navPage-subMenu-list--bottomContainer > * {
        flex: auto;
        width: auto; } }

.header-1__bottom a.navPage-childList-action.navPages-action {
  font-weight: 400;
  color: #666666; }
  @media (max-width: 1024px) {
    .header-1__bottom a.navPage-childList-action.navPages-action {
      font-weight: 300;
      font-size: 12px; } }

.header-1__bottom .socialLinks--alt .icon {
  height: 1.9375rem;
  width: 1.9375rem; }
  .header-1__bottom .socialLinks--alt .icon svg {
    fill: initial; }

.navUser-action img {
  transform: scale(0.95); }
  .navUser-action img:hover {
    transform: scale(1); }

.header--rotation {
  color: aliceblue; }
  @media (min-width: 1025px) {
    .header--rotation {
      display: none;
      animation: fade-out 150ms forwards; }
      .header--rotation.active {
        display: block;
        display: inline-flex;
        align-items: center;
        animation: fade-in 150ms forwards; } }
  @media (max-width: 1024px) {
    .header--rotation {
      display: none; } }

#headerRotate .header--text {
  color: aliceblue;
  font-size: 0.8rem;
  margin-left: -1px;
  text-transform: uppercase; }

@media (max-width: 479px) {
  .hide-mobile {
    display: none; } }

.page--default .body {
  margin: 0;
  margin-bottom: 3rem; }

.body {
  margin-bottom: 3rem;
  margin-top: 3rem; }
  @media (min-width: 769px) {
    .body {
      margin-top: 1rem; } }

@media (max-width: 767px) {
  .body {
    margin-top: 1rem; } }

/* ==========================================================
 * ## Hero Carousel
 * ========================================================== */
.heroCarousel {
  margin-bottom: 0; }

.heroCarousel-slide .heroCarousel-image {
  object-fit: cover;
  object-position: center; }

@media (max-height: 480px) {
  .heroCarousel-slide .heroCarousel-image {
    max-height: 300px; }
  .heroCarousel {
    max-height: 300px; } }

.heroCarousel-content {
  width: 100%;
  text-align: left;
  background-color: transparent;
  bottom: 10rem;
  top: auto;
  transform: none;
  padding: 1rem;
  max-width: calc(1464px + 1rem * 2); }
  @media (min-width: 769px) {
    .heroCarousel-content {
      bottom: 2rem; } }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      padding: 1.5rem;
      max-width: calc(1464px + 1.5rem * 2); } }

.heroCarousel-content-wrapper {
  text-align: center;
  padding: 1.5rem;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 769px) {
    .heroCarousel-content-wrapper {
      text-align: left;
      display: grid;
      gap: 1rem;
      background-color: white; } }

.heroCarousel-content-text-wrapper {
  flex: 1; }

.heroCarousel-content-button-wrapper .heroCarousel-action {
  padding: 1.375rem 4.125rem; }

@media (min-width: 769px) {
  .heroCarousel-content-button-wrapper {
    text-align: right;
    grid-row: 1;
    grid-column-start: 2; }
    .heroCarousel-content-button-wrapper .heroCarousel-action {
      margin: 0; } }

.heroCarousel-title {
  line-height: 1;
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      line-height: 0.6; } }

.heroCarousel-description {
  font-style: italic;
  grid-column-start: 1;
  grid-column-end: 3; }

.heroCarousel-content {
  display: none; }

/* ==========================================================
 * ## Product Carousels
 * ========================================================== */
.product-carousel__container {
  padding: 3rem 1rem; }
  @media (min-width: 1025px) {
    .product-carousel__container {
      padding: 3rem 6rem; } }
  .product-carousel__container .product-carousel__header {
    margin-bottom: 1.5rem;
    text-align: center; }
  .product-carousel__container .page-heading {
    margin: 0 0 1rem 0; }
  .product-carousel__container .product-carousel__sublink {
    text-transform: uppercase; }

/* ==========================================================
 * ## Home
 * ========================================================== */
@media (max-width: 480px) {
  .heroCarousel-slide a.heroCarousel-image-wrapper {
    min-height: 66vh; } }

@media only screen and (max-width: 425px) {
  .slider--custom .head--white {
    font-size: 7vw;
    line-height: 1.2 !important; }
  .slider--custom .h4--light {
    font-size: 5vw;
    line-height: 1.2 !important; } }

.slider--custom .button {
  margin-bottom: 0; }

.slider--custom .h4--light {
  font-weight: 400; }

/* ==========================================================
 * ## Large Black Friday / Holiday Hero Custom
 * ========================================================== */
.slider--main__content .button--primary {
  display: none; }

@media screen and (max-width: 767px) {
  .bf-hero {
    display: none; } }

@media screen and (min-width: 768px) {
  .slider-container {
    display: none; }
  .slider--custom {
    display: none; } }

.button-container {
  position: absolute;
  bottom: 1.5em;
  /* 16px from the bottom */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  /* Adjust spacing between buttons */
  padding: 0 16px;
  /* Optional padding for spacing on smaller screens */ }

@media (min-width: 1281px) {
  .button-container {
    bottom: 2em; } }

.button-container .btn {
  background-color: red;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  /* Prevents text from wrapping on smaller screens */ }

.button-container .btn:hover {
  background-color: darkred; }

.bf-hero {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.bf-hero img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover; }

#consent-manager-update-banner {
  background-color: #000000 !important; }

.css-10z1g2q {
  background-color: #000000 !important; }
  .css-10z1g2q .css-ra9y5f p {
    color: #ffffff; }

.card-atc-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.modal-body--wf {
  min-height: 0; }

.modal.modal--large:has([data-card-atc-modal]) {
  min-height: 420px; }

.page--product .modal {
  min-height: fit-content; }

.flex {
  display: flex; }
  .flex.space_between {
    justify-content: space-between; }
  .flex.space_around {
    justify-content: space-around; }
  .flex.product-button {
    align-items: flex-end; }
    @media screen and (min-width: 640px) {
      .flex.product-button {
        gap: 1rem; }
        .flex.product-button [data-cart-item-add] {
          max-width: 265px; } }
    @media screen and (max-width: 640px) {
      .flex.product-button {
        flex-direction: column; }
        .flex.product-button .form,
        .flex.product-button .productView--grid {
          width: 100%; } }
    @media screen and (max-width: 1230px) and (min-width: 1025px) {
      .flex.product-button.two {
        align-items: flex-start;
        display: flex;
        flex-direction: column; } }

#prodContainer .container {
  max-width: 85rem; }

.productView-images {
  margin: 0 0 1rem 0; }
  @media screen and (min-width: 1025px) {
    .productView-images {
      position: sticky;
      top: 50px;
      padding: 0 3rem; } }

.productView-img-container {
  max-width: none; }
  .productView-img-container::after {
    padding-bottom: 100%; }

.productView-image + .productView-thumbnails {
  margin-top: 1.125rem; }

.productView-thumbnails {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  gap: 0.75rem; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    display: none; }
  .productView-thumbnails .productView-thumbnail {
    padding: 0;
    width: auto;
    float: none; }
  .productView-thumbnails .slick-list {
    margin: 0;
    max-width: 614px; }
  .productView-thumbnails img {
    width: 5rem; }

@media screen and (max-width: 467px) {
  .productView-thumbnail.slick-slide {
    margin: 5px; } }

.productView-thumbnails .slick-prev {
  left: -15px; }

.productView-thumbnails .slick-next {
  right: -15px; }

.productView-thumbnail-link {
  max-width: 80px;
  height: auto;
  margin: 0; }

.productView-details {
  padding-left: 0 1.5rem; }

.productView-details.product-data {
  padding-bottom: 0;
  text-align: center; }
  @media (min-width: 1025px) {
    .productView-details.product-data {
      text-align: left; } }

.productView-details.product-options {
  padding-bottom: 0; }

.productView-type-title {
  margin: 0 0 0.25rem; }

.card-body .card-title a {
  font-size: 0.9375rem; }

.productView-title {
  margin: 0 0 1rem;
  font-weight: 300;
  font-size: 1.2em;
  text-transform: capitalize;
  font-family: "Oswald", Arial, Helvetica, sans-serif; }

.productView-price-rating-block {
  margin-bottom: 1rem; }

.productView-price-rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .productView-price-rating-wrapper .productView-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-basis: 100%; }
    .productView-price-rating-wrapper .productView-rating > div:first-of-type {
      display: block;
      align-items: center;
      gap: 0.5rem; }
      .productView-price-rating-wrapper .productView-rating > div:first-of-type .productView-rating__link {
        order: -1;
        font-size: 0.9375rem;
        font-weight: 300; }
    @media screen and (max-width: 640px) {
      .productView-price-rating-wrapper .productView-rating .icon {
        width: 1rem;
        height: 1rem; } }

.productView-price {
  margin: 0; }
  .productView-price .price-section {
    display: inline-block; }

.deliviery--info .deliviery--info_text {
  font-size: 0.8rem;
  text-transform: uppercase; }
  .deliviery--info .deliviery--info_text .more-info-slider__text {
    font-size: inherit; }
    @media screen and (max-width: 640px) {
      .deliviery--info .deliviery--info_text .more-info-slider__text {
        max-width: 190px; } }
    .deliviery--info .deliviery--info_text .more-info-slider__text .anchor-secondary {
      font-size: inherit; }

.pdp-banner {
  padding: 15px 20px; }
  @media screen and (max-width: 640px) {
    .pdp-banner {
      display: grid;
      justify-content: start !important; } }
  .pdp-banner .pdp-banner__heading {
    line-height: 1;
    margin: 0;
    font-weight: 400; }
    @media screen and (min-width: 640px) {
      .pdp-banner .pdp-banner__heading {
        font-size: 2.2rem !important; } }
    @media screen and (min-width: 1270px) {
      .pdp-banner .pdp-banner__heading {
        font-size: 2.4rem !important; } }
    @media screen and (max-width: 1270px) and (min-width: 1025px) {
      .pdp-banner .pdp-banner__heading {
        font-size: 1.8rem !important; } }
    .pdp-banner .pdp-banner__heading.vip {
      margin-bottom: 0.75rem;
      font-size: 2.2rem !important; }
  .pdp-banner + .pdp-banner {
    margin-top: 1rem; }
  .pdp-banner .pdp-banner__text {
    margin: 0;
    font-weight: 200;
    font-size: 1rem;
    padding: 0 0 0 6px; }
    @media screen and (min-width: 1270px) {
      .pdp-banner .pdp-banner__text {
        font-size: 1.3rem !important; } }
  .pdp-banner .pdp-banner__list {
    list-style-type: "+";
    margin-bottom: 0;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    margin-left: 0.6rem; }
  .pdp-banner--sale {
    background-color: #d4ff51;
    margin-top: 1rem;
    align-items: center; }
  .pdp-banner--sold-out {
    background-color: #ffffe1; }
    .pdp-banner--sold-out .pdp-banner__heading {
      color: #dc0000; }

.productView-info {
  display: none; }

.productView-product {
  border-bottom: none;
  padding-bottom: 0; }

.productView-options {
  text-align: left; }
  @media screen and (max-width: 769px) {
    .productView-options {
      border-top: 1px solid #898989;
      padding-top: 1rem; } }

.productView-options .form {
  display: block;
  margin-bottom: 1rem; }

.productView-options .productView--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: auto; }
  @media screen and (max-width: 640px) {
    .productView-options .productView--grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem; }
      .productView-options .productView--grid.only-one {
        display: block; }
        .productView-options .productView--grid.only-one .dropdown-menu-button {
          display: flex;
          justify-content: center; } }
  @media screen and (max-width: 768px) {
    .productView-options .productView--grid.only-one {
      display: block; }
      .productView-options .productView--grid.only-one .dropdown-menu-button {
        display: flex;
        justify-content: center; } }
  @media screen and (min-width: 769px) and (max-width: 1025px) {
    .productView-options .productView--grid.only-one {
      display: block; }
      .productView-options .productView--grid.only-one .dropdown-menu-button {
        display: flex;
        justify-content: center;
        width: 160px;
        font-size: 1rem; } }

.productView-options .form .add-to-cart-wrapper {
  display: block; }
  @media (min-width: 769px) {
    .productView-options .form .add-to-cart-wrapper {
      float: left; } }
  .productView-options .form .add-to-cart-wrapper .button.button--primary.button--sold-out {
    background-color: #666666;
    border-color: #666666; }
    .productView-options .form .add-to-cart-wrapper .button.button--primary.button--sold-out:hover {
      background-color: #333; }
  .productView-options .form .add-to-cart-wrapper .add-to-cart-action__wrapper {
    display: flex; }
  .productView-options .form .add-to-cart-wrapper .form-field--increments {
    margin: 0;
    flex-shrink: 0; }
    .productView-options .form .add-to-cart-wrapper .form-field--increments .button--icon,
    .productView-options .form .add-to-cart-wrapper .form-field--increments .form-input--incrementTotal {
      height: 2.875rem; }
  .productView-options .form .add-to-cart-wrapper .form-action {
    width: 100%;
    margin-top: 0; }
    .productView-options .form .add-to-cart-wrapper .form-action .button {
      margin: 0; }

.productView-options .form-action {
  margin: 0;
  padding: 0;
  width: auto; }
  @media (min-width: 769px) {
    .productView-options .form-action {
      float: left; } }
  .productView-options .form-action .dropdown-menu-button {
    margin: 0;
    height: 2.875rem;
    background-color: #b8000d;
    border: 1px solid #b8000d;
    color: #ffffff;
    padding-right: 1rem; }
    @media screen and (max-width: 640px) {
      .productView-options .form-action .dropdown-menu-button {
        display: flex;
        justify-content: center; } }
    @media screen and (min-width: 1023px) {
      .productView-options .form-action .dropdown-menu-button {
        display: flex;
        justify-content: center;
        width: 150px; } }
    @media screen and (max-width: 1024px) and (min-width: 640px) {
      .productView-options .form-action .dropdown-menu-button {
        font-size: 1rem; } }
    .productView-options .form-action .dropdown-menu-button span {
      vertical-align: middle; }
    .productView-options .form-action .dropdown-menu-button .icon {
      float: none;
      fill: #ffffff;
      width: 1rem;
      height: 1rem; }
    .productView-options .form-action .dropdown-menu-button:hover, .productView-options .form-action .dropdown-menu-button:focus {
      text-decoration: none;
      background-color: #dc0000;
      border: 1px solid #dc0000; }

#wishlist-dropdown.is-open {
  padding-right: 0; }

/* ==========================================================
 * ## Product Details Bulleted List
 * ========================================================== */
.product-details-list {
  margin-left: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }
  .product-details-list li {
    font-weight: 300;
    margin-bottom: 0.5rem; }

/* ==========================================================
 * ## More Info and Contact
 * ========================================================== */
.more-info-slider .slick-list {
  max-width: 400px; }

.more-info-slider__text {
  margin-bottom: 0;
  font-weight: 300; }
  .more-info-slider__text * {
    font-weight: 300; }

.more-info-contact {
  margin-top: 0.5rem; }
  .more-info-contact p {
    margin: 0;
    font-weight: 300; }
  .more-info-contact a {
    color: #b8000d; }

.productView-description {
  float: none; }

.tab-content.tab-content--videos {
  overflow: auto; }
  @media screen and (max-width: 640px) {
    .tab-content.tab-content--videos h2 {
      margin-top: 1rem; } }

.tabs-wrapper {
  border-bottom: 1px solid #e5e5e5; }

.tabs-wrapper .tabs {
  display: flex;
  flex-direction: row;
  border-bottom: none;
  padding: 0px !important; }
  @media screen and (min-width: 640px) {
    .tabs-wrapper .tabs {
      gap: 0.25rem; } }
  @media screen and (max-width: 640px) {
    .tabs-wrapper .tabs {
      overflow: auto; } }
  .tabs-wrapper .tabs::before, .tabs-wrapper .tabs::after {
    content: none; }
  .tabs-wrapper .tabs .tab {
    border: none;
    background-color: #d81111;
    padding: 0 0.5rem; }
    @media screen and (max-width: 640px) {
      .tabs-wrapper .tabs .tab {
        border: 1px solid #ffffff;
        border-top: none;
        border-bottom: none;
        border-left: none;
        padding: 0 1rem; }
        .tabs-wrapper .tabs .tab:last-child {
          border-left: none; } }
    @media screen and (min-width: 640px) {
      .tabs-wrapper .tabs .tab {
        min-width: 190px; } }
    .tabs-wrapper .tabs .tab .tab-title {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 500;
      text-align: center;
      white-space: nowrap; }
      .tabs-wrapper .tabs .tab .tab-title:hover, .tabs-wrapper .tabs .tab .tab-title:focus {
        text-decoration: none; }
    .tabs-wrapper .tabs .tab.is-active {
      border: 1px solid #e2e2e2;
      border-bottom: none;
      background-color: #ffffff; }
      .tabs-wrapper .tabs .tab.is-active .tab-title {
        text-decoration: none;
        color: #303030; }
      @media screen and (max-width: 640px) {
        .tabs-wrapper .tabs .tab.is-active {
          border: none; } }
  @media (min-width: 769px) {
    .tabs-wrapper .tabs {
      flex-direction: row;
      gap: 0.25rem; }
      .tabs-wrapper .tabs .tab-title {
        padding: 0.75rem 1.5rem; } }

.tab-content--custom,
.tab-content--warranty,
.tab-content--videos,
.tab-content--schematic,
.pdp-content-body {
  margin-top: 2rem; }
  @media screen and (min-width: 640px) {
    .tab-content--custom,
    .tab-content--warranty,
    .tab-content--videos,
    .tab-content--schematic,
    .pdp-content-body {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 640px) {
  .tab-content {
    margin-top: 0;
    margin-bottom: 0; } }

.tab-content--description,
.tab-content--featured {
  padding: 0;
  margin: 0 auto; }

.tab-content-header {
  margin: 0 0 1rem; }

.page--product .productCarousel-heading {
  text-align: center;
  margin-top: 3rem; }
  @media (min-width: 1281px) {
    .page--product .productCarousel-heading {
      margin-top: 4rem; } }

.productReviews {
  margin-top: 2rem; }
  @media (min-width: 1281px) {
    .productReviews {
      margin-top: 4rem; } }

.review-section--upper {
  margin-bottom: 2rem;
  text-align: center; }
  .review-section--upper .review-section__heading {
    margin: 0; }

.review-section__button-bar {
  text-align: left;
  padding: 0.5rem;
  margin-top: 1.25rem;
  background-color: #f0f0f0; }
  .review-section__button-bar .button {
    margin: 0; }

.review-section__list {
  margin: 0; }

.productReview {
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 1px solid #dadada; }
  .productReview:first-child {
    padding-top: 0; }
  .productReview:last-child {
    border-bottom: none; }

.productReview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem; }
  @media screen and (max-width: 640px) {
    .productReview-header {
      align-items: flex-start;
      flex-direction: column;
      gap: 0.2rem; } }
  .productReview-header div {
    flex-grow: 0; }
  .productReview-header .productReview-date {
    margin-bottom: 0; }
  .productReview-header .productReview-rating {
    margin-bottom: 0; }
    @media screen and (min-width: 640px) {
      .productReview-header .productReview-rating {
        width: 190px;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    .productReview-header .productReview-rating .icon {
      height: 25px;
      width: 25px; }

.productReview-body {
  margin: 0;
  max-width: 1000px; }

.load-more-reviews {
  display: flex;
  text-transform: uppercase;
  flex-direction: column;
  font-weight: 300;
  align-items: center;
  margin: 0 auto; }

.fbt__detail-item .price-section,
.fbt__detail-item .price--rrp,
.fbt__detail-item .price--discounted,
.fbt__detail-item .price--withoutTax {
  font-size: 16px; }

.fbt__detail-name {
  border-bottom: none; }

.page--product .price.price--non-sale,
.page--product .price.price--rrp {
  color: #9c9c9c;
  font-weight: 300;
  order: 2; }
  @media screen and (max-width: 355px) {
    .page--product .price.price--non-sale,
    .page--product .price.price--rrp {
      font-size: 1rem; } }

.productView-price .rrp-price--withoutTax,
.productView-price .non-sale-price--withoutTax {
  order: 2; }

.fbt__detail-list .price.price--withoutTax {
  color: #222222 !important;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.fbt__detail-list .price.price--non-sale,
.fbt__detail-list .price.price--rrp {
  display: none; }

.page--product .price.price--withoutTax {
  color: #b8000d;
  font-weight: 300;
  font-size: 2rem; }
  @media screen and (max-width: 355px) {
    .page--product .price.price--withoutTax {
      font-size: 1.5rem; } }

@media (min-width: 1025px) {
  .productView .productView-price {
    display: flex;
    gap: 0.5rem;
    align-items: baseline; } }

.fbt__helper-text {
  text-transform: uppercase;
  margin-bottom: 1rem; }

.fbt__detail-list span,
.fbt__detail-list strong {
  font-weight: 300; }

@media (min-width: 769px) {
  .fbt__image-list {
    justify-content: space-between;
    margin-bottom: 2rem; }
    .fbt__image-list .fbt__image-item.fbt__total {
      width: auto;
      padding: 0; } }

.productView-brand {
  display: none; }

.pagination.pagination--dropdown {
  width: 100%; }
  .pagination.pagination--dropdown .pagination-list {
    max-width: 100%; }

.pdp__sku-upc {
  margin: 0 auto;
  margin-bottom: 1rem;
  list-style-type: none; }
  .pdp__sku-upc li {
    font-weight: 300; }

.more-info-slider.slick-initialized.slick-slider {
  margin-bottom: 1rem; }

.product_page--carousel[set-content-slide][type="mobile"] {
  display: none; }

.product_page--carousel[set-content-slide][type="pc"] {
  display: block; }

@media screen and (max-width: 640px) {
  .product_page--carousel[set-content-slide][type="mobile"] {
    display: block; }
  .product_page--carousel[set-content-slide][type="pc"] {
    display: none; } }

.set-contents-container .title-block {
  display: grid;
  grid: center;
  justify-content: center;
  align-content: flex-start; }
  .set-contents-container .title-block h2,
  .set-contents-container .title-block p {
    text-align: center; }
  .set-contents-container .title-block h2 {
    margin-top: 2rem; }
  @media screen and (max-width: 640px) {
    .set-contents-container .title-block h2 {
      margin-top: 1rem; } }

.set-contents-container .set-content_wrapper {
  max-width: 274px; }
  .set-contents-container .set-content_wrapper .pdp-fake-options__card-img-container {
    height: 100%;
    position: relative; }
  .set-contents-container .set-content_wrapper img {
    width: 80%;
    margin: auto; }
  .set-contents-container .set-content_wrapper .pdp-fake-options__card-item {
    padding: 0.6rem; }
  .set-contents-container .set-content_wrapper .pdp-fake-options__card-link {
    border-color: #e4e4e4;
    padding-bottom: 1rem; }
    .set-contents-container .set-content_wrapper .pdp-fake-options__card-link:hover {
      border-color: #d1d1d1; }
  .set-contents-container .set-content_wrapper .set-content_item-title {
    display: block;
    text-decoration: none;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    padding: 0 0.5rem;
    color: #c20000; }
    .set-contents-container .set-content_wrapper .set-content_item-title.no-link {
      color: #222222; }
  .set-contents-container .set-content_wrapper .set-content_item-sku {
    color: #afafaf;
    font-size: 0.8rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }

.set-contents-container .set-content_wrapper-grid {
  display: inline-grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  .set-contents-container .set-content_wrapper-grid .set-content_wrapper {
    width: 100%;
    display: flex; }
    .set-contents-container .set-content_wrapper-grid .set-content_wrapper .pdp-fake-options__card-item {
      display: flex; }

.lfse-banner {
  background-image: url("../../../../../content/paint-splatter.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
  width: 100%;
  margin-top: 2rem;
  display: grid;
  justify-content: center;
  align-items: center; }
  .lfse-banner div {
    margin: 1rem; }
  .lfse-banner h2,
  .lfse-banner p,
  .lfse-banner a {
    color: white;
    margin: auto;
    text-align: center; }
  @media screen and (max-width: 1024px) {
    .lfse-banner p {
      font-size: 2.5vw; }
    .lfse-banner h2 {
      font-size: 5.5vw; } }
  @media screen and (max-width: 640px) {
    .lfse-banner {
      margin-top: 0.5rem; }
      .lfse-banner p {
        font-size: 3.5vw; }
      .lfse-banner h2 {
        font-size: 7vw; } }

.ellipse {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #7c7c7c; }

.productView-details .button--primary {
  margin: 0; }
  @media screen and (min-width: 640px) {
    .productView-details .button--primary {
      width: 150px; } }
  .productView-details .button--primary#form-action-addToCart {
    text-align: center;
    font-size: 1rem;
    padding: 1rem; }
    @media screen and (min-width: 640px) {
      .productView-details .button--primary#form-action-addToCart {
        width: 150px; } }

.productView-details .banner--out-of-stock {
  background-color: #ffffe1;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  padding-left: 0.5rem; }
  .productView-details .banner--out-of-stock p {
    margin: 0;
    font-size: inherit; }
    .productView-details .banner--out-of-stock p a {
      font-size: inherit;
      color: #d81111; }

@media screen and (min-width: 640px) {
  .product_page--carousel .slick-slide {
    display: flex; }
    .product_page--carousel .slick-slide .set-content_wrapper {
      display: flex;
      align-items: stretch; }
      .product_page--carousel .slick-slide .set-content_wrapper .pdp-fake-options__card-item {
        display: flex;
        align-items: stretch; } }

.product_page--carousel[type="mobile"] .productCarousel-slide {
  display: flex;
  justify-content: center; }

.page--product .body {
  margin-top: 1rem;
  margin-bottom: 3rem; }

.product-page--breadcrumb.breadcrumb-pc {
  display: none; }
  @media screen and (min-width: 640px) {
    .product-page--breadcrumb.breadcrumb-pc {
      display: block; } }

.product-page--breadcrumb.breadcrumb-mobile {
  display: block; }
  @media screen and (min-width: 640px) {
    .product-page--breadcrumb.breadcrumb-mobile {
      display: none; } }

.tab-content h2:first-child {
  margin-top: 0; }

div#previewModal {
  min-height: 60vh;
  z-index: 9999999999; }

.modal-background {
  z-index: 999; }

prodContainer .tabs .tab:hover {
  background-color: #d81111; }

#prodContainer .tabs .tab:not(.is-active) {
  background-color: #b8000d; }
  #prodContainer .tabs .tab:not(.is-active):hover {
    background-color: #d81111; }

body {
  padding-top: 0;
  overflow-x: hidden;
  max-height: 100vh; }

.heroCarousel {
  margin-top: 0; }

.slick-track:before, .slick-track:after {
  display: none; }

.productGrid .product {
  overflow: visible; }

.productCarousel .card,
.page--search .card {
  margin: 0.75rem; }

.page--category .card {
  margin: 0; }

.card {
  justify-content: space-between;
  padding: 0; }
  .card:hover {
    position: static;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15) !important;
    transition: all linear 0.15s !important;
    transform: none; }
    @media (min-width: 1025px) {
      .card:hover {
        position: relative;
        transform: translateY(-0.35rem);
        box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.35); } }
  .card .card-text.card-text--price {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center; }
    .card .card-text.card-text--price .price-section:nth-of-type(3) {
      order: -1; }
  .card .card-action-wrapper {
    padding-top: 1rem; }

.card-figure {
  height: auto;
  margin: 0; }

.contact-card__text {
  text-transform: uppercase; }

.slick-next,
.slick-prev {
  background-color: rgba(241, 241, 241, 0.6); }

.slick-next:hover, .slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background-color: rgba(255, 255, 255, 0.9); }

.card-body .card-title,
.card-body .productView-type-title {
  font-size: 1rem;
  line-height: 1.3; }

.card-body .card-title {
  text-transform: capitalize; }

.card-title.--no-custom-fields a {
  font-family: inherit; }

.card-img-container {
  position: static; }
  .card-img-container img {
    position: static; }
  .card-img-container::after {
    content: none; }

@media (max-width: 480px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 100vh; } }

@media (max-width: 480px) {
  .heroCarousel-content {
    bottom: 0;
    padding: 1.5rem; } }

.home-bottom-callout {
  padding: 0; }

.mobileMenu-toggle {
  z-index: 11; }

@keyframes headertop-in {
  0% {
    text-decoration-color: rgba(0, 0, 0, 0); }
  100% {
    text-decoration-color: black; } }

@keyframes headertop-out {
  0% {
    text-decoration-color: black; }
  100% {
    text-decoration-color: rgba(0, 0, 0, 0); } }

@keyframes headermid-in {
  0% {
    text-decoration-color: rgba(255, 255, 255, 0); }
  100% {
    text-decoration-color: white; } }

@keyframes headermid-out {
  0% {
    text-decoration-color: white; }
  100% {
    text-decoration-color: rgba(255, 255, 255, 0); } }

@media (min-width: 1025px) {
  .header-1__bottom a,
  .header-1__bottom button,
  .footer-2__links a,
  .footer-2__links button,
  .breadcrumbs a,
  .breadcrumbs button {
    text-underline-offset: 0.25rem;
    animation: headertop-out 250ms forwards; }
    .header-1__bottom a:hover,
    .header-1__bottom button:hover,
    .footer-2__links a:hover,
    .footer-2__links button:hover,
    .breadcrumbs a:hover,
    .breadcrumbs button:hover {
      animation: headertop-in 150ms forwards; } }

@media (min-width: 1025px) {
  .header-1__mid a,
  .header-1__mid button {
    text-underline-offset: 0.25rem !important;
    text-decoration-line: underline !important;
    animation: headermid-out 250ms forwards !important; }
    .header-1__mid a:hover,
    .header-1__mid button:hover {
      animation: headermid-in 150ms forwards !important; } }

.modal-close {
  right: 1.75rem; }

.form-label {
  cursor: default; }

.sale-flag-sash {
  text-transform: uppercase; }

.socialLinks-item img {
  filter: brightness(1);
  transition: filter linear 150ms; }
  .socialLinks-item img:hover {
    filter: brightness(0); }

.body .page-heading:focus {
  outline: none !important; }

.heroCarousel-title-last.h3 {
  font-weight: 500; }

.heroCarousel-description {
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4 !important; }

.previewCartAction a {
  font-size: 0.75rem; }

.countPill {
  width: auto; }

.card-body > *:not(.card-action-wrapper) {
  padding: 0 1rem; }

.price.price--non-sale {
  display: none; }

.tab--use-guide,
tab--features,
[data-tabcon="tab-features"],
[data-tabcon="tab-use-guide"] {
  order: 0; }

.tab--videos,
[data-tabcon="tab-videos"] {
  order: 1; }

.tab--shipping-returns,
[data-tabcon="tab-shipping-returns"] {
  order: 2; }

.tab--warranty,
[data-tabcon="tab-warranty"] {
  order: 3; }

.tab--schematic,
.tab--wear-parts,
[data-tabcon="tab-schematic"],
[data-tabcon="tab-wear-parts"] {
  order: 4; }

.carousel-tooltip {
  display: none; }

.card-body .card-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #222222; }

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }

.header-1__bottom .navPages > a {
  display: none; }

@media (min-width: 1025px) {
  .header-1__bottom .navPages > a {
    display: flex;
    opacity: 0;
    visibility: hidden; }
    .header-1__bottom .navPages > a .navUser-item-cartLabel {
      display: inline-block; }
  .header-1__bottom.header--show .navPages > a {
    animation: fade-out 250ms forwards; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .header-1__bottom.header--hide {
    position: fixed;
    top: 0px;
    width: 100%;
    transition: top 0.35s ease;
    z-index: 100; } }

@media (min-width: 1025px) {
  .header-1__bottom.header--hide .countPill {
    color: #222222; }
  .header-1__bottom.header--hide a {
    animation: fade-in 150ms forwards; } }

@media (min-width: 1025px) {
  .header-1__shipping-container .header-1__link-1,
  .header-1__shipping-container .header-1__link-2 {
    display: none;
    animation: fade-out 150ms forwards; }
    .header-1__shipping-container .header-1__link-1.open,
    .header-1__shipping-container .header-1__link-2.open {
      display: block;
      animation: fade-in 150ms forwards; } }

/*
  If using this class you'll need to update the useClassToHide VAR in the JS.
  By default jQuery is used to figure out the current headers height (Recommended).
  This functionality should really only be used if you need to do some kind of fancy animation.
*/
.header-1__top {
  display: flex;
  justify-content: space-between; }
  .header-1__top > div {
    align-self: center;
    padding-left: 1rem; }

.header-1__shipping-container > a {
  margin-bottom: 0;
  font-weight: 300;
  color: #222;
  display: none; }
  .header-1__shipping-container > a > img {
    transition: all 0.25s ease-in-out;
    width: 12px;
    display: none; }
    @media (min-width: 1025px) {
      .header-1__shipping-container > a > img {
        display: inline; } }
  .header-1__shipping-container > a:hover > img {
    transform: translateX(5px); }
  .header-1__shipping-container > a:hover {
    text-decoration: none; }
  @media (min-width: 1025px) {
    .header-1__shipping-container > a {
      display: block; } }

.header-1__top-nav {
  display: flex;
  width: 100%; }
  @media (min-width: 1025px) {
    .header-1__top-nav {
      justify-content: flex-end;
      width: auto; } }

.header-1__top-nav-list {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .header-1__top-nav-list {
      width: auto;
      margin-left: unset;
      justify-content: unset; } }

.header-1__mid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  position: relative; }
  @media (min-width: 1025px) {
    .header-1__mid {
      position: relative;
      grid-template-columns: 0.1fr 1fr 0.1fr; } }
  .header-1__mid.hide {
    display: none; }

.header-1__mid.hide {
  display: none; }

.has-activeNavPages .header-1__mid {
  position: absolute;
  bottom: 0;
  width: 100%; }

.header-1__mid .navUser {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0; }

.modal--search_mobile {
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }
  .modal--search_mobile.show {
    display: flex;
    flex-direction: column; }
  .modal--search_mobile .filler {
    height: 100%; }

.header-1__search_mobile {
  display: none; }
  .header-1__search_mobile.show {
    display: block; }
  .header-1__search_mobile .form--search_mobile {
    display: flex;
    margin: auto;
    padding: 0.5rem;
    padding-right: 0.35rem;
    gap: 0.15rem; }
    .header-1__search_mobile .form--search_mobile fieldset {
      width: 90%; }
    .header-1__search_mobile .form--search_mobile .form--search_mobile__close-button {
      width: 10%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header-1__search_mobile .form--search_mobile .form--search_mobile__close-button svg {
        fill: #fff; }
    .header-1__search_mobile .form--search_mobile .form--search_mobile-content {
      display: flex;
      gap: 0; }
      .header-1__search_mobile .form--search_mobile .form--search_mobile-content input {
        border-radius: 4px 0 0 4px;
        height: 2.5rem; }
        .header-1__search_mobile .form--search_mobile .form--search_mobile-content input::placeholder {
          padding-left: 0;
          font-size: 12px; }
      .header-1__search_mobile .form--search_mobile .form--search_mobile-content button {
        background-color: black;
        color: #fff;
        padding: 0.5rem 1rem;
        font-size: 12px;
        border-radius: 0 4px 4px 0; }

.header-1 .header-logo {
  margin: 0;
  width: auto;
  text-align: start; }

.header-1 .navUser {
  position: static;
  transform: none; }

.header-1 .navUser .navUser-section {
  display: flex;
  padding-right: 3.5rem; }
  @media (min-width: 1025px) {
    .header-1 .navUser .navUser-section {
      padding-right: 0rem; } }

.header-1 .navUser-item--account {
  position: relative; }

.header-1 .navUser-item--search {
  display: block; }

.header-1 .navUser-item--cart__hidden-s {
  display: block; }

@media (min-width: 1025px) {
  .header-1 .navPages-container .navPages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; } }

@media (min-width: 1281px) {
  .header-1 .navPages-container .navPages {
    gap: 3rem; } }

.header-1 .navPages-container-title {
  bottom: 0;
  display: none;
  height: auto;
  padding: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: relative;
  right: 0;
  z-index: 10; }
  @media screen and (min-width: 1025px) {
    .header-1 .navPages-container-title {
      display: flex;
      justify-content: center;
      align-self: center; } }
  .header-1 .navPages-container-title > p {
    font-weight: 600;
    color: white;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(0, -50%); }

@media (min-width: 1025px) {
  .header-1__navPages-list--custom {
    display: none; } }

@media (min-width: 1025px) {
  .header-1__navPages-list--custom-contact {
    display: none; } }

.header-1__nav-search {
  background: none;
  padding: 0;
  max-width: none; }
  @media (min-width: 1025px) {
    .header-1__nav-search {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2; } }

.header-1__nav-search .container {
  padding: 0; }

@media (min-width: 1025px) {
  .header-1__nav-search .form {
    max-width: none; } }

@media (min-width: 1025px) {
  .header-1__nav-search.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0 !important;
    bottom: 0 !important; } }

.header-1__nav-search .quickSearchResults .modal-close {
  display: none; }
  @media (min-width: 1025px) {
    .header-1__nav-search .quickSearchResults .modal-close {
      display: block; } }

.header-1__nav-search.dropdown--quickSearch .productGrid {
  display: none;
  height: 100vw;
  overflow: scroll; }
  @media (min-width: 1025px) {
    .header-1__nav-search.dropdown--quickSearch .productGrid {
      display: block; } }

.header-1__nav-search.dropdown--quickSearch .form-field {
  display: flex; }

.header-1__nav-search.dropdown--quickSearch.is-open {
  top: 0 !important; }

.header-1--default .header-1__top-nav-list-item {
  padding: 0.5rem; }
  @media (min-width: 481px) {
    .header-1--default .header-1__top-nav-list-item {
      padding: 1rem; } }

.header-1--default .header-1__mid .icon {
  height: 25px;
  width: 25px; }

.header-1--default .header-1__top-account-dropdown {
  min-width: 150px; }

.header-1--default .header-1__top-account-dropdown.dropdown-menu.is-open:before {
  left: unset;
  right: 10px; }

.header-1--default .header-1__top-account-dropdown.dropdown-menu.is-open:after {
  left: unset;
  right: 12px; }

@media (min-width: 1025px) {
  .header-1--default .header-1__nav-search .quickSearchResults {
    position: absolute;
    top: 40px;
    width: 100%; } }

.header-1--default .quickSearchResults {
  background: white; }

.header-1--default .header-1__nav-search.dropdown--quickSearch.is-open {
  padding: 0.5rem; }

.header-1__mid .navUser-item--cart .navUser-action {
  width: max-content;
  display: flex; }

.navUser-item--cart .countPill {
  margin-left: 0.5rem; }

.header-1__top-nav-list-link {
  color: #222;
  font-weight: 300; }

.header-1__bottom .navPages-action {
  color: #222;
  font-weight: 400; }

.header-1__navPages-list--custom-contact .navPages-action {
  display: flex;
  justify-content: space-between; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  right: 1.25rem;
  background: #fff;
  z-index: 1000000; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before, .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #fff; }

body.has-activeNavPages .mobileMenu-toggleText {
  width: 100%;
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: CENTER;
  align-self: center; }

body.has-activeNavPages .navUser-item--search .navUser-item-cartLabel {
  display: none; }

body.has-activeNavPages .navUser-item--cart .navUser-item-cartLabel {
  display: none; }

.navUser-item--search .navUser-item-cartLabel {
  display: block;
  color: #fff; }

.navUser-item--cart .navUser-item-cartLabel {
  display: block;
  color: #fff; }

.navUser-item--cart > a:hover {
  text-decoration: none; }

.navUser-item--search > a:hover {
  text-decoration: none; }

.header-logo .header-logo__link {
  margin: unset; }

.navUser-item .navUser-action .navUser-item-cartLabel:hover::after {
  opacity: 1; }

.navUser-item--account .navUser-action {
  text-decoration: none; }

.navUser-action > span {
  position: relative; }

.navPages-action {
  font-family: "Oswald", Arial, Helvetica, sans-serif; }
  @media (min-width: 1025px) {
    .navPages-action {
      font-family: "Roboto", Arial, Helvetica, sans-serif; } }

.header-1__navPages-list--custom-contact .navPages-item:first-of-type .navPages-action > span {
  display: none; }

.header-1__navPages-list--custom-contact .navPages-item:first-of-type + .navPages-item .navPages-action > span {
  display: none; }

.heroCarousel-title-last.h3 {
  font-weight: 400;
  font-size: 2.4rem; }

@media (min-width: 1025px) {
  .heroCarousel-title {
    line-height: 0.9; } }

.heroCarousel-title {
  line-height: 1;
  margin-bottom: 1rem; }

.heroCarousel-description {
  font-style: italic;
  font-size: 1.4rem; }

.heroCarousel-content-wrapper {
  background-color: #ffffffde; }

.heroCarousel-content-button-wrapper .heroCarousel-action {
  padding: 1.7rem 3.5rem;
  font-size: 1.4rem; }

.heroCarousel-content-wrapper {
  text-align: left;
  padding: 1.8rem;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9); }

.container.hh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (min-width: 1025px) {
  .product-carousel__container {
    padding: 3rem 3.25rem; } }

/* Will need to adjust carousel card width */
a.home-bottom-card.home-bottom-card--giveaway:hover {
  text-decoration: none; }

.card-body .card-action-wrapper {
  padding: 0.75rem;
  left: 0;
  bottom: 0; }

.home-bottom-card {
  border-radius: 6px; }

.home-columns.blog {
  border-radius: 0; }

.mask-6 {
  border-radius: 6px; }

.card:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2) !important; }

@media (min-width: 1281px) {
  .pdp-template .pdp-template__section:nth-child(2) .pdp-template__content {
    padding: 2rem 0 4rem 4rem; } }

.blog-post__card {
  margin: 0; }

.form-input.dropdown {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto; }

::-webkit-scrollbar {
  width: 12px; }

.mobile-menu::-webkit-scrollbar-track,
.mobile-menu::-webkit-scrollbar {
  display: none !important; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #b8000d;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4); }

blockquote {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1rem; }

.breadcrumbs a {
  font-weight: 300;
  font-size: 0.8rem; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.card-body .card-title a {
  font-size: 0.8rem;
  font-weight: 300; }

.card-body .card-text--extra {
  font-weight: 300;
  font-size: 0.7rem;
  margin-bottom: 0; }

section.productView-details.product-options p {
  font-weight: 300; }

.pdp-template p {
  font-weight: 300; }

.klarna-btn-div {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.06);
  padding: 10px;
  display: inline-block; }
  .klarna-btn-div h4 {
    margin-top: -25px;
    background: white;
    margin-bottom: 5px;
    display: inline-block;
    position: absolute; }
    @media (min-width: 1150px) {
      .klarna-btn-div h4 {
        display: inline-block;
        position: absolute; } }

.klarna-btn-div:hover {
  text-decoration-color: none; }

.klarna-btn {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  background-color: #f6adc0;
  margin-right: 12px;
  margin-bottom: 5px; }

.klarna-img {
  height: 12px; }

.modal-klarna {
  overflow: auto;
  padding: 0 2rem; }

.productView-options {
  margin-bottom: 1rem; }

@media (max-width: 768px) {
  .form-wishlist {
    margin-top: 16px; } }

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

.sale-link:hover {
  text-decoration: none; }

h2.sale-heading-1 {
  margin-top: 0;
  color: #cf3;
  font-size: 80px;
  line-height: 1 !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 0;
  text-decoration: none !important; }

h2.sale-heading-2 {
  font-size: 56px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1 !important;
  color: #fff;
  margin-bottom: 0; }

.heroCarousel-slide .heroCarousel-image {
  -o-object-position: top;
  object-position: top; }

.productView-options .form {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .button.finance {
    width: 100%; } }

.productView-options .form-field {
  margin-bottom: 1rem; }

.pdp-banner--sale {
  margin: 0; }

.pdp-banner {
  padding: 10px;
  margin-bottom: 1.5rem; }

.home-bottom-card__item-image img {
  max-height: 120px;
  border-radius: 6px; }

.heroCarousel-content-wrapper {
  text-align: center;
  padding: 0;
  border-radius: 6px;
  display: block;
  background-color: #ffffff00; }

.heroCarousel-title-full.h1 {
  font-size: 6.75rem;
  font-weight: 700;
  color: #9de700;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

@media (max-width: 1000px) {
  .heroCarousel-title-full.h1 {
    font-size: 3.5rem; }
  .heroCarousel-description {
    font-size: 2.5rem; } }

.heroCarousel-description {
  line-height: 1.1;
  font-style: initial;
  font-weight: 700;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 3rem;
  font-family: Oswald, Arial, Helvetica, sans-serif; }

.heroCarousel-content {
  top: 0;
  display: block; }

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

@media (max-width: 640px) {
  .add-to-cart-action__wrapper {
    margin-bottom: 1rem; } }

.modal {
  overflow: auto; }

.pdp-banner .pdp-banner__heading {
  font-size: 1.7rem; }

.price-section.price-section--withoutTax.price-range {
  display: none; }

.price-range span.price.price--rrp {
  text-decoration: none;
  font-weight: 300; }

.price-section.price-section--withoutTax.rrp-price--withoutTax.price-range {
  display: block;
  font-family: Oswald, Arial, Helvetica, sans-serif; }

.price-section.price-section--withoutTax.rrp-price--withoutTax.price-range span:first-child {
  display: none; }

span.price.price--rrp.h5 {
  font-weight: 300; }

.actionBar.category-facets {
  display: none; }

.page-heading {
  margin: 0; }

.breadcrumbs {
  margin-bottom: 4px; }

.sale-flag-sash-cat {
  font-size: 1.2rem;
  font-weight: 500;
  height: 2.5rem;
  right: -41px;
  line-height: 2.5rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 27px;
  transform: rotate(45deg);
  transition: background-color 0.8s ease;
  width: 11.0625rem;
  z-index: 9;
  background: #d4ff51;
  color: #dc0000;
  text-transform: uppercase; }

.tab-link-tab-1.w--current .text-block-94,
.tab-link-tab-1:hover .text-block-94 {
  color: white; }

.modal-scroll-box.financing._2 {
  overflow: auto; }

a.modal-exit-button.financing.landing {
  text-decoration: none; }

.slider--main__content {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }

.product--name.activelink {
  font-weight: 400 !important;
  color: #333; }

.cat-banner {
  background-image: url(https://store-89a9ntp16.mybigcommerce.com/content/sale-graphics/category-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: black;
  transition: all 0.15s ease;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 0 4% 10px 4%; }
  .cat-banner a {
    text-decoration: none; }
  .cat-banner h2 {
    padding-top: 0.8rem;
    margin: 0;
    color: white;
    font-size: 2.5em;
    margin-bottom: 12px;
    line-height: 1.2 !important; }
  @media screen and (max-width: 426px) {
    .cat-banner {
      font-size: 3vw; } }
  .cat-banner h3 {
    color: white;
    margin: 0 0 10px 0;
    font-size: 1.5em;
    padding-bottom: 1rem; }

/*.cat-banner:hover {
    background-color: #dc0000;
}  */
@media screen and (max-width: 700px) {
  .iavtb {
    font-size: 14vw !important; }
  .iavtb.iavsm {
    font-size: 9vw !important;
    line-height: 1.6 !important; }
  .iavbox1 {
    margin-bottom: -20px; } }

.pdp-template > .pdp-template__section:nth-child(2) {
  display: none; }

@media screen and (max-width: 700px) {
  .iavtb {
    font-size: 14vw !important; }
  .iavtb.iavsm {
    font-size: 9vw !important;
    line-height: 1.6 !important; }
  .iavbox1 {
    margin-bottom: -20px; } }

.pdp-template > .pdp-template__section:nth-child(2) {
  display: none; }

.outer-yt-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 16px auto; }

.yt-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden; }

.yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.blog-post .instagram-media.instagram-media-rendered {
  margin: 24px auto !important; }

.sbi-div {
  margin: 20px auto;
  display: block;
  width: auto;
  max-width: 600px; }

.sbi-span {
  font-size: 12px; }

.sbi-icon {
  height: 14px;
  margin-right: 2px; }

.sbi-img {
  border-radius: 3px; }

.outer-yt-container {
  display: flex;
  justify-content: center;
  width: 100%; }

.productView-thumbnails a[data-type="video"] img {
  background-color: black;
  height: 5rem; }
  @media screen and (max-width: 469px) {
    .productView-thumbnails a[data-type="video"] img {
      height: 4rem; } }

.slider-container .h4--light {
  font-weight: 400; }

@media screen and (max-width: 768px) {
  .mob--hide {
    display: none; }
  .cat-banner h2 {
    font-size: 26px;
    margin-bottom: 4px; }
  .cat-banner h3 {
    padding-bottom: 0;
    font-size: 20px; }
  .cat-banner-span {
    font-size: 3.8vw;
    max-width: 240px; } }

@media screen and (min-width: 769px) {
  .desktop--hide {
    display: none; }
  .cat-banner h2 {
    margin-bottom: 0; }
  .cat-banner h3 {
    margin-bottom: 0;
    padding-bottom: 0; } }

.cat-banner-span {
  font-weight: 200;
  color: white;
  margin: 0 auto;
  display: block;
  font-family: "Oswald"; }

/* ==========================================================
 * ## Removing blue on-focus border highlight
 * ========================================================== */
[contenteditable=true]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
  outline: none !important; }
