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

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

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

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

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

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

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

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

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: #1a1919;
  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: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 981px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 52px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Fira Sans", 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;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent; }
  .button:active {
    background-color: transparent;
    border: 1px solid; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

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

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

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

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

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #23458f;
  border-color: #23458f;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #ae2d46;
    border-color: #ae2d46;
    color: white; }
  .button--primary:active {
    background-color: #ae2d46;
    border: 1px solid #ae2d46;
    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: 20px; }

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

.button--tiny { }

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

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

/*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: #fafafa;
  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: #fafafa;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: 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(35, 69, 143, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(35, 69, 143, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #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: #23458f;
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #23458f; }
  .breadcrumb.current {
    color: #23458f;
    cursor: default; }
    .breadcrumb.current a {
      color: #23458f;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #cccccc; }
    .breadcrumb.unavailable a {
      color: #cccccc; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #cccccc;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #23458f;
    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: #23458f;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #23458f;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #cccccc;
    cursor: default; }

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

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

.tab-title {
  color: #23458f;
  display: block;
  font-size: 20px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #1a1919; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: black;
  font-size: 20px;
  padding: 0.75rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #23458f;
  font-size: 20px;
  padding: 0.1875rem 0; }

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #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: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

.loadingNotification-label {
  background: #757575;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 20px;
  padding: 0.375rem 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Additional Product Images Styles */
.ProductList li .card-img-container img + img {
  display: none; }

.additional-photos-added .card-img-container img {
  display: none; }

.additional-photos-added .card-img-container img.additional-photos-selected-image {
  display: inline-block; }

.additional-photos-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 1; }
  .additional-photos-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    display: inline-block;
    margin-top: -0.2em;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid #fff;
    content: "";
    margin-top: -4px; }
  .additional-photos-arrow:hover + .card-img-container .item-overlay,
  .additional-photos-arrow:hover + .card-img-container + .product-item-badges + .product-item-quickshop,
  .additional-photos-arrow:hover + .additional-photos-arrow + .card-img-container + .product-item-badges + .product-item-quickshop,
  .additional-photos-arrow:hover + .additional-photos-arrow + .card-img-container .item-overlay {
    opacity: 0; }

.additional-photos-arrow i {
  color: white;
  top: 6px;
  left: 0px;
  display: none; }

.additional-photos-arrow--right {
  left: auto;
  right: 0; }
  .additional-photos-arrow--right:after {
    border-left: 0.3em solid #fff;
    border-right: none; }

.additional-photos-arrow--right i {
  left: -1px; }

.additional-photos-added:hover .additional-photos-arrow {
  opacity: .8; }

.additional-photos-added:hover .additional-photos-arrow:hover {
  cursor: pointer;
  opacity: 1; }

@media screen and (max-width: 800px) {
  .additional-photos-added .additional-photos-arrow {
    opacity: .35; } }

/* 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: #23458f;
    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: #dddddd;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #266bff;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%2323458f' 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.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%2323458f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.625rem;
      width: 0.625rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #dddddd;
      background-color: #dddddd;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #266bff; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #266bff; }

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

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

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

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

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

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

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 981px) {
    .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: 176px;
  font-size: stencilFontSize("body-fontSize");
  background-color: #fafafa;
  font-weight: 400;
  line-height: 24px; }
  @media (min-width: 981px) {
    body {
      padding-top: 0; } }

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 52px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #1a1919;
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0;
  font-size: 14px;
  line-height: 20px; }

.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(35, 69, 143, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 981px) {
    .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: 981px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 981px) {
    #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%); }
  @media (max-height: 1024px) {
    .modal {
      transform: translate(-50%, -30%); } }
  .modal .form-field {
    position: relative; }

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

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

.modal-header-title {
  font-size: 1.25rem;
  text-align: center; }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #1a1919;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 981px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #23458f; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #1a1919;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal--alert .button-container .confirm {
      background-color: #23458f;
      border-color: #23458f;
      color: white; }
    .modal--alert .button-container .confirm,
    .modal--alert .button-container .cancel {
      min-width: 100px; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #ae2d46;
      border-color: #ae2d46;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #ae2d46;
      border-color: #ae2d46;
      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: block;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  margin-bottom: 0.625rem; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }
  @media (min-width: 981px) {
    ol.breadcrumbs {
      margin-bottom: 1.5rem; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem;
  background: none;
  padding: 0; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #414141;
    cursor: pointer;
    font-weight: 600; }
  .breadcrumb:not(:first-child)::before {
    content: ">";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    color: #414141; }
  .breadcrumb:before {
    margin: 0 4px 0 5px;
    top: 0; }
  .breadcrumb a {
    color: #414141; }

.panel-title {
  font-size: 24px;
  margin-bottom: 1rem; }

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

.panel-body {
  background-color: transparent;
  border: 2px solid #23458f; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: end;
  align-items: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    margin: 0;
    color: #a1a1a1; }
    .pagination-list .pagination-item.pagination-item--has-border {
      border-right: 2px solid #ccc; }
    .pagination-list .pagination-item.pagination-item--previous, .pagination-list .pagination-item.pagination-item--next, .pagination-list .pagination-item.pagination-item--first, .pagination-list .pagination-item.pagination-item--last {
      margin-right: 0;
      padding-right: 0; }
  .pagination-list li a {
    color: #a1a1a1; }

.pagination-item {
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 3px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .pagination-item .pagination-link:hover {
      color: #23458f; }
    .pagination-item .pagination-link a {
      color: #a1a1a1; }
  .pagination-item.pagination-item--current {
    margin: 0; }
    .pagination-item.pagination-item--current a {
      color: #23458f; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a, .pagination-item.pagination-item--first > a, .pagination-item.pagination-item--last > a {
    color: #23458f; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover, .pagination-item.pagination-item--first > a:hover, .pagination-item.pagination-item--last > a:hover {
      color: #23458f; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg, .pagination-item.pagination-item--first > a:hover .icon > svg, .pagination-item.pagination-item--last > a:hover .icon > svg {
        fill: #23458f; }

.pagination-item--previous .icon,
.pagination-item--next .icon,
.pagination-item--first .icon,
.pagination-item--last .icon {
  height: 0.9375rem;
  width: 0.9375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

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

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

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

.button {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.15s ease;
  text-transform: uppercase;
  padding: 16px 20px;
  color: white;
  font-weight: 600; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 981px) {
      .button + .button {
        margin-left: 0.75rem; } }
  .button.is-loading {
    cursor: not-allowed;
    opacity: 0.25; }

.button--primary {
  color: white;
  background-color: #23458f;
  border: 1px solid #23458f; }
  .button--primary:hover, .button--primary:active, .button--primary:focus {
    color: white;
    background-color: #ae2d46; }
  .az-home .button--primary {
    background-color: #80345f;
    border: 1px solid #80345f; }
    .az-home .button--primary:hover, .az-home .button--primary:active, .az-home .button--primary:focus {
      background-color: #23458f;
      border: 1px solid #23458f; }

.button--secondary {
  color: #23458f;
  background-color: white;
  border: 1px solid #23458f; }
  .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
    color: #23458f;
    background-color: rgba(35, 69, 143, 0.1);
    box-shadow: inset 0 0 0 2px #23458f !important;
    transition: all 0.15s ease !important; }

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
  color: white;
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0); }
  .button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus {
    animation: none;
    box-shadow: none; }

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

.button--primary-pdp {
  color: white !important;
  background-color: #23458f !important;
  border: 1px solid #23458f !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 1rem 1rem !important; }
  .button--primary-pdp:hover, .button--primary-pdp:active, .button--primary-pdp:focus {
    color: white !important;
    background-color: #ae2d46 !important;
    border: 1px solid #ae2d46 !important; }
  .az-home .button--primary-pdp {
    background-color: #80345f !important;
    border: 1px solid #80345f !important; }
    .az-home .button--primary-pdp:hover, .az-home .button--primary-pdp:active, .az-home .button--primary-pdp:focus {
      background-color: #23458f !important;
      border: 1px solid #23458f !important; }

.button--secondary-pdp {
  color: #23458f !important;
  background-color: transparent !important;
  border: 1px solid #23458f !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 1rem 1rem !important;
  transition: all 0.15s ease !important; }
  .button--secondary-pdp:hover, .button--secondary-pdp:active, .button--secondary-pdp:focus {
    color: #23458f !important;
    background-color: rgba(35, 69, 143, 0.1) !important;
    outline: none !important; }

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

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

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

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

@media (min-width: 981px) {
  .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: #23458f;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

.alertBox {
  border-radius: 4px;
  color: #333333; }
  .alertBox svg {
    fill: #23458f; }

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

.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: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

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

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

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

.form-option-wrapper input:focus + label, .form-option-wrapper .form-radio {
  outline: none !important; }

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

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

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

.productView-options .form-field {
  padding-left: 0.125rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @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.75rem; } }

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

.add-to-cart-wrapper {
  width: fit-content; }

.custom-form-field--increments {
  width: fit-content;
  margin: 0; }
  .custom-form-field--increments .form-label {
    display: none; }

.form-increment {
  display: flex;
  border: 1px solid #D6DCEC;
  width: fit-content;
  height: 100%;
  max-height: 32px; }
  .form-increment .button {
    margin: 0;
    padding: 0.1875rem 0.3125rem;
    background-color: #F0F3F6;
    color: #23458F;
    border: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0; }
  .form-increment .form-input {
    height: 100%; }
  .form-increment .form-input--incrementTotal {
    background-color: #ffffff;
    margin: 0;
    padding: 6px 6px; }

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

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

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

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

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

.form-input--small {
  font-size: 16px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

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

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

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

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

.card {
  padding: 16px; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  .card:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12); }

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

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

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 981px) {
    .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: 20px;
  margin: 0 0 0.5rem;
  font-size: 16px;
  color: #1a1919;
  display: flex;
  flex-direction: column;
  flex: 1; }
  .card-title > a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #1a1919;
    display: block;
    text-decoration: none;
    text-align: justify; }
    .card-title > a:hover {
      color: #23458f; }

.card-sku {
  color: #a1a1a1;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.5rem;
  order: -1; }

.card-text {
  margin-bottom: 0.1875rem;
  margin-top: 8px; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-text.card-text--price {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem; }

.card-figcaption-button:has(svg) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }

.card-figcaption-button svg {
  fill: #23458f; }

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

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

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #23458f;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(35, 69, 143, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(35, 69, 143, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: 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.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #23458f; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

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

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

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

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

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

.actionBar-section .form-select {
  color: #23458f;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

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

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

.navUser-section {
  display: flex;
  align-items: center; }
  @media (min-width: 981px) {
    .navUser-section {
      position: relative; } }

.navUser-action {
  color: #23458f;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: #1a1919; }
  .navUser-item--order-status .navUser-action svg {
    stroke: #1a1919;
    fill: none; }
  .navUser-item--catalog .navUser-action,
  .navUser-item--order-status .navUser-action {
    display: flex;
    gap: 4px;
    color: #1a1919;
    text-transform: capitalize;
    margin-right: 12px; }

.header_inner .header-left--wrapper {
  display: flex;
  align-items: center;
  gap: 24px; }

.header_inner .navUser-action:hover, .header_inner .navUser-action.is-open {
  color: #23458f; }

.header_inner .navUser-item--catalog .navUser-action:hover svg, .header_inner .navUser-item--catalog .navUser-action.is-open svg,
.header_inner .navUser-item--account .navUser-action:hover svg,
.header_inner .navUser-item--account .navUser-action.is-open svg,
.header_inner .navUser-item--cart .navUser-action:hover svg,
.header_inner .navUser-item--cart .navUser-action.is-open svg {
  fill: #23458f; }

.header_inner .navUser-item--order-status .navUser-action:hover svg, .header_inner .navUser-item--order-status .navUser-action.is-open svg {
  stroke: #23458f; }

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #23458f; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #23458f; }
  .navUser-item--cart .dropdown-menu {
    min-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 981px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 981px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 981px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.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: #23458f;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

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

.dropdown--quickSearch {
  background-color: #f0f3f6;
  display: none;
  padding: 1.5rem 0;
  width: 100%;
  flex: 1;
  padding: 12px 24px; }
  .dropdown--quickSearch .form {
    margin: 0;
    max-width: 310px; }
  .dropdown--quickSearch .form-field {
    margin: 0; }
  .dropdown--quickSearch.is-open {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .close-search-box {
    display: flex; }
  .dropdown--quickSearch .form {
    margin: 0;
    width: 100%; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: unset;
    height: unset; }
    .dropdown--quickSearch .form-input::placeholder {
      font-size: 14px;
      line-height: 14px;
      color: #A1A1A1; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 10px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-left: 0.1875rem;
  text-align: center; }

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

.countPill--alt {
  background-color: #f0f3f6;
  color: #414141; }

.navUser-top .navUser-top--elements-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0; }

.navUser-top .navUser-item-container {
  display: flex;
  align-items: center; }
  .navUser-top .navUser-item-container.navUser--help {
    gap: 24px;
    position: relative;
    z-index: 100; }
    .navUser-top .navUser-item-container.navUser--help .navUser-action {
      padding: 12px 0 12px 10px; }
  .navUser-top .navUser-item-container .navUser-item:not(.active):hover .navUser-action, .navUser-top .navUser-item-container .navUser-item:not(.active):focus .navUser-action, .navUser-top .navUser-item-container .navUser-item:not(.active):active .navUser-action {
    color: #D6DCEC; }
  .navUser-top .navUser-item-container .navUser-item:hover svg, .navUser-top .navUser-item-container .navUser-item:focus svg, .navUser-top .navUser-item-container .navUser-item:active svg {
    fill: #D6DCEC; }
  .navUser-top .navUser-item-container .navUser-item.need-help--btn:has(~ .need-help--dropdown-show) .navUser-action {
    color: #D6DCEC;
    font-weight: 700; }

.navUser-top .need-help {
  position: relative;
  z-index: 9999; }

.navUser-top .need-help--dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 150px;
  background-color: white;
  box-shadow: 0 4px 12px 0 rgba(14, 39, 93, 0.24);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease; }
  .navUser-top .need-help--dropdown.need-help--dropdown-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .navUser-top .need-help--dropdown .need-help--list {
    list-style: none;
    margin: 0;
    padding: 0 12px; }
    .navUser-top .need-help--dropdown .need-help--list .help-item {
      padding: 8px 0;
      font-size: 14px; }
      .navUser-top .need-help--dropdown .need-help--list .help-item a {
        color: #23458f;
        text-decoration: none; }
        .navUser-top .need-help--dropdown .need-help--list .help-item a:hover {
          text-decoration: underline; }

.navUser-top .navUser--tabs .navUser-item .navUser-action {
  text-transform: uppercase;
  min-width: 128px;
  text-align: center;
  font-weight: 500; }

.navUser-top .navUser--promo .navUser-item {
  gap: 10px;
  text-align: center; }

.navUser-top .navUser-item {
  display: flex;
  align-items: center;
  font-size: 16px; }
  .navUser-top .navUser-item .navUser-action {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize; }
  .navUser-top .navUser-item svg {
    fill: #FFF; }
  .navUser-top .navUser-item.active {
    background-color: white; }
    .navUser-top .navUser-item.active .navUser-action {
      color: #23458f; }

.navUser-top .navUser-item,
.navUser-top .navUser-action {
  color: #FFF; }

@media all and (max-width: 980px) {
  .navUser-top .navUser-top--elements-container {
    flex-direction: column; }
  .navUser-top .navUser-item-container {
    justify-content: center;
    margin-left: 0; }
    .navUser-top .navUser-item-container.navUser--tabs {
      align-items: unset; }
      .navUser-top .navUser-item-container.navUser--tabs .navUser-item {
        width: 50%; }
        .navUser-top .navUser-item-container.navUser--tabs .navUser-item .navUser-action {
          padding: 12px 0;
          text-align: center;
          margin: 0 auto; }
    .navUser-top .navUser-item-container.navUser--promo {
      padding: 12px 0; } }

@media (min-width: 551px) {
  .navUser-top .navUser-item {
    float: none; } }

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

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

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

.navPages {
  background-color: #f0f3f6;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 981px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      font-size: 14px;
      overflow-y: visible;
      padding: 0;
      text-align: center;
      display: flex;
      justify-content: 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: 981px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 981px) {
      .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: 10px; }
    @media (min-width: 981px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding: 24px 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: 981px) {
    .navPages-list {
      display: inline-block;
      float: none; }
      .navPages-list .navPages-item:hover, .navPages-list .navPages-item:focus, .navPages-list .navPages-item:active {
        background-color: #D6DCEC; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #c8d2e9;
    margin-top: 8px;
    padding-top: 8px; }
  .navPages-list .navPages-item--login {
    display: flex;
    align-items: center;
    color: #23458f; }
    .navPages-list .navPages-item--login .navPages-action {
      text-transform: capitalize; }
    .navPages-list .navPages-item--login .navPages-action:first-of-type {
      margin-right: 10px;
      margin-left: 12px; }
    .navPages-list .navPages-item--login .navPages-action:last-of-type {
      margin-left: 10px; }
    @media all and (max-width: 980px) {
      .navPages-list .navPages-item--login .navPages-action:first-of-type {
        margin-left: 0; }
      .navPages-list .navPages-item--login svg {
        display: none; } }
  .navPages-list.navPages-list--pages .navPages-item {
    display: flex;
    align-items: center;
    gap: 12px; }
    .navPages-list.navPages-list--pages .navPages-item.navPages-item--help svg {
      fill: #23458F; }
    .navPages-list.navPages-list--pages .navPages-item .navPages-action {
      text-transform: capitalize; }
  @media all and (max-width: 980px) {
    .navPages-list.navPages-list--pages .item--catalog svg {
      fill: #23458f; }
    .navPages-list.navPages-list--pages .item--order-status svg {
      stroke: #23458f; } }

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

@media (min-width: 981px) {
  .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 #c8d2e9;
  text-align: center; }
  @media (min-width: 981px) {
    .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-radius: 4px;
    float: left;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(0); }
    @media (min-width: 981px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.625rem;
        width: 0.625rem;
        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: 981px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #23458f;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 981px) {
    .navPages-action {
      display: flex;
      align-items: center;
      padding: 0.75rem 16px; }
      .navPages-action.is-open {
        background-color: #D6DCEC; } }
  .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: #23458f;
    stroke: #23458f; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #23458f; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #23458f;
      stroke: #23458f; }
  .navPages-action svg {
    fill: #869ED2;
    stroke: #869ED2;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #23458f; }

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 981px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 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: 981px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

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

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 981px) {
    .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 #c8d2e9;
        margin-bottom: 1.125rem; } }

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

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

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

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

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

.navPages-list--user .navPages-action {
  text-transform: capitalize; }

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

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

.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: #23458f;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #23458f; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }

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

.pin_it_iframe_widget {
  display: none; }

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

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

.socialLinks--alt svg {
  fill: #23458f; }

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

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

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

.heroCarousel-title {
  color: white;
  font-size: 24px;
  margin: 0; }
  @media (min-width: 981px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: white;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 16px; } }
  @media (min-width: 981px) {
    .heroCarousel-description {
      font-size: 20px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productCarousel {
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel .slick-list {
    margin: 0 -12px; }
  .productCarousel .slick-dots {
    bottom: -50px;
    display: block !important; }
    @media (min-width: 980px) {
      .productCarousel .slick-dots {
        display: none !important; } }

.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: 981px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

.productView-thumbnail-link {
  box-shadow: inset 0 0 0 1px #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  transition: all ease-in 150ms; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    box-shadow: inset 0 0 0 2px #23458F !important; }

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

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

.productView-title {
  font-size: 24px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 981px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 52px; } }

.productView-brand {
  color: #23458f;
  font-size: 20px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 24px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #23458f; }
    .productView-brand a:hover {
      color: #23458f; }

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

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

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

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

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

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

.qty-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem; }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 981px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons 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: #23458f;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 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: #23458f; }

.productOptions-list {
  border: 1px solid #23458f;
  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 #23458f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

.price-section {
  font-weight: 700;
  margin-right: 2.5rem; }

.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: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 981px) {
    .compareTable-heading {
      width: 25%; } }

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.875rem; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 981px) {
    .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: 981px) {
    .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: 981px) {
      .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: 981px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #23458f;
    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; }

.page_cart .cart-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (min-width: 980px) {
    .page_cart .cart-title-wrapper {
      margin-top: 0;
      flex-direction: row; } }
  .page_cart .cart-title-wrapper .page-heading {
    text-transform: capitalize;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700; }
  .page_cart .cart-title-wrapper .need-help-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; }
    @media (min-width: 980px) {
      .page_cart .cart-title-wrapper .need-help-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: unset; } }
    .page_cart .cart-title-wrapper .need-help-wrapper .need-help {
      color: #23458f;
      font-size: 14px;
      line-height: 20px; }
    .page_cart .cart-title-wrapper .need-help-wrapper .need-help--phone,
    .page_cart .cart-title-wrapper .need-help-wrapper .need-help--mail {
      display: flex;
      align-items: center;
      gap: 4px; }
      .page_cart .cart-title-wrapper .need-help-wrapper .need-help--phone svg,
      .page_cart .cart-title-wrapper .need-help-wrapper .need-help--mail svg {
        fill: #23458f; }

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

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

.cart-header-item {
  padding-bottom: 1rem;
  color: #23458f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600; }
  .cart-header-item:last-child {
    text-align: right; }

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

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

.cart-item-block {
  display: block; }
  @media (min-width: 980px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem;
    display: flex;
    align-items: center; }
  .cart-item-block a {
    font-size: 1rem;
    color: #000000; }

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

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

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

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

.cart-item-info {
  width: 65%;
  padding: 16px 0 0 24px; }
  @media (min-width: 551px) {
    .cart-item-info {
      overflow: hidden;
      vertical-align: top; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 980px) {
    .cart-item-info {
      width: 16.66667%;
      padding-top: 24px; }
      .cart-item-info:last-child {
        text-align: right; } }

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

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

.cart-item-quantity .form-increment {
  display: flex;
  margin: 0 auto;
  vertical-align: middle;
  border: 0;
  width: 50%; }
  @media (min-width: 980px) {
    .cart-item-quantity .form-increment {
      width: fit-content; } }

.cart-item-label {
  color: #1a1919;
  margin-bottom: 0.375rem;
  text-align: left;
  display: block;
  width: 50%; }
  @media (min-width: 980px) {
    .cart-item-label {
      display: none;
      text-align: right; } }

.cart-item-value {
  display: block;
  width: auto;
  text-align: left; }
  @media (min-width: 980px) {
    .cart-item-value {
      padding-left: 0;
      width: 100%;
      text-align: center; } }

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

.cart-item-name {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 12px; }
  .cart-item-name__label {
    color: #1a1919;
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-sku {
  color: #757575;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }

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

.cart-remove {
  cursor: pointer;
  transition: background-color 0.15s ease;
  order: 2;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 16px; }
  @media (min-width: 980px) {
    .cart-remove {
      order: unset;
      margin-left: 0;
      margin-right: 8px;
      width: auto; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    width: unset;
    fill: #FAFAFA; }
  .cart-remove:hover svg {
    fill: #23458f; }

.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: 980px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 38%;
      float: right; } }

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

.cart-total-label {
  color: #23458f; }
  @media (min-width: 980px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

.cart-total-label,
.cart-total-value {
  color: #1a1919;
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem;
  width: 50%; }
  @media (min-width: 980px) {
    .cart-total-label,
    .cart-total-value {
      padding: 18px 0 12px; } }

.cart-total-grandTotal {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #23458f;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 980px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartItem {
  display: grid;
  grid-template-columns: 70px auto;
  column-gap: 12px; }
  .previewCartItem + .previewCartItem {
    margin-top: 12px; }
  .previewCartItem:last-of-type {
    margin-bottom: 10px; }

.previewCartItem-image img {
  max-height: 90%; }

@media (min-width: 320px) {
  .previewCartItem-image::after {
    padding-bottom: 75%; } }

@media (min-width: 481px) {
  .previewCartItem-image::after {
    padding-bottom: 100%; } }

.previewCartItem-name {
  margin: 0;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400; }
  .previewCartItem-name > a {
    color: #1a1919;
    text-decoration: none; }

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

.previewCartItem-brand {
  color: #23458f;
  display: inline-block;
  font-size: 16px; }

.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 14px;
  line-height: 20px; }

.previewCartAction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e5e5e5;
  padding-top: 16px; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  width: 50%; }
  .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-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

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

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

.upsell__container {
  padding-top: 8px; }

.upsell__title {
  color: #23458f;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  margin-bottom: 10px; }
  .upsell__title--hidden {
    display: none; }

.upsell__products {
  background-color: #F0F3F6; }
  .upsell__products--hidden {
    display: none; }

.upsell-product {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  margin: 0;
  padding: 10px 12px; }
  @media (max-width: 551px) {
    .upsell-product {
      display: flex;
      flex-direction: column; } }
  .upsell-product:not(:first-child) {
    border-top: 1px solid #ddd; }
  .upsell-product__image {
    max-width: 25%;
    min-width: 80px; }
    @media (max-width: 550px) {
      .upsell-product__image {
        max-width: 100%; } }
    .upsell-product__image img {
      max-height: 90px; }
      @media (max-width: 550px) {
        .upsell-product__image img {
          max-height: 115px; } }
  .upsell-product__wrapper {
    display: flex;
    justify-content: space-between; }
  .upsell-product__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .upsell-product__name {
    color: #1a1919;
    line-height: 1rem;
    margin-bottom: 2px; }
    .upsell-product__name a {
      color: inherit;
      font-size: 0.75rem;
      text-decoration: none; }
    .upsell-product__name:hover {
      color: #23458f; }
  .upsell-product__price {
    color: #757575;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center; }
  .upsell-product__cta .button {
    margin: 0;
    padding: 0.375rem 1rem; }

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.5rem;
    padding: 1.5rem; }
  .panel--address .form-actions {
    display: flex;
    gap: 24px;
    max-width: unset; }
    .panel--address .form-actions::before, .panel--address .form-actions::after {
      content: none; }
    .panel--address .form-actions .button {
      margin-bottom: 0; }
      @media (min-width: 551px) {
        .panel--address .form-actions .button {
          width: 100%; } }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

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

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

.address-details--postal {
  font-size: 0.875rem; }

.address-label,
.address-description {
  display: inline-block;
  margin: 0;
  font-weight: 400; }

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

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem;
  border-radius: 0.375rem;
  padding-bottom: 0;
  height: 500px;
  width: 900px; }
  .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; }
  @media (max-width: 900px) {
    .videoGallery-main {
      width: 100%;
      height: 21.875rem; } }

.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: 981px) {
    .videoGallery-item {
      width: 50%; } }

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

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  padding: 16px; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 981px) {
    .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 .previewCart-title {
    margin-bottom: 10px; }
  .previewCart .previewCart-title-text,
  .previewCart .previewCart-title-count {
    color: #23458f;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: capitalize; }
  .previewCart .previewCart-title-count {
    font-weight: 400; }
  .previewCart .productView-title {
    margin-top: 0; }

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

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

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

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

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

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

.cookieMessage {
  background: #fafafa;
  color: #414141;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 981px) {
      .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: 981px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

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

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

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 981px) {
    .login-row {
      margin-top: 6rem; } }
  .login-row .form-actions {
    display: flex;
    align-items: center; }
  @media (max-width: 550px) {
    .login-row .form-actions {
      align-items: flex-start; } }

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

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

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

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

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

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

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

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

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

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

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

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

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

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

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

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 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: 20px;
  margin-top: -1.5rem;
  width: 66.66667%; }

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

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

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

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

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

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

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

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

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

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

.account-downloadsItem-availability {
  color: #23458f; }

.page_wishlists .form-actions,
.page_editaccount .form-actions,
.page_shippingaddressform .form-actions,
.page_account_inbox .form-actions {
  display: flex;
  width: fit-content;
  gap: 24px; }
  .page_wishlists .form-actions .button,
  .page_editaccount .form-actions .button,
  .page_shippingaddressform .form-actions .button,
  .page_account_inbox .form-actions .button {
    width: unset;
    margin: 0; }

.page_account_orderstatus .account-product-description {
  font-size: 14px; }

.page_account_orderstatus .account-product-details span {
  font-size: 14px; }

.page_account_inbox .account-content h2 {
  font-size: 20px; }

.page_account_inbox .account-message .account-orderStatus span {
  font-size: 14px; }

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

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

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

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

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

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #757575;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 20px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodForm-details-description {
  font-size: 20px;
  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: #1a1919;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 176px));
  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: 176px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 981px) {
    .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: 981px) {
      .header.is-open {
        height: auto; } }

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

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

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

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

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

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

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

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  padding: 0 1.125rem; }
  @media (min-width: 981px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #1a1919;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    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: #1a1919;
      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: 981px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }
  .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: 981px) {
  .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: 981px) {
    .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: #113073;
  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: #23458f;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 981px) {
    .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: 981px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

@media (min-width: 981px) {
  .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: #23458f;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #23458f; }

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

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 981px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #1a1919; }

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

.custom-footer-wrapper {
  background-color: #113073;
  margin-top: 0 !important; }
  .custom-footer-wrapper .custom-footer-grid {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }

.newsletter-section {
  margin-top: 0 !important; }

.custom-footer-grid {
  display: grid;
  grid-template-columns: 256px repeat(5, 1fr);
  gap: 20px;
  padding: 40px 100px;
  background-color: #113073; }
  @media (max-width: 1280px) {
    .custom-footer-grid {
      grid-template-columns: 256px 1fr 1fr; } }
  @media (max-width: 1024px) {
    .custom-footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2rem 1.25rem; } }
  @media (max-width: 768px) {
    .custom-footer-grid {
      padding: 24px 20px; } }
  .custom-footer-grid__column--image img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 768px) {
    .custom-footer-grid__column--logo {
      grid-column: 1 / span 2; } }

@media (max-width: 1024px) {
  .hide-on-mob {
    display: none; } }

.custom-footer-links__heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff; }

.custom-footer-links__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.25rem;
  padding: 0;
  list-style: none;
  color: #fff; }

.custom-footer-links--single-col .custom-footer-links__list {
  grid-template-columns: 1fr; }

.custom-footer-links--span-2 {
  grid-column: span 2; }

.custom-footer-links__list {
  margin: 0; }

.custom-footer-link {
  color: #B8C5D8; }
  .custom-footer-link:hover {
    color: #fff; }

.custom-footer-links__heading {
  margin: 0;
  margin-bottom: 18px; }

.newsletter-section {
  background-color: #23458f;
  padding: 40px 100px; }
  .az-home .newsletter-section {
    background-color: #80345f; }
  .newsletter-section form {
    margin: 0; }
  .newsletter-section .newsletter-heading {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
    width: 100%;
    max-width: 456px;
    margin-left: auto; }
  .newsletter-section .form-field {
    display: flex;
    margin: 0; }
  .newsletter-section .form-prefixPostfix {
    width: 100%;
    display: flex;
    max-width: 800px;
    justify-content: center;
    align-items: center;
    margin-right: auto; }
    .newsletter-section .form-prefixPostfix input {
      width: 100%;
      height: 100%;
      max-height: 52px;
      margin-left: 24px;
      margin-right: 24px;
      max-width: 602px;
      border-radius: 4px; }
    .newsletter-section .form-prefixPostfix button {
      width: fit-content;
      margin: 0; }

.main-footer-content {
  margin-top: 24px; }
  .main-footer-content .main-footer-content--heading {
    font-weight: 600;
    color: #fff; }
  .main-footer-content p {
    font-weight: 400;
    color: #fff; }

.socialLinks-item a svg {
  fill: #fff; }

.hide-on-mobile {
  display: flex; }
  @media (max-width: 640px) {
    .hide-on-mobile {
      display: none; } }

.show-on-mobile {
  display: none; }
  @media (max-width: 640px) {
    .show-on-mobile {
      padding-left: 20px;
      display: flex; } }

@media (max-width: 981px) {
  .newsletter-section {
    padding: 24px 20px; }
    .newsletter-section .newsletter-heading {
      max-width: 100%;
      margin: 0;
      margin-bottom: 24px; }
    .newsletter-section .form-prefixPostfix {
      flex-direction: column;
      margin: 0;
      width: 100%;
      max-width: 100%; }
      .newsletter-section .form-prefixPostfix input {
        display: flex;
        flex: 0 0 auto;
        height: 52px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 24px; }
      .newsletter-section .form-prefixPostfix button {
        width: 100%; }
    .newsletter-section .form-field {
      flex-direction: column; } }

.MB-widget {
  background-color: #fff !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 79.5rem;
  padding: 0 1.125rem;
  position: relative;
  width: 100%;
  max-width: 1688px; }
  @media (min-width: 980px) {
    .container {
      padding: 0 6.25rem; } }

header > .container {
  padding: 0 2.5rem; }

.hidden {
  display: none !important; }

.page_product {
  background-color: #FAFAFA;
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 2.5rem; }

.page_product .container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page_product .container-w-p {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important; }

@media (max-width: 980px) {
  .page_product .container-w-p {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 981px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .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-bottom: 1.5rem;
    text-align: left; }
  .blog .socialLinks-item a svg {
    fill: #23458f; }

.blog-title {
  font-size: 32px;
  text-align: left;
  margin: 0 0 5px 0;
  line-height: 30px; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #23458f;
  text-align: left;
  margin: 0; }

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 100%;
  position: relative; }
  .blog-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover; }

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

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

.blog-page {
  display: flex;
  flex-direction: row;
  gap: 24px; }
  @media (max-width: 768px) {
    .blog-page {
      flex-direction: column; } }

.blog-filter {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 24px;
  background-color: #f0f3f6;
  gap: 24px; }
  @media (max-width: 768px) {
    .blog-filter {
      position: relative;
      max-width: 100%;
      margin-bottom: 20px;
      z-index: 10;
      transition: all 0.3s ease;
      gap: 0;
      border: 1px solid #cccccc;
      padding: 12px; }
      .blog-filter .blog-filter-select {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        margin-top: 0; }
        .blog-filter .blog-filter-select li {
          font-size: 14px; }
          .blog-filter .blog-filter-select li a {
            padding: 5px 0; }
      .blog-filter.is-expanded {
        z-index: 1000;
        gap: 24px; }
        .blog-filter.is-expanded .blog-filter-select {
          max-height: 500px;
          opacity: 1;
          transform: translateY(0); }
        .blog-filter.is-expanded::before {
          transform: rotate(180deg); }
      .blog-filter .blog-filter-title {
        font-size: 14px;
        color: #a1a1a1;
        font-weight: 400;
        cursor: pointer;
        user-select: none;
        position: relative;
        width: 100%;
        transition: color 0.2s ease; }
        .blog-filter .blog-filter-title:hover {
          color: #1a2f5e; }
      .blog-filter .blog-filter-header svg {
        display: block; } }
  .blog-filter-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%; }
    .blog-filter-header svg {
      display: none;
      width: 16px;
      height: 16px; }
  .blog-filter-title {
    color: #23458f;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 2%; }
  .blog-filter-select {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    list-style: none;
    padding: 0;
    margin: 0; }
    .blog-filter-select-count {
      font-size: 16px;
      color: #cccccc; }
    .blog-filter-select ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .blog-filter-select li {
      font-size: 16px;
      transition: all 0.2s ease; }
      .blog-filter-select li a {
        padding: 10px 0;
        text-decoration: none;
        color: #000;
        transition: color 0.2s ease;
        display: block; }
        .blog-filter-select li a:hover {
          color: #23458f; }

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

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

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

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

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

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

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

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

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

@media (min-width: 981px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

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

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

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

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

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

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

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

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

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    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.375rem; }

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

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

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

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

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 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: 981px) {
    .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: 981px) {
    .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: 981px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  margin-top: 3rem;
  padding: 0;
  width: 100%;
  float: none;
  background-color: #fff;
  position: relative;
  z-index: 1; }
  @media (min-width: 980px) {
    .productView-description {
      margin-top: 4.5rem; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 981px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #23458f; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #23458f; }

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

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

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

.sale-text-burst {
  color: white; }

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

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

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

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #23458f;
  color: white; }

.sold-out-flag-side {
  background: #23458f;
  color: white; }

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

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

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 12px;
  font-weight: 500;
  height: 1.25rem;
  line-height: 1rem;
  padding: 2px 10px;
  position: absolute;
  text-align: center;
  transition: background-color 800ms ease;
  width: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  border-radius: 30px; }

.sale-flag-sash {
  background: #23458f;
  color: white; }

.sold-out-flag-sash {
  background: #23458f;
  color: white; }

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

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

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

.product {
  overflow: hidden; }

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

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

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #23458f;
  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: 981px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

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

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

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

/**
* LICENSE:
* This source file is subject to the licensing terms that
* are available through the world-wide-web at the following URI:
* http://cartdesigners.com/legal-terms/licensing-terms/.
*
* @author       CartDesigners <info@cartdesigners.com>
* @author       Ransom Carroll <ransom.carroll@cartdesigners.com>
* @copyright    Copyright © 2013 Cart Designers, LLC
* @file         cd-styles.css
* @description  CSS file used for Bigcommerce styles
**/
/* VARIABLES */
/* EXTENDS */
.slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

