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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 10px; }
  @media (min-width: 768px) {
    html {
      font-size: 10px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 10px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 10px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 56px; }

h2 {
  font-size: 46px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "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: #ae090e;
  color: #ae090e;
  font-size: 1rem;
  padding: 0.9rem 2.3rem;
  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 #ae090e;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.8rem; } }

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

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 20px;
  padding: 0.6rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.8rem 0.8rem; }
  .button--icon svg {
    fill: #000d3b; }

/*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: #eff1f8;
  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: #eff1f8;
  font-size: 1rem;
  height: auto;
  padding: 0.8rem;
  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.4rem 0.8rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.4rem; }
  .dropdown-menu-item a {
    margin: -0.4rem; }

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(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: 768px) {
    .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.4rem;
    padding-left: 1.9rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.6rem;
      left: 0;
      top: 0;
      width: 1.6rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.4rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.4rem; }

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

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

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

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

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

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

/*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: 9rem;
  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: #000d3b;
    box-shadow: 0 0 4px rgba(0, 13, 59, 0.4); }

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

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

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

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

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

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

.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: 2.2rem;
  width: 2.2rem;
  float: left;
  margin: 0 0 0 -3rem;
  position: relative;
  top: 1rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 20px;
  line-height: 20px;
  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: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #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: #999999;
    cursor: default; }

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

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

.tab-title {
  color: #757575;
  display: block;
  font-size: 24px;
  padding: 0.8rem 1.6rem; }
  .tab-title:hover {
    color: #333333; }

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

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

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

.navBar-action {
  color: #4b5062;
  font-size: 24px;
  padding: 0.8rem; }

/*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: #333333;
  font-size: 24px;
  padding: 0.2rem 0; }

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

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  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.8rem;
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #eff1f8;
  border-color: #eff1f8;
  color: white; }
  .alertBox .icon {
    height: 2rem;
    width: 2rem; }
  .alertBox .button {
    margin: 0 0 0 0.8rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.2rem; }
  .alertBox-close .icon {
    height: 2rem;
    width: 2rem; }
  .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: #4b5062; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.9rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.9rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

@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: 24px;
  padding: 0.4rem 0.8rem; }

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

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 4rem;
    width: 4rem;
    border-radius: 4rem;
    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.8rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
  padding: 0.8rem 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: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 6.1rem;
  margin-top: -1.5rem;
  padding: 1rem;
  width: 4rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 4.1rem;
    width: 2rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 1rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.8rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
    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: 768px) {
    .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: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
    body {
      padding-top: 0; } }

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

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

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

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

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

h2 {
  font-size: 46px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.4rem 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.6rem top 0.7rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

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

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

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

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

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

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

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

.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: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

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

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

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

.modal-header-title {
  font-size: 36px;
  text-align: center; }
  @media (min-width: 1024px) {
    .modal-header-title {
      font-size: 46px; } }

.modal-close {
  height: 3.2rem;
  width: 3.2rem;
  color: #757575;
  font-size: 26px;
  line-height: 3.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: 1rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.8rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
    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: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(1rem); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", 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: #333333;
    font-size: 1.2rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #ae090e;
      border-color: #ae090e;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: white;
      border-color: white;
      color: #ae090e; }
    .modal--alert .button-container .confirm:active {
      background-color: #ae090e;
      border-color: #ae090e;
      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: 768px) {
    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 #000d3b;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

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

.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.4rem 0 0.8rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

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

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

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

.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.4rem; }
  .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: 1024px) {
      .button + .button {
        margin-left: 0.8rem; } }

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

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

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

.tab-title {
  padding: 1.2rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.8rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 1.1rem 1.8rem; } }

.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: 768px) {
  .tab-content .productReview {
    width: 50%; } }

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

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

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

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

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

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  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: 1024px) {
  .accordion--navList {
    border: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 0.8rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.8rem;
  font-size: 20px;
  height: 2.4rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.6rem 0.8rem;
  padding-right: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.3rem 0.5rem; }

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

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 2.2rem;
  width: 2.2rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 768px) {
    .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: 20px;
  height: 2.4rem;
  line-height: 1rem;
  padding: 0.6rem 0.8rem; }

.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: 768px) {
  .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: 1120px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 1024px) {
    .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: 24px;
  margin: 0 0 0.3rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

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

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

.card-body {
  text-align: center; }
  @media (min-width: 768px) {
    .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.8rem;
    transition: all 0.15s ease; }
    @media (min-width: 768px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #000d3b; }
    .card--alternate:hover .card-body {
      background-color: #000d3b; }
      .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.4rem;
  padding-left: 1.9rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.6rem;
    left: 0;
    top: 0;
    width: 1.6rem; }
  .navList-action--checkbox::after {
    height: 1.4rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.4rem; }
  .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: 1.4rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.8rem; }
  .navList-action--checkbox::after {
    margin-top: -0.7rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.3rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 1.3rem;
    width: 1.3rem;
    fill: #333333; }
  .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.8rem; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.8rem; } }
  .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 #c2c5d0;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

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

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

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

.actionBar-section .form-select {
  color: #333333;
  height: 2.2rem; }

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 768px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1024px) {
    .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.8rem;
      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: 1rem;
      position: absolute; }

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 30rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 14rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 14.2rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.5rem;
        padding-right: 0.5rem; }
      .navUser-item.navUser-item--divider {
        font-size: 2.5rem;
        margin-top: 0.8rem;
        padding-left: 0.2rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 768px) {
    .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: 32rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.5rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .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.3rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.8rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 1rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 768px) {
    .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 -1.2rem;
  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 #eff1f8 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: 768px) {
    .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: 30px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

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

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

.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: 1024px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .navPages {
      margin: 0 auto;
      max-width: 120rem;
      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: 1024px) and (min-width: 768px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .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: 1024px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 120rem;
        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: 1024px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.8rem;
    padding-top: 0.8rem; }

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

@media (min-width: 1024px) {
  .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: 1024px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.8rem;
        width: 0.8rem;
        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: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

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

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

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

.navPages-action-moreIcon {
  height: 0.8rem;
  width: 0.8rem;
  margin-left: 0.8rem;
  transform: rotate(-90deg); }
  @media (min-width: 1024px) {
    .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: 1.1rem;
    width: 1.1rem;
    margin: 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.8rem;
        width: 0.8rem;
        margin: 0 0 0 0.8rem; } }

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

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

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

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

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

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1024px) {
    .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.8rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-action {
      padding: 0.8rem 0 1.2rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.8rem 0 1.2rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

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

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

@media (min-width: 1024px) {
  .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.8rem 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.4rem 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: 2rem;
    width: 2rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      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.4rem;
    margin-right: 0.8rem; }
    .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: 1rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.8rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.4rem 0.6rem;
      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: 2.1rem;
  width: 2.1rem; }

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 40rem; } }
  @media (min-width: 1024px) {
    .heroCarousel.slick-initialized {
      max-height: 60rem; } }
  @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: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 768px) {
    .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: 768px) {
      .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: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 40rem; } }
    @media (min-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 60rem; } }

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

.heroCarousel-description {
  color: white;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .heroCarousel-description {
      font-size: 24px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.4rem;
  margin-right: -0.4rem; }
  .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: 4rem;
    margin-right: 4rem; }
  .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: 200px; }

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

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

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

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

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

.productView-title {
  font-size: 30px;
  margin: -0.8rem 0 0.4rem; }
  @media (min-width: 1024px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 56px; } }

.productView-brand {
  color: #757575;
  font-size: 24px;
  margin: 0 0 0.8rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 30px;
      margin: -0.2rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

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

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

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

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

.productView-info-value {
  margin-bottom: 0.4rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 20px; }
  .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: 768px) {
        .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: 768px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 1rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.8rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.8rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%;
      border-radius: 25px !important; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.8rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.4rem;
      padding: 0.4rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

.compareTable-item {
  padding: 3.3rem 1rem 1.3rem; }
  @media (min-width: 1024px) {
    .compareTable-item {
      padding-top: 1.3rem; } }

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

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.3rem; }
  .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.8rem;
    padding-right: 0.8rem;
    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: 100rem; }

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

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

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

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

.toggleLink-text {
  font-size: 20px;
  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: 120rem;
  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: 1024px) {
    .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: 1024px) {
    .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: 1024px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

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

.banner {
  margin: 0 auto;
  max-width: 120rem;
  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.2rem 0.5rem 0.2rem 0.7rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1.2rem;
    width: 1.2rem;
    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: 1024px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .cart-list {
      display: table-row-group; } }

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

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

.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: 768px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .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: 200px; }
  @media (min-width: 1024px) {
    .cart-item-image {
      margin-left: 0; } }

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

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

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

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

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

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

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

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

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1024px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

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

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

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

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

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 30px;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  position: relative; }
  @media (min-width: 1024px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.3rem; } }

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

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

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

.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: 768px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.4rem; }

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 120rem;
  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.8rem 0.4rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.8rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    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.4rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.8rem;
  padding-top: 0.4rem; }

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

.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.8rem;
  margin-right: -0.8rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 120rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .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.8rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.8rem; }

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

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

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

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .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.8rem; }

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .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: 24px; }

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin: -0.2rem 0 1rem;
  text-transform: inherit; }

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

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

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

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

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.4rem;
  cursor: pointer;
  display: none;
  max-height: 6.4rem;
  min-height: 3.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,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
  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.8rem;
    width: 2.8rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 4.2rem; } }
  .methodHeader-title {
    font-size: 20px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 20px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.8rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.8rem;
    margin-left: 0.8rem;
    width: 1.8rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 2rem;
        width: 2rem; } }
  .methodHeader-expiry {
    font-size: 24px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.2rem;
  width: 3.4rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.9rem;
  top: 3.9rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 2.1rem;
    width: 2.1rem; }

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

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

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

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

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #333333;
  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: 1024px) {
    .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: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 5.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 8.25rem;
      margin-right: 8.25rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #eff1f8;
        margin: 0;
        padding: 0.4rem 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: 1024px) {
      .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: 1024px) {
    .header-logo--left {
      margin-left: 4rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1024px) {
    .header-logo--right {
      margin-right: 4rem; } }
  .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.2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .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: 46px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .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: 3.9rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

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

.mobileMenu-toggle {
  height: 5.5rem;
  width: 5.5rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.8rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    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: 2rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 2.7rem;
    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: #444444;
      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: 1024px) {
    .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: 1024px) {
  .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: 1024px) {
    .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: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

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

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

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

.footer-copyright {
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

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

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .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: 36px;
  margin: 0 1.5rem 0.4rem; }
  .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: 24px;
  text-align: left; }

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

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

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

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

.sidebarBlock-heading {
  font-size: 1.5rem;
  margin-top: 0;
  text-transform: inherit; }

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

.brand-image-container {
  max-width: 200px;
  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: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        width: 25%; } }

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

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

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

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

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

@media (min-width: 768px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

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

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

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

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

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

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

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 768px) {
  .listItem-body {
    padding-left: 1.3rem;
    padding-right: 0.8rem;
    width: 75%; } }

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

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

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

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

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.2rem; }
  @media (min-width: 1024px) {
    .listItem-brand {
      font-size: 24px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 24px;
  margin: 0 0 0.2rem; }
  @media (min-width: 1024px) {
    .listItem-title {
      font-size: 30px; } }
  .listItem-title > a {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .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: 5rem;
  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: 5rem;
  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: #fbe5e5; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 5rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 5rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.5rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 5rem;
  z-index: 50; }

.sale-text-burst {
  color: #8f0000; }

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

.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: 2rem;
  line-height: 1.6rem;
  padding-left: 0.5rem;
  padding-right: 0.8rem;
  padding-top: 0.1rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #fbe5e5;
  color: #8f0000; }

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

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

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

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

.sale-flag-sash {
  background: #fbe5e5;
  color: #8f0000; }

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

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

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

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .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: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* ===================================
    Reset
====================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%; }

body {
  font-family: "Foco", arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #000d3b; }
  @media screen and (max-width: 1023px) {
    body {
      padding-top: 0;
      font-size: 1.6rem;
      line-height: 2.2rem; } }

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

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  display: table;
  content: " "; }

.clearfix:after,
.container:after, img {
  vertical-align: middle;
  border: 0;
  outline: none; }

a img {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

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

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

.row:after,
.nav:after {
  clear: both; }

.hide {
  display: none !important; }

img {
  vertical-align: middle;
  border: 0;
  outline: none; }

a img {
  outline: none; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #0061bd; }
  a:hover {
    color: #000d3b; }
  a:focus, a:active {
    color: inherit;
    outline: none !important; }

::-webkit-input-placeholder {
  color: #4B5062 !important;
  opacity: 1 !important;
  line-height: normal; }

::-moz-placeholder {
  color: #4B5062 !important;
  opacity: 1 !important;
  line-height: normal; }

:-ms-input-placeholder {
  color: #4B5062 !important;
  opacity: 1 !important;
  line-height: normal; }

:-moz-placeholder {
  color: #4B5062 !important;
  opacity: 1 !important;
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

.form-input {
  padding: 1.4rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000d3b;
  font-family: "Foco", arial, sans-serif;
  border: 0.15rem solid #c2c5d0;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  font-weight: 400;
  height: auto; }

textarea {
  resize: none;
  min-height: 7rem; }

.form-label {
  font-size: 1.2rem;
  color: #000d3b;
  font-weight: bold;
  font-family: "Foco", arial, sans-serif; }
  .form-label small {
    text-transform: none;
    font-size: 1rem;
    font-weight: normal;
    font-family: "Foco", arial, sans-serif; }

.form-input--small {
  height: 2.9rem; }

.container {
  padding: 0;
  width: 100%;
  max-width: 134rem;
  margin: 0 auto; }
  @media screen and (max-width: 1520px) {
    .container {
      padding: 0 2rem; } }
  @media screen and (max-width: 1439px) {
    .container {
      max-width: 100%;
      padding: 0 2rem; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 1rem; } }

.grey-bg {
  background: #E2EFEA; }

.ptb-80 {
  padding: 8rem 0; }
  @media screen and (max-width: 767px) {
    .ptb-80 {
      padding: 4rem 0; } }

.pt-80 {
  padding-top: 8rem; }
  @media screen and (max-width: 767px) {
    .pt-80 {
      padding-top: 4rem; } }

.ptb-40 {
  padding: 4rem 0; }

.ptb-50 {
  padding: 5rem 0; }
  @media screen and (max-width: 767px) {
    .ptb-50 {
      padding: 4rem 0; } }

.pt-65 {
  padding-top: 6.5rem; }
  @media screen and (max-width: 767px) {
    .pt-65 {
      padding-top: 4rem; } }

.pb-75 {
  padding-bottom: 7.5rem; }
  @media screen and (max-width: 767px) {
    .pb-75 {
      padding-bottom: 4rem; } }

.pt-50 {
  padding-top: 5rem; }
  @media screen and (max-width: 767px) {
    .pt-50 {
      padding-top: 4rem; } }

.pb-50 {
  padding-bottom: 5rem; }
  @media screen and (max-width: 767px) {
    .pb-50 {
      padding-bottom: 4rem; } }

.pt-60 {
  padding-top: 6rem; }
  @media screen and (max-width: 1023px) {
    .pt-60 {
      padding-top: 4rem; } }

.pb-60 {
  padding-bottom: 6rem; }
  @media screen and (max-width: 1023px) {
    .pb-60 {
      padding-bottom: 4rem; } }

.font-46 {
  font-size: 4.6rem;
  line-height: 4.6rem; }
  @media screen and (max-width: 1023px) {
    .font-46 {
      font-size: 3.6rem;
      line-height: 4rem; } }
  @media screen and (max-width: 767px) {
    .font-46 {
      font-size: 3rem;
      line-height: 3.4rem; } }

.font-56 {
  font-size: 5.6rem;
  line-height: 5.6rem; }
  @media screen and (max-width: 1023px) {
    .font-56 {
      font-size: 4.2rem;
      line-height: 4.2rem; } }
  @media screen and (max-width: 767px) {
    .font-56 {
      font-size: 3rem;
      line-height: 3rem; } }

.font-18 {
  font-size: 1.8rem;
  line-height: 2.1rem; }
  @media screen and (max-width: 767px) {
    .font-18 {
      font-size: 1.2rem;
      line-height: 1.4rem; } }

.font-36 {
  font-size: 3.6rem;
  line-height: 4.1rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .font-36 {
      font-size: 3rem;
      line-height: 3.4rem; } }

.font-30 {
  font-size: 3rem;
  line-height: 3rem; }
  @media screen and (max-width: 767px) {
    .font-30 {
      font-size: 2.4rem;
      line-height: 2.4rem; } }

.m-0 {
  margin: 0; }

.mb-10 {
  margin-bottom: 1rem; }

.mb-15 {
  margin-bottom: 1.5rem; }

.mb-35 {
  margin-bottom: 3.5rem; }

.center {
  text-align: center; }

.m-auto {
  margin: 0 auto; }

.mt-30 {
  margin-top: 3rem; }

.mb-30 {
  margin-bottom: 3rem; }

.f-14 {
  font-size: 1.4rem; }

.color-red {
  color: #ae090e; }

.color-purple {
  color: #50418B; }

.color-green {
  color: #2C5543; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Foco", arial, sans-serif;
  color: #000d3b;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal; }

h1 {
  text-transform: uppercase; }

h2 {
  font-size: 2.6rem;
  line-height: 3rem; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.4rem;
      line-height: 2.8rem; } }

h3 {
  font-size: 2.4rem;
  line-height: 2.8rem; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 2.2rem;
      line-height: 2.6rem; } }

h4 {
  font-size: 2.2rem;
  line-height: 2.6rem; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 2rem;
      line-height: 2.4rem; } }

h5 {
  font-size: 2rem;
  line-height: 2.4rem; }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 1.8rem;
      line-height: 2.2rem; } }

h6 {
  font-size: 1.8rem;
  line-height: 2.1rem; }
  @media screen and (max-width: 767px) {
    h6 {
      font-size: 1.6rem;
      line-height: 2rem; } }

h1.page-heading, h2.page-heading {
  font-size: 5.6rem;
  line-height: 6.4rem;
  color: #000d3b;
  font-weight: bold;
  text-transform: none;
  margin: 1.8rem 0 4rem;
  padding-top: .7rem; }
  @media screen and (max-width: 1023px) {
    h1.page-heading, h2.page-heading {
      font-size: 3.2rem;
      line-height: 3.6rem; } }
  @media screen and (max-width: 767px) {
    h1.page-heading, h2.page-heading {
      font-size: 3.2rem;
      line-height: 3.6rem;
      padding-top: 0; } }

h2, h3, h4 {
  margin: 1rem 0 2rem; }

p {
  margin-bottom: 3rem;
  line-height: 2.5rem; }
  p:last-child {
    margin-bottom: 0; }

.slick-next,
.slick-prev {
  background: none;
  padding: 0;
  border: 0;
  height: 2rem; }
  .slick-next:before, .slick-prev:before {
    display: none; }
  .slick-next svg, .slick-prev svg {
    width: .9rem;
    height: 1.4rem;
    fill: #8F92BB; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background: none;
    border: 0; }
    .slick-next:hover svg, .slick-next:focus svg, .slick-prev:hover svg, .slick-prev:focus svg {
      fill: #000d3b; }

.body {
  margin: 0;
  padding-bottom: 10rem; }
  @media screen and (max-width: 767px) {
    .body {
      padding-bottom: 6rem; } }

.breadcrumbs {
  margin: 2rem 0 2rem;
  padding: 0 0 1rem; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      margin-bottom: 1rem;
      padding-bottom: .7rem; } }
  .breadcrumbs .breadcrumb:not(:first-child)::before {
    border: 0;
    transform: none;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.5H5M5 4.5L2.22222 1M5 4.5L2.22222 8' stroke='%234B5062' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: .6rem .9rem;
    width: .6rem;
    height: .9rem;
    margin: 0 1.5rem; }
  .breadcrumbs .breadcrumb {
    font-size: 1.4rem;
    color: #4b5062;
    font-weight: normal;
    text-transform: capitalize; }
    .breadcrumbs .breadcrumb a {
      color: #000d3b; }
      .breadcrumbs .breadcrumb a:hover {
        color: #ae090e; }
  .breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
    color: #4b5062;
    font-weight: normal; }
    .breadcrumbs .breadcrumb.is-active > .breadcrumb-label:hover {
      color: #ae090e; }

.pagination .pagination-list {
  margin: 2rem auto 0;
  position: relative;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .pagination .pagination-list {
      margin-bottom: 0rem;
      padding-left: 2rem;
      padding-right: 2rem; } }
  .pagination .pagination-list .pagination-item {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000d3b;
    border-radius: 0;
    line-height: 2.2rem;
    padding: 0 1rem 0;
    margin: 0; }
    .pagination .pagination-list .pagination-item a {
      font-size: 1.2rem;
      font-weight: bold;
      color: #000d3b;
      background: none;
      position: relative;
      width: 5rem;
      height: 5rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 0.1rem solid white;
      text-align: center;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: white; }
      .pagination .pagination-list .pagination-item a:hover {
        color: white;
        border-color: #ae090e;
        color: #ae090e;
        background: white; }
  .pagination .pagination-list .pagination-item.pagination-item--current {
    border: 0; }
    .pagination .pagination-list .pagination-item.pagination-item--current a {
      background: #ae090e;
      color: white;
      border-color: #ae090e; }
  .pagination .pagination-list .pagination-item--next {
    margin-right: 0; }
  .pagination .pagination-list .pagination-item--previous {
    margin-left: 0; }
    @media screen and (max-width: 1023px) {
      .pagination .pagination-list .pagination-item--previous {
        position: relative;
        z-index: 1; } }
  @media screen and (max-width: 767px) {
    .pagination .pagination-list .pagination-item.desktop {
      display: none; } }
  .pagination .pagination-list .pagination-item-mobile, .pagination .pagination-list .pagination-item-mobile {
    display: none; }
    @media screen and (max-width: 1023px) {
      .pagination .pagination-list .pagination-item-mobile, .pagination .pagination-list .pagination-item-mobile {
        display: block !important;
        position: absolute;
        top: 1.5rem;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        font-size: 1.6rem;
        color: #000d3b;
        left: 0;
        right: 0; } }
  .pagination .pagination-list .pagination-item--next a, .pagination .pagination-list .pagination-item--previous a {
    background: white; }
    @media screen and (max-width: 1023px) {
      .pagination .pagination-list .pagination-item--next a, .pagination .pagination-list .pagination-item--previous a {
        box-shadow: 0px 10px 20px rgba(249, 143, 33, 0.1); } }
    .pagination .pagination-list .pagination-item--next a .icon, .pagination .pagination-list .pagination-item--previous a .icon {
      width: .9rem;
      height: 1.1rem;
      margin: 0 auto; }
      .pagination .pagination-list .pagination-item--next a .icon svg, .pagination .pagination-list .pagination-item--previous a .icon svg {
        fill: #000d3b; }
    .pagination .pagination-list .pagination-item--next a:hover, .pagination .pagination-list .pagination-item--previous a:hover {
      background: #ae090e;
      border-color: #ae090e; }
      .pagination .pagination-list .pagination-item--next a:hover .icon svg, .pagination .pagination-list .pagination-item--previous a:hover .icon svg {
        fill: white; }

.slick-dots {
  left: 0; }
  .slick-dots li {
    padding: 0;
    width: 1rem;
    height: 1rem;
    margin: 0 .4rem; }
    .slick-dots li button {
      width: .7rem;
      height: .7rem;
      border: 0.1rem solid #000d3b;
      background: white; }
      .slick-dots li button:before {
        display: none; }
    .slick-dots li.slick-active button {
      background: #000d3b; }

ol.breadcrumbs {
  white-space: nowrap;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    ol.breadcrumbs {
      display: block; } }

#consent-manager, #consent-manager-update-banner {
  background: #0061bd !important; }
  #consent-manager .css-10z1g2q, #consent-manager-update-banner .css-10z1g2q {
    background: #0061bd !important; }
  #consent-manager div p, #consent-manager-update-banner div p {
    font-family: "Foco", arial, sans-serif !important; }
  #consent-manager .css-1wn42nw button, #consent-manager-update-banner .css-1wn42nw button {
    font-family: "Foco", arial, sans-serif !important;
    font-size: 1.1rem !important;
    text-transform: uppercase;
    font-weight: bold; }

.page_type__cart .body .page ul:not(.select2-results__options) li {
  margin-bottom: 0 !important; }

.form-inlineMessage {
  line-height: 1.6rem; }

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

.button {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "Foco", arial, sans-serif;
  font-weight: bold;
  padding: 1.3rem 3rem;
  text-transform: capitalize;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  box-sizing: border-box;
  border: 0.2rem solid #ae090e;
  background: white;
  color: #ae090e;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .button {
      padding: 1rem 3rem; } }
  .button:hover, .button:focus {
    background: #ae090e;
    color: white;
    border: 0.2rem solid #ae090e; }

.button--primary {
  background: #ae090e;
  color: white; }
  .button--primary:hover {
    background: white;
    color: #ae090e;
    border-color: #ae090e; }
  .button--primary:active {
    border-width: .2rem; }

.slick-next,
.slick-prev {
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  border: 0; }
  .slick-next:before, .slick-prev:before {
    display: none; }
  .slick-next svg, .slick-prev svg {
    width: 1rem;
    height: 1.3rem;
    fill: #000d3b; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background: #ae090e; }
    .slick-next:hover svg, .slick-next:focus svg, .slick-prev:hover svg, .slick-prev:focus svg {
      fill: white; }

.alertBox {
  font-size: 1.4rem; }

.form-prefixPostfix .button {
  height: auto; }

.slick-dots li {
  background: none; }
  .slick-dots li button {
    width: .6rem;
    height: .6rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    background: rgba(174, 9, 14, 0.2);
    border: 0;
    transition: all .5s ease-out; }
    .slick-dots li button:before {
      display: none; }

.slick-dots .slick-active {
  width: 2rem; }
  .slick-dots .slick-active button {
    width: 2rem;
    background: #ae090e !important; }
    .slick-dots .slick-active button:before {
      display: none; }

.swal2-confirm.button {
  margin: 0 .5rem; }

.pencil-banner {
  background: linear-gradient(90deg, #003AAF 0%, #0047D6 100%);
  padding: 0 0 0 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 1439px) {
    .pencil-banner {
      padding-left: 2rem; } }
  @media screen and (max-width: 1279px) {
    .pencil-banner {
      justify-content: center;
      padding: 0 1rem; } }
  .pencil-banner [data-content-region="header_navigation_bottom--global"] {
    width: calc(100% - 80rem);
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 1439px) {
      .pencil-banner [data-content-region="header_navigation_bottom--global"] {
        width: calc(100% - 75rem); } }
    @media screen and (max-width: 1279px) {
      .pencil-banner [data-content-region="header_navigation_bottom--global"] {
        width: calc(100% - 60rem); } }
    @media screen and (max-width: 1279px) {
      .pencil-banner [data-content-region="header_navigation_bottom--global"] {
        width: 100%;
        overflow: hidden; } }
  .pencil-banner .promo-banner {
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    width: 100%; }
    @media screen and (max-width: 1279px) {
      .pencil-banner .promo-banner {
        font-size: 1.3rem; } }
    @media screen and (max-width: 1279px) {
      .pencil-banner .promo-banner {
        overflow: hidden;
        padding: .8rem 0; } }
    @media screen and (max-width: 767px) {
      .pencil-banner .promo-banner {
        padding: .9rem 0 .7rem;
        font-size: 1.3rem;
        line-height: 2.1rem; } }
    @media screen and (max-width: 413px) {
      .pencil-banner .promo-banner {
        font-size: 1.2rem; } }
    .pencil-banner .promo-banner .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%; }
      @media screen and (max-width: 1023px) {
        .pencil-banner .promo-banner .content {
          -webkit-justify-content: center;
          justify-content: center; } }
      .pencil-banner .promo-banner .content .slick-list {
        min-width: 100%;
        max-width: 100%; }
      .pencil-banner .promo-banner .content .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        min-width: 100%;
        max-width: 100%; }
      .pencil-banner .promo-banner .content .slide-text {
        min-width: 100%;
        max-width: 100%; }
        @media screen and (max-width: 1279px) {
          .pencil-banner .promo-banner .content .slide-text {
            text-align: center; } }
    .pencil-banner .promo-banner a {
      color: white;
      text-decoration: underline; }
      .pencil-banner .promo-banner a:hover {
        color: rgba(255, 255, 255, 0.7); }
  .pencil-banner .navUser {
    padding: 0;
    width: 80rem; }
    @media screen and (max-width: 1439px) {
      .pencil-banner .navUser {
        width: 75rem; } }
    @media screen and (max-width: 1279px) {
      .pencil-banner .navUser {
        width: 60rem; } }
    @media screen and (max-width: 1279px) {
      .pencil-banner .navUser {
        display: none; } }
    .pencil-banner .navUser .top-menu-link {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      .pencil-banner .navUser .top-menu-link > li {
        position: relative;
        line-height: 1.7rem;
        font-size: 1.6rem;
        font-weight: 400;
        color: white; }
        @media screen and (max-width: 1279px) {
          .pencil-banner .navUser .top-menu-link > li {
            font-size: 1.4rem; } }
        .pencil-banner .navUser .top-menu-link > li:first-child {
          position: relative; }
          .pencil-banner .navUser .top-menu-link > li:first-child:after {
            content: "";
            height: 1.6rem;
            background: rgba(255, 255, 255, 0.2);
            position: absolute;
            right: 0;
            width: .1rem;
            top: 0;
            bottom: 0;
            margin: auto; }
          .pencil-banner .navUser .top-menu-link > li:first-child a {
            font-weight: bold; }
        .pencil-banner .navUser .top-menu-link > li > a {
          color: white;
          padding: 1rem 2rem;
          display: block; }
          @media screen and (max-width: 1439px) {
            .pencil-banner .navUser .top-menu-link > li > a {
              padding: 1rem 1.5rem; } }
          @media screen and (max-width: 1279px) {
            .pencil-banner .navUser .top-menu-link > li > a {
              padding: 1rem .8rem; } }
          .pencil-banner .navUser .top-menu-link > li > a:hover {
            text-decoration: underline; }
        .pencil-banner .navUser .top-menu-link > li ul {
          display: none;
          position: absolute;
          top: 100%;
          right: 1rem;
          border: 1px solid #C2C5D0;
          box-shadow: 0px 15px 15px rgba(230, 236, 242, 0.5);
          min-width: 13.5rem;
          -webkit-border-radius: 1.5rem;
          -moz-border-radius: 1.5rem;
          border-radius: 1.5rem;
          padding: 2rem;
          background: white;
          margin-top: 1rem; }
          .pencil-banner .navUser .top-menu-link > li ul:before {
            content: "";
            position: absolute;
            top: -1.5rem;
            width: 100%;
            height: 2rem;
            left: 0; }
          .pencil-banner .navUser .top-menu-link > li ul li a {
            font-size: 1.6rem;
            color: #000d3b;
            padding: 0;
            margin: 0;
            line-height: 1.8rem;
            text-transform: none;
            font-weight: 400; }
            .pencil-banner .navUser .top-menu-link > li ul li a:hover {
              color: #ae090e; }
          .pencil-banner .navUser .top-menu-link > li ul li + li {
            margin-top: .7rem; }
      .pencil-banner .navUser .top-menu-link .static-text {
        padding: 1rem 2rem; }
        @media screen and (max-width: 1439px) {
          .pencil-banner .navUser .top-menu-link .static-text {
            padding: 1rem 1.5rem; } }
        @media screen and (max-width: 1279px) {
          .pencil-banner .navUser .top-menu-link .static-text {
            padding: 1rem; } }
      .pencil-banner .navUser .top-menu-link .t-account > a {
        background: #003AAF;
        padding: 1rem 3rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (max-width: 1439px) {
          .pencil-banner .navUser .top-menu-link .t-account > a {
            padding: 1rem 2rem; } }
        .pencil-banner .navUser .top-menu-link .t-account > a svg {
          width: 1rem;
          height: .6rem;
          fill: none;
          stroke: white;
          margin-left: .7rem; }
      .pencil-banner .navUser .top-menu-link .t-account.sfHover a {
        text-decoration: none; }
        .pencil-banner .navUser .top-menu-link .t-account.sfHover a svg {
          transform: rotate(180deg); }

.header {
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 0.5px solid #D5D9E7; }
  @media screen and (max-width: 1279px) {
    .header {
      position: relative;
      height: auto; } }

.header-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1.6rem 3rem; }
  @media screen and (max-width: 1439px) {
    .header-middle {
      padding: 1.6rem 2rem; } }
  @media screen and (max-width: 1279px) {
    .header-middle {
      position: relative; } }
  @media screen and (max-width: 1279px) {
    .header-middle {
      padding: 1.5rem 2rem; } }
  @media screen and (max-width: 767px) {
    .header-middle {
      padding: .7rem 1rem; } }
  .header-middle .m-menu {
    display: none; }
    @media screen and (max-width: 1279px) {
      .header-middle .m-menu {
        width: 27%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    .header-middle .m-menu .mobileMenu-toggle {
      width: 4rem;
      height: 4rem;
      border: 1px solid rgba(0, 13, 59, 0.24);
      background: white;
      position: relative;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem; }
  .header-middle .header-logo {
    margin: 0;
    padding: 0;
    width: 26rem; }
    @media screen and (max-width: 1439px) {
      .header-middle .header-logo {
        width: 24rem; } }
    @media screen and (max-width: 1279px) {
      .header-middle .header-logo {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    @media screen and (max-width: 1279px) {
      .header-middle .header-logo {
        width: 46%;
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .header-middle .header-logo img {
        max-width: 17.3rem;
        height: auto; } }
    @media screen and (max-width: 413px) {
      .header-middle .header-logo img {
        max-width: 15.3rem;
        margin-left: -.5rem; } }
    .header-middle .header-logo .header-logo-image-container {
      min-height: inherit; }

.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 62.2rem; }
  @media screen and (max-width: 1800px) {
    .header-right {
      width: 53.2rem; } }
  @media screen and (max-width: 1650px) {
    .header-right {
      width: 48.2rem; } }
  @media screen and (max-width: 1439px) {
    .header-right {
      width: 43.2rem; } }
  @media screen and (max-width: 1279px) {
    .header-right {
      width: 32.2rem; } }
  @media screen and (max-width: 1279px) {
    .header-right {
      width: 27%; } }
  .header-right .navUser-section {
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1279px) {
      .header-right .navUser-section {
        position: static; } }
    @media screen and (min-width: 1280px) {
      .header-right .navUser-section .search-link {
        display: none; } }
    @media screen and (max-width: 1279px) {
      .header-right .navUser-section .search-link {
        display: block; } }
    .header-right .navUser-section .search-link .navUser-action--quickSearch {
      position: absolute;
      left: 7rem;
      width: 4rem;
      height: 4rem;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem;
      border: 1px solid rgba(0, 13, 59, 0.24);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      top: 2.5rem; }
      @media screen and (max-width: 767px) {
        .header-right .navUser-section .search-link .navUser-action--quickSearch {
          left: 6rem;
          top: .7rem; } }
      @media screen and (max-width: 413px) {
        .header-right .navUser-section .search-link .navUser-action--quickSearch {
          left: 5.5rem; } }
      .header-right .navUser-section .search-link .navUser-action--quickSearch svg {
        width: 1.4rem;
        height: 1.4rem;
        fill: none;
        stroke: #ae090e; }
      .header-right .navUser-section .search-link .navUser-action--quickSearch .close-icon {
        display: none; }
    .header-right .navUser-section .navUser-item--cart {
      margin-left: 2rem; }
      @media screen and (max-width: 1439px) {
        .header-right .navUser-section .navUser-item--cart {
          margin-left: 1rem; } }
      .header-right .navUser-section .navUser-item--cart .navUser-action {
        border: 1.5px solid rgba(0, 13, 59, 0.24);
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        border-radius: 1.5rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 1.3rem 1rem 1.1rem;
        font-size: 1.6rem;
        line-height: 1.8rem;
        color: #000d3b;
        font-weight: bold;
        min-width: 11rem;
        text-transform: none; }
        @media screen and (max-width: 1023px) {
          .header-right .navUser-section .navUser-item--cart .navUser-action {
            min-width: 9rem;
            padding: .8rem .5rem .7rem;
            font-size: 1.2rem; } }
        @media screen and (max-width: 767px) {
          .header-right .navUser-section .navUser-item--cart .navUser-action .navUser-item-cartLabel {
            display: block; } }
        .header-right .navUser-section .navUser-item--cart .navUser-action svg {
          width: 1.8rem;
          height: 1.9rem;
          fill: #ae090e;
          stroke: #ae090e;
          margin-right: .7rem; }
          @media screen and (max-width: 1279px) {
            .header-right .navUser-section .navUser-item--cart .navUser-action svg {
              width: 1.6rem;
              height: 1.7rem;
              position: relative;
              top: .2rem; } }
        .header-right .navUser-section .navUser-item--cart .navUser-action .countPill {
          width: auto;
          height: auto;
          padding: 0;
          border-radius: 0;
          display: block;
          background: none;
          color: #000d3b;
          font-size: 1.6rem;
          line-height: 1.8rem;
          color: #000d3b;
          font-weight: bold;
          min-width: 1.5rem;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .header-right .navUser-section .navUser-item--cart .navUser-action .countPill {
              font-size: 1.2rem; } }
        .header-right .navUser-section .navUser-item--cart .navUser-action:hover {
          color: #ae090e; }
          .header-right .navUser-section .navUser-item--cart .navUser-action:hover svg {
            fill: #000d3b;
            stroke: #000d3b; }
          .header-right .navUser-section .navUser-item--cart .navUser-action:hover .countPill {
            color: #ae090e; }

.header.header--sticky--remove {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9; }

.head-sticky-added .header.header--sticky {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: fixed;
  background: white;
  top: 0;
  width: 100%;
  box-shadow: 0px 15px 15px rgba(230, 236, 242, 0.5);
  border-bottom: 0.5px solid #D5D9E7; }
  @media screen and (max-width: 1279px) {
    .head-sticky-added .header.header--sticky {
      position: fixed; } }

/* Animation for slideInDown start */
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-200px); }
  100% {
    transform: translateY(0px); } }

.head-sticky-added .pencil-banner {
  display: none; }

@media screen and (min-width: 1313px) {
  .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level li a {
    position: unset !important;
    padding: 0 !important;
    width: auto !important; } }

