@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: 550px)/";
  width: 0; }

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

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

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:1340px)/";
  width: 1025px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td, .productView-table-data,
th,
.productView-table-header {
  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: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,
.productView-table-header, td, .productView-table-data {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 550px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1340px) {
    html {
      font-size: 16px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  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: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.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: 20px;
  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 .productView-table-row th, .table thead tr .productView-table-header, .table thead .productView-table-row .productView-table-header,
    .table thead tr td,
    .table thead .productView-table-row td,
    .table thead tr .productView-table-data,
    .table thead .productView-table-row .productView-table-data {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th, .table .productView-table-row th, .table tr .productView-table-header, .table .productView-table-row .productView-table-header,
  .table tr td,
  .table .productView-table-row td,
  .table tr .productView-table-data,
  .table .productView-table-row .productView-table-data {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th, .table thead .productView-table-row th, .table thead tr .productView-table-header, .table thead .productView-table-row .productView-table-header,
  .table tfoot tr th,
  .table tfoot .productView-table-row th,
  .table tfoot tr .productView-table-header,
  .table tfoot .productView-table-row .productView-table-header,
  .table tfoot tr td,
  .table tfoot .productView-table-row td,
  .table tfoot tr .productView-table-data,
  .table tfoot .productView-table-row .productView-table-data,
  .table tbody tr th,
  .table tbody .productView-table-row th,
  .table tbody tr .productView-table-header,
  .table tbody .productView-table-row .productView-table-header,
  .table tbody tr td,
  .table tbody .productView-table-row td,
  .table tbody tr .productView-table-data,
  .table tbody .productView-table-row .productView-table-data,
  .table tr td,
  .table .productView-table-row td,
  .table tr .productView-table-data,
  .table .productView-table-row .productView-table-data {
    display: table-cell; }
  .table th.table-header--numericData, .table .table-header--numericData.productView-table-header,
  .table td.table-cell--numericData,
  .table .table-cell--numericData.productView-table-data {
    text-align: right; }

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

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

.table-tbody tr, .table-tbody .productView-table-row {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child, .table-tbody .productView-table-row: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: "Montserrat", 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 {
    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: #fd4114;
  border-color: #fd4114;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #ae3215;
    border-color: #ae3215;
    color: white; }
  .button--primary:active {
    background-color: #ae3215;
    border: 1px solid #ae3215;
    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: 15px; }

.button--small {
  font-size: 13px;
  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: #fd4114; }

/*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: lightgray;
  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: lightgray;
  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: 550px) {
    .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: #fd4114;
    box-shadow: 0 0 4px rgba(253, 65, 20, 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: 13px;
  line-height: 13px;
  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: 550px) {
    .tab {
      float: left; } }

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

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

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

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

.navBar-action {
  color: #333333;
  font-size: 15px;
  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: #fd4114;
  font-size: 15px;
  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: #fd4114; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #fd4114;
  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: #dfdfdf; }

.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: "Open Sans", 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: 550px) {
    .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: 550px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 550px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 550px) {
    .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: 15px;
  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: 24px;
  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: 15px;
  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: 550px) {
  .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: 550px) {
  .actionBar-section--alt {
    float: right; } }

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

.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 {
  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: #fd4114;
    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: #fd4114;
      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: 1340px) {
    .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='%23fd4114' 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='%23ae3215' 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: 1340px) {
    .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='%23fd4114' 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='%23ae3215' 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: #fd4114; }

.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: 550px) {
    .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: 550px) {
    .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; } }

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: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  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: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.table {
  margin-top: 2rem; }
  .table td + td, .table .productView-table-data + td, .table td + .productView-table-data, .table .productView-table-data + .productView-table-data {
    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: 550px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 550px) {
      .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, .table--line .table-thead .productView-table-row th, .table--line .table-thead tr .productView-table-header, .table--line .table-thead .productView-table-row .productView-table-header {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 550px) {
        .table--line .table-thead tr th, .table--line .table-thead .productView-table-row th, .table--line .table-thead tr .productView-table-header, .table--line .table-thead .productView-table-row .productView-table-header {
          text-align: center; }
          .table--line .table-thead tr th:first-child, .table--line .table-thead .productView-table-row th:first-child, .table--line .table-thead tr .productView-table-header:first-child, .table--line .table-thead .productView-table-row .productView-table-header:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child, .table--line .table-thead .productView-table-row th:last-child, .table--line .table-thead tr .productView-table-header:last-child, .table--line .table-thead .productView-table-row .productView-table-header:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th, .table--line .table-thead .productView-table-row th + th, .table--line .table-thead tr .productView-table-header + th, .table--line .table-thead .productView-table-row .productView-table-header + th, .table--line .table-thead tr th + .productView-table-header, .table--line .table-thead .productView-table-row th + .productView-table-header, .table--line .table-thead tr .productView-table-header + .productView-table-header, .table--line .table-thead .productView-table-row .productView-table-header + .productView-table-header {
        padding-left: 1.5rem; }
  .table--line tr, .table--line .productView-table-row {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td, .table--line .productView-table-row td, .table--line tr .productView-table-data, .table--line .productView-table-row .productView-table-data {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 550px) {
        .table--line tr td, .table--line .productView-table-row td, .table--line tr .productView-table-data, .table--line .productView-table-row .productView-table-data {
          text-align: center; }
          .table--line tr td:first-child, .table--line .productView-table-row td:first-child, .table--line tr .productView-table-data:first-child, .table--line .productView-table-row .productView-table-data:first-child {
            text-align: left; }
          .table--line tr td:last-child, .table--line .productView-table-row td:last-child, .table--line tr .productView-table-data:last-child, .table--line .productView-table-row .productView-table-data:last-child {
            text-align: right; } }
      .table--line tr td + td, .table--line .productView-table-row td + td, .table--line tr .productView-table-data + td, .table--line .productView-table-row .productView-table-data + td, .table--line tr td + .productView-table-data, .table--line .productView-table-row td + .productView-table-data, .table--line tr .productView-table-data + .productView-table-data, .table--line .productView-table-row .productView-table-data + .productView-table-data {
        padding-left: 1.5rem; }
  .table--line td + td, .table--line .productView-table-data + td, .table--line td + .productView-table-data, .table--line .productView-table-data + .productView-table-data {
    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; }
  @media (min-width: 550px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1025px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1340px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1340px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

.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: 550px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1025px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1340px) {
    #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: 1340px) {
  .modal--large {
    width: 1280px; } }

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

.modal-header-title {
  font-size: 20px;
  text-align: center; }
  @media (min-width: 1025px) {
    .modal-header-title {
      font-size: 24px; } }

.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: 50%;
    transform: translateX(0.625rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

.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: #fd4114; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #ae3215; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #ae3215; }

.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[disabled] {
  cursor: not-allowed; }

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

.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: 550px) {
      .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: 550px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1025px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1340px) {
    .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;
    padding: 1.5rem 0;
    visibility: visible; }

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

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

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

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

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

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

.accordion-title {
  color: #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; }
  @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: 4px;
  color: #333333; }

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

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

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

.form-inlineMessage {
  display: block; }

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

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(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: 550px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 550px) {
      .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: 550px) {
        .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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

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

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

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

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

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

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

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

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1340px) {
    .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: 15px;
  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 lightgray;
  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: 550px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

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

.form-input--small {
  font-size: 13px;
  height: 2.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: 550px) {
  .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 polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 15px;
  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 {
    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: 550px) {
    .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: 550px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #fd4114; }
    .card--alternate:hover .card-body {
      background-color: #fd4114; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.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: #fd4114; }
  .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; }

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

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

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

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  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: black;
  height: 2.125rem; }

.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;
  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: 550px) {
    .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; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .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: none; }
  @media (min-width: 1025px) {
    .navUser-item {
      display: block; }
      .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; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 550px) {
    .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: 550px) {
    .navUser-item-cartLabel {
      display: inline; } }

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

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

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

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.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: 550px) {
    .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: 16px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 550px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

.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;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 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: 550px) {
    .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 {
    border-top: 1px solid #cccccc;
    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;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg); }
    @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: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none; }
  @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; }
  .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 {
  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;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: auto; }
      .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 {
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.125rem; } }

.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 1rem 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: #fd4114; }
    .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: 550px) {
    .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-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: 550px) {
    .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: 550px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 550px) {
      .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; }
  @media (min-width: 550px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 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: 16px;
  margin: 0; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

.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: 550px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr, .account--addReturn .table .productView-table-row {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 550px) {
      .account--addReturn .table tr, .account--addReturn .table .productView-table-row {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th, .account--addReturn .table .productView-table-header,
  .account--addReturn .table td,
  .account--addReturn .table .productView-table-data {
    display: block;
    padding: 0; }
    @media (min-width: 550px) {
      .account--addReturn .table th, .account--addReturn .table .productView-table-header,
      .account--addReturn .table td,
      .account--addReturn .table .productView-table-data {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th, .account--addReturn .table .productView-table-header + th, .account--addReturn .table th + .productView-table-header, .account--addReturn .table .productView-table-header + .productView-table-header,
    .account--addReturn .table th + td,
    .account--addReturn .table .productView-table-header + td,
    .account--addReturn .table th + .productView-table-data,
    .account--addReturn .table .productView-table-header + .productView-table-data,
    .account--addReturn .table td + th,
    .account--addReturn .table .productView-table-data + th,
    .account--addReturn .table td + .productView-table-header,
    .account--addReturn .table .productView-table-data + .productView-table-header,
    .account--addReturn .table td + td,
    .account--addReturn .table .productView-table-data + td,
    .account--addReturn .table td + .productView-table-data,
    .account--addReturn .table .productView-table-data + .productView-table-data {
      padding-left: 0; }
      @media (min-width: 550px) {
        .account--addReturn .table th + th, .account--addReturn .table .productView-table-header + th, .account--addReturn .table th + .productView-table-header, .account--addReturn .table .productView-table-header + .productView-table-header,
        .account--addReturn .table th + td,
        .account--addReturn .table .productView-table-header + td,
        .account--addReturn .table th + .productView-table-data,
        .account--addReturn .table .productView-table-header + .productView-table-data,
        .account--addReturn .table td + th,
        .account--addReturn .table .productView-table-data + th,
        .account--addReturn .table td + .productView-table-header,
        .account--addReturn .table .productView-table-data + .productView-table-header,
        .account--addReturn .table td + td,
        .account--addReturn .table .productView-table-data + td,
        .account--addReturn .table td + .productView-table-data,
        .account--addReturn .table .productView-table-data + .productView-table-data {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 550px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 550px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 550px) {
    .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: 550px) {
    .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: 550px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1340px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

.productReview-title {
  margin: 0; }

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

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

@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: 16px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 1025px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1340px) {
    .productView-title {
      font-size: 32px; } }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 1025px) {
    .productView-price {
      font-size: 24px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .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: 550px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 550px) {
    .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: 550px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

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

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 550px) {
    .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: 550px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 550px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline-block; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 550px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 550px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 1025px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1340px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons button {
      color: #757575;
      display: block;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid lightgray;
  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 lightgray; }
  .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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  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: 13px;
  font-weight: 400; }

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 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; }

.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: #fd4114;
  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: 550px) {
    .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: 550px) {
    .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: 550px) {
    .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: 550px) {
    .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: 550px) {
    .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: 15px;
  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: 550px) {
    .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: 550px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1025px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1340px) {
    .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: 550px) {
    .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: 550px) {
    .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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  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: 550px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.cart-acceleratedCheckoutButtons {
  align-items: end;
  display: flex;
  flex-direction: column;
  width: 100%; }

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

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

.previewCart-acceleratedCheckoutButtons {
  width: 100%; }

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

.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: 550px) {
    .address {
      width: 50%; } }
  @media (min-width: 1340px) {
    .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: 550px) {
      .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: 550px) {
      .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: 550px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

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

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

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

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

.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: 32px;
  font-weight: bold;
  text-align: center; }

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

.previewCartCheckout-acceleratedCheckoutButtons {
  width: 100%; }

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

.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: 1340px) {
      .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: 1340px) {
    .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; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

.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: 550px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

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

.account-product-subtitle {
  color: #c4c4c4;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.1875rem 0 1rem; }

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

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

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

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

.account-product-detail-heading {
  color: #757575;
  font-family: "Open Sans", 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: 1340px) {
      .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: 1340px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1340px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

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

.account-orderTotal-key {
  color: #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: 16px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 550px) {
    .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: 550px) {
    .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: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #fd4114;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.1875rem; }

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

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

.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;
  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: 550px) {
      .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: 1340px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1340px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1340px) {
      .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: 1340px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 15px; }

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

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 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: 550px) {
  .paymentMethodForm {
    max-width: 60%; } }

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

.paymentMethodForm-heading {
  color: #545454;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem; }

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

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

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

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 550px) {
    .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: 550px) {
    .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: 15px;
  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: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  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: 550px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1025px) {
    .header-logo {
      height: auto;
      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 {
      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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 550px) {
    .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: 24px; } }

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

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

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

.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;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @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: #222222;
      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: 1.5rem; }
  @media (min-width: 1025px) {
    .body {
      margin-top: 2.5rem; } }

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

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

@media (min-width: 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 {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #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: 550px) {
    .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: 550px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 550px) {
  .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; }

.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: 550px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.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; }

.footer-info-heading.spanh3 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

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

.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: 20px;
  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: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  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: 550px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1025px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1340px) {
    .blog-post-body {
      width: 50%; } }

@media (min-width: 1025px) {
  .page--blog-custom .blog-sidebar {
    float: right; } }

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

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0; }

.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: 550px) {
      .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: 550px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 25%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 550px) {
    .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: 550px) {
  .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: 1340px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 550px) {
    .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: 1340px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

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

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

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

@media (min-width: 1340px) {
  .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: 15px;
      margin-bottom: 0; } }

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

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

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

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

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

@media (min-width: 1340px) {
  .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-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%; } }

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

.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: 550px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1340px) {
    .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: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.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: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 550px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1340px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #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; } }

/* ==========================================================
 * ## 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
 * ========================================================== */
/*
    Mobile headings by default are based off our generic theme design. Make sure to change them for each site build. If you need to adjust these then just update the px amount that you want to subtract from the desktop size :metal:
*/
/* ==========================================================
 * ## 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: #333333; }
  a.anchor-secondary:hover, a.anchor-secondary:active, a.anchor-secondary:focus {
    color: #757575; }

/* ==========================================================
 * ## Containers
 * ========================================================== */
.container {
  max-width: calc(1556px + 1.5rem * 2);
  margin: 0 auto;
  padding: 0 1.5rem; }

.page,
.main {
  margin: 0; }

/* ==========================================================
 * ## HTML Elements
 * ========================================================== */
.h1,
h1 {
  color: #fd4114;
  font-size: 2rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700; }
  @media (min-width: 1025px) {
    .h1,
    h1 {
      font-size: 2rem; } }

.h2,
h2 {
  color: #fd4114;
  font-size: 1.4375rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500; }
  @media (min-width: 1025px) {
    .h2,
    h2 {
      font-size: 1.5rem; } }

.h3,
h3 {
  color: #fd4114;
  font-size: 1.25rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800; }
  @media (min-width: 1025px) {
    .h3,
    h3 {
      font-size: 1.25rem; } }

.h4,
h4 {
  color: #fd4114;
  font-size: 1rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.h5,
h5 {
  color: #fd4114;
  font-size: 0.9375rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.h6,
h6 {
  color: #fd4114;
  font-size: 0.8125rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500; }

p {
  color: #222222;
  font-size: 1rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400; }

a {
  color: #fd4114;
  font-size: inherit;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

/* ==========================================================
 * ## Buttons
 * ========================================================== */
.button {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  font-weight: 700; }
  .button.button--primary {
    font-size: 1rem;
    color: white;
    background-color: #fd4114;
    border-color: rgba(0, 0, 255, 0);
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    padding: 0.85714rem 2.28571rem; }
    .button.button--primary:hover, .button.button--primary:focus {
      background-color: #ae3215;
      color: white;
      border-color: rgba(0, 0, 255, 0);
      text-decoration: none; }
    .button.button--primary:active {
      background-color: #ae3215;
      color: white;
      border-color: rgba(0, 0, 255, 0);
      text-decoration: none; }
  .button.button--secondary {
    font-size: 1rem;
    color: #fd4114;
    background-color: rgba(0, 0, 255, 0);
    border-color: #fd4114;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    padding: 0.85714rem 2.28571rem; }
    .button.button--secondary:hover, .button.button--secondary:focus {
      background-color: rgba(0, 0, 255, 0);
      color: #707070;
      border-color: #707070;
      text-decoration: none; }
    .button.button--secondary:active {
      background-color: rgba(0, 0, 255, 0);
      color: #707070;
      border-color: #707070;
      text-decoration: none; }
  .button.button--small {
    font-size: 1rem;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    padding: 0.57143rem 1.5rem; }
    .button.button--small:hover, .button.button--small:focus {
      text-decoration: none; }
    .button.button--small:active {
      text-decoration: none; }
  .button.card-figcaption-button {
    width: 100%; }

/* ==========================================================
 * ## Form Elements
 * ========================================================== */
.form-input {
  color: #333333;
  background: white;
  border: 1px solid lightgray;
  border-radius: 3px;
  line-height: 20px;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  float: none !important; }
  .form-input:focus {
    background: white;
    border: 1px solid #757575;
    border-radius: 3px; }

.form-select--small,
.form-select--date {
  font-size: 1rem;
  line-height: normal;
  padding: 0 .75rem; }

.actionBar-section .form-label {
  font-size: 1rem;
  color: #222222; }

/* ==========================================================
 * ## Misc
 * ========================================================== */
.navList-action {
  font-size: 1rem; }

.navPages-action {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 1.25rem;
  color: #707070;
  display: block;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 1025px) {
    .navPages-action:hover, .navPages-action:focus:hover {
      color: #ae3215; } }
  .navPages-action:focus {
    color: #ae3215; }
  @media (min-width: 1025px) {
    .navPages-action {
      font-size: 0.9375rem;
      padding: .75rem; } }

.icon {
  height: 1.25rem;
  width: 1.25rem; }
  .icon.navPages-action-moreIcon {
    pointer-events: none !important; }

.icon svg {
  height: 100% !important;
  width: 100% !important; }

.breadcrumb {
  font-size: 1rem; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: 400; }

@media (min-width: 1025px) {
  .breadcrumb-label:hover {
    color: #ae3215; } }

.breadcrumb:not(:first-child):before {
  border-right-color: #757575; }

.card-title {
  font-size: 1rem; }

.productView-title {
  font-size: 2rem;
  line-height: 39px;
  letter-spacing: -0.03em; }

.productView-brand {
  margin: 0; }

.productView-info-name {
  font-size: 1rem; }

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

/* ==========================================================
 * ## Variables
 * ========================================================== */
/* ==========================================================
 * ## Page Layout
 * ========================================================== */
.page--blog-custom::after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 1025px) {
  .page--blog-custom .blog-sidebar {
    float: none; } }

@media (min-width: 1025px) {
  .page--blog-custom .blog-sidebar .blog-sidebar__header-text, .page--blog-custom .blog-sidebar a,
  .page--blog-post-custom .blog-sidebar .blog-sidebar__header-text,
  .page--blog-post-custom .blog-sidebar a {
    color: #222222; }
    .page--blog-custom .blog-sidebar .blog-sidebar__header-text:hover, .page--blog-custom .blog-sidebar a:hover,
    .page--blog-post-custom .blog-sidebar .blog-sidebar__header-text:hover,
    .page--blog-post-custom .blog-sidebar a:hover {
      color: #ae3215; } }

@media (min-width: 1340px) {
  .page--blog-custom .blog-sidebar,
  .page--blog-post-custom .blog-sidebar {
    display: block;
    float: right;
    width: 20.5%;
    padding-left: 5.3125rem; } }

@media (min-width: 1340px) {
  .page--blog-custom .blog-top {
    float: right;
    width: 79.5%; } }

@media (min-width: 1340px) {
  .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: #fd4114; }
  @media (min-width: 1340px) {
    .blog-sidebar__block .blog-sidebar__header > .icon {
      display: none; } }

@media only screen and (max-width: 1340px) {
  .blog-sidebar__block > a.is-open .icon {
    transform: rotate(90deg); } }

@media only screen and (max-width: 1340px) {
  .blog-sidebar__header {
    margin: 0;
    padding: 0.75rem 1rem;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    display: flex;
    align-items: center; } }

@media (min-width: 1340px) {
  .blog-sidebar__header {
    margin-top: 0;
    margin-bottom: 1rem; } }

@media only screen and (max-width: 1340px) {
  .blog-sidebar__header-text {
    color: #fd4114;
    font-size: 1rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    flex: 1; } }

.blog-sidebar__content {
  display: none;
  width: 100%; }
  @media (min-width: 1340px) {
    .blog-sidebar__content {
      display: block; } }

.blog-sidebar__content.is-open {
  display: block;
  position: absolute;
  z-index: 5;
  background-color: #ffffff; }
  @media (min-width: 1340px) {
    .blog-sidebar__content.is-open {
      position: static; } }

.blog-sidebar__recent-list {
  margin: 0;
  list-style: none; }
  @media only screen and (max-width: 1340px) {
    .blog-sidebar__recent-list {
      border: 1px solid #d3d3d3;
      border-top: none;
      background-color: #ffffff; } }
  @media (min-width: 1340px) {
    .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: 1340px) {
  .blog-sidebar__recent-list-item {
    border-bottom: 1px solid #d3d3d3; }
    .blog-sidebar__recent-list-item:last-child {
      border-bottom: none; } }

@media (min-width: 1340px) {
  .blog-sidebar__recent-list-item {
    margin: 0.75rem 0; } }

.blog-sidebar__recent-list-item a {
  display: block; }
  @media only screen and (max-width: 1340px) {
    .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: 1340px) {
    .blog-sidebar__form {
      border: 1px solid #d3d3d3;
      border-top: none;
      margin-bottom: 0;
      padding: 1rem; } }
  @media (min-width: 1340px) {
    .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: left; }

.blog-top .page-heading {
  margin: 0 0 1rem; }

.blog-top__content {
  margin-bottom: 2rem; }

.page--blog-custom .form-prefixPostfix.wrap .button {
  margin: 0; }

.blog-top__content-description {
  margin: 2rem 0; }

/* ==========================================================
* ## Posts
* ========================================================== */
.blog-posts__container {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
  padding: calc(2rem + 43px) 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d3d3d3; }
  @media (min-width: 550px) {
    .blog-posts__container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1025px) {
    .blog-posts__container {
      grid-template-columns: repeat(3, 1fr); } }

.blog-post__card {
  display: flex;
  flex-flow: column nowrap;
  padding: 2rem;
  border: 1px solid #d3d3d3;
  border-radius: 2px; }

.blog-post__card-thumbnail {
  margin: 0;
  text-align: center; }

.blog-post__card-body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%; }

.blog-post__card-header {
  padding: 1.5rem 0; }
  .blog-post__card-header + .blog-post__card-summary {
    border-top: 1px solid #d3d3d3; }

.blog-post__card-title {
  margin-top: 0; }

.blog-post__card-date {
  margin: 0; }

.blog-post__card-summary {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  padding: 1.5rem 0 0; }

.blog-post__card-read-more-wrapper {
  margin-top: auto; }

.blog-post__card-read-more {
  display: inline-block;
  color: #fd4114;
  font-size: 1rem;
  margin-top: 1.5rem; }

/* ==========================================================
 * ## BLOG POST
 * ========================================================== */
.blog-post__title {
  margin: 0 0 1rem;
  color: #222222; }

#blog-subscribe-pad {
  max-width: 650px;
  margin: 60px auto;
  background: #e5e6e6;
  padding: 20px 40px;
  border: 1px solid #aaa;
  border-radius: 8px; }

.navPages.navPages--blog {
  padding: 0;
  background-color: #e5e5e5; }
  @media (min-width: 1025px) {
    .navPages.navPages--blog {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      max-width: none;
      background-color: #ffffff;
      text-align: left; } }

.navPages.navPages--blog {
  display: block; }

@media (min-width: 1025px) {
  .navPages--blog-list {
    display: flex;
    justify-content: space-between;
    gap: 1rem; } }

.navPages--blog-item.navPages--blog-item {
  position: relative; }
  @media (min-width: 1025px) {
    .navPages--blog-item.navPages--blog-item {
      border-bottom: 2px solid #fd4114;
      max-width: 10.25rem;
      flex-basis: 10.25rem; }
      .navPages--blog-item.navPages--blog-item:has(a.has-subMenu) {
        border-radius: .25rem .25rem 0 0; } }
  .navPages--blog-item.navPages--blog-item a {
    color: #ffffff;
    padding-inline: 0.5rem;
    font-weight: 400;
    padding: .625rem .5rem;
    font-size: 14px;
    background-color: #fd4114;
    letter-spacing: -0.03em; }
    @media (min-width: 1025px) {
      .navPages--blog-item.navPages--blog-item a {
        color: #fd4114;
        background-color: transparent;
        justify-content: center !important;
        text-align: center; } }
  .navPages--blog-item.navPages--blog-item svg {
    fill: #ffffff; }
    @media (min-width: 1025px) {
      .navPages--blog-item.navPages--blog-item svg {
        fill: #fd4114; } }
  .navPages--blog-item.navPages--blog-item:hover {
    background-color: #fd4114; }
    @media (min-width: 1025px) {
      .navPages--blog-item.navPages--blog-item:hover {
        border-radius: .25rem; } }
    .navPages--blog-item.navPages--blog-item:hover a {
      color: #ffffff; }
    .navPages--blog-item.navPages--blog-item:hover svg {
      fill: #ffffff; }

.navPages--blog-action.navPage-submenu--blog {
  padding: 0 !important; }

@media (min-width: 1025px) {
  .top-level-submenu-blog {
    display: block;
    width: 100%; } }

.navPages-item .navPage-subMenu.navPage-submenu--blog {
  width: fit-content;
  padding: 0 !important;
  background-color: #fd4114;
  min-width: 100%;
  z-index: 1; }
  @media (min-width: 1025px) {
    .navPages-item .navPage-subMenu.navPage-submenu--blog {
      border-radius: 0 0.25rem 0.25rem; } }

.navPage-subMenu-item.navPage-submenu-item--blog {
  float: none;
  width: auto; }
  .navPage-subMenu-item.navPage-submenu-item--blog .navPage-subMenu-action--blog {
    color: #ffffff;
    font-weight: 500; }
  .navPage-subMenu-item.navPage-submenu-item--blog:last-child .navPage-subMenu-action--blog {
    border-bottom: none; }

.navPage-subMenu-action.navPage-subMenu-action--blog {
  white-space: nowrap;
  margin: 0; }

.navPages--blog-container {
  position: relative; }
  .navPages--blog-container > .navPages--blog-action {
    text-align: center;
    border: 1px solid #fd4114;
    border-radius: .25rem;
    color: #fd4114; }
    .navPages--blog-container > .navPages--blog-action.is-open {
      border-radius: .25rem .25rem 0 0; }
    .navPages--blog-container > .navPages--blog-action svg {
      fill: #fd4114; }
    @media (min-width: 1025px) {
      .navPages--blog-container > .navPages--blog-action {
        display: none; } }

.navPages--blog-list .navPages--blog-action .icon {
  display: inline-block; }

.category__subcat-grid {
  display: none; }

.category__subcat-grid-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: 1px solid lightgray;
  border-radius: .25rem; }
  .category__subcat-grid-item:hover {
    border-color: #fd4114; }
    .category__subcat-grid-item:hover a {
      text-decoration: none; }
    .category__subcat-grid-item:hover p {
      color: #fd4114; }
  .category__subcat-grid-item p {
    margin: 0;
    font-weight: 700; }

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

@media only screen and (max-width: 1024px) {
  .mega-menu {
    display: none; } }

.mega-menu__image {
  width: 100%; }

li.navPage-subMenu-item-child.is-hidden {
  display: none; }

.header {
  padding: 0;
  position: relative;
  top: auto;
  height: auto;
  margin: auto;
  margin-bottom: 2rem;
  border: none; }
  @media (min-width: 1025px) {
    .header {
      padding-inline: 2rem;
      box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.1); } }
  .header.is-open {
    position: fixed;
    top: 0; }

.header-2__mid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  padding-block: 0.28125rem;
  padding-right: 1rem;
  box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .header-2__mid {
      position: relative;
      grid-template-columns: auto minmax(auto, 100%) 1fr;
      padding: 0.625rem 0.75rem;
      box-shadow: none;
      gap: 3rem; } }
  @media all and (-ms-high-contrast: none) {
    .header-2__mid {
      grid-template-columns: repeat(5, auto); }
      .header-2__mid > *:nth-child(5n + 1) {
        grid-column: 1; }
      .header-2__mid > *:nth-child(5n + 2) {
        grid-column: 2; }
      .header-2__mid > *:nth-child(5n + 3) {
        grid-column: 3; }
      .header-2__mid > *:nth-child(5n + 4) {
        grid-column: 4; }
      .header-2__mid > *:nth-child(5n + 5) {
        grid-column: 5; } }

.header-logo {
  margin: 0;
  height: auto; }

.header-logo__link {
  width: 100%;
  height: auto; }

.header-logo-image-container {
  min-height: 0; }

.header-2__nav-search {
  padding: 0;
  background-color: transparent; }
  @media (min-width: 1025px) {
    .header-2__nav-search {
      position: static;
      display: flex;
      align-items: center; } }

.header-2__nav-search .form-field {
  display: flex; }

.header-2__nav-search svg {
  fill: #ffffff;
  stroke: none; }

.header-2__nav-search .icon {
  height: 20px;
  width: 20px; }

.nav-search_link {
  padding: 0;
  display: flex;
  width: 46px;
  justify-content: center;
  align-items: center;
  background-color: #fd4114;
  border-radius: 0 3px 3px 0; }

.header-2__nav-search .form-input {
  font-size: 1rem;
  height: 2.625rem;
  border-radius: 3px 0 0 3px;
  border-right: none;
  color: #707070; }
  .header-2__nav-search .form-input:focus {
    outline: none !important; }

@media (min-width: 1025px) {
  .header__bottom-nav {
    background: #ffffff;
    padding: 0;
    width: 100%;
    z-index: 0;
    max-width: 120rem;
    margin: auto; } }

@media (min-width: 1025px) {
  .header__bottom-nav-inner {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative; } }

.navPages {
  padding: 0;
  background-color: #e5e5e5; }
  @media (min-width: 1025px) {
    .navPages {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      max-width: none;
      background-color: #ffffff;
      text-align: left; } }

.navPages-list--contact .navPages-item:last-of-type {
  display: none; }
  @media (min-width: 1025px) {
    .navPages-list--contact .navPages-item:last-of-type {
      display: inline-block; } }

.navPages-list--contact .navPages-action {
  display: flex;
  justify-content: space-between; }

.navPages-list--contact .icon {
  margin-left: auto;
  display: block; }
  @media (min-width: 1025px) {
    .navPages-list--contact .icon {
      display: none; } }

.navPages-list--contact svg {
  fill: #fd4114;
  stroke: none;
  transform: rotate(270deg); }

.navPages-list + .navPages-list {
  padding: 0;
  border: 0;
  margin-top: 2rem; }
  @media (min-width: 1025px) {
    .navPages-list + .navPages-list {
      margin-top: 0; } }

.navPages-list--user .navPages-action {
  padding: 0 1.5rem;
  flex-direction: column;
  align-items: initial;
  display: flex; }
  @media (min-width: 1025px) {
    .navPages-list--user .navPages-action {
      padding: .75rem 0; } }
  .navPages-list--user .navPages-action--sign-in::after {
    content: 'or';
    font-size: 0.9375rem;
    font-weight: 700; }

.navPages-list .navPages-action.has-subMenu {
  align-items: center;
  flex-direction: row;
  justify-content: normal; }
  .navPages-list .navPages-action.has-subMenu:after {
    display: none; }

.navPages-list--contact .navPages-action {
  margin: .5rem 0;
  padding: 0 1.5rem;
  font-size: 1.25rem; }
  .navPages-list--contact .navPages-action span {
    font-size: 1.25rem; }
  @media (min-width: 1025px) {
    .navPages-list--contact .navPages-action {
      padding: .75rem;
      font-size: 1rem;
      margin: 0; } }

.navPages-action:hover svg, .navPages-action.activePage svg {
  stroke: none; }

.navPages-action.navPages-number {
  color: #fd4114;
  display: block;
  font-size: 1.25rem; }
  @media (min-width: 1025px) {
    .navPages-action.navPages-number {
      display: none; } }

@media (min-width: 1025px) {
  .navPages-item {
    display: inline-block;
    float: none;
    position: static; }
    .navPages-item:focus {
      background-color: #e5e5e5; } }

.navPages-action:hover, .navPages-action:focus, .navPages-action:active {
  text-decoration: none;
  outline: none !important; }

.navPages-action-moreIcon svg {
  fill: #707070;
  stroke: none; }

.navPages-list--products > .navPages-item > .navPages-action {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.navPages-list--products > .navPages-item:first-of-type .navPages-action:hover, .navPages-list--products > .navPages-item:first-of-type .navPages-action:focus, .navPages-list--products > .navPages-item:first-of-type .navPages-action:active {
  text-decoration: none;
  outline: none !important; }

.navPages-list--products > .navPages-item:first-of-type .navPages-action.is-open {
  color: #fd4114; }
  @media (min-width: 1025px) {
    .navPages-list--products > .navPages-item:first-of-type .navPages-action.is-open {
      background-color: #e5e5e5; } }
  .navPages-list--products > .navPages-item:first-of-type .navPages-action.is-open .navPages-action-moreIcon svg {
    fill: #fd4114;
    stroke: none; }

.navPages-list--products .navPages-item > .navPages-action {
  border-bottom: 1px solid #707070; }
  .navPages-list--products .navPages-item > .navPages-action.is-open {
    border-bottom: none;
    text-align: initial;
    background-color: #e5e5e5;
    color: #fd4114; }
    @media (min-width: 1025px) {
      .navPages-list--products .navPages-item > .navPages-action.is-open {
        box-shadow: none; } }
  @media (min-width: 1025px) {
    .navPages-list--products .navPages-item > .navPages-action {
      border-bottom: none; } }

.navPages-container {
  padding-top: 64px; }
  .navPages-container.is-open {
    padding-top: 64px; }
  @media (min-width: 1025px) {
    .navPages-container {
      position: static;
      padding-top: 0;
      width: 100%; } }

.countPill {
  font-weight: 500;
  margin: auto; }
  @media (min-width: 1025px) {
    .countPill {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 1.5rem;
      line-height: 1rem;
      width: 1.5rem; } }

.navUser {
  width: auto; }
  @media (min-width: 1025px) {
    .navUser .dropdown-menu-item a {
      color: #fd4114; } }
  @media (min-width: 1025px) {
    .navUser .dropdown-menu-item a:hover, .navUser .dropdown-menu-item a:active {
      color: #ae3215; } }

.navUser-action {
  font-size: 0.9375rem;
  text-transform: none; }

.page .page-heading {
  z-index: 99; }

@media (min-width: 1025px) {
  .navPages-list--products {
    display: flex;
    column-gap: .5rem; } }

.navPages--blog-action .icon.navPages-action-moreIcon {
  transform: rotate(0); }

.navPages--blog-action.is-open .icon.navPages-action-moreIcon {
  transform: rotate(-180deg); }

.navPages-list > .navPages-item > .navPages-action .icon.navPages-action-moreIcon, .navPages-list > .navPages--blog-action .icon.navPages-action-moreIcon {
  transform: rotate(0); }

.navPages-list > .navPages-item > .navPages-action.is-open .icon.navPages-action-moreIcon, .navPages-list > .navPages--blog-action.is-open .icon.navPages-action-moreIcon {
  transform: rotate(-180deg); }

.navPages .navPage-subMenu-list {
  max-width: none;
  margin: 0; }

.shop-all-list .navPages-action {
  display: flex; }

@media (min-width: 1025px) {
  .navPage-subMenu-list.shop-all-list {
    margin: 0;
    width: 16.25rem;
    padding: 0; }
    .navPage-subMenu-list.shop-all-list > .navPage-subMenu-item-child {
      white-space: nowrap; } }

.brand-dropdown .navPage-subMenu-list {
  display: block;
  padding-inline: 1.5rem; }
  @media (min-width: 550px) {
    .brand-dropdown .navPage-subMenu-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1025px) {
    .brand-dropdown .navPage-subMenu-list {
      display: grid;
      grid-template-columns: repeat(7, 1fr); } }

.navPages-action-depth-max.has-subMenu .navPages-action-moreIcon {
  transform: rotate(0); }
  @media (min-width: 1025px) {
    .navPages-action-depth-max.has-subMenu .navPages-action-moreIcon {
      transform: rotate(-90deg); } }

.navPages-action-depth-max.has-subMenu.is-open {
  text-align: initial;
  border-bottom: none; }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(-180deg);
    border: none;
    float: none;
    margin-top: 0;
    padding: 0; }
    @media (min-width: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        transform: rotate(-90deg); } }

.has-subMenu.is-root + .navPage-subMenu-horizontal {
  right: 0;
  left: 0; }
  @media (min-width: 1025px) {
    .has-subMenu.is-root + .navPage-subMenu-horizontal {
      width: calc(100% - 24px); } }
  @media (min-width: 1340px) {
    .has-subMenu.is-root + .navPage-subMenu-horizontal {
      width: calc(100% - 170px); } }
  .has-subMenu.is-root + .navPage-subMenu-horizontal .dropdown-icons {
    width: 1.375rem !important;
    height: 1.375rem !important;
    margin-left: 0;
    margin-right: 0.5rem;
    transform: none; }
    .has-subMenu.is-root + .navPage-subMenu-horizontal .dropdown-icons svg {
      fill: #fd4114;
      stroke: none; }

.navPages-list:not(.navPages-list-depth-max) .resources-dropdown_subMenu .navPage-subMenu-action, .navPages-list:not(.navPages-list-depth-max)
.customer-dropdown_subMenu .navPage-subMenu-action, .navPages-list:not(.navPages-list-depth-max)
.services-dropdown_subMenu .navPage-subMenu-action {
  padding: 0 0 0 1.5rem; }
  @media (min-width: 1025px) {
    .navPages-list:not(.navPages-list-depth-max) .resources-dropdown_subMenu .navPage-subMenu-action, .navPages-list:not(.navPages-list-depth-max)
    .customer-dropdown_subMenu .navPage-subMenu-action, .navPages-list:not(.navPages-list-depth-max)
    .services-dropdown_subMenu .navPage-subMenu-action {
      padding: 0.75rem 1rem 1.125rem; } }

@media (min-width: 1025px) {
  .navPages .navPage-subMenu-list.resources-dropdown_subMenu,
  .navPages .navPage-subMenu-list.customer-dropdown_subMenu,
  .navPages .navPage-subMenu-list.services-dropdown_subMenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0; } }

@media (min-width: 1025px) {
  .navPage-subMenu-list-container {
    display: flex;
    justify-content: space-between; }
    .navPage-subMenu-list-container .navPage-subMenu-dropdown-container {
      width: 60%; }
    .navPage-subMenu-list-container .navPage-subMenu-list-img-container {
      width: 47%;
      border-left: 1px solid #cccccc;
      padding: 0 2.25rem; }
      .navPage-subMenu-list-container .navPage-subMenu-list-img-container img {
        object-fit: contain; }
      .navPage-subMenu-list-container .navPage-subMenu-list-img-container p {
        font-size: 13px; } }

@media (min-width: 1080px) {
  .navPage-subMenu-list-container .navPage-subMenu-list-figure {
    display: flex;
    gap: 0.9375rem;
    flex-direction: column; } }

@media (min-width: 1081px) {
  .navPage-subMenu-list-container .navPage-subMenu-list-figure {
    display: flex;
    flex-direction: row;
    align-items: center; } }

.navPage-subMenu-img-link + figcaption {
  flex: 1; }

.navPage-subMenu-list-text-container a {
  text-decoration: none; }

.navPage-subMenu-item-child .navPage-subMenu-action {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child .navPage-subMenu-action:hover, .navPage-subMenu-item-child .navPage-subMenu-action:focus {
      background-color: rgba(253, 65, 20, 0.1); } }

.navPage-subMenu-aside .navPage-subMenu-action {
  padding-inline: 2.5rem; }
  @media (min-width: 1025px) {
    .navPage-subMenu-aside .navPage-subMenu-action {
      padding-inline: 0; } }

@media (min-width: 1025px) {
  .navPage-subMenu-list .navPage-subMenu .navPage-subMenu-list {
    display: flex;
    flex-flow: column wrap;
    max-height: 29.05275rem;
    width: 100%;
    margin: 0; } }

.navPage-subMenu-list-img-title:hover {
  transform: scale(1.1);
  color: #fd4114; }

.see-more-link-container {
  padding: .75rem 1.5rem; }

.see-more-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  justify-self: right; }

.shop-all-list-container {
  display: block; }
  @media (min-width: 1025px) {
    .shop-all-list-container {
      display: flex;
      position: static;
      background-color: transparent;
      padding: 0 !important; } }

@media only screen and (max-width: 800px) {
  .navPage-subMenu-container.is-open .shop-all-list-container {
    display: block; } }

.navPage-subMenu-container {
  position: static;
  background-color: #DADADA; }
  @media (min-width: 1025px) {
    .navPage-subMenu-container {
      position: absolute;
      display: none;
      width: calc(100% - 36px); }
      .navPage-subMenu-container.is-open {
        display: flex;
        background-color: #e5e5e5; }
      .navPage-subMenu-container .navPage-subMenu-horizontal.is-open {
        margin: 0;
        position: static;
        width: auto; }
        .navPage-subMenu-container .navPage-subMenu-horizontal.is-open .is-hidden {
          display: block; } }
  @media (min-width: 1340px) {
    .navPage-subMenu-container {
      width: calc(100% - 180px); } }

.navPages .navPage-subMenu-aside.is-open {
  display: grid;
  padding: 1rem 1rem; }
  @media (min-width: 1025px) {
    .navPages .navPage-subMenu-aside.is-open {
      grid-template-areas: "header header" "links image";
      grid-template-columns: 2fr 1fr;
      grid-template-rows: auto 1fr;
      width: 100%;
      padding: 0;
      background-color: transparent; }
      .navPages .navPage-subMenu-aside.is-open .dropdown-title {
        grid-area: header; }
      .navPages .navPage-subMenu-aside.is-open .navPage-subMenu-list {
        grid-area: links;
        margin: 0 auto; }
      .navPages .navPage-subMenu-aside.is-open .navPage-subMenu-image-container {
        grid-area: image;
        margin: auto;
        padding: 1.5rem; } }

.navPages .navPage-subMenu-aside > .navPage-subMenu-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0; }
  @media (min-width: 1025px) {
    .navPages .navPage-subMenu-aside > .navPage-subMenu-list {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1340px) {
    .navPages .navPage-subMenu-aside > .navPage-subMenu-list {
      grid-template-columns: 1fr 1fr 1fr; } }

.is-root + .navPage-subMenu.is-open {
  box-shadow: inset 6px 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #DADADA;
  padding: 1.5rem 1.25rem !important; }
  @media (min-width: 1025px) {
    .is-root + .navPage-subMenu.is-open {
      background-color: #e5e5e5;
      box-shadow: none;
      padding: 0 !important; } }

.navPage-subMenu-image-container, .navPage-subMenu-list-img-container {
  display: none; }
  @media (min-width: 1025px) {
    .navPage-subMenu-image-container, .navPage-subMenu-list-img-container {
      display: block; } }

@media (min-width: 1025px) {
  .navPage-subMenu-list .navPage-subMenu.navPage-subMenu-horizontal.is-open {
    margin-left: 0;
    left: 100%;
    padding-top: 1.5rem !important; }
    .navPage-subMenu-list .navPage-subMenu.navPage-subMenu-horizontal.is-open div {
      padding: 0 24px 0 0; } }

.navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.shop-all-dropdown-title {
  padding: .75rem 1rem;
  font-weight: 800;
  color: #fd4114 !important; }
  .navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.shop-all-dropdown-title .icon.navPages-action-moreIcon svg {
    fill: #fd4114;
    stroke: none; }

.navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.shop-all-link {
  padding: .75rem 1rem;
  font-weight: 800;
  color: #fd4114 !important; }
  .navPage-subMenu-aside .navPage-subMenu-item-child .navPage-subMenu-action.shop-all-link .icon.navPages-action-moreIcon svg {
    fill: #fd4114;
    stroke: none; }

.navPage-subMenu-item-child {
  list-style: none;
  margin-bottom: .5rem; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child {
      margin-bottom: 0; } }

.dropdown-title {
  display: none; }
  @media (min-width: 1025px) {
    .dropdown-title {
      display: block;
      margin: .75rem 1rem 0;
      border-bottom: 1px solid #cccccc; }
      .dropdown-title a {
        color: #fd4114;
        text-decoration: none; }
        .dropdown-title a .navPages-action-moreIcon svg {
          fill: #fd4114;
          stroke: none; }
          .dropdown-title a .navPages-action-moreIcon svghover {
            fill: #fd4114; } }

.brand-dropdown_subMenu .navPage-subMenu-item-child .navPage-subMenu-action {
  padding: 0; }

@media (min-width: 1025px) {
  .brand-dropdown_subMenu .navPage-subMenu-item-child .navPage-subMenu-action {
    padding: 1.5rem .75rem; } }

.methodHeader-icon {
  display: none; }
  @media (min-width: 1025px) {
    .methodHeader-icon {
      display: inline-block;
      width: auto; } }

.brands-dropdown-text {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #707070; }
  @media (min-width: 1025px) {
    .brands-dropdown-text {
      display: none; } }

.navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
  content: "";
  display: none; }

.brand-dropdown_subMenu .navPage-subMenu-item-child .navPage-subMenu-action.navPages-action {
  filter: grayscale(1);
  opacity: .60;
  padding: 1rem; }
  @media (min-width: 1025px) {
    .brand-dropdown_subMenu .navPage-subMenu-item-child .navPage-subMenu-action.navPages-action:hover {
      transform: scale(1.1);
      background-color: transparent;
      filter: grayscale(0);
      opacity: 1; } }

.navPage-subMenu-list-figure img:hover {
  transform: scale(1.1); }

.mobileMenu-toggle {
  position: static; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background-color: #707070;
    width: 1.75rem;
    height: 4px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      bottom: -.6rem;
      width: 1.75rem;
      height: 4px;
      background-color: inherit; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      top: -.6rem;
      width: 1.75rem;
      height: 4px;
      background-color: inherit; }

.header-2__mid .navUser {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  position: static;
  transform: none; }

.navUser-section {
  display: flex;
  float: none;
  gap: 1.5rem; }
  .navUser-section .navUser-item .navUser-action {
    margin: 0;
    padding: 0;
    display: flex;
    gap: .5rem; }
    .navUser-section .navUser-item .navUser-action .icon {
      width: 1.5rem;
      height: 1.5rem; }
    .navUser-section .navUser-item .navUser-action svg {
      fill: #707070;
      stroke: none; }
    .navUser-section .navUser-item .navUser-action--contact span.is-srOnly {
      color: #fd4114; }
    .navUser-section .navUser-item .navUser-action .icon--contact svg {
      fill: #fd4114; }
    .navUser-section .navUser-item .navUser-action .is-srOnly {
      display: none;
      height: auto !important;
      width: auto !important;
      position: static !important;
      font-size: 1rem;
      color: #707070;
      white-space: nowrap;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 600; }
      @media (min-width: 1025px) {
        .navUser-section .navUser-item .navUser-action .is-srOnly {
          display: block; } }

.header-2 .navUser-item--account {
  position: relative; }

.header-2 .navUser-item--search {
  display: block; }
  @media (min-width: 1025px) {
    .header-2 .navUser-item--search {
      display: none; } }

.header-2__nav-search .container {
  padding: 0; }

@media (min-width: 1025px) {
  .header-2__nav-search .form {
    max-width: none; } }

@media (min-width: 1025px) {
  .header-2__nav-search.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0 !important;
    bottom: 0 !important; } }

.header-2__nav-search .quickSearchResults .modal-close {
  display: none; }
  @media (min-width: 1025px) {
    .header-2__nav-search .quickSearchResults .modal-close {
      display: block; } }

.header-2--default .header-2__mid-account-dropdown {
  min-width: 150px;
  padding: .5rem;
  background-color: #e5e5e5; }
  .header-2--default .header-2__mid-account-dropdown.is-open {
    background-color: #e5e5e5; }
    .header-2--default .header-2__mid-account-dropdown.is-open:before {
      left: unset;
      right: 10px; }
    .header-2--default .header-2__mid-account-dropdown.is-open:after {
      border-color: transparent transparent #e5e5e5 transparent;
      left: unset;
      right: 12px; }
  .header-2--default .header-2__mid-account-dropdown a {
    font-weight: 500; }
    .header-2--default .header-2__mid-account-dropdown a:hover {
      text-decoration: none; }

@media (min-width: 1025px) {
  .header-2--default .header-2__nav-search .quickSearchResults {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 100; } }

.header-2--default .quickSearchResults {
  background: white; }

.navPages-item #qn-cart-to-quote {
  background-color: transparent !important;
  color: #707070 !important; }
  .navPages-item #qn-cart-to-quote:hover {
    color: #ae3215 !important; }

.dropdown-title.spanh2 {
  font-size: 1.5rem;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: .25px; }

.navPage-subMenu-list-img-title.spanh3 {
  font-size: 1.25rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #fd4114;
  font-weight: 800;
  margin-top: 2.25rem;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }

.card-title.spanh3 {
  font-size: 1rem;
  overflow-wrap: break-word;
  margin: 0 0 0.25rem;
  color: #fd4114;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.25px; }

.modal-header-title.spanh2 {
  color: #fd4114;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px; }

span.section-sub {
  max-width: 60%;
  display: block;
  text-align: center;
  margin: -1rem auto 2rem; }

span.section-sub.b-sub {
  margin: 1rem auto 0rem; }

@media only screen and (max-width: 800px) {
  max-width: 100%; }

.footer-1 {
  padding: 0;
  border-top: 1px solid lightgray; }

.footer-info {
  margin: 0; }

.footer-1__newsletter-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 1550px;
  grid-gap: 16px;
  align-items: center; }
  @media (min-width: 1025px) {
    .footer-1__newsletter-container {
      grid-gap: 80px;
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1340px) {
    .footer-1__newsletter-container {
      padding: 0; } }
  @media all and (-ms-high-contrast: none) {
    .footer-1__newsletter-container > *:nth-child(3n + 1) {
      grid-column: 1; }
    .footer-1__newsletter-container > *:nth-child(3n + 2) {
      grid-column: 2; }
    .footer-1__newsletter-container > *:nth-child(3n + 3) {
      grid-column: 3; } }

.footer-1__newsletter-container > *,
.footer-1__newsletter-container .form-field {
  margin: 0; }

.footer-info__text {
  letter-spacing: -0.01em;
  color: #707070; }

.footer-1__mid .footer-info::before,
.footer-1__mid .footer-info::after {
  content: none;
  display: none; }

.footer-1__mid .footer-info-col {
  padding: 0; }
  @media all and (-ms-high-contrast: none) {
    .footer-1__mid .footer-info-col:nth-child(4n + 1) {
      grid-column: 1; }
    .footer-1__mid .footer-info-col:nth-child(4n + 2) {
      grid-column: 2; }
    .footer-1__mid .footer-info-col:nth-child(4n + 3) {
      grid-column: 3; }
    .footer-1__mid .footer-info-col:nth-child(4n + 4) {
      grid-column: 4; } }

.footer-1__mid .footer-info-col--small {
  width: 100%;
  margin: 0; }

.footer-1__mid .footer-info {
  display: grid;
  justify-content: center; }
  @media (min-width: 550px) {
    .footer-1__mid .footer-info {
      grid-template-columns: repeat(2, minmax(179px, 328.75px)); } }
  @media (min-width: 1025px) {
    .footer-1__mid .footer-info {
      grid-template-columns: repeat(4, 1fr); } }

.footer-1__store-logo .header-logo__link {
  width: 100%; }

.footer-1__store-logo {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: -1; }
  @media (min-width: 1025px) {
    .footer-1__store-logo {
      grid-column-start: auto;
      grid-column-end: auto; } }

.footer-1__bottom-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  max-width: 97.25rem;
  gap: 32px; }
  @media (min-width: 1340px) {
    .footer-1__bottom-container {
      flex-direction: row;
      gap: 0; } }

.footer-1__bottom .footer-payment-icons {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.footer-1__bottom-list {
  list-style-type: none;
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.5rem; }
  @media (min-width: 550px) {
    .footer-1__bottom-list {
      display: block; } }

.footer-1__bottom-list-item .footer-copyright {
  text-align: center;
  display: inline; }
  .footer-1__bottom-list-item .footer-copyright > p.powered-by {
    font-size: 1rem;
    display: inline; }

.footer-1__bottom-list-item {
  padding: 0 5px;
  display: inline;
  border-right: none; }
  @media (min-width: 550px) {
    .footer-1__bottom-list-item {
      border-right: 1px solid lightgray; } }
  .footer-1__bottom-list-item:last-of-type {
    border-left: 1px solid lightgray; }
    @media (min-width: 550px) {
      .footer-1__bottom-list-item:last-of-type {
        border-left: none; } }

.footer-1__bottom-list-item:first-of-type {
  padding-left: 0; }

.footer-1__bottom-list-item:last-of-type {
  border-right: none; }

.footer-1--default .footer-1__top {
  padding: 2.5rem 1.5rem; }
  @media (min-width: 1025px) {
    .footer-1--default .footer-1__top {
      padding-block: 35px; } }

.footer-1--default .footer-1__newsletter-container .footer-info-heading {
  font-size: 1.4375rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px; }
  @media (min-width: 1025px) {
    .footer-1--default .footer-1__newsletter-container .footer-info-heading {
      font-size: 1.5rem; } }

.footer-1--default .footer-1__newsletter-container .form-prefixPostfix .button {
  margin-left: 0; }
  @media (min-width: 1340px) {
    .footer-1--default .footer-1__newsletter-container .form-prefixPostfix .button {
      margin-left: 20px; } }

.footer-1--default .footer-1__mid {
  padding: 3rem 2rem;
  background-color: #707070; }
  @media (min-width: 1025px) {
    .footer-1--default .footer-1__mid {
      grid-gap: 25px; } }

.footer-1--default .footer-1__mid .footer-info {
  max-width: 1556px;
  margin: 0 auto;
  grid-gap: 3.5rem; }
  @media (min-width: 1025px) {
    .footer-1--default .footer-1__mid .footer-info {
      grid-gap: 5rem; } }

.footer-1--default .footer-1__top .footer-1__newsletter-container .footer-info-heading {
  color: #fd4114; }

.footer-1__mid .footer-info-heading {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .footer-1__mid .footer-info-heading {
      margin-bottom: 20px; } }

.footer-info-list a {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.1875rem; }

.footer-1--default .footer-1__mid .footer-info-list li {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .footer-1--default .footer-1__mid .footer-info-list li {
      margin-bottom: .25rem; } }

.socialLinks {
  line-height: 8px; }

.socialLinks .socialLinks-item {
  margin-bottom: 0; }

.footer-1--default .footer-1__store-logo .header-logo-image {
  max-height: none; }

.footer-1--default .footer-1__store-logo .header-logo-image-container {
  padding: 50px 0; }
  @media (min-width: 1025px) {
    .footer-1--default .footer-1__store-logo .header-logo-image-container {
      border-top: none;
      padding: 25px 0; } }

.footer-1__bottom {
  padding: 1.375rem 1rem;
  background-color: #707070;
  border-top: 1px solid lightgray; }

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

div[data-its-tab-title],
div[data-its-tab-text] {
  display: none; }

/* ==========================================================
 * ## Section: Layout
 * ========================================================== */
@media (min-width: 1025px) {
  .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: 1025px) {
  .cart__content {
    width: 70%;
    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-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: 550px) {
    .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: 550px) {
  .cart-item-image {
    max-width: 150px;
    width: 100%; } }

.cart-item-label,
.cart-item-value {
  width: 100%;
  vertical-align: middle; }
  @media (min-width: 550px) {
    .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-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: 550px) {
    .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: 1340px) {
    .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; }
  @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: 550px) {
    .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.25rem;
  margin-right: 0.25rem;
  width: 4.1875rem !important;
  height: 3rem;
  border-radius: 0; }

.cart-remove {
  position: absolute;
  right: 0; }
  @media (min-width: 1025px) {
    .cart-remove {
      position: static; } }

/* ==========================================================
 * ## Section: Totals
 * ========================================================== */
@media (min-width: 1025px) {
  .cart__totals {
    width: 30% !important; } }

.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 ul,
.cart-totals ol {
  margin-left: 0; }

.cart-total + .cart-total {
  border-top: 1px solid #e5e5e5; }

.cart-total-label {
  color: #ffffff;
  text-align: left; }

.cart-total-value {
  text-align: right; }

.cart-total-label,
.cart-total-value {
  padding: 1.25rem 0;
  width: 100%; }

.cart__totals-action,
.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  text-decoration: underline; }

.shipping-estimator,
.cart-form.coupon-code,
.cart-form.gift-certificate-code {
  grid-column-start: 1;
  grid-column-end: 3; }

.coupon-form,
.cart-gift-certificate-form {
  display: flex; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 100%; }
  .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;
  font-weight: bold; }

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

.brand-carousel-slide {
  margin: 1rem; }

.brand-carousel .slick-track {
  align-items: center; }

.modal--popupLoginWindow {
  margin: 0; }

.modal--popupLoginWindow .alertBox {
  display: none; }

.modal--popupLoginWindow .forgot-password {
  display: block;
  margin-top: 12px !important; }

.cta-3__content-container {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  max-width: 1556px;
  margin: auto; }
  @media (min-width: 1025px) {
    .cta-3__content-container {
      grid-template-columns: repeat(3, 1fr); } }

.cta-3__content {
  display: flex;
  margin: 0 auto;
  padding: 0; }
  @media all and (-ms-high-contrast: none) {
    .cta-3__content:nth-child(3n + 1) {
      grid-column: 1; }
    .cta-3__content:nth-child(3n + 2) {
      grid-column: 2; }
    .cta-3__content:nth-child(3n + 3) {
      grid-column: 3; } }

.cta-3--default {
  padding: 2.5rem 1.5rem; }

.cta-3--contact {
  border-top: 1px solid lightgray; }

.cta-3--customer {
  background-color: #707070;
  border-top: 1px solid lightgray; }
  .cta-3--customer .cta-3__text-container a {
    color: #ffffff; }

.cta-3--default .cta-3__image-container {
  margin: 0; }

.cta-3--default .cta-3__title {
  margin: 1.5rem 0; }

.cta-3--default .cta-3__text-container {
  text-align: initial; }

.cta-3--contact .cta-3__text-container {
  text-align: center;
  display: grid;
  grid-template-areas: "left right--top" "left right--bottom"; }
  @media (min-width: 1025px) {
    .cta-3--contact .cta-3__text-container {
      text-align: initial; } }

.cta-3--customer .cta-3__text-container {
  text-align: center;
  display: grid;
  grid-template-areas: "left right--top" "left right--bottom"; }
  @media (min-width: 1025px) {
    .cta-3--customer .cta-3__text-container {
      text-align: initial; } }

.cta-3__text-container a {
  color: #222222;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: normal;
  grid-area: right--top; }
  @media (min-width: 1025px) {
    .cta-3__text-container a {
      font-size: 1.5rem; } }
  .cta-3__text-container a:hover {
    text-decoration: none; }

.cta-3--contact .cta-3__text-container > .icon {
  display: none; }
  @media (min-width: 1025px) {
    .cta-3--contact .cta-3__text-container > .icon {
      display: block; } }

.cta-3--contact .cta-3__link > .icon {
  display: inline-block; }
  @media (min-width: 1025px) {
    .cta-3--contact .cta-3__link > .icon {
      display: none; } }

.cta-3__content .icon {
  height: 26px;
  width: 26px;
  margin-left: 0;
  margin-right: .75rem;
  transform: rotate(0);
  grid-area: left; }
  .cta-3__content .icon svg {
    fill: #fd4114;
    stroke: none; }

.cta-3__text {
  margin: 0;
  grid-area: right--bottom; }

@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 banner section
*/
#obx-banner-home-top {
  background-position: center;
  background-size: cover;
  background-image: url("//cdn11.bigcommerce.com/s-ka7ofex/product_images/uploaded_images/background-gray-polygons-desktop.jpg");
  padding: 0 1.25rem;
  margin: 0 0 2rem; }
  @media (min-width: 1025px) {
    #obx-banner-home-top {
      padding: 32px 20px 9px; } }

#obx-banner-home-top .home-banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0; }
  @media (min-width: 1025px) {
    #obx-banner-home-top .home-banner-flex {
      padding: 0 61px; } }

.banner-content_container {
  max-width: 34.875rem; }

#obx-banner-home-top .home-banner-flex .flex-item img {
  width: 100%;
  max-height: 246px;
  object-fit: contain;
  width: auto;
  height: auto; }

#obx-banner-home-top .home-banner-flex .flex-item .banner-heading {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 28px;
  margin: 0 0 20px;
  color: #707070; }
  @media (min-width: 550px) {
    #obx-banner-home-top .home-banner-flex .flex-item .banner-heading {
      font-size: 36px;
      line-height: 44px; } }

#obx-banner-home-top .home-banner-flex .flex-item .banner-content {
  margin: 0 0 1rem;
  color: #414141; }
  @media (min-width: 1025px) {
    #obx-banner-home-top .home-banner-flex .flex-item .banner-content {
      margin-bottom: 56px; } }

#home-banner-quote-button {
  margin: 0;
  margin-bottom: 4.3125rem; }
  @media (min-width: 1025px) {
    #home-banner-quote-button {
      margin: 0;
      margin-bottom: 3.5rem; } }

@media screen and (max-width: 767px) {
  #obx-banner-home-top .home-banner-flex {
    flex-direction: column; }
  #obx-banner-home-top .home-banner-flex .flex-item .banner-heading {
    font-size: 28px; }
  #obx-banner-home-top {
    /* Mobile banner background */
    background-image: url("//cdn11.bigcommerce.com/s-ka7ofex/product_images/uploaded_images/background-gray-polygons-mobile.jpg"); } }

.plus-banner {
  height: 100% !important;
  width: 100% !important;
  background-color: black;
  color: white !important;
  flex-wrap: wrap;
  padding: 24px;
  font-size: 1.5rem;
  background-image: url(https://i.shgcdn.com/1d80283e-fb22-4291-8946-8f3e4ac39ec7/-/format/auto/-/preview/1000x1000/-/quality/lighter/);
  background-blend-mode: luminosity;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 300px #1b1b1b inset;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-weight: 600;
  margin: 0 0 3.5rem;
  line-height: normal; }
  @media (min-width: 1025px) {
    .plus-banner {
      padding: 2.0625rem 0; } }
  .plus-banner .plus-banner-button {
    margin-bottom: 0;
    width: 100%; }
    @media (min-width: 1025px) {
      .plus-banner .plus-banner-button {
        width: auto; } }

/*
    Category card section
*/
.hero-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(9.96875rem, 15.38562rem));
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3.5rem; }
  @media (min-width: 550px) {
    .hero-row {
      grid-template-columns: repeat(3, minmax(9.96875rem, 15.38562rem)); } }
  @media (min-width: 1025px) {
    .hero-row {
      grid-template-columns: repeat(4, minmax(9.96875rem, 15.38562rem));
      justify-content: space-between; } }
  @media (min-width: 1441px) {
    .hero-row {
      grid-template-columns: repeat(6, minmax(9.96875rem, 15.38562rem));
      justify-content: space-between; } }

.hero-cats-item {
  border: 1px solid #d3d3d3;
  background-color: transparent;
  min-height: 17.1875rem;
  border-radius: .25rem; }
  .hero-cats-item:hover {
    background-color: #fd4114; }
    .hero-cats-item:hover .hero-cats-title {
      color: white; }
    .hero-cats-item:hover .hero-cats-img {
      background-color: #FFAB97; }
    .hero-cats-item:hover .hero-cats-link {
      text-decoration: none; }

.hero-cats-title {
  display: inline-block;
  text-align: center;
  color: #707070;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: normal; }
  @media (min-width: 1025px) {
    .hero-cats-title {
      font-size: 1.25rem; } }

.hero-cats-link {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  justify-content: space-between;
  align-items: center; }

.hero-cats-img {
  background-color: white;
  border-radius: 50%; }

.hero-cats__img-figure {
  border: 3px solid #fd4114;
  border-radius: 50%; }

.cta-1__content-container {
  display: grid;
  grid-template-rows: repeat(2, auto);
  justify-items: center;
  align-items: center;
  max-width: 1556px;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .cta-1__content-container {
      grid-template-rows: 1fr;
      grid-template-columns: repeat(2, 1fr); } }

@media all and (-ms-high-contrast: none) {
  .cta-1__content-container {
    display: -ms-grid;
    -ms-grid-columns: 1fr 0.05fr 1fr;
    -ms-grid-rows: 1fr; }
  .cta-1__content:nth-child(1) {
    grid-column: 1; }
  .cta-1__content:nth-child(2) {
    grid-column: 3; }
  .cta-1__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.cta-1__image-container {
  margin: 0; }

.cta-1__image {
  width: 100%; }

.cta-1__text {
  letter-spacing: -0.01em; }

.cta-1--default .cta-1__content-container {
  row-gap: 2.5rem; }
  @media (min-width: 1025px) {
    .cta-1--default .cta-1__content-container {
      column-gap: 5rem; } }

.home-trust-cta {
  margin-bottom: 6rem; }
  @media (min-width: 1025px) {
    .home-trust-cta {
      margin-bottom: 9rem; } }

.home-trust-cta__heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #222222;
  font-weight: 600; }

.home-trust-cta__content-container.cta-1__content-container {
  row-gap: 3.5rem; }
  @media (min-width: 1025px) {
    .home-trust-cta__content-container.cta-1__content-container {
      column-gap: 7.6875rem; } }

.home-trust-cta__content {
  border-left: 4px solid #fd4114;
  height: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: center; }

.home-trust-cta__text-wrapper {
  gap: 0.375rem;
  display: flex;
  align-self: center; }
  .home-trust-cta__text-wrapper .double-quote {
    height: 1.5rem !important;
    width: 1.6875rem !important; }
    .home-trust-cta__text-wrapper .double-quote svg {
      fill: #fd4114;
      height: 1.5rem !important;
      width: 1.6875rem !important; }

.home-trust-cta__quote-text {
  font-size: 1rem;
  font-weight: 600; }

.home-trust-cta__text-container {
  margin: 0;
  max-width: 32.88125rem; }

.home-trust-cta__text {
  color: #707070;
  font-size: 0.9375rem; }
  @media (min-width: 1025px) {
    .home-trust-cta__text {
      font-size: 1.25rem; } }

.home-store-cta__title {
  font-size: 3rem;
  font-weight: 800;
  color: #222222;
  letter-spacing: -0.03em;
  margin: 0;
  line-height: 2.875rem; }

.home-store-cta_button {
  width: 100%; }
  @media (min-width: 550px) {
    .home-store-cta_button {
      width: auto; } }

.home-store-cta__subtitle {
  margin: 0 0 2rem;
  font-weight: 600;
  letter-spacing: -0.01em; }

.home-store-cta .cta-1__content-container {
  row-gap: 2.5rem; }
  @media (min-width: 1025px) {
    .home-store-cta .cta-1__content-container {
      column-gap: 6rem; } }

.home-store-cta .cta-1__image-container {
  order: -1; }
  @media (min-width: 1025px) {
    .home-store-cta .cta-1__image-container {
      order: initial; } }

#form-action-addToCart {
  margin: 0;
  border: 1px solid transparent;
  width: 100%;
  line-height: 2.5; }

.fake-wishlist {
  position: relative;
  width: 100%;
  z-index: 50;
  display: inline-block; }

.button.fake-wishlist--button {
  margin: 0 !important;
  line-height: 2.5; }
  .button.fake-wishlist--button:hover {
    border-color: transparent;
    background: #ae3215;
    color: #ffffff !important; }
  .button.fake-wishlist--button.is-open svg {
    transform: rotateX(180deg); }
  .button.fake-wishlist--button.is-open, .button.fake-wishlist--button:focus {
    border-color: #ae3215;
    background: #ae3215;
    color: #ffffff !important; }
  .button.fake-wishlist--button.is-open, .button.fake-wishlist--button:hover, .button.fake-wishlist--button:focus {
    color: #ffffff; }
    .button.fake-wishlist--button.is-open svg, .button.fake-wishlist--button:hover svg, .button.fake-wishlist--button:focus svg {
      fill: #ffffff; }

.fake-wishlist--button .icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: baseline; }

.fake-wishlist--button svg {
  margin-left: 0.5em;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  fill: #fd4114;
  stroke-width: 0; }

.fake-wishlist--dropdown {
  visibility: hidden;
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: -1rem 0 0;
  border: 1px solid #ae3215;
  border-top-width: 0;
  padding: 1rem 0 0;
  width: auto !important;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  list-style: none;
  opacity: 0;
  z-index: -1;
  transform: translateY(-1rem);
  transition: transition(visibility, opacity, transform); }
  .fake-wishlist--dropdown.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0rem);
    transition-delay: 0ms; }

.fake-wishlist--dropdown label,
.fake-wishlist--dropdown a {
  display: block;
  color: #222222;
  padding: .75rem;
  text-align: center;
  font-size: .875rem;
  cursor: pointer;
  font-weight: 700;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  transition: transition(all); }
  .fake-wishlist--dropdown label:hover, .fake-wishlist--dropdown label:focus,
  .fake-wishlist--dropdown a:hover,
  .fake-wishlist--dropdown a:focus {
    color: #222222; }

.productView-details--wishlist {
  display: none; }

/* ==========================================================
 * ## Header
 * ========================================================== */
@media (min-width: 1025px) {
  .navPages-action--toplevel + .navPage-subMenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    left: 0;
    width: 100%;
    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; }

.productCarousel .slick-next::before,
.productCarousel .slick-prev::before {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32014 7.64465L12.6597 2.06834C13.1134 1.59453 13.1134 0.829156 12.6597 0.355352C12.206 -0.118452 11.4732 -0.118452 11.0195 0.355352L6.49418 5.0691L1.98054 0.355353C1.52685 -0.118451 0.79396 -0.118451 0.340269 0.355353C-0.113422 0.829157 -0.113422 1.59453 0.34027 2.06834L5.67987 7.64465C6.12192 8.11845 6.86644 8.11845 7.32014 7.64465Z' fill='%23fd4114'/%3E%3C/svg%3E%0A");
  opacity: .5; }

.productCarousel .slick-next::before {
  transform: rotate(270deg);
  height: 1rem;
  width: 1rem; }

.productCarousel .slick-prev::before {
  transform: rotate(90deg);
  height: 1rem;
  width: 1rem; }

.productCarousel .carousel-tooltip {
  display: none; }

.slick-next,
.slick-prev {
  margin-top: 0; }

/* ==========================================================
 * ## Category Compare
 * ========================================================== */
.category__compare-link {
  display: none;
  padding: 1rem;
  position: fixed;
  z-index: 1;
  bottom: 50%;
  right: 10px;
  background: #fd4114;
  width: auto;
  color: #ffffff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .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: #fd4114; }
  .active-category-view svg {
    fill: #707070; }

/* ==========================================================
 * ## 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;
  height: 3rem;
  width: auto;
  max-width: 4.1875rem;
  max-height: 3; }

/* ==========================================================
 * ## 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;
  align-items: center; }
  .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: 82px;
    margin: 0 0.5rem;
    padding: 0.75rem 0.875rem;
    cursor: pointer;
    border-radius: .25rem;
    border-color: lightgray;
    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(253, 65, 20, 1)' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem top 0.5rem; }
  .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,
  .pagination--dropdown .pagination-list .pagination-item__page-count,
  .pagination--dropdown .pagination-list .pagination-item__label {
    color: #222222;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 700; }

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

.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: 15px;
  font-weight: 700;
  height: auto;
  min-height: 2.5rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem;
  flex: 2; }

/* ==========================================================
  * ## Custom
  * ========================================================== */
.blog-top__content {
  background-color: #fd4114;
  text-align: center; }

.blog-post__card-title a {
  font-size: 1.25rem;
  font-weight: 600; }

.blog-post__card-date, .blog-post__card-read-more {
  font-size: 1rem;
  font-weight: 700; }

.navPages--blog-action {
  padding: 0.75rem 2.125rem;
  font-size: 0.9375rem; }
  .navPages--blog-action .icon {
    width: .725rem; }

.blog-search-input .form {
  margin-bottom: 2rem; }

.blog-search-input .form-field {
  margin: 0; }

.blog-search-input .form-prefixPostfix {
  gap: .5rem; }

.blog-search-input input::placeholder {
  color: #9b9b9b; }

.blog-search-input input::-webkit-input-placeholder {
  color: #9b9b9b !important; }

.blog-top__content-img {
  max-width: 15.625rem; }
  @media (min-width: 1025px) {
    .blog-top__content-img {
      max-width: 25rem; } }

.blog-sidebar__block .blog-sidebar__header > .icon {
  width: 0.75rem; }

.blog-post__figure {
  height: 100%; }

.blog-post__thumbnail {
  width: 600px;
  height: 100%;
  max-width: 327px;
  margin: auto; }
  @media (min-width: 1025px) {
    .blog-post__thumbnail {
      max-width: none; } }
  .blog-post__thumbnail img {
    height: 100%;
    width: 100%; }

.navPages--blog-action.navPages-action-depth-max.has-subMenu.is-open {
  background-color: #ffffff;
  color: #fd4114; }
  .navPages--blog-action.navPages-action-depth-max.has-subMenu.is-open .icon svg {
    fill: #fd4114; }

.cart__totals-wrapper {
  background-color: #f2f2f2; }

.cart__totals-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222222; }

.cart-item-name__label {
  color: #222222;
  font-size: 0.9375rem; }

.cart-item *:not(dl.definitionList > *):not(dl.definitionList + a) {
  font-weight: 700; }

dl.definitionList > *, dl.definitionList + a {
  font-weight: 500; }

.cart-remove {
  background-color: #fd4114; }
  .cart-remove svg {
    fill: #ffffff;
    stroke: #ffffff; }

.cart-item-quantity .form-increment {
  display: flex; }
  .cart-item-quantity .form-increment button {
    border-radius: 0;
    border-color: #d3d3d3;
    width: 3rem;
    height: 3rem; }
  .cart-item-quantity .form-increment input {
    margin: 0;
    border-inline: none; }

.cart-item .cart-item-block > a {
  text-decoration: underline; }

.cart-item-image {
  border: 1px solid lightgray;
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-width: none; }

.cart-item-block.cart-item-figure {
  display: inline-block;
  margin: auto;
  width: 124px;
  height: 124px; }

.cart__totals-action,
.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  text-decoration: none;
  color: #222222; }

.cart-totals .button--primary.button--small {
  border-radius: .25rem; }

.cart-content-padding-right {
  margin: auto; }

.blog-post__card-read-more-wrapper svg {
  fill: #fd4114; }

.navUser-item--cart .previewCart-additionalCheckoutButtons {
  display: none; }

[data-support-fee-item] .cart-remove {
  display: none; }

.cart-additionalCheckoutButtons {
  display: none; }

.cart__actions #qn-cart-to-quote {
  background-color: transparent !important;
  color: #fd4114 !important;
  margin-left: 0;
  margin: 1rem 0; }
  .cart__actions #qn-cart-to-quote:hover {
    background-color: #ae3215 !important;
    color: white !important; }

.cart__buttons .footer-payment-icons {
  margin-top: 0;
  opacity: 0.5;
  text-align: center; }
  .cart__buttons .footer-payment-icons .footer-payment-icon {
    max-width: 30px; }
  .cart__buttons .footer-payment-icons svg {
    fill: #fd4114; }

.cart__totals-action--cs,
.shipping-estimate-show__btn-name,
.coupon-code-add,
.coupon-code-cancel {
  color: #fd4114; }

.cart-total-label-grandTotal,
.cart-total-grandTotal {
  padding-bottom: 1rem; }

.cart__totals-freeShippingText {
  text-align: center;
  font-style: italic;
  padding-bottom: 1rem;
  font-weight: 500; }

.cart__totals-freeShippingAmount {
  color: #fd4114; }

.previewCart .cart__totals-freeShippingText {
  border-top: 1px solid #e5e5e5;
  padding-top: 16px;
  padding-bottom: 0; }

.previewCartAction {
  border-top: 0;
  padding-top: 8px; }

.sidebarBlock .navList-action-active {
  color: #fd4114; }

.sidebarBlock .navList-action {
  color: #222222;
  font-weight: 700; }
  .sidebarBlock .navList-action:hover {
    color: #ae3215; }

.sidebarBlock-heading {
  font-size: 1.5rem;
  font-weight: 700; }

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

.category__content-container {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d3d3d3; }

.category__description-container p {
  margin-bottom: 1rem; }

.actionBar-section .form-field {
  display: flex;
  justify-content: space-between; }

div.category-dropdown-container {
  margin-bottom: 1rem;
  margin: auto; }
  @media (min-width: 1025px) {
    div.category-dropdown-container {
      display: none; } }
  div.category-dropdown-container:has(div.category-dropdown.is-open) {
    position: relative; }

.category-dropdown figcaption {
  margin-top: 0;
  max-width: none;
  display: flex;
  align-items: center; }

.f-dropdown {
  margin: 0;
  display: none;
  list-style: none; }
  .f-dropdown:focus-visible {
    outline: none; }
  .f-dropdown.is-open {
    width: 100%;
    z-index: 1;
    top: auto !important;
    left: auto !important;
    display: block;
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.1); }

.actionBar-section {
  float: none; }
  @media (min-width: 1025px) {
    .actionBar-section {
      float: left; } }

.category-page-cta.cta-1__content-container .cta-1__text-container {
  order: 1; }
  @media (min-width: 1025px) {
    .category-page-cta.cta-1__content-container .cta-1__text-container {
      order: 0; } }

@media (min-width: 1025px) {
  .category-page-cta.cta-1__content-container {
    gap: 2rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr auto; } }

.page-content--category {
  margin-bottom: 5rem; }

.category-page-cta .category-page-cta__title {
  color: #222222;
  font-weight: 800;
  font-size: 3rem;
  margin: 0 0 .5rem;
  line-height: normal;
  letter-spacing: -0.03em; }

.category-page-cta__subtitle {
  margin: 0 0 2rem; }

.sidebarBlock .navList-item .navList {
  padding-left: 1.5rem; }
  .sidebarBlock .navList-item .navList a {
    font-weight: 500; }

.sidebarBlock-title {
  color: #222222;
  border-bottom: 1px solid #d3d3d3;
  font-size: 1.25rem;
  max-width: 14.75rem;
  margin-block: 1rem;
  padding-bottom: .5rem; }

.price-label--as-low-as {
  font-size: 1rem;
  color: #707070; }

.footer-payment-icon, .footer-copyright :is(p, a) {
  color: #ffffff !important;
  fill: #ffffff;
  font-size: 1rem; }

.footer-payment-icons {
  height: auto; }
  .footer-payment-icons .footer-payment-icon {
    max-width: 45px;
    max-height: 45px; }

.footer-contact-logo {
  margin-left: -5px;
  margin-top: 5px;
  max-width: 250px;
  width: 100%; }

.slick-arrow {
  background-color: transparent;
  border: none; }

.slick-arrow:hover {
  background-color: transparent; }

.slick-prev {
  left: -20px; }
  .slick-prev .icon {
    transform: rotate(90deg); }

.slick-next {
  right: -20px; }
  @media (min-width: 1340px) {
    .slick-next {
      right: -24px; } }
  .slick-next .icon {
    transform: rotate(-90deg); }

.heroCarousel .slick-next {
  right: 0; }

.heroCarousel .slick-prev {
  left: 0; }

.heroCarousel .slick-next::before,
.heroCarousel .slick-prev::before {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32014 7.64465L12.6597 2.06834C13.1134 1.59453 13.1134 0.829156 12.6597 0.355352C12.206 -0.118452 11.4732 -0.118452 11.0195 0.355352L6.49418 5.0691L1.98054 0.355353C1.52685 -0.118451 0.79396 -0.118451 0.340269 0.355353C-0.113422 0.829157 -0.113422 1.59453 0.34027 2.06834L5.67987 7.64465C6.12192 8.11845 6.86644 8.11845 7.32014 7.64465Z' fill='%23fd4114'/%3E%3C/svg%3E%0A");
  opacity: .5; }

.heroCarousel .slick-next {
  right: 0; }
  .heroCarousel .slick-next::before {
    transform: rotate(270deg);
    height: 1rem;
    width: 1rem; }

.heroCarousel .slick-prev {
  left: 0; }
  .heroCarousel .slick-prev::before {
    transform: rotate(90deg);
    height: 1rem;
    width: 1rem; }

.heroCarousel .carousel-tooltip {
  display: none; }

.container.carousel-container {
  padding: 0; }
  @media (min-width: 1025px) {
    .container.carousel-container {
      padding: 1.5rem; } }

.heroCarousel-title {
  color: #707070;
  font-size: clamp(16px, 3.5vw, 50px); }
  @media (min-width: 1340px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #414141; }

@media (min-width: 550px) {
  .heroCarousel-content {
    background-color: transparent;
    margin: 0;
    width: 50%;
    overflow: hidden; } }

.slick-prev .icon,
.slick-next .icon {
  height: 7.14px;
  width: 12.36px;
  opacity: 50%; }
  @media (min-width: 550px) {
    .slick-prev .icon,
    .slick-next .icon {
      height: 10.24px;
      width: 18.62px; } }
  .slick-prev .icon svg,
  .slick-next .icon svg {
    fill: #fd4114;
    stroke: none; }

.slick-next::before,
.slick-prev::before {
  display: none; }

[tabindex]:not([tabindex="-1"]):focus {
  outline: none !important; }

@media only screen and (max-width: 551px) {
  .heroCarousel-slide {
    display: flex;
    flex-direction: column; } }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  top: 81%; }
  @media (min-width: 550px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      top: 50%; } }

.slick-dots li {
  height: 1rem;
  width: 1rem; }
  @media (min-width: 550px) {
    .slick-dots li {
      height: 2rem;
      width: 2rem; } }

.slick-dots li button,
.slick-dots li button::before {
  height: .5rem;
  width: .5rem;
  opacity: 50%; }
  @media (min-width: 550px) {
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem; } }

@media (min-width: 1025px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 22.125rem;
    max-width: 97.25rem; } }

.heroCarousel-slide .heroCarousel-image {
  object-fit: cover; }

/*
    Brand Section 
*/
.brands-section__img {
  width: 100%; }

.brands-section__list {
  display: none; }
  @media (min-width: 550px) {
    .brands-section__list {
      display: grid;
      grid-template-columns: repeat(auto-fit, 9.375rem);
      gap: 1rem;
      justify-content: space-between;
      justify-items: center;
      align-items: center;
      margin: auto;
      padding: 1rem; } }

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

.brands-section__link,
.js-brand-slide {
  display: block;
  filter: grayscale(1);
  opacity: .60;
  padding: 1rem;
  transition: all 0.15s ease; }
  .brands-section__link:hover, .brands-section__link:focus,
  .js-brand-slide:hover,
  .js-brand-slide:focus {
    filter: grayscale(0);
    opacity: 1; }

/*
    Brand Carousel
*/
img.brand-carousel__image {
  width: auto; }

@media (min-width: 550px) {
  .resources-carousel {
    display: none; } }

.brands-section {
  margin-bottom: 60px; }
  @media (min-width: 1025px) {
    .brands-section {
      margin-bottom: 56px; } }

.brand-carousel-button {
  display: block;
  margin: 0 auto 3rem;
  width: max-content; }

/*
    Resource Carousel 
*/
.hero-row-res {
  display: flex;
  justify-content: space-between;
  gap: 2.25rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3.5rem; }
  @media (min-width: 1025px) {
    .hero-row-res {
      display: grid;
      grid-template-columns: repeat(2, 21.6875rem);
      justify-content: space-around;
      margin-bottom: 9rem; } }
  @media (min-width: 1537px) {
    .hero-row-res {
      display: grid;
      grid-template-columns: repeat(4, 21.6875rem);
      justify-content: space-between; } }

.resource-carousel-slide {
  max-width: 21.70312rem;
  margin: auto; }

.hero-res {
  width: 21.70312rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }

.resources-title {
  text-align: center;
  font-weight: 600;
  margin: 0;
  font-size: 1.25rem; }

.productGrid__wishlist .form__remove {
  margin: 1rem auto;
  text-align: center; }

div.card-body,
.navList .navList-item,
.navList-item .navList-action {
  text-transform: unset; }

/*---------------------
    Product Grid and Cards
 ----------------------*/
.productGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 274px);
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem; }
  @media (min-width: 481px) {
    .productGrid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 606px) {
    .productGrid {
      grid-template-columns: repeat(auto-fit, 274px); } }
  @media (min-width: 1025px) {
    .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1175px) {
    .productGrid {
      grid-template-columns: repeat(4, 1fr); } }
  .productGrid .product {
    width: auto;
    height: 100%;
    padding: 0;
    overflow: visible; }

.slick-track {
  display: flex; }

.slick-initialized .slick-slide {
  height: inherit; }

.productView-thumbnails .productView-thumbnail-link {
  margin: auto; }

@media (min-width: 1187px) {
  .productView-thumbnails.slick-initialized .slick-slide {
    height: auto;
    width: auto !important; } }

@media (min-width: 1187px) {
  .productView-thumbnails .slick-track {
    flex-direction: column; } }

.productView-thumbnails .slick-list {
  margin: 0; }

.productView-thumbnails .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translate(0);
  right: auto;
  left: 100%;
  width: auto;
  height: fit-content;
  padding: 0; }
  @media (min-width: 1187px) {
    .productView-thumbnails .slick-next {
      top: 100%;
      bottom: auto;
      right: 0;
      left: 0;
      height: auto;
      width: auto; } }
  @media (min-width: 1187px) {
    .productView-thumbnails .slick-next .icon {
      transform: rotate(0deg); } }

.productView-thumbnails .slick-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translate(0);
  right: 100%;
  left: auto;
  width: auto;
  height: fit-content;
  padding: 0; }
  @media (min-width: 1187px) {
    .productView-thumbnails .slick-prev {
      top: auto;
      bottom: 100%;
      height: auto;
      width: auto;
      right: 0;
      left: 0; } }
  @media (min-width: 1187px) {
    .productView-thumbnails .slick-prev .icon {
      transform: rotate(180deg); } }

.productView-thumbnails img {
  width: auto;
  height: auto; }

.productView-details.product-options {
  margin-bottom: 1.5rem; }

.card {
  margin-bottom: 0;
  height: 100%;
  border: 2px solid lightgray;
  margin: auto;
  display: grid;
  justify-content: center;
  grid-template-rows: auto 1fr; }
  .card-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    background-color: transparent;
    max-width: 16.5625rem;
    min-height: 17.4375rem;
    margin: auto; }
  .card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .card-body .card-brand {
      font-size: 0.9375rem; }
    .card-body .card-price {
      border-block: 2px solid lightgray;
      font-weight: 600;
      padding-block: 1rem;
      margin-bottom: 1.5rem; }
  .card .card-atc__button {
    margin-bottom: .5rem; }

.price--withoutTax {
  display: block;
  font-size: 1.5rem;
  color: #fd4114;
  line-height: 33px;
  font-weight: 600;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.rrp-price--withoutTax {
  color: #707070;
  font-size: 20px;
  line-height: 27px; }

.card-figure__link {
  position: static;
  width: 100%; }

.card-img-container {
  margin: auto; }

.card-image {
  object-fit: contain;
  position: static;
  max-height: 238px; }

.form-wishlist {
  width: 100%; }

.form-wishlist .button {
  width: 100%;
  margin: 0;
  border-color: #fd4114;
  color: #fd4114;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; }
  .form-wishlist .button:hover {
    text-decoration: none;
    border-color: #ae3215;
    color: #ae3215; }
    .form-wishlist .button:hover .icon svg {
      fill: #ae3215; }
  .form-wishlist .button .icon svg {
    fill: #fd4114; }

.form-wishlist {
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 1rem; }
  .form-wishlist .dropdown-menu-button.is-open {
    border-top: none;
    border-radius: 0 0 .25rem .25rem; }
    .form-wishlist .dropdown-menu-button.is-open:hover {
      border-color: #fd4114; }
  .form-wishlist .dropdown-menu {
    max-width: none; }
  .form-wishlist .dropdown-menu.is-open {
    width: 100% !important;
    left: 0 !important;
    border: 1px solid #fd4114;
    border-radius: .25rem .25rem 0 0;
    background-color: #ffffff;
    top: auto !important;
    bottom: 100%;
    margin-bottom: 0;
    max-height: 350px;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .form-wishlist .dropdown-menu.is-open > li {
      border-bottom: 1px solid #fd4114; }
      .form-wishlist .dropdown-menu.is-open > li:last-child {
        border-bottom: none; }
    .form-wishlist .dropdown-menu.is-open .button {
      border: none;
      text-wrap: wrap; }
    .form-wishlist .dropdown-menu.is-open::-webkit-scrollbar {
      width: 10px; }
    .form-wishlist .dropdown-menu.is-open::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .form-wishlist .dropdown-menu.is-open::-webkit-scrollbar-thumb {
      background: #fd4114;
      border-radius: 10px;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
    .form-wishlist .dropdown-menu.is-open::-webkit-scrollbar-thumb:hover {
      background: #ae3215;
      transition: all 1000ms linear; }
    .form-wishlist .dropdown-menu.is-open [data-wishlist] {
      color: #ae3215; }
      .form-wishlist .dropdown-menu.is-open [data-wishlist]:hover {
        color: #fd4114; }

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

.form-label--inlineSmall small {
  color: #fd4114;
  font-size: inherit;
  font-weight: 700;
  margin: 0; }

.productView-options {
  text-align: initial;
  display: flex;
  flex-wrap: wrap; }

.productView-options::before, .productView-options::after {
  display: none; }

.productView-options .form {
  width: 100%;
  margin: 0; }

.productView-options .form .add-to-cart-wrapper {
  display: inline-block;
  width: 100%; }

.productView-options.has-options .form-prod-opts .form-select {
  max-width: none; }

@media (min-width: 1025px) {
  .productView-options.has-options .form-prod-opts {
    margin: 0; } }

.productView-options .form-wishlist {
  display: none; }
  .productView-options .form-wishlist .button {
    color: #222222;
    border: none;
    padding: .75rem; }
    .productView-options .form-wishlist .button:focus {
      color: #ffffff; }
  .productView-options .form-wishlist .icon {
    width: 13px;
    height: .5rem; }

.productView-options .fake-wishlist .button {
  color: #222222;
  border: none;
  padding: .75rem; }

.productView-options .fake-wishlist .icon {
  width: 13px;
  height: .5rem; }

.productView .form-action {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .productView .form-action {
      margin-bottom: 0; } }

.productView-options .add-to-cart-buttons .button {
  padding: .75rem; }

.productView-options .form-select--small {
  font-size: 0.8125rem;
  font-weight: 700; }

[data-product-attribute="set-select"] .form-label {
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: initial; }

.js-quantity-option .form-label,
.form-field--increments .form-label {
  font-size: 0.9375rem;
  font-weight: 700; }

.productView-title--review,
.productCarousel-heading {
  text-align: center;
  margin-bottom: 2rem;
  color: #222222;
  font-weight: 600; }

.productView-info-name:not(.short-description):not(.sku-label):not(.minimum-quantity):not(.bulk-pricing):not(.availability),
.productView-info-value:not(.short-description):not(.sku-label):not(.minimum-quantity):not(.bulk-pricing):not(.availability) {
  display: none; }

.productView-title {
  color: #222222;
  margin: 0;
  font-weight: 600;
  margin-bottom: 1rem; }

.productView-info-name.sku-label,
.productView-info-value.sku-label {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 700;
  display: inline; }

.productView-info-name.minimum-quantity,
.productView-info-value.minimum-quantity,
.productView-info-name.bulk-pricing,
.productView-info-value.bulk-pricing,
.productView-info-name.availability,
.productView-info-value.availability {
  display: inline-block;
  margin: 0; }

.productView-info-name.availability,
.productView-info-name.bulk-pricing,
.productView-info-name.minimum-quantity {
  font-weight: 700; }

.productView-info {
  margin: 0 0 .5rem; }

.productView-info_sku-wrapper {
  margin-bottom: .5rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: normal; }

.productView-brand {
  margin-bottom: .5rem; }

.productView-brand {
  font-size: 0.9375rem;
  line-height: normal;
  margin: 0; }

a.productView-brand_link {
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-decoration: none; }

.productView-info > :first-child {
  margin-top: 0; }

.productView-options .add-to-cart-buttons {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
  margin-bottom: 0.5rem; }
  @media (min-width: 1025px) {
    .productView-options .add-to-cart-buttons {
      margin-bottom: 0;
      display: flex;
      gap: .5rem; }
      .productView-options .add-to-cart-buttons .button {
        padding-block: 0;
        height: 100%; }
        .productView-options .add-to-cart-buttons .button.is-open {
          color: #ffffff; }
      .productView-options .add-to-cart-buttons > .form-action, .productView-options .add-to-cart-buttons .fake-wishlist {
        flex-basis: 50%; } }

.productView-options .add-to-cart-wallet-buttons {
  margin: 0; }

.productView-options .js-fake-checkbox {
  text-align: initial; }

.add-to-cart-wrapper .form-field--increments {
  text-align: center; }
  @media (min-width: 1187px) {
    .add-to-cart-wrapper .form-field--increments {
      text-align: initial; } }

.js-fake-checkbox + .form-field--picklist {
  display: none; }

.js-fake-checkbox .form-label--alternate {
  color: #222222;
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.form-increment .button {
  width: 3rem;
  height: 3rem;
  border-radius: 0px;
  border-color: lightgray; }

.form-increment svg {
  fill: #fd4114;
  stroke: #fd4114; }

.form-increment .form-input--incrementTotal {
  border-inline: none;
  border-radius: 0; }

.productView-content-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "title" "image" "description" "options"; }
  @media (min-width: 1187px) {
    .productView-content-wrapper {
      grid-template-columns: minmax(327px, 608px) minmax(327px, 450px) minmax(327px, 450px);
      grid-template-rows: auto;
      grid-template-areas: "image title options" "image description options" "image . options";
      column-gap: 1.5rem; } }
  .productView-content-wrapper .productView-images {
    max-width: 38rem;
    margin: auto;
    margin-bottom: 2.5rem;
    width: 100%; }
    @media (min-width: 1187px) {
      .productView-content-wrapper .productView-images {
        grid-area: image;
        margin: 0;
        align-items: center;
        height: fit-content;
        justify-content: space-between; } }
  @media (min-width: 1187px) {
    .productView-content-wrapper .product-data {
      grid-area: title;
      padding: 0 1rem; } }
  @media (min-width: 1187px) {
    .productView-content-wrapper .productView-short-description {
      grid-area: description;
      max-width: 26.125rem; } }
  @media (min-width: 1187px) {
    .productView-content-wrapper .product-options {
      grid-area: options; } }

.productView-product {
  border: none;
  padding: 0; }

.product-data {
  order: -1; }
  @media (min-width: 1340px) {
    .product-data {
      order: 0; } }

.productView-thumbnails {
  display: flex;
  justify-content: center;
  order: -1;
  margin: 0;
  gap: .25rem;
  max-width: 100%; }
  @media (min-width: 1187px) {
    .productView-thumbnails {
      flex-direction: column; } }

.productView-img-container::after {
  padding-bottom: 100%; }

.productView-thumbnail-link {
  height: 4.375rem;
  width: 4.375rem;
  box-sizing: border-box;
  padding: 0; }
  @media (min-width: 1187px) {
    .productView-thumbnail-link {
      max-width: 6.25rem; } }

@media (min-width: 1187px) {
  .productView-images {
    display: flex; } }

.productView-image {
  margin: 0;
  width: inherit; }

.productView-description .productView-title {
  padding: 0;
  border: none; }

.productView-title-tabs {
  margin: auto;
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  background-color: #fd4114;
  color: #ffffff;
  font-weight: 600;
  border-radius: .25rem; }
  @media (min-width: 550px) {
    .productView-title-tabs {
      border-width: 1px 1px 0px 1px;
      border-style: solid;
      border-color: #D3D3D3;
      border-radius: 4px 4px 0px 0px;
      color: #333333;
      font-weight: 700;
      padding: .75rem 1.25rem;
      background-color: transparent;
      width: auto; }
      .productView-title-tabs:hover {
        background-color: #fd4114;
        color: #ffffff;
        text-decoration: none; } }

.productView-description {
  float: none;
  position: static;
  width: auto;
  padding: 1rem 0 0; }
  @media (min-width: 550px) {
    .productView-description {
      border: 1px solid #e5e5e5;
      padding: 48px 2.5rem; } }

.productView-description h3 {
  margin-top: 0; }

.productView-description h2,
.productView-description h3,
.productView-description h4 {
  color: #222222;
  font-weight: 700;
  letter-spacing: -0.01em; }

.productView-description li a {
  color: #fd4114; }
  .productView-description li a:hover {
    color: #ae3215; }

.productView-table {
  width: 100%; }

div.productView-table {
  display: table; }

.productView-table-row {
  display: table-row;
  width: 100%; }

@media (min-width: 1025px) {
  div.productView-table-header {
    width: 25%; } }

@media (min-width: 1025px) {
  div.productView-table-data {
    width: 75%; } }

.productView-table-header {
  background-color: #f2f2f2; }

.productView-table-header,
.productView-table-data {
  padding: 0.9375rem 0.75rem;
  border: 1px solid #e5e5e5;
  text-align: initial;
  display: block; }
  @media (min-width: 1025px) {
    .productView-table-header,
    .productView-table-data {
      display: table-cell; } }

.productView-short-description {
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem 2rem; }

.productView-info-value,
.productView-info-name {
  float: none; }

@media (min-width: 1025px) {
  .videoGallery-main {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40%; } }

@media (min-width: 1340px) {
  .videoGallery-main {
    padding-bottom: 30%; } }

@media (min-width: 1025px) {
  .videoGallery-main iframe {
    width: 640px;
    height: 390px;
    position: static; } }

@media (min-width: 1340px) {
  .productView-thumbnails .slick-next {
    margin-top: 10px; } }

.pdp-fbt__link {
  display: block;
  margin-top: 10px; }

.stamped-badge-caption {
  font-size: 12px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem; }

.description-layout {
  display: grid;
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  gap: 1rem;
  border-bottom: 6px solid #fd4114; }
  .description-layout .title {
    font-size: 2.5rem;
    color: #fd4114; }
    @media (min-width: 1025px) {
      .description-layout .title {
        font-size: 3.125rem; } }
  .description-layout .subtitle {
    font-weight: 700;
    letter-spacing: -.01em; }
  .description-layout .image {
    grid-area: image;
    align-content: center;
    padding: 1rem;
    position: relative; }
    @media (min-width: 1025px) {
      .description-layout .image {
        display: flex; } }
    .description-layout .image img {
      width: 100%;
      margin: auto;
      display: block; }
  .description-layout .read-more {
    position: relative; }
    .description-layout .read-more:has(~ .readmore-button)::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 150px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
      pointer-events: none; }
  .description-layout .description {
    grid-area: description; }
  .description-layout .list-container {
    grid-area: list; }
  .description-layout .list {
    font-size: 14px; }
  .description-layout .text {
    margin-bottom: 0; }
  .description-layout .button {
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 0;
    display: block;
    max-width: 200px; }

@media (max-width: 1024px) {
  .description-layout-1 {
    grid-template-areas: "description" "image" "data1" "data2" "data3" "guide";
    grid-template-columns: 1fr; } }

@media (min-width: 1025px) {
  .description-layout-1 {
    grid-template-areas: "description description" "data1 image" "data2 image" "data3 image" "guide guide";
    grid-template-columns: 1fr 1.5fr; } }

.description-layout-1 .description {
  margin-bottom: 2rem; }

.description-layout-1 .data-sheet--1 {
  grid-area: data1; }

.description-layout-1 .data-sheet--2 {
  grid-area: data2; }

.description-layout-1 .data-sheet--3 {
  grid-area: data3; }

.description-layout-1 .reader-guide {
  grid-area: guide; }

.description-layout-1 .image img {
  max-width: 500px; }
  @media (min-width: 1025px) {
    .description-layout-1 .image img {
      position: relative;
      max-width: clamp(550px, 90%, 750px);
      right: -100px; } }

@media (max-width: 1024px) {
  .description-layout-2 {
    grid-template-areas: "image" "list";
    grid-template-columns: 1fr; } }

@media (min-width: 1025px) {
  .description-layout-2 {
    grid-template-areas: "image list" "image list";
    grid-template-columns: 1fr 1fr; } }

.description-layout-2 .image img {
  max-width: 500px; }

@media (max-width: 1024px) {
  .description-layout-3 {
    grid-template-areas: "description" "image" "list";
    grid-template-columns: 1fr; } }

@media (min-width: 1025px) {
  .description-layout-3 {
    grid-template-areas: "description image" "list image";
    grid-template-columns: 1fr 2fr; } }

.description-layout-3 .image img {
  max-width: 25rem; }

body {
  padding-top: 0; }

.body {
  margin-top: 0; }

/* ----------------------------------
ALL of the ::after elements that aren't helping much
----------------------------------*/
.form-field:before,
.form-field:after,
.navUser-section:before,
.navUser-section:after,
.navUser:before,
.navUser:after,
.header-logo__link:before,
.header-logo__link:after,
.navPages:before,
.navPages:after,
.navPages .navPage-subMenu-list:before,
.navPages .navPage-subMenu-list:after,
.productGrid::before,
.productGrid::after,
.card-img-container::after,
.navList:before,
.navList:after,
.productView:before,
.productView:after,
.productView-thumbnails:before,
.productView-thumbnails:after,
.or-use-label {
  display: none; }

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

.heroCarousel .slick-dots {
  display: block !important; }

.page-sidebar + .page-content {
  padding: 0; }

.page-heading {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem; }
  .page-heading.page-heading-manufacturer {
    margin-bottom: 1rem; }

.productCarousel {
  margin-bottom: 3.5rem; }

.pagination-list {
  margin: 0; }

.modal-close:focus::before, .modal-close:focus::after {
  display: none; }

figure > figcaption {
  margin: 0; }

ol.breadcrumbs {
  text-align: initial; }

.breadcrumb a {
  color: #fd4114;
  font-size: 0.875rem; }

.previewCartAction {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  justify-content: center; }
  .previewCartAction .previewCartAction-checkout, .previewCartAction .previewCartAction-viewCart {
    padding: 0;
    width: 45%; }
  .previewCartAction .button--small {
    padding: .5rem 0;
    border-radius: .25rem; }

[href]:focus {
  outline: none !important; }

.previewCartAction:before, .previewCartAction:after {
  display: none; }

.card-figcaption-button {
  background-color: white; }
  .card-figcaption-button:hover {
    color: #ffffff;
    background-color: #fd4114; }

.productView-table-row.fbt,
.productView-table-row.fbt-product,
.productView-info-name--custom,
.productView-info-value--custom,
.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; }

.productView-info-name--custom,
.productView-info-value--custom,
.productView-table-row.atc-product,
.productView-info-name.atc-product,
.productView-info-value.atc-product {
  display: none; }

.pagination-item--next .icon svg, .pagination-item--previous .icon svg {
  fill: #fd4114; }

.BraintreePaypalContainer,
.BraintreePaypalCreditContainer,
.FloatRight,
.AmazonPayContainer,
.AmazonPayInnerContainer,
.GooglePayContainer,
.GooglePayInnerContainer,
.GooglePayInnerContainer div {
  float: none  !important;
  width: auto;
  margin: auto; }

.BraintreePaypalButton,
.BraintreePaypalCreditButton,
button.gpay-button {
  width: 100% !important;
  float: none !important;
  max-width: none !important; }

.AmazonPayInnerContainer > *, .GooglePayInnerContainer {
  width: 100% !important; }

[data-cart-additional-checkout-buttons], .cart__actions {
  max-width: 325px;
  margin: auto; }

.contact-grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.contact-contactinfo {
  flex-grow: 1;
  width: 215px; }

.contact-contactform {
  flex-grow: 2;
  width: 215px; }

.quote-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 3.5rem; }
  @media (min-width: 1025px) {
    .quote-container {
      grid-template-columns: repeat(2, 1fr); } }

.testimonials-img_container {
  background-color: #f1f1f1;
  padding-block: 3.5rem;
  margin-bottom: 4.3125rem; }

.swal2-html-container ol {
  text-align: left; }

.mfg-item-btn {
  background: #fd4114;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 6px 30px 8px;
  text-decoration: none;
  transition: all .1s 0s ease-out; }

.mfg-item-btn:hover {
  background: #fd4111;
  box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
  transition: all 0.25s 0s ease-out; }

div.mfg-items {
  margin: 80px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px; }
  @media (min-width: 550px) {
    div.mfg-items {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1340px) {
    div.mfg-items {
      grid-template-columns: repeat(3, 1fr); } }

div.mfg-item {
  background: white;
  display: inline-block;
  margin: 10px auto;
  padding: 23px;
  perspective: 1000;
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 3px;
  bottom: 0;
  height: 645px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  left: 0;
  width: 100%; }
  @media (min-width: 550px) {
    div.mfg-item {
      margin: 0; } }
  div.mfg-item .mfg-item-title {
    background: white;
    padding: 3px 3px;
    position: relative;
    margin: 0px;
    z-index: 0; }
  div.mfg-item .mfg-item-title h2 {
    margin: 0; }
  div.mfg-item .mfg-item-description {
    padding: 0;
    position: relative; }
  div.mfg-item .mfg-item__logo {
    max-height: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

/*option 3*/
.mfg-menu-content {
  padding: 0 0 0 50px; }

.mfg-collapsible-menu {
  background-color: white; }

.mfg-collapsible-menu ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
  margin-top: 10px; }

.mfg-collapsible-menu a {
  display: block;
  padding: 10px 0 0;
  text-decoration: none; }

.mfg-collapsible-menu a:hover {
  font-weight: 600; }

.mfg-item-btn {
  background: #fd4114;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 6px 30px 8px;
  text-decoration: none;
  transition: all .1s 0s ease-out;
  position: absolute;
  bottom: 2em; }

.mfg-item-btn:hover {
  background: #fd4111;
  box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
  transition: all 0.25s 0s ease-out;
  color: #fff;
  font-weight: bold; }

.mfg-brnd-info {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em; }

.mfg-brnd-info p {
  margin-bottom: 0.5rem; }

.mfg-brnd-info hr {
  margin: 1em 0; }

.mfg-item-description ul {
  list-style: none;
  margin-left: 5px; }

.mfg-item-description li {
  padding-bottom: .7em;
  line-height: 1; }

.mfg-item-description a {
  text-decoration: none; }

.mfg-item-description a:hover {
  font-weight: 600; }

.mfg-collapsible-menu label {
  display: block;
  cursor: pointer;
  background: url("https://www.atlasrfidstore.com/product_images/uploaded_images/open.png") no-repeat right center;
  background-size: contain;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em; }

input.mfg-cat {
  display: none;
  float: right; }

.mfg-menu-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 50px; }

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

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

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

.atcu__detail-options {
  padding: 1rem 0; }

.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;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 56px; }
  #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;
  justify-content: 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;
  width: 25%;
  text-align: center; }
  @media (min-width: 550px) {
    .fbt__image-item {
      width: auto;
      padding: 0 1rem; } }

.fbt__image-item:first-child {
  padding-left: 0; }

.fbt__image-item.fbt__total {
  padding-top: 1.5rem;
  text-align: center;
  width: 100%; }
  @media (min-width: 1025px) {
    .fbt__image-item.fbt__total {
      padding-top: 0;
      width: auto; } }
  .fbt__image-item.fbt__total .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .fbt__image-item.fbt__total .button {
        max-width: 8.4375rem;
        padding: 0.875rem; } }

.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: 550px) {
    .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-flex;
  opacity: 0.45;
  transition: opacity 0.15s ease;
  border: 1px solid #D3D3D3;
  width: 70px;
  height: 70px;
  height: 70px;
  justify-content: center; }
  @media (min-width: 1025px) {
    .fbt__image-link {
      width: 85px;
      height: 85px; } }

.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%;
  object-fit: contain; }

.fbt__total-txt {
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.25rem; }

.fbt__total-price {
  color: #fd4114; }

/* ==========================================================
## HELPER TEXT
========================================================== */
.fbt__helper-text {
  margin: 15px 0 10px 0;
  font-weight: bold;
  font-size: 15px;
  text-align: initial; }

/* ==========================================================
## DETAILS
========================================================== */
.fbt__detail-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fbt__detail-list * {
    font-size: 1rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: normal; }

.fbt__detail-item {
  margin-bottom: 1.5rem; }

.fbt__detail-field {
  display: inline-block; }

.fbt__detail-item .form-checkbox + .form-label {
  line-height: 20px;
  margin-bottom: 1rem; }
  .fbt__detail-item .form-checkbox + .form-label span {
    font-weight: 700; }

.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;
  font-weight: 500;
  color: #222222; }

.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 {
  font-weight: normal;
  font-weight: 600; }

.fbt__detail-item .price-section,
.price.gql__price.price--withoutTax,
.price.gql__price--range.price--withoutTax {
  display: block; }
  @media (min-width: 1025px) {
    .fbt__detail-item .price-section,
    .price.gql__price.price--withoutTax,
    .price.gql__price--range.price--withoutTax {
      display: inline-block; } }

.fbt__detail-item .price.price--withoutTax:before {
  display: none; }

/* ==========================================================
## DETAIL OPTIONS
========================================================== */
.fbt__toggle-options {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1px 15px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid;
  background-color: #fd4114;
  color: white;
  transition: all 0.15s ease; }
  @media (min-width: 550px) {
    .fbt__toggle-options {
      margin: 0 0 0 5px; } }

.fbt__toggle-options:hover,
.fbt__toggle-options:focus {
  background-color: #ae3215;
  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;
  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: #ffffff;
  border-color: #fd4114;
  color: #fd4114;
  background-color: #ffffff;
  border-color: #fd4114;
  color: #fd4114;
  font-weight: 700;
  padding: .375rem 1.25rem;
  margin-left: 1.875rem; }
  @media (min-width: 1025px) {
    .fbt__toggle-options {
      margin-left: 0; } }

.fbt__toggle-options:hover {
  background-color: #fd4114;
  border-color: #fd4114; }

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

/** START OBX PARTNER BOTTOM TEMPLATE STYLES **/
.obx.bottom-template {
  margin: 60px 0 0; }

.obx.bottom-template h2,
.obx.bottom-template .h2 {
  font: 700 34px/45px Montserrat,Arial,Helvetica,sans-serif;
  margin: 60px 0 20px;
  color: #222; }

.obx.bottom-template h3,
.obx.bottom-template .h3 {
  font: 600 20px/30px Montserrat,Arial,Helvetica,sans-serif;
  margin: 40px 0 20px;
  color: #222; }

.obx.bottom-template p,
.obx.bottom-template li {
  font: 400 16px/24px "Open Sans",Arial,Helvetica,sans-serif;
  margin: 0 0 30px;
  color: #222; }

.obx.bottom-template li {
  margin: 0 0 15px; }

.obx.bottom-template ul,
.obx.bottom-template ol {
  margin: 0 0 30px 20px; }

.obx.bottom-template ul > :last-child,
.obx.bottom-template ol > :last-child {
  margin-bottom: 0; }

.obx.bottom-template a:not(.obx-btn) {
  color: #fd4114;
  text-decoration: none;
  text-underline-offset: 3px; }

.obx.bottom-template a:not(.obx-btn):hover {
  text-decoration: underline; }

.obx.bottom-template .obx-btn {
  display: inline-block;
  padding: 14px;
  min-width: 160px;
  transition: 0.3s all;
  text-decoration: none !important;
  font: 700 16px/24px Montserrat,Arial,Helvetica,sans-serif;
  border-radius: 4px;
  text-align: center;
  margin: 30px 0; }

.obx.bottom-template .obx-btn.btn-orange {
  background-color: #fd4114;
  color: #fff; }

.obx.bottom-template .obx-btn.btn-orange:hover {
  background-color: #7C2C1A; }

.obx.bottom-template p + .obx-btn {
  margin-top: 0; }

.obx.bottom-template img {
  display: block;
  border-radius: 3px;
  width: 100%; }

.obx.bottom-template section,
.obx.bottom-template div.section {
  margin: 60px 0; }

.obx.bottom-template .flex-row {
  display: flex; }

.obx.bottom-template section.brands,
.obx.bottom-template div.section.brands {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 60px 0; }

.obx.bottom-template section.brands h2,
.obx.bottom-template div.section.brands h2 {
  font: 900 24px/36px Montserrat,Arial,Helvetica,sans-serif;
  text-align: center; }

.obx.bottom-template section.brands .brand-row,
.obx.bottom-template div.section.brands .brand-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  margin: 30px 0 0; }

.obx.bottom-template section.brands .brand-block,
.obx.bottom-template div.section.brands .brand-block {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  overflow: unset; }

.obx.bottom-template section.brands a,
.obx.bottom-template div.section.brands a {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.obx.bottom-template section.brands img,
.obx.bottom-template div.section.brands img {
  width: 100%;
  border-radius: unset;
  filter: grayscale(100%);
  transition: 0.3s all;
  margin: auto; }

.obx.bottom-template section.brands a:hover img,
.obx.bottom-template div.section.brands a:hover img {
  filter: grayscale(0); }

.obx.bottom-template section.split-content,
.obx.bottom-template div.section.split-content {
  border-bottom: 1px solid #D3D3D3;
  padding: 0 0 60px; }

.obx.bottom-template section.split-content .flex-row,
.obx.bottom-template div.section.split-content .flex-row {
  align-items: center; }

.obx.bottom-template section.split-content .col.media-col,
.obx.bottom-template div.section.split-content .col.media-col {
  flex-basis: 33%; }

.obx.bottom-template section.split-content .col.content-col,
.obx.bottom-template div.section.split-content .col.content-col {
  flex-basis: 66%;
  margin-right: 75px; }

.obx.bottom-template section.split-content .media-col + .content-col,
.obx.bottom-template div.section.split-content .media-col + .content-col {
  margin-left: 75px;
  margin-right: 0; }

.obx.bottom-template section.video,
.obx.bottom-template div.section.video {
  opacity: 1; }

.obx.bottom-template section.video .video-container,
.obx.bottom-template div.section.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #D3D3D3;
  border-radius: 4px 4px 0 0; }

.obx.bottom-template section.video .video-container iframe,
.obx.bottom-template section.video .video-container object,
.obx.bottom-template section.video .video-container embed,
.obx.bottom-template div.section.video .video-container iframe,
.obx.bottom-template div.section.video .video-container object,
.obx.bottom-template div.section.video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.obx.bottom-template section.video .video-caption,
.obx.bottom-template div.section.video .video-caption {
  border: 1px solid #D3D3D3;
  border-radius: 0 0 4px 4px;
  border-top: unset;
  padding: 20px;
  font: 400 18px/26px "Open Sans",Arial,Helvetica,sans-serif; }

.obx.bottom-template section.faq-section,
.obx.bottom-template div.section.faq-section {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 60px 0; }

.obx.bottom-template section.faq-section .faq,
.obx.bottom-template div.section.faq-section .faq {
  background-color: #F1F5F5;
  border-radius: 4px;
  padding: 20px;
  margin: 0 0 30px; }

.obx.bottom-template section.faq-section .faq h3,
.obx.bottom-template div.section.faq-section .faq h3 {
  font: 600 18px/24px "Open Sans",Arial,Helvetica,sans-serif;
  margin: 0 0 20px; }

.obx.bottom-template section.cta,
.obx.bottom-template div.section.cta {
  background-color: #F1F5F5;
  padding: 30px 0;
  border-radius: 4px; }

.obx.bottom-template section.cta h2,
.obx.bottom-template div.section.cta h2 {
  font: 700 24px/36px Montserrat,Arial,Helvetica,sans-serif;
  margin: 0 0 15px; }

.obx.bottom-template section.cta p,
.obx.bottom-template div.section.cta p {
  font: 400 18px/26px "Open Sans",Arial,Helvetica,sans-serif; }

.obx.bottom-template section.content-wheel .related-articles,
.obx.bottom-template div.section.content-wheel .related-articles {
  margin-top: 30px; }

.obx.bottom-template section.content-wheel .article,
.obx.bottom-template div.section.content-wheel .article {
  flex-basis: 33%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #D3D3D3;
  position: relative;
  transition: 0.3s all; }

.obx.bottom-template section.content-wheel .related-articles > :nth-child(2),
.obx.bottom-template div.section.content-wheel .related-articles > :nth-child(2) {
  margin: 0 35px; }

.obx.bottom-template section.content-wheel a,
.obx.bottom-template div.section.content-wheel a {
  text-decoration: none !important;
  color: unset; }

.obx.bottom-template section.content-wheel span,
.obx.bottom-template div.section.content-wheel span {
  display: block; }

.obx.bottom-template section.content-wheel .image-container,
.obx.bottom-template div.section.content-wheel .image-container {
  min-height: 140px;
  overflow: hidden;
  position: relative; }

.obx.bottom-template section.content-wheel img,
.obx.bottom-template div.section.content-wheel img {
  max-height: 140px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all; }

.obx.bottom-template section.content-wheel .title-container,
.obx.bottom-template div.section.content-wheel .title-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.obx.bottom-template section.content-wheel .article-title,
.obx.bottom-template div.section.content-wheel .article-title {
  font: 600 18px/20px Montserrat,Arial,Helvetica,sans-serif;
  color: #fff;
  margin: 0; }

.obx.bottom-template section.content-wheel .article-inner,
.obx.bottom-template div.section.content-wheel .article-inner {
  padding: 10px;
  transition: 0.3s all; }

.obx.bottom-template section.content-wheel .article-meta,
.obx.bottom-template div.section.content-wheel .article-meta {
  font: 500 14px/20px "Open Sans",Arial,Helvetica,sans-serif;
  color: #717888;
  margin: 0 0 5px; }

.obx.bottom-template section.content-wheel .article-excerpt,
.obx.bottom-template div.section.content-wheel .article-excerpt {
  font: 400 14px/20px "Open Sans",Arial,Helvetica,sans-serif;
  color: #222; }

.obx.bottom-template section.content-wheel .article:hover,
.obx.bottom-template div.section.content-wheel .article:hover {
  position: relative;
  transition: 0.3s all;
  top: -2px; }

.obx.bottom-template section.bt-0,
.obx.bottom-template div.section.bt-0 {
  border-top: unset !important;
  padding-top: 0; }

.obx.bottom-template section.bb-0 .obx.bottom-template div.section.bb-0 {
  border-bottom: unset !important;
  padding-bottom: 0 !important; }

.obx.bottom-template section.mt-0,
.obx.bottom-template > :first-child,
.obx.bottom-template section > :first-child,
.obx.bottom-template .container > :first-child,
.obx.bottom-template .col > :first-child,
.obx.bottom-template section.video .video-caption > :first-child,
.obx.bottom-template section.faq-section .faq > :first-child,
.obx.bottom-template .article-inner > :first-child,
.obx.bottom-template div.section.mt-0,
.obx.bottom-template div.section > :first-child,
.obx.bottom-template div.section.video .video-caption > :first-child,
.obx.bottom-template div.section.faq-section .faq > :first-child {
  margin-top: 0 !important; }

.obx.bottom-template section.mb-0,
.obx.bottom-template > :last-child,
.obx.bottom-template section > :last-child,
.obx.bottom-template .container > :last-child,
.obx.bottom-template .col > :last-child,
.obx.bottom-template section.video .video-caption > :last-child,
.obx.bottom-template section.faq-section .faq > :last-child,
.obx.bottom-template .article-inner > :last-child,
.obx.bottom-template div.section.mb-0,
.obx.bottom-template div.section > :last-child,
.obx.bottom-template div.section.video .video-caption > :last-child,
.obx.bottom-template div.section.faq-section .faq > :last-child {
  margin-bottom: 0 !important; }

@media only screen and (min-width: 900px) {
  .obx.bottom-template .container {
    max-width: 880px;
    margin: 0 auto; } }

@media only screen and (max-width: 1080px) {
  .obx.bottom-template section.brands .brand-row,
  .obx.bottom-template div.section.brands .brand-row {
    grid-template-columns: repeat(4, 1fr); } }

@media only screen and (max-width: 768px) {
  .obx.bottom-template .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }
  .obx.bottom-template section.brands .brand-row,
  .obx.bottom-template div.section.brands .brand-row {
    grid-template-columns: repeat(2, 1fr); }
  .obx.bottom-template .flex-row {
    flex-direction: column; }
  .obx.bottom-template section.split-content .col.content-col,
  .obx.bottom-template div.section.split-content .col.content-col {
    margin-right: 0px;
    margin-bottom: 60px; }
  .obx.bottom-template section.split-content .media-col + .content-col,
  .obx.bottom-template div.section.split-content .media-col + .content-col {
    margin-left: 0px;
    margin-top: 60px;
    margin-bottom: 0; }
  .obx.bottom-template section.content-wheel .related-articles > :nth-child(2),
  .obx.bottom-template div.section.content-wheel .related-articles > :nth-child(2) {
    margin: 35px 0; }
  .obx.bottom-template section.cta,
  .obx.bottom-template div.section.cta {
    padding: 30px 5%; } }

/** END OBX PARTNER BOTTOM TEMPLATE STYLES **/
/** OBX PARTNER ARTICLE TEMPLATE STYLES **/
.obx.article-template h2,
.obx.article-template .h2 {
  font: 700 24px/36px Montserrat,Arial,Helvetica,sans-serif;
  margin: 60px 0 20px;
  color: #222; }

.obx.article-template img + h2,
.obx.article-template img + .h2 {
  margin: 40px 0 20px; }

.obx.article-template h3,
.obx.article-template .h3 {
  font: 600 24px/36px Montserrat,Arial,Helvetica,sans-serif;
  margin: 40px 0 20px;
  color: #222; }

.obx.article-template p,
.obx.article-template li {
  font: 400 18px/26px "Open Sans",Arial,Helvetica,sans-serif;
  margin: 0 0 30px;
  color: #222; }

.obx.article-template li {
  margin: 0 0 15px; }

.obx.article-template ul,
.obx.article-template ol {
  margin: 0 0 30px;
  padding-left: 5px; }

.obx.article-template ul {
  list-style-position: inside; }

.obx.article-template ul li::marker {
  color: #fd4114; }

.obx.article-template ul > :last-child,
.obx.article-template ol > :last-child {
  margin-bottom: 0; }

.obx.article-template a:not(.obx-btn) {
  color: #fd4114;
  text-decoration: none;
  text-underline-offset: 3px; }

.obx.article-template a:not(.obx-btn):hover {
  text-decoration: underline; }

.obx.article-template .obx-btn {
  display: inline-block;
  padding: 14px;
  min-width: 160px;
  transition: 0.3s all;
  text-decoration: none !important;
  font: 700 16px/24px Montserrat,Arial,Helvetica,sans-serif;
  border-radius: 4px;
  text-align: center;
  margin: 30px 0; }

.obx.article-template .obx-btn.btn-orange {
  background-color: #fd4114;
  color: #fff; }

.obx.article-template .obx-btn.btn-orange:hover {
  background-color: #7C2C1A; }

.obx.article-template p + .obx-btn {
  margin-top: 0; }

.obx.article-template img {
  display: block;
  width: 100%; }

.obx.article-template section,
.obx.article-template div.section {
  margin: 60px 0; }

.obx.article-template .flex-row {
  display: flex; }

.obx.article-template section#obx-toc,
.obx.article-template div.section#obx-toc {
  display: none;
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  padding: 30px 0; }

.obx.article-template section#obx-toc a,
.obx.article-template div.section#obx-toc a {
  color: #222; }

.obx.article-template section#obx-toc a:hover,
.obx.article-template div.section#obx-toc a:hover {
  color: #fd4114; }

.obx.article-template section.split-content,
.obx.article-template div.section.split-content {
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  padding: 60px 0; }

.obx.article-template section.split-content .flex-row,
.obx.article-template div.section.split-content .flex-row {
  align-items: center; }

.obx.article-template section.split-content .col,
.obx.article-template div.section.split-content .col {
  flex-basis: 50%; }

.obx.article-template section.split-content .col.media-col,
.obx.article-template div.section.split-content .col.media-col {
  margin-right: 50px; }

.obx.article-template section.split-content .content-col + .media-col,
.obx.article-template div.section.split-content .content-col + .media-col {
  margin-left: 50px;
  margin-right: 0; }

.obx.article-template section.video,
.obx.article-template div.section.video {
  opacity: 1; }

.obx.article-template section.video .video-container,
.obx.article-template div.section.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.obx.article-template section.video .video-container iframe,
.obx.article-template section.video .video-container object,
.obx.article-template section.video .video-container embed,
.obx.article-template div.section.video .video-container iframe,
.obx.article-template div.section.video .video-container object,
.obx.article-template div.section.video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.obx.article-template section.video .video-caption,
.obx.article-template div.section.video .video-caption {
  border: 1px solid #D3D3D3;
  border-radius: 0 0 4px 4px;
  border-top: unset;
  padding: 20px;
  font: 400 18px/26px "Open Sans",Arial,Helvetica,sans-serif; }

.obx.article-template .quote-container {
  margin: 60px 0;
  padding: 0 45px 0 90px;
  border-left: 4px solid #FD4114;
  position: relative;
  display: block; }

.obx.article-template .quote-container::before,
.obx.article-template .quote-container::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='18' viewBox='0 0 24 18'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_4' data-name='Path 4' d='M8.292-10.544,10.375-18H4.542L1.625-11.426C.167-8.118,0-7.059,0-5.647A5.31,5.31,0,0,0,5.5,0,5.31,5.31,0,0,0,11-5.647,5.17,5.17,0,0,0,8.292-10.544Zm13,0L23.375-18H17.542l-2.917,6.574C13.167-8.118,13-7.059,13-5.647A5.31,5.31,0,0,0,18.5,0,5.31,5.31,0,0,0,24-5.647,5.17,5.17,0,0,0,21.292-10.544Z' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='quote' transform='translate(0 18)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M-1-19H25V1H-1Z' fill='%23fd4113'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  content: '';
  height: 18px;
  width: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.obx.article-template .quote-container::before {
  top: 0;
  left: 20px; }

.obx.article-template .quote-container::after {
  bottom: 0;
  right: 20px;
  transform: rotate(180deg); }

.obx.article-template section.cta,
.obx.article-template div.section.cta {
  border: 3px solid #FD4114;
  padding: 30px;
  border-radius: 10px; }

.obx.article-template section.cta h2,
.obx.article-template div.section.cta h2 {
  font: 700 24px/36px Montserrat,Arial,Helvetica,sans-serif;
  margin: 0 0 15px; }

.obx.article-template section.cta p,
.obx.article-template div.section.cta p {
  font: 400 18px/26px "Open Sans",Arial,Helvetica,sans-serif; }

.obx.article-template section.content-wheel .related-articles,
.obx.article-template div.section.content-wheel .related-articles {
  margin-top: 30px; }

.obx.article-template section.content-wheel .article,
.obx.article-template div.section.content-wheel .article {
  flex-basis: 33%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #D3D3D3;
  position: relative;
  transition: 0.3s all; }

.obx.article-template section.content-wheel .related-articles > :nth-child(2),
.obx.article-template div.section.content-wheel .related-articles > :nth-child(2) {
  margin: 0 30px; }

.obx.article-template section.content-wheel a,
.obx.article-template div.section.content-wheel a {
  text-decoration: none !important;
  color: unset; }

.obx.article-template section.content-wheel span,
.obx.article-template div.section.content-wheel span {
  display: block; }

.obx.article-template section.content-wheel .image-container,
.obx.article-template div.section.content-wheel .image-container {
  min-height: 140px;
  overflow: hidden;
  position: relative; }

.obx.article-template section.content-wheel img,
.obx.article-template div.section.content-wheel img {
  min-height: 140px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all; }

.obx.article-template section.content-wheel .title-container,
.obx.article-template div.section.content-wheel .title-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.obx.article-template section.content-wheel .article-title,
.obx.article-template div.section.content-wheel .article-title {
  font: 600 18px/20px Montserrat,Arial,Helvetica,sans-serif;
  color: #fff;
  margin: 0; }

.obx.article-template section.content-wheel .article-inner,
.obx.article-template div.section.content-wheel .article-inner {
  padding: 10px;
  transition: 0.3s all; }

.obx.article-template section.content-wheel .article-meta,
.obx.article-template div.section.content-wheel .article-meta {
  font: 500 14px/20px "Open Sans",Arial,Helvetica,sans-serif;
  color: #717888;
  margin: 0 0 5px; }

.obx.article-template section.content-wheel .article-excerpt,
.obx.article-template div.section.content-wheel .article-excerpt {
  font: 400 14px/20px "Open Sans",Arial,Helvetica,sans-serif;
  color: #222; }

.obx.article-template section.content-wheel .article:hover,
.obx.article-template div.section.content-wheel .article:hover {
  position: relative;
  transition: 0.3s all;
  top: -2px; }

.obx.article-template section.bt-0,
.obx.article-template div.section.bt-0 {
  border-top: unset !important;
  padding-top: 0; }

.obx.article-template section.bt-1,
.obx.article-template div.section.bt-1 {
  border-top: 1px solid #D3D3D3;
  padding-top: 60px; }

.obx.article-template section.bb-0,
.obx.article-template div.section.bb-0 {
  border-bottom: unset !important;
  padding-bottom: 0 !important; }

.obx.article-template section.bb-1,
.obx.article-template div.section.bb-1 {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 60px; }

.obx.article-template section.mt-0,
.obx.article-template > :first-child,
.obx.article-template section > :first-child,
.obx.article-template .container > :first-child,
.obx.article-template .col > :first-child,
.obx.article-template section.video .video-caption > :first-child,
.obx.article-template .article-inner > :first-child,
.obx.article-template div.section.mt-0,
.obx.article-template div.section > :first-child,
.obx.article-template div.section.video .video-caption > :first-child {
  margin-top: 0 !important; }

.obx.article-template section.mb-0,
.obx.article-template > :last-child,
.obx.article-template section > :last-child,
.obx.article-template .container > :last-child,
.obx.article-template .col > :last-child,
.obx.article-template section.faq-section .faq > :last-child,
.obx.article-template section.video .video-caption > :last-child,
.obx.article-template .article-inner > :last-child,
.obx.article-template div.section.mb-0,
.obx.article-template div.section > :last-child,
.obx.article-template div.section.faq-section .faq > :last-child,
.obx.article-template div.section.video .video-caption > :last-child {
  margin-bottom: 0 !important; }

@media only screen and (max-width: 768px) {
  .obx.article-template .flex-row {
    flex-direction: column; }
  .obx.article-template section.split-content .col.media-col,
  .obx.article-template div.section.split-content .col.media-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px; }
  .obx.article-template section.split-content .content-col + .media-col,
  .obx.article-template div.section.split-content .content-col + .media-col {
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 0; }
  .obx.article-template .quote-container {
    padding: 0 0 0 60px; }
  .obx.article-template .quote-container::before {
    left: 18px; }
  .obx.article-template .quote-container::after {
    display: none; }
  .obx.article-template section.content-wheel .related-articles > :nth-child(2),
  .obx.article-template div.section.content-wheel .related-articles > :nth-child(2) {
    margin: 30px 0; }
  .obx.article-template section.cta,
  .obx.article-template div.section.cta {
    padding: 30px 5%; } }

/** END OBX PARTNER ARTICLE TEMPLATE STYLES **/
/** MAIN ARTICLE LISTING STYLES 5/2024 **/
body.page--blog_post ol.breadcrumbs {
  margin-bottom: 60px; }

body.page--blog_post .page--blog-post-custom {
  display: flex;
  justify-content: center; }

body.page--blog_post .page--blog-post-custom .blog-post {
  box-sizing: content-box;
  max-width: 780px;
  width: 100%;
  float: unset;
  padding-right: 70px; }

body.page--blog_post .page--blog-post-custom .blog-sidebar {
  box-sizing: content-box;
  float: unset;
  width: 100%;
  max-width: 300px;
  order: 2;
  padding-left: 70px; }

body.page--blog_post .page--blog-post-custom .blog-post__title {
  font: 700 34px/45px Montserrat,Arial,Helvetica,sans-serif;
  margin-bottom: 15px; }

body.page--blog_post .page--blog-post-custom .blog-post__header {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 20px;
  margin-bottom: 20px; }

body.page--blog_post .page--blog-post-custom .blog-post__header p {
  margin-bottom: 0;
  color: #222;
  font: 400 16px/14px "Open Sans", Arial, Helvetica, sans-serif; }

body.page--blog_post .page--blog-post-custom .blog-post__date .separator {
  padding: 0 10px; }

body.page--blog_post .page--blog-post-custom .blog-post__meta {
  display: flex;
  justify-content: space-between;
  align-items: center; }

body.page--blog_post .page--blog-post-custom .share-links-heading {
  color: #222;
  font: 400 16px/14px "Open Sans", Arial, Helvetica, sans-serif;
  display: block; }

body.page--blog_post .page--blog-post-custom .blog-post__share-links {
  display: flex;
  align-items: center;
  column-gap: 15px; }

body.page--blog_post .page--blog-post-custom .blog-post__share-links ul.socialLinks {
  padding-top: 1px; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags {
  margin-bottom: 10px;
  text-align: left; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags a {
  font: 700 12px/24px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  border-radius: 4px;
  background-color: #FD4114;
  color: #fff;
  transition: 0.3s all;
  padding: 3px 9px; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags li {
  margin-right: 15px;
  margin-bottom: 10px; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags a:hover {
  background-color: #7C2C1A; }

body.page--blog_post .page--blog-post-custom .blog-post__header .blog-post__header-tags ul.tags > :last-child {
  margin-right: 0 !important; }

body.page--blog_post .page--blog-post-custom .blog-post__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #D3D3D3; }

body.page--blog_post .page--blog-post-custom .blog-post__footer .return_link a {
  color: #222222;
  font: 600 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }

body.page--blog_post .page--blog-post-custom .blog-post__footer .return_link a:hover {
  color: #FD4114; }

body.page--blog_post .page--blog-post-custom .blog-post__footer .return_link a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7' height='13' viewBox='0 0 7 13'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_4' data-name='Path 4' d='M6.732-1.668,2.207-6.506l4.526-4.838a1.026,1.026,0,0,0-.011-1.37.873.873,0,0,0-1.282-.012L.268-7.2a1.026,1.026,0,0,0,0,1.382L5.44-.286a.873.873,0,0,0,1.293,0A1.026,1.026,0,0,0,6.732-1.668Z' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='arrow' transform='translate(0 13)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M-1,1H8V-14H-1Z' fill='%23212121'/%3E%3C/g%3E%3C/svg%3E");
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 13px;
  width: 7px;
  display: inline-block;
  margin-right: 15px; }

body.page--blog_post .page--blog-post-custom .blog-post__footer .return_link:hover a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7' height='13' viewBox='0 0 7 13'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_4' data-name='Path 4' d='M6.732-1.668,2.207-6.506l4.526-4.838a1.026,1.026,0,0,0-.011-1.37.873.873,0,0,0-1.282-.012L.268-7.2a1.026,1.026,0,0,0,0,1.382L5.44-.286a.873.873,0,0,0,1.293,0A1.026,1.026,0,0,0,6.732-1.668Z' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='arrow' transform='translate(0 13)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M-1,1H8V-14H-1Z' fill='%23FD4114'/%3E%3C/g%3E%3C/svg%3E"); }

@media only screen and (min-width: 1340px) {
  #sidebar-toc.blog-sidebar__block {
    display: block; }
  .obx.article-template section#obx-toc,
  .obx.article-template div.section#obx-toc {
    display: none; } }

@media only screen and (max-width: 1340px) {
  .obx.article-template section#obx-toc,
  .obx.article-template div.section#obx-toc {
    display: block; }
  #sidebar-toc.blog-sidebar__block {
    display: none; }
  body.page--blog_post .page--blog-post-custom {
    flex-direction: column; }
  body.page--blog_post .page--blog-post-custom .blog-post {
    max-width: 100%;
    padding-right: 0px;
    order: 2; }
  body.page--blog_post .page--blog-post-custom .blog-sidebar {
    max-width: 100%;
    order: 1;
    padding-left: 0px; } }

@media only screen and (max-width: 768px) {
  body.page--blog_post .page--blog-post-custom .blog-post__title {
    margin-bottom: 20px; }
  body.page--blog_post .page--blog-post-custom .blog-post__meta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px; } }

body.page--blog_post .blog-post__content > :last-child {
  margin-bottom: 0 !important; }

body.page--blog_post section.page--blog-post-custom + div#blog-subscribe-pad {
  margin-top: 60px; }

#sidebar-toc.blog-sidebar__block li {
  margin: 10px 0; }

aside.blog-sidebar .blog-sidebar__block ul {
  border-bottom: 0; }

.blog-sidebar__block .blog-sidebar__content a {
  font: 400 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #222; }

.blog-sidebar__block .blog-sidebar__content a:hover {
  color: #FD4114;
  text-decoration: underline; }

#sidebar-toc.blog-sidebar__block .blog-sidebar__content a {
  color: #FD4114;
  font: 600 16px/24px "Open Sans", Arial, Helvetica, sans-serif; }

#sidebar-toc.blog-sidebar__block .blog-sidebar__content a:hover {
  text-decoration: underline; }

aside.blog-sidebar .blog-sidebar__block > a:hover,
aside.blog-sidebar .blog-sidebar__header-text:hover {
  color: #222222 !important;
  cursor: default; }

/** End Blog Articles Styles OBX Partner 5/2024 **/
section.category__content-container h1 {
  margin-bottom: 15px;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; }

section.category__content-container a {
  color: #fd4114; }

section.category__content-container a:hover {
  color: #ae3215; }

section.page--blog-custom .blog-post__card-title {
  line-height: 1.25; }