/* GLOBAL */
h1 {
  font-size: 30px;
  margin: 0 0 10px; }

h2 {
  font-family: 'Fira Sans', Arial, Helvetica, sans-serif; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

.btn-danger {
  color: #fff;
  background-color: #39c;
  border-color: #39c; }

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

.form-label {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  position: relative; }

.form-label small {
  color: #f22732;
  display: inline-block;
  height: 16px;
  left: -10px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: -2px;
  width: 10px; }
  .form-label small:before {
    color: inherit;
    content: '*';
    display: block;
    font-size: 16px;
    height: inherit;
    text-indent: 0;
    width: 10px; }

.form-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  margin: 0 2px;
  color: #333; }

.form-select {
  background-position: right 0.5rem top 0.4rem;
  height: 34px;
  padding: 0 3rem 0 1rem; }

.form-input,
.form-select {
  border-radius: 0; }

.body {
  margin: 0 0 3rem; }

.nanobar {
  display: none; }

/* OLD STYLES */
.agile_top_brands_grids {
  margin-bottom: 60px;
  margin-top: 0; }

.agile_top_brands_grids .col-md-3 {
  min-height: 356px;
  padding: 5px;
  width: 100%; }
  @media (min-width: 451px) {
    .agile_top_brands_grids .col-md-3 {
      width: 50%; } }
  @media (min-width: 551px) {
    .agile_top_brands_grids .col-md-3 {
      float: left;
      flex: 0 0 33.33%;
      max-width: 33.33%;
      width: 33.33%; } }
  @media (min-width: 801px) {
    .agile_top_brands_grids .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
      width: 25%; } }
  @media (min-width: 992px) {
    .agile_top_brands_grids .col-md-3 {
      flex: 0 0 20%;
      max-width: 20%;
      width: 20%; } }

.agile_top_brand_left_grid {
  background: #FFFFFF;
  padding: .5em;
  position: relative;
  min-height: 345px; }

.agile_top_brand_left_grid_pos {
  position: absolute;
  top: 5px;
  left: 5px; }

.new .agile_top_brand_left_grid_pos {
  display: block; }

.agile_top_brand_left_grid1 {
  padding: 1em;
  text-align: center; }

.agile_top_brand_left_grid img {
  max-width: 100%; }

.agile_top_brand_left_grid1 img {
  margin: 0 auto; }

.agile_top_brand_left_grid1 p {
  color: #646464;
  margin: 5px 0 0;
  line-height: 1.5em;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center; }

.agile_top_brand_left_grid1 h4, .agileinfo_single_right_snipcart h4 {
  font-weight: 600;
  font-size: 1em;
  color: #646464;
  text-align: center;
  margin: 0px;
  padding: 0px; }

.snipcart-details {
  text-align: center;
  margin: -25px auto 10px;
  width: 70%;
  height: 28px; }

.snipcart-details input.button {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background: #23458F;
  text-decoration: none;
  position: relative;
  border: none;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
  padding: .2em 0;
  outline: none;
  display: none; }

.agile_top_brand_left_grid:hover .snipcart-details input.button, .snipcart-details input.button:hover {
  background: #23458F; }

.hover14.column {
  border: 1px solid #e9e9e9;
  cursor: pointer; }

.hover14.column:hover {
  border: 1px solid #b5b5b5; }

.hover14.column:hover .snipcart-details input.button {
  display: block; }

.hover14.column:hover .agile_top_brand_left_grid1 p {
  color: #339bc1; }

.hover14.column:hover .agile_top_brand_left_grid1 h4 {
  color: #23458F !important; }

.row-new-azar {
  background: #f0f0f0;
  padding: 20px 0; }

.row-new-azar .container {
  text-align: center; }

.row-new-azar a {
  color: #333;
  display: block;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase; }
  .row-new-azar a + a {
    padding: 36px 0 0; }
  @media (min-width: 551px) {
    .row-new-azar a {
      font-size: 25px; } }
  @media (min-width: 992px) {
    .row-new-azar a {
      display: inline-block;
      vertical-align: middle; }
      .row-new-azar a + a {
        padding: 0 0 0 36px; } }

.row-new-azar a img {
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -12px; }

.b-tag {
  background: #f2f2f2;
  padding: 8px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .b-tag {
      text-align: left; } }

.b-tag .row {
  display: block; }
  @media (min-width: 992px) {
    .b-tag .row {
      display: flex; } }

.b-tag .col-md-7 {
  max-width: 100%; }
  @media (min-width: 992px) {
    .b-tag .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; } }

.b-tag .col-md-5 {
  max-width: 100%; }
  @media (min-width: 992px) {
    .b-tag .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; } }

.b-tag .t_inner-left {
  color: #3d3d3d;
  font-size: 37px;
  line-height: 37px;
  margin: 0;
  padding: 19px 0; }

.b-tag .t_inner-right {
  color: #8d8d8d;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 16px; }
  @media (min-width: 992px) {
    .b-tag .t_inner-right {
      border-left: 6px solid #e7e7e7; } }

.b-tag .t_inner-right span {
  display: block;
  font-size: 28px; }

.b-tag .t_inner-right small {
  display: block;
  font-size: 18px;
  font-weight: normal; }

.homepagePromoCPI .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 18px 18px 0; }
  @media (min-width: 801px) {
    .homepagePromoCPI .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 18px; } }

.segments {
  background: #333;
  padding: 30px 0 0; }
  .segments:after {
    content: '';
    display: block;
    clear: both; }

.segments h3 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  line-height: 40px;
  padding: 10px 0;
  text-transform: capitalize; }
  @media (min-width: 992px) {
    .segments h3 {
      font-size: 33px; } }

.segments .parent {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 15px auto;
  overflow: hidden; }

.segments .parent img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.segments .parent:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.segments .child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 26px;
  text-transform: uppercase; }

.segments .row .parent a {
  color: #fff;
  font-weight: 400; }

.segments .btn-danger {
  background: #23458F;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 10px;
  padding: 15px 35px;
  text-transform: uppercase; }

.segments .btn-danger:hover {
  background: #ac040c; }

@media (min-width: 768px) {
  .segments .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .segments .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

.newproducts-w3agile {
  padding: 20px 0 0;
  background: #fff; }

.indexabout {
  margin: 0;
  padding: 0;
  background: #ebebeb; }

@media (min-width: 992px) {
  .no-left-padding {
    padding-left: 0; } }

.indexabout-right {
  margin: 0;
  padding: 0 0 20px; }
  @media (min-width: 801px) {
    .indexabout-right {
      padding: 20px 25px; } }
  @media (min-width: 1600px) {
    .indexabout-right {
      padding: 50px 25px; } }

.indexabout-right h3 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px; }
  @media (min-width: 1600px) {
    .indexabout-right h3 {
      font-size: 28px;
      line-height: 45px; } }

.indexabout-right h3 span {
  color: #339bc1;
  display: block;
  font-size: 20px;
  text-transform: uppercase; }
  @media (min-width: 1600px) {
    .indexabout-right h3 span {
      font-size: 28px; } }

.indexabout-right p {
  color: #646464;
  font-size: 14px;
  margin-bottom: 10px; }
  @media (min-width: 1600px) {
    .indexabout-right p {
      font-size: 16px;
      margin-bottom: 15px; } }

.indexabout-right p span {
  color: #339bc1; }

.indexabout .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .indexabout .col-md-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%; } }

.indexabout .col-md-7 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .indexabout .col-md-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%; } }

.indexabout .img-responsive {
  width: 100%; }

.indexbrand {
  background: #fff;
  margin: 0;
  padding: 50px 0 0; }
  @media (min-width: 992px) {
    .indexbrand {
      padding: 60px 0; } }

.no-padding {
  padding: 0; }

.indexbrand .brand-top {
  margin: 0px;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-transform: none;
  font-size: 25px;
  color: #333;
  text-align: center; }

.indexbrand .brand-top a {
  font-size: 25px;
  color: #333;
  text-decoration: none; }

.indexbrand .brand-desc {
  padding: 45px 15px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #646464; }
  @media (min-width: 992px) {
    .indexbrand .brand-desc {
      padding: 45px 40px; } }

.indexbrand .brand-desc p {
  margin-bottom: 15px; }

.indexbrand .brand-desc a {
  display: inline-block;
  width: calc(50% - 3px); }
  @media (min-width: 551px) {
    .indexbrand .brand-desc a {
      display: inline;
      width: auto; } }

.indexbrand .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .indexbrand .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; } }

.facility {
  background: #333;
  border-top: 4px solid #339bc1; }

.facility .border_rf1 {
  border-right: 1px solid #434343; }

.facility .f_inner {
  padding: 15px 0;
  font-size: 23px;
  font-weight: normal;
  color: #fff;
  text-align: center; }
  @media (min-width: 992px) {
    .facility .f_inner {
      padding: 35px 0; } }

.facility .f_inner small {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #339bc1; }

.facility .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 801px) {
    .facility .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }

/* Testimonial Page CSS */
.testo h1 {
  text-align: center;
  border-top: 10px solid #2293c3;
  margin-top: 25px;
  padding-top: 25px; }

.testo .BlockContent .row:first-child {
  border-top: none; }

.img-fig {
  width: 100%;
  max-width: 177px;
  min-height: 135px; }

.img-fig img {
  width: 100%; }

.cnt-area-wrp {
  margin: 35px 0 0 0; }

.cnt-area {
  font-size: 19px;
  color: #333; }

.cnt-area > p, .cnt-area a {
  color: #333 !important;
  font-size: 19px !important; }

.cnt-area > p {
  line-height: 28px !important; }

.cnt-area ul, .brnd-cnt-log ul {
  list-style-type: none;
  margin: 0; }

.brnd-cnt-log {
  text-align: center;
  padding: 45px 0 0 0; }

.brnd-cnt-log li {
  display: inline-block; }

.brnd-cnt-log > p {
  font-size: 21px !important;
  color: #333 !important; }

/* Shop By Store Page CSS */
.shop-top-bnr {
  margin: 25px 0; }

.shop-top-bnr img {
  max-width: 100%; }

.shop-title {
  text-align: center; }

.shop-title h1 {
  font-weight: 600 !important;
  margin-bottom: 25px;
  margin-top: 25px; }

.seg-shop h3 {
  font-size: 28px !important;
  color: #fff !important;
  font-weight: 100; }

.seg-shop .row:first-child {
  border: none; }

.seg-shop .row {
  margin-top: 0;
  padding-bottom: 25px; }

.seg-shop a {
  font-size: 28px !important; }

.shop-cnt {
  padding: 25px 0; }

.shop-cnt p, .shop-cnt ul > li > a {
  font-size: 21px !important;
  color: #333 !important;
  line-height: 28px !important; }

.shop-cnt p {
  padding: 25px 0; }

.shop-cnt ul {
  margin: 15px 0 0 0; }

.shop-cnt ul > li {
  list-style-type: none;
  margin: 12px 0; }

.shop-cnt ul > li > a {
  color: #337ab7 !important;
  font-weight: 600; }

.shop-cnt ul > li > a:hover {
  color: #23527c !important;
  text-decoration: none; }

.back-to-top {
  background: url("../img/arrow.png") no-repeat 0 0;
  border: none;
  bottom: 20px;
  cursor: pointer;
  display: block;
  height: 32px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 100px;
  text-decoration: none;
  text-indent: 100%;
  transition: opacity 0.5s ease;
  visibility: hidden;
  width: 32px;
  z-index: 999; }
  .back-to-top.show {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 801px) {
    .back-to-top {
      right: 12%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; } }

.pull-left {
  float: left; }

.cat-wrp {
  text-align: center; }

.cat-wrp .pull-left {
  float: none; }
  @media (min-width: 992px) {
    .cat-wrp .pull-left {
      float: left;
      margin-top: 15px; } }

.catalog {
  color: #339bc1;
  float: left;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .catalog {
      margin-top: 30px;
      width: 50%; } }
  @media (min-width: 1196px) {
    .catalog {
      width: 150px; } }

.catalog a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #737373; }

.catalog .btn {
  font-size: 12px;
  padding: 8px;
  background-color: #fff;
  color: #333;
  border: 1px solid #d7d7d7;
  margin: 8px 0 0 0; }

/* Addons */
.add-ons {
  float: left;
  width: 100%;
  border-bottom: 0px solid #d0d0d0; }

.add-ons__not-loaded {
  display: none; }

.add-ons-title {
  font-size: 24px !important;
  font-weight: 500;
  margin: 0 0 4px; }

/* Multi Add To Cart */
/*tally/total add up text top left side of ADD ALL TO CART button*/
.add-multiple-container {
  float: left;
  width: 100%;
  background: #333;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
  margin-bottom: -1px; }

.product-item-total {
  font-size: 15px;
  color: #B3B3B3;
  background: #4A4A4A;
  float: left;
  padding: 8px; }

.product-total {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E9E9E9;
  padding: 8px 15px 8px 0px;
  float: left;
  background: #4A4A4A;
  max-height: 43px;
  overflow: hidden;
  box-sizing: border-box; }

/*ADD ALL TO CART BUTTON*/
.add-multiple-products {
  float: right;
  margin: 0px 0;
  padding: 9px 15px 6px;
  background: #036298;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: .9;
  transition: all 0.3s ease; }

.add-multiple-products:hover {
  opacity: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  color: #fff; }

/*product list*/
.add-ons .ProductList {
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0px;
  box-sizing: border-box;
  max-height: 500px;
  max-height: 1000px;
  margin-bottom: 1.5rem !important;
  margin-left: 0;
  border: 1px solid #d0d0d0;
  border-right: 0; }

.add-ons .ProductList li {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  margin-right: 0 !important;
  width: 100%;
  min-height: 0 !important;
  height: auto !important;
  width: 100% !important;
  position: relative;
  max-width: none;
  float: left !important;
  display: flex;
  border: 1px solid #E7E9ED !important;
  border-radius: 0.125rem; }
  .add-ons .ProductList li:last-of-type {
    border-bottom: none; }

/*product's image*/
.add-ons .ProductList .ProductImage img {
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: 213px;
  vertical-align: middle; }

.add-ons .QuickViewBtn {
  display: none !important; }

.add-ons .ProductList li .ProductDetails {
  position: relative;
  margin: 0;
  margin-left: 0 !important;
  padding: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex; }

/*product name*/
.add-ons ul.ProductList li .ProductName {
  margin: 0;
  width: 100%;
  min-height: 74px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem; }

.add-on .product-sku {
  font-size: 12px;
  font-weight: 400;
  z-index: 1;
  color: #757575; }

.add-ons ul.ProductList li .ProductName .product-attributes {
  font-size: 12px;
  color: #888; }

.add-ons ul.ProductList li .ProductName a {
  float: left;
  width: 100%;
  line-height: 16px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  background: #fff;
  text-align: left;
  color: #414141; }
  .add-ons ul.ProductList li .ProductName a:hover {
    color: #23458F; }

.packSize_addon, .product-multiples-of {
  color: #414141;
  line-height: 16px;
  font-size: 0.75rem;
  font-weight: 400; }

.add-ons ul.ProductList li .ProductName + .ProductPrice {
  float: left;
  color: #23458F;
  letter-spacing: -1px;
  width: 120px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  position: relative;
  height: 74px !important;
  display: inline-block;
  z-index: 1; }

.add-ons .ProductPrice .RetailPriceValue {
  float: left;
  width: 100%;
  opacity: .8; }

.add-ons .ProductPrice:after {
  content: "/ea.";
  position: absolute;
  right: -25px;
  bottom: 11px;
  font-size: 16px;
  letter-spacing: 0;
  right: -4px;
  font-size: 13px;
  letter-spacing: 0;
  position: relative;
  top: 12px;
  transform: translateY(-50%);
  display: inline-block;
  margin-top: 4px;
  vertical-align: middle; }

.add-ons .ProductPrice .price-wrap {
  position: relative;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  width: auto;
  text-align: center; }

.add-ons .ProductPrice .SalePrice {
  width: 100%; }

.wholesale-quantity {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 4.75rem; }
  @media (max-width: 980px) {
    .wholesale-quantity {
      max-width: fit-content; } }

.wholesale-quantity .Label {
  display: none; }

.add-ons .wholesale-quantity .quantity {
  width: fit-content;
  height: 100%;
  max-height: 1.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.form-increment .wholesale-quantity-adjust {
  display: none; }

.wholesale-quantity-adjust .fas {
  left: 0;
  font-size: 11px; }

.wholesale-quantity-decrease {
  top: auto;
  bottom: 0;
  border-bottom: 0; }

.wholesale-out-of-stock {
  opacity: .4;
  position: relative; }

.building-option-variations {
  display: none !important; }

.wholesale-out-of-stock:after {
  content: "Out Of Stock";
  position: absolute;
  padding: 5px 30px;
  background: #ccc;
  color: #444;
  left: -30px;
  top: 22px;
  width: auto;
  transform: rotate(-45deg); }

.wholesale-out-of-stock .wholesale-quantity-adjust {
  cursor: default; }
  .wholesale-out-of-stock .wholesale-quantity-adjust:last-of-type {
    border-bottom: none; }
  .wholesale-out-of-stock .wholesale-quantity-adjust:hover {
    background: none;
    color: inherit; }

.action-box {
  display: flex;
  margin-top: 0.375rem; }
  .action-box .qtyInput {
    height: 100%;
    width: 2.1875rem;
    text-align: center; }

.action-box .qtyInput {
  border: 1px solid #BBB; }

.add-all-qty {
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  .add-all-qty span {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    color: #23458F;
    font-size: 1.25rem;
    font-weight: 600; }

.add-all-qty--price {
  color: #23458F;
  font-size: 22px;
  font-weight: 800;
  float: left;
  width: 100%; }

.color.add-all-qty--price::before {
  content: 'Total: ';
  margin-right: 0.625rem; }

.quick-cart {
  border-top: 2px solid #000;
  bottom: 0;
  font-size: 18px;
  left: 0;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999999 !important;
  margin-bottom: -125px;
  height: 125px;
  transition: margin-bottom 0.3s ease 0.4s, background 0.3s ease 0.4s, box-shadow 0.4s ease;
  box-sizing: border-box; }
  .quick-cart a:hover {
    color: #fff !important; }
  .quick-cart a:focus {
    color: #fff !important; }

.quick-cart-shown {
  margin-bottom: 0;
  box-shadow: 0 0px 12px 3px rgba(0, 0, 0, 0.44);
  transition: margin-bottom 0.3s ease, background 0.3s ease, box-shadow 0.4s ease 0.3s; }

.quick-cart-dark {
  background: #23458f;
  border-color: #23458f;
  color: #fff; }
  .quick-cart-dark p {
    color: #fff; }

.quick-cart-light {
  background: rgba(219, 219, 219, 0.9);
  border-color: #fff;
  color: #000; }

.quick-cart-text {
  margin: 0 0 10px;
  color: #fff; }

.quick-cart-link {
  margin: 0 10px;
  display: inline-block;
  border: 3px solid #fff;
  font-weight: 600;
  color: #fff;
  transition: background 0.3s ease;
  background: transparent;
  font-size: 1rem;
  letter-spacing: 1.1px;
  margin: 0;
  padding: 9px 30px;
  text-transform: uppercase;
  border-radius: 4px; }

#about-us img {
  width: 100%; }

#about-us h2 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  border-bottom: 1px solid #5e5c5d;
  padding-bottom: 14px; }

#about-us h3 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal; }

#about-us h4 {
  font-size: 17px;
  font-weight: bold;
  font-style: normal; }

#about-us #about-us-holder {
  padding: 0px 12px; }

#about-us #about-us-points {
  background-color: #ccc;
  padding: 10px 12px;
  background-image: url(//cdn10.bigcommerce.com/s-3tpalr72b1/templates/__custom/other-images/AU_bg.jpg?t=1552412455);
  background-repeat: repeat-x;
  margin-top: 16px; }

#about-us #about-us-points h2 {
  padding-bottom: 6px; }

.case-study-w3agile {
  padding: 0px 0; }

.case-study-img {
  border: 1px solid #d6d6d6;
  text-align: center;
  cursor: pointer;
  position: relative;
  min-height: 185px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 30px;
  background-color: #FFF; }

.case-study-img:hover {
  border: 1px solid #b5b5b5; }

.case-study-img input.button {
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  background: #515151;
  text-decoration: none;
  border: none;
  margin: 0;
  border-radius: 0;
  width: 100%;
  text-transform: inherit;
  padding: .2em 30px;
  outline: none;
  position: absolute;
  bottom: 0px;
  left: 0px; }

.case-study-img:hover input.button, .case-study-img input.button:hover {
  background: #181818; }

.case-study-img .img-responsive {
  display: inline-block !important;
  margin: 35px auto !important; }

.case-study-w3agile h1 {
  font-size: 37px;
  color: #333333;
  line-height: 40px;
  padding: 0px 0 35px;
  font-weight: 600;
  text-align: center; }

#success-stories .page-heading {
  display: none; }

#success-stories .page-content--content h1 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 35px;
  text-align: center;
  text-transform: capitalize; }

.cs-wegmans h3 {
  margin: 0px;
  padding: 10px 0;
  border-bottom: 1px solid #d0d0d0;
  display: block;
  font-size: 28px !important;
  color: #23458F !important;
  font-weight: bold;
  text-decoration: underline;
  text-transform: capitalize !important; }

.cs-wegmans p {
  font-size: 18px !important;
  color: #444444 !important;
  font-weight: normal;
  line-height: 26px !important;
  margin-bottom: 15px;
  padding-top: 15px;
  letter-spacing: 0.01em; }

.cs-wegmans_top p {
  font-size: 19px !important;
  color: #444444 !important;
  font-weight: normal;
  line-height: 26px !important;
  text-align: center; }

.cs-wegmans_slider {
  padding: 30px 0;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important; }

.cs-wegmans_slider a.next {
  background: url("https://azardisplays.com/product_images/uploaded_images/cs-right.png") no-repeat scroll 0 0 transparent;
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #000 !important;
  font-size: 0px !important;
  right: 0;
  margin-top: -13px; }

.cs-wegmans_slider a.prev {
  background: url("https://azardisplays.com/product_images/uploaded_images/cs-left.png") no-repeat scroll 0 0 transparent;
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 0px !important;
  color: #000 !important;
  left: 0;
  margin-top: -13px; }

@media screen and (max-width: 991px) {
  .cs-wegmans_slider li img {
    width: auto;
    max-width: 100%;
    height: auto !important; } }

@media screen and (max-width: 579px) {
  .trustpilot-widget, .trustpilot-widget iframe {
    height: 280px !important; } }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.indextext {
  padding: 10px; }

h1.bestonline {
  font-size: 38px !important;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 27px;
  line-height: 43px !important;
  padding-top: 40px; }

h2.addstyle {
  font-size: 28px !important;
  font-weight: bold;
  font-style: normal;
  padding-bottom: 14px;
  line-height: 43px !important;
  text-transform: uppercase !important;
  color: #23458F !important;
  letter-spacing: 1px; }

h3.whyshop {
  font-size: 21px !important;
  font-weight: bold;
  font-style: normal;
  padding-bottom: 14px;
  line-height: 23px !important;
  color: #23458F !important; }

.contact_top .div_style {
  font-size: 17px;
  /*font-weight:bold;*/
  color: #3a3a3a;
  display: inline-block;
  vertical-align: top;
  padding-top: 17px; }

.contact_top .div_style a {
  font-size: 17px;
  /*font-weight:bold;*/
  color: #3a3a3a; }

.contact_top .div_style span {
  font-weight: normal;
  color: #e74c3c; }

.contact_top img {
  display: inline-block;
  margin-right: 15px; }

.contact_top2 img {
  display: inline-block;
  margin-right: 15px;
  margin-top: 5px; }

.contact_top2 .div_style2 {
  font-size: 17px;
  font-weight: normal;
  color: #3a3a3a;
  display: inline-block;
  vertical-align: top;
  padding-top: 0; }

.contact_top2 .div_style2 span {
  font-weight: normal;
  color: #888888;
  font-size: 13px;
  text-transform: uppercase; }

#contact-us-page .page-heading {
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0; }

.blogs-about {
  padding-top: 20px; }

.no-margin {
  margin: 0; }

.openFAQ {
  float: left;
  text-align: center; }

.question {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 6px; }

.answer {
  margin-bottom: 20px;
  display: none;
  margin-left: 20px; }

.page-type_sitemap .body .container > ul {
  list-style: none;
  margin: 20px 0 0;
  overflow: hidden; }
  .page-type_sitemap .body .container > ul > li {
    float: left;
    width: 33.33%; }

.page-type_sitemap .body .container a {
  color: #23458F; }
  .page-type_sitemap .body .container a:hover {
    color: #333; }

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  position: relative; }

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer; }

.unslider-arrow.next {
  left: auto;
  right: 20px; }

.unslider-nav ol {
  list-style: none;
  text-align: center; }

.unslider-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #999;
  background: #999;
  opacity: 0.8;
  cursor: pointer; }

.unslider-nav ol li.unslider-active {
  background: #23458F;
  border: 1px solid #23458F;
  cursor: default; }

.unslider-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

/* Quote Request Wufoo Form */
.quote-request-form-page .quote-request-form-container #container {
  box-shadow: none;
  max-width: 750px;
  border-radius: 4px;
  border: 1px solid #23458f; }

.quote-request-form-page .quote-request-form-container .wufoo li {
  width: 100%; }

.quote-request-form-page input.text, .quote-request-form-page input.search, .quote-request-form-page input.file, .quote-request-form-page textarea.textarea, .quote-request-form-page select.select {
  padding: 8px 0px;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif; }

.quote-request-form-page .quote-request-form-container #header h2 {
  font-style: normal;
  line-height: 36px; }

.quote-request-form-page .quote-request-form-container .name-field {
  width: 100%; }

.quote-request-form-page .quote-request-form-container .name-field input {
  width: 100%;
  padding-left: 5px;
  font-style: normal; }

.quote-request-form-page .quote-request-form-container .name-field-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px; }

.quote-request-form-page .quote-request-form-container .company-input,
.quote-request-form-page .quote-request-form-container .email-input,
.quote-request-form-page .quote-request-form-container .title-input,
.quote-request-form-page .quote-request-form-container .type-input,
.quote-request-form-page .quote-request-form-container .quantity-input {
  width: 100%;
  padding-left: 5px;
  font-style: normal; }

.quote-request-form-page .quote-request-form-container form li.buttons input {
  font-size: 100%;
  margin-right: 5px;
  background-color: #23458f;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #23458f;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase; }

.quote-request-form-page .quote-request-form-container .phone-number-input,
.quote-request-form-page .quote-request-form-container .calendar-input {
  width: 60px;
  padding-left: 5px;
  font-style: normal; }

.quote-request-form-page .quote-request-form-container #foli13 input,
.quote-request-form-page .quote-request-form-container .email-input,
.quote-request-form-page .quote-request-form-container .company-input,
.quote-request-form-page .quote-request-form-container .addr1 input,
.quote-request-form-page .quote-request-form-container .addr2 input,
.quote-request-form-page .quote-request-form-container .city input,
.quote-request-form-page .quote-request-form-container .state input,
.quote-request-form-page .quote-request-form-container .zip input,
.quote-request-form-page .quote-request-form-container .city input,
.quote-request-form-page .quote-request-form-container .textarea {
  padding-left: 5px;
  font-style: normal; }

/* Catalog Wufoo Form */
.wufoo-catalog-page {
  margin-top: 0px; }

.wufoo-catalog-page .wufoo-form-section #container {
  display: inline-block; }

.wufoo-catalog-page .wufoo-form-section .wufoo li {
  width: 100%; }

.wufoo-catalog-page .wufoo-form-section .name-field {
  width: calc(50% - 11px);
  margin: 0 1.5em 0 0; }

.wufoo-catalog-page .wufoo-form-section .name-field:nth-of-type(2) {
  margin-right: 0px; }

.wufoo-catalog-page .wufoo-form-section .name-field input {
  width: 100%;
  padding-left: 5px;
  font-style: normal; }

.wufoo-catalog-page .wufoo-form-section .company-input,
.wufoo-catalog-page .wufoo-form-section .email-input {
  width: 100%; }

.wufoo-catalog-page .wufoo-form-section .phone-number-input {
  width: 60px; }

.wufoo-catalog-page .wufoo-form-section #foli13 input,
.wufoo-catalog-page .wufoo-form-section .email-input,
.wufoo-catalog-page .wufoo-form-section .company-input,
.wufoo-catalog-page .wufoo-form-section .addr1 input,
.wufoo-catalog-page .wufoo-form-section .addr2 input,
.wufoo-catalog-page .wufoo-form-section .city input,
.wufoo-catalog-page .wufoo-form-section .state input,
.wufoo-catalog-page .wufoo-form-section .zip input,
.wufoo-catalog-page .wufoo-form-section .city input,
.wufoo-catalog-page .wufoo-form-section .textarea {
  padding-left: 5px;
  font-style: normal; }

.wufoo-catalog-page .wufoo-form-section form li.buttons input {
  font-size: 100%;
  margin-right: 5px;
  background-color: #23458F;
  color: #fff;
  padding: 10px 30px;
  border-color: #23458F;
  border-radius: 4px; }

.wufoo-catalog-page input.text, .wufoo-catalog-page input.search, .wufoo-catalog-page input.file, .wufoo-catalog-page textarea.textarea, .wufoo-catalog-page select.select {
  padding: 8px 0px; }

.wufoo-catalog-page .Content.left {
  padding-left: 0px; }

.wufoo-form-section .catalog-wufoo-form-container,
.wufoo-form-section .catlog_right_img {
  display: inline-block;
  vertical-align: top; }

.wufoo-form-section .catalog-wufoo-form-container {
  width: calc(65% - 13px);
  margin-right: 20px; }

.wufoo-form-section .catlog_right_img {
  width: calc(35% - 13px); }

.wufoo-form-section .catlog_right_img .catlog-box {
  border: 2px solid #a1a1a1;
  padding: 1rem 0.8rem;
  margin: 0 0 1.6rem;
  text-align: center; }
  .wufoo-form-section .catlog_right_img .catlog-box > a {
    display: block;
    margin: 0 0 1rem; }
    .wufoo-form-section .catlog_right_img .catlog-box > a img {
      max-height: 250px; }
  .wufoo-form-section .catlog_right_img .catlog-box h2 {
    font-size: 1.4rem;
    font-style: normal;
    letter-spacing: 0; }
  .wufoo-form-section .catlog_right_img .catlog-box .sub-title {
    font-size: 13px; }

.wufoo-form-section #container h2 {
  font-style: normal; }

.wufoo-form-section #container {
  border: 2px solid #a1a1a1;
  box-shadow: none; }

.wufoo-form-section .secondary-font-family {
  display: none; }

@media screen and (max-width: 800px) {
  .wufoo-form-section .catalog-wufoo-form-container,
  .wufoo-form-section .catlog_right_img {
    width: 100%; }
  .wufoo-catalog-page .catalog-wufoo-form-container {
    width: 100%; } }

@media screen and (max-width: 800px) {
  .wufoo-catalog-page .Breadcrumb {
    padding-bottom: 12px; } }

@media screen and (max-width: 1110px) {
  .add-ons ul.ProductList li .ProductName a {
    font-size: 13px;
    line-height: 13px; }
  .add-ons ul.ProductList li .ProductName + .ProductPrice {
    width: 80px; } }

@media screen and (max-width: 460px) {
  #front-chat-container .fc-3xgLq {
    width: 32px !important;
    height: 32px !important;
    border-radius: 16px 16px 3px !important; }
  .add-ons .ProductList li {
    padding-left: 0; }
  .add-ons ul.ProductList li .ProductName {
    width: 100%; }
  .add-ons ul.ProductList li .ProductName + .ProductPrice {
    width: auto;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 11px;
    height: auto !important;
    background: none;
    padding: 0px; }
  .add-ons .ProductPrice:after {
    font-size: 12px;
    transform: translateY(0%);
    right: -1px; }
  .productAddToCartRight {
    padding-bottom: 127px; }
  .form-action--add-to-cart .button {
    width: 100%; }
  .add-all-qty {
    width: 100%;
    margin: 10px 0; }
  .Content .ProductMain .ProductDetailsGrid {
    padding-bottom: 110px; }
  .productView-priceMulti {
    padding: 10px 0 108px; }
  .multiples-of-value__text-quantity {
    width: 100%; }
  .multiples-of-value__text-quantity .quantityInput {
    width: calc(100% - 39px); }
  .multiples-of-value__text-quantity .FloatLeft {
    position: relative;
    width: 100%; } }

#front-chat-container {
  position: fixed;
  bottom: 0;
  right: 0;
  border: 0;
  pointer-events: none;
  z-index: 20 !important; }
  #front-chat-container #front-chat-holder > div > div > span {
    display: none !important; }

.drop-img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  float: right; }

#drop-cat-24, #drop-cat-25, #drop-cat-26, #drop-cat-27, #drop-cat-28, #drop-cat-29, #drop-cat-30, #drop-cat-33, #drop-cat-34, #drop-cat-35, #drop-cat-36 {
  height: 350px;
  width: 215px; }

#drop-cat-24 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/bowl-displays-dropdown-cta.jpg); }

#drop-cat-25 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/everything-pegboard-dropdown-cta.jpg); }

#drop-cat-26 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/pegboard-accessories-dropdown-cta.jpg); }

#drop-cat-27 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/hooks-dropdown-cta.jpg); }

#drop-cat-28 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/counter-displays-dropdown-cta.jpg); }

#drop-cat-29 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/cosmetic-displays-dropdown-cta.jpg); }

#drop-cat-30 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/store-fixtures-dropdown-cta.jpg); }

#drop-cat-32 {
  background-image: url(//cdn10.bigcommerce.com/s-3tpalr72b1/templates/__custom/hp-images/lottery.jpg?t=1552412455); }

#drop-cat-33 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/display-components-dropdown-cta.jpg); }

#drop-cat-34 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/clearance-dropdown-cta.jpg); }

#drop-cat-35 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/sign-holders-dropdown-cta.jpg); }

#drop-cat-36 {
  background-image: url(https://cdn6.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/brochure-holders-dropdown-cta.jpg); }

.drop-shop-all {
  border: 1px solid #339bc1;
  border-radius: 5px;
  bottom: 5px;
  color: #339bc1;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 2px 10px 1px;
  position: absolute;
  right: 5px;
  text-transform: uppercase; }
  .drop-shop-all:hover {
    background: #fff;
    color: #339bc1; }

/* BANNERS */
.banners {
  background: none;
  color: #333;
  padding: 0;
  text-align: initial; }

.banners a {
  color: #23458F; }
  .banners a:hover {
    color: #ac040c; }

/* LANDING */
.page-type_default .body {
  margin-bottom: 0; }

.page-type_default .banner {
  max-width: unset; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  height: auto !important; }

.heroCarousel-content {
  background: url("../img/bg-carousel.png") repeat 0 0;
  bottom: 15%;
  padding: 0 15px;
  position: absolute;
  top: unset;
  width: 100%; }
  @media (min-width: 992px) {
    .heroCarousel-content {
      left: 50%;
      max-width: 90%;
      transform: translateX(-50%);
      width: auto; } }

.heroCarousel-description {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 18px;
  margin: 10px 0;
  text-transform: uppercase; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 18px;
      line-height: 25px; } }
  @media (min-width: 992px) {
    .heroCarousel-description {
      font-size: 25px;
      line-height: 32px; } }

.heroCarousel .slick-dots li {
  background: none; }

/* SLICK CAROUSEL */
.slick-arrow {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  line-height: 2px;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slick-arrow:before {
    background: none;
    color: #fff;
    font-size: 26px;
    height: auto;
    opacity: 1;
    width: auto; }
  .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9); }
    .slick-arrow:hover:before {
      background: none;
      opacity: 1; }

.slick-prev:before {
  content: '\f104';
  padding-right: 4px; }

.slick-next:before {
  content: '\f105';
  padding-left: 3px; }

.category-description img {
  width: 100%; }

.filters {
  padding: 0 0.75rem;
  position: relative;
  z-index: 10; }

.filters .toggleLink-text {
  font-size: 16px;
  font-weight: 700; }
  @media (min-width: 962px) {
    .filters .toggleLink-text {
      font-size: 20px; } }

.filters .facetedSearch-navList {
  z-index: 2; }

.filters .facetedSearch-toggle-indicator .toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.filters .facetedSearch-refineFilters {
  background: #333;
  color: #fff;
  display: flex;
  font-size: 14px;
  padding: 9px 10px;
  text-align: center; }

.filters .accordion {
  margin: 0 0 10px; }
  @media (min-width: 962px) {
    .filters .accordion {
      display: flex; } }

.filters .accordion-block {
  position: relative; }
  @media (min-width: 962px) {
    .filters .accordion-block {
      display: inline-block;
      flex-grow: 1;
      margin: 0 5px; }
      .filters .accordion-block:first-of-type {
        margin-left: 0; }
      .filters .accordion-block:last-of-type {
        margin-right: 0; } }

.filters .accordion-navigation {
  color: #333;
  font-size: 15px;
  text-transform: capitalize; }
  @media (min-width: 962px) {
    .filters .accordion-navigation {
      background: #f0f0f0;
      padding: 10px 15px; } }

@media (min-width: 962px) {
  .filters .accordion-content {
    background: #fff;
    border: 1px solid #ccc;
    left: -9rem;
    margin-left: 50%;
    position: absolute;
    top: calc(100% + 11px);
    width: 18em; }
    .filters .accordion-content:before, .filters .accordion-content:after {
      border-bottom: .5em solid #fff;
      border-left: .675em solid transparent;
      border-right: .675em solid transparent;
      bottom: 100%;
      content: '';
      display: block;
      height: 0;
      left: 50%;
      margin-left: -.675em;
      position: absolute;
      transform: rotate(360deg);
      width: 0; }
    .filters .accordion-content:before {
      border-bottom-color: #ccc;
      border-width: 11px;
      margin-left: -11px; }
    .filters .accordion-content:after {
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
    .filters .accordion-content .toggleLink {
      background: #E1E1E1;
      color: #A2A2A2;
      float: left;
      line-height: 16px;
      padding: 3px 10px;
      text-align: right;
      text-transform: lowercase;
      width: 100%; }
      .filters .accordion-content .toggleLink span {
        font-weight: 400;
        font-size: 12px; }
      .filters .accordion-content .toggleLink:hover {
        color: #333; } }

.accordion-block:first-child .accordion-navigation, .accordion-block:last-child .accordion-navigation {
  border-radius: 0; }

.accordion--navList .accordion-title {
  font-weight: 700;
  line-height: 1;
  margin: 0; }

.accordion--navList .accordion-navigation-actions {
  color: #fe1313;
  top: 10px; }
  @media (min-width: 962px) {
    .accordion--navList .accordion-navigation-actions {
      right: 5px;
      top: 5px; } }

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

#facetedSearch-content--price {
  padding: 0.75rem 0.5rem; }
  @media (min-width: 992px) {
    #facetedSearch-content--price {
      padding: 0.5rem; } }

#facetedSearch-content--price .form-input {
  height: 30px; }

.navList-action--checkbox {
  border-left: 5px solid #fff;
  margin: 0;
  padding: 7px 10px; }
  .navList-action--checkbox.is-selected {
    background: #f0f0f0;
    border-color: #fe1313; }
  .navList-action--checkbox:before, .navList-action--checkbox:after,
  .navList-action--checkbox span {
    display: none; }

.facetedSearch-noFilters {
  display: block;
  flex-grow: 1; }

.facetedSearch-toggle {
  margin: 0.5rem 0 1rem; }

.facetedSearch-clearLink {
  display: none; }

.facetedSearch-clearAll {
  background: #333;
  color: #fff;
  float: none;
  font-size: 14px;
  font-weight: 600;
  margin-left: -10px;
  order: 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 150px; }
  .facetedSearch-clearAll:hover {
    color: #fff; }

.inlineList--labels {
  margin: 0; }
  .inlineList--labels > li {
    margin: 0.125rem; }

.facetLabel {
  background: #fff;
  border-radius: 0;
  font-weight: 600; }
  .facetLabel:hover {
    background: #e1e1e1;
    color: #333; }

.facetLabel .icon {
  fill: #6d6d6d;
  height: 0.75rem;
  margin-left: 5px;
  width: 0.75rem; }

.filter-paging {
  background: #f0f0f0;
  clear: both;
  float: left;
  padding: 10px;
  width: 100%; }
  .filter-paging + form {
    clear: both; }

.filter-paging--top {
  margin: 20px 0;
  text-align: center; }
  @media (min-width: 401px) {
    .filter-paging--top {
      text-align: left; } }

.filter-paging .actionBar {
  display: inline-block;
  margin: 0 auto 10px; }
  @media (min-width: 401px) {
    .filter-paging .actionBar {
      float: left;
      margin: 0; } }

.filter-paging--top {
  display: block;
  text-align: center; }
  @media (min-width: 401px) {
    .filter-paging--top {
      float: right; } }

.filter-paging--bottom {
  margin-bottom: 20px;
  text-align: center; }

.filter-paging--bottom {
  margin: 0 auto; }

.actionBar-section .form-field {
  border-radius: 0;
  margin: 0; }

.actionBar-section .form-select {
  height: 1.858rem;
  padding: 0 0.78571rem 0 0.21429rem; }

.actionBar-section .form-select--small {
  background-position: right 0.35rem top 0.35rem; }

/* PRODUCTLIST/CARD */
.productCarousel .slick-track,
.productGrid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 0; }

.productGrid {
  margin: 0; }
  @media (min-width: 401px) {
    .productGrid {
      margin: 0 -0.35rem; } }
  @media (min-width: 801px) {
    .productGrid {
      margin: 0 -0.75rem; } }

.productGrid .product {
  border: 1px solid rgba(35, 69, 143, 0.2);
  border-radius: 2px;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 401px) {
    .productGrid .product {
      margin: 0 0.35rem 10px;
      width: calc(50% - 0.7rem); } }
  @media (min-width: 551px) {
    .productGrid .product {
      width: calc(33.33% - 0.7rem); } }
  @media (min-width: 801px) {
    .productGrid .product {
      margin: 0 0.75rem 20px;
      width: calc(25% - 1.5rem); } }
  @media (min-width: 992px) {
    .productGrid .product {
      width: calc(20% - 1.5rem); } }

.productCarousel .productCarousel-slide {
  height: auto;
  margin: 0 12px; }

.card {
  border: none;
  border-radius: 2px;
  margin: 0;
  position: static;
  height: 100%;
  display: flex;
  flex-direction: column; }

.card-figure {
  border: 1px solid #fff;
  border-top-width: 4px;
  border-radius: 2px 2px 0 0;
  height: auto;
  z-index: 0; }

.card-figure .icon-color-wheel {
  height: auto;
  width: 50px; }

.card-body {
  position: static;
  text-align: center;
  z-index: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .card-body .button--primary, .card-body .button--secondary {
    max-width: 100%; }

.card-body .card-text {
  color: #333; }

.card-body .card-text--sku {
  display: none; }

.card-text--brand {
  display: none; }

.card-text--sku {
  font-weight: 700;
  margin-top: 10px; }

.productCarousel-slide .card-body .button {
  margin-left: 0;
  width: 100%; }

.icon-color-wheel {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px; }

/* PRODUCT */
.productView {
  padding: 0; }

.productView-images {
  margin-bottom: 1rem;
  padding-top: 10px;
  width: 50%; }
  @media (max-width: 980px) {
    .productView-images {
      padding-right: 0;
      width: 100%; } }

.productView-image {
  border: 1px solid #d0d0d0; }

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

.productView-thumbnail {
  margin: 0 4px 4px;
  padding: 0; }

.productView-thumbnail-link {
  border-color: #d0d0d0;
  height: 100px;
  max-width: none;
  width: 100px; }

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

.productView-thumbnails .slick-arrow {
  background: none;
  height: 20px;
  margin: 0;
  width: 20px; }
  .productView-thumbnails .slick-arrow:before {
    color: #333;
    font-size: 20px; }
  .productView-thumbnails .slick-arrow.slick-disabled {
    opacity: 0.5; }

.productView-thumbnails img {
  max-height: 96%;
  max-width: 96%; }

.productView-details {
  position: relative;
  width: 50%; }
  .productView-details + .productView-details {
    margin: 0; }
    @media (min-width: 461px) {
      .productView-details + .productView-details {
        margin-bottom: 0rem;
        padding-bottom: 0px; } }
  @media (max-width: 980px) {
    .productView-details {
      width: 100%; } }

.productView-product {
  padding: 0; }

.productView-info-item--sku {
  margin-bottom: 0.625rem; }

.productView-info-item--sku .productView-info-name,
.productView-info-item--sku .productView-info-value {
  color: #697590;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  vertical-align: top; }

.productView-info-item--min-purchase {
  display: none; }

.productView-brand,
.productView-rating,
.productView-info-item--custom-field {
  display: none; }

.productView-priceMulti {
  clear: both;
  float: left;
  padding: 10px 135px 28px 0;
  position: relative;
  width: 100%; }

.sold-in-multiples-of {
  bottom: 2px;
  font-size: 14px;
  letter-spacing: 0;
  position: absolute;
  right: 0; }

.multiples-of-value {
  opacity: 0;
  transition: opacity 0.3s ease; }

.multiples-of-value__set {
  opacity: 1; }

.productView-price {
  color: #23458F;
  font-size: 46px;
  line-height: 1.2;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (min-width: 1121px) {
    .productView-price {
      line-height: inherit; } }

.productView-price--price {
  float: left;
  position: relative;
  width: 100%;
  font-size: 24px; }
  .productView-price--price em {
    display: block;
    font-size: 14px;
    font-style: normal; }
  @media (min-width: 461px) {
    .productView-price--price {
      width: 40%; } }

.productView-price--price .price-section {
  display: inline-block;
  letter-spacing: -1px;
  line-height: 1;
  vertical-align: top; }
  .productView-price--price .price-section.price-section--saving {
    display: block; }

.productView-price--price .price-section--price {
  position: relative; }
  .productView-price--price .price-section--price:after {
    bottom: 5px;
    content: '/ea.';
    display: inline-block;
    font-size: 16px;
    letter-spacing: normal;
    position: absolute;
    right: -30px; }

.price-section--rrp .price-label {
  display: block;
  font-size: 14px;
  font-style: normal; }

.productView-inventory {
  clear: both;
  display: none; }
  .productView-inventory--show {
    display: inline-block; }

.productView-bulkPricing {
  background: #f2f2f2;
  float: left;
  font-size: 15px;
  line-height: 1;
  padding: 10px 15px;
  position: relative;
  width: 100%; }
  .productView-bulkPricing ul {
    list-style: none;
    margin: 0; }
  @media (min-width: 1121px) {
    .productView-bulkPricing {
      width: 60%; } }

.bulk-discount-box--call-for-quote {
  color: #23458F;
  display: block;
  padding-top: 10px; }
  .bulk-discount-box--call-for-quote a {
    color: #23458F;
    text-decoration: underline;
    text-transform: uppercase; }
    .bulk-discount-box--call-for-quote a:hover {
      color: #333;
      text-decoration: none; }

.productView-options {
  margin: 0;
  overflow: hidden;
  text-align: left; }

.productView-options .form-field.u-hiddenVisually {
  display: none;
  margin: 0; }

[data-product-attribute="product-list"] {
  display: none; }

.productView .form-field--increments {
  border: 1px solid #d6d6d6;
  border-right: none;
  margin: -15px 0 0;
  position: absolute;
  right: 1rem;
  top: -100px;
  width: calc(100% - 2rem); }
  @media (min-width: 461px) {
    .productView .form-field--increments {
      width: 125px; } }
  .productView .form-field--increments .form-label {
    display: none; }
  .productView .form-field--increments .form-input {
    background: #F2F2F2;
    border-color: #D6D6D6;
    border-bottom: none;
    border-radius: 0;
    border-top: none;
    box-shadow: inset -2px 0 12px -7px rgba(0, 0, 0, 0.4);
    color: #747474;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 74px;
    margin: 0;
    padding: 24px 5px;
    text-align: center;
    width: calc(100% - 37px); }
    @media (min-width: 461px) {
      .productView .form-field--increments .form-input {
        width: 85px; } }
  .productView .form-field--increments .button {
    background: #FFF;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #8F8F8F;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 39px;
    line-height: 14px;
    margin: 0;
    padding: 10px 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    width: 39px;
    z-index: 0; }
    .productView .form-field--increments .button:hover {
      background: #4a4a4a;
      border-color: #4a4a4a;
      box-shadow: 2px -1px 6px 0px rgba(0, 0, 0, 0.3);
      color: #fff; }
  .productView .form-field--increments .button--increment-minus {
    bottom: -1px;
    top: auto; }
  .productView .form-field--increments .button--increment-plus i {
    font-size: 11px; }

.cart-item .form-increment .form-label {
  display: none; }

.cart-item .form-increment .form-input {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  width: 2.1875rem;
  box-shadow: none;
  padding: 2px 0;
  margin: 0 2px;
  border-radius: 4px; }

.cart-item .form-increment .button {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  color: #8F8F8F;
  cursor: pointer;
  margin: 0;
  text-align: center;
  z-index: 0; }
  .cart-item .form-increment .button:hover {
    border-color: #23458F;
    box-shadow: 2px -1px 6px 0px rgba(0, 0, 0, 0.3);
    color: #fff; }

.cart-item .form-increment .button--increment-minus {
  bottom: -1px;
  top: auto; }

.cart-item .form-increment .button--increment-plus i {
  font-size: 11px; }

.cart-item .sold-in-multiples-of {
  bottom: auto;
  top: 74px;
  text-align: left;
  font-size: 11px;
  width: 145px;
  left: 50%;
  margin-left: -72px;
  font-style: italic;
  color: #8f8f8f;
  font-weight: 600;
  z-index: 1;
  padding: 3px 6px; }

.cart-item[data-multiples-of="1"] .sold-in-multiples-of {
  display: none; }

.productView-options .form-action--add-to-cart {
  bottom: 0;
  position: relative; }
  @media (min-width: 461px) {
    .productView-options .form-action--add-to-cart {
      right: 0;
      width: auto;
      float: right;
      margin-top: 0; } }

.form-action--add-to-cart .button {
  background: #23458F;
  border-color: #23458F;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.1px;
  margin: 0;
  padding: 9px 30px;
  text-transform: uppercase;
  width: 100% !important; }

.productView-wishlistShare {
  border-top: 1px solid #d0d0d0;
  clear: right;
  float: right;
  margin: 0 1rem 3rem;
  width: calc(100% - 2rem); }
  @media (min-width: 901px) {
    .productView-wishlistShare {
      width: calc(100% - 500px - 2rem); } }
  @media (min-width: 1121px) {
    .productView-wishlistShare {
      width: calc(100% - 530px - 2rem); } }

.productView .addthis_toolbox {
  float: right;
  margin-top: 7px; }

.form-wishlist,
.addthis_email_button {
  float: left;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 5px 10px;
  text-transform: capitalize; }
  .form-wishlist .fas,
  .addthis_email_button .fas {
    color: #777;
    margin: 0; }
    @media (min-width: 551px) {
      .form-wishlist .fas,
      .addthis_email_button .fas {
        margin-right: 5px; } }
    @media (min-width: 901px) {
      .form-wishlist .fas,
      .addthis_email_button .fas {
        margin-right: 0; } }
    @media (min-width: 1121px) {
      .form-wishlist .fas,
      .addthis_email_button .fas {
        margin-right: 5px; } }
  .form-wishlist span,
  .addthis_email_button span {
    display: none; }
    @media (min-width: 551px) {
      .form-wishlist span,
      .addthis_email_button span {
        display: inline-block; } }
    @media (min-width: 901px) {
      .form-wishlist span,
      .addthis_email_button span {
        display: none; } }
    @media (min-width: 1121px) {
      .form-wishlist span,
      .addthis_email_button span {
        display: inline-block; } }
  .form-wishlist:hover,
  .addthis_email_button:hover {
    background: #ebebeb;
    color: #23458F; }
    .form-wishlist:hover > a,
    .addthis_email_button:hover > a {
      color: #23458F; }
    .form-wishlist:hover .fas,
    .addthis_email_button:hover .fas {
      color: #23458F; }

.form-wishlist > a .icon {
  display: none;
  height: 0.75rem;
  margin-left: 5px;
  width: 0.75rem; }
  @media (min-width: 551px) {
    .form-wishlist > a .icon {
      display: inline-block; } }
  @media (min-width: 901px) {
    .form-wishlist > a .icon {
      display: none; } }
  @media (min-width: 1121px) {
    .form-wishlist > a .icon {
      display: inline-block; } }

@media (min-width: 901px) {
  .form-option:nth-child(n+12):hover .form-option-expanded {
    transform: translate(50%, 0); }
  .form-option:nth-child(n+12) .form-option-expanded {
    left: unset;
    right: calc(100% + 55px); } }

.productView {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }

.is-hidden {
  display: none; }

.productView-description .tabs {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA; }

.productView-description .tabs-contents {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem; }

.product-section,
.product-section-title {
  clear: both; }

.product-section {
  position: relative; }

.product-section-title {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  margin-top: 40px;
  margin: 32px 0px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.product-section-title span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif; }

/* OTHER */
.productView-wishlistShare .socialLinks {
  display: flex;
  justify-content: center;
  line-height: normal; }
  .productView-wishlistShare .socialLinks .socialLinks-item {
    margin: 0 1px 0 0; }
  .productView-wishlistShare .socialLinks-item {
    display: inline-block;
    font-size: 2rem;
    height: 36px;
    line-height: 34px;
    order: 2;
    vertical-align: top;
    width: 36px; }
    .productView-wishlistShare .socialLinks-item--email {
      display: none; }
    .productView-wishlistShare .socialLinks-item--facebook {
      order: 0; }
    .productView-wishlistShare .socialLinks-item--twitter {
      order: 1; }
    .productView-wishlistShare .socialLinks-item .icon {
      display: block;
      height: 36px;
      line-height: 34px;
      overflow: hidden;
      position: relative;
      text-align: center;
      transition: none;
      width: 24px;
      width: 36px; }
      .productView-wishlistShare .socialLinks-item .icon--facebook {
        color: #4f73be; }
        .productView-wishlistShare .socialLinks-item .icon--facebook svg {
          fill: #4f73be; }
        .productView-wishlistShare .socialLinks-item .icon--facebook:hover {
          color: #3b5998; }
          .productView-wishlistShare .socialLinks-item .icon--facebook:hover svg {
            fill: #3b5998; }
      .productView-wishlistShare .socialLinks-item .icon--pinterest {
        color: #ee363d !important; }
        .productView-wishlistShare .socialLinks-item .icon--pinterest svg {
          fill: #ee363d; }
        .productView-wishlistShare .socialLinks-item .icon--pinterest:hover {
          color: #bd071d !important; }
          .productView-wishlistShare .socialLinks-item .icon--pinterest:hover svg {
            fill: #bd071d; }
      .productView-wishlistShare .socialLinks-item .icon--twitter {
        color: #86c8fa; }
        .productView-wishlistShare .socialLinks-item .icon--twitter svg {
          fill: #86c8fa; }
        .productView-wishlistShare .socialLinks-item .icon--twitter:hover {
          color: #3cf; }
          .productView-wishlistShare .socialLinks-item .icon--twitter:hover svg {
            fill: #3cf; }
      .productView-wishlistShare .socialLinks-item .icon--youtube {
        background: url("../img/icon-youtube.JPG") no-repeat;
        color: #ee1e1e;
        opacity: 0.7; }
        .productView-wishlistShare .socialLinks-item .icon--youtube svg {
          fill: #ee1e1e; }
        .productView-wishlistShare .socialLinks-item .icon--youtube i {
          display: none; }
        .productView-wishlistShare .socialLinks-item .icon--youtube:hover {
          color: #f33;
          opacity: 1; }
          .productView-wishlistShare .socialLinks-item .icon--youtube:hover svg {
            fill: #f33; }
      .productView-wishlistShare .socialLinks-item .icon--instagram {
        background: url("../img/icon-instagram.png") no-repeat;
        background-size: contain;
        color: #ee1e1e;
        opacity: 0.7; }
        .productView-wishlistShare .socialLinks-item .icon--instagram svg {
          fill: #ee1e1e; }
        .productView-wishlistShare .socialLinks-item .icon--instagram i {
          display: none; }
        .productView-wishlistShare .socialLinks-item .icon--instagram:hover {
          color: #f33;
          opacity: 1; }
          .productView-wishlistShare .socialLinks-item .icon--instagram:hover svg {
            fill: #f33; }
      .productView-wishlistShare .socialLinks-item .icon--google, .productView-wishlistShare .socialLinks-item .icon--google_plusone {
        color: #ff7260 !important; }
        .productView-wishlistShare .socialLinks-item .icon--google svg, .productView-wishlistShare .socialLinks-item .icon--google_plusone svg {
          fill: #ff7260; }
        .productView-wishlistShare .socialLinks-item .icon--google:hover, .productView-wishlistShare .socialLinks-item .icon--google_plusone:hover {
          color: #cd3b28 !important; }
          .productView-wishlistShare .socialLinks-item .icon--google:hover svg, .productView-wishlistShare .socialLinks-item .icon--google_plusone:hover svg {
            fill: #cd3b28; }

.addthis_toolbox .socialLinks {
  display: inline-block; }

.addthis_toolbox .socialLinks-item {
  font-size: 1.5rem;
  height: 22px;
  width: 22px; }

.addthis_toolbox .socialLinks-item .icon {
  height: 22px;
  line-height: 24px;
  width: 22px; }

.tab {
  background: none;
  border: none; }
  .tab.is-active {
    background: #FFFFFF;
    border: none; }
    .tab.is-active .tab-title {
      color: #23458F;
      font-weight: 700; }
  @media (hover: hover) and (pointer: fine) {
    .tab:not(.is-active):hover {
      background-color: #112F71;
      color: #D6DCEC !important; }
      .tab:not(.is-active):hover .tab-title {
        color: #D6DCEC !important; } }

.product-title {
  font-size: 16px;
  color: #23458F;
  font-weight: 600;
  margin-bottom: 0.625rem; }

.feature-title {
  font-size: 16px;
  color: #23458F;
  font-weight: 600;
  margin-bottom: 1.5rem; }

.tab-title {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 14px 22px; }

.tab-content {
  padding: 0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  .tab-content a {
    color: #23458F; }

.blog-post-body,
.account--fixed,
.account--fixedSmall,
.account--fixedLarge,
.page-content--centered {
  width: 100%; }

.account-body {
  margin: 0; }

.navBar--account {
  display: block; }

@media (min-width: 801px) {
  .login-row {
    margin-top: 3rem; } }

.previewCartItem-brand,
.cart-item-brand,
.cart-total--coupon-input {
  display: none; }

.cart-item-quantity {
  position: relative;
  display: flex; }
  @media (min-width: 980px) {
    .cart-item-quantity {
      display: table-cell; } }

.cart-item-sku {
  font-size: 0.875rem; }

.cart-header-item--price,
.cart-item-info--price {
  text-align: center; }

.cart-item-info--price,
.cart-item-info--total {
  display: flex;
  align-items: center; }
  @media (min-width: 980px) {
    .cart-item-info--price,
    .cart-item-info--total {
      display: table-cell;
      width: 16.66667%; } }

@media (min-width: 980px) {
  .cart-item-info--total .cart-item-value {
    display: inline-block;
    text-align: right;
    width: auto; } }

.page-type_cart .page-heading .cart-actions {
  margin: 0.5rem 0; }
  @media (min-width: 600px) {
    .page-type_cart .page-heading .cart-actions {
      float: right;
      margin: 0; } }
  .page-type_cart .page-heading .cart-actions .button {
    border-radius: 0;
    border: none;
    font-size: 14px;
    line-height: 35px;
    padding: 0.2em 30px;
    text-transform: uppercase; }

.page-heading + [data-cart-status] {
  clear: both; }

.cart-remove i {
  font-size: 11px;
  margin-right: 5px; }

.cart-remove span {
  color: #23458F; }

@media (min-width: 980px) {
  .cart-remove {
    display: inline-block; } }

.cart-actions .button {
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  font-weight: 700 !important;
  padding: 0.5em 50px;
  text-transform: capitalize; }
  .cart-actions .button i {
    margin-right: 5px; }

.cart-disclaimer {
  display: block;
  margin: 2rem 0 0;
  text-align: center; }
  @media (min-width: 980px) {
    .cart-disclaimer {
      text-align: right; } }

.alertBox--info {
  background: #d9edf7; }
  .alertBox--info p {
    color: #333;
    margin: 0; }
    .alertBox--info p:empty {
      margin: 0; }
  .alertBox--info a {
    color: #23458F; }

.page-type_cart .alertBox-icon {
  display: none; }

.page-type_search .panel {
  display: none; }

.page-type_page .page-heading {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px; }

.sidebar-page {
  display: none;
  float: left; }
  @media (min-width: 992px) {
    .sidebar-page {
      display: block;
      margin-right: 10px;
      width: 220px; } }
  .sidebar-page + .page-content {
    float: left; }
    @media (min-width: 992px) {
      .sidebar-page + .page-content {
        width: calc(100% - 230px); } }
  .sidebar-page h3 {
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    padding: 0 0 5px 10px;
    text-transform: uppercase;
    width: 100%; }
  .sidebar-page ul {
    list-style: none;
    margin: 0; }
  .sidebar-page li {
    display: block;
    padding: 5px 0; }
    .sidebar-page li > ul {
      margin: 10px 0 0 10px; }
  .sidebar-page a {
    padding-left: 20px;
    position: relative; }
    .sidebar-page a:hover {
      color: #000; }
      .sidebar-page a:hover:before {
        color: #333; }
    .sidebar-page a:before {
      content: '\f054';
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-size: 10px;
      font-weight: 700;
      left: 5px;
      position: absolute;
      top: 3px; }

hr {
  border: 0;
  height: 1px;
  margin: 10px 0;
  padding: 0; }

.page-content--content h3, .page-content--content h4 {
  color: #333; }

.page-content--content a {
  color: #23458F; }
  .page-content--content a:hover {
    color: #b21f2d; }

.cart-item-qty-input {
  padding: 6px;
  width: 3rem; }

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

.estimator-form--default .estimator-form-label {
  padding-left: 20px;
  position: relative;
  width: calc(100% - 100px); }

.estimator-form--default .shipping-quote {
  left: 0;
  margin: 0;
  position: absolute;
  top: 5px; }

.estimator-form--default .estimator-form-label-text {
  display: block;
  margin: 0;
  text-align: left; }

.estimator-form--default .estimator-form-input {
  width: 100px; }

.page-type_blog .page, .page-type_blog_post .page {
  align-items: start;
  display: flex; }
  .page-type_blog .page-sidebar, .page-type_blog_post .page-sidebar {
    display: none;
    margin: 0 0 0 30px;
    order: 2;
    padding: 20px 25px 15px;
    width: 285px; }
    @media (min-width: 801px) {
      .page-type_blog .page-sidebar, .page-type_blog_post .page-sidebar {
        display: block; } }
  .page-type_blog .page-content, .page-type_blog_post .page-content {
    margin-top: 2rem;
    order: 1; }
    @media (min-width: 801px) {
      .page-type_blog .page-content, .page-type_blog_post .page-content {
        margin: 0;
        width: calc(100% - 315px); } }

.sidebar-section-title {
  border-bottom: 2px solid #23458F;
  color: #000;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  padding: 0 0 5px 10px;
  text-transform: capitalize; }

.sidebar-section-content ul {
  list-style: none;
  margin: 0; }

.sidebar-section-content li {
  border-top: 1px solid #c3c3c3;
  margin: 0;
  padding: 10px 0 10px 5px; }
  .sidebar-section-content li:first-of-type {
    border: none; }

.sidebar-section-content a i {
  color: #23458F;
  font-size: 10px;
  margin-right: 5px; }

.sidebar-section-content a:hover {
  color: #23458F; }

.page-type_checkout {
  padding: 0; }
  .page-type_checkout .facility,
  .page-type_checkout .footer-social,
  .page-type_checkout .footer {
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif; }
    .page-type_checkout .facility .container,
    .page-type_checkout .footer-social .container,
    .page-type_checkout .footer .container {
      margin-left: auto;
      margin-right: auto;
      max-width: 85.71429rem;
      padding: 0 1.5rem;
      position: relative;
      width: 100%; }
    .page-type_checkout .facility .row,
    .page-type_checkout .footer-social .row,
    .page-type_checkout .footer .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
  .page-type_checkout .footer {
    background: #4a4a4a; }
  .page-type_checkout .footer-info {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .page-type_checkout .footer-info:before, .page-type_checkout .footer-info:after {
      content: " ";
      display: table; }
  .page-type_checkout .footer-info-col {
    display: inline-block;
    float: none;
    padding-left: .75rem;
    padding-right: .75rem;
    vertical-align: top; }
  .page-type_checkout .footer-info-list {
    list-style: none;
    margin-left: 0; }

.checkout-step .form-field .form-label small {
  text-indent: 0;
  position: inherit;
  overflow: visible;
  top: inherit;
  left: inherit;
  height: inherit;
  color: inherit;
  width: auto; }
  .checkout-step .form-field .form-label small:before {
    content: ''; }

.checkout-step .form-field .form-label.form-label[for="firstNameInput"]:after, .checkout-step .form-field .form-label.form-label[for="lastNameInput"]:after, .checkout-step .form-field .form-label.form-label[for="countryCodeInput"]:after, .checkout-step .form-field .form-label.form-label[for="postCodeInput"]:after, .checkout-step .form-field .form-label.form-label[for="cityInput"]:after, .checkout-step .form-field .form-label.form-label[for="provinceCodeInput"]:after, .checkout-step .form-field .form-label.form-label[for="addressLine1Input"]:after {
  content: '*';
  color: #f22732;
  display: inline-block;
  margin: 0;
  width: 8px; }

.checkout-step .form-field .form-label.floating-label {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  .checkout-step .form-field .form-label.floating-label small {
    display: inline;
    position: static;
    margin-left: 0;
    color: #666;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: none;
    text-indent: 0;
    overflow: visible;
    top: inherit;
    left: inherit;
    height: inherit;
    width: auto;
    order: 2; }
    .checkout-step .form-field .form-label.floating-label small:before {
      content: ''; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.add-to-cart-qty {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem; }
  .add-to-cart-qty button {
    margin: 0 !important; }
  @media all and (max-width: 768px) {
    .add-to-cart-qty {
      flex-direction: column;
      gap: 0.75rem; }
      .add-to-cart-qty button, .add-to-cart-qty a {
        width: 100% !important;
        max-width: 100% !important; } }

.button--primary {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #23458F;
  border-color: #23458F;
  letter-spacing: 1.1px;
  margin: 0;
  padding: 1rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
  max-height: 3.25rem;
  margin: 0 0 1rem; }
  .button--primary svg {
    margin-left: 0.625rem; }

.button--secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
  max-width: 18.125rem;
  font-weight: 600;
  max-height: 3.25rem;
  margin: 0 0 1rem; }
  .button--secondary svg {
    margin-left: 0.625rem; }

.form-action--add-to-cart a {
  margin: 0; }

.ProductList {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

.productView .add-ons .ProductList {
  background-color: transparent !important;
  border: 0; }

.ProductPrice {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important; }

.add-on {
  background-color: #fff; }

.ProductImage {
  height: auto;
  width: 100%;
  max-width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 1rem !important; }

.ProductPrice {
  color: #23458F !important;
  font-size: 0.875rem !important;
  font-weight: 400; }

.action-box {
  border: 1px solid #D6DCEC !important; }
  .action-box .qtyInput {
    border: 0 !important;
    color: #23458F;
    font-size: 0.875rem; }

.wholesale-quantity {
  display: flex;
  position: relative;
  right: 1rem;
  margin-left: 1rem; }

.wholesale-quantity-adjust {
  margin: 0;
  padding: 0.1875rem 0.5125rem;
  background-color: #F0F3F6;
  color: #23458F;
  border: none;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  height: 100%; }

.list-view-item, .ProductDetails {
  padding-right: 1rem !important; }

.product-details-table {
  width: 100%;
  border-collapse: collapse; }

.product-details-table td {
  border: 1px solid #ccc;
  padding: 8px;
  vertical-align: top; }

.product-details-table td:first-child {
  width: 50%; }

#tab-details .features-container {
  display: flex;
  gap: 2rem; }

#tab-details .feature-container {
  width: 50%; }

#tab-details #scale-img-container {
  width: 50%; }

@media (max-width: 980px) {
  #tab-details .features-container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 1.125rem;
    padding-right: 1.125rem; }
  #tab-details .feature-container {
    width: 100%; }
  #tab-details #scale-img-container {
    width: 100%; } }

.cat-sub-categories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #D6DCEC;
  padding-left: 2.3125rem;
  padding-right: 2.3125rem;
  max-width: 78.4375rem;
  margin-left: auto; }
  .cat-sub-categories .sub-cate-col {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .cat-sub-categories .sub-cate-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .cat-sub-categories .sub-cate-img {
    min-height: 9.375rem;
    min-width: 9.375rem;
    object-fit: cover;
    border-radius: 50%; }
    .cat-sub-categories .sub-cate-img a {
      display: flex;
      height: auto;
      object-fit: cover; }
      .cat-sub-categories .sub-cate-img a img {
        border-radius: 50%;
        min-height: 9.375rem;
        min-width: 9.375rem;
        max-height: 9.375rem;
        max-width: 9.375rem; }
  .cat-sub-categories .sub-cate-content {
    margin-top: 0.6875rem; }
  .cat-sub-categories .sub-cat-name {
    font-weight: 700;
    font-size: 1rem;
    color: #23458F; }
  .cat-sub-categories .sub-cate-tab {
    margin-bottom: 2rem;
    transition: all ease-in 15ms; }
    .cat-sub-categories .sub-cate-tab:hover .sub-cate-img {
      box-shadow: 0px 0px 19px 2px rgba(35, 69, 143, 0.5); }
  .cat-sub-categories .subCategories-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #23458F;
    margin-bottom: 2rem; }

.cart-item-info--price .cart-item-value, .cart-item-info--total .cart-item-value {
  color: #333333; }

.cart-totals .cart-total .cart-total-label span {
  color: #414141; }

.cart-disclaimer {
  color: #414141; }

.card-figcaption {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: center;
  opacity: 1;
  top: unset;
  visibility: visible; }
  .card-figcaption .card-figcaption-countdown .card-countDown {
    background-color: transparent;
    border-radius: 50px;
    color: #323232;
    display: block;
    font-weight: 700;
    padding: 5px;
    width: 100%; }
    .card-figcaption .card-figcaption-countdown .card-countDown .title {
      display: none; }
    .card-figcaption .card-figcaption-countdown .card-countDown .num {
      align-items: center;
      background-color: #f0f3f6;
      border: 1px solid #23458F;
      color: #23458F;
      display: inline-flex;
      flex-direction: column;
      font-size: 22px;
      justify-content: center;
      line-height: 22px;
      min-height: 58px;
      min-width: 51px; }
      .card-figcaption .card-figcaption-countdown .card-countDown .num.count-days {
        display: none; }
      .card-figcaption .card-figcaption-countdown .card-countDown .num .text {
        color: #23458F;
        font-size: 12px;
        font-weight: 400;
        display: block; }

.productView-countDown-wrapper .productView-countDown {
  display: flex;
  gap: 0.6rem;
  margin: 30px 0 8px 0;
  width: 100%; }
  .productView-countDown-wrapper .productView-countDown .item {
    align-items: center;
    background-color: #f0f3f6;
    border: 1px solid #23458F;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    min-width: 56px;
    text-align: center; }
    .productView-countDown-wrapper .productView-countDown .item.count-days {
      display: none; }
    .productView-countDown-wrapper .productView-countDown .item .num {
      color: #23458F;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase; }
    .productView-countDown-wrapper .productView-countDown .item .text {
      color: #23458F;
      display: block;
      font-size: 12px;
      font-style: italic;
      letter-spacing: 0; }

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

* {
  transition: all .7s ease 0s; }

p {
  line-height: 1.3;
  margin: 0 0 10px; }

.button--small {
  font-size: 12px;
  font-weight: 700; }

.page-heading {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 1.5rem; }

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0; }
  .header_inner .logo-box .logo-header {
    margin: 0; }
    .header_inner .logo-box .logo-header .header-logo-image {
      margin: 0; }
  .header_inner .pages-box {
    padding-left: 12px; }
    .header_inner .pages-box ul {
      display: flex;
      align-items: center;
      list-style: none;
      margin: 0; }
      .header_inner .pages-box ul li {
        margin-right: 8px;
        text-transform: uppercase;
        font-size: 14px; }
        .header_inner .pages-box ul li a {
          color: #414141; }
        .header_inner .pages-box ul li:hover a {
          color: #23458F; }
      .header_inner .pages-box ul .separator {
        color: #CCCCCC; }
  .header_inner .box.search_box {
    max-width: 586px;
    width: 100%;
    flex: 1;
    padding: 0 10px; }
    .header_inner .box.search_box .form {
      margin-bottom: 0; }
    .header_inner .box.search_box .form-field {
      margin: 0; }
  .header_inner .navUser {
    padding: 0; }
  .header_inner .navUser-item {
    margin-left: 12px; }
    .header_inner .navUser-item.navUser-item--catalog {
      margin-left: 0; }
    .header_inner .navUser-item.navUser-item--account .navUser-action {
      display: flex;
      align-items: center; }
    .header_inner .navUser-item.navUser-item--account span {
      font-size: 16px;
      font-weight: 600;
      padding-left: 5px; }
  .header_inner .navUser-action {
    padding: 0;
    font-weight: 400; }
    .header_inner .navUser-action .icon {
      height: 22px;
      width: 22px; }
    .header_inner .navUser-action.navUser-item--phone {
      font-size: 22px;
      font-family: "Karla", sans-serif; }
  .header_inner .navUser-item--cart .navUser-action {
    position: relative; }
    .header_inner .navUser-item--cart .navUser-action .countPill {
      background-color: #DB262F;
      display: block;
      margin-left: 0;
      position: absolute;
      right: -2px;
      top: -1px; }
  .header_inner .navUser-item-cartLabel {
    display: flex; }

.search_box.box {
  padding: 0 10px; }
  .search_box.box .form-input {
    height: 40px; }
    .search_box.box .form-input::placeholder {
      color: #757575; }

.search_box .search-inner {
  position: relative; }

.search_box .form-input {
  border: 1px solid #23458F;
  border-radius: 4px;
  padding: 10px 40px 10px 10px; }
  .search_box .form-input::placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.search_box button[type="submit"] {
  position: absolute;
  right: 8px;
  top: 8px; }
  .search_box button[type="submit"] svg {
    fill: #23458F !important; }

.navPages-container .navPages {
  max-width: 1700px; }

.navPages-container #navPages-main {
  width: 100%; }

@media (min-width: 981px) {
  .navPages-container .catalogRequest {
    float: right; }
    .navPages-container .catalogRequest .navPages-action {
      background-color: #DB2730;
      color: #FFF;
      -webkit-transition: background-color .7s ease-out;
      -moz-transition: background-color .7s ease-out;
      -o-transition: background-color .7s ease-out;
      transition: background-color .7s ease-out; }
      .navPages-container .catalogRequest .navPages-action:hover {
        background-color: #181818; } }

.navPages-container .giftShop a.navPages-action {
  background-image: url(https://cdn11.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/gift-icon-red.png);
  color: #DB2730;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 10px 5px 40px;
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: left center; }
  .navPages-container .giftShop a.navPages-action:hover {
    color: #181818; }

.top_nav {
  background-color: #23458f;
  z-index: 100;
  position: relative; }
  .top_nav > .container {
    padding: 0 2.5rem; }

.navUser-top .navUser-section {
  margin: 0; }

.navUser-top .navUser-action {
  padding: 12px 0.78571rem; }

.point_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  .point_wrap .box {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #FFF;
    margin-right: 20px; }
    .point_wrap .box:last-child {
      margin-right: 0px; }
    .point_wrap .box h3 {
      margin: 0;
      font-size: 18px;
      font-family: "Lato", sans-serif; }
      .point_wrap .box h3 span {
        display: block;
        color: #55524f;
        font-size: 11px; }
    .point_wrap .box .icon {
      width: 60px;
      height: 40px;
      min-width: 60px;
      margin-right: 10px; }
      .point_wrap .box .icon svg {
        fill: #DB262F; }
      .point_wrap .box .icon.icon-year {
        position: relative; }
        .point_wrap .box .icon.icon-year span {
          display: block;
          position: absolute;
          top: 7px;
          font-style: normal;
          font-size: 8px;
          text-align: center;
          line-height: normal;
          text-transform: uppercase;
          width: 100%; }
        .point_wrap .box .icon.icon-year b {
          display: block;
          font-size: 13px; }

.heroCarousel .slick-arrow {
  background: #DB262F;
  border: none;
  border-radius: 0;
  line-height: 2px;
  height: 35px;
  padding: 0;
  width: 35px; }
  .heroCarousel .slick-arrow:before {
    background: none;
    color: #fff;
    font-size: 30px;
    height: auto;
    opacity: 1;
    width: auto;
    line-height: 35px; }
  .heroCarousel .slick-arrow:hover {
    background: #000; }

ol.breadcrumbs {
  padding: 3px 10px;
  text-align: left; }

.smallbanner_wrap {
  display: flex;
  margin-top: 20px; }
  .smallbanner_wrap .box {
    margin-right: 20px;
    width: 100%; }
    .smallbanner_wrap .box:last-child {
      margin-right: 0px; }

.shipinfo_wrap {
  margin: 20px 0;
  background: #181818; }
  .shipinfo_wrap .shipinfo_inner {
    display: flex;
    padding: 20px 0; }
    .shipinfo_wrap .shipinfo_inner .box {
      margin-right: 40px;
      width: 100%;
      display: flex;
      justify-content: space-around; }
      .shipinfo_wrap .shipinfo_inner .box:last-child {
        margin-right: 0px; }
      .shipinfo_wrap .shipinfo_inner .box:first-child {
        max-width: 30%;
        border-right: 1px solid #676464; }
      .shipinfo_wrap .shipinfo_inner .box.box-right {
        justify-content: space-between; }
    .shipinfo_wrap .shipinfo_inner h3 {
      margin: 0;
      color: #FFF;
      font-size: 38px;
      text-transform: uppercase;
      line-height: 38px;
      font-weight: normal; }
      .shipinfo_wrap .shipinfo_inner h3 span {
        font-size: 27px;
        display: block; }
    .shipinfo_wrap .shipinfo_inner .ship_arrow {
      position: relative; }
      .shipinfo_wrap .shipinfo_inner .ship_arrow:after {
        content: "";
        background-image: url(https://store-3tpalr72b1.mybigcommerce.com/content/homepage/ship_arrow.png);
        height: 23px;
        display: none;
        width: 30%;
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        right: -90px;
        bottom: 5px;
        max-width: 85px; }

.top-categories {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #FFF; }
  .top-categories .page-heading {
    font-size: 28px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 32px;
    text-transform: capitalize; }

.topCat_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }
  .topCat_inner img {
    object-fit: fill !important; }
  @media (min-width: 980px) {
    .topCat_inner {
      gap: 32px; } }
  .topCat_inner .box {
    display: flex;
    flex-direction: column; }
    .topCat_inner .box a {
      display: flex;
      flex-direction: column;
      height: 100%;
      text-decoration: none; }
    .topCat_inner .box .box-image {
      position: relative;
      height: 90%; }
      .topCat_inner .box .box-image:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        border-radius: 4px 4px 0 0;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .35s ease 0s; }
      .topCat_inner .box .box-image:hover:before {
        opacity: 1; }
    .topCat_inner .box .cat-image {
      width: 100%;
      height: 100%;
      max-height: 200px;
      object-fit: contain;
      display: block;
      background-color: #FFF;
      border-radius: 4px 4px 0 0; }
    .topCat_inner .box .box-content {
      display: flex;
      flex: 1; }
      .topCat_inner .box .box-content .cat-name {
        background: #23458F;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 15px 10px;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        text-transform: capitalize;
        color: white;
        border-radius: 0 0 4px 4px;
        width: 100%; }

.shop_btn {
  display: flex;
  justify-content: space-between; }
  .shop_btn .btn {
    width: 100%;
    margin-right: 20px;
    display: block;
    background: #DB262F;
    text-align: center;
    font-size: 27px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    white-space: inherit; }
    .shop_btn .btn:last-child {
      margin-right: 0px; }
    .shop_btn .btn:hover {
      background: #b71820; }

.bottom-slideshow-wrap {
  margin-top: 30px; }
  .bottom-slideshow-wrap h2 {
    margin-bottom: 10px; }

.bottom-slideshow {
  overflow: hidden;
  max-height: 360px; }
  .bottom-slideshow .box {
    max-width: 830px;
    margin: 0 10px;
    position: relative; }
    .bottom-slideshow .box .slide_name {
      position: absolute;
      right: 20px;
      bottom: 10%;
      color: #FFF;
      text-align: center;
      font-size: 28px;
      line-height: 28px;
      text-transform: uppercase;
      max-width: 40%; }
    .bottom-slideshow .box .seemore_link {
      display: block;
      font-size: 16px;
      text-transform: capitalize; }
    .bottom-slideshow .box.slick-current .slide_name {
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 44%;
      font-size: 38px;
      line-height: 38px;
      max-width: 80%; }
    .bottom-slideshow .box.slick-current + .slick-slide .slide_name {
      left: 20px; }
  .bottom-slideshow .slick-arrow {
    width: 24.2%;
    height: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 0; }
    .bottom-slideshow .slick-arrow:before {
      position: absolute;
      filter: brightness(100); }
  .bottom-slideshow .slick-prev {
    left: 0%; }
    .bottom-slideshow .slick-prev:before {
      right: 20px; }
  .bottom-slideshow .slick-next {
    right: 0%; }
    .bottom-slideshow .slick-next:before {
      left: 20px; }

.customer_stories {
  margin-top: 20px;
  background: #F1F3F6;
  padding: 40px 0; }
  .customer_stories .btn {
    width: 100%;
    display: block;
    background: #DB262F;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    white-space: inherit;
    border-radius: 3px 3px 0 0; }
    @media (min-width: 981px) {
      .customer_stories .btn {
        font-size: 27px; } }
    .customer_stories .btn:hover {
      background: #b71820; }
  .customer_stories .customer_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 981px) {
      .customer_stories .customer_box {
        flex-wrap: nowrap; } }
    .customer_stories .customer_box .brand-desc {
      width: 100%;
      margin-bottom: 20px;
      background-color: #FFF;
      border-radius: 3px; }
      @media (min-width: 981px) {
        .customer_stories .customer_box .brand-desc {
          margin-right: 20px;
          margin-bottom: 0px; } }
      .customer_stories .customer_box .brand-desc:last-child {
        margin-right: 0px;
        margin-bottom: 0px; }
    .customer_stories .customer_box .inner_box {
      padding: 40px;
      text-align: center; }

.reviews-section {
  margin-top: 50px;
  padding: 50px 0;
  text-align: center;
  background: #FFF; }
  .reviews-section .HomeReviews {
    margin-bottom: 30px;
    display: flex;
    justify-content: center; }
    .reviews-section .HomeReviews .box {
      padding: 0 10px;
      width: 100%; }
      .reviews-section .HomeReviews .box:last-child {
        border-left: 1px solid #D1D1D1; }
    .reviews-section .HomeReviews .review_hd {
      margin-bottom: 20px; }
    .reviews-section .HomeReviews .review_detail {
      display: flex; }
      .reviews-section .HomeReviews .review_detail .review_box {
        text-align: left;
        width: 100%;
        padding: 0 10px; }
        .reviews-section .HomeReviews .review_detail .review_box > span {
          display: block; }
      .reviews-section .HomeReviews .review_detail h3 {
        font-size: 20px;
        margin: 0; }
      .reviews-section .HomeReviews .review_detail .rating_box {
        padding-bottom: 10px; }
      .reviews-section .HomeReviews .review_detail .icon--ratingFull svg {
        fill: #E6B252; }
  .reviews-section .page-heading {
    font-size: 30px; }
    .reviews-section .page-heading span {
      display: block;
      font-size: 24px; }
  .reviews-section .about_section {
    display: flex;
    align-items: center; }
    .reviews-section .about_section p {
      font-size: 15px;
      color: #181818; }
    .reviews-section .about_section .box {
      width: 100%; }
      .reviews-section .about_section .box.imgbox {
        max-width: 40%;
        border-radius: 0 20px 20px 0px;
        overflow: hidden; }
        @media (min-width: 1261px) {
          .reviews-section .about_section .box.imgbox img {
            width: 100%; } }
    .reviews-section .about_section .innerWrap {
      display: flex;
      padding: 30px;
      border-radius: 20px 0 0 20px;
      margin-left: -60px;
      z-index: 10;
      position: relative;
      background-color: #FFF; }
      .reviews-section .about_section .innerWrap .innerbox {
        padding: 0 30px; }
        .reviews-section .about_section .innerWrap .innerbox p {
          text-align: justify;
          font-size: 15px;
          color: #181818; }

.newsletter_wrap {
  background-image: url("https://cdn11.bigcommerce.com/s-3tpalr72b1/product_images/uploaded_images/azar-amazon-header-banner-2.jpg");
  background-position: center;
  background-size: cover;
  padding: 70px 0;
  position: relative; }

.newsletter_wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6); }

.newsletter_inner {
  text-align: center;
  color: #FFF; }
  .newsletter_inner h3 {
    color: #FFF;
    font-size: 50px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase; }
  .newsletter_inner p {
    font-size: 26px; }
  .newsletter_inner .form-prefixPostfix.wrap {
    flex-wrap: nowrap;
    position: relative;
    max-width: 70%;
    margin: 0 auto; }
    .newsletter_inner .form-prefixPostfix.wrap .form-input {
      width: 100%;
      border: 0;
      border-radius: 0;
      background: none;
      border-bottom: 1px solid #FFF;
      padding-right: 60px;
      padding-left: 0;
      font-size: 22px;
      color: #FFF; }
      .newsletter_inner .form-prefixPostfix.wrap .form-input::placeholder {
        color: #EEE; }
    .newsletter_inner .form-prefixPostfix.wrap .button {
      margin: 0;
      max-width: 70px;
      padding: 0;
      border: 0;
      position: absolute;
      right: 0;
      background: none; }
    .newsletter_inner .form-prefixPostfix.wrap .icon {
      width: 22px;
      height: 22px; }
      .newsletter_inner .form-prefixPostfix.wrap .icon svg {
        fill: #FFF; }
      .newsletter_inner .form-prefixPostfix.wrap .icon:hover svg {
        fill: #DB262F; }

.follow_us {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF; }
  .follow_us .social_hd {
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase; }
  .follow_us .socialLinks {
    margin-left: 20px; }
    .follow_us .socialLinks .icon svg {
      fill: #FFF; }
    .follow_us .socialLinks .icon.icon--twitter:hover svg {
      fill: #1C9CEA; }
    .follow_us .socialLinks .icon.icon--facebook:hover svg {
      fill: #4064AC; }
    .follow_us .socialLinks .icon.icon--youtube:hover svg {
      fill: #F60001; }
    .follow_us .socialLinks .icon.icon--pinterest:hover svg {
      fill: #C2222B; }
    .follow_us .socialLinks .icon.icon--instagram:hover svg {
      fill: #F5942E; }

.ft_reviews {
  padding-top: 20px;
  display: flex;
  justify-content: center; }

.footer {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); }
  .footer .footer-info {
    display: flex;
    justify-content: center;
    background: #EFEFEF; }
    .footer .footer-info .footer-info-col {
      width: 22%;
      padding-top: 50px;
      padding-right: 30px;
      padding-left: 30px;
      padding-bottom: 30px;
      margin: 0; }
      .footer .footer-info .footer-info-col:first-child {
        background-color: #FFF; }
      .footer .footer-info .footer-info-col:last-child {
        width: 34%; }
        .footer .footer-info .footer-info-col:last-child .footer-info-heading {
          max-width: 220px; }
    .footer .footer-info .footer-info-heading {
      font-size: 18px;
      font-weight: 600;
      border-bottom: 1px solid #7B7B7B;
      text-transform: uppercase;
      color: #000;
      padding-bottom: 5px;
      position: relative;
      margin-bottom: 20px; }
      .footer .footer-info .footer-info-heading:after {
        content: '';
        width: 62px;
        position: absolute;
        left: 0;
        bottom: -2px;
        display: block;
        height: 3px;
        background: #DB262F; }
    .footer .footer-info .footer-info-list a {
      font-size: 15px;
      color: #000; }
      .footer .footer-info .footer-info-list a:hover {
        color: #DB262F; }
  .footer .contact_box li {
    display: flex;
    font-size: 18px;
    color: #000;
    line-height: 20px; }
    .footer .contact_box li.phone_btm {
      margin-bottom: 20px; }
      .footer .contact_box li.phone_btm a {
        font-size: 18px; }
    .footer .contact_box li.email_btm a {
      color: #777; }
  .footer .contact_box .box .icon {
    margin-right: 15px;
    width: 40px;
    height: 40px; }
    .footer .contact_box .box .icon svg {
      fill: #000; }
  .footer .contact_box .box span {
    display: block; }
  .footer .address_box {
    display: flex; }
    .footer .address_box .box {
      display: flex;
      width: 100%; }
      .footer .address_box .box a {
        display: flex; }
      .footer .address_box .box .icon {
        width: 40px;
        height: 40px;
        margin-top: 5px;
        margin-right: 10px; }
        .footer .address_box .box .icon svg {
          fill: #000; }
      .footer .address_box .box p {
        font-size: 16px;
        color: #000;
        margin: 0; }
  .footer .footer-copyright {
    background: #000;
    text-align: center;
    padding: 10px 0; }
    .footer .footer-copyright p {
      margin: 0;
      color: #FFF; }
    .footer .footer-copyright .footer-copyright-inner {
      display: flex;
      justify-content: space-around;
      align-items: center; }
    .footer .footer-copyright .footer-payment-icons {
      margin: 0; }
      .footer .footer-copyright .footer-payment-icons svg {
        fill: #FFF;
        margin: 0 5px; }

.productGrid .product,
.productGrid .productCarousel-slide,
.productCarousel .product,
.productCarousel .productCarousel-slide {
  background-color: white; }
  .productGrid .product .price,
  .productGrid .productCarousel-slide .price,
  .productCarousel .product .price,
  .productCarousel .productCarousel-slide .price {
    font-size: 20px;
    font-weight: 600; }
  .productGrid .product [data-test-info-type="brandName"],
  .productGrid .productCarousel-slide [data-test-info-type="brandName"],
  .productCarousel .product [data-test-info-type="brandName"],
  .productCarousel .productCarousel-slide [data-test-info-type="brandName"] {
    font-size: 14px;
    text-transform: uppercase; }

@media (min-width: 1261px) {
  .productGrid .product,
  .productCarousel .product {
    width: 22.5%; } }

.page_category {
  margin-top: 0px; }

.category-heading {
  background-color: #FFF;
  padding: 0px 0px 30px;
  margin-bottom: 20px; }

.category-image .heading_outer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 5%;
  margin-bottom: 20px;
  position: relative; }
  .category-image .heading_outer:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0; }

.category-image .page-heading {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px; }

.category-image img {
  margin-bottom: 20px;
  display: none; }

.category-image > * {
  position: relative; }

.category-image a {
  text-decoration: underline; }

.category-image p {
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.4; }

#product-listing-container .actionBar {
  margin-top: 0; }

#product-listing-container .actionBar-section .form-field {
  border: 1px solid #d3d3d3; }

.slick-track .productView-thumbnail {
  width: 101px !important; }

.slick-track .productView-thumbnail-link {
  margin-right: 30px; }
  .slick-track .productView-thumbnail-link:last-child {
    margin-right: 0; }

.productView .productView-thumbnails {
  margin-left: 1px;
  width: 100% !important; }
  .productView .productView-thumbnails img {
    max-width: 96% !important;
    max-height: none !important; }

.productView .productView-thumbnail img {
  width: 100%;
  height: auto; }

.productView .productView-title {
  font-size: 20px;
  font-weight: 400;
  margin: 4px 0 5px;
  padding-bottom: 5px;
  line-height: normal;
  color: #23458f;
  font-weight: 600;
  margin-bottom: 12px; }

.productView .productView-thumbnail-link {
  width: 6.3125rem !important;
  height: 6.3125rem !important;
  margin: 0;
  border-color: #d0d0d0;
  max-width: none;
  background-color: #FFF;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 0.125rem !important; }

.productView .productView-image {
  border: 1px solid #d0d0d0;
  background-color: #FFF; }

.productView .productView-img-container img {
  max-height: 96%;
  width: 96%; }

.productView .add-ons .ProductList {
  background-color: #FFF; }

.productView .form-field--increments {
  border: 1px solid #d6d6d6;
  border-right: none;
  margin: -44px 0 0;
  position: absolute;
  right: 1rem;
  top: -100px; }

@media (min-width: 1261px) {
  .productView .productView-bulkPricing {
    text-align: right;
    max-width: 300px;
    float: right;
    background-color: #FFF;
    padding: 15px; } }

.productView .form-option-variant--color,
.productView .form-option-variant--pattern {
  height: 28px;
  width: 28px;
  background-size: cover; }

.productView .price-now-label,
.productView .p-label {
  display: none; }

.productView .price--discounted,
.productView .price--non-sale,
.productView .price--rrp {
  color: #666;
  padding-left: 30px; }

.productView.pack-size .productView-price--price {
  width: auto; }
  .productView.pack-size .productView-price--price .price-section--price:after {
    display: none; }
  .productView.pack-size .productView-price--price .price-section--price [data-product-price-without-tax] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
    .productView.pack-size .productView-price--price .price-section--price [data-product-price-without-tax] small {
      font-size: 18px; }
  .productView.pack-size .productView-price--price .price-section--price .custom-price {
    padding-right: 10px; }
  .productView.pack-size .productView-price--price .price-section--price .each-price {
    font-size: 16px;
    color: #000; }

.productView.pack-size .sold-in-multiples-of {
  display: none; }

.productView.pack-size .form-field--increments {
  top: -80px; }
  @media (min-width: 981px) {
    .productView.pack-size .form-field--increments {
      top: -88px; } }

.add-ons .ProductList li.packsize_of .product-multiples-of {
  display: none; }

.add-ons .ProductList li.packsize_of .ProductPrice:after {
  display: none; }

.productView-details.product-data {
  order: inherit; }

#wishlist-dropdown {
  border-radius: 0;
  margin: 0;
  padding: 0;
  top: 37px !important; }
  #wishlist-dropdown.is-open {
    left: 0 !important;
    min-width: 180px;
    padding: 0; }
    #wishlist-dropdown.is-open .button {
      border: none;
      border-radius: none;
      width: 100%;
      background: #23458F; }
      #wishlist-dropdown.is-open .button:hover {
        background: #ebebeb;
        color: #23458F; }
  #wishlist-dropdown li {
    margin: 0; }
    #wishlist-dropdown li + li {
      border-top: 1px solid #ddd; }

#tab-description p, #tab-description span {
  background: none !important; }

.row.no-margin {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media (min-width: 981px) {
    .row.no-margin {
      flex-wrap: nowrap; } }

.cs-wegmans_slider .slides ul .slick-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .cs-wegmans_slider .slides ul .slick-list .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; }

.cs-wegmans_slider .slides ul .slick-arrow.slick-prev {
  left: 8px; }

.cs-wegmans_slider .slides ul .slick-arrow.slick-next {
  right: 8px; }

.cs-wegmans_slider .slides ul .slick-arrow.slick-next, .cs-wegmans_slider .slides ul .slick-arrow.slick-prev {
  background-color: #333333; }
  .cs-wegmans_slider .slides ul .slick-arrow.slick-next:focus, .cs-wegmans_slider .slides ul .slick-arrow.slick-next:hover, .cs-wegmans_slider .slides ul .slick-arrow.slick-prev:focus, .cs-wegmans_slider .slides ul .slick-arrow.slick-prev:hover {
    background-color: rgba(0, 0, 0, 0.5); }

.cs-wegmans_slider .slides ul .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 5px; }
  .cs-wegmans_slider .slides ul .slick-dots li button:before {
    background-color: rgba(51, 51, 51, 0.4); }
  .cs-wegmans_slider .slides ul .slick-dots li.slick-active button:before {
    background: #e83a18; }

.page_page .page-heading {
  border-bottom: 1px solid #181818;
  padding-bottom: 5px;
  text-align: left; }

.page-bnr-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0px;
  margin: -1.5rem 0 20px;
  min-height: 120px;
  position: relative; }
  @media (min-width: 1261px) {
    .page-bnr-wrap {
      min-height: 21.25rem;
      max-height: 21.25rem;
      overflow: hidden; } }
  .page-bnr-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .page-bnr-wrap .heading_outer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 6.25rem;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1; }
    .page-bnr-wrap .heading_outer:before {
      content: '';
      width: 100%;
      height: 100%;
      display: none;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      top: 0; }
  .page-bnr-wrap .pageHeading {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0px; }
    @media (min-width: 551px) {
      .page-bnr-wrap .pageHeading {
        font-size: 52px;
        line-height: 52px;
        font-weight: 700; } }
  .page-bnr-wrap img {
    margin: 0px;
    width: 100%; }
  .page-bnr-wrap > * {
    position: relative; }
  .page-bnr-wrap a {
    text-decoration: underline; }
  .page-bnr-wrap p {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.4; }

.page-bnr .sub_heading {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px; }
  .page-bnr .sub_heading a {
    font-weight: bold; }

.page-subheading {
  margin: 0;
  text-align: center;
  font-size: 18px;
  color: #333333;
  background-color: #FFF;
  padding: 20px 0 10px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }

.quote-detail {
  background-color: #f0f3f6;
  margin-top: -20px; }
  .quote-detail .detail_wrap {
    display: flex;
    margin-bottom: 30px;
    padding: 5px;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    .quote-detail .detail_wrap .box {
      width: 100%;
      max-width: 500px;
      text-align: center;
      padding: 20px 0; }
    .quote-detail .detail_wrap ul {
      display: inline-block; }
    .quote-detail .detail_wrap li {
      text-align: left; }
    .quote-detail .detail_wrap .icon {
      width: auto;
      height: auto; }
  .quote-detail h4 {
    margin: 10px 0 20px; }
    .quote-detail h4:after {
      content: '';
      width: 100px;
      height: 3px;
      display: block;
      background: #BD0B01;
      margin: 15px auto; }

.BlogGrid {
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px; }
  @media (min-width: 981px) {
    .BlogGrid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1261px) {
    .BlogGrid {
      grid-template-columns: repeat(3, 1fr); } }
  .BlogGrid .blog-item {
    width: 100%;
    padding: 16px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #fff;
    gap: 16px; }
    .BlogGrid .blog-item .blog-item--summary, .BlogGrid .blog-item .blog-item--tags {
      display: none; }
  .BlogGrid .blog-item--details {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    justify-content: space-between; }
  .BlogGrid .blog-item--thumbnail {
    width: 100% !important; }
    .BlogGrid .blog-item--thumbnail a {
      position: relative;
      display: block; }
    .BlogGrid .blog-item--thumbnail img {
      width: 100%;
      height: 270px;
      object-fit: cover; }
      @media (min-width: 981px) {
        .BlogGrid .blog-item--thumbnail img {
          height: 250px; } }
  .BlogGrid .blog-read-more a {
    width: 100%;
    text-transform: uppercase;
    color: #23458f;
    display: inline-block;
    padding: .6rem 2rem;
    border: 1px solid #23458f;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center; }
    .BlogGrid .blog-read-more a:hover {
      background: #23458f1a; }
    .BlogGrid .blog-read-more a .fas {
      display: none; }
  .BlogGrid .blog-item--title {
    margin: 0;
    font-size: 16px;
    font-weight: 600; }
    .BlogGrid .blog-item--title > a {
      color: #000; }

.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
  @media (min-width: 1261px) {
    .col-md-4 {
      flex: 0 0 25%;
      max-width: 25%; } }

#success-stories .col-md-4 {
  flex: 100%;
  max-width: 100%;
  float: left; }
  @media (min-width: 551px) {
    #success-stories .col-md-4 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 981px) {
    #success-stories .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (min-width: 1261px) {
    #success-stories .col-md-4 {
      flex: 0 0 25%;
      max-width: 25%; } }

.coupon-form .form-input,
.cart-gift-certificate-form .form-input {
  width: 77.2%;
  height: 1.986rem; }

@media all and (min-width: 981px) {
  .has-submenu_d.navPages-item--products .navPages-action-depth-max {
    font-size: 22px;
    font-weight: bold;
    color: #181818;
    line-height: normal; }
  .has-submenu_d.navPages-item--products .icon {
    display: none; }
  .has-submenu_d.navPages-item--products .icon.icon-menu {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 5px; }
  .has-submenu_d .has-subMenu.is-root + .navPage-subMenu-horizontal {
    width: auto;
    padding: 20px 10px 10px 25px !important; }
  .has-submenu_d .has-subMenu.is-root + .navPage-subMenu-horizontal {
    position: absolute;
    z-index: 2;
    background: #fff;
    display: block;
    max-width: 360px;
    opacity: 0;
    margin-left: -9999px;
    transform: translateY(32px);
    transition: 0s margin-left .4s,opacity .2s ease .2s,transform .15s ease .2s;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  .has-submenu_d:hover .has-subMenu.is-root + .navPage-subMenu-horizontal {
    margin-left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: 0s margin-left,opacity .2s ease .2s,transform .15s ease .2s;
    transform: translateY(-6px); }
  .subMenu_level_1 .navPages-item {
    width: 100%;
    padding: 0 15px;
    float: none;
    font-size: 14px; }
    .subMenu_level_1 .navPages-item .navPages-action {
      font-size: 18px;
      font-weight: 600;
      text-transform: inherit;
      padding: 10px 15px 10px 5px;
      line-height: normal;
      border-bottom: 1px solid #E5E5E5;
      display: block;
      opacity: .6;
      position: relative; }
      .subMenu_level_1 .navPages-item .navPages-action:hover {
        opacity: 1;
        color: #df242f; }
      .subMenu_level_1 .navPages-item .navPages-action:after {
        content: '\f054';
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -10px;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-variant: normal;
        font-weight: 900;
        text-rendering: auto;
        opacity: 0; }
    .subMenu_level_1 .navPages-item.mega-menu-markup-added .navPages-action:after {
      opacity: 1; }
    .subMenu_level_1 .navPages-item:last-child .navPages-action {
      border-bottom: 0; }
    .subMenu_level_1 .navPages-item:hover .mega-menu-facets {
      margin-left: 0;
      opacity: 1;
      transform: translateX(0);
      transition: 0s margin-left,opacity .2s ease .2s,transform .15s ease .2s; }
    .subMenu_level_1 .navPages-item:hover .navPages-action {
      opacity: 1;
      color: #df242f; }
    .subMenu_level_1 .navPages-item .mega-menu-facets {
      opacity: 0;
      margin-left: -9999px;
      transform: translateX(48px);
      transition: 0s margin-left .4s,opacity .2s ease .2s,transform .15s ease .2s;
      padding: 1.5rem 1.5rem 2.26923rem !important;
      position: absolute;
      text-align: left;
      width: 300%;
      left: 100%;
      top: 0;
      background: #fff;
      display: block;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
      min-height: 100%; }
    .subMenu_level_1 .navPages-item .subMenu--mega {
      width: 300%;
      left: 100%;
      top: 0;
      background: #fff;
      display: block;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  .all-wrap {
    display: flex;
    padding-bottom: 40px;
    height: 100%; }
    .all-wrap .mega-menu-facet {
      width: 100%;
      padding-right: 20px; }
      .all-wrap .mega-menu-facet .mega-menu-facet-option {
        padding: 3px 0; }
        .all-wrap .mega-menu-facet .mega-menu-facet-option a {
          display: block; }
      .all-wrap .mega-menu-facet a {
        font-size: 14px;
        color: #181818;
        opacity: 0.6; }
        .all-wrap .mega-menu-facet a:hover {
          opacity: 1;
          color: #df242f; }
    .all-wrap .drop_promo {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: #df242f;
      color: #FFF;
      left: 0;
      padding: 10px; }
    .all-wrap .drop-shop-all {
      border: 1px solid #FFF;
      border-radius: 5px;
      bottom: 9px;
      color: #FFF;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.4px;
      padding: 2px 10px 1px;
      position: absolute;
      right: 15px;
      text-transform: uppercase; }
      .all-wrap .drop-shop-all:hover {
        background: #fff;
        color: #df242f; }
    .all-wrap .drop-right {
      flex-grow: 2;
      float: right;
      margin-left: 10px;
      width: 100%; }
    .all-wrap .mega-menu-facet-heading {
      margin-top: 0;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #D1D1D1;
      padding-bottom: 5px; }
  .search_box {
    max-width: unset; }
  .desktop-hide {
    display: none !important; }
  .dropdown--quickSearch {
    display: none !important; } }

@media all and (max-width: 1400px) {
  .subMenu_level_1 .navPages-item .mega-menu-facets {
    width: 280%; }
  #drop-cat-24, #drop-cat-25, #drop-cat-26, #drop-cat-27, #drop-cat-28, #drop-cat-29, #drop-cat-30, #drop-cat-33, #drop-cat-34, #drop-cat-35, #drop-cat-36 {
    height: 350px;
    width: 155px; }
  .reviews-section .about_section .box.imgbox img {
    width: 100%; } }

@media all and (max-width: 1360px) {
  .subMenu_level_1 .navPages-item .mega-menu-facets {
    width: 270%; } }

@media all and (max-width: 1280px) {
  .subMenu_level_1 .navPages-item .mega-menu-facets {
    width: 250%; } }

@media all and (max-width: 1240px) {
  .subMenu_level_1 .navPages-item .mega-menu-facets {
    width: 240%; }
  .all-wrap .mega-menu-facet.size {
    padding-right: 0; }
  .all-wrap .drop-right {
    display: none; }
  .subMenu_level_1 .navPages-item .navPages-action {
    font-size: 16px; }
  .reviews-section .about_section {
    align-items: inherit; }
    .reviews-section .about_section .box {
      margin-top: 30px;
      margin-bottom: 20px; }
      .reviews-section .about_section .box.imgbox {
        margin-top: 0;
        margin-bottom: 0; }
        .reviews-section .about_section .box.imgbox img {
          width: auto;
          height: 100%; } }

@media all and (max-width: 1200px) {
  .subMenu_level_1 .navPages-item .mega-menu-facets {
    width: 230%; } }

@media all and (max-width: 1160px) {
  .point_wrap {
    flex-wrap: wrap;
    margin-top: 10px; }
    .point_wrap .box {
      width: 49%;
      margin-right: 0;
      margin-top: 20px; }
  .shipinfo_wrap .shipinfo_inner {
    flex-wrap: wrap; }
    .shipinfo_wrap .shipinfo_inner .box:first-child {
      max-width: 100%;
      border-right: 0;
      border-bottom: 1px solid #676464;
      margin-bottom: 10px; }
      .shipinfo_wrap .shipinfo_inner .box:first-child h3 br {
        display: none; }
    .shipinfo_wrap .shipinfo_inner h3 {
      font-size: 30px;
      line-height: 30px; }
      .shipinfo_wrap .shipinfo_inner h3 span {
        font-size: 18px; }
  .footer .address_box {
    flex-wrap: wrap; }
    .footer .address_box .box {
      margin-top: 10px; } }

@media all and (max-width: 1100px) {
  .subMenu_level_1 .navPages-item .mega-menu-facets {
    width: 220%; }
  .has-submenu_d .has-subMenu.is-root + .navPage-subMenu-horizontal {
    padding: 10px 5px 10px 5px !important; }
  .header_inner .navUser-action.navUser-item--phone {
    font-size: 0; }
  .header_inner .navUser-item.navUser-item--account span {
    display: none; }
  #faceted-search-container:empty {
    display: none; }
  #faceted-search-container:empty + #product-listing-container {
    width: 100%; } }

@media all and (max-width: 1060px) {
  .shop_btn .btn {
    font-size: 20px; }
  .footer .footer-info {
    flex-wrap: wrap; }
    .footer .footer-info .footer-info-col {
      width: 50%; }
      .footer .footer-info .footer-info-col:last-child {
        width: 50%; }
      .footer .footer-info .footer-info-col:nth-child(3) {
        background-color: #FFF; } }

@media all and (max-width: 980px) {
  .header {
    background-color: #FFF;
    height: auto; }
    .header .container {
      padding: 0;
      z-index: 1; }
  .header_inner {
    padding: 0 24px;
    height: 88px; }
    .header_inner .box {
      z-index: 1; }
    .header_inner .navUser {
      padding: 0;
      position: relative;
      top: 50%;
      transform: inherit;
      right: inherit;
      top: inherit;
      width: 100%;
      z-index: 5; }
    .header_inner .navUser-item {
      display: block; }
      .header_inner .navUser-item.navUser-item--compare {
        display: none; }
    .header_inner .box.right-box {
      max-width: 50%;
      margin-left: auto; }
    .header_inner .logo-box .logo-header .header-logo-image {
      height: 40px; }
    .header_inner .navUser-section.navUser-section--alt {
      display: flex; }
    .header_inner .navUser-item {
      margin-left: 16px; }
  .icon.icon-menu {
    display: none; }
  .navPages-container .navPages {
    padding: 10px 2rem; }
  .mobile-hide {
    display: none !important; }
  .page-heading {
    font-size: 22px;
    line-height: normal; }
  .reviews-section .page-heading {
    font-size: 20px; }
    .reviews-section .page-heading span {
      font-size: 14px; }
  .dropdown--quickSearch .quickSearchResults:empty {
    display: none; }
  .topCat_inner .box .box-content .cat-name {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 4px; }
  .newsletter_inner h3 {
    font-size: 30px; }
  .newsletter_inner p {
    font-size: 16px; }
  .reviews-section .about_section {
    flex-wrap: wrap; }
    .reviews-section .about_section .box {
      margin: 0; }
      .reviews-section .about_section .box.imgbox {
        margin-top: 0;
        max-width: 100%;
        border-radius: 20px 20px 0px 0; }
        .reviews-section .about_section .box.imgbox img {
          width: 100%;
          height: auto; }
    .reviews-section .about_section .innerWrap {
      padding: 30px;
      border-radius: 20px 20px 0 0px;
      margin: -40px 20px 20px; }
      .reviews-section .about_section .innerWrap + p {
        padding: 0 20px; }
  .bottom-slideshow .box .slide_name {
    font-size: 16px;
    line-height: 16px; }
  .bottom-slideshow .box.slick-current .slide_name {
    font-size: 18px;
    line-height: normal; }
  .bottom-slideshow .slick-arrow {
    width: 8.7%; }
    .bottom-slideshow .slick-arrow .carousel-tooltip {
      dipslay: none !important;
      opacity: 0; }
  .bottom-slideshow .slick-prev::before {
    right: 10px; }
  .bottom-slideshow .slick-next::before {
    left: 10px; }
  #ShowHideFilter.mobile-filter {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    margin: 0;
    height: 40px;
    line-height: 30px;
    text-decoration: none;
    font-size: 0px;
    background: #D9272E;
    color: #FFF; }
    #ShowHideFilter.mobile-filter:before {
      content: 'Show Filters';
      font-size: 20px; }
  .filterSliderOpacity #ShowHideFilter.mobile-filter {
    background: #000;
    color: #FFF; }
    .filterSliderOpacity #ShowHideFilter.mobile-filter:before {
      content: 'Hide Filters';
      font-size: 20px; }
  .newStyling .Block.Moveable.Panel {
    padding: 0px !important;
    margin-top: 0px !important; }
    .newStyling .Block.Moveable.Panel h2 {
      padding: 10px 10px;
      position: relative; }
      .newStyling .Block.Moveable.Panel h2:before {
        right: 15px !important;
        top: 11px !important;
        width: 14px !important; }
      .newStyling .Block.Moveable.Panel h2.open:before {
        width: 14px !important; }
    .newStyling .Block.Moveable.Panel .BlockContent {
      margin-top: 0px !important;
      padding: 0 10px; }
    .newStyling .Block.Moveable.Panel label {
      display: block;
      padding: 5px 0;
      cursor: pointer; }
  #closeFilterSidebar {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center; } }

@media all and (max-width: 770px) {
  .category-page #faceted-search-container {
    display: none; }
  .category-page #product-listing-container {
    width: 100%; } }

@media all and (max-width: 740px) {
  .shop_btn {
    flex-wrap: wrap; }
    .shop_btn .btn {
      margin-right: 0;
      margin-top: 20px; }
  .shipinfo_wrap .shipinfo_inner .ship_arrow::after {
    display: none; } }

@media all and (max-width: 670px) {
  .footer .footer-info {
    flex-wrap: wrap; }
    .footer .footer-info .footer-info-col {
      width: 100%;
      text-align: left; }
      .footer .footer-info .footer-info-col:last-child {
        width: 100%; }
      .footer .footer-info .footer-info-col:nth-child(3) {
        background-color: #FFF; }
  .reviews-section .about_section .innerWrap {
    flex-wrap: wrap; }
  .smallbanner_wrap {
    flex-wrap: wrap; }
    .smallbanner_wrap .box {
      margin-right: 0px;
      margin-bottom: 20px; }
      .smallbanner_wrap .box:last-child {
        margin-bottom: 0px; }
  .shipinfo_wrap .shipinfo_inner .box.box-right {
    justify-content: center;
    flex-wrap: wrap; }
  .shipinfo_wrap .shipinfo_inner h3 {
    width: 100%; }
    .shipinfo_wrap .shipinfo_inner h3 br {
      display: none; }
  .shipinfo_wrap .shipinfo_inner .ship_arrow {
    margin: 10px 0; }
  .footer .footer-copyright .footer-copyright-inner {
    flex-wrap: wrap; }
  .reviews-section .HomeReviews {
    flex-wrap: wrap; }
  .reviews-section .HomeReviews .box:last-child {
    border-left: 0;
    border-top: 1px solid #D1D1D1;
    margin-top: 10px;
    padding-top: 20px; }
  #filterSidebarContainer #fresh_filter {
    max-height: 61vh !important; }
  .category-image .heading_outer {
    padding: 40px 2%; }
    .category-image .heading_outer .page-heading {
      font-size: 28px; } }

@media all and (max-width: 580px) {
  .point_wrap .box {
    width: 100%; }
  .newsletter_inner h3 {
    font-size: 24px;
    line-height: normal; }
  .newsletter_inner .form-prefixPostfix.wrap {
    max-width: 90%; }
  .newsletter_inner .form-field {
    margin-top: 20px;
    margin-bottom: 0; }
  .bottom-slideshow {
    max-height: 123px; } }

@media all and (max-width: 460px) {
  .shipinfo_wrap .shipinfo_inner h3 {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 10px; }
  .shipinfo_wrap .shipinfo_inner h3 span {
    font-size: 16px; }
  .follow_us {
    flex-wrap: wrap; }
    .follow_us .socialLinks {
      margin: 0px 10px; } }

/*********Gift Shop*************/
.Gift_Category {
  background: #fff; }
  .Gift_Category #faceted-search-container {
    display: none !important; }
  .Gift_Category .giftshop-banner {
    margin-bottom: 30px; }
  .Gift_Category .category-description {
    background-color: #f1f3f6;
    padding: 20px 0;
    margin-bottom: 30px; }
    .Gift_Category .category-description p {
      font-size: 22px;
      font-weight: 400;
      font-family: "Source Sans Pro"; }
      @media all and (max-width: 800px) {
        .Gift_Category .category-description p {
          font-size: 16px; } }
  .Gift_Category .category-page {
    margin: 0; }
  .Gift_Category .Subcat-Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .Gift_Category .Subcat-Wrap .SubcatBox {
      width: 32%;
      margin-bottom: 50px;
      position: relative; }
      .Gift_Category .Subcat-Wrap .SubcatBox:hover .subcat-name span {
        background-color: #fff;
        color: #db2730; }
      @media all and (max-width: 800px) {
        .Gift_Category .Subcat-Wrap .SubcatBox {
          width: 48%; } }
      @media all and (max-width: 540px) {
        .Gift_Category .Subcat-Wrap .SubcatBox {
          width: 100%; } }
      .Gift_Category .Subcat-Wrap .SubcatBox img {
        display: block;
        width: 100%; }
      .Gift_Category .Subcat-Wrap .SubcatBox .subcat-name {
        position: absolute;
        bottom: -30px;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        text-align: center; }
        @media all and (max-width: 800px) {
          .Gift_Category .Subcat-Wrap .SubcatBox .subcat-name {
            bottom: -25px; } }
        .Gift_Category .Subcat-Wrap .SubcatBox .subcat-name.gifts-under-100, .Gift_Category .Subcat-Wrap .SubcatBox .subcat-name .gifts-under-50, .Gift_Category .Subcat-Wrap .SubcatBox .subcat-name .gifts-under-30 {
          display: none; }
        .Gift_Category .Subcat-Wrap .SubcatBox .subcat-name.gifts-under-50 {
          display: none; }
        .Gift_Category .Subcat-Wrap .SubcatBox .subcat-name.gifts-under-30 {
          display: none; }
        .Gift_Category .Subcat-Wrap .SubcatBox .subcat-name span {
          display: inline-block;
          background-color: #db2730;
          border: 1px solid #db2730;
          border-radius: 5px;
          color: #fff;
          font-size: 24px;
          font-weight: 700;
          padding: 5px 20px;
          font-family: "Source Sans Pro";
          width: 100%;
          max-width: 80%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media all and (max-width: 800px) {
            .Gift_Category .Subcat-Wrap .SubcatBox .subcat-name span {
              font-size: 18px; } }

/*********Gift Shop*************/
#front-chat-holder > div > div {
  bottom: 56px !important; }

.cart-additionalCheckoutButtons {
  margin-top: 15px; }

span[data-option-value=""] {
  font-size: 1rem;
  color: #757575;
  font-weight: 400;
  text-transform: none;
  margin-left: 0.3125rem; }

.wholesale-quantity-decrease, .wholesale-quantity-increase {
  cursor: pointer; }

#az-header-wrapper,
#default-header-wrapper {
  display: none; }

.kuProdBottom {
  background-color: #fff !important; }

.kuProdAdditionalData {
  background-color: #fff !important; }

.klevu-stars-small-l2 {
  display: none !important; }

.klevu-category-header {
  max-width: 79.5rem;
  margin-left: auto;
  margin-right: auto; }
  .klevu-category-header .breadcrumbs {
    margin-left: 0.28125rem; }
  .klevu-category-header h1 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #23458F;
    margin-left: 0.9375rem;
    margin-bottom: 1.5rem; }

.category-top-banner {
  margin-bottom: 1.5rem; }

.klevu-category-description-wrapper {
  margin-top: 4.375rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto; }

.klevu-category-description-content {
  margin-left: auto;
  padding-left: 27%; }
  .klevu-category-description-content h2, .klevu-category-description-content p {
    margin: 0 !important;
    padding: 0 !important; }
  .klevu-category-description-content h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .klevu-category-description-content p {
    font-size: 1rem;
    color: #23458F; }
  .klevu-category-description-content h1, .klevu-category-description-content h3 {
    font-size: 1rem;
    color: #23458F;
    margin: 0;
    font-weight: 400; }

@media (max-width: 1140px) {
  .klevu-category-description-wrapper {
    max-width: 100%; }
  .klevu-category-description-content {
    padding-left: 1rem;
    padding-right: 1rem; } }

[data-container-role="left"] .kuFilters .opend {
  background: #fff !important; }

.az-home .klevu-category-description-wrapper {
  margin-bottom: 3rem; }

[data-container-id="ku_quick_main_header_container"] .klevuAutoSuggestionsWrap {
  border: none !important; }

[data-container-id="ku_quick_main_header_container"] .klevuSuggestionHeading span {
  font-size: 0.875rem !important;
  color: #23458F !important; }

[data-container-id="ku_quick_main_container"] {
  display: flex;
  padding-bottom: 1.25rem !important;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important; }
  [data-container-id="ku_quick_main_container"] .klevuProduct {
    border-radius: 0.125rem !important;
    max-width: 100% !important;
    border: 1px solid #ddd !important;
    border-bottom: none !important;
    max-height: 5.625rem !important; }
    [data-container-id="ku_quick_main_container"] .klevuProduct:last-child {
      border-bottom: 1px solid #ddd !important; }
  [data-container-id="ku_quick_main_container"] .klevuSuggestionHeading {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    [data-container-id="ku_quick_main_container"] .klevuSuggestionHeading span {
      font-size: 0.875rem !important;
      color: #23458F !important; }
  [data-container-id="ku_quick_main_container"] .klevuProductsViewAll {
    right: 0 !important; }
    [data-container-id="ku_quick_main_container"] .klevuProductsViewAll a {
      color: #266BFF !important;
      text-transform: none !important;
      font-size: 0.875rem !important;
      border-bottom: none !important;
      text-decoration: underline !important; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 28px;
  width: 28px;
  background-size: cover; }

#CartEditProductFieldsForm [data-product-attributes-wrapper] {
  height: auto !important;
  width: auto !important; }

.page-type_default [id^="beautify__flexBanners-"] ._imgContainer, .az-home [id^="beautify__flexBanners-"] ._imgContainer {
  width: 100% !important; }
  .page-type_default [id^="beautify__flexBanners-"] ._imgContainer img, .az-home [id^="beautify__flexBanners-"] ._imgContainer img {
    object-fit: contain !important;
    width: 100% !important;
    max-height: fit-content !important; }

.order-status .page-heading {
  border-bottom: 0;
  text-align: center; }

.order-status #order-status-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 56.25rem;
  flex-direction: column; }

.order-status .form-field {
  width: 100%; }

.order-status #order-status-result {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.order-status .account-orderStatus {
  width: 100%; }
  .order-status .account-orderStatus p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .order-status .account-orderStatus .account-orderStatus-label {
    margin: 0; }
  .order-status .account-orderStatus strong {
    margin-right: 1rem; }

.order-status .order-status-login-prompt {
  display: flex;
  justify-content: center; }

.mc-modal-bg {
  z-index: 999999999 !important; }

.mc-modal {
  top: 35vh !important;
  z-index: 99999999999999 !important; }

.page-type_product .shipping_label {
  font-size: 1rem !important;
  background-color: #23458f !important;
  line-height: 1.6875rem !important;
  transform: rotate(0deg) !important;
  left: 1rem !important;
  top: 1rem !important;
  width: fit-content !important;
  padding: 0px 0.625rem !important;
  border-radius: 1.875rem !important; }

#cart-preview-dropdown {
  min-width: 415px !important; }

.or-use-label {
  margin-top: 10px;
  text-align: center !important; }

.MB-widget-block--title p {
  margin-bottom: 0 !important; }

.main-footer-content div:nth-of-type(1) p:nth-of-type(2) {
  max-width: 225px; }

.main-footer-content div:nth-of-type(2) p:nth-of-type(2) {
  max-width: 190px; }

.previewCart .productView {
  flex-direction: column; }
  @media (min-width: 981px) {
    .previewCart .productView {
      flex-direction: row; } }
  .previewCart .productView .productView-image, .previewCart .productView .productView-details {
    width: 100%; }
    @media (min-width: 981px) {
      .previewCart .productView .productView-image, .previewCart .productView .productView-details {
        width: 50%; } }
  .previewCart .productView .productView-details .productView-price {
    font-size: 36px;
    line-height: 2.5rem; }

.previewCart .previewCartCheckout .previewCartCheckout-price {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center; }

.beautify__calloutIcons ._item {
  width: fit-content;
  margin: 0 auto; }
  .beautify__calloutIcons ._item ._heading {
    grid-row: 1 / span 2 !important;
    display: flex;
    align-items: center; }

.chiara__carousel ._row .slick-slide ._imgContainer {
  background-color: white; }
  .chiara__carousel ._row .slick-slide ._imgContainer img {
    padding: 10px; }

.chiara__carousel ._row .slick-dots {
  bottom: -25px; }
  .chiara__carousel ._row .slick-dots li button,
  .chiara__carousel ._row .slick-dots li button::before {
    height: 10px !important;
    width: 10px !important; }

.chiara__carousel ._row .slick-arrow {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: none !important; }

.chiara__carousel ._row .slick-prev {
  left: -60px; }

.chiara__carousel ._row .slick-next {
  right: -60px; }

@media (min-width: 980px) {
  .chiara__carousel ._row .slick-arrow {
    display: flex !important; } }

@media (max-width: 550px) {
  .chiara__carousel ._row ._row {
    padding-bottom: 50px; } }

[data-test-theme="azd--custom"].beautify__flexBanners ._col {
  flex: 1 0 100%; }

@media (min-width: 980px) {
  [data-test-theme="azd--custom"].beautify__flexBanners ._col {
    flex: 1 0 33.33%; } }

[data-test-theme="azd--custom"].beautify__customerReviews ._item {
  display: flex;
  flex-direction: column;
  background-color: #F0F3F6;
  border-radius: 8px;
  padding: 40px; }
  [data-test-theme="azd--custom"].beautify__customerReviews ._item:hover {
    cursor: pointer; }
  [data-test-theme="azd--custom"].beautify__customerReviews ._item ._heading {
    font-size: 20px;
    line-height: 28px; }
  [data-test-theme="azd--custom"].beautify__customerReviews ._item ._content {
    order: 2;
    font-size: 16px;
    line-height: 28px;
    font-style: italic; }
  [data-test-theme="azd--custom"].beautify__customerReviews ._item ._author {
    order: 3;
    font-size: 14px;
    line-height: 28px;
    font-style: normal; }
  [data-test-theme="azd--custom"].beautify__customerReviews ._item ._rating {
    order: 1; }
    [data-test-theme="azd--custom"].beautify__customerReviews ._item ._rating .icon {
      width: 30px;
      height: 30px; }
    [data-test-theme="azd--custom"].beautify__customerReviews ._item ._rating svg {
      fill: #FFC737; }

[data-test-theme="azd--custom"].beautify__customerReviews ._list .slick-dots li button,
[data-test-theme="azd--custom"].beautify__customerReviews ._list .slick-dots li button::before {
  height: 10px !important;
  width: 10px !important; }

[data-test-theme="azd--custom"].beautify__customerReviews ._list .slick-arrow {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: none !important; }

[data-test-theme="azd--custom"].beautify__customerReviews ._list .slick-prev {
  left: -60px; }

[data-test-theme="azd--custom"].beautify__customerReviews ._list .slick-next {
  right: -60px; }

[data-test-theme="azd--custom"].beautify__customerReviews ._list .slick-prev:before,
[data-test-theme="azd--custom"].beautify__customerReviews ._list .slick-next:before {
  content: '\f105'; }

[data-test-theme="azd--custom"].beautify__customerReviews ._list .slick-prev:before {
  transform: rotate(180deg);
  padding: 0; }

@media (min-width: 980px) {
  [data-test-theme="azd--custom"].beautify__customerReviews ._list .slick-arrow {
    display: flex !important; } }

@media (max-width: 550px) {
  [data-test-theme="azd--custom"].beautify__customerReviews ._row {
    padding-bottom: 50px !important; }
  [data-test-theme="azd--custom"].beautify__customerReviews .slick-arrow {
    display: none !important; } }

@media (max-width: 800px) {
  [data-test-theme="azd--custom"].beautify__customerReviews {
    padding: 1.25rem 0 4.5rem; }
    [data-test-theme="azd--custom"].beautify__customerReviews .slick-dots {
      bottom: -3rem; } }

.new-products-container,
.best-sellers-container {
  padding-top: 24px;
  padding-bottom: 64px; }
  .new-products-container .page-heading,
  .best-sellers-container .page-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
    text-transform: capitalize; }
  @media (min-width: 980px) {
    .new-products-container,
    .best-sellers-container {
      padding-top: 40px;
      padding-bottom: 40px; } }

.best-sellers-container {
  background-color: #F0F3F6; }

.az-home .body {
  margin-bottom: 0; }

.az-home .top_nav {
  background-color: #80345F; }

.az-home .navUser-top .navUser-item.active .navUser-action {
  color: #80345F; }

.az-home .banner-with-text .banner-text-container--mobile .banner-actionButton {
  width: 100%; }

.az-home [data-layout-id] > div:nth-child(3) [data-test-theme].beautify__flexBanners ._banner {
  display: flex;
  flex-direction: column;
  height: 252px;
  width: 100%; }

.az-home [data-layout-id] > div:nth-child(3) [data-test-theme].beautify__flexBanners ._body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  .az-home [data-layout-id] > div:nth-child(3) [data-test-theme].beautify__flexBanners ._body ._heading {
    margin-top: 0; }

.az-home [data-layout-id] > div:nth-child(3) [data-test-theme].beautify__flexBanners ._row {
  flex-wrap: wrap; }

.az-home [data-layout-id] > div:nth-child(3) [data-test-theme].beautify__flexBanners ._col {
  display: flex;
  flex: 1 0 33.33%;
  width: 33.33%;
  padding-left: 16px;
  padding-right: 16px; }
  @media (max-width: 800px) {
    .az-home [data-layout-id] > div:nth-child(3) [data-test-theme].beautify__flexBanners ._col {
      padding-left: 8px;
      padding-right: 8px; } }
  .az-home [data-layout-id] > div:nth-child(3) [data-test-theme].beautify__flexBanners ._col:hover ._imgContainer {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12); }
    .az-home [data-layout-id] > div:nth-child(3) [data-test-theme].beautify__flexBanners ._col:hover ._imgContainer:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(3, 16, 46, 0.2);
      height: 78%;
      width: 100%; }

.az-home [data-layout-id] > div:nth-child(3) [data-test-theme].beautify__flexBanners ._imgContainer:before {
  max-height: 252px;
  padding-top: 252px; }

.az-home .PapathemesWidgetProductList {
  padding: 0 1.125rem; }
  @media (min-width: 980px) {
    .az-home .PapathemesWidgetProductList .container {
      padding: 0 6.25rem; } }
  .az-home .PapathemesWidgetProductList .productGrid {
    justify-content: space-between; }
  .az-home .PapathemesWidgetProductList .product.custom_swap:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12); }
  .az-home .PapathemesWidgetProductList .card-figcaption-button {
    color: #23458f;
    background-color: white;
    border: 1px solid #23458f;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px; }
    .az-home .PapathemesWidgetProductList .card-figcaption-button:hover, .az-home .PapathemesWidgetProductList .card-figcaption-button:active, .az-home .PapathemesWidgetProductList .card-figcaption-button:focus {
      color: #23458f;
      background-color: rgba(35, 69, 143, 0.1);
      outline: 2px solid #23458f;
      transition: border 0.15s ease; }
  .az-home .PapathemesWidgetProductList .card-footer .card-buttons {
    padding: 0 !important; }

.az-home .category-description {
  background-color: #FAFAFA;
  padding-top: 24px;
  padding-bottom: 40px; }
  .az-home .category-description .category-title {
    margin-top: 0; }
  .az-home .category-description .category-content {
    color: #23458f; }

h1 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 40px; }

.page-order-policy .page-content-wysiwyg .page-content {
  padding: 0; }

.page-order-policy .page-content__inner-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1919;
  font-family: "Fira Sans", sans-serif;
  margin: 0; }

.page-order-policy .page-content__inner-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #1a1919; }

@media screen and (max-width: 551px) {
  .page-order-policy .page-content {
    margin-top: 1rem; }
  .page-order-policy .page-content__inner-content h2 {
    font-size: 18px; }
  .page-order-policy .page-content__inner-content p {
    font-size: 14px; } }

.container h2 {
  line-height: 2.25rem; }

[data-about-us-tabs] {
  position: relative;
  background-color: white; }
  [data-about-us-tabs] .tabs {
    position: relative;
    overflow: hidden;
    border: none; }
    [data-about-us-tabs] .tabs.tabs-scrollable {
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      scrollbar-width: none;
      -ms-overflow-style: none;
      scroll-behavior: smooth;
      white-space: nowrap;
      background-color: #FAFAFA; }
      [data-about-us-tabs] .tabs.tabs-scrollable::-webkit-scrollbar {
        display: none; }
      [data-about-us-tabs] .tabs.tabs-scrollable .tab {
        flex: 0 0 auto;
        white-space: nowrap;
        min-width: max-content;
        margin-right: 0.75rem; }
        [data-about-us-tabs] .tabs.tabs-scrollable .tab:last-child {
          margin-right: 0; }
        [data-about-us-tabs] .tabs.tabs-scrollable .tab .tab-title {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 0.75rem 1.5rem; }
          @media (max-width: 1450px) and (hover: none) and (pointer: coarse) {
            [data-about-us-tabs] .tabs.tabs-scrollable .tab .tab-title {
              max-width: 24.9375rem;
              word-wrap: break-word; } }
          @media (hover: hover) and (pointer: fine) {
            [data-about-us-tabs] .tabs.tabs-scrollable .tab .tab-title {
              max-width: none;
              word-wrap: normal; } }
    [data-about-us-tabs] .tabs .tabs-nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid #ddd;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
      [data-about-us-tabs] .tabs .tabs-nav-button:hover {
        background: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
      [data-about-us-tabs] .tabs .tabs-nav-button:disabled {
        opacity: 0.3;
        cursor: not-allowed;
        pointer-events: none; }
      [data-about-us-tabs] .tabs .tabs-nav-button::before {
        content: '';
        width: 8px;
        height: 8px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        display: inline-block; }
      [data-about-us-tabs] .tabs .tabs-nav-button.tabs-nav-prev {
        left: 0; }
        [data-about-us-tabs] .tabs .tabs-nav-button.tabs-nav-prev::before {
          transform: rotate(-135deg);
          margin-left: 3px; }
      [data-about-us-tabs] .tabs .tabs-nav-button.tabs-nav-next {
        right: 0; }
        [data-about-us-tabs] .tabs .tabs-nav-button.tabs-nav-next::before {
          transform: rotate(45deg);
          margin-right: 3px; }
  @media (max-width: 768px) {
    [data-about-us-tabs] .tabs .tabs-nav-button {
      display: flex; } }
  @media (min-width: 769px) {
    [data-about-us-tabs] .tabs .tabs-nav-button {
      display: none; } }
  [data-about-us-tabs] .tab {
    transition: all 0.3s ease; }
    [data-about-us-tabs] .tab:has(.tab-title.is-active) {
      background-color: white;
      color: #23458f; }
      [data-about-us-tabs] .tab:has(.tab-title.is-active) .tab-title {
        color: #23458f;
        font-weight: 700; }
    [data-about-us-tabs] .tab .tab-title {
      font-size: 18px; }
  [data-about-us-tabs] .tab-content {
    transition: opacity 0.3s ease, transform 0.3s ease; }
    [data-about-us-tabs] .tab-content.is-active {
      opacity: 1;
      transform: translateY(0); }
    [data-about-us-tabs] .tab-content:not(.is-active) {
      opacity: 0;
      transform: translateY(10px);
      pointer-events: none; }

.tabs-scroll-smooth {
  scroll-behavior: smooth; }

.tabs-scroll-snap {
  scroll-snap-type: x mandatory; }
  .tabs-scroll-snap .tab {
    scroll-snap-align: start; }

.tabs-loading {
  position: relative; }
  .tabs-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #23458F;
    border-radius: 50%;
    animation: spin 1s linear infinite; }

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

@media (hover: none) and (pointer: coarse) {
  [data-about-us-tabs] .tabs {
    -webkit-overflow-scrolling: touch; }
    [data-about-us-tabs] .tabs .tabs-nav-button {
      width: 44px;
      height: 44px; } }

@media (min-width: 968px) and (max-width: 1470px) {
  [data-about-us-tabs] .tabs.tabs-scrollable {
    scrollbar-width: thin;
    -ms-overflow-style: auto; }
    [data-about-us-tabs] .tabs.tabs-scrollable::-webkit-scrollbar {
      display: block;
      height: 12px; }
    [data-about-us-tabs] .tabs.tabs-scrollable::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 6px; }
    [data-about-us-tabs] .tabs.tabs-scrollable::-webkit-scrollbar-track {
      background: transparent; } }

@media (max-width: 967px) {
  [data-about-us-tabs] .tabs.tabs-scrollable {
    scrollbar-width: thin;
    -ms-overflow-style: auto; }
    [data-about-us-tabs] .tabs.tabs-scrollable::-webkit-scrollbar {
      height: 12px; }
    [data-about-us-tabs] .tabs.tabs-scrollable::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 6px; }
    [data-about-us-tabs] .tabs.tabs-scrollable::-webkit-scrollbar-track {
      background: transparent; } }

@media (max-width: 967px) and (hover: none) and (pointer: coarse) {
  [data-about-us-tabs] .tabs.tabs-scrollable {
    scrollbar-width: none;
    -ms-overflow-style: none; }
    [data-about-us-tabs] .tabs.tabs-scrollable::-webkit-scrollbar {
      display: none; } }

.page-faq .faq-sections {
  margin-top: 2rem; }
  .page-faq .faq-sections .faq-loading {
    text-align: center;
    padding: 2rem;
    color: #23458f;
    font-style: italic; }
  .page-faq .faq-sections .faq-error {
    text-align: center;
    padding: 2rem;
    color: #dd262e;
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 4px; }
    .page-faq .faq-sections .faq-error p {
      margin: 0; }
  .page-faq .faq-sections .faq-section-header {
    color: #23458f;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e0e0e0; }
  .page-faq .faq-sections .accordion {
    margin-bottom: 2rem; }
    .page-faq .faq-sections .accordion:last-child {
      margin-bottom: 0; }
  .page-faq .faq-sections .accordion-title {
    font-weight: 600;
    color: #1a1919;
    padding: 1rem;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    text-align: left; }
  .page-faq .faq-sections .accordion-navigation {
    padding-left: 0; }
  .page-faq .faq-sections .accordion-content {
    padding: 1rem;
    border-radius: 0 0 4px 4px; }
    .page-faq .faq-sections .accordion-content p {
      margin: 0 0 1rem 0; }
      .page-faq .faq-sections .accordion-content p:last-child {
        margin-bottom: 0; }

h1 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 40px; }

.page-privacy-policy .page-content-wysiwyg .page-content {
  padding: 0; }

.page-privacy-policy .page-content__inner-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1919;
  font-family: "Fira Sans", sans-serif;
  margin: 0; }

.page-privacy-policy .page-content__inner-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #1a1919; }

@media screen and (max-width: 551px) {
  .page-privacy-policy .page-content {
    margin-top: 1rem; }
  .page-privacy-policy .page-content__inner-content h2 {
    font-size: 18px; }
  .page-privacy-policy .page-content__inner-content p {
    font-size: 14px; } }

#contact-us-page p {
  margin-bottom: 15px; }

#contact-us-page .contact-us-form-title {
  text-transform: none;
  line-height: 36px; }

#contact-us-page .contact-us-content {
  margin-top: 60px;
  margin-bottom: 0px; }

#contact-us-page .contact-us-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px; }
  #contact-us-page .contact-us-info .contact-us-info-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease; }
    #contact-us-page .contact-us-info .contact-us-info-item:hover {
      opacity: 0.8; }
    #contact-us-page .contact-us-info .contact-us-info-item .contact-us-info-item-icon {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
      #contact-us-page .contact-us-info .contact-us-info-item .contact-us-info-item-icon svg {
        width: 24px;
        height: 24px;
        fill: #23458F; }
    #contact-us-page .contact-us-info .contact-us-info-item .contact-us-info-item-content {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: start; }
      #contact-us-page .contact-us-info .contact-us-info-item .contact-us-info-item-content p {
        font-size: 16px;
        line-height: 24px;
        margin: 0; }

#contact-us-page .contact-us-maps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 60px; }
  #contact-us-page .contact-us-maps .contact-us-maps-item .contact-us-maps-item-content .contact-us-maps-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px; }
    #contact-us-page .contact-us-maps .contact-us-maps-item .contact-us-maps-item-content .contact-us-maps-info .contact-us-maps-info-icon {
      flex-shrink: 0; }
    #contact-us-page .contact-us-maps .contact-us-maps-item .contact-us-maps-item-content .contact-us-maps-info .contact-us-maps-info-content h3 {
      margin: 0 0 10px 0;
      line-height: 36px; }
    #contact-us-page .contact-us-maps .contact-us-maps-item .contact-us-maps-item-content .contact-us-maps-info .contact-us-maps-info-content p {
      margin: 0; }

@media (max-width: 1220px) {
  #contact-us-page .contact-us-info {
    grid-template-columns: 1fr; }
  #contact-us-page .contact-us-maps {
    grid-template-columns: 1fr;
    gap: 50px; }
    #contact-us-page .contact-us-maps .contact-us-maps-item .contact-us-maps-item-content .contact-us-maps-info .contact-us-maps-info-content h3 {
      margin: 0 0 10px 0;
      line-height: 36px; } }

/** Duck Soup Blog Styles **/
.page-type_blog .page-content.blog-main {
  width: 100%; }

.page-type_blog .page-heading {
  border-bottom: 1px solid #d0d0d0;
  margin: 1rem 0 2.5rem;
  font-size: 34px;
  font-weight: 400; }

.ReviewsGrid {
  margin: 0 0 1rem -1rem;
  overflow: hidden; }

.RevG {
  float: left;
  width: 50%;
  padding: 0 0 1rem 1rem;
  overflow: hidden; }

.RevG:nth-child(odd) {
  clear: left; }

.ReviewLogo {
  text-align: center; }

.ReviewLogo img {
  max-height: 65px; }

.HomeReviews {
  padding: 2rem 0 5rem; }

.HomeReviews .ReviewLogo {
  padding-top: 2rem; }

.HomeReviews .ReviewLogo img {
  max-height: 40px; }

#searchQueryCount {
  overflow: hidden; }

@media screen and (min-width: 551px) {
  #faceted-search-container.page-sidebar + .page-content .productGrid .product {
    width: 30.5%; } }

/* 800px */
/* 600px */
@media screen and (max-width: 600px) {
  .RevG {
    width: 100%; } }

.body div[ku-container][data-container-role="main"] {
  width: 100%;
  margin-top: 25px; }
  .body div[ku-container][data-container-role="main"] .kuContainer {
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100% !important;
    max-width: 100%; }
    .body div[ku-container][data-container-role="main"] .kuContainer .productList {
      margin: 0; }
      .body div[ku-container][data-container-role="main"] .kuContainer .productList[data-result-view="list"] .kuProdWrap {
        padding-bottom: 15px; }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList[data-result-view="list"] .kuProdWrap .sale-flag-sash.free_ship {
          width: 155px; }
          .body div[ku-container][data-container-role="main"] .kuContainer .productList[data-result-view="list"] .kuProdWrap .sale-flag-sash.free_ship .sale-text {
            font-size: 12px;
            line-height: 13px; }
      .body div[ku-container][data-container-role="main"] .kuContainer .productList[data-result-view="grid"] .kuProdWrap .kuProdTop .klevuImgWrap {
        overflow: visible;
        height: 100% !important; }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList[data-result-view="grid"] .kuProdWrap .kuProdTop .klevuImgWrap a img {
          margin: 0 auto;
          position: inherit; }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList[data-result-view="grid"] .kuProdWrap .kuProdTop .klevuImgWrap .sale-flag-sash.free_ship {
          width: 155px; }
          .body div[ku-container][data-container-role="main"] .kuContainer .productList[data-result-view="grid"] .kuProdWrap .kuProdTop .klevuImgWrap .sale-flag-sash.free_ship .sale-text {
            font-size: 12px;
            line-height: 13px; }
      .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] {
        width: 25%;
        max-width: 100%; }
        @media screen and (min-width: 768px) {
          .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] {
            padding: 0 0.75rem; } }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .kuFilters {
          background: #fff; }
          .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .kuFilters .kuFiltersTitleHeading {
            margin: 0 0 15px 0;
            font-size: 20px; }
          .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .kuFilters li a:hover .kuFilterIcon:before {
            background: #d9272e;
            opacity: 0.6; }
          .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .kuFilters li.kuSelected .kuFilterIcon:before {
            background: #d9272e;
            border: 1px solid #d9272e;
            color: #fff !important; }
          .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .kuFilters .kuFilterIcon:before {
            border-radius: 4px; }
          .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .kuFilters .kuFilterIcon:after {
            border-color: #fff !important;
            top: 5px; }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .kuFilterBox .kuFilterHead {
          color: #000; }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .noUi-base .noUi-connect {
          background: #d9272e; }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .noUi-horizontal .noUi-handle-lower .noUi-tooltip,
        .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="left"] .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
          background: #d9272e;
          color: #fff; }
      .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] {
        width: 100%;
        padding: 0 0.75rem;
        background: #fff;
        max-width: 100%; }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] > header .kuResultsHeadingTitleContainer {
          margin: 0 10px;
          padding: 14px 0;
          font-size: 15px; }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] > header .kuDropdown.kuDropSortBy {
          margin-left: 10px; }
        .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start; }
          .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap {
            border: 1px solid #b5b5b5; }
            .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap > header {
              border-top: 3px solid transparent; }
            .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdTop .klevuImgWrap {
              overflow: visible;
              height: 100% !important; }
              .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdTop .klevuImgWrap a img {
                margin: 0 auto;
                position: inherit; }
            .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap footer {
              background: #f9fafb; }
            .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdAdditional {
              visibility: visible;
              opacity: 1;
              width: 100%;
              position: inherit;
              left: inherit;
              border: 0 none;
              box-shadow: none;
              background: transparent; }
              .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdAdditional .kuProdAdditionalData {
                padding-bottom: 0; }
                .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdAdditional .kuProdAdditionalData .kuSwatches {
                  text-align: center; }
              .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdAdditional .kuAddtocart {
                margin: 0 -12px;
                width: calc(100% + 24px); }
                .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdAdditional .kuAddtocart .kuLandingAddToCartBtn {
                  margin: 0;
                  background: #333;
                  border-radius: 0;
                  width: 100%;
                  max-width: 100%;
                  padding: 3px 0;
                  color: #fff;
                  font-size: 1rem !important;
                  font-weight: 600;
                  line-height: 30px;
                  text-transform: capitalize;
                  border: 1px solid #333; }
            @media screen and (max-width: 480px) {
              .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom {
                height: auto; } }
            .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom .kuName {
              text-align: left;
              font-size: 16px;
              color: #333;
              overflow: hidden;
              display: block !important;
              -webkit-box-orient: inherit;
              -webkit-line-clamp: none;
              height: 42px;
              margin: 0 0 14px 0; }
              @media screen and (max-width: 480px) {
                .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom .kuName {
                  overflow: visible;
                  height: auto; } }
              .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom .kuName a {
                font-size: 16px;
                color: #333; }
                .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom .kuName a:hover {
                  color: #23458f;
                  text-decoration: none; }
            .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom .kuPrice {
              text-align: center;
              overflow: visible; }
              .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom .kuPrice .kuSalePrice {
                color: #000;
                font-weight: 600;
                font-size: 20px; }
          .body div[ku-container][data-container-role="main"] .kuContainer .productList [ku-container][data-container-role="center"] div[data-block-id="ku_landing_result_items"] .kuResults ul li.klevuProduct:hover .kuProdAdditional .kuProdAdditionalData .kuAddtocart .kuLandingAddToCartBtn {
            background: #23458f;
            border-color: #23458f; }

@media screen and (max-width: 800px) {
  section[data-container-id="ku_landing_main_content_left"] {
    width: 100% !important;
    display: block !important;
    min-height: 40px;
    margin-bottom: 20px; }
  [data-block-id="ku_landing_left_facets"] .kuFilters {
    position: absolute;
    width: 100%;
    z-index: 100;
    padding-top: 40px !important;
    padding-bottom: 0 !important;
    height: 0;
    overflow: hidden; }
  [data-block-id="ku_landing_left_facets"] .kuFilters.opend {
    height: inherit; }
  [data-block-id="ku_landing_left_facets"] .kuFilters .kuFiltersTitleHeading {
    font-size: 0 !important;
    margin-top: -40px !important;
    height: 40px;
    margin-bottom: 0 !important;
    cursor: pointer;
    background: #23458f;
    color: #fff;
    padding: 0 20px;
    margin-left: -10px !important;
    margin-right: -10px !important; }
  [data-block-id="ku_landing_left_facets"] .kuFilters .kuFiltersTitleHeading::before {
    content: "Filters";
    font-size: 14px !important;
    line-height: 40px; }
  [data-block-id="ku_landing_left_facets"] .kuFilters .kuFiltersTitleHeading::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    color: #000;
    position: absolute;
    top: 5px;
    right: 10px;
    background-image: url(https://cdn11.bigcommerce.com/s-3tpalr72b1/images/stencil/original/image-manager/setting-icon-white.png);
    background-size: 100%;
    width: 30px;
    height: 30px; } }

.kuFilters {
  padding: 1.5rem 1.5rem !important;
  background-color: #f0f3f6 !important; }
  .kuFilters .kuFilterBox {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 1.5rem !important; }
  .kuFilters .kuFilterHead {
    padding: 0 !important;
    border: none !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: #23458f !important;
    line-height: 1.5rem !important; }
  .kuFilters .kuExpand {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
    .kuFilters .kuExpand::after {
      content: "+" !important;
      border-color: transparent !important;
      border-image: none !important;
      border-style: none !important;
      border-width: 0 !important;
      transform: rotate(0deg) !important;
      top: 0.375rem !important;
      height: fit-content !important;
      padding: 0 !important;
      font-size: 2rem !important; }
  .kuFilters .kuCollapse {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
    .kuFilters .kuCollapse::after {
      content: "-" !important;
      border-color: transparent !important;
      border-image: none !important;
      border-style: none !important;
      border-width: 0 !important;
      transform: rotate(0deg) !important;
      top: 0.375rem !important;
      height: fit-content !important;
      padding: 0 !important;
      font-size: 2rem !important; }
  .kuFilters .kuFiltersTitleHeading {
    font-size: 1.25rem !important;
    margin: 0 !important;
    margin-bottom: 1.5rem !important; }
  .kuFilters .kuFilterNames .klevuFilterOption {
    display: flex !important;
    justify-content: flex-start !important; }
    .kuFilters .kuFilterNames .klevuFilterOption .kufacet-text {
      width: fit-content !important;
      margin-right: 0.75rem !important;
      font-size: 1rem !important;
      font-weight: 400 !important;
      color: #000000 !important; }
    .kuFilters .kuFilterNames .klevuFilterOption .kuFilterTotal,
    .kuFilters .kuFilterNames .klevuFilterOption .kuFilterCancel {
      font-size: 1rem !important;
      font-weight: 400 !important;
      color: #cccccc !important; }
  .kuFilters .kuFilterNames .kuPriceSlider .noUi-connect {
    background: #23458f !important; }
  .kuFilters .kuFilterNames .kuPriceSlider .noUi-tooltip {
    background: #23458f !important; }
  .kuFilters .kuFilterIcon::before {
    background-color: #fff !important; }
  .kuFilters .kuSelected .kuFilterIcon::before {
    background: #23458f !important;
    border: 1px solid #23458f !important; }
  .kuFilters .kuShowOpt {
    bottom: -26px !important; }
    .kuFilters .kuShowOpt::before {
      content: "View More" !important;
      text-decoration: underline !important;
      color: #376ad7 !important;
      font-size: 1rem !important;
      font-weight: 400 !important; }
    .kuFilters .kuShowOpt.is-expanded::before {
      content: "View Less" !important; }
    .kuFilters .kuShowOpt .kuFilterDot {
      display: none !important; }

[ku-container][data-container-role="content"] {
  width: 100% !important;
  max-width: 77.5rem !important; }

[data-container-id="ku_landing_main_content_left"] {
  max-width: 18.25rem !important;
  padding: 0 !important; }

[data-block-id="ku_landing_left_facets"] {
  width: 100% !important; }

[data-container-id="ku_landing_main_content_center"] {
  padding: 0 !important;
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

[data-container-id="ku_landing_main_content_container"] {
  margin-left: auto !important;
  margin-right: auto !important; }

[data-container-id="ku_landing_main_content_center"] {
  background: transparent !important; }

[data-block-id="ku_landing_result_header"] {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 0.625rem !important; }
  [data-block-id="ku_landing_result_header"] .kuDropSortBy {
    order: 0 !important;
    margin: 0 !important;
    margin-bottom: 0.625rem !important; }
  [data-block-id="ku_landing_result_header"] .kuLandingResultsViewSwitchContainer {
    display: none !important; }
  [data-block-id="ku_landing_result_header"] .kuResultsHeadingTitleContainer {
    padding: 0 !important;
    order: 1 !important;
    border: none !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    font-size: 0.875rem !important; }
  [data-block-id="ku_landing_result_header"] .kuDropdown {
    margin: 0 !important;
    margin-right: 1.5rem !important; }

[data-block-id="ku_landing_result_items"] .kuResults ul {
  display: flex !important;
  gap: 1.5rem !important; }

.klevuProduct {
  width: 100% !important;
  max-width: 18.25rem !important;
  padding: 0 !important;
  background-color: #fff !important;
  height: 100% !important; }
  .klevuProduct .kuProdWrap {
    border: 0 !important;
    padding: 1rem !important;
    border-radius: 0.125rem !important;
    height: 100% !important; }
    .klevuProduct .kuProdWrap .kuProdBottom {
      padding: 0 !important; }
      .klevuProduct .kuProdWrap .kuProdBottom .kuSku,
      .klevuProduct .kuProdWrap .kuProdBottom .kuPrice {
        text-align: left !important; }
      .klevuProduct .kuProdWrap .kuProdBottom .kuSku {
        color: #a1a1a1 !important;
        font-size: 0.875rem !important;
        font-weight: 400 !important; }
      .klevuProduct .kuProdWrap .kuProdBottom .kuPrice {
        margin-top: 1rem !important; }
    .klevuProduct .kuProdWrap .kuName {
      padding: 0 !important; }
      .klevuProduct .kuProdWrap .kuName a {
        color: #000000 !important;
        text-align: left !important; }

.kuLandingAddToCartBtn {
  color: #23458f !important;
  background-color: white !important;
  border: 1px solid #23458f !important;
  padding: 1rem 1rem !important;
  width: 100% !important;
  max-width: 18.125rem !important;
  font-weight: 600 !important;
  max-height: 3.25rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  border-radius: 0.25rem !important;
  text-transform: uppercase !important; }
  .kuLandingAddToCartBtn:hover {
    color: #23458f !important;
    background-color: rgba(35, 69, 143, 0.1) !important;
    box-shadow: inset 0 0 0 2px #23458f !important;
    transition: all 0.15s ease !important; }

.kuLandingNoRecordFound,
.kuLandingNoResults,
.kuLandingNoResultsInner,
.kuLandingNoResultsMessage {
  background: transparent !important; }

.kuResultsListing {
  margin-bottom: 0.75rem !important; }

.kuName a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100%; }

@media (max-width: 800px) {
  [data-container-id="ku_landing_main_content_center"] {
    margin: 0 !important; }
  [data-container-id="ku_landing_main_content_container"] {
    padding: 0 1.25rem !important; }
  [data-container-id="ku_landing_main_content_left"] {
    max-width: 100% !important; }
  [data-block-id="ku_landing_result_header"] {
    display: flex !important;
    flex-direction: column !important; }
    [data-block-id="ku_landing_result_header"] .kuDropdown {
      margin-right: 0 !important; }
    [data-block-id="ku_landing_result_header"] .kuDropSortBy {
      order: 0 !important;
      width: 100% !important; }
      [data-block-id="ku_landing_result_header"] .kuDropSortBy .kuDropdownLabel {
        padding: 0.75rem 1rem !important;
        width: 100% !important;
        font-size: 0.875rem !important; }
        [data-block-id="ku_landing_result_header"] .kuDropSortBy .kuDropdownLabel::after {
          right: 0.75rem !important;
          top: 1rem !important; }
    [data-block-id="ku_landing_result_header"] .kuResultsHeadingTitleContainer {
      order: 1 !important;
      text-align: center !important;
      margin: 0 !important;
      margin-top: 0.5rem !important; }
  .kuFilters {
    background-color: #fff !important; }
  .kuResults ul {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap; }
    .kuResults ul .klevuProduct {
      max-width: 10.1875rem !important; }
  .klevuProduct {
    height: 100% !important; }
    .klevuProduct .kuProdWrap {
      display: flex !important;
      flex-direction: column !important;
      height: 100% !important;
      max-height: 100% !important; }
      .klevuProduct .kuProdWrap main,
      .klevuProduct .kuProdWrap footer {
        height: 100%; }
      .klevuProduct .kuProdWrap footer {
        background: #fff !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
    .klevuProduct .kuProdAdditional {
      top: 0 !important; }
  .kuName a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100%; }
  .kuFilters {
    padding: 0 !important;
    padding-top: 40px !important; }
    .kuFilters .kuFilterBox {
      padding: 0 8px !important; }
  .kuFilters.opend {
    padding: 0 !important;
    padding-top: 40px !important; } }

@media (max-width: 550px) {
  .klevuProduct {
    height: 100% !important; } }

#main_header {
  z-index: 99999999 !important; }

@media (max-width: 800px) {
  .sub-cate-col {
    display: flex;
    flex-wrap: wrap !important;
    gap: 1rem !important; }
  .sub-cate-item {
    max-width: 10.1875rem !important; } }

@media (max-width: 800px) {
  [data-block-id="ku_landing_result_items"] .kuResults ul {
    display: flex !important;
    gap: 0.5rem !important; } }

@media (max-width: 400px) {
  [data-block-id="ku_landing_result_items"] .kuResults ul {
    display: flex !important;
    gap: 0.5rem !important; }
    [data-block-id="ku_landing_result_items"] .kuResults ul li {
      max-width: 100% !important;
      width: 100% !important; } }