.navPages-container {
  width: calc(100% - 88.2rem); }
  @media screen and (max-width: 1800px) {
    .navPages-container {
      width: calc(100% - 79.2rem); } }
  @media screen and (max-width: 1650px) {
    .navPages-container {
      width: calc(100% - 74.2rem); } }
  @media screen and (max-width: 1439px) {
    .navPages-container {
      width: calc(100% - 65.2rem); } }
  @media screen and (max-width: 1279px) {
    .navPages-container {
      width: calc(100% - 52.2rem);
      display: none; } }
  @media screen and (max-width: 1279px) {
    .navPages-container {
      position: fixed;
      top: 12.5rem;
      height: calc(100vh - 12.5rem);
      background: #999999;
      left: 0;
      bottom: 0;
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      padding: 0px;
      border-top: 0.5px solid #c2c5d0;
      box-shadow: none; } }
  @media screen and (max-width: 767px) {
    .navPages-container {
      top: 9.1rem;
      height: calc(100vh - 9.1rem); } }
  .navPages-container .navPages {
    max-width: 100%;
    margin: 1rem 0 0;
    padding: 0; }
    @media screen and (min-width: 1280px) {
      .navPages-container .navPages {
        margin: 8px 0 9px;
        display: flex;
        align-items: flex-start;
        justify-content: center; } }
    @media screen and (max-width: 1279px) {
      .navPages-container .navPages {
        margin: 0;
        background: white;
        padding: 0; } }
    .navPages-container .navPages:before, .navPages-container .navPages:after {
      display: none; }
    .navPages-container .navPages .navPages-list > .navPages-item {
      margin: 0 1rem;
      position: relative; }
      @media screen and (max-width: 1800px) {
        .navPages-container .navPages .navPages-list > .navPages-item {
          margin: 0 1rem; } }
      @media screen and (max-width: 1650px) {
        .navPages-container .navPages .navPages-list > .navPages-item {
          margin: 0 0.7rem; } }
      @media screen and (max-width: 1439px) {
        .navPages-container .navPages .navPages-list > .navPages-item {
          margin: 0 .5rem; } }
      @media screen and (max-width: 1279px) {
        .navPages-container .navPages .navPages-list > .navPages-item {
          margin: 0 .3rem;
          float: none;
          text-align: left; } }
      @media screen and (max-width: 1279px) {
        .navPages-container .navPages .navPages-list > .navPages-item {
          margin: .8rem 0; } }
      .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action {
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #000d3b;
        text-transform: none;
        font-weight: bold;
        padding: .8rem 0; }
        @media screen and (max-width: 1650px) {
          .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action {
            font-size: 1.5rem; } }
        @media screen and (max-width: 1439px) {
          .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action {
            font-size: 1.4rem; } }
        @media screen and (max-width: 1279px) {
          .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action {
            font-size: 1.2rem;
            display: block; } }
        @media screen and (max-width: 1279px) {
          .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action {
            font-size: 1.8rem;
            line-height: 1.8rem;
            font-weight: 700; } }
        @media screen and (max-width: 1279px) {
          .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action .navPages-action-moreIcon {
            transform: none;
            float: right;
            margin: 0;
            width: 1rem;
            height: 1.4rem;
            stroke: none; } }
        .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action .navPages-action-moreIcon svg {
          width: .9rem;
          height: 1.2rem;
          position: relative;
          top: .2rem; }
        .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action:after {
          content: "";
          position: absolute;
          display: block;
          left: 0;
          top: auto;
          margin: 0 auto;
          height: .4rem;
          background-color: #ae090e;
          width: 0%;
          transition: width .2s;
          bottom: -3.1rem;
          z-index: 1; }
          @media screen and (max-width: 1279px) {
            .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action:after {
              display: none; } }
        @media screen and (min-width: 1280px) {
          .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action .navPages-action-moreIcon {
            display: none; } }
        .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action:hover {
          color: #ae090e; }
          .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action:hover:after {
            width: 100%; }
      .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level {
        display: none;
        position: absolute;
        left: -3rem;
        top: 100%;
        background: white;
        border: 0.5px solid #D5D9E7;
        box-shadow: 0px 15px 15px rgba(230, 236, 242, 0.5);
        -webkit-border-radius: 0 0 1.5rem 1.5rem;
        -moz-border-radius: 0 0 1.5rem 1.5rem;
        border-radius: 0 0 1.5rem 1.5rem;
        min-width: 50rem;
        padding: 3rem;
        margin-top: 2.5rem; }
        @media screen and (max-width: 1279px) {
          .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level {
            position: fixed;
            border: 0;
            bottom: 0;
            top: 12.5rem;
            left: 0;
            background: white;
            right: 0;
            height: auto;
            width: 100%;
            overflow-y: auto;
            padding: 0rem 2rem;
            min-width: inherit;
            margin: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            z-index: 2;
            border-top: 0.1rem solid #c2c5d0;
            padding-top: 7rem; } }
        @media screen and (max-width: 767px) {
          .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level {
            top: 9.1rem;
            padding-top: 6rem; } }
        .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level:before {
          content: "";
          position: absolute;
          width: 100%;
          top: -3rem;
          height: 3.5rem;
          left: 0; }
        .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level .menu-hover-link .menu-cat-img {
          display: none !important; }
        .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level .menu-hover-link a {
          position: absolute;
          padding: 20px 0 20px 70px;
          width: calc(100% - 20px);
          box-sizing: border-box; }
        .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level .menu-container {
          width: calc(100% - 24rem);
          float: left; }
          @media screen and (max-width: 1279px) {
            .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level .menu-container {
              width: 100%;
              float: none; } }
        .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level .menu-cat-img {
          width: 23rem;
          float: right; }
          @media screen and (max-width: 1279px) {
            .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level .menu-cat-img {
              display: none; } }
          .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level .menu-cat-img img {
            -webkit-border-radius: 1rem;
            -moz-border-radius: 1rem;
            border-radius: 1rem; }
        .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level li + li {
          margin-top: .7rem; }
          @media screen and (max-width: 1279px) {
            .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level li + li {
              margin-top: 2rem; } }
        .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level li {
          text-align: left; }
          .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level li a {
            font-size: 1.6rem;
            line-height: 1.8rem;
            text-transform: none;
            padding: 0;
            font-weight: 400;
            color: #000d3b; }
            .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level li a svg {
              display: none; }
            .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level li a:hover {
              color: #ae090e; }
        .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level .view-all-link a {
          font-weight: bold;
          text-decoration: underline; }
  .navPages-container .mobileNavigation {
    display: none; }
    @media screen and (max-width: 1279px) {
      .navPages-container .mobileNavigation {
        display: block;
        border-top: 0px;
        margin: 0;
        padding: 1rem 2rem 1rem; } }
    .navPages-container .mobileNavigation .sub-menu-header {
      position: relative;
      z-index: 3;
      background: white;
      padding: 1rem 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      cursor: pointer; }
      .navPages-container .mobileNavigation .sub-menu-header .sub-menu-navigate-back {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.42383 13.4802L0.423834 7.48022L0.423834 6.51995L5.42383 0.519947L6.57617 1.48022L2.60128 6.25009L10 6.25009L10 7.75009L2.60128 7.75009L6.57617 12.5199L5.42383 13.4802Z' fill='%23000D3B'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1rem 1.4rem;
        width: 1rem;
        height: 1.4rem;
        margin-right: 2rem;
        padding: 0; }
      .navPages-container .mobileNavigation .sub-menu-header .sub-menu-title {
        text-transform: capitalize;
        color: #000d3b;
        font-weight: 700;
        font-size: 1.8rem; }

.navPages-container .navPages .navPages-list > .navPages-item.sfHover > .navPages-action {
  color: #ae090e; }
  .navPages-container .navPages .navPages-list > .navPages-item.sfHover > .navPages-action:after {
    width: 100%; }

@media screen and (max-width: 1279px) {
  .navPages-container .navPages-list.sf-menu {
    display: none; } }

@media screen and (max-width: 1279px) {
  .navPages-container.is-open {
    padding-top: 0;
    background: white; } }

.mobileMenu-toggle {
  padding: 0 1.2rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #ae090e;
    width: .8rem;
    top: 1.8rem; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:before, .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      background: #ae090e;
      width: 1.2rem; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  left: 1.3rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
    background: #ae090e; }

@media screen and (max-width: 1279px) {
  .navPages-list + .navPages-list.navPages-list--user {
    padding: 2rem;
    border-top: 0.1rem solid #c2c5d0;
    display: block; } }

.navPages-list + .navPages-list.navPages-list--user .navPages-item {
  float: none; }
  .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action {
    font-size: 1.6rem;
    color: #000d3b;
    font-weight: 400; }

.navPages-list + .navPages-list.navPages-list--user .navPages-item.m-phone {
  border-top: 0.1rem solid #c2c5d0;
  margin: 2rem -2rem 0;
  width: auto;
  min-width: 100%;
  padding: 3rem 2rem 0;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .navPages-list + .navPages-list.navPages-list--user .navPages-item.m-phone .navPages-action {
    font-weight: bold;
    padding: .3rem 0 0; }
  .navPages-list + .navPages-list.navPages-list--user .navPages-item.m-phone span {
    display: block;
    border-left: 0.1rem solid #c2c5d0;
    padding-left: 1.5rem;
    margin-left: 1.5rem; }

.navPages-list + .navPages-list.navPages-list--user ul {
  display: none; }
  @media screen and (max-width: 1279px) {
    .navPages-list + .navPages-list.navPages-list--user ul {
      position: fixed;
      border: 0;
      bottom: 0;
      top: 15.5rem;
      left: 0;
      background: white;
      right: 0;
      height: auto;
      width: 100%;
      overflow-y: auto;
      padding: 0rem 2rem;
      min-width: inherit;
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      z-index: 2;
      border-top: 0rem solid #c2c5d0;
      padding-top: 2rem; } }
  @media screen and (max-width: 767px) {
    .navPages-list + .navPages-list.navPages-list--user ul {
      top: 12.4rem; } }
  .navPages-list + .navPages-list.navPages-list--user ul li a {
    text-transform: none;
    font-weight: normal;
    color: #000d3b;
    font-size: 1.8rem;
    font-family: "Foco", arial, sans-serif; }
    .navPages-list + .navPages-list.navPages-list--user ul li a:hover {
      color: #ae090e; }

@media screen and (max-width: 1279px) {
  .head-sticky-added .navPages-container {
    top: 8.4rem;
    height: calc(100vh - 8.4rem); } }

@media screen and (max-width: 767px) {
  .head-sticky-added .navPages-container {
    top: 5.4rem;
    height: calc(100vh - 5.4rem); } }

@media screen and (max-width: 1279px) {
  .head-sticky-added .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level {
    top: 8.4rem;
    padding-top: 8.5rem; } }

@media screen and (max-width: 767px) {
  .head-sticky-added .navPages-container .navPages .navPages-list > .navPages-item .nav-second-level {
    top: 5.4rem;
    padding-top: 6rem; } }

@media screen and (max-width: 1279px) {
  .head-sticky-added .navPages-container .navPages-list + .navPages-list.navPages-list--user ul {
    top: 11.4rem; } }

@media screen and (max-width: 767px) {
  .head-sticky-added .navPages-container .navPages-list + .navPages-list.navPages-list--user ul {
    top: 8.4rem; } }

.navPages-list.sf-menu > li .nav-second-level {
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  animation-delay: 0.1s; }
  .navPages-list.sf-menu > li .nav-second-level li {
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    animation-delay: 0.3s; }

@media screen and (max-width: 1279px) {
  .mobileMenu-toggle {
    display: inline-block; } }

.heroCarousel {
  padding: 0 3rem; }
  @media screen and (max-width: 1439px) {
    .heroCarousel {
      padding: 0 2rem; } }
  @media screen and (max-width: 1023px) {
    .heroCarousel {
      padding: 0; } }

.heroCarousel.slick-initialized {
  max-height: 38.594vw;
  padding: 0 3rem; }
  @media screen and (max-width: 1439px) {
    .heroCarousel.slick-initialized {
      padding: 0 2rem; } }
  @media screen and (max-width: 1023px) {
    .heroCarousel.slick-initialized {
      max-height: 54rem;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .heroCarousel.slick-initialized {
      max-height: 149.275vw; } }

.heroCarousel-slide {
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem; }
  @media screen and (max-width: 1023px) {
    .heroCarousel-slide {
      -webkit-border-radius: 0rem;
      -moz-border-radius: 0rem;
      border-radius: 0rem; } }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 38.594vw; }
    @media screen and (max-width: 1023px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 54rem; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 149.275vw;
        height: 149.275vw; } }
    .heroCarousel-slide .heroCarousel-image-wrapper:before {
      content: "";
      background: linear-gradient(180deg, rgba(0, 19, 56, 0) 0%, rgba(0, 19, 56, 0.9) 100%);
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 4rem;
      -moz-border-radius: 4rem;
      border-radius: 4rem; }
      @media screen and (max-width: 1023px) {
        .heroCarousel-slide .heroCarousel-image-wrapper:before {
          -webkit-border-radius: 0rem;
          -moz-border-radius: 0rem;
          border-radius: 0rem; } }
    .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
      object-fit: cover;
      -webkit-border-radius: 4rem;
      -moz-border-radius: 4rem;
      border-radius: 4rem; }
      @media screen and (max-width: 1023px) {
        .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
          -webkit-border-radius: 0rem;
          -moz-border-radius: 0rem;
          border-radius: 0rem; } }
      @media screen and (max-width: 767px) {
        .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
          height: 149.275vw;
          object-fit: cover;
          object-position: center;
          max-height: 149.275vw; } }

.heroCarousel {
  margin-top: 0; }
  .heroCarousel .slick-dots {
    display: none !important; }
    @media screen and (max-width: 767px) {
      .heroCarousel .slick-dots {
        display: block !important;
        bottom: 0; } }
  .heroCarousel .carousel-play-pause-button {
    display: none !important; }

.heroCarousel-content {
  top: auto;
  bottom: 12.3rem;
  transform: none;
  padding: 0;
  margin: 0 auto;
  background: none;
  max-width: 86rem;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 1439px) {
    .heroCarousel-content {
      bottom: 9rem; } }
  @media screen and (max-width: 1023px) {
    .heroCarousel-content {
      position: absolute;
      max-width: 60rem;
      left: 0;
      right: 0;
      bottom: 6rem; } }
  @media screen and (max-width: 767px) {
    .heroCarousel-content {
      max-width: 38rem;
      bottom: 6rem;
      padding-left: 1rem;
      padding-right: 1rem; } }
  .heroCarousel-content .heroCarousel-title {
    font-size: 4.6rem;
    line-height: 5.2rem;
    font-weight: bold;
    font-family: "Foco", arial, sans-serif;
    margin-bottom: 2rem;
    text-transform: none; }
    @media screen and (max-width: 767px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 3.2rem;
        line-height: 4rem; } }
    @media screen and (max-width: 413px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 3rem;
        line-height: 3.6rem; } }
  .heroCarousel-content .heroCarousel-description {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: "Foco", arial, sans-serif;
    font-weight: bold;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1439px) {
      .heroCarousel-content .heroCarousel-description {
        margin-bottom: 2rem; } }
    @media screen and (max-width: 767px) {
      .heroCarousel-content .heroCarousel-description {
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 0 2rem; } }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  border: 0; }
  @media screen and (max-width: 1023px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      display: none !important; } }
  .heroCarousel .slick-next:before, .heroCarousel .slick-prev:before {
    display: none; }
  .heroCarousel .slick-next svg, .heroCarousel .slick-prev svg {
    width: 1rem;
    height: 1.3rem;
    fill: #000d3b; }
  .heroCarousel .slick-next:hover, .heroCarousel .slick-prev:hover {
    background: #ae090e; }
    .heroCarousel .slick-next:hover svg, .heroCarousel .slick-prev:hover svg {
      fill: white; }

.heroCarousel .slick-prev {
  left: 6rem; }

.heroCarousel .slick-next {
  right: 6rem; }

.heroCarousel-action.button {
  font-size: 1.8rem;
  padding: 2rem 3rem; }
  @media screen and (max-width: 767px) {
    .heroCarousel-action.button {
      padding: 1.3rem 3rem;
      font-size: 1.4rem; } }

.heroCarousel .slick-dots {
  bottom: 1.5rem; }
  .heroCarousel .slick-dots li {
    background: none; }
    .heroCarousel .slick-dots li button {
      background: white;
      transition: all .5s ease-out; }

.h-shop-product-row {
  position: relative;
  background: url(../img/dh-custom/produst-top-bg.svg) repeat-x top center; }
  .h-shop-product-row:after {
    content: "";
    background: url(../img/dh-custom/product-bottom-bg.svg) repeat-x top center;
    height: 4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .h-shop-product-row .h-inner {
    background: linear-gradient(180deg, #FFEBE7 0%, #FFF3E7 100%), #FFF3E7;
    padding-bottom: 2rem; }
    @media screen and (max-width: 1023px) {
      .h-shop-product-row .h-inner {
        overflow: hidden; } }
    @media screen and (max-width: 767px) {
      .h-shop-product-row .h-inner {
        padding: 2rem 0 0; } }
    @media screen and (max-width: 1023px) {
      .h-shop-product-row .h-inner .container {
        padding: 0; } }
    .h-shop-product-row .h-inner #responsiveTabsDemo {
      max-width: 132rem;
      margin: 0 auto; }
      @media screen and (max-width: 1439px) {
        .h-shop-product-row .h-inner #responsiveTabsDemo {
          padding: 0 2rem; } }
      @media screen and (max-width: 1023px) {
        .h-shop-product-row .h-inner #responsiveTabsDemo {
          padding: 0; } }
      .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-accordion-title {
        display: none; }
      .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0 auto 5rem; }
        @media screen and (max-width: 767px) {
          .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row {
            margin-bottom: 4rem; } }
        .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li {
          background: none; }
          .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li a, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            padding: 1.5rem 2rem;
            color: #000d3b;
            text-transform: uppercase;
            font-size: 1.6rem;
            line-height: 1.9rem;
            border: 1.5px solid rgba(239, 67, 37, 0.16);
            font-family: "Foco Trial", arial, sans-serif;
            font-weight: 900;
            min-width: 22rem;
            background: white; }
            @media screen and (max-width: 767px) {
              .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li a, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li a {
                font-size: 1.2rem;
                min-width: 12rem;
                padding: 1rem 2rem; } }
            @media screen and (max-width: 413px) {
              .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li a, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li a {
                min-width: inherit;
                padding: 1rem 2rem; } }
            .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li .r-tabs-anchor:hover, .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li a:hover, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li .r-tabs-anchor:hover, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li a:hover {
              color: #ae090e; }
          .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li:first-child .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li:first-child a, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li:first-child .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li:first-child a {
            -webkit-border-radius: 5rem 0 0 5rem;
            -moz-border-radius: 5rem 0 0 5rem;
            border-radius: 5rem 0 0 5rem;
            border-right: 0; }
          .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li:last-child .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav li:last-child a, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li:last-child .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row li:last-child a {
            -webkit-border-radius: 0 5rem 5rem 0;
            -moz-border-radius: 0 5rem 5rem 0;
            border-radius: 0 5rem 5rem 0;
            border-left: 0; }
        .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav .r-tabs-state-active .r-tabs-anchor, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row .r-tabs-state-active .r-tabs-anchor {
          background: #000d3b;
          color: white; }
          .h-shop-product-row .h-inner #responsiveTabsDemo .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:hover, .h-shop-product-row .h-inner #responsiveTabsDemo .tab-title-row .r-tabs-state-active .r-tabs-anchor:hover {
            color: white; }

.h-feature {
  padding-bottom: 6rem; }
  @media screen and (max-width: 1279px) {
    .h-feature {
      padding-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .h-feature {
      padding-bottom: 4rem; } }
  @media screen and (max-width: 1440px) {
    .h-feature .container {
      padding: 0 4rem; } }
  @media screen and (max-width: 1023px) {
    .h-feature .container {
      padding: 0; } }
  .h-feature .container .feature-inner {
    background: white;
    border: 1px solid #D5D9E7;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 0 1rem 2rem rgba(230, 236, 242, 0.5);
    margin-top: -8.5rem; }
    @media screen and (max-width: 1700px) {
      .h-feature .container .feature-inner {
        margin-top: -8.5rem; } }
    @media screen and (max-width: 1439px) {
      .h-feature .container .feature-inner {
        margin-top: -9rem; } }
    @media screen and (max-width: 1279px) {
      .h-feature .container .feature-inner {
        margin-top: -8rem; } }
    @media screen and (max-width: 1023px) {
      .h-feature .container .feature-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        margin-top: -5rem; } }
    @media screen and (max-width: 767px) {
      .h-feature .container .feature-inner {
        margin-top: -5rem; } }
    .h-feature .container .feature-inner .col {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 25%;
      min-height: 8rem;
      font-size: 1.6rem;
      font-weight: bold;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 1279px) {
        .h-feature .container .feature-inner .col {
          min-height: 6rem;
          font-size: 1.2rem; } }
      @media screen and (max-width: 1023px) {
        .h-feature .container .feature-inner .col {
          font-size: 1.4rem; } }
      .h-feature .container .feature-inner .col svg {
        fill: none;
        width: 1.6rem;
        height: 1.5rem;
        margin-right: 1.4rem;
        position: relative;
        top: -.2rem; }
        @media screen and (max-width: 1279px) {
          .h-feature .container .feature-inner .col svg {
            margin-right: 1rem; } }
        @media screen and (max-width: 1023px) {
          .h-feature .container .feature-inner .col svg {
            margin-right: 1.4rem; } }
      .h-feature .container .feature-inner .col a {
        color: #000d3b;
        text-decoration: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .h-feature .container .feature-inner .col a:hover {
          color: #ae090e; }
    .h-feature .container .feature-inner .col + .col {
      border-left: 1px solid #D5D9E7; }
      @media screen and (max-width: 1023px) {
        .h-feature .container .feature-inner .col + .col {
          border-left: 0; } }

.h-top-category {
  max-width: 192rem;
  margin: 0 auto; }
  .h-top-category .cat-inner {
    padding: 0 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1439px) {
      .h-top-category .cat-inner {
        padding: 0 1rem; } }
    @media screen and (max-width: 1023px) {
      .h-top-category .cat-inner {
        padding: 0; } }
    .h-top-category .cat-inner .col {
      width: 20%;
      padding: 0 1rem 6rem; }
      @media screen and (max-width: 767px) {
        .h-top-category .cat-inner .col {
          padding-bottom: 4rem; } }
      .h-top-category .cat-inner .col .cat-content {
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        border-radius: 4rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 0; }
        .h-top-category .cat-inner .col .cat-content a {
          position: relative; }
        .h-top-category .cat-inner .col .cat-content .title {
          background: white;
          -webkit-border-radius: 4rem;
          -moz-border-radius: 4rem;
          border-radius: 4rem;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          padding: 1.6rem 3.5rem 1.4rem;
          border: 0.2rem solid white;
          transition: .3s ease-in-out;
          position: absolute;
          bottom: 1rem;
          left: 1rem;
          right: 1rem;
          width: calc(100% - 2rem); }
          @media screen and (max-width: 1600px) {
            .h-top-category .cat-inner .col .cat-content .title {
              padding: 1.6rem 2rem 1.4rem; } }
          @media screen and (max-width: 1439px) {
            .h-top-category .cat-inner .col .cat-content .title {
              padding: 1.6rem 2rem 1.5rem; } }
          @media screen and (max-width: 767px) {
            .h-top-category .cat-inner .col .cat-content .title {
              padding: 1.3rem 2.5rem; } }
          .h-top-category .cat-inner .col .cat-content .title h2 {
            width: calc(100% - 2rem);
            margin: 0;
            padding: 0;
            font-size: 1.6rem;
            line-height: 1.8rem;
            text-transform: uppercase;
            font-family: "Foco Trial", arial, sans-serif;
            font-weight: 900;
            transition: .4s ease-in-out; }
            @media screen and (max-width: 1600px) {
              .h-top-category .cat-inner .col .cat-content .title h2 {
                font-size: 1.4rem; } }
            @media screen and (max-width: 1439px) {
              .h-top-category .cat-inner .col .cat-content .title h2 {
                font-size: 1.2rem;
                line-height: 1.6rem; } }
            @media screen and (max-width: 1023px) {
              .h-top-category .cat-inner .col .cat-content .title h2 {
                font-size: 1.4rem;
                line-height: 1.6rem; } }
          .h-top-category .cat-inner .col .cat-content .title .btn {
            width: 2rem;
            text-align: right; }
            .h-top-category .cat-inner .col .cat-content .title .btn svg {
              width: .9rem;
              height: 1.1rem;
              transition: .3s ease-in-out; }
        .h-top-category .cat-inner .col .cat-content .img {
          overflow: hidden;
          -webkit-border-radius: 4rem;
          -moz-border-radius: 4rem;
          border-radius: 4rem; }
          .h-top-category .cat-inner .col .cat-content .img img {
            width: 100%;
            max-width: 35.6rem;
            max-height: 46rem;
            margin: auto;
            display: block;
            transition: .3s ease-in-out;
            -webkit-border-radius: 4rem;
            -moz-border-radius: 4rem;
            border-radius: 4rem; }
    .h-top-category .cat-inner .col1 .cat-content {
      background: #EBF8F3; }
      .h-top-category .cat-inner .col1 .cat-content .title h2 {
        color: #2C5543; }
      .h-top-category .cat-inner .col1 .cat-content .btn svg {
        fill: #2C5543; }
    .h-top-category .cat-inner .col2 .cat-content {
      background: #E0EFFD; }
      .h-top-category .cat-inner .col2 .cat-content .title h2 {
        color: #015798; }
      .h-top-category .cat-inner .col2 .cat-content .btn svg {
        fill: #015798; }
    .h-top-category .cat-inner .col3 .cat-content {
      background: #FFEBEB; }
    .h-top-category .cat-inner .col4 .cat-content {
      background: #F8F7FF; }
      .h-top-category .cat-inner .col4 .cat-content .title h2 {
        color: #5D4BA0; }
      .h-top-category .cat-inner .col4 .cat-content .btn svg {
        fill: #5D4BA0; }
    .h-top-category .cat-inner .col5 .cat-content {
      background: #EBF8F8; }
      .h-top-category .cat-inner .col5 .cat-content .title h2 {
        color: #005C5C; }
      .h-top-category .cat-inner .col5 .cat-content .btn svg {
        fill: #005C5C; }

.h-top-category .cat-inner .col .cat-content:hover {
  box-shadow: -0.2rem 1rem 2rem rgba(232, 203, 203, 0.7); }

.h-top-category .cat-inner .col .cat-content a:hover .img img {
  transform: scale(1.1); }

.h-top-category .cat-inner .col .cat-content a:hover .title {
  border-color: #ae090e; }
  .h-top-category .cat-inner .col .cat-content a:hover .title h2 {
    color: #ae090e; }
  .h-top-category .cat-inner .col .cat-content a:hover .title .btn svg {
    fill: #ae090e; }

.h-need-help {
  border-top: .1rem solid #D5D9E7; }
  @media screen and (max-width: 1023px) {
    .h-need-help {
      overflow: hidden; } }
  .h-need-help .container {
    max-width: 112.8rem; }
    @media screen and (max-width: 1023px) {
      .h-need-help .container {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .h-need-help .container {
        padding: 4rem 0; } }
    .h-need-help .container .s-title {
      font-weight: bold; }
    .h-need-help .container .inner-content {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .h-need-help .container .inner-content .box {
        padding: 0 1rem;
        width: 33.33%; }
        @media screen and (max-width: 767px) {
          .h-need-help .container .inner-content .box {
            padding-bottom: 3rem; } }
        .h-need-help .container .inner-content .box .content {
          box-sizing: border-box;
          background: white;
          -webkit-border-radius: 4rem;
          -moz-border-radius: 4rem;
          border-radius: 4rem;
          border: .1rem solid #C2C5D0;
          width: 100%;
          text-align: center;
          padding: 4rem;
          transition: .1s ease-in-out; }
          @media screen and (max-width: 767px) {
            .h-need-help .container .inner-content .box .content {
              padding: 4rem 3.5rem; } }
          @media screen and (max-width: 413px) {
            .h-need-help .container .inner-content .box .content {
              padding: 4rem 2.5rem; } }
          .h-need-help .container .inner-content .box .content .text {
            position: relative;
            z-index: 1; }
            .h-need-help .container .inner-content .box .content .text h4 {
              margin: 0 0 .7rem;
              padding: 0;
              font-weight: bold;
              line-height: 2.6rem; }
              @media screen and (max-width: 767px) {
                .h-need-help .container .inner-content .box .content .text h4 {
                  font-size: 1.8rem; } }
              .h-need-help .container .inner-content .box .content .text h4 a {
                color: #000d3b; }
                .h-need-help .container .inner-content .box .content .text h4 a:hover {
                  color: #ae090e; }
            .h-need-help .container .inner-content .box .content .text p {
              font-size: 1.6rem;
              line-height: 2.2rem;
              margin-bottom: 2.5rem; }
            .h-need-help .container .inner-content .box .content .text .button {
              margin: 0;
              padding: 1.3rem 2rem;
              text-align: center;
              min-width: 15.8rem;
              font-size: 1.4rem; }
            .h-need-help .container .inner-content .box .content .text .button[href^="tel"] {
              color: white; }
              .h-need-help .container .inner-content .box .content .text .button[href^="tel"]:hover {
                color: #ae090e; }
          .h-need-help .container .inner-content .box .content .img {
            margin-bottom: 1.7rem;
            position: relative;
            z-index: 1; }
            .h-need-help .container .inner-content .box .content .img svg {
              fill: none;
              width: 10rem;
              height: 10rem; }

.h-need-help .container .inner-content .box .content {
  position: relative; }
  .h-need-help .container .inner-content .box .content:hover {
    border-color: transparent;
    box-shadow: 0rem 2rem 1rem rgba(243, 224, 216, 0.5); }
    .h-need-help .container .inner-content .box .content:hover:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border: 0.2rem solid #ae090e;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 4rem;
      -moz-border-radius: 4rem;
      border-radius: 4rem; }

@media screen and (max-width: 767px) {
  .h-need-help .container .inner-content .box.slick-current .content {
    border-color: transparent;
    box-shadow: 0rem 2rem 1rem rgba(243, 224, 216, 0.5); }
    .h-need-help .container .inner-content .box.slick-current .content:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border: 0.2rem solid #ae090e;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 4rem;
      -moz-border-radius: 4rem;
      border-radius: 4rem; } }

.h-faimly-section {
  position: relative; }
  .h-faimly-section:before {
    content: "";
    background: url(../img/dh-custom/faimly-left-bg.svg) no-repeat bottom left;
    position: absolute;
    left: 2.6rem;
    bottom: -12rem;
    width: 82rem;
    height: 60.5rem; }
    @media screen and (max-width: 1023px) {
      .h-faimly-section:before {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        background-size: 70.3rem auto;
        background-position: center bottom; } }
    @media screen and (max-width: 767px) {
      .h-faimly-section:before {
        background-size: 50.3rem auto;
        background-position: left -5rem bottom;
        width: 100%; } }
  .h-faimly-section:after {
    content: "";
    background: url(../img/dh-custom/faimly-right-bg.svg) no-repeat bottom left;
    position: absolute;
    right: 0;
    bottom: -12rem;
    width: 18rem;
    height: 39.8rem;
    z-index: -1; }
    @media screen and (max-width: 1023px) {
      .h-faimly-section:after {
        display: none; } }
  @media screen and (max-width: 767px) {
    .h-faimly-section .container {
      padding: 0 2rem; } }
  .h-faimly-section .container .img {
    width: 76.1rem; }
  .h-faimly-section .container .text {
    width: calc(100% - 76.1rem);
    padding-left: 8rem; }
  .h-faimly-section .container .row1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .h-faimly-section .container .row1 {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .h-faimly-section .container .row1 .img {
      width: 43.3rem;
      position: relative; }
      @media screen and (max-width: 1279px) {
        .h-faimly-section .container .row1 .img {
          width: 35rem; } }
      @media screen and (max-width: 1023px) {
        .h-faimly-section .container .row1 .img {
          order: 2; } }
      @media screen and (max-width: 767px) {
        .h-faimly-section .container .row1 .img {
          width: 90.338vw;
          height: 71.498vw; } }
      .h-faimly-section .container .row1 .img img {
        width: 43.3rem;
        height: 34.3rem;
        mask-image: url(../img/dh-custom/shape-img.png);
        -webkit-mask-image: url(../img/dh-custom/shape-img.png);
        mask-size: 43.3rem auto;
        object-fit: cover;
        object-position: center; }
        @media screen and (max-width: 1279px) {
          .h-faimly-section .container .row1 .img img {
            width: 35rem;
            height: 27.7rem;
            mask-size: 35rem; } }
        @media screen and (max-width: 767px) {
          .h-faimly-section .container .row1 .img img {
            width: 90.338vw;
            height: 71.498vw;
            mask-image: url(../img/dh-custom/m-family-bg.png);
            -webkit-mask-image: url(../img/dh-custom/m-family-bg.png);
            mask-size: 90.338vw 71.498vw; } }
        @media screen and (max-width: 413px) {
          .h-faimly-section .container .row1 .img img {
            width: 89.338vw;
            height: 71.498vw;
            mask-size: 89.338vw 71.498vw; } }
    .h-faimly-section .container .row1 .text {
      width: calc(100% - 43.3rem);
      padding-left: 8rem; }
      @media screen and (max-width: 1279px) {
        .h-faimly-section .container .row1 .text {
          padding-left: 4rem; } }
      @media screen and (max-width: 1023px) {
        .h-faimly-section .container .row1 .text {
          order: 1;
          padding-left: 0;
          text-align: center;
          width: 100%;
          margin-bottom: 4rem; } }
      .h-faimly-section .container .row1 .text h4 {
        padding-top: 3rem; }
        @media screen and (max-width: 1023px) {
          .h-faimly-section .container .row1 .text h4 {
            padding-top: 0; } }
  .h-faimly-section .container .row2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-top: -12.8rem;
    z-index: 1; }
    @media screen and (max-width: 1279px) {
      .h-faimly-section .container .row2 {
        margin-top: -9.8rem; } }
    @media screen and (max-width: 1023px) {
      .h-faimly-section .container .row2 {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .h-faimly-section .container .row2 {
        margin-top: -27.053vw; } }
    @media screen and (max-width: 413px) {
      .h-faimly-section .container .row2 {
        margin-top: -27.253vw; } }
    .h-faimly-section .container .row2 .img {
      text-align: right;
      position: relative; }
      @media screen and (max-width: 1279px) {
        .h-faimly-section .container .row2 .img {
          width: 62rem; } }
      .h-faimly-section .container .row2 .img img {
        max-width: 43.3rem;
        width: 100%;
        height: 43.3rem;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        border-radius: 4rem;
        object-fit: cover;
        object-position: center; }
        @media screen and (max-width: 1279px) {
          .h-faimly-section .container .row2 .img img {
            max-width: 35rem;
            height: 35rem; } }
        @media screen and (max-width: 767px) {
          .h-faimly-section .container .row2 .img img {
            max-width: 62.802vw;
            height: 62.802vw; } }
    @media screen and (max-width: 1279px) {
      .h-faimly-section .container .row2 .text {
        width: calc(100% - 62rem);
        padding-left: 2rem; } }
    @media screen and (max-width: 1023px) {
      .h-faimly-section .container .row2 .text {
        width: 100%;
        padding-left: 0;
        margin-top: 4rem; } }
    .h-faimly-section .container .row2 .text h5 {
      margin: 0 0 2.5rem;
      font-size: 2.4rem;
      text-transform: none; }
      @media screen and (max-width: 767px) {
        .h-faimly-section .container .row2 .text h5 {
          font-size: 1.8rem; } }
    .h-faimly-section .container .row2 .text .btn {
      padding-top: 1rem; }
      @media screen and (max-width: 767px) {
        .h-faimly-section .container .row2 .text .btn {
          padding-top: 0; } }
      .h-faimly-section .container .row2 .text .btn .button {
        width: 48.5%; }
      .h-faimly-section .container .row2 .text .btn .button + .button {
        margin-left: 2%;
        border-color: #000d3b;
        color: #000d3b; }
        .h-faimly-section .container .row2 .text .btn .button + .button:hover {
          background: #000d3b;
          border-color: #000d3b;
          color: white; }

@media screen and (max-width: 1023px) {
  .h-top-brands {
    overflow: hidden; } }

.h-top-brands .slick-prev, .h-top-brands .slick-next {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }

.h-top-brands .slick-prev {
  left: -12rem; }
  @media screen and (max-width: 1580px) {
    .h-top-brands .slick-prev {
      left: -6rem; } }
  @media screen and (max-width: 1479px) {
    .h-top-brands .slick-prev {
      left: -2rem; } }
  @media screen and (max-width: 1439px) {
    .h-top-brands .slick-prev {
      left: 0; } }

.h-top-brands .slick-next {
  right: -12rem; }
  @media screen and (max-width: 1580px) {
    .h-top-brands .slick-next {
      right: -6rem; } }
  @media screen and (max-width: 1479px) {
    .h-top-brands .slick-next {
      right: -2rem; } }
  @media screen and (max-width: 1439px) {
    .h-top-brands .slick-next {
      right: 0; } }

.h-top-brands .s-title {
  font-weight: bold; }

.h-top-brands .container {
  max-width: 132rem; }
  @media screen and (max-width: 1023px) {
    .h-top-brands .container {
      padding: 0; } }
  .h-top-brands .container .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .h-top-brands .container .home-cat-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -1rem;
    min-width: 100%;
    width: auto; }
  .h-top-brands .container .col {
    padding: 0 1rem 4rem; }
    .h-top-brands .container .col .inner {
      background: white;
      -webkit-border-radius: 4rem;
      -moz-border-radius: 4rem;
      border-radius: 4rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      position: relative;
      padding: 5.4rem 1.6rem 2.8rem; }
      .h-top-brands .container .col .inner:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        border: .1rem solid #C2C5D0;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        border-radius: 4rem; }
      .h-top-brands .container .col .inner .img {
        margin-bottom: 3rem;
        max-height: 11.9rem; }
        .h-top-brands .container .col .inner .img img {
          max-width: 100%;
          max-height: 11.9rem;
          object-fit: contain;
          object-position: center; }
      .h-top-brands .container .col .inner .title {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.8rem;
        color: #000d3b;
        font-weight: bold;
        text-transform: capitalize; }
      .h-top-brands .container .col .inner a {
        position: relative;
        z-index: 1; }
      .h-top-brands .container .col .inner:hover {
        box-shadow: 0rem 2rem 1rem rgba(243, 224, 216, 0.5); }
        .h-top-brands .container .col .inner:hover:before {
          border: 0.2rem solid #ae090e; }
        .h-top-brands .container .col .inner:hover .title {
          color: #ae090e; }

.h-instagram .s-title {
  font-weight: bold;
  color: #004C94; }

.h-instagram .btn .button {
  margin: 0; }

.type-default .header {
  border-bottom: 0; }

.h-resource-center {
  background: url(../img/dh-custom/produst-top-bg.svg) repeat-x top center;
  position: relative; }
  .h-resource-center:after {
    content: "";
    background: url(../img/dh-custom/product-bottom-bg.svg) repeat-x top center;
    height: 4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .h-resource-center .s-title {
    font-weight: bold;
    color: #793F02; }
  .h-resource-center .resource-inner {
    background: linear-gradient(180deg, #FFEBE7 0%, #FFF3E7 100%); }
    @media screen and (max-width: 1023px) {
      .h-resource-center .resource-inner {
        padding: 2rem 0; } }
    @media screen and (max-width: 767px) {
      .h-resource-center .resource-inner .container {
        padding: 0 2rem; } }
    @media screen and (max-width: 1023px) {
      .h-resource-center .resource-inner .btn {
        padding-top: 5rem; } }
    .h-resource-center .resource-inner .column-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (max-width: 1023px) {
        .h-resource-center .resource-inner .column-content {
          margin: 0 -1rem 0;
          width: auto;
          min-width: 100%; } }
      @media screen and (max-width: 767px) {
        .h-resource-center .resource-inner .column-content {
          margin: 0 auto; } }
      .h-resource-center .resource-inner .column-content .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .h-resource-center .resource-inner .column-content .col {
        width: 33.33%;
        padding: 0 1rem 4rem; }
        @media screen and (max-width: 1023px) {
          .h-resource-center .resource-inner .column-content .col {
            float: none;
            height: auto; } }
        @media screen and (max-width: 767px) {
          .h-resource-center .resource-inner .column-content .col {
            padding: 0 0 3rem;
            float: none;
            height: auto; } }
        .h-resource-center .resource-inner .column-content .col .col-inner {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          -webkit-flex-direction: column;
          height: 100%;
          -webkit-border-radius: 4rem;
          -moz-border-radius: 4rem;
          border-radius: 4rem;
          position: relative;
          background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100' width='120' height='100'%3E%3Ctitle%3ENew Project%3C/title%3E%3Cstyle%3E .s0 %7B fill: %23ffffff %7D %3C/style%3E%3Cpath id='Layer' class='s0' d='m-313-305c0-22.1 17.9-40 40-40h353c22.1 0 40 17.9 40 40v306.2c0 16.5-13.3 29.8-29.8 29.8-21.7 0-39.5 17.6-39.8 39.3-0.2 16.4-13.6 29.7-30 29.7h-293.4c-22.1 0-40-17.9-40-40z'/%3E%3C/svg%3E");
          background-position: right bottom;
          background-repeat: no-repeat; }
          .h-resource-center .resource-inner .column-content .col .col-inner:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            height: calc(100% - 10rem);
            background: white;
            left: 0;
            -webkit-border-radius: 4rem 4rem 0 0;
            -moz-border-radius: 4rem 4rem 0 0;
            border-radius: 4rem 4rem 0 0; }
          .h-resource-center .resource-inner .column-content .col .col-inner:after {
            content: "";
            position: absolute;
            bottom: -.1rem;
            width: calc(100% - 10rem);
            height: 12rem;
            background: white;
            left: 0;
            -webkit-border-radius: 0 0 0 4rem;
            -moz-border-radius: 0 0 0 4rem;
            border-radius: 0 0 0 4rem; }
          .h-resource-center .resource-inner .column-content .col .col-inner .btn {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 2; }
            .h-resource-center .resource-inner .column-content .col .col-inner .btn a {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              justify-content: center;
              background: white;
              width: 6rem;
              height: 6rem;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%; }
              .h-resource-center .resource-inner .column-content .col .col-inner .btn a svg {
                fill: #ae090e;
                width: 1rem;
                height: 1.3rem; }
              .h-resource-center .resource-inner .column-content .col .col-inner .btn a:hover {
                background: #ae090e; }
                .h-resource-center .resource-inner .column-content .col .col-inner .btn a:hover svg {
                  fill: white; }
          .h-resource-center .resource-inner .column-content .col .col-inner .text {
            padding: 3rem 9rem 4rem 3rem;
            position: relative;
            z-index: 1; }
            @media screen and (max-width: 1023px) {
              .h-resource-center .resource-inner .column-content .col .col-inner .text {
                padding-right: 7rem; } }
            .h-resource-center .resource-inner .column-content .col .col-inner .text p {
              font-size: 1.4rem;
              line-height: 1.96rem; }
            .h-resource-center .resource-inner .column-content .col .col-inner .text h4 {
              margin: 0 0 1rem;
              padding: 0;
              font-size: 1.8rem;
              line-height: 2.3rem;
              color: #000d3b;
              font-weight: bold; }
              .h-resource-center .resource-inner .column-content .col .col-inner .text h4 a {
                color: #000d3b; }
                .h-resource-center .resource-inner .column-content .col .col-inner .text h4 a:hover {
                  color: #ae090e; }
          .h-resource-center .resource-inner .column-content .col .col-inner .img {
            overflow: hidden;
            -webkit-border-radius: 4rem 4rem 0 0;
            -moz-border-radius: 4rem 4rem 0 0;
            border-radius: 4rem 4rem 0 0;
            position: relative; }
            .h-resource-center .resource-inner .column-content .col .col-inner .img img {
              -webkit-border-radius: 4rem 4rem 0 0;
              -moz-border-radius: 4rem 4rem 0 0;
              border-radius: 4rem 4rem 0 0;
              transition: .3s ease-in-out;
              width: 100%;
              height: 26rem;
              object-fit: cover;
              object-position: center; }
              @media screen and (max-width: 767px) {
                .h-resource-center .resource-inner .column-content .col .col-inner .img img {
                  height: 54.348vw; } }
              .h-resource-center .resource-inner .column-content .col .col-inner .img img:hover {
                transform: scale(1.1); }
          .h-resource-center .resource-inner .column-content .col .col-inner:hover .button a {
            box-shadow: -15px 0px 10px -15px #ffe9d3; }

@media screen and (max-width: 767px) {
  .h-resource-center .resource-inner .column-content .col.slick-current {
    background-image: url("data:image/svg+xml,%3Csvg width='433' height='485' viewBox='0 0 433 485' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_222_24036)'%3E%3Crect width='393' height='445' rx='20' transform='matrix(1 0 0 -1 20 465)' fill='%23FFE9D3'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_222_24036' x='0' y='0' width='433' height='485' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_222_24036'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 92.034vw auto; } }

.h-resource-center .resource-inner .column-content .col.slick-current .col-inner .text h4 a {
  color: #ae090e; }

@media screen and (max-width: 767px) {
  .h-resource-center .resource-inner .column-content .col.slick-current .col-inner .button a {
    box-shadow: -15px 0px 10px -15px #ffe9d3;
    background: #ae090e !important; }
    .h-resource-center .resource-inner .column-content .col.slick-current .col-inner .button a svg {
      fill: white !important; } }

.h-resource-center .resource-inner .column-content .col:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='433' height='485' viewBox='0 0 433 485' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_222_24036)'%3E%3Crect width='393' height='445' rx='20' transform='matrix(1 0 0 -1 20 465)' fill='%23FFE9D3'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_222_24036' x='0' y='0' width='433' height='485' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_222_24036'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 43.3rem auto; }
  @media screen and (max-width: 1500px) {
    .h-resource-center .resource-inner .column-content .col:hover {
      background-size: 40rem auto; } }
  @media screen and (max-width: 1279px) {
    .h-resource-center .resource-inner .column-content .col:hover {
      background-size: 33rem auto; } }

.h-resource-center .resource-inner .column-content .col .col-inner:hover .btn a {
  background: #ae090e; }
  .h-resource-center .resource-inner .column-content .col .col-inner:hover .btn a svg {
    fill: white; }

@media screen and (max-width: 767px) {
  .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] {
    width: 100%; } }

.h-instagram .btn {
  padding-top: 4rem;
  clear: both; }
  @media screen and (max-width: 767px) {
    .h-instagram .btn {
      padding-top: 3rem; } }

@media screen and (max-width: 767px) {
  .h-resource-center .resource-inner .column-content .col.slick-current .col-inner .btn a {
    background: #ae090e; } }

@media screen and (max-width: 767px) {
  .h-resource-center .resource-inner .column-content .col.slick-current .col-inner .btn a svg {
    fill: white; } }

@media screen and (max-width: 767px) {
  .h-top-category .cat-inner {
    display: none; } }

@media screen and (max-width: 767px) {
  .h-top-category .slick-initialized {
    display: flex; } }

.stamped-visual-gallery-media-block[data-source="review"][data-rating="5"] .stamped-visual-gallery-media-hover-content-wrapper:before, .h-stamped-review .review-inner .stamped-fa-star {
  color: #f08900 !important; }

.h-stamped-review {
  background: url(../img/dh-custom/h-review-bottom.svg) repeat-x bottom center;
  position: relative; }
  .h-stamped-review:before {
    content: "";
    background: url(../img/dh-custom/h-review-top.svg) repeat-x top center;
    width: 100%;
    height: 4rem;
    position: absolute;
    top: 0;
    left: 0; }
  .h-stamped-review .review-inner {
    background: linear-gradient(180deg, #E0EFFD 0%, #E0E3FD 100%); }
    @media screen and (max-width: 1439px) {
      .h-stamped-review .review-inner {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (max-width: 767px) {
      .h-stamped-review .review-inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] {
      max-width: 158rem; }
      .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll {
        max-width: 134rem;
        margin: 0 auto;
        float: none;
        position: relative;
        overflow: hidden; }
        @media screen and (max-width: 1479px) {
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll {
            max-width: 132rem; } }
        .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll:before {
          display: none; }
      .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-title {
        width: 100%;
        float: none;
        font-size: 4.6rem;
        line-height: 4.6rem;
        font-family: "Foco", arial, sans-serif;
        font-weight: 700;
        color: #000d3b;
        text-align: center;
        margin-bottom: 4rem; }
        @media screen and (max-width: 767px) {
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-title {
            font-size: 3rem;
            line-height: 3.4rem;
            margin-bottom: 3rem;
            max-width: 30rem;
            margin-left: auto;
            margin-right: auto; } }
      .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-subtitle {
        display: none; }
      .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons {
            display: none; } }
        .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-left, .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-right {
          width: 6rem;
          height: 6rem;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: white;
          border: 0;
          position: absolute;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1;
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (max-width: 1479px) {
            .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-left, .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-right {
              box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); } }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-left:before, .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-right:before {
            display: none; }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-left:hover, .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-right:hover {
            background-color: #0061bd; }
        .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-left {
          left: 0;
          background-image: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.26006 0.327148L0.26006 5.82715V7.17249L5.26006 12.6725L6.73994 11.3271L3.26055 7.49982H10V5.49982H3.26055L6.73994 1.67249L5.26006 0.327148Z' fill='%23000D3B'/%3E%3C/svg%3E%0A"); }
          @media screen and (max-width: 1479px) {
            .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-left {
              left: 4rem; } }
          @media screen and (max-width: 1439px) {
            .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-left {
              left: 0rem; } }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-left:hover {
            background-image: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.26006 0.327148L0.26006 5.82715V7.17249L5.26006 12.6725L6.73994 11.3271L3.26055 7.49982H10V5.49982H3.26055L6.73994 1.67249L5.26006 0.327148Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); }
        .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-right {
          left: auto;
          right: 0;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73994 0.327148L9.73994 5.82715V7.17249L4.73994 12.6725L3.26006 11.3271L6.73945 7.49982H0V5.49982H6.73945L3.26006 1.67249L4.73994 0.327148Z' fill='%23000D3B'/%3E%3C/svg%3E"); }
          @media screen and (max-width: 1479px) {
            .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-right {
              right: 4rem; } }
          @media screen and (max-width: 1439px) {
            .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-right {
              right: 0rem; } }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-buttons .stamped-carousel-button-right:hover {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' viewBox='0 0 10 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73994 0.327148L9.73994 5.82715V7.17249L4.73994 12.6725L3.26006 11.3271L6.73945 7.49982H0V5.49982H6.73945L3.26006 1.67249L4.73994 0.327148Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
      .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block {
        padding: 0 1rem; }
        @media screen and (max-width: 767px) {
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block {
            height: 20rem !important; } }
        .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-reviews-date {
          display: none; }
        .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper {
          border: 0rem solid #c2c5d0;
          padding: 3rem;
          -webkit-border-radius: 2rem;
          -moz-border-radius: 2rem;
          border-radius: 2rem;
          position: relative;
          box-shadow: 0px 30px 15px -15px #DAE0FF;
          background: white;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          height: 100%; }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper:after {
            content: " ";
            position: absolute;
            right: 12rem;
            bottom: -2.1rem;
            background: url(../img/dh-custom/slider-bottom.svg) no-repeat center top;
            width: 6rem;
            height: 2.5rem; }
            @media screen and (max-width: 767px) {
              .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper:after {
                right: 8rem; } }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-title {
            order: 2;
            width: calc(100% - 11rem);
            font-size: 1.6rem;
            font-family: "Foco", arial, sans-serif;
            font-weight: bold;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            padding-left: 1rem;
            padding-bottom: 2rem; }
            @media screen and (max-width: 767px) {
              .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-title {
                width: calc(100% - 7rem); } }
            .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-title a {
              color: #000d3b; }
              .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-title a:hover {
                color: #ae090e; }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-rating {
            order: 3;
            width: calc(100% - 11rem);
            position: relative;
            padding-left: 10.5rem;
            margin-top: -4.5rem; }
            @media screen and (max-width: 767px) {
              .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-rating {
                padding-left: 8rem;
                margin-top: -3.5rem; } }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-message {
            order: 4;
            margin-left: 0;
            padding: 2rem 0;
            width: 100%; }
            @media screen and (max-width: 767px) {
              .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-message {
                margin-left: 0 !important; } }
            .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-message .stamped-reviews-message-block {
              font-style: normal;
              font-family: "Foco", arial, sans-serif;
              font-size: 1.6rem;
              line-height: 2.4rem;
              color: #000d3b;
              font-weight: normal;
              overflow: hidden;
              text-overflow: ellipsis;
              height: 9.6rem; }
              @media screen and (max-width: 767px) {
                .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-message .stamped-reviews-message-block {
                  font-size: 1.4rem;
                  line-height: 2.1rem;
                  height: 6.3rem; } }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-author {
            order: 5;
            width: 100%;
            padding: 3rem 0 0;
            margin: 0;
            text-align: center;
            color: #000d3b;
            font-family: "Foco", arial, sans-serif;
            font-size: 1.6rem;
            font-weight: 700;
            text-transform: capitalize; }
            @media screen and (max-width: 767px) {
              .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-author {
                margin-left: 0 !important; } }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-location {
            order: 6; }
          .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-image {
            width: 8.6rem;
            height: 8.6rem;
            -webkit-border-radius: 2rem;
            -moz-border-radius: 2rem;
            border-radius: 2rem;
            border: .1rem solid #E0EFFD;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            order: 1; }
            @media screen and (max-width: 767px) {
              .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-image {
                width: 6rem;
                height: 6rem;
                -webkit-border-radius: 1rem;
                -moz-border-radius: 1rem;
                border-radius: 1rem; } }
            .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-image .stamped-reviews-product-title {
              display: none; }
            .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-image a {
              height: 6.4rem;
              width: 100%;
              position: relative; }
              @media screen and (max-width: 767px) {
                .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-image a {
                  height: 4.8rem; } }
              .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-image a img {
                max-width: 6.4rem;
                max-height: 6.4rem; }
                @media screen and (max-width: 767px) {
                  .h-stamped-review .review-inner #stamped-reviews-widget[data-widget-type="carousel"] .stamped-carousel-scroll .block .stamped-ratings-wrapper .stamped-reviews-image a img {
                    max-width: 4.8rem;
                    max-height: 4.8rem; } }
    .h-stamped-review .review-inner .fa-star, .h-stamped-review .review-inner .fa-star-half-o, .h-stamped-review .review-inner .fa-star-o, .h-stamped-review .review-inner .stamped-fa-star, .h-stamped-review .review-inner .stamped-fa-star-half-o, .h-stamped-review .review-inner .stamped-fa-star-o {
      color: #2C5543; }
    .h-stamped-review .review-inner .fa-star-half-o::before, .h-stamped-review .review-inner .fa-star-o::before, .h-stamped-review .review-inner .fa-star::before, .h-stamped-review .review-inner .stamped-fa-star-half-o::before, .h-stamped-review .review-inner .stamped-fa-star-o::before, .h-stamped-review .review-inner .stamped-fa-star::before {
      font-size: 1.6rem; }
    .h-stamped-review .review-inner .s-title {
      font-weight: 700;
      font-family: "Foco", arial, sans-serif; }
    .h-stamped-review .review-inner .btn {
      padding-top: 3rem; }
      @media screen and (max-width: 767px) {
        .h-stamped-review .review-inner .btn {
          padding-top: 2rem;
          padding-bottom: .5rem; } }

.instagram-inner {
  padding: 1.5rem 2rem 0; }
  @media screen and (max-width: 767px) {
    .instagram-inner {
      padding: 0;
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .instagram-inner .carousel {
      min-width: 100%;
      width: auto !important;
      float: none !important; } }
  .instagram-inner .carousel .stamped-visual-gallery-media-block-template {
    overflow-x: hidden !important; }
  .instagram-inner .carousel .stamped-visual-gallery-media-block {
    padding: 0 1rem !important;
    box-sizing: border-box;
    overflow: hidden; }
    .instagram-inner .carousel .stamped-visual-gallery-media-block a {
      -webkit-border-radius: 4rem;
      -moz-border-radius: 4rem;
      border-radius: 4rem;
      overflow: hidden; }
      .instagram-inner .carousel .stamped-visual-gallery-media-block a .stamped-visual-gallery-media {
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        border-radius: 4rem;
        transition: .3s ease-in-out;
        position: relative; }
        .instagram-inner .carousel .stamped-visual-gallery-media-block a .stamped-visual-gallery-media:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.3);
          transition: .3s ease-in-out;
          opacity: 0;
          z-index: 0;
          -webkit-border-radius: 4rem;
          -moz-border-radius: 4rem;
          border-radius: 4rem; }
          @media screen and (max-width: 767px) {
            .instagram-inner .carousel .stamped-visual-gallery-media-block a .stamped-visual-gallery-media:before {
              display: none; } }
    .instagram-inner .carousel .stamped-visual-gallery-media-block:hover {
      overflow: hidden; }
      .instagram-inner .carousel .stamped-visual-gallery-media-block:hover .stamped-visual-gallery-media-hover-content {
        background: none; }
      .instagram-inner .carousel .stamped-visual-gallery-media-block:hover .stamped-visual-gallery-media {
        transform: none; }
        .instagram-inner .carousel .stamped-visual-gallery-media-block:hover .stamped-visual-gallery-media:before {
          opacity: 1;
          height: 100%; }
  .instagram-inner #stamped-reviews-widget.carousel .stamped-visual-gallery-media-block {
    max-width: 19.583vw;
    max-height: 19.583vw; }
    @media screen and (max-width: 1023px) {
      .instagram-inner #stamped-reviews-widget.carousel .stamped-visual-gallery-media-block {
        max-width: 31.326vw;
        max-height: 31.326vw; } }
    @media screen and (max-width: 767px) {
      .instagram-inner #stamped-reviews-widget.carousel .stamped-visual-gallery-media-block {
        max-width: 48.500vw;
        max-height: 48.500vw; } }
  .instagram-inner .stamped-visual-gallery-feed {
    max-height: 19.583vw; }
    @media screen and (max-width: 1023px) {
      .instagram-inner .stamped-visual-gallery-feed {
        max-height: 31.326vw; } }
    @media screen and (max-width: 767px) {
      .instagram-inner .stamped-visual-gallery-feed {
        max-height: 48.500vw; } }
  .instagram-inner .stamped-visual-gallery-modal-nav-previous, .instagram-inner .stamped-visual-gallery-modal-nav-next, .instagram-inner .stamped-visual-gallery-nav-previous, .instagram-inner .stamped-visual-gallery-nav-next {
    display: none !important; }

.card {
  background: white;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  border: 0.2rem solid white; }
  .card .card-figure {
    padding: 0;
    background: none;
    -webkit-border-radius: 2.8rem 2.8rem 0 0;
    -moz-border-radius: 2.8rem 2.8rem 0 0;
    border-radius: 2.8rem 2.8rem 0 0; }
  .card .card-img-container {
    max-width: 32rem;
    height: 32rem;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .card .card-img-container {
        height: 25rem; } }
    @media screen and (max-width: 767px) {
      .card .card-img-container {
        height: 30rem; } }
    .card .card-img-container .card-image {
      max-width: 22rem;
      max-height: 22rem;
      transition: .3s ease-in-out; }
      .card .card-img-container .card-image:after {
        padding-bottom: 100%; }
    .card .card-img-container:hover .card-image {
      transform: scale(1.1); }
  .card .card-btn {
    padding: 0 2rem 0; }
    .card .card-btn .card-figcaption-button {
      padding: 1rem 2rem;
      font-size: 1.6rem;
      line-height: 1.8rem;
      color: white;
      background: #ae090e;
      -webkit-border-radius: 5rem;
      -moz-border-radius: 5rem;
      border-radius: 5rem;
      text-transform: none; }
      @media screen and (max-width: 767px) {
        .card .card-btn .card-figcaption-button {
          font-size: 1.4rem;
          padding: .9rem 2rem; } }
      .card .card-btn .card-figcaption-button:hover {
        color: #ae090e;
        background: white; }
    .card .card-btn .card-figcaption-button.pro-option-btn {
      background: #000d3b;
      border-color: #000d3b; }
      .card .card-btn .card-figcaption-button.pro-option-btn:hover {
        border-color: #000d3b;
        color: #000d3b;
        background: white; }
    .card .card-btn .card-figcaption-button.out-of-stock-btn {
      background: #757575;
      border-color: #757575; }
      .card .card-btn .card-figcaption-button.out-of-stock-btn:hover {
        border-color: #757575;
        background: white;
        color: #757575; }
  .card .card-body {
    padding: 1.5rem 2rem 1rem;
    border-top: 1.5px solid #FFF3E9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 1023px) {
      .card .card-body {
        padding: 1.5rem 2rem 1rem; } }
    .card .card-body p.card-text {
      display: none; }
    .card .card-body .card-title {
      width: calc(100% - 9rem);
      padding-right: 1rem;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 2.1rem; }
      @media screen and (max-width: 1023px) {
        .card .card-body .card-title {
          font-size: 1.3rem;
          line-height: 1.7rem; } }
      @media screen and (max-width: 767px) {
        .card .card-body .card-title {
          font-size: 1.3rem;
          line-height: 1.7rem;
          text-align: left; } }
      .card .card-body .card-title a {
        color: #000d3b; }
        .card .card-body .card-title a:hover {
          color: #ae090e; }
    .card .card-body div.card-text {
      width: 9rem;
      text-align: right;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .card .card-body div.card-text .price-section {
        font-size: 1.6rem;
        line-height: 2.1rem;
        color: #000d3b;
        text-align: right;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        @media screen and (max-width: 1023px) {
          .card .card-body div.card-text .price-section {
            font-size: 1.4rem; } }
        @media screen and (max-width: 1023px) {
          .card .card-body div.card-text .price-section {
            font-size: 1.3rem;
            line-height: 1.7rem; } }
        .card .card-body div.card-text .price-section .price-label {
          display: none !important; }
      .card .card-body div.card-text .non-sale-price--withoutTax {
        display: none !important; }
      .card .card-body div.card-text .price-section + .price-section {
        position: relative; }
      .card .card-body div.card-text .red-text, .card .card-body div.card-text .b-red-text {
        color: #ae090e;
        order: -1; }
  .card:hover {
    box-shadow: 0px 0.8rem 2rem rgba(239, 67, 37, 0.13);
    border: 0.2rem solid #ae090e; }

.productCarousel {
  margin: 0 -1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 100%;
  width: auto;
  background: none !important; }
  .productCarousel:after, .productCarousel:before {
    display: none; }
  @media screen and (max-width: 1479px) {
    .productCarousel .slick-prev, .productCarousel .slick-next {
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); } }
  .productCarousel .slick-prev {
    left: -12rem; }
    @media screen and (max-width: 1580px) {
      .productCarousel .slick-prev {
        left: -6rem; } }
    @media screen and (max-width: 1479px) {
      .productCarousel .slick-prev {
        left: -2rem; } }
    @media screen and (max-width: 1439px) {
      .productCarousel .slick-prev {
        left: 0; } }
  .productCarousel .slick-next {
    right: -12rem; }
    @media screen and (max-width: 1580px) {
      .productCarousel .slick-next {
        right: -6rem; } }
    @media screen and (max-width: 1479px) {
      .productCarousel .slick-next {
        right: -2rem; } }
    @media screen and (max-width: 1439px) {
      .productCarousel .slick-next {
        right: 0; } }
  .productCarousel .slick-list {
    min-width: 100%; }
  .productCarousel .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-width: 100%; }

.productCarousel-slide {
  padding: 0 1rem 2.5rem;
  float: none;
  height: auto; }
  .productCarousel-slide .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .productCarousel-slide .card .card-body {
      flex: 1 auto; }

.price-now-label {
  display: none !important; }

.page-sidebar + .page-content .productGrid:after, .page-sidebar + .page-content .productGrid:before {
  display: none; }

@media screen and (max-width: 1279px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; } }

@media screen and (max-width: 1023px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33%; } }

@media screen and (max-width: 767px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; } }

.page-sidebar + .page-content .productGrid, .type-account_recentitems .productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -1rem; }
  @media screen and (max-width: 767px) {
    .page-sidebar + .page-content .productGrid, .type-account_recentitems .productGrid {
      padding-bottom: 1rem;
      margin: 0 -.5rem; } }
  .page-sidebar + .page-content .productGrid:after, .page-sidebar + .page-content .productGrid:before, .type-account_recentitems .productGrid:after, .type-account_recentitems .productGrid:before {
    display: none; }
  .page-sidebar + .page-content .productGrid .product, .type-account_recentitems .productGrid .product {
    height: auto;
    float: none;
    padding: 0 1rem 2rem; }
    @media screen and (max-width: 767px) {
      .page-sidebar + .page-content .productGrid .product, .type-account_recentitems .productGrid .product {
        padding: 0 .5rem 1rem; } }
    .page-sidebar + .page-content .productGrid .product .card, .type-account_recentitems .productGrid .product .card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      height: 100%;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid .product .card, .type-account_recentitems .productGrid .product .card {
          -webkit-border-radius: 1.5rem;
          -moz-border-radius: 1.5rem;
          border-radius: 1.5rem; } }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid .product .card .stamped-product-reviews-badge, .type-account_recentitems .productGrid .product .card .stamped-product-reviews-badge {
          padding-bottom: 0;
          padding-top: .7rem;
          min-height: 3.4rem; } }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid .product .card .stamped-product-reviews-badge .stamped-badge-caption, .type-account_recentitems .productGrid .product .card .stamped-product-reviews-badge .stamped-badge-caption {
          font-size: 1rem;
          top: -.1rem; } }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid .product .card .card-img-container, .type-account_recentitems .productGrid .product .card .card-img-container {
          height: 48.309vw; } }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid .product .card .card-img-container .card-image, .type-account_recentitems .productGrid .product .card .card-img-container .card-image {
          max-width: 33.816vw;
          max-height: 33.816vw; } }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid .product .card .card-btn, .type-account_recentitems .productGrid .product .card .card-btn {
          padding: 0 1rem; } }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid .product .card .card-btn .card-figcaption-button, .type-account_recentitems .productGrid .product .card .card-btn .card-figcaption-button {
          font-size: 1.2rem;
          padding: .5rem 2rem; } }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid .product .card div.card-text, .type-account_recentitems .productGrid .product .card div.card-text {
          width: 5rem; } }
      .page-sidebar + .page-content .productGrid .product .card div.card-text .price-section, .type-account_recentitems .productGrid .product .card div.card-text .price-section {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .page-sidebar + .page-content .productGrid .product .card div.card-text .price-section, .type-account_recentitems .productGrid .product .card div.card-text .price-section {
            font-size: 1.2rem; } }
      .page-sidebar + .page-content .productGrid .product .card .card-body, .type-account_recentitems .productGrid .product .card .card-body {
        flex: 1 auto; }
        @media screen and (max-width: 767px) {
          .page-sidebar + .page-content .productGrid .product .card .card-body, .type-account_recentitems .productGrid .product .card .card-body {
            padding: 1rem 1rem .5rem; } }
        @media screen and (max-width: 767px) {
          .page-sidebar + .page-content .productGrid .product .card .card-body .card-title, .type-account_recentitems .productGrid .product .card .card-body .card-title {
            font-size: 1.2rem;
            line-height: 1.5rem;
            width: calc(100% - 5rem); } }

.sale-flag-side {
  top: auto;
  bottom: 1.5rem;
  left: 2rem;
  padding: .4rem 1rem;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  font-size: .9rem;
  line-height: 1.2rem;
  font-family: "Foco Trial", arial, sans-serif;
  height: auto;
  text-transform: uppercase;
  font-weight: 900; }

.card-figure .badge-name.Residential, .card-figure .badge-name.Commercial, .card-figure .badge-name.Made.in.USA {
  top: auto;
  bottom: 1.5rem;
  left: 2rem;
  padding: .4rem 1rem;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  font-size: .9rem;
  line-height: 1.2rem;
  font-family: "Foco Trial", arial, sans-serif;
  height: auto;
  text-transform: uppercase;
  font-weight: 900;
  position: absolute;
  z-index: 2; }

.card-figure .badge-name.Residential + .badge-name.Made.in.USA {
  bottom: 4rem; }

.card-figure .badge-name.Residential {
  background: #E0EFFD;
  color: #0C46B4; }

.card-figure .badge-name.Made.in.USA {
  background: #fcd2a3;
  color: #d75d04; }

.card-figure .badge-name.Commercial {
  background: #E4F2E6;
  color: #374c24; }

.card-figure .sale-flag-side + .badge-name {
  bottom: 4rem; }

.card-figure .badge-name + .badge-name {
  bottom: 4rem !important; }

.card-figure .sale-flag-side + .badge-name.Made.in.USA {
  bottom: 4rem; }

.card-figure .sale-flag-side + .badge-name + .badge-name.Made.in.USA {
  bottom: 6.5rem; }

.card .stamped-product-reviews-badge {
  text-align: center;
  padding: 1rem 0 .5rem;
  min-height: 4rem; }
  .card .stamped-product-reviews-badge .stamped-badge {
    float: none; }
  .card .stamped-product-reviews-badge .stamped-badge-caption[data-reviews][data-label][data-version="2"]::after {
    content: ")" !important; }
  .card .stamped-product-reviews-badge .stamped-badge-caption {
    font-size: 1.2rem;
    font-family: "Foco", arial, sans-serif;
    font-weight: 700;
    color: #000d3b;
    top: -.2rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      .card .stamped-product-reviews-badge .stamped-badge-caption {
        top: -.2rem;
        font-size: 1rem; } }
    .card .stamped-product-reviews-badge .stamped-badge-caption > span {
      display: none !important;
      font-size: 0; }
    .card .stamped-product-reviews-badge .stamped-badge-caption:before {
      content: "("; }
  .card .stamped-product-reviews-badge .stamped-badge-caption[data-reviews="0"]:before {
    content: "(0"; }

.card .stamped-badge[data-rating="0"], .card .stamped-badge[data-rating="0,0"], .card .stamped-badge[data-rating="0.0"] {
  display: block; }

.card .fa-star-half-o::before, .card .fa-star-o::before, .card .fa-star::before, .card .stamped-fa-star-half-o::before, .card .stamped-fa-star-o::before, .card .stamped-fa-star::before {
  font-size: 1.6rem;
  margin-right: 0; }

body .fa-star, body .fa-star-half-o, body .fa-star-o, body .stamped-fa-star, body .stamped-fa-star-half-o, body .stamped-fa-star-o {
  color: #f08900; }

.badge-name-more-color {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 1rem;
  color: black;
  font-weight: 700;
  z-index: 2; }
  .badge-name-more-color svg {
    fill: none;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem; }

.productCarousel-slide .card .card-body .loadingOverlay {
  background-color: transparent; }

body .card .fa-star-half-o::before, body .card .fa-star-o::before, body .card .fa-star::before, body .card .stamped-fa-star-half-o::before, body .card .stamped-fa-star-o::before, body .card .stamped-fa-star::before, body .review-top-row .fa-star-half-o::before, body .review-top-row .fa-star-o::before, body .review-top-row .fa-star::before, body .review-top-row .stamped-fa-star-half-o::before, body .review-top-row .stamped-fa-star-o::before, body .review-top-row .stamped-fa-star::before, body .m-review-content .fa-star-half-o::before, body .m-review-content .fa-star-o::before, body .m-review-content .fa-star::before, body .m-review-content .stamped-fa-star-half-o::before, body .m-review-content .stamped-fa-star-o::before, body .m-review-content .stamped-fa-star::before {
  width: 1.4rem;
  height: 1.4rem; }

body .review-top-row .stamped-badge-starrating .stamped-fa.stamped-fa-star-o, body .review-top-row .stamped-badge-starrating .stamped-fa-star, body .review-top-row .stamped-badge-starrating .stamped-fa.stamped-fa-star-half-o, body .m-review-content .stamped-badge-starrating .stamped-fa.stamped-fa-star-o, body .m-review-content .stamped-badge-starrating .stamped-fa-star, body .m-review-content .stamped-badge-starrating .stamped-fa.stamped-fa-star-half-o {
  background-position: top 4px center;
  margin: 0 2px; }

body .m-review-content .stamped-badge-starrating .stamped-fa.stamped-fa-star-o, body .m-review-content .stamped-badge-starrating .stamped-fa-star, body .m-review-content .stamped-badge-starrating .stamped-fa.stamped-fa-star-half-o {
  background-position: top 2px center; }

body .productCarousel-slide .card .stamped-badge-starrating .stamped-fa.stamped-fa-star-o, body .productCarousel-slide .card .stamped-badge-starrating .stamped-fa-star, body .productCarousel-slide .card .stamped-badge-starrating .stamped-fa.stamped-fa-star-half-o {
  background-position: top 3px center; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  min-width: 18rem; }
  @media screen and (max-width: 767px) {
    .select2-container {
      min-width: 18rem; } }
  .select2-container.select-disabled {
    pointer-events: none;
    -webkit-filter: opacity(0.7) grayscale(1);
    filter: opacity(0.7) grayscale(1); }

.select2 {
  width: 100% !important; }

.select2-container .select2-selection--single {
  background-repeat: no-repeat;
  background-size: .8rem auto;
  background-position: right 1rem center;
  line-height: 1.8rem;
  padding: 1.5rem 2rem;
  border: 0.15rem solid #c2c5d0;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  color: #000d3b;
  outline: none;
  display: block;
  background-color: white;
  font-weight: 400;
  font-size: 1.4rem;
  cursor: pointer; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding-right: 2rem; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1.2rem; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1.2rem; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: 0.1rem solid #c2c5d0;
  font-size: 100%;
  margin-top: .5rem;
  margin-left: .5rem;
  padding: 1rem;
  max-width: 100%;
  resize: none;
  height: 4rem;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 0.1rem solid #c2c5d0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  min-width: 19rem;
  text-align: left;
  border-radius: 1rem;
  margin-top: .2rem; }
  @media screen and (max-width: 767px) {
    .select2-dropdown {
      max-width: 100%;
      min-width: 15rem; } }

.select2-results {
  display: block;
  max-height: 25rem;
  overflow: auto;
  border-radius: 0px; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000d3b; }
  .select2-results__options li {
    margin: 0; }
    .select2-results__options li:first-child {
      border-radius: 1rem 1rem 0 0; }
    .select2-results__options li:last-child {
      border-radius: 0 0 1rem 1rem; }
    .select2-results__options li:before {
      display: none; }

.select2-results__option {
  padding: .7rem 1.5rem !important;
  user-select: none;
  -webkit-user-select: none;
  font-size: 1.4rem;
  line-height: 1.8rem; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--default .select2-results__option--selected {
  background-color: #000d3b;
  color: white; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000d3b;
  color: white; }

.select2-search--dropdown {
  display: block;
  padding: .4rem; }

.select2-search--dropdown .select2-search__field {
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  height: auto; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: white;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 2.6rem;
  margin-right: 2rem;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(67, 69, 93, 0.7); }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .4rem;
  width: 4rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: .5rem;
  width: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 4L9 1' stroke='%23000D3B' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1rem .5rem;
  background-position: center; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg); }

.select2-search--dropdown {
  padding: .5rem 1rem; }

.select2-search--dropdown .select2-search__field {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid #c2c5d0;
  padding: 1.2rem 1.5rem 1rem;
  outline: none;
  color: #000d3b;
  font-weight: 400;
  font-size: 1.2rem;
  margin: .4rem 0;
  background: white; }

.select2-container--open .show-dropdown + .select2-results {
  border-radius: 0px; }
  .select2-container--open .show-dropdown + .select2-results .select2-results__options {
    border-radius: 0px; }

.actionBar-section .form-field {
  border: 0.1rem solid #c2c5d0;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  padding: 0 1rem 0 2rem;
  justify-content: space-between; }
  .actionBar-section .form-field .form-label {
    margin: 0 .9rem 0 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000d3b; }
  .actionBar-section .form-field .select2.select2-container {
    min-width: 9rem; }
    .actionBar-section .form-field .select2.select2-container .select2-selection--single .select2-selection__rendered {
      padding-right: 3rem; }
    .actionBar-section .form-field .select2.select2-container .select2-selection--single {
      border: 0;
      padding: .6rem 0; }
      .actionBar-section .form-field .select2.select2-container .select2-selection--single .select2-selection__arrow {
        width: 2rem;
        height: 3.6rem; }
        .actionBar-section .form-field .select2.select2-container .select2-selection--single .select2-selection__arrow b {
          background-position: right; }
  .actionBar-section .form-field .select2-results {
    max-height: 100%; }

.actionBar-section:hover .form-field {
  border-color: #c2c5d0; }

.result-per-page + .actionBar .actionBar-section .form-field .form-label {
  min-width: 4.8rem; }

.type-category .body, .type-brand .body, .type-search .body, .type-account_recentitems .body {
  padding-bottom: 0;
  background: linear-gradient(180deg, #FFF3E7 30%, #FFEBE7 100%); }
  .type-category .body .page, .type-brand .body .page, .type-search .body .page, .type-account_recentitems .body .page {
    margin: 0 auto;
    padding-top: 1.5rem;
    padding-bottom: 7rem; }
    @media screen and (max-width: 767px) {
      .type-category .body .page, .type-brand .body .page, .type-search .body .page, .type-account_recentitems .body .page {
        padding-bottom: 6rem; } }

.type-category .newsletter-panel::before, .type-brand .newsletter-panel::before, .type-search .newsletter-panel::before, .type-account_recentitems .newsletter-panel::before {
  z-index: 0; }

.cat-top-bg {
  background: url(../img/dh-custom/cat-top-bg.svg) repeat-x bottom center white;
  padding-bottom: 6.5rem; }
  @media screen and (max-width: 1023px) {
    .cat-top-bg {
      overflow: hidden;
      padding-bottom: 5rem; } }
  @media screen and (max-width: 1023px) {
    .cat-top-bg .container {
      padding: 0; } }

.cat-discription {
  background: url(../img/dh-custom/cat-bottom-bg.svg) repeat-x top center white; }

.sub-category-grid .sub-category-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1rem;
  min-width: 100%;
  width: auto;
  display: none; }
  .sub-category-grid .sub-category-block.slick-initialized.slick-slider {
    display: block; }
  .sub-category-grid .sub-category-block .slick-next, .sub-category-grid .sub-category-block .slick-prev {
    box-shadow: 0px 10px 20px rgba(249, 143, 33, 0.1); }
  .sub-category-grid .sub-category-block .slick-prev {
    left: -12rem; }
    @media screen and (max-width: 1580px) {
      .sub-category-grid .sub-category-block .slick-prev {
        left: -6rem; } }
    @media screen and (max-width: 1479px) {
      .sub-category-grid .sub-category-block .slick-prev {
        left: -2rem; } }
    @media screen and (max-width: 1439px) {
      .sub-category-grid .sub-category-block .slick-prev {
        left: 0; } }
  .sub-category-grid .sub-category-block .slick-next {
    right: -12rem; }
    @media screen and (max-width: 1580px) {
      .sub-category-grid .sub-category-block .slick-next {
        right: -6rem; } }
    @media screen and (max-width: 1479px) {
      .sub-category-grid .sub-category-block .slick-next {
        right: -2rem; } }
    @media screen and (max-width: 1439px) {
      .sub-category-grid .sub-category-block .slick-next {
        right: 0; } }
  .sub-category-grid .sub-category-block .slick-list {
    min-width: 100%;
    width: auto; }
  .sub-category-grid .sub-category-block .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-width: 100%; }
  .sub-category-grid .sub-category-block .cat-item {
    padding: 0 1rem 4rem; }
    .sub-category-grid .sub-category-block .cat-item a .cat-content {
      -webkit-border-radius: 4rem;
      -moz-border-radius: 4rem;
      border-radius: 4rem;
      padding: 0rem;
      background: none;
      position: relative; }
      .sub-category-grid .sub-category-block .cat-item a .cat-content .sub-category-img-block {
        padding: 0;
        height: 32rem;
        max-height: 32rem;
        overflow: hidden;
        -webkit-border-radius: 3rem;
        -moz-border-radius: 3rem;
        border-radius: 3rem; }
        @media screen and (max-width: 767px) {
          .sub-category-grid .sub-category-block .cat-item a .cat-content .sub-category-img-block {
            height: 72.464vw;
            max-height: 72.464vw; } }
        .sub-category-grid .sub-category-block .cat-item a .cat-content .sub-category-img-block img {
          max-width: 32rem;
          max-height: 32rem;
          object-fit: cover;
          object-position: center;
          transition: .3s ease-in-out;
          -webkit-border-radius: 3rem;
          -moz-border-radius: 3rem;
          border-radius: 3rem;
          width: 100%;
          height: 32rem; }
          @media screen and (max-width: 767px) {
            .sub-category-grid .sub-category-block .cat-item a .cat-content .sub-category-img-block img {
              height: 72.464vw;
              max-height: 72.464vw;
              max-width: 100%; } }
      .sub-category-grid .sub-category-block .cat-item a .cat-content .title {
        background: white;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        border-radius: 4rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 1.2rem 1rem 1.1rem;
        border: 0.15rem solid white;
        transition: .3s ease-in-out;
        position: absolute;
        bottom: 1rem;
        left: 0;
        right: 0;
        margin: 0 1rem;
        width: calc(100% - 2rem); }
        .sub-category-grid .sub-category-block .cat-item a .cat-content .title h2 {
          width: calc(100% - 2rem);
          margin: 0;
          padding: 0;
          font-size: 1.4rem;
          line-height: 1.8rem;
          text-transform: uppercase;
          font-family: "Foco Trial", arial, sans-serif;
          font-weight: 900;
          transition: .4s ease-in-out; }
        .sub-category-grid .sub-category-block .cat-item a .cat-content .title .btn-arrow {
          width: 2rem;
          text-align: right; }
          .sub-category-grid .sub-category-block .cat-item a .cat-content .title .btn-arrow svg {
            width: .9rem;
            height: 1.1rem;
            transition: .3s ease-in-out; }
    .sub-category-grid .sub-category-block .cat-item a:hover .sub-category-img-block img {
      transform: scale(1.1); }
    .sub-category-grid .sub-category-block .cat-item a:hover .title {
      border-color: #ae090e; }
      .sub-category-grid .sub-category-block .cat-item a:hover .title h2 {
        color: #ae090e; }
      .sub-category-grid .sub-category-block .cat-item a:hover .title .btn-arrow svg {
        fill: #ae090e; }
  .sub-category-grid .sub-category-block .cat-item.Playground a .cat-content {
    background: #E0EFFD; }
  .sub-category-grid .sub-category-block .cat-item.Play.Accessories a .cat-content {
    background: #FFFDCC; }
  .sub-category-grid .sub-category-block .cat-item.Climbs a .cat-content {
    background: #EBF8F8; }

.page-sidebar {
  padding: 0;
  width: 32rem; }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%;
      display: none; } }
  .page-sidebar .toggleLink-text {
    width: 1.2rem;
    height: 1.2rem; }
  .page-sidebar .sidebarBlock {
    background: white;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem; }
  .page-sidebar .sidebarBlock + .sidebarBlock {
    margin: 0;
    border: 0;
    padding: 0; }
  .page-sidebar .facetedSearch.sidebarBlock {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .page-sidebar .sidebarBlock-heading {
    padding: 2.5rem 3rem 2rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 2.1rem;
    color: #ae090e;
    font-weight: bold;
    margin: 0; }
  .page-sidebar .navList {
    border-top: .15rem solid #FFF3E9;
    padding: 2rem 3rem; }
    @media screen and (max-width: 767px) {
      .page-sidebar .navList {
        margin-bottom: 1rem; } }
  .page-sidebar .navList + a {
    display: inline-block;
    font-size: 1.4rem;
    color: #000d3b;
    text-decoration: underline;
    margin: 0 0 2rem 3rem;
    font-family: "Foco", arial, sans-serif;
    font-weight: bold;
    width: auto; }
    .page-sidebar .navList + a span {
      font-size: 1.4rem;
      font-weight: bold;
      text-decoration: underline;
      width: auto;
      height: auto; }
    .page-sidebar .navList + a:hover {
      color: #ae090e; }
  .page-sidebar .navList-item + .navList-item {
    margin-top: .9rem; }
  .page-sidebar .navList-action--checkbox {
    padding-left: 3.5rem; }
    .page-sidebar .navList-action--checkbox span {
      display: none; }
    .page-sidebar .navList-action--checkbox .navList-action-close {
      display: none !important; }
    .page-sidebar .navList-action--checkbox:before {
      width: 2.1rem;
      height: 2.1rem;
      background: #FFF3E9;
      -webkit-border-radius: 0.6rem;
      -moz-border-radius: 0.6rem;
      border-radius: 0.6rem;
      border: 0;
      top: .7rem; }
  .page-sidebar .navList-action--checkbox.is-selected:before {
    background: #ae090e; }
  .page-sidebar .navList-action--checkbox.is-selected:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 3L4.5 6L9.5 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.1rem .8rem;
    width: 2.1rem;
    height: 2.1rem;
    top: .6rem;
    left: 0; }
  .page-sidebar #facetedSearch-content--price .form-fieldset {
    padding-bottom: 3rem; }
    .page-sidebar #facetedSearch-content--price .form-fieldset .form-inlineMessage {
      padding: 0 3rem 0; }
  .page-sidebar .form-minMaxRow {
    margin: 0;
    border-top: .15rem solid #FFF3E9;
    padding: 2rem 3rem; }
    .page-sidebar .form-minMaxRow .form-field {
      width: 50%; }
      .page-sidebar .form-minMaxRow .form-field .form-input {
        height: 5rem; }
      .page-sidebar .form-minMaxRow .form-field:last-child {
        width: 100%;
        margin-top: 2rem; }
  .page-sidebar .facetedSearch-refineFilters p {
    border-top: .15rem solid #FFF3E9;
    margin: 0;
    padding: 2rem 3rem; }
  .page-sidebar .facetedSearch-refineFilters .inlineList {
    border-top: .15rem solid #FFF3E9;
    padding: 2rem 3rem 1rem; }
    .page-sidebar .facetedSearch-refineFilters .inlineList li a {
      background: #eff1f8;
      display: inline-flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      text-transform: capitalize;
      padding: .5rem 2rem;
      font-size: 1.4rem;
      font-weight: 400;
      color: #000d3b; }
      .page-sidebar .facetedSearch-refineFilters .inlineList li a svg {
        width: .8rem;
        height: .8rem;
        fill: none;
        margin-left: .7rem;
        position: relative;
        top: -.1rem;
        stroke: #787f9a; }
      .page-sidebar .facetedSearch-refineFilters .inlineList li a:hover {
        background: #ae090e;
        color: white; }
        .page-sidebar .facetedSearch-refineFilters .inlineList li a:hover svg {
          fill: none;
          stroke: white; }
  .page-sidebar .facetedSearch-refineFilters .inlineList + a {
    display: inline-block;
    margin: 0 0 2rem 3rem;
    color: #000d3b;
    text-decoration: underline;
    font-size: 1.4rem; }
    .page-sidebar .facetedSearch-refineFilters .inlineList + a:hover {
      color: #ae090e; }
  .page-sidebar .accordion--navList .facetedSearch-clearLink {
    display: none !important; }
  .page-sidebar .accordion--navList .accordion-navigation {
    margin: 0 !important;
    padding: 2.2rem 3rem 2rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 2.1rem;
    color: #ae090e;
    font-weight: bold;
    border: 0.15rem solid white;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem; }
    .page-sidebar .accordion--navList .accordion-navigation .accordion-title {
      font-size: 1.6rem;
      color: #ae090e;
      font-weight: bold; }
    .page-sidebar .accordion--navList .accordion-navigation:hover {
      border: 0.15rem solid #ae090e; }
      @media screen and (max-width: 1023px) {
        .page-sidebar .accordion--navList .accordion-navigation:hover {
          border-color: white; } }
  .page-sidebar .accordion--navList .accordion-navigation.is-open {
    -webkit-border-radius: 3rem 3rem 0 0;
    -moz-border-radius: 3rem 3rem 0 0;
    border-radius: 3rem 3rem 0 0; }
    .page-sidebar .accordion--navList .accordion-navigation.is-open:hover {
      border-color: white; }
  .page-sidebar .navList-action {
    font-size: 1.6rem;
    color: #000d3b;
    line-height: 2.1rem;
    font-weight: 800;
    text-transform: capitalize; }
    .page-sidebar .navList-action:hover {
      color: #ae090e; }
  .page-sidebar .accordion-block {
    background: white;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    margin-top: 0; }
  .page-sidebar .accordion-block + .accordion-block {
    margin-top: 2rem; }
    @media screen and (max-width: 767px) {
      .page-sidebar .accordion-block + .accordion-block {
        margin-top: 1rem; } }

.page-sidebar + .page-content {
  padding: 0 0 0 2rem;
  width: calc(100% - 32rem); }
  @media screen and (max-width: 1023px) {
    .page-sidebar + .page-content {
      width: 100%;
      padding-left: 0; } }

.form-inlineMessage {
  font-size: 1.3rem; }

.modal {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem; }
  .modal .facet-quick-heading {
    margin: 0 0 2rem;
    font-size: 2.6rem; }
  .modal .modal-close {
    color: #000d3b;
    right: 2rem;
    top: 2.5rem; }
    .modal .modal-close:hover {
      color: #ae090e; }
  .modal .navList.facetedSearch-optionColumns .navList-item {
    padding: .5rem 0; }
    .modal .navList.facetedSearch-optionColumns .navList-item .navList-action {
      color: #000d3b;
      font-size: 1.6rem;
      line-height: 1.8rem; }
      .modal .navList.facetedSearch-optionColumns .navList-item .navList-action:hover {
        color: #ae090e; }

.top-category-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1023px) {
    .top-category-filter {
      display: none; } }
  .top-category-filter .pagination-count {
    width: 50%;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #000d3b; }
    .top-category-filter .pagination-count .inner {
      background: white;
      display: inline-flex;
      padding: 1.5rem 2.2rem;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem; }
      .top-category-filter .pagination-count .inner strong {
        padding: 0 .5rem;
        font-weight: 700; }
  .top-category-filter .actionBar {
    width: 50%;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .top-category-filter .actionBar .form-field {
      margin: 0;
      width: 32rem;
      background: white;
      padding: 1rem 0 1rem 2.5rem;
      border: 0;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem; }

@media screen and (max-width: 767px) {
  .cat-discription {
    padding: 8rem 0; } }

.cat-discription .btn-container {
  text-align: center;
  margin-top: 3rem; }
  .cat-discription .btn-container .button {
    padding: 1.2rem 2rem; }
    .cat-discription .btn-container .button:focus:hover {
      background: white;
      color: #ae090e; }

.no-length .btn-container {
  display: none; }

.cat-des-row .category-desc {
  overflow: hidden;
  height: 16rem;
  position: relative; }
  .cat-des-row .category-desc:before {
    content: "";
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    height: 5.6rem;
    width: 100%;
    left: 0;
    z-index: 1;
    transform: rotate(-180deg); }
  .cat-des-row .category-desc a {
    color: #ae090e; }
    .cat-des-row .category-desc a:hover {
      text-decoration: underline; }
  .cat-des-row .category-desc ul {
    list-style-position: inside; }
  @media screen and (max-width: 767px) {
    .cat-des-row .category-desc p {
      margin-bottom: 2rem;
      line-height: 2.24rem; } }

.no-length .category-desc {
  height: auto; }

.cat-des-row .category-desc.moretext:before {
  display: none; }

.actionBar-section .form-field .form-label {
  width: 8.6rem;
  font-size: 1.6rem;
  font-weight: 700; }

.actionBar-section .form-field .select2-container--open + .select2-container--open {
  margin-top: 1rem; }

.actionBar-section .form-field .select2.select2-container {
  width: calc(100% - 8.6rem);
  border-left: 1px solid #FFF3E9;
  padding-left: 2.5rem; }
  .actionBar-section .form-field .select2.select2-container .select2-selection--single {
    font-size: 1.6rem; }
    .actionBar-section .form-field .select2.select2-container .select2-selection--single .select2-selection__arrow {
      right: 2rem; }
      @media screen and (max-width: 767px) {
        .actionBar-section .form-field .select2.select2-container .select2-selection--single .select2-selection__arrow {
          right: 1.5rem; } }

.accordion--navList .accordion-indicator {
  fill: none;
  stroke: #ae090e; }

.product-list-mobile-top-bar {
  display: none; }
  @media screen and (max-width: 1023px) {
    .product-list-mobile-top-bar {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 1023px) and (max-width: 767px) {
    .product-list-mobile-top-bar {
      margin-bottom: 1rem; } }
  .product-list-mobile-top-bar .mobile-filter-box {
    width: 50%;
    padding-right: .5rem; }
    .product-list-mobile-top-bar .mobile-filter-box .filter-by {
      width: 100%;
      background: white;
      padding: 1.5rem 2rem;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem;
      font-size: 1.2rem;
      font-weight: 700;
      color: #000d3b;
      text-transform: uppercase;
      position: relative;
      cursor: pointer;
      transition: all .5s ease-out; }
      .product-list-mobile-top-bar .mobile-filter-box .filter-by:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 5L1 1' stroke='%23000D3B' stroke-width='1.5' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
        background-position: right  center;
        background-size: 1.2rem .6rem;
        position: absolute;
        background-repeat: no-repeat;
        top: 2.2rem;
        right: 2rem;
        width: 1.2rem;
        height: .6rem;
        transition: all .2s ease-out; }
    .product-list-mobile-top-bar .mobile-filter-box .filter-by.active {
      background-color: #ae090e;
      color: white; }
      .product-list-mobile-top-bar .mobile-filter-box .filter-by.active:after {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 5L1 1' stroke='%23ffffff' stroke-width='1.5' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
        transform: rotate(180deg); }
  .product-list-mobile-top-bar .mobile-sort-box {
    width: 50%; }
    .product-list-mobile-top-bar .mobile-sort-box .actionBar {
      margin: 0;
      padding: 0 0 0 .5rem;
      width: 100%; }
      .product-list-mobile-top-bar .mobile-sort-box .actionBar .actionBar-section {
        float: none;
        width: 100%; }
      .product-list-mobile-top-bar .mobile-sort-box .actionBar .form-field {
        margin: 0;
        border: 0;
        padding: 0;
        width: 100%;
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        border-radius: 1.5rem; }
        .product-list-mobile-top-bar .mobile-sort-box .actionBar .form-field .form-label {
          display: none; }
        .product-list-mobile-top-bar .mobile-sort-box .actionBar .form-field .select2.select2-container {
          border: 0;
          padding-left: 2rem; }
          .product-list-mobile-top-bar .mobile-sort-box .actionBar .form-field .select2.select2-container .select2-selection--single {
            padding: 1.6rem 0;
            font-size: 1.2rem;
            font-weight: 700;
            text-transform: uppercase; }
            .product-list-mobile-top-bar .mobile-sort-box .actionBar .form-field .select2.select2-container .select2-selection--single .select2-selection__arrow b {
              background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6 5L1 1' stroke='%23000D3B' stroke-width='1.5' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A");
              background-position: right  center;
              background-size: 1.2rem .6rem;
              width: 1.2rem;
              height: .6rem; }

@media screen and (max-width: 1023px) {
  .facetedSearch-toggle {
    display: none; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-navList {
    display: block; } }

@media screen and (max-width: 1023px) {
  .accordion-navigation {
    border: 0px;
    padding: 0px; } }

@media screen and (max-width: 1023px) {
  .accordion {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; } }

@media screen and (max-width: 1023px) {
  .accordion--navList .accordion-title {
    padding: 0px; } }

@media screen and (max-width: 1023px) {
  .accordion--navList .accordion-content {
    padding: 0px; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-refineFilters {
    display: block; } }

.facetedSearch-refineFilters p {
  margin-bottom: 0;
  font-size: 13px; }

.cat-need-help-banner {
  padding-top: .5rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .cat-need-help-banner {
      padding-top: 0;
      position: relative;
      margin-top: -.5rem; } }
  .cat-need-help-banner .content {
    background: white;
    padding: 3rem 3rem 4rem;
    text-align: center;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem; }
    .cat-need-help-banner .content h4 {
      color: #ae090e;
      padding: 0 0 2.5rem;
      margin: 0 0 2rem;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 2.7rem;
      position: relative;
      font-family: "Foco", arial, sans-serif; }
      .cat-need-help-banner .content h4:after {
        content: "";
        background: #ae090e;
        height: .15rem;
        width: 100%;
        max-width: 4rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .cat-need-help-banner .content .btn .button {
      width: 100%;
      padding: 1rem 3rem; }
    .cat-need-help-banner .content p {
      font-size: 1.5rem;
      line-height: 2.1rem;
      color: #000d3b;
      font-weight: normal;
      margin-bottom: 3rem; }
      .cat-need-help-banner .content p .navPages-action {
        padding: 0;
        margin: 0;
        font-size: 1.5rem;
        color: #000d3b; }
        .cat-need-help-banner .content p .navPages-action:hover {
          color: #ae090e; }

@media screen and (max-width: 767px) {
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 1rem; } }

.facetedSearch-navList.is-open .accordion--navList,
.facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
  border-radius: 3rem 3rem 0 0; }

.accordion-title {
  font-family: "Foco", arial, sans-serif;
  font-weight: bold; }

.page-sidebar .blocker {
  background: none !important; }

.icon--ratingFull svg {
  fill: #f08900 !important; }

.icon--ratingEmpty svg {
  fill: #fff !important;
  stroke: #f08900 !important; }

@media screen and (max-width: 1023px) {
  .page-heading.no-sub {
    margin-bottom: 2rem; } }

.type-product .h-need-help {
  border-top: 0px; }

.type-product ol.breadcrumbs {
  text-align: left;
  margin: 1rem 0;
  padding: 1rem 0; }
  @media screen and (max-width: 767px) {
    .type-product ol.breadcrumbs {
      padding-left: 1rem; } }

.related-product {
  background: url(../img/dh-custom/blue-top-bg.svg) repeat-x top center;
  position: relative;
  clear: both; }
  .related-product:after {
    content: "";
    background: url(../img/dh-custom/blue-bottom-bg.svg) repeat-x top center;
    height: 4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .related-product .inner-product {
    background: #e0e3fe;
    background: linear-gradient(180deg, #e0e3fe 0%, #e0effe 100%); }
    @media screen and (max-width: 1023px) {
      .related-product .inner-product {
        overflow: hidden; } }
    @media screen and (max-width: 767px) {
      .related-product .inner-product {
        padding: 1rem 0; } }
    @media screen and (max-width: 767px) {
      .related-product .inner-product h3 {
        max-width: 28rem;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 1023px) {
      .related-product .inner-product .container {
        padding: 0; } }
    .related-product .inner-product .slick-prev,
    .related-product .inner-product .slick-next {
      box-shadow: 0px 10px 20px #DAE0FF; }
      .related-product .inner-product .slick-prev:hover,
      .related-product .inner-product .slick-next:hover {
        background-color: #0061bd; }

.productView-description {
  padding: 0 0 4rem;
  float: none; }
  @media screen and (max-width: 767px) {
    .productView-description {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .productView-description .productView-description h4 {
    font-size: 2.4rem; }
  @media screen and (max-width: 767px) {
    .productView-description .productView-description {
      padding-left: 0;
      padding-right: 0; } }
  .productView-description .productView-description .product-features {
    display: none !important; }
  .productView-description .productView-title {
    border: 0;
    padding: 0;
    margin: 0 0 1.5rem;
    font-size: 3.2rem;
    line-height: 3.6rem;
    color: #000d3b;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .productView-description .productView-title {
        font-size: 2.4rem;
        line-height: 2.7rem;
        text-align: left; } }
  @media screen and (max-width: 767px) {
    .productView-description h4 {
      font-size: 1.8rem;
      font-weight: bold; } }
  .productView-description ul {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem; }
    .productView-description ul li {
      position: relative;
      margin: .8rem 0;
      padding-left: 2rem; }
      .productView-description ul li:before {
        content: "";
        background: #ae090e;
        width: .4rem;
        height: .4rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 1rem; }
  .productView-description p strong {
    color: #000d3b; }
  .productView-description a {
    color: #ae090e; }
    .productView-description a:hover {
      text-decoration: underline; }

.pro-top-panel {
  padding-bottom: 4rem;
  background: url(../img/dh-custom/product-bottom-bg.svg) repeat-x bottom center;
  margin-bottom: 6rem; }
  @media screen and (max-width: 767px) {
    .pro-top-panel {
      background: white;
      margin-bottom: 4rem;
      padding-bottom: 0; } }
  .pro-top-panel .pro-inner {
    background: linear-gradient(180deg, #FFEBE7 0%, #FFF3E7 100%), #FFF3E7; }

.pro-des-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .pro-des-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .pro-des-row article.productView-description {
    width: calc(100% - 44.7rem);
    padding-right: 8rem; }
    @media screen and (max-width: 1023px) {
      .pro-des-row article.productView-description {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .pro-des-row article.productView-description {
        padding-right: 1rem; } }
  .pro-des-row .right-panel {
    width: 44.7rem; }
    @media screen and (max-width: 1023px) {
      .pro-des-row .right-panel {
        width: 100%;
        padding-bottom: 7rem; } }
    @media screen and (max-width: 767px) {
      .pro-des-row .right-panel {
        padding-bottom: 4rem;
        padding-left: 1rem;
        padding-right: 1rem; } }
    .pro-des-row .right-panel .specification-row + .specification-row {
      margin-top: 1rem; }
    .pro-des-row .right-panel .specification-row {
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem;
      border: 0.1rem solid #c2c5d0; }
      .pro-des-row .right-panel .specification-row h3.title {
        margin: 0;
        padding: 2rem 3rem;
        font-size: 2rem;
        line-height: 2.5rem;
        color: #ae090e;
        font-weight: 700;
        position: relative;
        cursor: pointer; }
        .pro-des-row .right-panel .specification-row h3.title:after {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7H14' stroke='%23AE090E' stroke-width='2.5'/%3E%3Cpath d='M7 14L7 0' stroke='%23AE090E' stroke-width='2.5'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          width: 1.4rem;
          height: 1.4rem;
          background-position: center;
          background-size: 1.4rem 1.4rem;
          position: absolute;
          right: 2.8rem;
          top: 2.3rem; }
          @media screen and (max-width: 767px) {
            .pro-des-row .right-panel .specification-row h3.title:after {
              top: 2.1rem; } }
        @media screen and (max-width: 767px) {
          .pro-des-row .right-panel .specification-row h3.title {
            font-size: 1.6rem;
            line-height: 1.8rem; } }
        .pro-des-row .right-panel .specification-row h3.title:hover:before {
          content: "";
          border: 0.15rem solid #ae090e;
          position: absolute;
          top: 0;
          bottom: 0;
          min-height: 100%;
          min-width: 100%;
          left: 0;
          margin: -.1rem;
          width: calc(100% + .2rem);
          height: calc(100% + .2rem);
          -webkit-border-radius: 1.5rem;
          -moz-border-radius: 1.5rem;
          border-radius: 1.5rem; }
      .pro-des-row .right-panel .specification-row h3.title.is-active {
        color: #000d3b; }
        .pro-des-row .right-panel .specification-row h3.title.is-active:after {
          background-image: url("data:image/svg+xml,%3Csvg width='14' height='4' viewBox='0 0 14 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2H14' stroke='%23000D3B' stroke-width='2.5'/%3E%3C/svg%3E%0A");
          width: 1.4rem;
          height: .4rem;
          background-size: 1.4rem .4rem;
          top: 3rem; }
        .pro-des-row .right-panel .specification-row h3.title.is-active:before {
          display: none; }
      .pro-des-row .right-panel .specification-row .content {
        padding: 1.2rem 3rem;
        border-top: 0.1rem solid #c2c5d0;
        display: none; }
        .pro-des-row .right-panel .specification-row .content .product-brand-wrapper {
          display: none !important; }
          .pro-des-row .right-panel .specification-row .content .product-brand-wrapper:nth-child(1) {
            display: flex !important;
            align-items: center !important; }
        .pro-des-row .right-panel .specification-row .content h5 {
          text-transform: none;
          font-size: 1.8rem;
          line-height: 2.1rem;
          color: #000d3b;
          font-weight: bold;
          margin-bottom: 2rem; }
        .pro-des-row .right-panel .specification-row .content ul {
          list-style: none;
          padding: 0;
          margin-left: 0; }
          .pro-des-row .right-panel .specification-row .content ul li {
            position: relative;
            margin: .8rem 0;
            padding-left: 2rem; }
            .pro-des-row .right-panel .specification-row .content ul li:before {
              content: "";
              background: #ae090e;
              width: .4rem;
              height: .4rem;
              border-radius: 50%;
              position: absolute;
              left: 0;
              top: 1rem; }
        .pro-des-row .right-panel .specification-row .content p:last-child {
          padding-bottom: 2rem; }
        .pro-des-row .right-panel .specification-row .content .download-link {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          padding: 1rem 0; }
          .pro-des-row .right-panel .specification-row .content .download-link a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: flex-start;
            -moz-box-align: flex-start;
            -ms-flex-align: flex-start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            font-size: 1.8rem;
            line-height: 3.2rem;
            color: #000d3b; }
            .pro-des-row .right-panel .specification-row .content .download-link a .img {
              width: 3.2rem;
              height: 3.2rem;
              margin-right: 1.5rem; }
              .pro-des-row .right-panel .specification-row .content .download-link a .img svg {
                width: 3.2rem;
                height: 3.2rem;
                fill: none; }
            .pro-des-row .right-panel .specification-row .content .download-link a:hover {
              color: #ae090e; }
        .pro-des-row .right-panel .specification-row .content .row + .row {
          border-top: 0.05rem solid #c2c5d0; }
        .pro-des-row .right-panel .specification-row .content .row {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          padding: 1.6rem 0; }
          .pro-des-row .right-panel .specification-row .content .row .productView-info-name {
            padding: 0;
            margin: 0;
            width: 18rem;
            font-size: 1.6rem;
            color: #000d3b;
            font-weight: bold;
            line-height: 2.2rem;
            padding-right: 1rem;
            font-family: "Foco", arial, sans-serif;
            text-transform: capitalize;
            margin-bottom: -6px; }
          .pro-des-row .right-panel .specification-row .content .row .productView-info-value {
            margin: 0;
            padding: 0;
            font-size: 1.6rem;
            color: #000d3b;
            line-height: 2.2rem;
            font-weight: 400;
            font-family: "Foco", arial, sans-serif;
            text-transform: capitalize;
            width: calc(100% - 18rem); }

.productView {
  margin: 0;
  padding: 0 0 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row; }
  @media screen and (max-width: 1023px) {
    .productView {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .productView {
      padding-bottom: 0;
      max-width: 95%;
      margin: 0 auto; } }
  .productView .productView-images {
    width: calc(100% - 64rem);
    padding: 0 4rem 0 0; }
    @media screen and (max-width: 1439px) {
      .productView .productView-images {
        width: calc(100% - 54rem); } }
    @media screen and (max-width: 1023px) {
      .productView .productView-images {
        width: 100%;
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .productView .productView-images .socialLinks {
        display: none; } }
    .productView .productView-images .productView-image {
      background: white;
      -webkit-border-radius: 3rem;
      -moz-border-radius: 3rem;
      border-radius: 3rem; }
      @media screen and (max-width: 767px) {
        .productView .productView-images .productView-image {
          padding: 10px 0px; } }
  .productView .pro-imgright {
    width: 64rem;
    background: white;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    padding: 23px 36px 20px 36px; }
    @media screen and (max-width: 1439px) {
      .productView .pro-imgright {
        width: 54rem;
        padding: 3rem; }
        .productView .pro-imgright .pro-selling-row ul {
          margin: 0 -0.4rem; }
          .productView .pro-imgright .pro-selling-row ul li {
            padding: 0 0.4rem; } }
    @media screen and (max-width: 1023px) {
      .productView .pro-imgright {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .productView .pro-imgright {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 23px 18px; } }
    @media screen and (max-width: 666px) {
      .productView .pro-imgright .pro-selling-row ul {
        margin: 0 -0.2rem; }
        .productView .pro-imgright .pro-selling-row ul li {
          padding: 0 0.2rem; } }
    .productView .pro-imgright .productView-details {
      float: none;
      width: 100%;
      padding: 0; }

.productView-title {
  font-size: 3.2rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #000d3b;
  text-transform: capitalize;
  margin: 0 0 1rem; }
  @media screen and (max-width: 767px) {
    .productView-title {
      font-size: 2.4rem;
      line-height: 2.7rem;
      text-align: center;
      padding: 0 1rem; } }

.review-top-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: .5rem; }
  @media screen and (max-width: 767px) {
    .review-top-row {
      -webkit-justify-content: center;
      justify-content: center; } }
  .review-top-row .stamped-badge-caption[data-reviews][data-label][data-version="2"] > span {
    display: none !important; }
  .review-top-row .stamped-product-reviews-badge {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: right; }
    .review-top-row .stamped-product-reviews-badge .stamped-badge {
      margin-right: 0;
      float: left; }
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption > span {
        display: none !important; }
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption[data-reviews][data-label][data-version="2"]::after {
        content: " Review)" !important; }
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption {
        font-size: 15px;
        font-family: "Foco", arial, sans-serif;
        font-weight: 700;
        color: #000d3b;
        top: -.1rem;
        position: relative; }
        .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption > span {
          display: none !important;
          font-size: 0; }
        .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:before {
          content: "("; }
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption[data-reviews="0"]:before {
        content: "(0"; }
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-badge[data-rating="0"],
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-badge[data-rating="0,0"],
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-badge[data-rating="0.0"] {
        display: block; }
      .review-top-row .stamped-product-reviews-badge .stamped-badge .fa-star-half-o::before,
      .review-top-row .stamped-product-reviews-badge .stamped-badge .fa-star-o::before,
      .review-top-row .stamped-product-reviews-badge .stamped-badge .fa-star::before,
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-fa-star-half-o::before,
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-fa-star-o::before,
      .review-top-row .stamped-product-reviews-badge .stamped-badge .stamped-fa-star::before {
        font-size: 1.4rem; }
  .review-top-row .productView-brand {
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 2.1rem;
    width: calc(100% - 15rem); }
    @media screen and (max-width: 767px) {
      .review-top-row .productView-brand {
        width: 100%;
        text-align: center; } }
    .review-top-row .productView-brand a {
      color: #4b5062; }
      .review-top-row .productView-brand a:hover {
        color: #ae090e; }

.productView-options .add-to-cart-buttons {
  padding: 0;
  margin: 0;
  width: 100%; }
  .productView-options .add-to-cart-buttons .button {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-transform: none; }
    .productView-options .add-to-cart-buttons .button svg {
      fill: white;
      stroke: white;
      width: 1.8rem;
      height: 1.9rem;
      margin-right: 1rem; }
    .productView-options .add-to-cart-buttons .button:hover {
      background: #000d3b;
      border-color: #000d3b;
      color: white; }

.short-des-row {
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding: 2.5rem 0;
  border-top: .1rem solid #DFE2ED;
  border-bottom: .1rem solid #DFE2ED;
  margin-top: 2.5rem;
  font-family: "Foco", arial, sans-serif;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    .short-des-row {
      margin-bottom: 2.5rem; } }
  .short-des-row .read-more {
    font-weight: bold;
    color: #000d3b;
    text-decoration: underline;
    font-family: "Foco", arial, sans-serif;
    font-size: 1.4rem;
    margin-left: .5rem; }
    .short-des-row .read-more:hover {
      color: #ae090e; }

.pro-price-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .pro-price-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; } }
  .pro-price-row .productView-price {
    width: calc(100% - 20rem);
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .pro-price-row .productView-price {
        width: 100%;
        text-align: left;
        padding-bottom: 1.5rem;
        font-size: 1.8rem;
        line-height: 2.4rem;
        -webkit-justify-content: start;
        justify-content: start; } }
  .pro-price-row .pro-sku {
    width: 20rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .pro-price-row .pro-sku {
        width: 100%;
        -webkit-justify-content: start;
        justify-content: start; } }
    .pro-price-row .pro-sku .productView-info-name {
      padding: 0;
      margin: 0;
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #000d3b;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Foco", arial, sans-serif; }
      @media screen and (max-width: 767px) {
        .pro-price-row .pro-sku .productView-info-name {
          font-size: 1.2rem;
          line-height: 1.8rem; } }
    .pro-price-row .pro-sku .productView-info-value {
      padding: 0 0 0 .5rem;
      margin: 0;
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #000d3b;
      font-weight: 400;
      text-transform: uppercase;
      font-family: "Foco", arial, sans-serif;
      position: relative;
      top: -.1rem; }
      @media screen and (max-width: 767px) {
        .pro-price-row .pro-sku .productView-info-value {
          font-size: 1.2rem;
          line-height: 1.8rem;
          top: 0; } }

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

@media screen and (max-width: 767px) {
  .productView-options {
    text-align: left; } }

.productView-options .form-field {
  margin-bottom: 2.5rem; }
  .productView-options .form-field:first-child {
    margin-top: 1rem; }
  .productView-options .form-field .form-label small {
    display: none; }

.form-field.form-field--increments .form-label {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .form-field.form-field--increments .form-label {
      margin-right: 0rem; } }

.form-increment {
  width: 18rem;
  border: 0.15rem solid #c2c5d0;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .form-increment {
      width: 14rem; } }
  .form-increment .button {
    border: 0;
    background: none;
    padding: 0; }
    .form-increment .button .icon {
      width: 1.2rem;
      height: 1.2rem; }
    .form-increment .button svg {
      fill: none;
      stroke: #4b5062;
      position: relative;
      top: -.2rem; }
    .form-increment .button:hover svg {
      stroke: #ae090e; }
  .form-increment .form-input {
    border: 0;
    width: 10rem;
    padding: 1.3rem 1rem;
    font-size: 1.6rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .form-increment .form-input {
        width: 6rem; } }
    .form-increment .form-input + .button svg {
      stroke: #000d3b; }
    .form-increment .form-input + .button:hover svg {
      stroke: #ae090e; }

.pro-selling-row {
  padding-top: 0rem; }
  .pro-selling-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    margin: 0 -1rem; }
    @media screen and (max-width: 666px) {
      .pro-selling-row ul {
        margin: 0 -0.25rem; } }
    .pro-selling-row ul li {
      padding: 0 1rem;
      text-align: center;
      font-size: 1.4rem;
      line-height: 1.8rem;
      width: 33.33%; }
      @media screen and (max-width: 767px) {
        .pro-selling-row ul li {
          font-size: 1.2rem;
          padding: 0 .5rem; } }
      @media screen and (max-width: 666px) {
        .pro-selling-row ul li {
          padding: 0 0.25rem; } }
      @media screen and (max-width: 767px) {
        .pro-selling-row ul li:nth-child(2) .text {
          max-width: 11rem;
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        .pro-selling-row ul li:nth-child(2) .text br {
          display: none; } }
      .pro-selling-row ul li a {
        color: black;
        background: #e5f2fe;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 12px;
        padding: 0.9rem 0.8rem; }
        @media screen and (max-width: 666px) {
          .pro-selling-row ul li a {
            padding: 0.7rem 0.4rem; } }
        .pro-selling-row ul li a svg {
          width: 3.6rem;
          height: 3.6rem;
          fill: none;
          stroke: none;
          vertical-align: bottom; }
          @media screen and (max-width: 666px) {
            .pro-selling-row ul li a svg {
              width: 2.8rem;
              height: 2.8rem; } }
        .pro-selling-row ul li a:hover {
          color: #ae090e; }
      .pro-selling-row ul li .text {
        font-size: 1.3rem;
        line-height: 1.8rem;
        font-weight: 600;
        color: #007EF4;
        text-align: left;
        text-decoration: underline;
        padding-left: 0.6rem; }
        @media screen and (max-width: 666px) {
          .pro-selling-row ul li .text {
            font-size: 0.9rem;
            line-height: 1.3rem; } }

@media screen and (max-width: 767px) {
  .usp-block {
    max-width: 92%; } }

.usp-block .modal-close {
  top: 1.1rem;
  right: 0.9rem; }

.usp-content.modal-content {
  padding: 4rem; }
  @media screen and (max-width: 767px) {
    .usp-content.modal-content {
      padding: 3rem 2.8rem; } }
  .usp-content.modal-content .btn {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    color: #007EF4;
    text-decoration: underline;
    text-transform: uppercase; }

.popup-box-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2rem; }
  .popup-box-icon svg {
    width: 4.5rem;
    height: 4.5rem;
    fill: none;
    stroke: none;
    vertical-align: bottom; }
  .popup-box-icon .text {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 600;
    color: #000D3B;
    text-align: left;
    padding-left: 1rem; }

.popup-box-subtitle {
  color: #626674;
  margin-bottom: 1rem; }

.price-label {
  display: none !important; }

.productView-price {
  font-size: 2.4rem;
  color: #000d3b;
  line-height: 2.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .productView-price .price-section {
    display: inline-block; }
  .productView-price .red-text,
  .productView-price .b-red-text {
    color: #ae090e;
    order: -1;
    margin-right: 1rem; }
  .productView-price .price-section--saving {
    display: block;
    color: #374c24;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6rem;
    font-style: italic;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .productView-price .price-section--saving {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-top: .6rem; } }

.productView-img-container {
  max-width: 66rem;
  height: 66rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 1279px) {
    .productView-img-container {
      max-width: 100%;
      height: 46rem; } }
  @media screen and (max-width: 767px) {
    .productView-img-container {
      height: 87.923vw;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding-left: 1rem;
      padding-right: 1rem; } }
  .productView-img-container img {
    max-width: 56rem;
    max-height: 56rem; }
    @media screen and (max-width: 1279px) {
      .productView-img-container img {
        max-width: 42rem;
        height: 42rem; } }
    @media screen and (max-width: 767px) {
      .productView-img-container img {
        height: 87.923vw;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-border-radius: 3rem;
        -moz-border-radius: 3rem;
        border-radius: 3rem; } }
  .productView-img-container .slick-list {
    min-width: 100%; }
  .productView-img-container .video-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5rem;
    height: 5.6rem;
    z-index: 9; }
    .productView-img-container .video-btn svg {
      fill: white;
      width: 5rem;
      height: 5.6rem; }
    .productView-img-container .video-btn:hover svg {
      fill: #ae090e; }
  .productView-img-container .video-btn + img {
    width: 100%;
    max-width: 56rem;
    max-height: 56rem; }
    @media screen and (max-width: 1279px) {
      .productView-img-container .video-btn + img {
        max-width: 44rem;
        max-height: 44rem; } }
    @media screen and (max-width: 767px) {
      .productView-img-container .video-btn + img {
        max-width: 100%;
        max-height: 87.923vw; } }
  .productView-img-container .slick-track {
    display: flex;
    align-items: center; }
    .productView-img-container .slick-track .slick-slide {
      float: none;
      height: 56rem;
      position: relative;
      display: flex;
      align-items: center;
      padding: 0; }
      @media screen and (max-width: 1279px) {
        .productView-img-container .slick-track .slick-slide {
          height: 44rem; } }
      @media screen and (max-width: 1023px) {
        .productView-img-container .slick-track .slick-slide {
          height: 46rem; } }
      @media screen and (max-width: 767px) {
        .productView-img-container .slick-track .slick-slide {
          height: 87.923vw; } }
      .productView-img-container .slick-track .slick-slide img {
        position: inherit;
        padding: 0; }

.light--box {
  float: right;
  position: relative;
  z-index: 999;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 2px 8px;
  background: #747070;
  color: #fff; }

.productView-image + .productView-thumbnails {
  margin-top: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .productView-image + .productView-thumbnails {
      display: none; } }
  .productView-image + .productView-thumbnails.more-image {
    content: ""; }
    .productView-image + .productView-thumbnails.more-image .slick-list {
      min-width: inherit; }
    .productView-image + .productView-thumbnails.more-image .slick-track {
      min-width: inherit;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      .productView-image + .productView-thumbnails.more-image .slick-track .productView-thumbnail {
        width: auto; }
  .productView-image + .productView-thumbnails .slick-list {
    min-width: 100%; }
  .productView-image + .productView-thumbnails .slick-track {
    min-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    .productView-image + .productView-thumbnails .slick-track .productView-thumbnail {
      width: 20% !important;
      /* @include mobile {
        width: auto !important;
        padding: 0 0.3rem !important;
      } */ }

@media screen and (max-width: 767px) {
  .productView-thumbnails {
    display: none; } }

.productView-thumbnails .slick-list {
  margin-left: 2rem;
  margin-right: 2rem; }
  @media screen and (max-width: 1279px) {
    .productView-thumbnails .slick-list {
      margin-left: 2rem;
      margin-right: 2rem; } }

.productView-thumbnails .slick-prev {
  left: 15px; }

.productView-thumbnails .slick-next {
  right: 15px; }

.productView-thumbnails .slick-next,
.productView-thumbnails .slick-prev {
  width: 36px;
  height: 36px;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .productView-thumbnails .slick-next,
    .productView-thumbnails .slick-prev {
      width: 26px;
      height: 26px; } }

.productView-thumbnails .slick-disabled {
  opacity: 1; }

.productView-thumbnails .productView-thumbnail {
  padding: 0 1rem; }

.productView-thumbnails .productView-thumbnail-link {
  padding: 0;
  height: 12rem;
  max-width: 15rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  border: .2rem solid transparent; }
  @media screen and (max-width: 767px) {
    .productView-thumbnails .productView-thumbnail-link {
      height: 62px !important;
      width: 62px !important; } }
  @media screen and (max-width: 376px) {
    .productView-thumbnails .productView-thumbnail-link {
      height: 52px !important;
      width: 62px !important;
      max-width: 5rem !important; } }
  .productView-thumbnails .productView-thumbnail-link .video-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.6rem;
    height: 1.8rem;
    z-index: 1; }
    .productView-thumbnails .productView-thumbnail-link .video-btn svg {
      width: 1.6rem;
      height: 1.8rem;
      fill: white; }
  .productView-thumbnails .productView-thumbnail-link img {
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    object-fit: cover; }
  .productView-thumbnails .productView-thumbnail-link:hover .video-btn svg {
    fill: white; }
  @media screen and (max-width: 1024px) {
    .productView-thumbnails .productView-thumbnail-link {
      height: 7rem;
      max-width: 10rem; } }
  @media screen and (max-width: 991px) {
    .productView-thumbnails .productView-thumbnail-link {
      height: 10rem; } }
  @media screen and (max-width: 767px) {
    .productView-thumbnails .productView-thumbnail-link {
      height: 5rem; } }

.productView-thumbnails .productView-thumbnail-link.video-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(174, 9, 14, 0.5);
  z-index: 1;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem; }

.productView-thumbnails .productView-thumbnail-link.video-link:hover:before {
  background: rgba(174, 9, 14, 0.7); }

.productView-thumbnails .slick-current .productView-thumbnail-link {
  border: 0.2rem solid #ae090e; }

.productView .socialLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 3.5rem; }
  .productView .socialLinks:after, .productView .socialLinks:before {
    display: none; }
  .productView .socialLinks li {
    font-size: 1.2rem;
    font-family: "Foco", arial, sans-serif;
    font-weight: 700;
    color: #000d3b;
    margin: 0;
    padding: 0 .5rem;
    width: auto; }
    .productView .socialLinks li .socialLinks__link {
      width: 3.6rem;
      height: 3.6rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #ffe5d0;
      padding: 1rem; }
      .productView .socialLinks li .socialLinks__link svg {
        fill: #000d3b; }
      .productView .socialLinks li .socialLinks__link .aria-description--hidden {
        display: none; }
      .productView .socialLinks li .socialLinks__link:hover {
        background: #258EEF; }
        .productView .socialLinks li .socialLinks__link:hover svg {
          fill: white; }
  .productView .socialLinks .text {
    padding-right: 1.5rem;
    order: 1; }
  .productView .socialLinks .socialLinks-item--facebook {
    order: 2; }
  .productView .socialLinks .socialLinks-item--twitter {
    order: 3; }
  .productView .socialLinks .socialLinks-item--pinterest {
    order: 4; }
  .productView .socialLinks .socialLinks-item--email {
    order: 5; }
  .productView .socialLinks .socialLinks-item--print {
    order: 6;
    position: relative; }
    .productView .socialLinks .socialLinks-item--print .socialLinks__link {
      width: auto;
      min-width: 3.6rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-border-radius: 5rem;
      -moz-border-radius: 5rem;
      border-radius: 5rem;
      -webkit-justify-content: center;
      justify-content: center;
      max-width: 12.5rem;
      padding-right: 1.5rem; }
      .productView .socialLinks .socialLinks-item--print .socialLinks__link:after {
        content: "Print This Page";
        display: inline-block;
        background: none;
        height: auto;
        width: auto;
        padding: 0;
        margin: 0;
        position: inherit;
        color: #000d3b;
        top: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 1.1rem;
        font-weight: 400;
        padding-left: .7rem;
        cursor: pointer; }
      .productView .socialLinks .socialLinks-item--print .socialLinks__link:hover:after {
        color: white; }

.availability-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1rem; }
  .availability-row .productView-info-name {
    display: none; }
  .availability-row .productView-info-value {
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    padding: .5rem 2rem .5rem 1.2rem;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #374c24;
    font-family: "Foco", arial, sans-serif;
    text-transform: capitalize;
    line-height: 29px;
    border: 1px solid #374C24; }
    @media screen and (max-width: 767px) {
      .availability-row .productView-info-value {
        padding: 0.2rem 2rem 0.2rem 0.5rem !important;
        font-size: 12px !important; } }
    @media screen and (max-width: 376px) {
      .availability-row .productView-info-value {
        font-size: 10px !important; } }
    .availability-row .productView-info-value svg {
      fill: none;
      width: 24px;
      height: 25px;
      margin-right: 1rem; }
      @media screen and (max-width: 767px) {
        .availability-row .productView-info-value svg {
          width: 21px;
          height: 22px; } }

.pro-shipping-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px; }
  .pro-shipping-row .productView-info-name {
    display: none; }
  .pro-shipping-row .productView-info-value {
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    padding: 0.7rem 2rem .7rem 1.2rem;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ae090e;
    font-family: "Foco", arial, sans-serif;
    text-transform: capitalize;
    border: 1px solid #AE090E;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    line-height: 1.4rem; }
    @media screen and (max-width: 767px) {
      .pro-shipping-row .productView-info-value {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 12px !important; } }
    @media screen and (max-width: 376px) {
      .pro-shipping-row .productView-info-value {
        font-size: 10px !important; } }
    .pro-shipping-row .productView-info-value svg {
      fill: none;
      width: 24px;
      height: 24px;
      margin-right: 1rem; }
      @media screen and (max-width: 767px) {
        .pro-shipping-row .productView-info-value svg {
          width: 20px;
          height: 19px; } }
    .pro-shipping-row .productView-info-value div {
      width: calc(100% - 2.9rem);
      line-height: 1.4rem; }
    .pro-shipping-row .productView-info-value a {
      font-weight: 400;
      color: #ae090e;
      text-decoration: underline;
      margin-left: 1rem; }
      .pro-shipping-row .productView-info-value a:hover {
        color: #000d3b; }

.productView-info .pro-shipping-row .productView-info-value {
  flex-wrap: nowrap; }

.productView-image .badge-name.Residential,
.productView-image .badge-name.Commercial,
.productView-image .badge-name.Made.in.USA {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  font-size: 1.2rem;
  font-family: "Foco Trial", arial, sans-serif;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
  padding: .6rem 1.4rem;
  display: inline-flex;
  text-transform: uppercase;
  z-index: 5;
  line-height: 1.6rem;
  border: 0; }
  @media screen and (max-width: 767px) {
    .productView-image .badge-name.Residential,
    .productView-image .badge-name.Commercial,
    .productView-image .badge-name.Made.in.USA {
      left: 1rem;
      top: 0;
      font-size: 1rem;
      padding: .3rem 1rem; } }

.productView-image .badge-name.Residential {
  background: #E0EFFD;
  color: #0C46B4; }

.productView-image .badge-name.Commercial {
  color: #374c24;
  background: #E4F2E6; }

.productView-image .badge-name.Made.in.USA {
  background: #fcd2a3;
  color: #d75d04; }

.productView-image .badge-name.Residential + .badge-name.Made.in.USA,
.productView-image .badge-name.Commercial + .badge-name.Made.in.USA {
  top: 6rem; }
  @media screen and (max-width: 767px) {
    .productView-image .badge-name.Residential + .badge-name.Made.in.USA,
    .productView-image .badge-name.Commercial + .badge-name.Made.in.USA {
      top: 2.5rem; } }

.important {
  font-size: 1.6rem;
  font-weight: bold; }

.non-sale-price--withoutTax {
  display: none !important; }

.productView-options .form-input--small {
  height: auto; }

.productView-options .form-field.form-field--increments {
  margin: 0; }

.productView-options .form-field .form-checkbox + .form-label {
  padding-left: 3.8rem; }
  .productView-options .form-field .form-checkbox + .form-label:before {
    background: rgba(0, 13, 59, 0.08);
    top: 0; }
  .productView-options .form-field .form-checkbox + .form-label:after {
    top: 0; }

.productView-options .form-field .form-checkbox:checked + .form-label:before {
  background: #ae090e; }

.productView-options [data-product-attribute="input-checkbox"] .form-label {
  display: none; }

.productView-options [data-product-attribute="input-checkbox"] .form-option-wrapper .form-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none !important;
  box-shadow: none !important; }

.qty-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 4rem 0 3.5rem; }
  .qty-row .price-section {
    font-size: 2.4rem;
    color: #000d3b;
    font-weight: 700; }

.pro-m-social {
  display: none; }
  @media screen and (max-width: 767px) {
    .pro-m-social {
      display: block;
      min-width: 100%;
      width: auto;
      margin: 0 -1rem;
      position: relative;
      padding-bottom: 4rem;
      z-index: 1; }
      .pro-m-social:after {
        content: "";
        background: url(../img/dh-custom/social-bottom.svg) repeat-x top center white;
        height: 4rem;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
      .pro-m-social ul {
        background: linear-gradient(180deg, #fff0e7 0%, #fff3e8 100%);
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 2rem 0 0; }
        .pro-m-social ul .text {
          width: 100%;
          text-align: center;
          font-weight: bold; } }

.m-review-content {
  display: none; }
  @media screen and (max-width: 767px) {
    .m-review-content {
      text-align: center; } }
  .m-review-content .stamped-product-reviews-badge {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center; }
    .m-review-content .stamped-product-reviews-badge .stamped-badge {
      margin-right: 0;
      float: right; }
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption > span {
        display: none !important; }
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption[data-reviews][data-label][data-version="2"]::after {
        content: ")" !important; }
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption {
        font-size: 1.2rem;
        font-family: "Foco", arial, sans-serif;
        font-weight: 700;
        color: #000d3b;
        top: -.1rem;
        position: relative; }
        .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption > span {
          display: none !important;
          font-size: 0; }
        .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:before {
          content: "("; }
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption[data-reviews="0"]:before {
        content: "(0"; }
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-badge[data-rating="0"],
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-badge[data-rating="0,0"],
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-badge[data-rating="0.0"] {
        display: block; }
      .m-review-content .stamped-product-reviews-badge .stamped-badge .fa-star-half-o::before,
      .m-review-content .stamped-product-reviews-badge .stamped-badge .fa-star-o::before,
      .m-review-content .stamped-product-reviews-badge .stamped-badge .fa-star::before,
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-fa-star-half-o::before,
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-fa-star-o::before,
      .m-review-content .stamped-product-reviews-badge .stamped-badge .stamped-fa-star::before {
        font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .type-product .h-shop-product-row .h-inner h3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem; } }

.productView-options .form-field > .form-radio + .form-label {
  font-size: 1.4rem;
  line-height: 2.8rem;
  padding-left: 3.8rem;
  outline: none !important;
  box-shadow: none !important; }
  .productView-options .form-field > .form-radio + .form-label:before {
    width: 1.8rem;
    height: 1.8rem; }
  .productView-options .form-field > .form-radio + .form-label:after {
    width: 1.8rem;
    height: 1.8rem;
    border: 0.2rem solid #ae090e;
    background: white; }

.sqftCalc {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  width: 100%;
  max-width: 35rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.sqftCalc h4 {
  background: #000d3b;
  color: white;
  font-size: 2rem;
  padding: 2rem;
  margin: 0; }

.sqftCalcBody {
  padding: 1.5rem 2rem; }
  .sqftCalcBody p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2rem; }

.sqftCalcBody label {
  color: #000d3b;
  font-weight: bold;
  font-size: 1.2rem; }

.sqftCalc input {
  display: inline-block;
  width: calc(100% - 3rem);
  margin: .5rem 1rem 1.5rem 0; }

.sqftCalc .button {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  outline: none;
  margin-top: 1rem; }

.sqFtResult {
  background: #7f7f7f;
  color: white;
  font-size: 32px;
  font-weight: bold;
  padding: 1.5rem 2rem 2rem;
  margin-top: 2rem; }

.sqFtResult span {
  color: white;
  font-size: 3.2rem; }

.sqFtResult label {
  color: #fff;
  font-size: 1.4rem;
  display: block; }

.form-label {
  cursor: default; }

@media screen and (max-width: 1279px) {
  .productView-image {
    pointer-events: auto; } }

@media screen and (max-width: 767px) {
  .productView-options .select2-dropdown {
    max-width: inherit; } }

@media screen and (max-width: 767px) {
  .productView-options .select2-dropdown .select2-results__option {
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .productView-image {
    display: block; } }

@media screen and (max-width: 767px) {
  .productView-image .badge-name.Residential,
  .productView-image .badge-name.Commercial,
  .productView-image .badge-name.Made.in.USA {
    position: relative;
    top: 0;
    margin-bottom: 10px; } }

.productView-image .badge-name.Residential + .badge-name.Residential {
  display: none; }

@media screen and (max-width: 767px) {
  .productView-image .badge-name.Residential + .badge-name.Made.in.USA,
  .productView-image .badge-name.Commercial + .badge-name.Made.in.USA {
    top: 0; } }

.productView-img-container [data-fancybox="gallery"] {
  display: none; }

.productView-img-container .slick-current[data-fancybox="gallery"] {
  display: flex; }

.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
  background: none; }
  .fancybox-button.fancybox-button--arrow_left div,
  .fancybox-button.fancybox-button--arrow_right div {
    border-radius: 50%;
    background: white;
    padding: 9px; }
    .fancybox-button.fancybox-button--arrow_left div svg,
    .fancybox-button.fancybox-button--arrow_right div svg {
      fill: black;
      color: black; }
    .fancybox-button.fancybox-button--arrow_left div:hover,
    .fancybox-button.fancybox-button--arrow_right div:hover {
      background: black; }
      .fancybox-button.fancybox-button--arrow_left div:hover svg,
      .fancybox-button.fancybox-button--arrow_right div:hover svg {
        fill: white;
        color: white; }

[data-product-attribute] .form-option.form-option-swatch {
  width: 4.4rem;
  height: 4.4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    [data-product-attribute] .form-option.form-option-swatch {
      overflow: hidden; } }
  [data-product-attribute] .form-option.form-option-swatch .form-option-variant {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.alertBox-column {
  line-height: normal; }

[data-product-attribute="set-rectangle"] .form-option {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  padding: .5rem;
  min-width: 7.5rem;
  text-align: center; }
  [data-product-attribute="set-rectangle"] .form-option .form-option-variant {
    font-size: 1.4rem; }

.productOptions-list-item .form-label {
  position: relative; }

.productOptions-list-item .productOptions-list-item-figure {
  width: 5rem;
  border: 0.1rem solid #c2c5d0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  .productOptions-list-item .productOptions-list-item-figure img {
    width: 100%;
    max-width: 4.8rem;
    height: auto;
    max-height: 4.8rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem; }

.productOptions-list-item .form-radio + .form-label {
  padding-left: 2.5rem;
  font-size: 1.2rem;
  outline: none !important; }
  .productOptions-list-item .form-radio + .form-label:before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0; }
  .productOptions-list-item .form-radio + .form-label:after {
    background: white;
    top: 0rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-width: .2rem; }

.productOptions-list-item .form-radio:checked + .form-label:before {
  background: #0061bd; }

.productOptions-list-item .form-radio:checked + .form-label:after {
  border-color: #0061bd; }

.form-label {
  font-size: 1.4rem; }

@media print {
  .pencil-banner {
    display: none; }
  .productView {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .skip-to-main-link {
    display: none; }
  .productView .productView-images {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0; }
  .productView-img-container {
    background: white; }
  .productView-image .badge-name.Commercial {
    display: none; }
  .productView-img-container .slick-track .slick-slide {
    background: white;
    width: 100%; }
  .productView-img-container .slick-track .slick-slide img {
    opacity: 0; }
  .productView-img-container .slick-track .slick-slide.slick-current img {
    opacity: 1; }
  .productView .pro-imgright {
    width: 100%;
    order: -1; }
  .short-des-row,
  .productView-info,
  .productView-details.product-options,
  .pro-selling-row,
  .pro-des-row .right-panel,
  .related-product,
  .pro-stamp-review,
  .h-shop-product-row,
  .h-need-help {
    display: none; }
  .header,
  .head-sticky-added .header.header--sticky {
    border: 0;
    box-shadow: none; }
  .header-middle .navPages-container {
    display: none; }
  .header-middle .header-right {
    display: none; }
  .pro-price-row .productView-price {
    width: 100%; }
  .productView-image + .productView-thumbnails,
  .review-top-row {
    display: none; }
  .productView .socialLinks {
    display: none; }
  .productView-image .badge-name.Residential + .badge-name.Made.in.USA,
  .productView-image .badge-name.Commercial + .badge-name.Made.in.USA {
    display: none; }
  .newsletter-panel,
  .footer,
  .pro-price-row .pro-sku {
    display: none; }
  .pro-des-row article.productView-description {
    width: 100%;
    padding-right: 0; } }

.productView-options .button.klaviyo-bis-trigger {
  width: 100% !important;
  margin-top: 1rem !important; }

@media screen and (max-width: 767px) {
  .productView .pro-imgright {
    position: relative;
    z-index: 1; } }

.productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
.productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
  width: 100% !important; }

.productView-options .add-to-cart-buttons .add-to-cart-wallet-buttons {
  display: none !important; }

.productView-options .button.klaviyo-bis-trigger {
  display: none; }

.productView-options .form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column; }

.short-des-row .product-features {
  padding: 2.5rem 0 0;
  border-top: .1rem solid #DFE2ED;
  margin-top: 2.5rem;
  display: flex; }
  .short-des-row .product-features ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .short-des-row .product-features ul li {
      list-style: none;
      margin-bottom: 10px; }
      .short-des-row .product-features ul li:before {
        content: "✔";
        font-size: 12px;
        color: #fff;
        background: #ae090e;
        padding: 4px;
        border-radius: 4px;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }

.productView-options .add-to-cart-wrapper {
  display: block !important; }
  .productView-options .add-to-cart-wrapper #form-action-addToCart {
    font-size: 22px;
    padding: 13px 30px;
    line-height: 25px; }

.qty-row .red-text .price--withoutTax {
  color: #ae090e; }

.qty-row .form-input--incrementTotal {
  padding: 7px 1rem;
  font-size: 20px;
  font-weight: 600;
  color: #181139 !important; }

.qty-row .form-increment {
  width: 15.5rem;
  border-color: #CCCCCC !important;
  border-radius: 25px !important; }
  @media screen and (max-width: 767px) {
    .qty-row .form-increment {
      width: 109px; } }

@media screen and (max-width: 767px) {
  .qty-row {
    gap: 15px; } }

.product-price-bottom {
  margin: 0;
  width: auto;
  display: block; }
  .product-price-bottom .price-section--saving {
    color: #374c24;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6rem;
    font-style: italic; }

.cross-price {
  font-weight: 300 !important; }

.custom-price-bottom-wrapper {
  display: flex;
  gap: 15px; }
  @media screen and (max-width: 767px) {
    .custom-price-bottom-wrapper {
      flex-wrap: wrap; } }

.product-view-main-slider .slick-dots {
  display: none !important; }

.product-view-main-slider .slick-next {
  border: 4px solid #ffeee7;
  z-index: 2;
  right: -2.4rem;
  width: 36px;
  height: 36px;
  opacity: 1; }

.product-view-main-slider .slick-prev {
  border: 4px solid #ffeee7;
  z-index: 999;
  left: -2.4rem;
  width: 36px;
  height: 36px;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .custom-product-thumbnails-wrapper,
  .product-view-main-slider {
    display: block !important; } }

.custom-product-thumbnails-wrapper .slick-arrow,
.product-view-main-slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff1e7; }

.custom-product-thumbnails-wrapper .slick-next:hover:after,
.product-view-main-slider .slick-next:hover:after {
  filter: invert(100%); }

.custom-product-thumbnails-wrapper .slick-next svg,
.product-view-main-slider .slick-next svg {
  display: none; }

.custom-product-thumbnails-wrapper .slick-next:after,
.product-view-main-slider .slick-next:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("https://cdn11.bigcommerce.com/s-ovem0imu/images/stencil/original/image-manager/arrow-2.png?t=1727425560");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.custom-product-thumbnails-wrapper .slick-prev:hover:after,
.product-view-main-slider .slick-prev:hover:after {
  filter: invert(100%); }

.custom-product-thumbnails-wrapper .slick-prev:focus:after,
.product-view-main-slider .slick-prev:focus:after {
  filter: invert(100%); }

.custom-product-thumbnails-wrapper .slick-prev svg,
.product-view-main-slider .slick-prev svg {
  display: none; }

.custom-product-thumbnails-wrapper .slick-prev:after,
.product-view-main-slider .slick-prev:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("https://cdn11.bigcommerce.com/s-ovem0imu/images/stencil/original/image-manager/arrow-2.png?t=1727425560");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  margin-right: 3px; }

.product-list-data-wrapper {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 15px;
  margin-top: 30px; }
  .product-list-data-wrapper ul {
    padding-bottom: 15px; }
  .product-list-data-wrapper li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
    color: #000D3B;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .product-list-data-wrapper li {
        font-size: 16px; } }
    .product-list-data-wrapper li:last-child {
      margin-bottom: 0px; }
    .product-list-data-wrapper li:before {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background-image: url("https://cdn11.bigcommerce.com/s-ovem0imu/images/stencil/original/image-manager/box-red-check.jpg?t=1727427589");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

.product-options {
  margin-top: 5px; }
  .product-options .select2-container {
    min-width: auto;
    max-width: 240px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .product-options .select2-container {
        max-width: 160px; } }
  .product-options form.form [data-product-option-change] {
    border-bottom: 1px solid lightgrey; }
  .product-options .selection .select2-selection {
    border-color: #c9d3ea78 !important;
    border-radius: 6.6px !important;
    background: #c9d3ea78 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #000000 !important;
    padding: 0.9rem 2rem !important; }
    @media screen and (max-width: 767px) {
      .product-options .selection .select2-selection {
        padding: 0.7rem 1.5rem !important;
        font-size: 15px !important; } }
    .product-options .selection .select2-selection .select2-selection__arrow b {
      background-image: url("https://cdn11.bigcommerce.com/s-ovem0imu/images/stencil/original/image-manager/arrow-down.png?t=1727429708");
      height: 10px !important;
      width: 20px !important;
      background-size: contain !important; }
  .product-options .form-field {
    display: flex;
    align-items: center; }
    .product-options .form-field label {
      white-space: nowrap;
      margin: 0;
      color: #505050;
      font-size: 17px;
      font-weight: 500;
      margin-right: 12px;
      min-width: 100px; }
      @media screen and (max-width: 767px) {
        .product-options .form-field label {
          font-size: 16px; } }

.product-view-arrows-custom-main {
  z-index: 1;
  display: flex;
  align-items: center;
  position: absolute;
  right: -15px;
  background: #fff;
  padding: 7px 10px;
  border-radius: 100%;
  border: 3px solid #ffeee7;
  opacity: 1 !important; }
  @media screen and (max-width: 767px) {
    .product-view-arrows-custom-main {
      top: 50%;
      padding: 5px 7px; } }
  @media screen and (max-width: 767px) {
    .product-view-arrows-custom-main img {
      height: 12px; } }

.product-view-arrows-custom-main.custom-prev {
  left: -15px !important;
  right: auto; }
  .product-view-arrows-custom-main.custom-prev img {
    transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .product-view-arrows-custom-main.custom-prev img {
        height: 12px; } }

.productView-img-container img {
  height: 100% !important; }

@media screen and (max-width: 767px) {
  .productView-details .productView-title {
    font-size: 23px;
    text-align: left;
    padding: 0;
    margin-top: 8px; } }

.specification-row .productView-brand {
  margin-bottom: 0px; }
  .specification-row .productView-brand a {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #000d3b !important; }

.product-list-data-wrapper {
  display: none; }
  .product-list-data-wrapper:has(ul li) {
    display: block; }

.productView-img-container.single-slider a img {
  display: none;
  opacity: 0; }

.productView-img-container.single-slider .slick-slide.slick-current img {
  display: block;
  opacity: 1; }

input:focus, .form-radio:checked + .form-option {
  outline: none !important;
  box-shadow: none !important; }

.form-radio:checked + .form-option {
  background: #000d3b;
  color: #fff; }

body .pro-stamp-review .stamped-review-avatar {
  text-shadow: none !important; }

body .pro-stamp-review .stamped-summary-actions-clear, body .pro-stamp-review .stamped-summary-actions-mobile-filter, body .pro-stamp-review .stamped-summary-actions-newquestion, body .pro-stamp-review .stamped-summary-actions-newreview {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "Foco", arial, sans-serif;
  font-weight: bold;
  padding: 1.3rem 3rem;
  text-transform: capitalize;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  box-sizing: border-box;
  border: 0.2rem solid #000d3b;
  background: white;
  color: #000d3b;
  margin-bottom: 0;
  box-shadow: none !important; }
  @media screen and (max-width: 767px) {
    body .pro-stamp-review .stamped-summary-actions-clear, body .pro-stamp-review .stamped-summary-actions-mobile-filter, body .pro-stamp-review .stamped-summary-actions-newquestion, body .pro-stamp-review .stamped-summary-actions-newreview {
      padding: 1.3rem 2rem; } }
  body .pro-stamp-review .stamped-summary-actions-clear:before, body .pro-stamp-review .stamped-summary-actions-mobile-filter:before, body .pro-stamp-review .stamped-summary-actions-newquestion:before, body .pro-stamp-review .stamped-summary-actions-newreview:before {
    display: none; }
  body .pro-stamp-review .stamped-summary-actions-clear:hover, body .pro-stamp-review .stamped-summary-actions-mobile-filter:hover, body .pro-stamp-review .stamped-summary-actions-newquestion:hover, body .pro-stamp-review .stamped-summary-actions-newreview:hover {
    background: #000d3b;
    color: white; }

body .pro-stamp-review .stamped-summary-actions-clear {
  margin-top: -.4rem;
  margin-left: 1rem; }
  @media screen and (max-width: 767px) {
    body .pro-stamp-review .stamped-summary-actions-clear {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

@media screen and (max-width: 767px) {
  body .pro-stamp-review .stamped-summary-actions-newquestion, body .pro-stamp-review .stamped-summary-actions-newreview {
    max-width: 48%;
    margin: 2.5rem 0; } }

body .pro-stamp-review .stamped-summary-actions-newquestion {
  background: #000d3b;
  color: white; }
  @media screen and (max-width: 767px) {
    body .pro-stamp-review .stamped-summary-actions-newquestion {
      margin-left: .5rem; } }
  body .pro-stamp-review .stamped-summary-actions-newquestion:hover {
    color: #000d3b;
    background: white; }

body .pro-stamp-review div[data-widget-style*="standard"] .stamped-tab-container ul.stamped-tabs {
  border-bottom-color: #c2c5d0;
  height: 3.5rem; }
  body .pro-stamp-review div[data-widget-style*="standard"] .stamped-tab-container ul.stamped-tabs li#tab-questions[data-count][data-new-tab]::after, body .pro-stamp-review div[data-widget-style*="standard"] .stamped-tab-container ul.stamped-tabs li#tab-reviews[data-count]::after {
    background: none;
    padding: 0; }
  body .pro-stamp-review div[data-widget-style*="standard"] .stamped-tab-container ul.stamped-tabs li {
    font-size: 1.4rem;
    font-family: "Foco", arial, sans-serif;
    font-weight: bold;
    color: #000d3b;
    text-transform: uppercase;
    padding: 0;
    margin-right: 4rem;
    max-height: 3.5rem; }
    body .pro-stamp-review div[data-widget-style*="standard"] .stamped-tab-container ul.stamped-tabs li:after {
      background: none; }
  body .pro-stamp-review div[data-widget-style*="standard"] .stamped-tab-container ul.stamped-tabs .active {
    color: #ae090e !important;
    border-color: #ae090e !important;
    border-bottom-width: .15rem; }

body .pro-stamp-review .stamped-reviews-filter {
  padding-bottom: 2rem; }
  body .pro-stamp-review .stamped-reviews-filter .stamped-reviews-filter-label {
    float: left;
    font-size: 1.4rem;
    font-family: "Foco", arial, sans-serif;
    font-weight: bold;
    color: #000d3b;
    margin-top: 2.5rem; }
    @media screen and (max-width: 767px) {
      body .pro-stamp-review .stamped-reviews-filter .stamped-reviews-filter-label {
        margin-top: 0;
        margin-bottom: 1rem; } }
  body .pro-stamp-review .stamped-reviews-filter .stamped-reviews-search-clear {
    display: none; }
  body .pro-stamp-review .stamped-reviews-filter .stamped-reviews-search-text {
    float: left;
    width: 40rem;
    clear: none;
    margin-left: 2.5rem; }
    @media screen and (max-width: 767px) {
      body .pro-stamp-review .stamped-reviews-filter .stamped-reviews-search-text {
        margin-left: 0;
        width: 100%;
        float: none;
        clear: both; } }
    body .pro-stamp-review .stamped-reviews-filter .stamped-reviews-search-text .stamped-reviews-search-icon.stamped-fa.stamped-fa-search {
      left: 1.5rem;
      width: 1.6rem;
      height: 1.6rem;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.83333' cy='6.83333' r='5.83333' stroke='%23000D3B' stroke-width='1.5'/%3E%3Cpath d='M11.1113 11.1113L15.0002 15.0002' stroke='%23000D3B' stroke-width='1.5'/%3E%3C/svg%3E%0A");
      background-size: 1.6rem auto;
      background-position: center;
      background-repeat: no-repeat;
      margin-top: .2rem; }
      body .pro-stamp-review .stamped-reviews-filter .stamped-reviews-search-text .stamped-reviews-search-icon.stamped-fa.stamped-fa-search:before {
        display: none; }
    body .pro-stamp-review .stamped-reviews-filter .stamped-reviews-search-text .stamped-reviews-search-input {
      border: 0.1rem solid #c2c5d0;
      padding: 1.4rem 4rem;
      font-size: 1.4rem;
      line-height: 2rem;
      color: #4B5062;
      font-family: "Foco", arial, sans-serif;
      border: 0.2rem solid #c2c5d0;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem;
      font-weight: 400;
      height: auto;
      width: 100%; }
      @media screen and (max-width: 767px) {
        body .pro-stamp-review .stamped-reviews-filter .stamped-reviews-search-text .stamped-reviews-search-input {
          max-width: 99%; } }
  body .pro-stamp-review .stamped-reviews-filter .stamped-sort-select-wrapper {
    width: 33.6rem;
    float: right;
    margin-top: 1.5rem; }
    @media screen and (max-width: 767px) {
      body .pro-stamp-review .stamped-reviews-filter .stamped-sort-select-wrapper {
        width: 100%;
        float: none; } }
    body .pro-stamp-review .stamped-reviews-filter .stamped-sort-select-wrapper .stamped-sort-select {
      width: 100% !important;
      max-width: 100% !important; }
      @media screen and (max-width: 767px) {
        body .pro-stamp-review .stamped-reviews-filter .stamped-sort-select-wrapper .stamped-sort-select {
          margin-top: 2rem !important; } }

body .pro-stamp-review #stamped-sort-select, body .pro-stamp-review #stamped-sort-select2 {
  border: 0.1rem solid #c2c5d0;
  height: 4.8rem;
  min-height: 4.8rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #c2c5d0 !important;
  font-size: 1.4rem;
  font-family: "Foco", arial, sans-serif;
  color: #4B5062;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 4L9 1' stroke='%23000D3B' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 2rem center; }

body .pro-stamp-review div.stamped-container[data-widget-style], body .pro-stamp-review div[data-widget-style] div.stamped-container {
  max-width: 134rem;
  margin: 5rem auto !important;
  font-family: "Foco", arial, sans-serif; }
  @media screen and (max-width: 1439px) {
    body .pro-stamp-review div.stamped-container[data-widget-style], body .pro-stamp-review div[data-widget-style] div.stamped-container {
      padding: 0 2rem; } }
  @media screen and (max-width: 1279px) {
    body .pro-stamp-review div.stamped-container[data-widget-style], body .pro-stamp-review div[data-widget-style] div.stamped-container {
      padding: 0 1rem !important; } }
  @media screen and (max-width: 767px) {
    body .pro-stamp-review div.stamped-container[data-widget-style], body .pro-stamp-review div[data-widget-style] div.stamped-container {
      margin: 3rem auto 1rem !important; } }

body .pro-stamp-review .stamped-review {
  border-top-color: #c2c5d0; }

body .pro-stamp-review .stamped-review-avatar {
  background: #2C5543 !important;
  margin-right: 2rem; }
  body .pro-stamp-review .stamped-review-avatar:before {
    display: none; }
  body .pro-stamp-review .stamped-review-avatar .stamped-review-avatar-content {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Foco", arial, sans-serif;
    width: 5rem;
    height: 5rem; }
    @media screen and (max-width: 767px) {
      body .pro-stamp-review .stamped-review-avatar .stamped-review-avatar-content {
        width: 4rem;
        height: 4rem; } }

body .pro-stamp-review .stamped-reviews-filter[data-show-filters="part"], body .pro-stamp-review .stamped-reviews-filter[data-show-filters="true"] {
  border-bottom-color: #c2c5d0; }

body .pro-stamp-review .stamped-review-header .created, body .pro-stamp-review .stamped-review-header-byline .created {
  font-size: 1.4rem;
  color: #4b5062;
  font-family: "Foco", arial, sans-serif;
  font-weight: 400; }

body .pro-stamp-review .stamped-review .author {
  font-size: 1.4rem;
  color: #000d3b;
  font-family: "Foco", arial, sans-serif;
  font-weight: 700; }

body .pro-stamp-review .stamped-verified-badge {
  font-size: 1.2rem;
  color: #000d3b !important;
  font-weight: 400;
  font-family: "Foco", arial, sans-serif;
  position: relative;
  padding-left: 2rem; }
  body .pro-stamp-review .stamped-verified-badge:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.93761 2.01948C7.3876 1.1641 8.6124 1.1641 9.06239 2.01948C9.36538 2.59543 10.0721 2.82506 10.6558 2.5372C11.5226 2.10968 12.5135 2.8296 12.3748 3.78612C12.2813 4.43016 12.7181 5.03134 13.3595 5.14152C14.3121 5.30516 14.6906 6.47001 14.0161 7.16231C13.562 7.62845 13.562 8.37155 14.0161 8.83769C14.6906 9.52999 14.3121 10.6948 13.3595 10.8585C12.7181 10.9687 12.2813 11.5698 12.3748 12.2139C12.5135 13.1704 11.5226 13.8903 10.6558 13.4628C10.0721 13.1749 9.36538 13.4046 9.06239 13.9805C8.6124 14.8359 7.3876 14.8359 6.93761 13.9805C6.63462 13.4046 5.92789 13.1749 5.34423 13.4628C4.4774 13.8903 3.48652 13.1704 3.62525 12.2139C3.71866 11.5698 3.28187 10.9687 2.64049 10.8585C1.68791 10.6948 1.30943 9.52998 1.98389 8.83769C2.43802 8.37155 2.43802 7.62845 1.98389 7.16231C1.30943 6.47002 1.68791 5.30516 2.64049 5.14152C3.28187 5.03134 3.71866 4.43016 3.62525 3.78612C3.48652 2.8296 4.4774 2.10968 5.34423 2.5372C5.92789 2.82506 6.63462 2.59543 6.93761 2.01948Z' fill='%230061BD'/%3E%3Cpath d='M6 7.5L7.5 9L10 6.5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-size: 1.6rem 1.6rem;
    background-repeat: no-repeat;
    height: 1.6rem;
    width: 1.6rem;
    position: absolute;
    left: 0;
    top: -.3rem; }

body .pro-stamp-review .stamped-review-content {
  padding-left: 7rem;
  margin-top: 0;
  position: relative;
  top: 0rem; }
  @media screen and (max-width: 767px) {
    body .pro-stamp-review .stamped-review-content {
      padding-left: 0;
      padding-top: 2rem; } }

body .pro-stamp-review .stamped-review-header-title {
  font-size: 1.6rem;
  font-family: "Foco", arial, sans-serif;
  font-weight: bold;
  color: #000d3b;
  margin-top: 0;
  line-height: 1.9rem; }

body .pro-stamp-review p.stamped-review-content-body {
  font-size: 1.6rem;
  color: #000d3b;
  line-height: 2.3rem;
  font-family: "Foco", arial, sans-serif;
  margin-top: 1rem; }

body .pro-stamp-review .fa-share-alt, body .pro-stamp-review .stamped-fa-share-alt {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_211_1883)'%3E%3Cpath d='M13.8517 4.89844L9.85163 0.898475C9.75265 0.799501 9.63551 0.75 9.50008 0.75C9.36466 0.75 9.24744 0.799501 9.14854 0.898475C9.04957 0.997504 9.00001 1.1147 9.00001 1.2501V3.25008H7.25002C3.53632 3.25008 1.2578 4.29959 0.413931 6.39855C0.137968 7.09637 0 7.96367 0 9.00012C0 9.86465 0.330745 11.0391 0.992181 12.5235C1.00778 12.5601 1.03503 12.6224 1.07416 12.7109C1.11327 12.7994 1.14837 12.8775 1.17962 12.9453C1.21098 13.0129 1.24486 13.0702 1.28128 13.117C1.34372 13.2056 1.41667 13.25 1.50002 13.25C1.57815 13.25 1.63936 13.224 1.68366 13.1719C1.72786 13.1199 1.74999 13.0547 1.74999 12.9767C1.74999 12.9297 1.74348 12.8608 1.73043 12.7696C1.7174 12.6784 1.71086 12.6174 1.71086 12.5861C1.68478 12.232 1.67176 11.9115 1.67176 11.6252C1.67176 11.0992 1.7174 10.6278 1.80847 10.2112C1.89967 9.79449 2.02596 9.43389 2.18746 9.12917C2.34893 8.82434 2.5572 8.56151 2.81247 8.34014C3.06764 8.11876 3.34234 7.93784 3.63661 7.79719C3.93094 7.65651 4.27728 7.54582 4.67572 7.46513C5.07414 7.3844 5.47515 7.32839 5.87885 7.29711C6.28255 7.26584 6.73958 7.25029 7.25002 7.25029H9.00001V9.25033C9.00001 9.38573 9.04946 9.50296 9.14835 9.60188C9.24741 9.70074 9.36455 9.75029 9.49989 9.75029C9.63529 9.75029 9.75251 9.70074 9.85163 9.60188L13.8516 5.60177C13.9506 5.5028 14 5.38565 14 5.25023C14 5.11483 13.9506 4.99761 13.8517 4.89844Z' fill='%234B5062'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_211_1883'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.4rem 1.4rem;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 1rem; }
  body .pro-stamp-review .fa-share-alt:before, body .pro-stamp-review .stamped-fa-share-alt:before {
    display: none; }

body .pro-stamp-review .stamped-review-footer {
  font-size: 1.2rem;
  color: #4b5062;
  font-family: "Foco", arial, sans-serif; }

body .pro-stamp-review .stamped-review-header .review-location {
  color: #000d3b;
  font-family: "Foco", arial, sans-serif; }

body .pro-stamp-review .stamped-pagination {
  border-top: 0.1rem solid #c2c5d0;
  padding-top: 4rem; }

body .pro-stamp-review div[data-load-type="continue"] ul.stamped-pagination li.next a, body .pro-stamp-review div[data-widget-load-type="continue"] ul.stamped-pagination li.next a {
  background: white;
  color: #ae090e;
  border: 0.15rem solid #ae090e;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
  padding: 1.5rem 2rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Foco", arial, sans-serif;
  font-size: 0;
  line-height: 1.4rem; }
  @media screen and (max-width: 767px) {
    body .pro-stamp-review div[data-load-type="continue"] ul.stamped-pagination li.next a, body .pro-stamp-review div[data-widget-load-type="continue"] ul.stamped-pagination li.next a {
      padding: 1.3rem 2rem 1rem; } }
  body .pro-stamp-review div[data-load-type="continue"] ul.stamped-pagination li.next a:before, body .pro-stamp-review div[data-widget-load-type="continue"] ul.stamped-pagination li.next a:before {
    font-size: 1.4rem; }
  body .pro-stamp-review div[data-load-type="continue"] ul.stamped-pagination li.next a:hover, body .pro-stamp-review div[data-widget-load-type="continue"] ul.stamped-pagination li.next a:hover {
    background: #ae090e;
    color: white; }

body .pro-stamp-review div[data-widget-style*="standard"] .new-review-form, body .pro-stamp-review div[data-widget-style*="standard"] .stamped-content form, body .pro-stamp-review div[data-widget-style*="standard"] .stamped-reviews {
  border: 0rem solid #c2c5d0 !important;
  padding: 2rem 0 0 !important; }

body .pro-stamp-review .stamped-form-label {
  font-size: 1.2rem;
  font-family: "Foco", arial, sans-serif;
  color: #000d3b;
  font-weight: 700; }

body .pro-stamp-review .stamped-form-label + input.stamped-form-input {
  border: 0.1rem solid #c2c5d0;
  padding: 1.4rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4B5062;
  font-family: "Foco", arial, sans-serif;
  border: 0.15rem solid #c2c5d0;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  font-weight: 400;
  height: auto; }

body .pro-stamp-review .stamped-form-review-rating .fa-star-half-o::before, body .pro-stamp-review .stamped-form-review-rating .fa-star-o::before, body .pro-stamp-review .stamped-form-review-rating .fa-star::before, body .pro-stamp-review .stamped-form-review-rating .stamped-fa-star-half-o::before, body .pro-stamp-review .stamped-form-review-rating .stamped-fa-star-o::before, body .pro-stamp-review .stamped-form-review-rating .stamped-fa-star::before {
  font-size: 1.8rem;
  color: #2C5543; }

body .pro-stamp-review textarea.stamped-form-input-textarea {
  border: 0.1rem solid #c2c5d0;
  padding: 1.4rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #4B5062;
  font-family: "Foco", arial, sans-serif;
  border: 0.15rem solid #c2c5d0;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  font-weight: 400;
  height: auto;
  resize: none;
  margin-top: 1rem; }

body .pro-stamp-review .stamped-file-uploader-btn {
  color: #ae090e;
  border-color: #ae090e !important;
  border-radius: 1.4rem !important;
  padding: 1.2rem 2rem !important;
  font-family: "Foco", arial, sans-serif;
  font-weight: 700;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    body .pro-stamp-review .stamped-file-uploader-btn {
      padding: .7rem 2rem !important;
      margin-top: 1rem; } }
  body .pro-stamp-review .stamped-file-uploader-btn:hover {
    border-color: #ae090e;
    background: #ae090e;
    color: white; }

body .pro-stamp-review #stamped-button-submit, body .pro-stamp-review input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
  background: #ae090e;
  border-width: 0; }
  body .pro-stamp-review #stamped-button-submit:hover, body .pro-stamp-review input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary:hover {
    color: white;
    background: #000d3b; }

body .pro-stamp-review .stamped-summary-text-1 {
  font-size: 3.2rem;
  color: #000d3b;
  font-weight: 700;
  font-family: "Foco", arial, sans-serif;
  margin-right: 1rem;
  position: relative;
  top: 4px; }
  @media screen and (max-width: 767px) {
    body .pro-stamp-review .stamped-summary-text-1 {
      font-size: 3.2rem;
      top: 3px; } }

body .pro-stamp-review div[data-widget-style*="standard"] .stamped-summary-starrating i::before {
  font-size: 1.8rem !important; }

body .pro-stamp-review .summary-overview {
  position: relative;
  padding-left: 17rem;
  width: auto !important;
  max-width: 32rem;
  margin-left: 0 !important;
  min-height: 3.5rem; }
  body .pro-stamp-review .summary-overview:before {
    content: "Reviews";
    position: absolute;
    font-size: 3.6rem;
    line-height: 3.7rem;
    font-family: "Foco", arial, sans-serif;
    font-weight: bold;
    color: #000d3b;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      body .pro-stamp-review .summary-overview:before {
        font-size: 3rem;
        line-height: 3.2rem; } }
  @media screen and (max-width: 767px) {
    body .pro-stamp-review .summary-overview {
      float: right !important;
      margin-bottom: 0; } }
  body .pro-stamp-review .summary-overview .stamped-starrating {
    float: left; }
  body .pro-stamp-review .summary-overview .stamped-summary-caption {
    float: left;
    clear: none !important;
    line-height: 1.4rem; }
  body .pro-stamp-review .summary-overview .stamped-summary-text {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #000d3b;
    font-family: "Foco", arial, sans-serif; }

body .pro-stamp-review [data-count="0"] .stamped-summary-starrating i::before {
  color: #2C5543; }

body .pro-stamp-review .stamped-container[data-count="0"] .stamped-empty-state::before {
  color: #000d3b; }

body .pro-stamp-review .stamped-container[data-count="0"][data-widget-language=""] .stamped-empty-state > div, body .pro-stamp-review .stamped-container[data-count="0"][data-widget-language="en"] .stamped-empty-state > div {
  color: #000d3b;
  font-family: "Foco", arial, sans-serif; }

/* Hide the 'Sort reviews' dropdown in Stamped widget */
.pro-stamp-review .stamped-reviews-filter .stamped-sort-select-wrapper {
  display: none !important; }

@media screen and (max-width: 767px) {
  .video-container {
    padding-bottom: 55.5%;
    position: relative; } }

@media screen and (max-width: 767px) {
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; } }

.modal {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.modal-header-title {
  font-size: 2.4rem;
  text-transform: none;
  font-weight: 700;
  line-height: 2.6rem;
  padding: 1rem 4rem 1.2rem 2rem; }
  @media screen and (max-width: 767px) {
    .modal-header-title {
      font-size: 1.8rem;
      line-height: 2.2rem;
      padding-right: 4rem; } }

.previewCart {
  max-width: 100%; }
  .previewCart .productView {
    flex-direction: row;
    padding-left: 0; }
    @media screen and (max-width: 1023px) {
      .previewCart .productView {
        display: none; } }
    .previewCart .productView:after, .previewCart .productView:before {
      display: none; }
    .previewCart .productView .productView-image {
      width: 40rem;
      min-height: 25rem;
      padding-left: 0; }
      @media screen and (max-width: 1023px) {
        .previewCart .productView .productView-image {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .previewCart .productView .productView-image {
          min-height: 20rem; } }
      .previewCart .productView .productView-image .productView-img-container {
        height: 30rem;
        max-width: 40rem;
        padding: 0; }
        @media screen and (max-width: 767px) {
          .previewCart .productView .productView-image .productView-img-container {
            height: 20rem; } }
        .previewCart .productView .productView-image .productView-img-container img {
          max-height: 30rem; }
          @media screen and (max-width: 767px) {
            .previewCart .productView .productView-image .productView-img-container img {
              max-width: 30rem;
              max-height: 20rem; } }
        .previewCart .productView .productView-image .productView-img-container:after {
          padding-bottom: 100%; }
    .previewCart .productView .productView-details {
      width: calc(100% - 40rem);
      padding-right: 4rem;
      padding-left: 2rem; }
      @media screen and (max-width: 1023px) {
        .previewCart .productView .productView-details {
          width: 100%;
          padding: 0px; } }
      .previewCart .productView .productView-details .productView-title {
        font-size: 2.2rem;
        text-transform: none; }
        @media screen and (max-width: 767px) {
          .previewCart .productView .productView-details .productView-title {
            font-size: 1.8rem; } }
    .previewCart .productView .productView-brand {
      display: none; }
    .previewCart .productView .productView-price {
      font-size: 1.8rem;
      font-weight: 700;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .previewCart .productView .productView-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin: .5rem 0; }
      .previewCart .productView .productView-info .productView-info-name {
        font-size: 1.3rem;
        font-weight: 500;
        color: black;
        padding: 0;
        margin: 0;
        font-family: "Foco", arial, sans-serif; }
      .previewCart .productView .productView-info .productView-info-value {
        padding-left: 1rem;
        font-size: 1.3rem;
        font-weight: 400;
        font-family: "Foco", arial, sans-serif; }

.previewCartCheckout {
  background: #eff1f8;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  @media screen and (max-width: 1023px) {
    .previewCartCheckout {
      padding: 2rem; } }

.previewCartCheckout-subtotal {
  margin-bottom: 0px; }

@media screen and (max-width: 1023px) {
  .writeReview-productImage-container {
    max-height: 25rem; } }

@media screen and (max-width: 767px) {
  .writeReview-productImage-container {
    max-height: 15rem; } }

.writeReview-productImage-container img {
  max-height: 30rem; }
  @media screen and (max-width: 1023px) {
    .writeReview-productImage-container img {
      max-height: 25rem; } }
  @media screen and (max-width: 767px) {
    .writeReview-productImage-container img {
      max-height: 15rem; } }

.writeReview-productImage-container:after {
  padding-bottom: 100%; }

.writeReview-productDetails .product-brand {
  font-size: 1.2rem;
  margin-bottom: .5rem; }

.writeReview-productDetails .product-title {
  font-size: 1.6rem; }

.modal-body.quickView .productView:before {
  left: -3rem;
  right: -3rem; }

.modal--alert {
  border-radius: inherit; }

.modal--alert .button-container .confirm {
  background: #000d3b; }
  .modal--alert .button-container .confirm:hover {
    background: #0061bd; }
  .modal--alert .button-container .confirm:focus {
    background: #000d3b; }
    .modal--alert .button-container .confirm:focus:hover {
      background: #0061bd;
      border-color: #0061bd; }

.writeReview-form .g-recaptcha > div {
  margin: 0; }

[data-product-attribute] .form-option.form-option-swatch {
  outline: none !important; }

@media screen and (max-width: 767px) {
  #CartEditProductFieldsForm .form-actions {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) {
  #CartEditProductFieldsForm .form-actions .button {
    width: auto; } }

@media screen and (max-width: 767px) {
  #alert-modal .button + .button {
    margin-left: 1rem; } }

@media screen and (max-width: 767px) {
  .modal-header {
    z-index: 9; } }

@media screen and (max-width: 767px) {
  #modal-review-form .modal-body {
    padding-left: 2rem;
    padding-right: 2rem; } }

.productView.productView--quickView .productView-image + .productView-thumbnails {
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto; }

.modal-body.quickView .pro-review-row {
  display: none; }

.modal-body.quickView .pro-column2-row.pb-50 {
  padding-bottom: 0; }

.previewCartCheckout-price {
  color: #000d3b;
  padding: 1rem 0; }

.modal-close {
  top: 1.3rem;
  right: 1.5rem; }
  @media screen and (max-width: 767px) {
    .modal-close {
      right: 1rem; } }
  .modal-close .aria-description--hidden, .modal-close:after, .modal-close::before {
    display: none !important; }

.modal .writeReview-form .form-fieldset .form-field {
  display: block; }
  .modal .writeReview-form .form-fieldset .form-field .select2-container .select2-selection--single {
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem; }

.previewCartCheckout-price .currency, .previewCartCheckout-price .amount, .previewCartCheckout-price .cents {
  font-weight: bold; }

.previewCartCheckout-price .currency, .previewCartCheckout-price .cents {
  font-size: 1.2rem;
  position: relative;
  top: -1rem; }

.previewCartCheckout-price .amount, .previewCartCheckout-price .cents {
  margin-left: -.4rem; }

.previewCart .productView .productView-price .currency, .previewCart .productView .productView-price .amount, .previewCart .productView .productView-price .cents {
  font-weight: bold; }

.previewCart .productView .productView-price .currency, .previewCart .productView .productView-price .cents {
  font-size: 1rem;
  position: relative;
  top: -.6rem; }

.previewCart .productView .productView-price .amount, .previewCart .productView .productView-price .cents {
  margin-left: -.3rem; }

#myGuarantee.modal {
  background: none; }
  #myGuarantee.modal .modal-content {
    background: #fff; }

.brandGrid {
  margin: 0;
  padding-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    .brandGrid {
      margin-top: 20px;
      padding-bottom: 0; } }
  .brandGrid .brand {
    padding: 0 1rem 2rem; }
    .brandGrid .brand .card-img-container {
      max-width: 100%;
      height: 16.667vw;
      max-height: 32rem;
      border: 0.1rem solid #c2c5d0;
      -webkit-border-radius: 3rem;
      -moz-border-radius: 3rem;
      border-radius: 3rem; }
      @media screen and (max-width: 1439px) {
        .brandGrid .brand .card-img-container {
          height: 18.667vw; } }
      @media screen and (max-width: 1023px) {
        .brandGrid .brand .card-img-container {
          height: 26.667vw; } }
      @media screen and (max-width: 767px) {
        .brandGrid .brand .card-img-container {
          height: 36.667vw; } }
      .brandGrid .brand .card-img-container img {
        max-height: 25rem;
        max-width: 25rem; }
        @media screen and (max-width: 1439px) {
          .brandGrid .brand .card-img-container img {
            max-height: 13.021vw;
            max-width: 13.021vw; } }
        @media screen and (max-width: 1023px) {
          .brandGrid .brand .card-img-container img {
            max-height: 22.021vw;
            max-width: 22.021vw; } }
        @media screen and (max-width: 767px) {
          .brandGrid .brand .card-img-container img {
            max-height: 32.021vw;
            max-width: 32.021vw; } }
  .brandGrid .card {
    margin: 0;
    border: 0; }
    .brandGrid .card .card-body {
      border: 0;
      padding: 2rem 0 2rem; }
      @media screen and (max-width: 767px) {
        .brandGrid .card .card-body {
          padding: 1.5rem 0 0; } }
      .brandGrid .card .card-body .card-title {
        width: 100%;
        text-align: center;
        font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .brandGrid .card .card-body .card-title {
            font-size: 1.4rem; } }
    .brandGrid .card:hover {
      border: 0;
      box-shadow: none; }
      .brandGrid .card:hover .card-img-container {
        border-color: #ae090e; }
      .brandGrid .card:hover .card-title a {
        color: #ae090e; }

@media screen and (max-width: 767px) {
  .type-brands .page-top-banner .banner-img, .type-brand .page-top-banner .banner-img {
    height: 160px; } }

@media screen and (max-width: 1023px) {
  .type-brand .body {
    padding-bottom: 5rem; } }

.type-brands .pagination .pagination-list .pagination-item--next a, .type-brands .pagination .pagination-list .pagination-item--previous a {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }

.type-brands .body {
  padding-bottom: 12rem; }
  @media screen and (max-width: 1023px) {
    .type-brands .body {
      padding-bottom: 9rem; } }

.brand-top-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3rem 0 4rem; }
  @media screen and (max-width: 767px) {
    .brand-top-title {
      padding: 2rem 2rem 3rem;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .brand-top-title .page-heading {
      width: 100%; } }
  .brand-top-title .brand-image-container {
    width: 12rem;
    height: 12rem;
    background: white;
    border: .2rem solid #DFE2ED;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    margin-right: 4rem;
    text-align: center;
    max-width: 12rem; }
    @media screen and (max-width: 767px) {
      .brand-top-title .brand-image-container {
        max-width: 9rem;
        width: 9rem;
        height: 9rem;
        margin-right: 2rem;
        margin-bottom: 1rem; } }
    .brand-top-title .brand-image-container img {
      max-width: 10rem;
      max-height: 10rem;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .brand-top-title .brand-image-container img {
          max-width: 8rem;
          max-height: 8rem; } }
  .brand-top-title .page-heading {
    margin: 0;
    padding: 0; }

.template-brands h1.page-heading {
  padding-top: 0;
  margin-top: 0; }

.navBar.navBar--sub.search-nav {
  margin: 0; }

.navBar--sub .navBar-item {
  font-family: "Foco", arial, sans-serif;
  font-weight: 700;
  color: #000d3b;
  font-size: 1.6rem;
  padding: 0;
  margin: 0 1rem; }
  @media screen and (max-width: 767px) {
    .navBar--sub .navBar-item {
      width: auto;
      display: inline-block;
      margin: 0 .5rem; } }
  .navBar--sub .navBar-item a {
    font-weight: 700;
    color: #000d3b;
    font-size: 1.6rem;
    text-transform: none; }
    .navBar--sub .navBar-item a:hover {
      color: #ae090e; }
  .navBar--sub .navBar-item .navBar-action-color--active {
    color: #ae090e; }

.panel-body {
  background: white; }

.panel--large .panel-body {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

.page-sidebar.u-hidden + .page-content {
  width: 100%;
  padding: 0; }
  .page-sidebar.u-hidden + .page-content #search-results-content .actionBar {
    display: none; }
  .page-sidebar.u-hidden + .page-content #search-results-content ul {
    margin: 0; }
    .page-sidebar.u-hidden + .page-content #search-results-content ul strong {
      margin-right: 1rem; }
      .page-sidebar.u-hidden + .page-content #search-results-content ul strong a {
        color: #ae090e; }
        .page-sidebar.u-hidden + .page-content #search-results-content ul strong a:hover {
          color: #000d3b; }
    .page-sidebar.u-hidden + .page-content #search-results-content ul p {
      margin-top: 1rem; }
  .page-sidebar.u-hidden + .page-content #search-results-content ul + ul {
    margin-top: 2rem; }

.category-suggestion-list li {
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    .category-suggestion-list li {
      width: 100%; } }
  .category-suggestion-list li a {
    color: #000d3b; }
    .category-suggestion-list li a:hover {
      color: #ae090e; }

.type-search .pagination-count-custom {
  display: none; }

.type-search .body {
  padding-bottom: 4rem; }

.search-refine {
  color: #ae090e; }
  .search-refine:hover {
    color: #000d3b; }

.search-suggestion + .search-suggestion a {
  color: #000d3b;
  font-size: 1.4rem; }
  .search-suggestion + .search-suggestion a:hover {
    color: #ae090e; }

.navBar--sub .navBar-item.navBar-item--separate {
  border-left: 0;
  font-size: 1.6rem;
  font-weight: 700; }
  .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text {
    font-size: 1.6rem;
    font-weight: 700; }

.advancedSearch-form {
  background: white;
  padding: 2rem 2rem 3rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  .advancedSearch-form .jstree-default .jstree-anchor {
    font-size: 1.4rem; }
  .advancedSearch-form .form-input {
    min-width: 12rem; }
  .advancedSearch-form .form-column {
    padding-left: 0;
    padding-right: 0; }
  .advancedSearch-form .form-checkbox + .form-label {
    padding-left: 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.7rem; }

.search-panel {
  min-width: 49.2rem; }
  @media screen and (max-width: 1800px) {
    .search-panel {
      min-width: 40.2rem; } }
  @media screen and (max-width: 1650px) {
    .search-panel {
      min-width: 35.2rem; } }
  @media screen and (max-width: 1439px) {
    .search-panel {
      min-width: 30.2rem; } }
  @media screen and (max-width: 1279px) {
    .search-panel {
      min-width: 19.2rem; } }
  @media screen and (max-width: 1279px) {
    .search-panel {
      display: none; } }
  .search-panel .container {
    padding: 0; }
  .search-panel .form {
    margin: 0; }
    .search-panel .form .form-fieldset {
      border: 0; }
      .search-panel .form .form-fieldset .form-field {
        margin: 0;
        border: 1.5px solid rgba(0, 13, 59, 0.24);
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        border-radius: 1.5rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-right: 1.8rem; }
        .search-panel .form .form-fieldset .form-field .form-input {
          border: 0;
          padding: 1.5rem 2rem 1.5rem 2.5rem;
          height: auto;
          line-height: 1.8rem;
          color: #000d3b;
          background: none;
          font-size: 1.6rem;
          font-weight: 400; }
        .search-panel .form .form-fieldset .form-field button {
          padding: 0;
          margin: 0;
          border: 0;
          outline: none; }
          .search-panel .form .form-fieldset .form-field button svg {
            fill: none;
            width: 1.6rem;
            height: 1.6rem;
            stroke: #ae090e;
            margin-top: .5rem; }

.quickSearchResults {
  position: absolute;
  top: 100%;
  margin: 1.9rem auto 0;
  background: none;
  max-width: 56rem;
  min-width: 50rem;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  z-index: 99; }
  @media screen and (max-width: 1279px) {
    .quickSearchResults {
      min-width: 45rem; } }
  @media screen and (max-width: 1279px) {
    .quickSearchResults {
      max-width: 100%;
      left: 0;
      min-width: 20rem;
      margin-top: 1rem; } }
  @media screen and (max-width: 767px) {
    .quickSearchResults {
      margin-top: .1rem; } }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .productGrid {
    padding: 0;
    margin: 0;
    background: white;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
    border: 0.5px solid #D5D9E7; }
    .quickSearchResults .productGrid .product + .product {
      border-top: .1rem solid #D5D9E7;
      border-radius: 0; }
    .quickSearchResults .productGrid .product {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding: 0 2rem; }
      .quickSearchResults .productGrid .product .badge-name {
        display: none; }
      .quickSearchResults .productGrid .product .card {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-flow: row;
        border-radius: 0px;
        width: 100%;
        margin: 0px !important;
        padding: 1.5rem 0;
        border: 0px; }
        .quickSearchResults .productGrid .product .card .card-btn {
          display: none; }
        .quickSearchResults .productGrid .product .card .card-body {
          width: calc(100% - 7rem);
          padding: 0  0 0 1.5rem;
          margin: 0px;
          background: none;
          text-align: left;
          max-width: 100%;
          display: block;
          border: 0px; }
          .quickSearchResults .productGrid .product .card .card-body .card-title {
            width: 100%; }
          .quickSearchResults .productGrid .product .card .card-body div.card-text {
            width: 100%;
            text-align: left; }
            .quickSearchResults .productGrid .product .card .card-body div.card-text .price-section {
              display: inline-block; }
          .quickSearchResults .productGrid .product .card .card-body p.card-text {
            display: none; }
        .quickSearchResults .productGrid .product .card .card-figure {
          width: 7rem;
          padding: 0;
          max-height: 7rem;
          border-bottom: 0px;
          box-shadow: none;
          border: 0.1rem solid rgba(200, 207, 217, 0.5);
          -webkit-border-radius: 1rem;
          -moz-border-radius: 1rem;
          border-radius: 1rem; }
          .quickSearchResults .productGrid .product .card .card-figure .card-figcaption {
            display: none !important; }
          .quickSearchResults .productGrid .product .card .card-figure .card-img-container {
            height: 100%;
            border-bottom: 0;
            overflow: hidden; }
            .quickSearchResults .productGrid .product .card .card-figure .card-img-container:after {
              padding-bottom: 100%; }
            .quickSearchResults .productGrid .product .card .card-figure .card-img-container img {
              max-width: 6rem;
              max-height: 6rem; }
        .quickSearchResults .productGrid .product .card:hover {
          border: 0px;
          box-shadow: none; }
          .quickSearchResults .productGrid .product .card:hover .card-body {
            background: none;
            box-shadow: none; }
            .quickSearchResults .productGrid .product .card:hover .card-body .card-text {
              color: #000d3b; }
            .quickSearchResults .productGrid .product .card:hover .card-body .card-title a {
              color: #000d3b; }
  .quickSearchResults .view-all-btn {
    position: relative;
    top: -.5rem; }
    .quickSearchResults .view-all-btn .button {
      background: #ae090e;
      color: white;
      width: 100%;
      display: block;
      -webkit-border-radius: 0 0 1.5rem 1.5rem;
      -moz-border-radius: 0 0 1.5rem 1.5rem;
      border-radius: 0 0 1.5rem 1.5rem;
      box-shadow: 0px 15px 15px rgba(230, 236, 242, 0.5); }
      .quickSearchResults .view-all-btn .button:hover {
        background: #000d3b;
        color: white;
        border-color: #000d3b; }

.quickSearchMessage {
  padding: 2rem;
  margin: .9rem 0 0;
  background: white;
  font-size: 1.6rem;
  word-break: break-word;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid rgba(200, 207, 217, 0.5);
  color: #000d3b;
  border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: 0px 15px 15px rgba(230, 236, 242, 0.5); }

body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-close-button-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.26006 0.327148L0.26006 5.82715V7.17249L5.26006 12.6725L6.73994 11.3271L3.26055 7.49982H10V5.49982H3.26055L6.73994 1.67249L5.26006 0.327148Z' fill='%23000D3B'/%3E%3C/svg%3E%0A");
  background-size: 1.2rem auto;
  background-position: center; }

body div.snize-ac-results {
  margin-top: 4.2rem;
  margin-left: 4rem; }
  @media screen and (max-width: 1279px) {
    body div.snize-ac-results {
      margin-left: 0;
      margin-top: 4.8rem; } }
  body div.snize-ac-results .snize-dropdown-arrow {
    display: none; }
  body div.snize-ac-results .snize-ac-results-content {
    border: 0.1rem solid #c2c5d0;
    border-radius: 0 0 1.5rem 1.5rem;
    box-shadow: 0px 15px 15px rgba(230, 236, 242, 0.5); }
  body div.snize-ac-results .snize-label {
    color: #ae090e;
    border-bottom-color: #c2c5d0; }
  body div.snize-ac-results .snize-suggestion, body div.snize-ac-results .snize-vendor, body div.snize-ac-results .snize-ta, body div.snize-ac-results .snize-category, body div.snize-ac-results .snize-page {
    color: #000d3b;
    background: none !important; }
    body div.snize-ac-results .snize-suggestion:hover, body div.snize-ac-results .snize-vendor:hover, body div.snize-ac-results .snize-ta:hover, body div.snize-ac-results .snize-category:hover, body div.snize-ac-results .snize-page:hover {
      color: #ae090e; }
  body div.snize-ac-results .snize-product::after {
    border-top-color: #c2c5d0; }
  body div.snize-ac-results .snize-product {
    background: none !important; }
  body div.snize-ac-results .snize-thumbnail {
    border: 0.1rem solid #c2c5d0;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: white; }
    body div.snize-ac-results .snize-thumbnail .snize-item-image {
      max-width: 6rem;
      max-height: 6rem; }
  body div.snize-ac-results .snize-product-info .snize-sku {
    display: none; }
  body div.snize-ac-results .snize-product-info .snize-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000d3b; }
    body div.snize-ac-results .snize-product-info .snize-title:hover {
      color: #ae090e; }
  body div.snize-ac-results .snize-product-info .snize-ac-prices-container .snize-price {
    color: #ae090e;
    font-size: 1.4rem;
    font-weight: 400; }
  body div.snize-ac-results .snize-product-info .snize-ac-prices-container .snize-discounted-price {
    color: #000d3b;
    font-size: 1.4rem;
    font-weight: 400; }
  body div.snize-ac-results .snize-view-all-link {
    padding: 2rem 0;
    background: none !important; }
    body div.snize-ac-results .snize-view-all-link span {
      color: white;
      font-weight: 700;
      background: #ae090e;
      padding: 1rem 2rem;
      -webkit-border-radius: 1.4rem;
      -moz-border-radius: 1.4rem;
      border-radius: 1.4rem;
      font-size: 1.4rem; }
      body div.snize-ac-results .snize-view-all-link span:hover {
        background: #000d3b; }
    body div.snize-ac-results .snize-view-all-link .snize-ac-results-arrow {
      display: none; }
  body div.snize-ac-results .snize-view-all-pages, body div.snize-ac-results .snize-view-all-categories {
    color: #ae090e;
    text-decoration: underline;
    background: none !important; }
    body div.snize-ac-results .snize-view-all-pages .snize-ac-results-arrow, body div.snize-ac-results .snize-view-all-categories .snize-ac-results-arrow {
      display: none; }
    body div.snize-ac-results .snize-view-all-pages:hover, body div.snize-ac-results .snize-view-all-categories:hover {
      color: #000d3b; }

@media screen and (max-width: 1279px) {
  .search-panel.is-open {
    display: block;
    position: absolute;
    left: 0;
    padding: 1rem;
    width: 100%;
    background: white;
    border-top: 0.1rem solid #c2c5d0;
    border-bottom: 0.1rem solid #c2c5d0;
    margin-top: 4.3rem; } }

.search-panel.is-open + .navUser-section .search-link .navUser-action--quickSearch .search-icon {
  display: none; }

.search-panel.is-open + .navUser-section .search-link .navUser-action--quickSearch .close-icon {
  display: block; }

.head-sticky-added div.snize-ac-results {
  margin-top: .5rem; }

.login {
  max-width: 105rem;
  margin: 0 auto; }
  .login .login-row {
    margin: 0;
    padding-top: 2rem;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .login .login-row {
        padding-top: .5rem; } }
    .login .login-row .form-actions {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .login .login-row .form-actions {
          margin-bottom: 1rem; } }
      @media screen and (max-width: 767px) {
        .login .login-row .form-actions .button {
          margin-bottom: 0; } }
      @media screen and (max-width: 413px) {
        .login .login-row .form-actions .button {
          width: auto;
          min-width: 14rem; } }
      .login .login-row .form-actions a {
        text-decoration: none;
        color: #ae090e; }
        .login .login-row .form-actions a:hover {
          color: #000d3b; }

.panel-header {
  padding: 2rem 3rem 0;
  background: #ffebe7;
  -webkit-border-radius: 3rem 3rem 0 0;
  -moz-border-radius: 3rem 3rem 0 0;
  border-radius: 3rem 3rem 0 0; }

.panel-body {
  padding: 1.5rem 3rem 3rem;
  background: #ffebe7;
  -webkit-border-radius: 0 0 3rem 3rem;
  -moz-border-radius: 0 0 3rem 3rem;
  border-radius: 0 0 3rem 3rem; }
  .panel-body ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem; }
    .panel-body ul li {
      position: relative;
      font-size: 1.6rem;
      line-height: 2.4rem;
      color: #000d3b;
      padding-left: 1.5rem; }
      .panel-body ul li:before {
        content: "";
        height: .4rem;
        width: .4rem;
        background: #000d3b;
        position: absolute;
        top: 1.2rem;
        left: 0; }

.account--fixed {
  width: 100%;
  max-width: 100%; }
  .account--fixed .form {
    margin-bottom: 0; }

.account-product-detail-heading {
  color: #333333; }

.account-orderStatus-label {
  font-weight: 500;
  background: #cccccc;
  color: #333333; }

.navBar--sub {
  margin-bottom: 4rem; }
  .navBar--sub .navBar-item {
    margin: 0 1rem; }
    @media screen and (max-width: 1023px) {
      .navBar--sub .navBar-item {
        display: inline-block;
        width: auto;
        margin-top: .5rem; } }
    .navBar--sub .navBar-item .navBar-action {
      color: #333333;
      font-size: 1.4rem;
      font-weight: 700; }
      .navBar--sub .navBar-item .navBar-action:hover {
        color: #ae090e; }
  .navBar--sub .navBar-item.is-active {
    border-bottom-color: #ae090e;
    color: #ae090e;
    font-weight: 700; }
    .navBar--sub .navBar-item.is-active .navBar-action {
      color: #ae090e; }

.account-product--alignMiddle .account-product-checkItem {
  left: 0; }

.account-product--alignMiddle .account-product-figure {
  left: 0; }
  .account-product--alignMiddle .account-product-figure:after {
    padding-bottom: 0; }

.account-product--alignMiddle .account-product-body {
  padding-left: 2rem; }

.account-product-title {
  font-weight: 400;
  padding-right: 7rem; }

.account-product-price {
  font-weight: 700;
  font-size: 1.4rem;
  padding-left: 1rem; }

.account-orderTotal-key {
  color: #000d3b;
  font-weight: 700; }

.account-orderTotal-value {
  font-weight: 700; }

.account-product-title {
  font-weight: 700; }

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

p.is-read {
  margin-bottom: 1rem; }

.panel--address .panel-body {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  padding: 3rem;
  min-height: 21.857rem; }
  .panel--address .panel-body ul {
    margin: 0; }
    .panel--address .panel-body ul li {
      padding-left: 0;
      font-size: 1.4rem;
      line-height: 2rem; }
      .panel--address .panel-body ul li:before {
        display: none; }
  .panel--address .panel-body .address-label {
    font-weight: 700;
    color: #000d3b; }
  .panel--address .panel-body .address-label, .panel--address .panel-body .address-description {
    font-size: 1.4rem; }
  .panel--address .panel-body .button--small {
    min-height: 3.6rem;
    padding: .7rem 2rem;
    font-size: 1.2rem; }

.account--fixedLarge {
  width: 100%; }

.table-actions .button {
  min-height: 3.6rem;
  padding: .7rem 2rem;
  font-size: 1.2rem; }
  @media screen and (max-width: 767px) {
    .table-actions .button {
      font-size: .9rem;
      padding: .7rem 1rem; } }

.productGrid .product .form {
  text-align: center; }

.form-input[readonly] {
  background: white; }

.type-404 .body .form {
  margin-bottom: 0; }
  .type-404 .body .form .form-field {
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .pagination .pagination-list--small .pagination-item {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .account .pagination {
    margin-top: 2rem; } }

@media screen and (max-width: 767px) {
  .account-product--alignMiddle .account-product-body {
    padding-bottom: 0px; } }

.account-product--alignMiddle .account-product-body .account-product-title {
  font-weight: 700;
  font-size: 1.4rem; }

@media screen and (max-width: 1023px) {
  .navBar--account {
    display: block; } }

@media screen and (max-width: 1023px) {
  .addressList {
    margin: 0; } }

@media screen and (max-width: 767px) {
  .addressList {
    margin: 0; } }

.form-row.form-row--half + .form-row .form-column {
  padding-left: 0;
  padding-right: 0px; }
  .form-row.form-row--half + .form-row .form-column > .form-field + .form-label {
    clear: both;
    padding: 0 1rem; }

.type-giftcertificates .form-field-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0px;
  margin-bottom: 0; }

.type-giftcertificates_redeem .body .account--fixed li {
  font-size: 1.6rem;
  line-height: 2.7rem; }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: inherit; }
  .form-prefixPostfix--centeredColumn.wrap .form-label {
    width: 100%; }
  .form-prefixPostfix--centeredColumn.wrap .form-input {
    width: 62%;
    max-width: 62%; }
    @media screen and (max-width: 767px) {
      .form-prefixPostfix--centeredColumn.wrap .form-input {
        width: 100%;
        max-width: 100%; } }
  .form-prefixPostfix--centeredColumn.wrap .button.button--primary {
    width: 35%;
    margin: 0px;
    margin-left: 3%; }
    @media screen and (max-width: 767px) {
      .form-prefixPostfix--centeredColumn.wrap .button.button--primary {
        width: 100%;
        margin-top: 1.5rem;
        margin-left: 0; } }

@media screen and (max-width: 767px) {
  .type-giftcertificates .modal-body {
    padding-top: 5rem; } }

@media screen and (max-width: 1023px) {
  .account--fixedSmall {
    max-width: 60rem;
    margin: 0 auto; } }

@media screen and (max-width: 1023px) {
  .account--fixedSmall h1 + p {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .account-listItem {
    padding-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  .account-orderStatus {
    bottom: .5rem; } }

@media screen and (max-width: 767px) {
  .account-body {
    margin: 0; } }

@media screen and (max-width: 767px) {
  .login-form, .new-customer {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .wishlist-form .form-field {
    padding: 0; } }

.type-account_recentitems .body {
  padding-bottom: 6rem; }

.account-product-title a {
  color: #ae090e; }
  .account-product-title a:hover {
    color: #000d3b; }

.account-product-detail-heading {
  color: #000d3b; }

.account-orderStatus-label {
  background: #ffe5d0;
  color: #000d3b;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }

.account-product--alignMiddle .account-product-checkItem {
  width: 3rem; }

.form-checkbox + .form-label::before {
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  background: #ffe5d0;
  border: none;
  width: 2.1rem;
  height: 2.1rem; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 3L4.5 6L9.5 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem .8rem;
  width: 2.1rem;
  height: 2.1rem;
  top: .2rem; }

.account-product-figure img {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }

@media screen and (max-width: 767px) {
  .panel-title {
    font-size: 2.4rem; } }

.form-row {
  margin: 0; }

.account-listShipping .account-listShipping-title {
  font-weight: normal; }

.account-product-body .definitionList {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.1rem; }
  .account-product-body .definitionList .definitionList-value {
    color: #4b5062; }

.definitionList + .button {
  margin-top: 2rem; }

.account-order-address {
  font-size: 1.6rem;
  line-height: 2.2rem; }

.page_type__account_order .account-orderTotal {
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .page_type__account_order .account-orderTotal {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .page_type__account_order .account-sidebar-block {
    margin-top: 2rem;
    border-top: 0rem solid #c2c5d0;
    padding-top: 1rem; } }

@media screen and (min-width: 1024px) {
  .page_type__account_order .account-content--fixedSmall {
    width: 62%; } }

.account-orderTotal-value:last-child {
  font-size: 2.4rem; }

@media screen and (max-width: 767px) {
  .type-editaccount .form-actions, .page_type__shippingaddressform .form-actions {
    padding-left: 1rem;
    padding-right: 1rem; } }

.account-orderStatus-label {
  padding: .3rem .5rem .1rem; }

.account-product-checkItem .form-checkbox + .form-label {
  outline: none !important; }

.account-product-checkItem .form-checkbox + .form-label::before, .account-product-checkItem .form-radio + .form-label::before {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3rem; }

.account-product-checkItem .form-checkbox:checked + .form-label::before {
  background: #ae090e; }

.account-product-checkItem .form-checkbox + .form-label::after {
  width: 1.5rem;
  height: 1.5rem;
  top: .3rem; }

.panel--address .panel-body {
  min-height: 26.857rem; }
  @media screen and (max-width: 1023px) {
    .panel--address .panel-body {
      padding: 2.5rem; } }
  .panel--address .panel-body .form-actions {
    margin-bottom: .6rem; }

.blog-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -1.6rem; }
  @media screen and (max-width: 1279px) {
    .blog-listing {
      margin: 0 -1rem; } }
  .blog-listing .blog + .blog {
    border-top: 0; }
  .blog-listing .blog {
    padding: 0 1.6rem;
    width: 33.33%;
    margin: 0;
    height: auto;
    float: none;
    padding-bottom: 3rem; }
    @media screen and (max-width: 1279px) {
      .blog-listing .blog {
        padding: 0 10px 20px; } }
    @media screen and (max-width: 1023px) {
      .blog-listing .blog {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .blog-listing .blog {
        width: 100%; } }
    .blog-listing .blog .content {
      background: white;
      padding: 0 0 2rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      height: 100%;
      border: 0.1rem solid #c2c5d0;
      -webkit-border-radius: 3rem;
      -moz-border-radius: 3rem;
      border-radius: 3rem; }
      .blog-listing .blog .content .blog-post-body {
        width: 100%;
        padding: 2rem 2rem 0;
        margin-top: 0;
        text-align: left; }
        .blog-listing .blog .content .blog-post-body .blog-post {
          font-size: 1.6rem;
          line-height: 2.3rem; }
          .blog-listing .blog .content .blog-post-body .blog-post .read-btn {
            margin-top: 1.5rem; }
          .blog-listing .blog .content .blog-post-body .blog-post a {
            text-transform: capitalize;
            color: #ae090e; }
            .blog-listing .blog .content .blog-post-body .blog-post a:hover {
              text-decoration: underline; }
        .blog-listing .blog .content .blog-post-body .blog-date, .blog-listing .blog .content .blog-post-body .blog-author {
          font-size: 1.3rem;
          color: #4b5062;
          text-align: left;
          margin-bottom: 1rem; }
        .blog-listing .blog .content .blog-post-body .blog-title {
          margin: 0 0 1rem;
          font-size: 1.8rem;
          line-height: 2.4rem; }
          .blog-listing .blog .content .blog-post-body .blog-title a {
            color: #ae090e; }
            .blog-listing .blog .content .blog-post-body .blog-title a:hover {
              color: #000d3b; }
      .blog-listing .blog .content .blog-post-figure {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0; }
        .blog-listing .blog .content .blog-post-figure .blog-thumbnail {
          width: 100%;
          margin: 0;
          max-width: 100%;
          overflow: hidden;
          -webkit-border-radius: 3rem 3rem 0 0;
          -moz-border-radius: 3rem 3rem 0 0;
          border-radius: 3rem 3rem 0 0; }
          .blog-listing .blog .content .blog-post-figure .blog-thumbnail img {
            width: 100%;
            height: 22rem;
            object-fit: cover;
            object-position: center;
            transform: scale(1);
            transition: .3s ease-in-out;
            -webkit-border-radius: 3rem 3rem 0 0;
            -moz-border-radius: 3rem 3rem 0 0;
            border-radius: 3rem 3rem 0 0; }
            @media screen and (max-width: 1279px) {
              .blog-listing .blog .content .blog-post-figure .blog-thumbnail img {
                height: 17.278vw; } }
            @media screen and (max-width: 1023px) {
              .blog-listing .blog .content .blog-post-figure .blog-thumbnail img {
                height: 27.278vw; } }
            @media screen and (max-width: 767px) {
              .blog-listing .blog .content .blog-post-figure .blog-thumbnail img {
                height: 48.278vw; } }
          .blog-listing .blog .content .blog-post-figure .blog-thumbnail:hover img {
            transform: scale(1.1); }

.type-blog .body {
  margin-bottom: 5rem; }
  @media screen and (max-width: 767px) {
    .type-blog .body {
      margin-bottom: 4rem; } }
  .type-blog .body .page {
    margin: 0; }

.type-blog_post .body .blog {
  margin-top: 4rem; }
  @media screen and (max-width: 1023px) {
    .type-blog_post .body .blog {
      margin-top: 3rem; } }

.type-blog_post .body .blog-post-figure {
  width: 100%; }
  .type-blog_post .body .blog-post-figure .blog-thumbnail {
    max-width: 100%;
    margin-top: 4rem; }
    @media screen and (max-width: 767px) {
      .type-blog_post .body .blog-post-figure .blog-thumbnail {
        margin-top: 3rem; } }
    .type-blog_post .body .blog-post-figure .blog-thumbnail img {
      width: 100%;
      height: 60rem;
      object-fit: cover;
      object-position: center; }
      @media screen and (max-width: 1023px) {
        .type-blog_post .body .blog-post-figure .blog-thumbnail img {
          height: 52.667vw; } }
      @media screen and (max-width: 767px) {
        .type-blog_post .body .blog-post-figure .blog-thumbnail img {
          height: 60.667vw; } }

.type-blog_post .body .blog-header .blog-date {
  color: #4b5062;
  font-size: 1.4rem;
  margin-bottom: 3rem; }

.type-blog_post .body .blog-header h1.blog-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1023px) {
    .type-blog_post .body .blog-header h1.blog-title {
      font-size: 3.2rem;
      line-height: 4rem; } }
  @media screen and (max-width: 767px) {
    .type-blog_post .body .blog-header h1.blog-title {
      font-size: 2.8rem;
      line-height: 3.2rem;
      margin: 0 0 1rem; } }
  .type-blog_post .body .blog-header h1.blog-title a {
    color: #333333;
    pointer-events: none; }

.type-blog_post .body .blog-post-body {
  width: 100%;
  padding: 0 5rem; }
  @media screen and (max-width: 1023px) {
    .type-blog_post .body .blog-post-body {
      padding: 0 2rem; } }
  @media screen and (max-width: 767px) {
    .type-blog_post .body .blog-post-body {
      padding: 0; } }
  .type-blog_post .body .blog-post-body .blog-post {
    font-size: 1.6rem;
    line-height: 2.3rem; }
    .type-blog_post .body .blog-post-body .blog-post a {
      color: #ae090e; }
      .type-blog_post .body .blog-post-body .blog-post a:hover {
        text-decoration: underline; }

.type-blog_post .body .socialLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 0.1rem solid #c2c5d0;
  margin-top: 5rem;
  padding-top: 3rem; }
  @media screen and (max-width: 767px) {
    .type-blog_post .body .socialLinks {
      margin-top: 3rem;
      padding-top: 2.5rem; } }
  .type-blog_post .body .socialLinks li {
    font-weight: 600;
    font-size: 1.2rem;
    color: #333333;
    padding: 0 .8rem;
    margin: 0; }
    .type-blog_post .body .socialLinks li:first-child {
      padding-right: 1.4rem; }
    .type-blog_post .body .socialLinks li .socialLinks__link {
      width: 3.2rem;
      height: 3.2rem;
      border: 0.1rem solid #c2c5d0;
      border-radius: 50%;
      padding: .8rem; }
      .type-blog_post .body .socialLinks li .socialLinks__link:after, .type-blog_post .body .socialLinks li .socialLinks__link:before {
        display: none !important; }
      .type-blog_post .body .socialLinks li .socialLinks__link .aria-description--hidden {
        display: none !important; }
      .type-blog_post .body .socialLinks li .socialLinks__link svg {
        fill: #000d3b; }
      .type-blog_post .body .socialLinks li .socialLinks__link:hover {
        border-color: #ae090e; }
        .type-blog_post .body .socialLinks li .socialLinks__link:hover svg {
          fill: #ae090e; }

.type-blog_post .body .video {
  position: relative;
  padding-bottom: 54.55%; }
  .type-blog_post .body .video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important; }

.type-blog_post .video {
  opacity: 1; }

.type-blog_post .blog-post p + h2 {
  margin-top: 1.5rem; }

@media screen and (max-width: 767px) {
  .type-blog_post .blog-post p img {
    margin-right: 0 !important;
    float: none !important;
    width: 100%;
    height: auto;
    margin-bottom: 2rem; } }

.img-text img {
  margin-right: 1rem; }
  .img-text img + a {
    margin-right: 1rem; }

.img-text + p a + a {
  margin-left: 1rem; }

.sitemap-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .sitemap-listing {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .sitemap-listing > li.first {
    width: 33.33%; }
    @media screen and (max-width: 767px) {
      .sitemap-listing > li.first {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .sitemap-listing > li.first h2 {
        margin: 2rem 0 1rem; } }
    @media screen and (max-width: 767px) {
      .sitemap-listing > li.first:first-child h2 {
        margin-top: 0; } }
    .sitemap-listing > li.first:before {
      display: none; }
    .sitemap-listing > li.first li {
      padding: .3rem 0; }
      .sitemap-listing > li.first li a {
        color: #000d3b; }
        .sitemap-listing > li.first li a:hover {
          color: #ae090e; }

.type-page .page {
  margin: 0; }
  .type-page .page iframe {
    max-width: 100%; }
  .type-page .page .page-content .order-status__form .form-signin {
    max-width: 70rem;
    margin: 0 auto 0;
    padding-top: 3rem; }
    @media screen and (max-width: 767px) {
      .type-page .page .page-content .order-status__form .form-signin {
        padding-top: 1rem; } }
    .type-page .page .page-content .order-status__form .form-signin .text-center {
      text-align: center; }
    .type-page .page .page-content .order-status__form .form-signin .card {
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      border: 0.1rem solid #c2c5d0;
      padding: 0; }
      .type-page .page .page-content .order-status__form .form-signin .card h4 {
        background: #000d3b;
        color: white;
        text-align: center;
        margin: 0;
        padding: 1.5rem 3rem;
        -webkit-border-radius: 2rem 2rem 0 0;
        -moz-border-radius: 2rem 2rem 0 0;
        border-radius: 2rem 2rem 0 0; }
      .type-page .page .page-content .order-status__form .form-signin .card .card-body {
        padding: 2rem 4rem 4rem;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          .type-page .page .page-content .order-status__form .form-signin .card .card-body {
            padding: 1rem 2rem 2rem; } }
        .type-page .page .page-content .order-status__form .form-signin .card .card-body #login-form {
          width: 100%; }
        .type-page .page .page-content .order-status__form .form-signin .card .card-body .form-floating {
          width: 100%;
          margin: 2rem 0 0; }
          .type-page .page .page-content .order-status__form .form-signin .card .card-body .form-floating .form-control {
            padding: 1.4rem 2rem;
            font-size: 1.4rem;
            line-height: 2rem;
            color: #000d3b;
            font-family: "Foco", arial, sans-serif;
            border: 0.15rem solid #c2c5d0;
            -webkit-border-radius: 1.5rem;
            -moz-border-radius: 1.5rem;
            border-radius: 1.5rem;
            font-weight: 400;
            height: auto;
            width: 100%; }
          .type-page .page .page-content .order-status__form .form-signin .card .card-body .form-floating #login-button {
            font-size: 1.4rem;
            line-height: 1.8rem;
            font-family: "Foco", arial, sans-serif;
            font-weight: bold;
            padding: 1.3rem 3rem;
            text-transform: capitalize;
            -webkit-border-radius: 1.4rem;
            -moz-border-radius: 1.4rem;
            border-radius: 1.4rem;
            box-sizing: border-box;
            border: 0.15rem solid #ae090e;
            background: #ae090e;
            color: white;
            margin-bottom: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 2rem; }
            @media screen and (max-width: 767px) {
              .type-page .page .page-content .order-status__form .form-signin .card .card-body .form-floating #login-button {
                padding: 1rem 3rem; } }
            .type-page .page .page-content .order-status__form .form-signin .card .card-body .form-floating #login-button:hover {
              background: #000d3b;
              color: white;
              border-color: #000d3b; }
          .type-page .page .page-content .order-status__form .form-signin .card .card-body .form-floating p#login-error {
            text-align: center;
            font-size: 1.6rem;
            color: #000d3b; }
          .type-page .page .page-content .order-status__form .form-signin .card .card-body .form-floating label {
            display: none; }
      .type-page .page .page-content .order-status__form .form-signin .card:hover {
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem;
        box-shadow: none; }
  .type-page .page .order-container {
    max-width: 100%;
    margin: 3rem auto 0;
    background: white;
    border: 0.1rem solid #c2c5d0;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    padding: 2rem; }
  .type-page .page .order-container .order-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    gap: 1rem; }
  @media screen and (min-width: 768px) {
    .type-page .page .order-container .order-header {
      grid-template-columns: 3fr 1fr; } }
  .type-page .page .order-container .row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 1rem; }
  .type-page .page .order-container .status-wrapper, .type-page .page .order-container .title-wrapper {
    text-align: center;
    width: 100%; }
  @media screen and (min-width: 768px) {
    .type-page .page .order-container .title-wrapper {
      text-align: left;
      margin-bottom: 0; } }
  .type-page .page .order-container .date-wrapper {
    width: 100%;
    text-align: center;
    font-size: 16px; }
  @media screen and (min-width: 768px) {
    .type-page .page .order-container .date-wrapper {
      grid-column: 2; } }
  .type-page .page .order-container .themed-grid-col {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff; }
  .type-page .page .order-container .order {
    color: #417eef;
    font-size: 24px; }
  .type-page .page .order-container .status-0, .type-page .page .order-container .status-1, .type-page .page .order-container .status-6, .type-page .page .order-container .status-12, .type-page .page .order-container .status-13 {
    background: #a9a9a9; }
  .type-page .page .order-container .status-2 {
    background: #59ac1f; }
  .type-page .page .order-container .status-3 {
    background: #417eef; }
  .type-page .page .order-container .status-4, .type-page .page .order-container .status-5 {
    background: #585857; }
  .type-page .page .order-container .status-7 {
    background: #f88f1e; }
  .type-page .page .order-container .status-8 {
    background: #417eef; }
  .type-page .page .order-container .status-9 {
    background: #ee4d41; }
  .type-page .page .order-container .status-10 {
    background: #59ac1f; }
  .type-page .page .order-container .status-11 {
    background: #ee4d41; }
  .type-page .page .order-container .status-14 {
    background: #585857; }
  .type-page .page .order-container .header {
    background: #edecec;
    border: 2px solid #fff;
    position: relative;
    z-index: unset; }
  .type-page .page .order-container a {
    text-decoration: none;
    color: #417eef; }
  .type-page .page .order-container a:hover {
    text-decoration: underline; }
  .type-page .page .order-container .tracking-number, .type-page .page .order-container .tracking-number:hover {
    color: #f88f1e; }
  .type-page .page .table-header [class*=col-] {
    width: 66.66667%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .type-page .page .table-header [class*=col-]:last-of-type {
    width: 33.3333%; }
  @media screen and (max-width: 767px) {
    .type-page .page .table-header [class*=col-] {
      width: 100%; } }
  .type-page .page .awaiting-shipment-container h1 {
    font-size: 3rem;
    line-height: 3.6rem; }
    @media screen and (max-width: 767px) {
      .type-page .page .awaiting-shipment-container h1 {
        font-size: 2.6rem;
        line-height: 3.2rem; } }
  .type-page .page .awaiting-shipment-container .column-value {
    color: #59ac1f;
    font-size: 16px; }
  .type-page .page .item {
    display: flex;
    flex-flow: row nowrap;
    padding: 15px 0;
    width: 100%; }
  .type-page .page .item:not(:last-child) {
    border-bottom: 1px solid #eee; }
  .type-page .page .item-image img {
    max-width: 100%;
    height: auto; }
  .type-page .page .item .item-info {
    display: flex;
    justify-content: space-between;
    padding-left: 15px; }
  .type-page .page .item .item-info .item-details a {
    font-size: 16px; }
  .type-page .page .item .item-info .item-details ul {
    list-style: none;
    padding-left: 0;
    padding-top: 10px; }
  .type-page .page .item .item-info .item-details ul li {
    font-size: 14px;
    color: #424242; }
  .type-page .page .tooltip__wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s; }
  .type-page .page .tooltip__wrapper:hover {
    transition: .1s;
    cursor: pointer;
    color: #417eef; }
  .type-page .page .est-tooltip {
    max-width: 200px;
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    width: 200px;
    transform: translateY(-100%);
    background: #333;
    color: #fff;
    border-radius: 3px;
    padding: .25em; }
  .type-page .page .est-tooltip:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 5px solid transparent;
    border-top-color: #333;
    position: absolute;
    right: .6em;
    bottom: 0;
    transform: translateY(100%); }
  @media only screen and (min-width: 768px) {
    .type-page .page .text-center-desktop {
      text-align: center; }
    .type-page .page .item-image {
      flex: 0 1 16%; }
    .type-page .page .item .item-info {
      flex: 0 1 84%;
      flex-flow: row nowrap; }
    .type-page .page .item-info .item-details {
      flex: 0 1 59%; }
    .type-page .page .est-ship-date, .type-page .page .item-qty {
      text-align: center;
      flex: 0 1 39%;
      font-weight: 700; } }
  @media only screen and (max-width: 767px) {
    .type-page .page .hide-size-mobile {
      display: none !important; }
    .type-page .page .form-floating {
      margin-left: 20px;
      margin-right: 20px; }
    .type-page .page .item-image {
      flex: 0 1 25%; }
    .type-page .page .item .item-info {
      flex-flow: row wrap;
      flex: 0 1 75%; }
    .type-page .page .item-info > * {
      flex: 1 1 100%; }
    .type-page .page .est-ship-date, .type-page .page .item-qty {
      font-size: 14px; }
    .type-page .page .est-ship-date:before, .type-page .page .item-qty:before {
      content: "Est. Ship Date: ";
      font-weight: 700; }
    .type-page .page .item-qty:before {
      content: "Qty Shipped: "; } }

#contact-us-page p:nth-child(2) {
  text-align: center; }

#contact-us-page #contact-us-success {
  text-align: center; }

body.mincart-active {
  overflow: hidden;
  width: 100%; }

/* Sliding cart*/
.cart-sliding-block-inn {
  width: 65.2rem;
  top: 0;
  height: 100vh;
  background-color: white;
  bottom: 0;
  position: fixed;
  right: -65.2rem;
  top: 0;
  height: 100vh;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s; }
  @media screen and (max-width: 767px) {
    .cart-sliding-block-inn {
      width: 100%;
      right: -100%;
      border-left: 0px; } }
  .cart-sliding-block-inn .cart-status-msg .alertBox--info {
    background: none;
    font-size: 1.8rem;
    color: #000d3b;
    line-height: 2.5rem;
    font-weight: 700;
    padding: 2rem 3rem 0; }
    @media screen and (max-width: 767px) {
      .cart-sliding-block-inn .cart-status-msg .alertBox--info {
        padding: 2rem 2rem 0;
        font-size: 1.6rem;
        line-height: 2.2rem; } }
    .cart-sliding-block-inn .cart-status-msg .alertBox--info .alertBox-icon {
      display: none; }

.cart-slide-open {
  width: 100%;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 13, 59, 0.5); }
  .cart-slide-open .cart-sliding-block-inn {
    transform: translateX(-65.2rem);
    -ms-transform: translateX(-65.2rem);
    -webkit-transform: translateX(-65.2rem); }
    @media screen and (max-width: 1023px) {
      .cart-slide-open .cart-sliding-block-inn {
        max-height: 100%; } }
    @media screen and (max-width: 767px) {
      .cart-slide-open .cart-sliding-block-inn {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%); } }

.cart-heading {
  background-color: white;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 3.7rem 3rem;
  border-bottom: 0.1rem solid #c2c5d0; }
  @media screen and (max-width: 767px) {
    .cart-heading {
      padding: 2rem 1.5rem; } }
  .cart-heading .cart-heading-inn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%; }
  .cart-heading h3 {
    margin: 0;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #000d3b; }
    @media screen and (max-width: 767px) {
      .cart-heading h3 {
        font-size: 2rem; } }
    .cart-heading h3 span {
      color: #ae090e; }
  .cart-heading .cart-slide-close {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer; }
    .cart-heading .cart-slide-close .close-icon {
      width: 1.7rem;
      height: 1.7rem;
      fill: none;
      stroke: #000d3b;
      position: relative;
      top: -.1rem; }
      @media screen and (max-width: 767px) {
        .cart-heading .cart-slide-close .close-icon {
          width: 1.4rem;
          height: 1.4rem; } }
    .cart-heading .cart-slide-close:hover .close-icon {
      fill: none;
      stroke: #ae090e; }

.cart-product {
  height: calc(100vh - 34.7rem);
  overflow-y: auto; }
  @media screen and (max-width: 1279px) {
    .cart-product {
      height: calc(100vh - 40.7rem); } }
  @media screen and (max-width: 767px) {
    .cart-product {
      height: calc(100vh - 32.7rem); } }

.cart-mini-empty > span {
  padding: 25px;
  display: block;
  text-align: center;
  font-size: 18px; }

.cart.mini-cart {
  padding: 3rem 3rem 0;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .cart.mini-cart {
      padding: 1.5rem 1.5rem 0; } }
  .cart.mini-cart .cart-mini-item {
    padding: 3rem 0;
    border-top: 0.1rem solid #c2c5d0; }
    @media screen and (max-width: 767px) {
      .cart.mini-cart .cart-mini-item {
        padding: 2rem 0; } }
    .cart.mini-cart .cart-mini-item .card-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .cart.mini-cart .cart-mini-item .card-block .cart-image {
        width: 8rem;
        height: 8rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: white;
        border: 0.1rem solid #c2c5d0; }
        @media screen and (max-width: 767px) {
          .cart.mini-cart .cart-mini-item .card-block .cart-image {
            width: 6rem;
            height: 6rem; } }
        .cart.mini-cart .cart-mini-item .card-block .cart-image img {
          width: 6.5rem;
          height: 6.5rem;
          object-fit: cover;
          object-position: center; }
          @media screen and (max-width: 767px) {
            .cart.mini-cart .cart-mini-item .card-block .cart-image img {
              width: 5rem;
              height: 5rem; } }
      .cart.mini-cart .cart-mini-item .card-block .cart-body {
        width: 23rem; }
        @media screen and (max-width: 767px) {
          .cart.mini-cart .cart-mini-item .card-block .cart-body {
            width: 10rem;
            position: relative; } }
        .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity {
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 767px) {
            .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity {
              flex-wrap: wrap;
              -webkit-flex-wrap: wrap;
              -webkit-justify-content: center;
              justify-content: center; } }
          .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .remove-btn {
            position: relative;
            top: -.3rem; }
            @media screen and (max-width: 767px) {
              .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .remove-btn {
                order: 2;
                margin-left: 1rem;
                position: relative;
                top: -.2rem; } }
          .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .cart-mini-item-remove .icon {
            width: 1.1rem;
            height: 1.3rem; }
            .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .cart-mini-item-remove .icon svg {
              fill: #4b5062;
              stroke: #4b5062; }
            .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .cart-mini-item-remove .icon:hover svg {
              fill: #ae090e;
              stroke: #ae090e; }
          .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .cart-mini-item-price {
            font-size: 1.6rem;
            color: #000d3b;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .cart-mini-item-price {
                font-size: 1.4rem;
                order: 1; } }
            @media screen and (max-width: 767px) {
              .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .cart-mini-item-price .cart-item-value {
                padding-left: 0; } }
          @media screen and (max-width: 767px) {
            .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .form-field--increments {
              order: 3; } }
          .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .form-increment {
            width: 10rem; }
            @media screen and (max-width: 767px) {
              .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .form-increment {
                margin-bottom: .5rem; } }
            .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .form-increment .form-input {
              width: 5rem;
              padding: .9rem .5rem; }
              @media screen and (max-width: 767px) {
                .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .form-increment .form-input {
                  padding: .7rem .5rem;
                  font-size: 1.4rem; } }
            .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .form-increment .button .icon {
              width: 1rem;
              height: 1rem; }
              .cart.mini-cart .cart-mini-item .card-block .cart-body .cart-mini-item-quantity .form-increment .button .icon svg {
                top: -.1rem; }
      .cart.mini-cart .cart-mini-item .card-block .mini-cart-title-inn {
        width: calc(100% - 31rem);
        padding: 0 3rem 0 2rem; }
        @media screen and (max-width: 767px) {
          .cart.mini-cart .cart-mini-item .card-block .mini-cart-title-inn {
            padding: 0 1.5rem;
            width: calc(100% - 16rem); } }
        .cart.mini-cart .cart-mini-item .card-block .mini-cart-title-inn .brand-name {
          display: none; }
        .cart.mini-cart .cart-mini-item .card-block .mini-cart-title-inn .cart-title {
          margin: 0;
          padding: 0;
          font-size: 1.6rem;
          line-height: 2.1rem;
          font-weight: 700;
          text-transform: none; }
          @media screen and (max-width: 767px) {
            .cart.mini-cart .cart-mini-item .card-block .mini-cart-title-inn .cart-title {
              font-size: 1.4rem;
              line-height: 1.9rem; } }
          .cart.mini-cart .cart-mini-item .card-block .mini-cart-title-inn .cart-title a {
            color: #000d3b; }
            .cart.mini-cart .cart-mini-item .card-block .mini-cart-title-inn .cart-title a:hover {
              color: #ae090e; }

.cart-footer {
  height: 24rem;
  padding: 3rem;
  border-top: 1px solid #c2c5d0; }
  @media screen and (max-width: 1279px) {
    .cart-footer {
      height: 30rem; } }
  @media screen and (max-width: 767px) {
    .cart-footer {
      padding: 2rem 1.5rem;
      height: 22rem; } }
  .cart-footer .cart-mini-footer-wrap {
    padding-bottom: 2rem; }
  .cart-footer .pro-selling-row {
    padding-top: 0rem; }
    @media screen and (max-width: 767px) {
      .cart-footer .pro-selling-row {
        padding-top: 0rem; } }

.cart-mini-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .cart-mini-footer .cart-mini-footer-wrap {
    width: 100%; }
  .cart-mini-footer .cart-mini-actions-inn, .cart-mini-footer .cart-mini-subtotal-inn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .cart-mini-footer .cart-mini-subtotal-heading {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #222222; }
  .cart-mini-footer .cart-mini-subtotal-value {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #222222; }
  .cart-mini-footer .cart-mini-actions-inn .left-block, .cart-mini-footer .cart-mini-actions-inn .right-block {
    width: 50%; }
    .cart-mini-footer .cart-mini-actions-inn .left-block .button, .cart-mini-footer .cart-mini-actions-inn .right-block .button {
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem;
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .cart-mini-footer .cart-mini-actions-inn .left-block .button, .cart-mini-footer .cart-mini-actions-inn .right-block .button {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          font-size: 1.4rem; } }
  .cart-mini-footer .cart-mini-actions-inn .left-block {
    padding-right: 0;
    width: 100%; }
    .cart-mini-footer .cart-mini-actions-inn .left-block .button {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background: #ae090e;
      color: white; }
      .cart-mini-footer .cart-mini-actions-inn .left-block .button svg {
        width: 1.2rem;
        height: 1.5rem;
        fill: none;
        margin-right: 1rem;
        position: relative;
        top: -.2rem; }
      .cart-mini-footer .cart-mini-actions-inn .left-block .button:hover {
        background: #000d3b;
        border-color: #000d3b;
        color: white; }
  .cart-mini-footer .cart-mini-actions-inn .right-block {
    padding-left: 9px; }
    @media screen and (max-width: 767px) {
      .cart-mini-footer .cart-mini-actions-inn .right-block {
        padding-left: .5rem; } }
    .cart-mini-footer .cart-mini-actions-inn .right-block .button {
      background: white;
      color: #000d3b;
      border-color: #000d3b; }
      .cart-mini-footer .cart-mini-actions-inn .right-block .button:hover {
        background: #000d3b;
        color: white; }

.cart-sliding-block-inn .progressbar-wrapper {
  padding: 3rem 3rem 1rem; }
  @media screen and (max-width: 767px) {
    .cart-sliding-block-inn .progressbar-wrapper {
      padding: 2rem 1.5rem 1rem; } }

.progress-bar {
  width: 100%;
  height: 1rem;
  background-color: #D5D9E6;
  border-radius: 1rem;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .progress-bar {
      height: .6rem; } }

.progress {
  height: 100%;
  background-color: #D5D9E6;
  color: white;
  text-align: center;
  line-height: 20px;
  transition: width 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px; }

.progress-text {
  font-weight: bold;
  padding: 0;
  font-family: "Foco", arial, sans-serif;
  color: #000d3b;
  margin-bottom: 1.5rem;
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .progress-text {
      font-size: 1.2rem; } }
  .progress-text span {
    color: #005E1A; }
  .progress-text a {
    position: relative;
    font-size: 1.6rem;
    color: #000d3b;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 1.5rem; }
    @media screen and (max-width: 767px) {
      .progress-text a {
        font-size: 1.1rem; } }
    .progress-text a:before {
      content: "";
      background: #c2c5d0;
      width: .1rem;
      height: 1.7rem;
      position: absolute;
      top: 0;
      left: -1rem; }
    .progress-text a:hover {
      color: #ae090e; }

.cart-main-panel {
  border: 0.1rem solid #c2c5d0;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 3rem; }
  @media screen and (max-width: 1023px) {
    .cart-main-panel {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .cart-main-panel {
      padding: 0 1.5rem; } }
  .cart-main-panel .cart-right-panel {
    border-left: 0.1rem solid #c2c5d0;
    padding-left: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 39rem; }
    @media screen and (max-width: 1023px) {
      .cart-main-panel .cart-right-panel {
        width: 100%;
        border-left: 0;
        border-top: 0.1rem solid #c2c5d0;
        padding-left: 0; } }
    .cart-main-panel .cart-right-panel .cart-content-padding-right {
      padding: 0; }
    .cart-main-panel .cart-right-panel .cart-totals {
      padding: 0;
      margin: 0;
      width: 100%;
      float: none;
      border-top: 0.1rem solid #c2c5d0;
      margin-top: 2rem; }
  .cart-main-panel .cart-left-panel {
    padding: 3rem 3rem 1rem 0;
    width: calc(100% - 39rem); }
    @media screen and (max-width: 1023px) {
      .cart-main-panel .cart-left-panel {
        width: 100%;
        padding-right: 0;
        padding-top: 0; } }

.cart-header-item {
  font-size: 1.2rem;
  color: #000d3b;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1.5rem; }

.cart-list {
  border-top: 0.1rem solid #c2c5d0; }
  @media screen and (max-width: 1023px) {
    .cart-list {
      border-top: 0; } }

.cart-item-title {
  padding: 3rem 2rem; }
  @media screen and (max-width: 1023px) {
    .cart-item-title {
      padding: 2rem 1.5rem; } }
  .cart-item-title .cart-item-brand {
    display: none; }

.cart-item-figure {
  text-align: left;
  padding: 3rem 0; }
  @media screen and (max-width: 1023px) {
    .cart-item-figure {
      padding: 2rem 0; } }
  .cart-item-figure .cart-pro-img {
    width: 10rem;
    height: 10rem;
    border: 0.1rem solid #c2c5d0;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .cart-item-figure .cart-pro-img img {
      margin: auto;
      max-width: 8rem;
      max-height: 8rem;
      width: 100%;
      height: auto; }

.cart-item-quantity .cart-item-label {
  padding-left: 4rem; }
  @media screen and (max-width: 767px) {
    .cart-item-quantity .cart-item-label {
      padding-left: 0rem;
      padding-top: 1rem; } }

.cart-item-quantity .form-increment {
  width: 10rem; }
  @media screen and (max-width: 1023px) {
    .cart-item-quantity .form-increment {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  .cart-item-quantity .form-increment .form-input {
    width: 4rem;
    padding: .9rem .5rem; }
    @media screen and (max-width: 767px) {
      .cart-item-quantity .form-increment .form-input {
        font-size: 1.4rem; } }
  .cart-item-quantity .form-increment .button .icon {
    width: 1rem;
    height: 1rem; }
    .cart-item-quantity .form-increment .button .icon svg {
      top: -.1rem; }

.cart-item {
  border-bottom: 0.1rem solid #c2c5d0; }
  .cart-item:last-child {
    border: none; }

.type-cart h1.page-heading span {
  color: #ae090e; }

.cart-item-name {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Foco", arial, sans-serif;
  line-height: 2.4rem; }
  @media screen and (max-width: 767px) {
    .cart-item-name {
      font-size: 1.6rem;
      line-height: 2.2rem;
      padding-right: 1rem; } }
  .cart-item-name .cart-item-name__label {
    color: #000d3b; }
    .cart-item-name .cart-item-name__label:hover {
      color: #ae090e; }

.definitionList {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #000d3b;
  margin: .5rem 0; }
  .definitionList .definitionList-key {
    font-weight: bold;
    color: #000d3b; }
  .definitionList .definitionList-value {
    font-weight: 400;
    color: #000d3b; }
  .definitionList + a {
    color: #ae090e;
    font-size: 1.4rem;
    text-decoration: underline;
    font-weight: normal; }
    .definitionList + a:hover {
      color: #000d3b; }

.cart-item-title + .cart-item-block {
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .cart-item-title + .cart-item-block {
      text-align: left; } }

.cart-item-block .cart-item-value {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000d3b; }
  @media screen and (max-width: 767px) {
    .cart-item-block .cart-item-value {
      padding-left: 0;
      font-size: 1.4rem; } }

.cart-header-quantity + .cart-header-item {
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .cart-header-quantity + .cart-header-item {
      text-align: left; } }

.cart-item-quantity + .cart-item-block {
  text-align: center;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .cart-item-quantity + .cart-item-block {
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .cart-item-quantity + .cart-item-block {
      position: static; } }
  .cart-item-quantity + .cart-item-block .cart-remove {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 1.1rem;
    height: 1.3rem;
    margin: auto 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 1023px) {
      .cart-item-quantity + .cart-item-block .cart-remove {
        top: auto;
        bottom: .5rem; } }
    @media screen and (max-width: 767px) {
      .cart-item-quantity + .cart-item-block .cart-remove {
        bottom: auto;
        top: 2.3rem; } }
    .cart-item-quantity + .cart-item-block .cart-remove svg {
      fill: #4B5062;
      stroke: #4B5062;
      width: 1.1rem;
      height: 1.3rem; }
    .cart-item-quantity + .cart-item-block .cart-remove:hover svg {
      fill: #ae090e;
      stroke: #ae090e; }

.cart-actions.cart-content-padding-right {
  margin-top: 2rem; }
  .cart-actions.cart-content-padding-right .button {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .cart-actions.cart-content-padding-right .button svg {
      width: 1.2rem;
      height: 1.3rem;
      fill: none;
      position: relative;
      top: -.2rem;
      margin-right: 1rem; }
    .cart-actions.cart-content-padding-right .button:hover {
      background: #000d3b;
      border-color: #000d3b;
      color: white; }
  .cart-actions.cart-content-padding-right.add2CartBtnSticky .button {
    max-width: 32.3rem;
    left: 50% !important;
    transform: translate(-50%, 0) !important; }

.cart-total + .cart-total {
  border-top-color: #c2c5d0; }
  @media screen and (max-width: 1023px) {
    .cart-total + .cart-total {
      border-top: 0.1rem solid #c2c5d0; } }

.cart-total-label {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000d3b;
  font-family: "Foco", arial, sans-serif;
  padding: 2rem 0; }

.cart-total-value {
  color: #000d3b;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Foco", arial, sans-serif;
  padding: 2rem 0; }
  .cart-total-value button {
    font-size: 1.6rem;
    color: #000d3b;
    font-weight: 400; }
    .cart-total-value button:hover {
      color: #ae090e; }

.cart-total-value.with-img button {
  width: 2.4rem;
  height: 2.4rem;
  background: #ae090e;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .cart-total-value.with-img button svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: white; }
  .cart-total-value.with-img button:hover {
    background: #000d3b; }

.coupon-form,
.cart-gift-certificate-form {
  margin-bottom: 2rem; }
  @media screen and (max-width: 1023px) {
    .coupon-form .button,
    .cart-gift-certificate-form .button {
      margin-top: -.2rem; } }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    padding: 1.3rem 1.5rem;
    height: auto; }
    @media screen and (max-width: 767px) {
      .coupon-form .form-input,
      .cart-gift-certificate-form .form-input {
        padding: 1rem 1.5rem; } }

.cart-right-panel .pro-selling-row {
  padding-top: 3rem; }
  .cart-right-panel .pro-selling-row ul li br {
    display: none; }
  .cart-right-panel .pro-selling-row ul li:first-child {
    padding-left: 0; }
  .cart-right-panel .pro-selling-row ul li:last-child {
    padding-right: 0; }

.customers-testimonials .testimonials-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1rem;
  min-width: 100%;
  width: auto; }
  @media screen and (max-width: 1023px) {
    .customers-testimonials .testimonials-inner {
      margin: 0 -2rem; } }
  @media screen and (max-width: 767px) {
    .customers-testimonials .testimonials-inner {
      margin: 0 -1rem; } }
  .customers-testimonials .testimonials-inner .slick-prev, .customers-testimonials .testimonials-inner .slick-next {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }
  .customers-testimonials .testimonials-inner .slick-prev {
    left: -12rem; }
    @media screen and (max-width: 1580px) {
      .customers-testimonials .testimonials-inner .slick-prev {
        left: -6rem; } }
    @media screen and (max-width: 1479px) {
      .customers-testimonials .testimonials-inner .slick-prev {
        left: -2rem; } }
    @media screen and (max-width: 1439px) {
      .customers-testimonials .testimonials-inner .slick-prev {
        left: 0; } }
  .customers-testimonials .testimonials-inner .slick-next {
    right: -12rem; }
    @media screen and (max-width: 1580px) {
      .customers-testimonials .testimonials-inner .slick-next {
        right: -6rem; } }
    @media screen and (max-width: 1479px) {
      .customers-testimonials .testimonials-inner .slick-next {
        right: -2rem; } }
    @media screen and (max-width: 1439px) {
      .customers-testimonials .testimonials-inner .slick-next {
        right: 0; } }
  .customers-testimonials .testimonials-inner .slick-list .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .customers-testimonials .testimonials-inner .col {
    padding: 0 1rem 2rem;
    height: auto; }
    .customers-testimonials .testimonials-inner .col .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      height: 100%; }
    .customers-testimonials .testimonials-inner .col .author {
      text-align: center;
      padding-top: 3rem;
      font-size: 1.6rem;
      font-weight: bold;
      font-family: "Foco", arial, sans-serif;
      color: #000d3b; }
    .customers-testimonials .testimonials-inner .col .box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      height: 100%;
      border: 0.1rem solid #c2c5d0;
      padding: 3rem;
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      position: relative;
      box-shadow: 0px 20px 10px -10px rgba(223, 226, 237, 0.3); }
      @media screen and (max-width: 767px) {
        .customers-testimonials .testimonials-inner .col .box {
          padding: 2rem 1.5rem; } }
      .customers-testimonials .testimonials-inner .col .box:after {
        content: " ";
        position: absolute;
        right: 12rem;
        bottom: -2.4rem;
        background: url(../img/dh-custom/testi-arrow.svg) no-repeat center top;
        width: 6rem;
        height: 2.5rem; }
        @media screen and (max-width: 767px) {
          .customers-testimonials .testimonials-inner .col .box:after {
            right: 8rem; } }
      .customers-testimonials .testimonials-inner .col .box .rating {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .customers-testimonials .testimonials-inner .col .box .rating svg {
          width: 1.4rem;
          height: 1.4rem;
          fill: none;
          margin-right: .4rem; }
      .customers-testimonials .testimonials-inner .col .box h4 {
        font-size: 1.6rem;
        margin: .6rem 0 .8rem;
        color: #000d3b;
        font-weight: bold;
        line-height: 2.1rem; }
      .customers-testimonials .testimonials-inner .col .box p {
        font-size: 1.6rem;
        line-height: 2.4rem; }
        @media screen and (max-width: 767px) {
          .customers-testimonials .testimonials-inner .col .box p {
            font-size: 1.4rem;
            line-height: 2.1rem; } }

.estimator-form .select2-container .select2-selection--single {
  padding: 1rem 1.5rem; }

.estimator-form .form-label {
  line-height: 3.8rem; }

.estimator-form .form-input {
  height: auto;
  padding: .9rem 1.5rem; }

.shipping-quotes {
  margin-bottom: 2rem; }

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

#CartEditProductFieldsForm [data-product-attributes-wrapper] {
  overflow-y: auto;
  padding-right: 2rem; }

.modal--alert {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  .modal--alert .button-container .confirm {
    background: #ae090e;
    color: white;
    border-color: #ae090e; }
    .modal--alert .button-container .confirm:hover, .modal--alert .button-container .confirm:focus {
      background: #000d3b;
      color: white;
      border-color: #000d3b; }

@media screen and (max-width: 1023px) {
  .type-cart .container {
    overflow: inherit; } }

@media screen and (max-width: 767px) {
  .type-cart .progress-text {
    font-size: 1.6rem;
    text-align: center; } }

@media screen and (min-width: 1024px) {
  .type-cart .progress-text a {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  .type-cart .progress-text a {
    font-size: 1.4rem; } }

@media screen and (min-width: 1024px) {
  .type-cart .progress-text a:before {
    display: none; } }

@media screen and (max-width: 1023px) {
  .cart-item-label {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000d3b; } }

@media screen and (max-width: 1023px) {
  .cart-total-label {
    text-align: left; } }

@media screen and (max-width: 1023px) {
  .cart-total-value {
    float: right; } }

@media screen and (max-width: 767px) {
  .cart-item {
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    position: relative; } }

@media screen and (max-width: 767px) {
  .cart-item .cart-item-label {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .cart-item td {
    grid-column: span 2;
    padding: .5rem 1rem;
    text-align: left;
    height: auto; } }

@media screen and (max-width: 767px) {
  .cart-remove {
    position: absolute;
    top: 22px;
    right: 0; } }

@media screen and (max-width: 767px) {
  .cart-item .cart-item-figure {
    grid-row-start: 1;
    grid-row-end: span 4;
    width: auto;
    grid-column: auto !important;
    padding-left: 0; } }

.cart-item-block.cart-item-title .stamped-product-reviews-badge {
  text-align: left;
  line-height: 1.8rem; }
  .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-badge {
    float: none; }
  .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-badge-caption[data-reviews][data-label][data-version="2"]::after {
    content: ")" !important; }
  .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-badge-caption {
    font-size: 1.2rem;
    font-family: "Foco", arial, sans-serif;
    font-weight: 700;
    color: #2C5543;
    top: -.1rem;
    position: relative; }
    .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-badge-caption > span {
      display: none !important;
      font-size: 0; }
    .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-badge-caption:before {
      content: "("; }
  .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-badge-caption[data-reviews="0"]:before {
    content: "(0"; }
  .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-badge[data-rating="0"], .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-badge[data-rating="0,0"], .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-badge[data-rating="0.0"] {
    display: block; }
  .cart-item-block.cart-item-title .stamped-product-reviews-badge .fa-star-half-o::before, .cart-item-block.cart-item-title .stamped-product-reviews-badge .fa-star-o::before, .cart-item-block.cart-item-title .stamped-product-reviews-badge .fa-star::before, .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-fa-star-half-o::before, .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-fa-star-o::before, .cart-item-block.cart-item-title .stamped-product-reviews-badge .stamped-fa-star::before {
    font-size: 1.4rem; }

.cart-right-panel .cart-additionalCheckoutButtons .FloatRight div, .cart-right-panel .previewCart-additionalCheckoutButtons .FloatRight div {
  width: 100%;
  max-width: 100%; }

.cart-right-panel .cart-additionalCheckoutButtons .FloatRight .PaypalCommerceContainer, .cart-right-panel .previewCart-additionalCheckoutButtons .FloatRight .PaypalCommerceContainer {
  width: 100%; }

.cart-right-panel .cart-additionalCheckoutButtons .FloatRight p, .cart-right-panel .previewCart-additionalCheckoutButtons .FloatRight p {
  font-size: 1.4rem;
  color: #000d3b;
  text-align: center;
  width: 100%; }

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

.estimator-form-row {
  font-size: 1.2rem; }
  .estimator-form-row .form-field .form-label {
    margin-left: 0;
    padding-left: 2.7rem;
    font-size: 1.2rem;
    font-weight: 700;
    outline: none !important; }
  .estimator-form-row .form-field .form-radio + .form-label::after {
    width: 2.1rem;
    height: 2.1rem;
    border-color: #ae090e;
    background: white; }

.modal--alert {
  font-family: "Foco", arial, sans-serif; }

.modal--alert .modal-content {
  font-size: 1.6rem; }

#CartEditProductFieldsForm .form-label small {
  display: none; }

#CartEditProductFieldsForm .form-checkbox + .form-label, #CartEditProductFieldsForm .form-radio + .form-label {
  font-size: 1.2rem;
  font-family: "Foco", arial, sans-serif;
  font-weight: 700;
  padding-left: 3rem;
  line-height: 2.6rem; }

#CartEditProductFieldsForm .form-checkbox + .form-label::after {
  top: .4rem; }

#CartEditProductFieldsForm .form-checkbox:checked + .form-label:before {
  background: #ae090e; }

#CartEditProductFieldsForm .form-radio + .form-label {
  outline: none !important; }
  #CartEditProductFieldsForm .form-radio + .form-label:before {
    width: 1.5rem;
    height: 1.5rem; }

#CartEditProductFieldsForm .form-radio:checked + .form-label:before {
  background: #ae090e; }

#CartEditProductFieldsForm .form-radio:checked + .form-label:after {
  border-color: #ae090e;
  border-width: .2rem;
  background: white;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0.3rem; }

.section-recommended-product .h-shop-product-row {
  margin-top: 8rem; }
  @media screen and (max-width: 1023px) {
    .section-recommended-product .h-shop-product-row {
      margin-top: 6rem; } }
  .section-recommended-product .h-shop-product-row h2 {
    margin-top: 0;
    padding-top: 0; }
  @media screen and (max-width: 1023px) {
    .section-recommended-product .h-shop-product-row .productCarousel {
      min-width: 100%;
      width: auto; } }

#CartEditProductFieldsForm [data-product-attributes-wrapper] {
  height: 100% !important; }

.m-add-to-cart-button {
  display: none; }
  @media screen and (max-width: 767px) {
    .m-add-to-cart-button {
      display: block; } }

.cart-sliding-block-inn .progress-text {
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .cart-sliding-block-inn .progress-text .link a {
    font-size: 1.4rem; } }

.type-cart [data-prevent-quick-search-close] {
  overflow: visible; }
  .type-cart [data-prevent-quick-search-close] .modal-body {
    overflow: visible; }
    .type-cart [data-prevent-quick-search-close] .modal-body #CartEditProductFieldsForm [data-product-attributes-wrapper] {
      overflow: visible; }

.cart-right-panel .cart-additionalCheckoutButtons .FloatRight p, .cart-right-panel .previewCart-additionalCheckoutButtons .FloatRight .or-use-label {
  font-size: 0;
  line-height: .5rem; }

@media screen and (max-width: 767px) {
  .cart-item td {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .cart-actions.cart-content-padding-right .button {
    font-size: 1.8rem;
    line-height: 3.8rem; } }

@media screen and (max-width: 767px) {
  .cart-actions.cart-content-padding-right .button svg {
    width: 1.5rem;
    height: 1.6rem; } }

.footer {
  background: linear-gradient(0deg, #003AAF 0%, #0047D6 104.91%);
  position: relative;
  border: 0;
  padding: 3rem 0 0;
  margin: 0; }
  .footer:before {
    content: "";
    background: url(../img/dh-custom/news-bg.svg) repeat-x top center;
    position: absolute;
    top: 0;
    left: 0;
    height: 4rem;
    width: 100%; }
  .footer .h-feature .container .feature-inner {
    box-shadow: 0rem 2rem 2rem rgba(1, 59, 176, 0.5);
    margin-top: -3rem;
    position: relative;
    z-index: 2; }
    .footer .h-feature .container .feature-inner:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      box-shadow: 1rem 0rem 2rem rgba(44, 85, 67, 0.3);
      -webkit-border-radius: 2rem;
      -moz-border-radius: 2rem;
      border-radius: 2rem;
      z-index: 0;
      margin: 0 auto; }
      @media screen and (max-width: 1023px) {
        .footer .h-feature .container .feature-inner:before {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; } }

.footer-info {
  margin: 0;
  padding: 0 6rem; }
  @media screen and (max-width: 1279px) {
    .footer-info {
      padding: 0; } }
  @media screen and (max-width: 1023px) {
    .footer-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .footer-info .footer-info-col {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .footer-info .footer-info-col {
        text-align: center; } }
    .footer-info .footer-info-col .socialLinks .socialLinks-item {
      margin: 0; }
      .footer-info .footer-info-col .socialLinks .socialLinks-item .icon {
        width: 3.8rem;
        height: 3.8rem;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: none;
        padding: 1.2rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .footer-info .footer-info-col .socialLinks .socialLinks-item .icon svg {
          fill: white;
          stroke: none; }
        .footer-info .footer-info-col .socialLinks .socialLinks-item .icon:hover {
          background: white;
          border-color: white; }
          .footer-info .footer-info-col .socialLinks .socialLinks-item .icon:hover svg {
            fill: #000d3b; }
    .footer-info .footer-info-col .socialLinks .socialLinks-item + .socialLinks-item {
      margin-left: 1rem; }
    .footer-info .footer-info-col .footer-info-heading {
      font-size: 1.8rem;
      line-height: 2.3rem;
      color: white;
      font-weight: bold;
      padding: 0;
      margin: 0 0 .7rem; }
      @media screen and (max-width: 1023px) {
        .footer-info .footer-info-col .footer-info-heading {
          margin-bottom: 2rem;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          cursor: pointer; } }
      .footer-info .footer-info-col .footer-info-heading svg {
        display: none; }
        @media screen and (max-width: 1023px) {
          .footer-info .footer-info-col .footer-info-heading svg {
            display: block;
            fill: none;
            width: 1rem;
            height: .6rem;
            margin-left: 1rem; } }
    .footer-info .footer-info-col address {
      font-size: 1.6rem;
      line-height: 2.5rem;
      color: white;
      font-style: normal;
      margin-top: 3rem; }
      @media screen and (max-width: 767px) {
        .footer-info .footer-info-col address {
          margin-top: 1rem;
          margin-bottom: .7rem;
          font-size: 1.5rem; } }
      .footer-info .footer-info-col address strong {
        font-weight: bold;
        font-size: 1.8rem; }
    @media screen and (max-width: 1023px) {
      .footer-info .footer-info-col .footer-info-list {
        display: none;
        padding-bottom: 1.5rem; } }
    .footer-info .footer-info-col .footer-info-list li {
      padding: .7rem 0;
      font-size: 1.6rem;
      line-height: 1.8rem;
      color: white; }
      @media screen and (max-width: 767px) {
        .footer-info .footer-info-col .footer-info-list li:first-child {
          padding-top: 0; } }
    .footer-info .footer-info-col .footer-info-list a {
      font-size: 1.6rem;
      line-height: 1.8rem;
      color: white; }
      .footer-info .footer-info-col .footer-info-list a:hover {
        text-decoration: underline; }
  .footer-info .footer-info-list.active {
    display: block; }
  .footer-info .col1 {
    width: 29%; }
    @media screen and (max-width: 1540px) {
      .footer-info .col1 {
        width: 27%; } }
    @media screen and (max-width: 1279px) {
      .footer-info .col1 {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .footer-info .col1 {
        width: 100%;
        order: 5;
        margin-top: 3rem; } }
    .footer-info .col1 .logo img {
      max-width: 21.7rem;
      height: auto;
      position: relative;
      margin-top: -1.5rem; }
  .footer-info .col2 {
    width: 20.5%; }
    @media screen and (max-width: 1023px) {
      .footer-info .col2 {
        width: 100%;
        order: 1; } }
  .footer-info .col3 {
    width: 20%; }
    @media screen and (max-width: 1023px) {
      .footer-info .col3 {
        width: 100%;
        order: 2; } }
  .footer-info .col4 {
    width: 15%; }
    @media screen and (max-width: 1023px) {
      .footer-info .col4 {
        width: 100%;
        order: 3; } }
  .footer-info .col5 {
    width: 15.5%; }
    @media screen and (max-width: 1540px) {
      .footer-info .col5 {
        width: 17.5%; } }
    @media screen and (max-width: 1279px) {
      .footer-info .col5 {
        width: 19.5%; } }
    @media screen and (max-width: 1023px) {
      .footer-info .col5 {
        width: 100%;
        order: 4; } }

.footer-copyright {
  padding: 5.5rem 6rem 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1279px) {
    .footer-copyright {
      padding: 5.5rem 0rem 2rem; } }
  @media screen and (max-width: 767px) {
    .footer-copyright {
      padding: 3rem 0 2rem;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center; } }
  .footer-copyright .powered-by {
    font-size: 1.6rem;
    color: white;
    line-height: 1.8rem;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .footer-copyright .powered-by {
        padding-bottom: 1rem;
        font-size: 1rem;
        width: 100%; } }
    .footer-copyright .powered-by a {
      color: #fff;
      text-decoration: underline; }
      .footer-copyright .powered-by a:hover {
        text-decoration: none; }
  .footer-copyright ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .footer-copyright ul li {
      padding: 0 2rem;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      line-height: 1.4rem; }
      .footer-copyright ul li:first-child {
        border-left: 0;
        padding-left: 0; }
      .footer-copyright ul li:last-child {
        padding-right: 0; }
      .footer-copyright ul li a {
        font-size: 1.6rem;
        color: white;
        line-height: 1.8rem; }
        @media screen and (max-width: 767px) {
          .footer-copyright ul li a {
            font-size: 1rem;
            line-height: 1.2rem; } }
        .footer-copyright ul li a:hover {
          color: white;
          text-decoration: underline; }

.f-card-panel {
  padding: 1.5rem 6rem .5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between; }
  @media screen and (max-width: 1279px) {
    .f-card-panel {
      padding: 1.5rem 0 0; } }
  @media screen and (max-width: 1023px) {
    .f-card-panel {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      padding: 3rem 0 0; } }
  @media screen and (max-width: 767px) {
    .f-card-panel {
      padding-top: 1rem; } }
  .f-card-panel .col1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .f-card-panel .col1 {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 3rem; } }
    .f-card-panel .col1 .img2 img {
      max-width: 13rem;
      margin-top: 2rem !important; }
    .f-card-panel .col1 .img1 {
      width: 8.6rem;
      height: auto;
      margin-right: 3.5rem;
      text-align: center;
      font-size: 1.2rem;
      color: white; }
      @media screen and (max-width: 1023px) {
        .f-card-panel .col1 .img1 {
          margin: 0 3rem; } }
      .f-card-panel .col1 .img1 .stamped-badge-powered, .f-card-panel .col1 .img1 .stamped-badge-powered a {
        font-size: .7rem;
        margin-top: 0;
        line-height: .8rem;
        position: relative;
        top: -.5rem; }
  .f-card-panel .col2 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .f-card-panel .col2 ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .f-card-panel .col2 ul {
        margin: 0 auto;
        max-width: 22rem; } }
    .f-card-panel .col2 ul li {
      margin-left: 1rem; }
      @media screen and (max-width: 767px) {
        .f-card-panel .col2 ul li {
          margin: .5rem; } }
      .f-card-panel .col2 ul li img {
        height: 2.4rem;
        width: auto; }

.newsletter-panel {
  position: relative; }
  @media screen and (max-width: 767px) {
    .newsletter-panel {
      padding: 5rem 0 6rem; } }
  .newsletter-panel:before {
    content: "";
    position: absolute;
    top: -8rem;
    left: 0;
    width: 100%;
    height: 16.6rem;
    background: url(../img/dh-custom/newsletter-top-bg.svg) repeat-x top left;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .newsletter-panel:before {
        background-position: top center; } }
  .newsletter-panel .content {
    max-width: 50.5rem; }
    @media screen and (max-width: 767px) {
      .newsletter-panel .content {
        padding: 0 2rem; } }
    .newsletter-panel .content p {
      font-size: 1.6rem;
      line-height: 1.8rem;
      margin-bottom: 2.5rem; }
      @media screen and (max-width: 767px) {
        .newsletter-panel .content p {
          max-width: 33rem;
          margin: 0 auto 2.5rem; } }
    .newsletter-panel .content .form {
      margin: 0; }
      .newsletter-panel .content .form .form-field {
        margin: 0; }
        .newsletter-panel .content .form .form-field .form-input {
          width: calc(100% - 10.7rem);
          -webkit-border-radius: 1.5rem 0 0 1.5rem;
          -moz-border-radius: 1.5rem 0 0 1.5rem;
          border-radius: 1.5rem 0 0 1.5rem;
          border: 0.15rem solid #ae090e;
          padding: 1.5rem 2.5rem;
          line-height: 1.7rem;
          font-size: 1.4rem;
          color: #000d3b;
          background: white;
          height: auto;
          border-right: 0; }
        .newsletter-panel .content .form .form-field .button {
          width: 10.7rem;
          margin: 0;
          height: auto;
          padding: 1.5rem 2rem;
          text-align: center;
          font-size: 1.4rem;
          color: white;
          -webkit-border-radius: 0 1.5rem 1.5rem 0;
          -moz-border-radius: 0 1.5rem 1.5rem 0;
          border-radius: 0 1.5rem 1.5rem 0;
          line-height: 1.7rem;
          border: 0; }
          .newsletter-panel .content .form .form-field .button:hover {
            background: #000d3b; }

.oc-faq .accordion {
  color: #ae090e;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 16px 0 0;
  font-family: "Foco";
  font-size: 20px;
  font-weight: 700;
  line-height: 25px; }

.oc-faq .main-acc {
  border-radius: 16px;
  border: 1px solid #C2C5D0;
  padding: 19px 30px; }

.oc-faq .main-acc.active {
  border: 1px solid #C2C5D0;
  border-radius: 16px 16px 0px 0px; }

.oc-faq .main-acc:hover {
  background-color: #fff;
  color: #000d3b; }
  .oc-faq .main-acc:hover.accordion::after {
    color: #000d3b; }

.oc-faq .sub-acc {
  background-color: white;
  margin: 0;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.oc-faq .accordion.sub-acc::after {
  color: #0061bd; }

.oc-faq button.accordion.sub-acc p {
  color: #0061bd;
  font-family: "Foco";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  width: 92%; }

.oc-faq .sub-acc.active {
  border-bottom: none !important; }

.oc-faq .sub-panel:last-child {
  border-bottom: 0; }

.oc-faq .accordion:after {
  content: "\002B";
  color: #ae090e;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 28px;
  width: 8%;
  text-align: right; }

.oc-faq .active:after {
  content: "\2212";
  color: #000d3b; }

.oc-faq .panel {
  position: relative;
  z-index: 2;
  background-color: white;
  border: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.oc-faq .sub-panel {
  border-bottom: 1px solid #E5E5E5; }

.oc-faq .sub-panel p {
  padding: 0 10px;
  margin: 10px 20px;
  font-family: sans-serif; }

.oc-faq .accordion.active + .main-panel {
  border-radius: 0px 0px 16px 16px;
  border-right: 1px solid #C2C5D0;
  border-bottom: 1px solid #C2C5D0;
  border-left: 1px solid #C2C5D0;
  background: #FFF;
  max-height: 100%;
  padding: 20px 30px; }

.oc-faq .main-panel p {
  font-size: 16px; }

.oc-faq .main-acc.active {
  color: #000d3b; }

body.account-opened .mobileMenu-toggle {
  display: none !important; }

@media screen and (max-width: 1279px) {
  header.is-open .m-menu {
    z-index: 99999;
    position: absolute;
    right: 20px;
    justify-content: flex-end;
    top: 16px;
    width: 40%; } }

@media screen and (max-width: 1279px) {
  header.header--sticky .snize-ac-results.snize-ac-results-mobile {
    top: 100px !important; } }

@media screen and (max-width: 1279px) {
  header.header--sticky .navPages-container {
    top: 0; } }

@media screen and (max-width: 1550px) and (min-width: 1280px) {
  header.header--sticky .navPages-container {
    width: calc(100% - 61.2rem); } }

@media screen and (max-width: 1279px) {
  header .header-middle {
    position: unset; } }

@media screen and (max-width: 1279px) {
  header .header-middle.back-open .back-button-container {
    display: block !important; } }

@media screen and (max-width: 1279px) {
  header .navPages-container {
    position: fixed;
    top: 0px;
    width: 100%;
    right: auto !important;
    left: -100%;
    padding-top: 68px !important;
    padding-bottom: 68px !important;
    z-index: 1 !important;
    transition: left 0.3s ease;
    display: block !important;
    height: calc(100vh - 0rem); }
    header .navPages-container.is-open {
      left: 0% !important; } }

@media screen and (max-width: 1279px) {
  header .navPages-container .navPages .mobileNavigation .back-button-container {
    text-align: left;
    width: auto;
    position: absolute;
    top: 15px;
    background: transparent; } }

@media screen and (max-width: 1279px) {
  header .navPages-container .navPages .mobileNavigation .custom-list {
    margin: 0;
    border-bottom: 0.5px solid #9CA2B8;
    padding: 22px 0px; }
    header .navPages-container .navPages .mobileNavigation .custom-list:last-child {
      border-bottom: none; }
    header .navPages-container .navPages .mobileNavigation .custom-list .nav-second-level {
      left: -100%;
      right: auto !important;
      z-index: 1 !important;
      transition: left 0.3s ease;
      display: block !important;
      top: 150px;
      padding: 0;
      box-shadow: none !important; }
      header .navPages-container .navPages .mobileNavigation .custom-list .nav-second-level .view-all-link {
        padding: 0 2rem !important; }
    header .navPages-container .navPages .mobileNavigation .custom-list.main .nav-second-level {
      left: 0% !important; }
      header .navPages-container .navPages .mobileNavigation .custom-list.main .nav-second-level .menu-container + .menu-cat-img {
        display: none !important; } }
    @media screen and (max-width: 1279px) and (max-width: 1279px) {
      header .navPages-container .navPages .mobileNavigation .custom-list.main .nav-second-level .menu-container .menu-hover-link {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 20px;
        padding: 20px 2rem;
        border-bottom: 0.5px solid #9CA2B8;
        margin: 0; } }
    @media screen and (max-width: 1279px) and (max-width: 1279px) {
      header .navPages-container .navPages .mobileNavigation .custom-list.main .nav-second-level .menu-container .menu-hover-link a {
        font-size: 17px;
        font-weight: 800; } }
    @media screen and (max-width: 1279px) and (max-width: 1279px) {
      header .navPages-container .navPages .mobileNavigation .custom-list.main .nav-second-level .menu-cat-img {
        display: block !important;
        float: none;
        max-width: 55px;
        height: 55px; } }
    @media screen and (max-width: 1279px) and (max-width: 1279px) {
      header .navPages-container .navPages .mobileNavigation .custom-list.main .nav-second-level .category-images-set {
        display: none; } }

@media screen and (max-width: 1279px) {
  header .navPages-container .navPages .mobileNavigation .custom-list .navPages-action {
    text-transform: capitalize;
    font-size: 17px; } }

header .navPages-container .mobile-searchbar {
  display: none;
  padding: 15px 16px;
  background: #F6F6F6; }
  @media screen and (max-width: 1279px) {
    header .navPages-container .mobile-searchbar {
      display: block; } }
  header .navPages-container .mobile-searchbar .form-fieldset {
    background: #fff;
    border-radius: 8px; }
    header .navPages-container .mobile-searchbar .form-fieldset .form-field {
      border-radius: 8px;
      border: 0.5px solid #CED1DA; }
    header .navPages-container .mobile-searchbar .form-fieldset input {
      border-radius: 8px; }

header .category-image-main img {
  display: none;
  max-width: 73px;
  max-height: 73px;
  width: 73px;
  height: 73px;
  border-radius: 10px; }
  @media screen and (max-width: 1279px) {
    header .category-image-main img {
      display: block; } }

@media screen and (max-width: 1279px) {
  header .main-cat-flex {
    display: flex;
    align-items: center;
    gap: 18px; } }

header .main-cat-flex a {
  font-size: 1.5rem;
  padding: .8rem 0;
  text-transform: capitalize; }
  @media screen and (min-width: 1470px) {
    header .main-cat-flex a {
      font-size: 1.6rem; } }
  @media screen and (min-width: 1550px) {
    header .main-cat-flex a {
      font-size: 1.8rem; } }
  header .main-cat-flex a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: auto;
    margin: 0 auto;
    height: .4rem;
    background-color: #ae090e;
    width: 0%;
    transition: width .2s;
    bottom: -2.5rem;
    z-index: 1; }
    @media screen and (max-width: 1279px) {
      header .main-cat-flex a:after {
        display: none; } }
  header .main-cat-flex a:hover {
    color: #ae090e; }
    header .main-cat-flex a:hover:after {
      width: 100%; }
  @media screen and (max-width: 767px) {
    header .main-cat-flex a {
      font-size: 17px;
      line-height: 20px;
      color: #000000;
      padding-bottom: 13px;
      padding-top: 0; } }
  @media screen and (max-width: 767px) {
    header .main-cat-flex a span {
      font-size: 17px;
      line-height: 20px;
      color: #000000;
      padding-bottom: 13px;
      padding-top: 0; } }

@media screen and (max-width: 1550px) and (min-width: 1280px) {
  header .header-right {
    width: 38.2rem; } }

@media screen and (max-width: 1279px) {
  header .header-right .search-panel {
    top: 79px !important; } }

@media screen and (max-width: 1550px) and (min-width: 1280px) {
  header .header-right .search-panel {
    min-width: 26rem; } }

@media screen and (max-width: 767px) {
  header .header-right .search-panel {
    top: 49px !important; } }

header .header-right #quick-search-expandu {
  top: unset;
  bottom: 24px; }
  @media screen and (max-width: 767px) {
    header .header-right #quick-search-expandu {
      bottom: 7px; } }

@media screen and (max-width: 1279px) {
  header .navPages-list--user {
    display: block; } }

@media screen and (max-width: 1279px) {
  header .navPages-list--user .flex-content-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 7px; } }

@media only screen and (max-width: 400px) {
  header .navPages-list--user .flex-content-contact {
    flex-direction: column;
    align-items: flex-start; } }

@media screen and (max-width: 1279px) {
  header .navPages-list--user .botton-title {
    font-size: 15px !important;
    font-weight: 800 !important; } }

@media screen and (max-width: 1279px) {
  header .navPages-list--user .flex-wrapper-contact {
    display: flex;
    align-items: center;
    gap: 7px; } }

@media screen and (max-width: 1279px) {
  header .navPages-list--user .flex-wrapper-contact a.navPages-action {
    font-size: 15px !important;
    padding: 0; } }

header .navPages-list--user .flex-wrapper-contact .svg-wrapper {
  display: contents; }
  @media screen and (max-width: 1279px) {
    header .navPages-list--user .flex-wrapper-contact .svg-wrapper svg {
      width: 30px;
      height: 30px; } }

@media screen and (max-width: 1279px) {
  header .navPages-list--user .flex-wrapper-contact span {
    font-size: 15px;
    font-weight: 400; } }

@media screen and (max-width: 1279px) {
  header .navPages-list--user .set-margin {
    margin-top: 35px !important; } }

header .navPages-list--user ul {
  display: none; }
  @media screen and (max-width: 1279px) {
    header .navPages-list--user ul {
      position: fixed;
      border: 0;
      bottom: 0;
      top: 15.5rem;
      left: 0;
      background: white;
      right: 0;
      height: auto;
      width: 100%;
      overflow-y: auto;
      padding: 0rem 2rem;
      min-width: inherit;
      margin: 0;
      border-radius: 0;
      z-index: 2;
      border-top: 0rem solid #c2c5d0;
      padding-top: 2rem; } }
  @media screen and (max-width: 767px) {
    header .navPages-list--user ul {
      top: 0px !important;
      z-index: 999999999999 !important; } }

header .bottom-menu-footer {
  display: none;
  align-items: center;
  padding: 25px 19px;
  margin: 0;
  border-top: 0.5px solid #9CA2B8; }
  @media screen and (max-width: 1279px) {
    header .bottom-menu-footer {
      display: flex;
      align-items: flex-end; } }
  @media screen and (max-width: 767px) {
    header .bottom-menu-footer {
      padding: 25px 10px; } }
  @media only screen and (max-width: 400px) {
    header .bottom-menu-footer {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px; } }
  header .bottom-menu-footer li {
    text-align: center;
    flex: 1;
    padding-right: 17px;
    border-right: 0.5px solid #9CA2B8; }
    @media only screen and (max-width: 400px) {
      header .bottom-menu-footer li {
        border-right: 0px !important;
        width: 100%;
        flex: none;
        text-align: start;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 15px; } }
    header .bottom-menu-footer li:nth-child(2) {
      padding: 0px 17px; }
      @media only screen and (max-width: 400px) {
        header .bottom-menu-footer li:nth-child(2) {
          padding: 0px 0px; } }
    header .bottom-menu-footer li:last-child {
      border-right: none;
      padding-right: 0;
      padding-left: 17px; }
      @media only screen and (max-width: 400px) {
        header .bottom-menu-footer li:last-child {
          padding: 0px 0px; } }
    header .bottom-menu-footer li p {
      margin-top: 11px;
      font-size: 12px;
      font-weight: 600;
      line-height: 16px; }
      @media only screen and (max-width: 400px) {
        header .bottom-menu-footer li p {
          margin-top: 0; } }

.second-level-name-container {
  display: none;
  font-size: 15px;
  font-weight: 800;
  margin-top: 8px; }

@media screen and (max-width: 1279px) {
  .bottom-content-mainn .custom-menu-ul li {
    width: 100%; } }

.bottom-content-mainn .navPages-item {
  border-bottom: none !important;
  padding: 0 !important; }

.bottom-content-mainn .navPages-list--user {
  padding: 3rem 2rem;
  border-top: none !important; }

.bottom-content-mainn .bottom-menu-footer li {
  text-align: center !important; }

.bottom-content-mainn .contact-us-title {
  padding: 8px 0px !important; }

@media screen and (max-width: 1279px) {
  .account-open {
    text-align: left; } }

.account-open a {
  color: black; }

.account-open.account-active .custom-menu-ul {
  display: block !important; }

.close-account,
.clone-close-btn {
  position: fixed;
  z-index: 9999999999;
  right: 20px;
  bottom: auto;
  top: 20px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  display: none; }
  .close-account img,
  .clone-close-btn img {
    width: 30px; }

.description-category {
  display: none; }
  @media screen and (max-width: 767px) {
    .description-category {
      display: block; } }
  .description-category * {
    display: none; }
  .description-category .mobile-description-content {
    display: none !important; }
    @media screen and (max-width: 767px) {
      .description-category .mobile-description-content {
        display: block !important; } }
  @media screen and (max-width: 1279px) {
    .description-category {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 14px;
      font-weight: 400; } }
  @media screen and (max-width: 767px) {
    .description-category p {
      line-height: 19px;
      margin-bottom: 0px; } }

body.has-activeNavPages .snize-ac-results.snize-ac-results-mobile {
  top: 35px !important; }

@media screen and (max-width: 767px) {
  body.has-activeNavPages.head-sticky-added .snize-ac-results.snize-ac-results-mobile {
    top: 60px !important; } }

body.head-sticky-added .snize-ac-results.snize-ac-results-mobile {
  top: 60px !important;
  position: fixed !important; }

body.head-sticky-added .snize-ac-results.snize-ac-results-mobile {
  top: 48px !important; }

body .snize-ac-results.snize-ac-results-mobile {
  height: 82px !important;
  width: 100% !important;
  top: 60px !important;
  padding: 16px;
  padding-bottom: 20px !important;
  overflow: unset;
  background: #F6F6F6; }
  body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
    border-radius: 8px 8px 8px 8px; }
    body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content .snize-mobile-top-panel {
      border: none;
      height: 45px; }

@media screen and (max-width: 767px) {
  body.snize-instant-widget-is-open .navPages {
    padding: 79px 0px !important;
    padding-bottom: 15px !important; } }

.snize-ac-results .snize-ac-results-content {
  max-width: 100% !important;
  margin-left: auto !important; }

.cat-description-block .mobile-description-content {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .cat-description-block .mobile-description-content {
      display: none !important; } }

.nav-second-level {
  box-shadow: none !important; }

.header-middle .navPages {
  overflow-y: visible; }
  @media screen and (max-width: 1279px) {
    .header-middle .navPages {
      overflow-y: auto; } }

.header-middle.back-open .navPages {
  overflow-y: inherit; }

.cw_ssm_14 .search-panel .form .form-fieldset .form-field {
  border-radius: 1.5rem !important; }

@media screen and (max-width: 1280px) {
  .flex-wrapper-cat-inner .second-level-link {
    pointer-events: none !important; } }

/* 24-09-24 */
.custom-cat-block {
  display: block !important; }
  .custom-cat-block .sub-category-list {
    padding-bottom: 25px; }
    .custom-cat-block .sub-category-list .swiper-slide {
      list-style: none;
      border: 1px solid #80808073;
      padding: 7px !important;
      border-radius: 7px; }
      .custom-cat-block .sub-category-list .swiper-slide a:hover .sub-category-link {
        color: #000 !important; }
      .custom-cat-block .sub-category-list .swiper-slide a:hover img {
        transform: none !important; }
      .custom-cat-block .sub-category-list .swiper-slide a .cat-content {
        display: flex;
        background: unset !important; }
        .custom-cat-block .sub-category-list .swiper-slide a .cat-content .sub-category-img-block {
          max-height: unset !important;
          height: 90px !important;
          width: 90px !important;
          border-radius: 6px !important;
          min-width: 90px; }
          .custom-cat-block .sub-category-list .swiper-slide a .cat-content .sub-category-img-block img {
            max-width: unset !important;
            max-height: unset !important;
            height: unset !important;
            border-radius: 7px !important; }
        .custom-cat-block .sub-category-list .swiper-slide a .cat-content .title {
          position: unset !important;
          max-width: unset !important;
          height: auto !important;
          width: auto !important;
          border: none !important;
          border-radius: 0 !important; }
          .custom-cat-block .sub-category-list .swiper-slide a .cat-content .title .sub-category-link {
            white-space: nowrap;
            width: auto !important; }

/* width */
.custom-cat-block .sub-category-list::-webkit-scrollbar {
  width: 5px;
  height: 8px; }

/* Track */
.custom-cat-block .sub-category-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px; }

/* Handle */
.custom-cat-block .sub-category-list::-webkit-scrollbar-thumb {
  background: lightgrey;
  border-radius: 8px; }

/* Handle on hover */
.custom-cat-block .sub-category-list::-webkit-scrollbar-thumb:hover {
  background: #555; }

.cat-top-bg.remove-bg-img {
  background: #fff !important;
  padding-bottom: 5px; }

.custom-scrollbar {
  position: relative; }

.content-wrapper {
  width: 100%; }

.scroll-track {
  height: 10px;
  background: #d3d3d366;
  position: relative;
  margin-top: 10px;
  max-width: 40%;
  margin: 0 auto;
  border-radius: 8px; }
  @media screen and (max-width: 767px) {
    .scroll-track {
      display: none !important; } }

.scroll-handle {
  height: 100%;
  background: #80808036;
  width: 20%;
  position: absolute;
  left: 0;
  cursor: pointer;
  border-radius: 8px; }

.sub-category-grid {
  overflow-x: hidden;
  padding: 0px 20px; }
  .sub-category-grid .sub-category-block .cat-item a .cat-content {
    display: flex;
    background: unset !important; }
    .sub-category-grid .sub-category-block .cat-item a .cat-content .title h2 {
      font-size: 1.6rem !important;
      font-weight: 800 !important;
      font-family: "Foco", arial, sans-serif !important;
      text-transform: capitalize;
      color: #000d3b !important; }
  .sub-category-grid .swiper-scrollbar {
    max-width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 8px; }

.productView-details.product-data .review-top-row .stamped-badge i::before {
  font-size: 22px !important; }

@media screen and (max-width: 767px) {
  .pro-inner .productView {
    margin-bottom: 30px; } }

.product-detail-right-wrapp * {
  display: none; }

.product-detail-right-wrapp .description-feature-list {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px; }
  .product-detail-right-wrapp .description-feature-list * {
    display: block; }
  .product-detail-right-wrapp .description-feature-list ul {
    margin: 0;
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    padding: 30px 0px 35px 0px; }
    .product-detail-right-wrapp .description-feature-list ul li {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 17px;
      color: #000D3B;
      margin-bottom: 3px; }
      @media screen and (max-width: 767px) {
        .product-detail-right-wrapp .description-feature-list ul li {
          font-size: 16px; } }
      .product-detail-right-wrapp .description-feature-list ul li:last-child {
        margin-bottom: 0px; }
      .product-detail-right-wrapp .description-feature-list ul li:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background-image: url("https://cdn11.bigcommerce.com/s-ovem0imu/images/stencil/original/image-manager/box-red-check.jpg?t=1727427589");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }

.order-container h1 {
  font-size: 30px;
  text-transform: none; }

.order-container p {
  margin-bottom: 1.5rem; }

.productView-description .description-feature-list {
  display: none; }
