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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  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: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

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

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


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

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.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: "Maven Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cccccc;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

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

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

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

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

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

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

.button--tiny { }

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

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

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

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

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

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

/*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: #cccccc;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 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 #cccccc;
      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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

.switch-description--on {
  color: #757575;
  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: #9a1517; }

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #909090; }
    .breadcrumb.unavailable a {
      color: #909090; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #909090;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #909090;
    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: #757575;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  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: 15px;
  padding: 0.75rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.1875rem 0; }

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.875rem;
    display: block;
    font-family: "Maven Pro", 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: 400;
  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: #9a1517; }

.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: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

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

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

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

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

.loadingOverlay {
  background: rgba(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: #757575; }

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

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

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover .slick-prev-icon:before, .slick-prev:hover .slick-next-icon:before, .slick-prev:focus .slick-prev-icon:before, .slick-prev:focus .slick-next-icon:before,
  .slick-next:hover .slick-prev-icon:before,
  .slick-next:hover .slick-next-icon:before,
  .slick-next:focus .slick-prev-icon:before,
  .slick-next:focus .slick-next-icon:before {
    opacity: 0.8; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    cursor: default; }
    .slick-prev.slick-disabled .slick-prev-icon:before, .slick-prev.slick-disabled .slick-next-icon:before,
    .slick-next.slick-disabled .slick-prev-icon:before,
    .slick-next.slick-disabled .slick-next-icon:before {
      opacity: 0.6; }
  .slick-prev .slick-prev-icon:before, .slick-prev .slick-next-icon:before,
  .slick-next .slick-prev-icon:before,
  .slick-next .slick-next-icon:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #999999;
    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 .slick-prev-icon:before {
    content: ""; }
    [dir="rtl"] .slick-prev .slick-prev-icon:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next .slick-next-icon:before {
    content: ""; }
    [dir="rtl"] .slick-next .slick-next-icon: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 .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
          opacity: 0.8; }
      .slick-dots li button .slick-dot-icon {
        color: #333333;
        opacity: 0.6; }
        .slick-dots li button .slick-dot-icon:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          width: 20px;
          height: 20px;
          font-family: inherit;
          font-size: 60px;
          line-height: 20px;
          text-align: center; }
    .slick-dots li.slick-active button .slick-dot-icon {
      color: #757575;
      opacity: 1; }

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */ }

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -25px;
  z-index: 10;
  opacity: 1;
  background: none;
  border: 0;
  cursor: pointer; }
  .slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
    outline: none;
    opacity: 0.8; }
  .slick-autoplay-toggle-button .slick-pause-icon:before {
    content: "⏸";
    width: 20px;
    height: 20px;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    text-align: center; }
  .slick-autoplay-toggle-button .slick-play-icon:before {
    content: "▶";
    width: 20px;
    height: 20px;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    text-align: center; }

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

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

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

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

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

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

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

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

.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; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Maven Pro", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 1.875rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Maven Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #cccccc;
    color: #666666;
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #999999;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #35608b;
    border-color: #35608b;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #cccccc;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

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

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

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

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

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  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; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #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: 500;
  position: absolute; }
  .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: 500; }

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

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

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

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

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  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: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #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: 801px) {
    .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: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

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

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

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

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

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

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

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

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

@media (min-width: 801px) {
  .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: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

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

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

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

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

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

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

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

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

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

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

.alertBox--info {
  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(154, 21, 23, 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-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.3125rem; }

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 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: "Maven Pro", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

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

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

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

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

.form-fileDescription {
  color: #909090;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #cccccc;
  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: #666666; }

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

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

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

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

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

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

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

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

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

@media (min-width: 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:focus-within .card-figcaption {
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .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 #cccccc;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: 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: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

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

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  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: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

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

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

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

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

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

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .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: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 801px) {
          .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: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.navUser-item-cartLabel.visually-hidden {
  position: absolute; }

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

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

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

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

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

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .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: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }

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

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

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

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

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

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

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

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

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

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .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: 801px) {
      .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: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      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: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

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

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

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

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .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: 801px) {
      .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: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

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

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

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

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

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

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

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

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.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: 15px; }
  .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: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #909090;
  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 {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

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

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

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.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: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

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

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

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

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

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

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

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

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

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

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

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 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: "Maven Pro", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 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 {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 20px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 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: 801px) {
      .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 button {
      color: #757575;
      display: block;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button:hover {
        color: #333333; }

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

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

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .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: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .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: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

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

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

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

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

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

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

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

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-item-image {
      margin-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

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

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

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

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

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }
  .cart-actions.primary {
    margin-left: auto;
    width: 100%;
    gap: 0;
    justify-content: flex-end; }
    @media (min-width: 551px) {
      .cart-actions.primary {
        width: 250px; } }
    .cart-actions.primary .button {
      max-width: 100%;
      min-width: none;
      font-size: 18px;
      line-height: 20px;
      font-weight: 700; }
      @media (min-width: 551px) {
        .cart-actions.primary .button {
          max-width: 300px;
          min-width: 200px; } }

.or-use-label {
  text-align: center !important; }

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

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

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.375rem; }

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

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

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

.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: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .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: 15px; }

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

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

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

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .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: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

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

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .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: 28px;
  font-weight: bold;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.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: 801px) {
    .login-row {
      margin-top: 6rem; } }

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

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

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

.new-customer-fact-list {
  margin-left: 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: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    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: #909090;
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

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

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

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

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

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

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

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

.account-product-detail-heading {
  color: #757575;
  font-family: "Maven Pro", 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: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

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

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

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

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

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

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

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

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

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 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: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    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: #666666;
    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: 15px;
    text-transform: capitalize; }

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

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

@media (min-width: 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: #333333;
  font-family: "Maven Pro", 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: #909090;
    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: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

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

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

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .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: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        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: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  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: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

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

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

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

.mobileMenu-toggle {
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

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

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

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

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

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

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

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

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

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .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: 801px) {
  .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: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

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

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

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

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .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: #757575; }

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

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

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

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

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

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

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

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

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

.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: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

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

.sidebarBlock-heading {
  font-size: 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: 801px) {
      .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: 801px) {
      .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: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.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: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.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: #909090;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

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

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      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: 801px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .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: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

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

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

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

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

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

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 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: #007dc6;
  color: white; }

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

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

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

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

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

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

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

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

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

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

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

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

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

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

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

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

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

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

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

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

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

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

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

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

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

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

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

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

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

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

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

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

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

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

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

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

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

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

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

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

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

.jstree-default-large .jstree-wholerow {
  height: 32px; }

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

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

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

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

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

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

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

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

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

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

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

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

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

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

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

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

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

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

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

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

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

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

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

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

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

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

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

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

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

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

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.widget-hero-banner__carousel.slick-initialized {
  margin-bottom: 0 !important; }
  .widget-hero-banner__carousel.slick-initialized .slick-prev {
    left: 0; }
  .widget-hero-banner__carousel.slick-initialized .slick-next {
    right: 0; }
  .widget-hero-banner__carousel.slick-initialized .slick-track {
    display: flex;
    align-items: stretch; }
  .widget-hero-banner__carousel.slick-initialized .slick-list {
    margin: 0 !important; }
  .widget-hero-banner__carousel.slick-initialized .slick-slide {
    height: auto;
    display: flex; }
    .widget-hero-banner__carousel.slick-initialized .slick-slide > div {
      width: 100%;
      height: 100%; }
  .widget-hero-banner__carousel.slick-initialized .slick-dots {
    width: auto;
    bottom: .5rem;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%); }
    .widget-hero-banner__carousel.slick-initialized .slick-dots li button {
      box-shadow: inset 0px 0px 0px 1px white; }
  .widget-hero-banner__carousel.slick-initialized .slick-autoplay-toggle-button {
    bottom: .5rem; }

.widget-hero-banner__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%; }
  @media (min-width: 801px) {
    .widget-hero-banner__slide {
      flex-direction: row; } }

.widget-hero-banner__slide-background {
  position: static;
  inset: 0;
  background-size: cover;
  background-position: center; }
  @media (min-width: 801px) {
    .widget-hero-banner__slide-background {
      position: absolute; } }
  .widget-hero-banner__slide-background .widget-hero-banner__image {
    height: 100%; }

.widget-hero-banner__slide-video-control {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  padding: .25rem .5rem;
  min-width: 5rem;
  color: white;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .25s ease; }
  .widget-hero-banner__slide-video-control:active, .widget-hero-banner__slide-video-control:focus, .widget-hero-banner__slide-video-control:hover {
    background-color: rgba(0, 0, 0, 0.75); }

.widget-hero-banner__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 !important;
  position: relative;
  margin: auto;
  max-width: 1920px; }
  .widget-hero-banner__content .widget-hero-banner__copy-container {
    flex-basis: 100%; }
  .widget-hero-banner__content.center {
    justify-content: center; }
  @media (min-width: 801px) {
    .widget-hero-banner__content {
      padding: 0 !important; }
      .widget-hero-banner__content.left {
        justify-content: flex-start; }
      .widget-hero-banner__content.right {
        justify-content: flex-end; } }
  @media (min-width: 1261px) {
    .widget-hero-banner__content {
      padding: 0 !important; } }
  .widget-hero-banner__content.left .widget-hero-banner__copy-container {
    padding-left: 4rem; }
  .widget-hero-banner__content.right .widget-hero-banner__copy-container {
    padding-right: 4rem; }

.widget-hero-banner__copy-container {
  padding: 2rem 3rem 3rem 3rem; }
  @media (min-width: 801px) {
    .widget-hero-banner__copy-container {
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  .widget-hero-banner__copy-container.text-left {
    text-align: left; }
  .widget-hero-banner__copy-container.text-center {
    text-align: center; }
  .widget-hero-banner__copy-container.text-right {
    text-align: center; }
    @media (min-width: 801px) {
      .widget-hero-banner__copy-container.text-right {
        text-align: right; } }
  .widget-hero-banner__copy-container > *:last-child {
    margin-bottom: 0; }

.widget-hero-banner__title {
  margin-top: 0;
  margin-bottom: .25rem;
  font-weight: bold;
  font-size: 1.75em; }

.widget-hero-banner__cta {
  font-weight: bold; }

.widget-hero-banner__review {
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: .75rem; }
  @media (min-width: 551px) {
    .widget-hero-banner__review {
      font-size: 1rem; } }

.cat-hero-banner .hero-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.cat-hero-banner .hero-column {
  flex-basis: 100%; }

.cat-hero-banner .hero-copy {
  order: 2;
  padding: 6%; }
  .cat-hero-banner .hero-copy .title {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 0;
    line-height: 1.15; }
  .cat-hero-banner .hero-copy .copy {
    font-size: 1.125rem;
    line-height: 1.15; }
    .cat-hero-banner .hero-copy .copy:last-child {
      margin-bottom: 0; }
  .cat-hero-banner .hero-copy .button {
    border: 1px solid white; }

.cat-hero-banner .hero-image {
  order: 1;
  text-align: center; }

@media (min-width: 551px) {
  .cat-hero-banner .hero-row {
    padding: 0 8%; }
  .cat-hero-banner .hero-column {
    flex-basis: 50%; }
  .cat-hero-banner .hero-copy {
    order: 1; }
  .cat-hero-banner .hero-image {
    order: 2; } }

.faq-accordion {
  border: 0;
  margin-bottom: 0; }
  .faq-accordion .accordion-navigation {
    border-radius: 15px;
    border: 1px solid #d5d5d5;
    margin-bottom: 1rem !important;
    padding-right: 0;
    flex-wrap: wrap;
    overflow: hidden;
    cursor: unset;
    background-color: white; }
  .faq-accordion .accordion-title {
    display: flex;
    flex-basis: 100%;
    padding-right: calc(2rem + 50px) !important;
    background-color: #F1F1F1 !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 0;
    text-decoration: none;
    font-weight: 500;
    text-decoration: none; }
    .faq-accordion .accordion-title h3 {
      margin: 0;
      font-size: inherit;
      font-weight: 600; }
    .faq-accordion .accordion-title::after {
      content: '+';
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 100%;
      padding-top: 1rem;
      background-color: #ADA9A9;
      border-left: 1px solid #d5d5d5;
      text-align: center;
      color: white;
      font-size: 3rem;
      font-weight: lighter; }
  .faq-accordion .accordion-navigation.is-open .accordion-title {
    border-bottom: 1px solid #d5d5d5; }
    .faq-accordion .accordion-navigation.is-open .accordion-title::after {
      content: '-'; }
  .faq-accordion .accordion-content {
    padding-right: calc(2rem + 50px);
    flex-basis: 100%; }
    .faq-accordion .accordion-content *:last-child {
      margin-bottom: 0; }
  @media (min-width: 801px) {
    .faq-accordion .accordion-title {
      padding-right: calc(2rem + 75px) !important; }
      .faq-accordion .accordion-title::after {
        width: 75px; }
    .faq-accordion .accordion-content {
      padding-right: calc(2rem + 75px); } }

.related-links.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.75rem; }

.related-links .related-link--container {
  flex-basis: 100%;
  padding: 0 1.75rem;
  margin-bottom: 1rem; }

.related-links .related-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  transition: all .25s ease; }
  .related-links .related-link:active, .related-links .related-link:focus, .related-links .related-link:hover {
    box-shadow: 2px 4px 5px #cccccc; }

.related-links .related-link--category {
  padding: 4px 20px 4px 0;
  background-color: rgba(221, 221, 221, 0.4); }
  .related-links .related-link--category div {
    width: 100%;
    padding: .15rem 1rem;
    background-color: #ADA9A9;
    color: white;
    font-weight: bold; }

.related-links .related-link--image-container {
  width: 100%;
  height: 175px; }

.related-links .related-link--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.related-links .related-link--text {
  padding: 1rem;
  flex-grow: 1; }
  .related-links .related-link--text .title {
    font-weight: bold;
    font-size: 1.15em;
    margin-bottom: .5rem;
    margin-top: 0; }
    .related-links .related-link--text .title > a {
      text-decoration: none; }
  .related-links .related-link--text .copy {
    font-size: .85em;
    margin-bottom: .5rem; }
  .related-links .related-link--text .date {
    font-size: .85em;
    font-style: italic;
    margin-bottom: 0; }

.related-links .related-link .button {
  display: block;
  border: 0;
  margin-bottom: 0; }

@media (min-width: 551px) {
  .related-links .related-link--container {
    flex-basis: 50%; } }

@media (min-width: 1261px) {
  .related-links .related-link--container {
    flex-basis: 25%; } }

.reviews--container {
  border: 1px solid #d5d5d5;
  background-color: #F1F1F1 !important;
  padding-top: 3rem;
  margin-bottom: 1rem; }
  .reviews--container .reviews {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0; }
  .reviews--container .review {
    font-size: 1.5rem;
    text-align: center;
    padding: 0 1rem; }
    .reviews--container .review .review--name {
      font-weight: bold; }
    .reviews--container .review .review--copy {
      font-style: italic; }
  .reviews--container .slick-list {
    padding: 0 1rem 3rem 1rem; }
  .reviews--container .slick-dots {
    border-top: 1px solid #d5d5d5;
    position: initial;
    display: flex !important;
    padding: 0 10%; }
    .reviews--container .slick-dots li {
      padding: 0;
      flex-grow: 1;
      height: 1.25rem;
      line-height: 0;
      border-left: 1px solid #d5d5d5;
      border-right: solid 1px #d5d5d5; }
      .reviews--container .slick-dots li button {
        width: 100%;
        height: 100%;
        border-radius: 0;
        border: 0; }
        .reviews--container .slick-dots li button::before {
          display: none; }
        .reviews--container .slick-dots li button .carousel-tooltip {
          z-index: 10; }
      .reviews--container .slick-dots li.slick-active button {
        background-color: gray; }

.custom-video-player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .custom-video-player video {
    background-color: black; }
  .custom-video-player video,
  .custom-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.category-referral {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #333333 !important;
  text-decoration: none; }
  .category-referral .category-referral--text,
  .category-referral .category-referral--image-container {
    padding: 0 10.5px; }
  .category-referral .category-referral--text {
    flex-basis: 100%;
    order: 2; }
    .category-referral .category-referral--text .title {
      margin: 0;
      font-family: inherit;
      font-weight: 500;
      font-size: 24px; }
    .category-referral .category-referral--text .copy {
      font-family: inherit;
      font-weight: 400;
      font-size: 18px; }
  .category-referral .category-referral--image-container {
    flex-basis: 100%;
    order: 1;
    text-align: center; }
  @media (min-width: 801px) {
    .category-referral .category-referral--text {
      order: 1;
      flex-basis: 50%; }
    .category-referral .category-referral--image-container {
      order: 2;
      flex-basis: 50%; } }

.how-to--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .how-to--container .how-to > *:last-child,
  .how-to--container .how-to--anchor > *:last-child {
    margin-bottom: 0 !important; }
  .how-to--container .how-to {
    text-align: center; }
    .how-to--container .how-to .how-to--anchor {
      display: block;
      text-decoration: none;
      background-color: #f4f5f5;
      padding: 1rem;
      border-radius: 1rem;
      height: 100%; }
      @media (min-width: 1261px) {
        .how-to--container .how-to .how-to--anchor {
          padding: 2rem; } }
      .how-to--container .how-to .how-to--anchor .how-to--step,
      .how-to--container .how-to .how-to--anchor .how-to--image {
        transition: all .25s ease; }
      .how-to--container .how-to .how-to--anchor:active, .how-to--container .how-to .how-to--anchor:focus, .how-to--container .how-to .how-to--anchor:hover {
        text-decoration: underline; }
        .how-to--container .how-to .how-to--anchor:active .how-to--step, .how-to--container .how-to .how-to--anchor:focus .how-to--step, .how-to--container .how-to .how-to--anchor:hover .how-to--step {
          color: black !important; }
        .how-to--container .how-to .how-to--anchor:active .how-to--image, .how-to--container .how-to .how-to--anchor:focus .how-to--image, .how-to--container .how-to .how-to--anchor:hover .how-to--image {
          opacity: .6; }
    .how-to--container .how-to .how-to--image-container {
      margin-bottom: 1rem;
      width: 100%;
      text-align: center; }
      .how-to--container .how-to .how-to--image-container .how-to--image {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        object-fit: cover;
        object-position: center; }
    .how-to--container .how-to .how-to--step {
      font-weight: bold;
      margin-bottom: 1rem; }
    .how-to--container .how-to .how-to--copy {
      font-size: 18px; }

.category--container {
  display: flex;
  flex-wrap: wrap; }
  .category--container .category {
    flex-basis: 100%;
    padding: 0 1rem; }
    @media (min-width: 551px) {
      .category--container .category {
        flex-basis: 48%; } }
    @media (min-width: 801px) {
      .category--container .category {
        flex-basis: 33.333%; } }
    .category--container .category .card-link {
      padding: 0 !important;
      color: #333333 !important;
      display: flex !important;
      flex-direction: column;
      border: 1px solid #d5d5d5;
      border-radius: .25rem; }
      .category--container .category .card-link .category--info {
        padding: 2rem 1rem;
        text-align: center;
        flex-grow: 1; }
      .category--container .category .card-link .category--title {
        font-size: 24px;
        text-align: center;
        margin: 0; }
      .category--container .category .card-link .category--image-container {
        text-align: center;
        padding: 1rem 0;
        margin: 1rem 0;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5; }
        .category--container .category .card-link .category--image-container .category--image {
          width: 200px;
          height: 200px;
          object-fit: cover;
          object-position: center; }
      .category--container .category .card-link .category--description p {
        font-size: 18;
        margin-bottom: .5rem; }
      .category--container .category .card-link .category--description li {
        text-align: left; }
      .category--container .category .card-link .button {
        margin-bottom: 0;
        width: 100%; }
  @media (min-width: 551px) {
    .category--container.more-page .category {
      flex-basis: 48%; } }
  @media (min-width: 801px) {
    .category--container.more-page .category {
      flex-basis: 48%;
      margin: 0 1%; } }
  .category--container.more-page .category .category--image {
    width: 350px !important;
    height: 350px !important; }

.content-box {
  margin: 1rem 0; }
  .content-box .content-box--title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.25px;
    margin-bottom: .5rem;
    margin-top: 0; }
  .content-box .content-box--content {
    font-size: 18px; }
    .content-box .content-box--content:not(:last-child) {
      margin-bottom: .75rem; }
    .content-box .content-box--content *:last-of-type {
      margin-bottom: 0; }
  .content-box .content-box--button-container .content-box--button {
    color: white; }
  .content-box.top-border {
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 2px solid #d5d5d5; }

@media (min-width: 801px) {
  .top-category-banner {
    display: flex;
    justify-content: space-between;
    justify-content: center; } }

.category-card {
  position: relative;
  border: 1px solid #cccccc;
  max-width: 450px;
  margin: 0 auto 2.5rem; }
  @media (min-width: 801px) {
    .category-card {
      margin: 0; } }
  @media (min-width: 801px) {
    .category-card:nth-child(2) {
      margin: 0 1.5rem; } }
  @media (min-width: 1261px) {
    .category-card:nth-child(2) {
      margin: 0 3.5rem; } }
  .category-card img {
    width: 100%; }
  .category-card h2,
  .category-card p {
    max-width: 400px;
    margin: 0 auto; }
  .category-card h2 {
    text-align: center;
    color: #6c5650;
    font-family: "Maven Pro";
    font-size: 1.25rem;
    line-height: 1.4375rem;
    font-weight: 500;
    margin: 0 0 0.25rem 0; }
    @media (min-width: 801px) {
      .category-card h2 {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
  .category-card p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #231f20; }
    @media (min-width: 801px) {
      .category-card p {
        font-size: 1.125rem;
        line-height: 1.75rem; } }
  .category-card .category-card-link {
    text-align: center;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700;
    width: 100%;
    background-color: #a8bcd6;
    color: #2a4d6f;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1rem; }
    .category-card .category-card-link:hover, .category-card .category-card-link:focus {
      background-color: #2a4d6f;
      color: white; }
  .category-card .category-card--body {
    padding: 1rem 1rem 2rem;
    margin: 0 0 3rem 0; }
    @media (min-width: 801px) {
      .category-card .category-card--body {
        padding: 2rem 1.5rem 2rem;
        margin: 0 0 4rem 0; } }
    .category-card .category-card--body p.top-banner-heading {
      text-align: center;
      color: #6c5650;
      font-weight: 500;
      font-size: 1.25rem;
      margin: 0 0 4px 0; }
      @media (min-width: 801px) {
        .category-card .category-card--body p.top-banner-heading {
          font-size: 1.5rem; } }

.top-category {
  margin: 0 0 2rem 0; }
  @media (min-width: 801px) {
    .top-category {
      margin: 0 0 5rem 0; } }

.footer {
  background-color: #2b5681;
  font-family: "Maven Pro";
  padding-left: .75rem;
  padding-right: .75rem; }
  .footer img {
    border-radius: 5px; }
  @media (min-width: 801px) {
    .footer {
      padding: 1rem .75rem 5rem .75rem; } }

.footer-inner-wrap {
  border-bottom: 1px solid #7190ae; }
  @media (min-width: 801px) {
    .footer-inner-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px; } }

.footer-copyright {
  margin: 0 0 0.5rem 0;
  text-align: center; }
  @media (min-width: 801px) {
    .footer-copyright {
      text-align: left; } }
  @media (min-width: 1261px) {
    .footer-copyright {
      display: flex;
      align-items: baseline; } }
  .footer-copyright span {
    margin: 0 0.5rem;
    font-weight: 400; }
  .footer-copyright a:hover, .footer-copyright a:focus {
    color: white;
    text-decoration: underline; }

.footer-copyright > .powered-by {
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400; }
  @media (min-width: 801px) {
    .footer-copyright > .powered-by {
      font-size: 1rem;
      line-height: 1.75rem; } }

.footer-legal {
  display: flex;
  justify-content: center; }
  @media (min-width: 801px) {
    .footer-legal {
      justify-content: end; } }
  .footer-legal a {
    text-decoration: none;
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    text-align: center; }
    @media (min-width: 801px) {
      .footer-legal a {
        font-size: 1rem;
        text-align: left; } }
    .footer-legal a:first-child {
      padding-right: 20px;
      border-right: 1px solid white; }
    .footer-legal a:not(:first-child) {
      padding-left: 20px; }
    .footer-legal a:hover, .footer-legal a:focus {
      color: white;
      text-decoration: underline; }

.footer-bottom {
  padding: 2.5rem 0 0 0; }
  .footer-bottom > *:not(:last-child) {
    margin-bottom: 2rem; }
  @media (min-width: 801px) {
    .footer-bottom {
      padding: 2.5rem 0 0 0; }
      .footer-bottom > *:not(:last-child) {
        margin-bottom: 0; } }

.footer-list {
  list-style-type: none;
  margin: 0 0 0 0 !important;
  columns: 1;
  width: 100%;
  margin: 0 0 2rem 0; }
  @media (min-width: 551px) {
    .footer-list {
      columns: 2; } }
  @media (min-width: 801px) {
    .footer-list {
      columns: 3; } }
  .footer-list li {
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 551px) {
      .footer-list li {
        text-align: left; } }
    @media (min-width: 801px) {
      .footer-list li {
        text-align: left; } }
  .footer-list-title {
    color: white;
    margin-top: 0px; }
  .footer-list a {
    text-decoration: none;
    color: white;
    padding-right: 5px;
    font-size: 1.125rem; }
    @media (min-width: 801px) {
      .footer-list a {
        font-size: 1rem; } }
    @media (min-width: 1261px) {
      .footer-list a {
        font-size: 1.25rem; } }
    .footer-list a:hover, .footer-list a:focus {
      text-decoration: underline; }

.footer-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

@media (min-width: 801px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; } }

.footer-navigation {
  text-align: center; }
  @media (min-width: 801px) {
    .footer-navigation {
      display: flex;
      flex-wrap: wrap;
      text-align: left; } }
  @media (min-width: 801px) {
    .footer-navigation li {
      flex: 50%;
      justify-content: space-between; } }
  .footer-navigation li a {
    font-size: 1.125rem;
    line-height: 2.75rem; }
    .footer-navigation li a:hover, .footer-navigation li a:focus {
      border-bottom: 1px solid white; }
    @media (min-width: 801px) {
      .footer-navigation li a {
        font-size: 1.25rem;
        line-height: 2.5rem; } }

.footer .socialLinks {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 30px auto 2rem auto; }
  .footer .socialLinks .socialLinks-item--alt {
    display: none; }
  @media (min-width: 801px) {
    .footer .socialLinks {
      margin: 32px auto 1rem 0px;
      justify-content: flex-start; } }
  .footer .socialLinks .socialLinks-item {
    margin: 0; }
    @media (min-width: 801px) {
      .footer .socialLinks .socialLinks-item {
        flex: 1;
        margin: 0 0.75rem 0 0; } }
  .footer .socialLinks .icon {
    height: 25px;
    width: 25px; }
    .footer .socialLinks .icon svg {
      fill: white; }
      .footer .socialLinks .icon svg:hover, .footer .socialLinks .icon svg:focus {
        fill: #cccccc; }

.icon-footer-logo {
  display: block;
  max-width: 200px;
  height: 38px;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .icon-footer-logo {
      margin: 0 0 0px 10px; } }
  @media (min-width: 1261px) {
    .icon-footer-logo {
      margin: 0 auto 2rem;
      width: 300px;
      max-width: 300px;
      height: 57px;
      margin: 0; } }

.norton-secured {
  display: block;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .norton-secured {
      margin: 0; } }

@media (min-width: 801px) {
  .footer-start {
    margin: 0;
    flex: 1; } }

@media (min-width: 1261px) {
  .footer-start {
    max-width: 300px;
    flex: initial;
    margin: 0;
    margin-right: 60px; } }

.footer-start > a > p {
  margin: 0; }

@media (min-width: 801px) {
  .footer-middle {
    display: flex;
    flex: 1;
    padding: 0 0 0 1.5rem; } }

@media (min-width: 801px) {
  .socialLinks .socialLinks-item {
    margin: 0 1.5rem 0 0; } }

.subscription-form-wrap {
  padding: 2rem 0.75rem;
  background-color: #e1f0f1; }
  .subscription-form-wrap .form,
  .subscription-form-wrap .form-field {
    margin: 0; }
  .subscription-form-wrap p {
    margin: .5rem 0 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #231f20; }
    @media (min-width: 801px) {
      .subscription-form-wrap p {
        margin: .25rem 0 0;
        font-size: 1.125rem;
        line-height: 1.75rem; } }
  .subscription-form-wrap .form-prefixPostfix-button--postfix {
    margin: 0;
    border-radius: 0;
    background-color: #35608b;
    border-color: #35608b;
    font-family: "Maven Pro";
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 600;
    width: 100%;
    height: 60px; }
    @media (min-width: 801px) {
      .subscription-form-wrap .form-prefixPostfix-button--postfix {
        width: 160px; } }
  .subscription-form-wrap .form-input {
    border-radius: 0;
    height: 60px;
    margin: 0 0 0.6rem 0; }
    @media (min-width: 801px) {
      .subscription-form-wrap .form-input {
        margin: 0; } }
  .subscription-form-wrap .form-text-wrapper {
    margin: 0 0 1rem 0; }
    @media (min-width: 68.75em) {
      .subscription-form-wrap .form-text-wrapper {
        width: 60%;
        margin: 0 1rem 0 0; } }
    @media (min-width: 1261px) {
      .subscription-form-wrap .form-text-wrapper {
        margin: 0; } }
  .subscription-form-wrap .form-wrapper {
    max-width: 600px;
    margin: 0 auto; }
    @media (min-width: 801px) {
      .subscription-form-wrap .form-wrapper {
        margin: 0; } }
    @media (min-width: 68.75em) {
      .subscription-form-wrap .form-wrapper {
        width: 40%; } }
  .subscription-form-wrap .form-prefixPostfix {
    display: block; }
    @media (min-width: 801px) {
      .subscription-form-wrap .form-prefixPostfix {
        display: flex; } }
  .subscription-form-wrap .form-input::-webkit-input-placeholder {
    color: #767676;
    font-family: "Maven Pro"; }

@media (min-width: 68.75em) {
  .subscription-form-wrap--inner {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.subscription-form-wrap--inner div.form-text-wrapper p.footer-info-heading {
  margin: 0;
  color: #35608b;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-weight: 700;
  font-family: "Maven Pro"; }
  @media (min-width: 801px) {
    .subscription-form-wrap--inner div.form-text-wrapper p.footer-info-heading {
      font-size: 1.5rem;
      line-height: 1.75rem; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .footer-legal {
    float: left; } }

input.button:focus {
  border: 0.125rem solid #35608b;
  box-shadow: 2px 4px 10px #666666; }

input[type="email"]:focus {
  border: 0.125rem solid #35608b;
  box-shadow: 2px 4px 10px #666666; }

.footer-address {
  text-align: center;
  color: white; }
  @media (min-width: 801px) {
    .footer-address {
      text-align: right; } }

.footer-phone {
  color: white;
  font-weight: bold;
  text-decoration: none; }
  .footer-phone:active, .footer-phone:focus, .footer-phone:hover {
    text-decoration: underline;
    color: white; }

#y-badges {
  margin-right: 1rem;
  text-decoration: none; }
  #y-badges .y-powered-by {
    color: white; }

.footer-official {
  margin-top: 1rem; }
  .footer-official li {
    list-style-type: none; }
    .footer-official li a {
      opacity: 1;
      display: block;
      width: fit-content; }
      .footer-official li a:hover {
        opacity: 0.8; }
      .footer-official li a img {
        max-width: 312px; }
        @media (min-width: 551px) {
          .footer-official li a img {
            max-width: 450px; } }

.container,
.container--page {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 .75rem;
  position: relative;
  width: 100%; }

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

@media (max-width: 50em) {
  .market-banner-bottom {
    background-image: none !important; } }

@media (min-width: 801px) {
  .market-banner-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; } }

.market-banner-bottom h2 {
  font-family: "Maven Pro";
  font-weight: 600;
  color: #35608b;
  font-size: 2.625rem;
  line-height: 3.5rem;
  margin-bottom: 1rem;
  margin: 1rem 0 0.5rem; }
  @media (min-width: 801px) {
    .market-banner-bottom h2 {
      font-size: 4.375rem;
      margin: 4rem 0 0.5rem; } }

.market-banner-bottom .mobile-image {
  display: block;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .market-banner-bottom .mobile-image {
      display: none; } }

.market-banner-bottom .button-global {
  background-color: #2b5681;
  color: white; }
  .market-banner-bottom .button-global:hover, .market-banner-bottom .button-global:focus {
    color: #2b5681;
    background-color: white; }

.middle-box {
  text-align: center;
  background: linear-gradient(225deg, #fdf9ec 0%, #edbb4f 100%);
  padding: 1rem;
  max-width: 640px;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .middle-box {
      padding: 2.5rem; } }
  .middle-box ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 0.75rem;
    max-width: 320px;
    text-align: center; }
    @media (min-width: 801px) {
      .middle-box ul {
        max-width: unset;
        margin: 0; } }
    .middle-box ul li {
      position: relative;
      text-transform: uppercase;
      font-weight: 600;
      color: #5b6770;
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 0;
      padding: 0 1rem; }
      @media (min-width: 801px) {
        .middle-box ul li {
          line-height: 3.5rem; } }
      .middle-box ul li:after {
        content: "";
        position: absolute;
        right: 0;
        top: .7rem;
        background-color: #5b6770;
        height: .3rem;
        width: .3rem;
        border-radius: 50%; }
        @media (min-width: 801px) {
          .middle-box ul li:after {
            top: 1.65rem; } }
      .middle-box ul li a {
        text-decoration: none;
        font-size: inherit; }
        .middle-box ul li a:active, .middle-box ul li a:focus, .middle-box ul li a:hover {
          color: #2b5681; }
    .middle-box ul li:last-child:after {
      content: "";
      background-color: transparent; }
  .middle-box p {
    color: #231f20;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    max-width: 15.875rem;
    margin: 0 auto 2rem; }
    @media (min-width: 801px) {
      .middle-box p {
        max-width: 26.875rem;
        font-size: 1.125rem;
        line-height: 1.75rem; } }
  .middle-box a {
    width: 100%;
    max-width: 15.625rem;
    margin-bottom: 4rem; }
    @media (min-width: 801px) {
      .middle-box a {
        max-width: 14.375rem; } }
  @media (min-width: 801px) {
    .middle-box {
      flex-grow: 1; } }
  .middle-box .button-global {
    margin-bottom: 1.875rem; }
    @media (min-width: 1261px) {
      .middle-box .button-global {
        margin-bottom: 4.5625rem; } }

.middle-box-inner {
  border: 2px solid white;
  max-width: 560px;
  margin: 0 auto; }
  .middle-box-inner p.middle-box--heading {
    font-size: 2.5rem;
    color: #35608b;
    font-weight: 900;
    padding: 2rem 1rem 0 1rem; }
    @media (min-width: 551px) {
      .middle-box-inner p.middle-box--heading {
        font-size: 3.125rem; } }
    @media (min-width: 801px) {
      .middle-box-inner p.middle-box--heading {
        font-size: 3.75rem; } }

.desktop-image {
  display: none; }
  @media (min-width: 801px) {
    .desktop-image {
      flex: 1;
      display: block; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .middle-box-inner {
    background-color: white; }
    .middle-box-inner ul {
      margin: 0 auto; }
      .middle-box-inner ul li:first-child {
        padding-left: 0; }
      .middle-box-inner ul li::last-child {
        padding-right: 0; } }

.button.button--primary-red {
  background-color: red;
  border-color: red;
  color: white; }
  .button.button--primary-red:hover, .button.button--primary-red:focus {
    background-color: #b30000;
    border-color: #b30000;
    color: white; }

.button.button--primary.button--large {
  background-color: #35608b;
  border-radius: 0;
  border-color: #35608b;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 600;
  padding: 1.25rem 2.5rem; }
  .button.button--primary.button--large:hover, .button.button--primary.button--large:focus {
    background-color: white;
    border-color: white;
    color: #35608b; }

.button-global {
  display: inline-block;
  background-color: #35608b;
  border-radius: 0;
  border-color: #35608b;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 600;
  padding: 1.25rem 2.5rem;
  color: white;
  text-decoration: none; }
  .button-global:hover, .button-global:focus {
    background-color: white;
    border-color: white;
    color: #35608b; }

.navBar--account {
  display: block;
  color: #35608b; }
  .navBar--account a {
    color: inherit;
    font-family: "Maven Pro"; }
    .navBar--account a:hover, .navBar--account a:focus {
      color: #35608b !important; }

.account .wishlists-table a {
  text-decoration: none; }
  .account .wishlists-table a:hover, .account .wishlists-table a:focus {
    color: #35608b; }

.account .wishlists-table .button {
  min-width: 92px;
  background-color: #35608b;
  color: white;
  transition: all .2s ease-in-out; }
  .account .wishlists-table .button:hover, .account .wishlists-table .button:focus {
    background-color: white;
    color: #35608b; }

.account .button.button--small {
  min-width: 92px; }

.account input.button[value="Delete All"] {
  min-width: 187px; }

.account .account-orderStatus-label {
  background-color: #666666; }

.account .account-orderStatus-action:focus {
  text-decoration: underline;
  background-color: #35608b;
  color: white;
  text-align: center; }

.account-body {
  margin-left: 0;
  margin-right: 0; }

body {
  padding-top: 0; }

.cm-js-menu-active {
  overflow: hidden; }

.overflow-visible {
  overflow: visible !important; }

.body {
  margin-bottom: 0; }

.body.body--homepage {
  margin: 0; }

.hawk-html .page-heading {
  display: block !important; }

.loadingOverlay.addToCartOverlay:before {
  top: 20% !important; }

#qn-dialog-toggle {
  display: none !important; }

/*================================================================
                 CLICK MENU STYLES
================================================================*/
/*
    THESE STYLES will probably not be needed and are adjusted in your main styles
    - * for example is most efficient when not a child of a class
       -- hopefully you already are using the box sizing globally
    - you may not need text-decoration etc. depending on your global anchors
*/
.cm-menu a,
.cm-menu a:visited {
  color: #062f87;
  text-decoration: none; }

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

.cm-menu:focus {
  outline: 3px solid blue; }

.cm-menu,
.cm-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff; }

.toggle-menu + .cm-menu,
.cm-menu ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden; }

.cm-menu {
  position: relative; }

.cm-menu li a {
  display: block;
  padding: 10px 1rem 10px 1rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500; }
  @media (min-width: 801px) {
    .cm-menu li a {
      padding: 10px; } }

.cm-menu li a.cm-menu-category {
  background-color: #f4f4f4; }

/* .cm-menu li { border-top:1px solid #ccc; } */
.cm-menu li:first-child {
  border-top: 0; }

.cm-menu li {
  position: static; }

.cm-menu .has-sub:after,
.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translateY(-50%);
  -ms-transform: scale(0.98) translateY(-50%);
  transform: scale(0.98) translateY(-50%);
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 32' preserveAspectRatio='none'%3E%3Cpath fill='%230067b1' style='fill: var(--color1, %230067b1)' d='M42.4 2.4l5.6 5.6-24 24-24-24 5.6-5.6 18.4 18.4z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  z-index: 0;
  right: 1rem;
  height: 12px;
  width: 16px;
  top: 50%; }
  @media (min-width: 801px) {
    .cm-menu .has-sub:after,
    .cm-menu .expander-wrap .has-sub > span:after {
      right: 0;
      height: 8px;
      width: 12px; } }

.cm-menu .opened > .has-sub:after,
.cm-menu .opened > .expander-wrap .has-sub > span:after {
  -webkit-transform: scale(0.98) translateY(-75%) rotate(-180deg);
  -ms-transform: scale(0.98) translateY(-75%) rotate(-180deg);
  transform: scale(0.98) translateY(-75%) rotate(-180deg); }

.cm-menu > .opened > a,
.cm-menu > li > a:hover,
.cm-menu > li > a:focus,
.cm-menu > li > div > a:hover,
.cm-menu > li > div > a:focus {
  color: #333; }

@media (min-width: 801px) {
  .cm-menu > li > div > a.shopAllBtn {
    position: absolute;
    padding-left: 0; } }

.cm-menu .expander-wrap .has-sub:hover > span,
.cm-menu .expander-wrap .has-sub:focus > span {
  color: #333;
  background: #d4d4d4; }

.cm-menu ul .opened > a,
.cm-menu ul a:hover,
.cm-menu ul li a:focus {
  background: none;
  color: black;
  text-decoration: underline; }

.cm-menu ul .opened > .has-sub:after,
.cm-menu ul .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #333; }

.cm-js-active .cm-menu {
  max-height: 180em;
  opacity: 1; }

.cm-menu .opened > ul {
  max-height: 180em;
  opacity: 1; }

/* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
.cm-menu .expander-wrap {
  display: table;
  width: 100%; }

.cm-menu .expander-wrap a {
  display: table-cell; }

.cm-menu .expander-wrap .has-sub {
  position: relative;
  width: 30px; }

.cm-menu .expander-wrap .has-sub:after {
  display: none; }

.cm-menu .expander-wrap .has-sub > span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #aaa; }

.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  /* Extra is for anti-aliasing issues in firefox and others */
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  -wekbit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translate(50%, -50%);
  -ms-transform: scale(0.98) translate(50%, -50%);
  transform: scale(0.98) translate(50%, -50%); }

.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #333;
  -webkit-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
  -ms-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
  transform: scale(0.98) translate(50%, -75%) rotate(-180deg); }

/* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
.no-js .toggle-menu + .cm-menu {
  opacity: 1;
  max-height: 180em; }

.no-js .cm-menu > li:hover > a {
  background: #333; }

.no-js .cm-menu ul ul li:hover > a {
  background: #444; }

.no-js .cm-menu li:hover > ul {
  display: block;
  max-height: 180em;
  opacity: 1;
  width: 100%; }

.no-js .cm-menu ul {
  display: none;
  overflow: visible; }

/* ================= MENU OPEN FUNCTIONALITY ADDED ON SETUP ================= */
@media (min-width: 801px) {
  .toggle-menu + .cm-menu {
    max-height: 180em;
    opacity: 1;
    overflow: visible;
    margin: 0 auto; }
  .cm-menu ul {
    top: 100%;
    overflow: hidden; }
  .cm-menu .opened > ul {
    max-height: 80em;
    opacity: 1; }
  .cm-menu .animated > ul {
    overflow: visible;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.3); }
  .cm-menu .animating > ul {
    z-index: -1; } }

/*================================================================
                 CLICK MENU MENU TYPES
================================================================*/
/*  NAV BAR STYLE TYPE
    ================================================================*/
.nav-bar > ul {
  width: 100%;
  table-layout: fixed; }
  @media (min-width: 801px) {
    .nav-bar > ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }
  @media (min-width: 1100px) {
    .nav-bar > ul {
      justify-content: space-between; } }

.nav-bar ul li li {
  margin: 0; }

@media (min-width: 801px) {
  .nav-bar li {
    border-top: 0; }
  .nav-bar > ul > li {
    display: table-cell;
    vertical-align: middle; }
  .nav-bar > ul > li > a {
    display: table;
    width: 100%;
    padding: 0 0 0 0;
    font-size: 1.25rem;
    line-height: 1.4375rem;
    text-transform: uppercase;
    font-weight: 500; }
  .nav-bar > ul > li > a > span {
    display: table-cell;
    padding: 0 1rem 0 0;
    vertical-align: middle;
    text-align: left;
    color: #35608b; }
  .nav-bar > ul > li > ul {
    position: absolute; }
  .nav-bar .has-sub span:after {
    position: static;
    margin-top: 10px; }
  .nav-bar ul ul .has-sub:after {
    right: 5px; }
  .nav-bar ul li li li {
    margin-left: 0;
    margin-right: 0; }
  .nav-bar ul ul a {
    padding: 0px 15px 0px 0;
    background: transparent;
    font-family: 'Rubik', sans-serif; }
  .nav-bar ul ul a:hover,
  .nav-bar ul ul a:focus,
  .nav-bar ul ul .opened > a {
    text-decoration: underline;
    background: transparent; }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .nav-bar ul ul li:hover > a {
    color: #000;
    background: #ddd; } }

/*  ACCORDION NAVIGATION
    ================================================================*/
/* ------------- CURRENTLY KEEPS SMALL SCREEN STYLES -------------- */
/*  DROP DOWN NAVIGATION
    ================================================================*/
@media (min-width: 801px) {
  [data-type="dropdown"] ul {
    display: block;
    position: absolute;
    z-index: -1;
    top: 101%;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 180px;
    background: #fff;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out; }
  [data-type="dropdown"] ul ul {
    top: -5px; }
  [data-type="dropdown"] .opened > ul {
    left: 100%;
    max-height: 180em;
    opacity: 1; }
  li[data-type="dropdown"]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0; }
  li[data-type="dropdown"]:nth-last-child(-n+2) .opened > ul {
    left: auto;
    right: 100%; }
  .nav-bar ul li[data-type="dropdown"] li li {
    margin-left: 5px;
    margin-right: 5px; }
  [data-type="dropdown"] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%; }
  [data-type="dropdown"] a + .has-sub > span {
    min-height: 0;
    height: 100%; }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type="dropdown"] li:hover > ul {
    left: 100%; }
  .no-js .cm-menu [data-type="dropdown"]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0; }
  .no-js .cm-menu [data-type="dropdown"]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%; } }

/*  SLIDING MENU NAVIGATION ADJUSTMENTS
    ================================================================*/
[data-type="sliding"].opened .cm-sliding-menu,
[data-type="sliding"].opened .cm-sliding-menu ul {
  max-width: 100%; }

.cm-menu [data-type="sliding"].opened .cm-sliding-menu > ul {
  max-height: 180em;
  opacity: 1; }

.cm-menu [data-type="sliding"].animated .cm-sliding-menu > ul {
  overflow: visible;
  z-index: 10; }

.cm-menu [data-type="sliding"].animating .cm-sliding-menu {
  z-index: -1; }

@media (min-width: 801px) {
  [data-type="sliding"] .cm-sliding-menu {
    position: absolute;
    -wekbit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  [data-type="sliding"] .cm-sliding-menu > ul {
    display: block;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 180px;
    background: #333;
    -wekbit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out; }
  [data-type="sliding"] .cm-sliding-menu > ul li {
    position: static; }
  [data-type="sliding"] .cm-sliding-menu > ul > li > ul {
    position: absolute;
    top: 0; }
  [data-type="sliding"] .cm-sliding-menu > ul ul {
    position: absolute;
    top: 0; }
  [data-type="sliding"] .cm-sliding-menu ul ul ul {
    position: static;
    margin: 0;
    padding: 0;
    max-height: 180em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1; }
  [data-type="sliding"] .cm-sliding-menu ul ul .has-sub {
    color: #fff;
    cursor: default; }
  [data-type="sliding"] .cm-sliding-menu ul ul .has-sub {
    background: none;
    border-bottom: 1px solid #fff; }
  [data-type="sliding"] .cm-sliding-menu ul ul .has-sub:after,
  [data-type="sliding"] .cm-sliding-menu ul ul .expander-wrap .has-sub {
    display: none; }
  [data-type="sliding"] .cm-sliding-menu > ul > li > ul > li {
    float: left;
    width: 50%;
    padding: 0 5px; }
  [data-type="sliding"] .cm-sliding-menu > ul > li > ul > li:nth-child(2n+1) {
    clear: left; }
  [data-type="sliding"] .cm-sliding-menu > ul > li > ul > .link-landing {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  [data-type="sliding"] .cm-sliding-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+1) {
    clear: none; }
  [data-type="sliding"] .cm-sliding-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+2) {
    clear: left; }
  /* ================= ESSENTIAL SLIDING FUNCTIONALITY ================= */
  [data-type="sliding"] .cm-sliding-menu.cm-js-inactive {
    position: relative;
    left: 0 !important;
    width: 100% !important; }
  [data-type="sliding"] .cm-sliding-menu.cm-js-inactive > ul {
    min-width: 100%; }
  [data-type="sliding"] .cm-sliding-menu.cm-js-inactive > ul > li > ul {
    padding: 0;
    max-width: 0; }
  [data-type="sliding"] .cm-sliding-menu > ul ul {
    width: 100%;
    margin-left: -5px;
    padding-left: 180px;
    padding-right: 5px;
    z-index: -1;
    opacity: 0; }
  [data-type="sliding"] .cm-sliding-menu .animated ul {
    opacity: 1; }
  [data-type="sliding"].opened .cm-sliding-menu,
  [data-type="sliding"].opened .cm-sliding-menu ul {
    max-width: none; }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type="sliding"] li:hover > ul {
    left: 100%; }
  .no-js .cm-menu [data-type="sliding"]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0; }
  .no-js .cm-menu [data-type="sliding"]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%; } }

/*  MEGA MENU NAVIGATION ADJUSTMENTS
    ================================================================*/
@media (min-width: 801px) {
  .cm-menu [data-type="mega"] {
    position: static; }
  [data-type="mega"] > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    background: #fff;
    overflow: hidden; }
  [data-type="mega"] > ul ul {
    position: static;
    max-height: 180em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1; }
  [data-type="mega"] > ul .opened ul {
    margin-left: 0; }
  [data-type="mega"] > ul > li {
    float: left;
    width: 25%; }
  [data-type="mega"] > ul > li:nth-child(4n+1) {
    clear: left; }
  [data-type="mega"] > ul > .link-landing {
    margin: 0;
    width: 100%; }
  [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n+1) {
    clear: none; }
  [data-type="mega"] > ul > .link-landing ~ li:nth-child(4n+2) {
    clear: left; }
  /* ================= OPENED FUNCTIONALITY ADDED ON SETUP ================= */
  [data-type="mega"] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%; }
  [data-type="mega"] a + .has-sub > span {
    min-height: 0;
    height: 100%; }
  [data-type="mega"] ul .has-sub:after {
    display: none; }
  [data-type="mega"].opened > ul {
    padding: 20px;
    border-top: 2px solid #000000; }
  /* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
  [data-type="mega"] ul a + .has-sub {
    display: none; }
  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type="mega"] ul ul {
    display: block; } }

/*================================================================
                 NAVIGATION TOGGLE STYLES
================================================================*/
.toggle-menu {
  display: block;
  position: relative;
  border: 0;
  width: 100%;
  background: transparent; }
  @media (min-width: 801px) {
    .toggle-menu {
      width: 50px;
      height: 46px; } }

.toggle-menu:before,
.toggle-menu:after,
.toggle-menu > span:before {
  content: " ";
  position: absolute;
  left: 35%;
  border-radius: 2px;
  width: 24px;
  height: 3px;
  background: #767676;
  transition: .5s; }

.toggle-menu:before {
  top: 20px; }

.toggle-menu:after {
  top: 28px; }

.toggle-menu > span:before {
  top: 36px; }

.toggle-menu.active:before,
.toggle-menu.active:after,
.toggle-menu.active > span:before {
  content: " ";
  position: absolute;
  left: 35%;
  border-radius: 2px;
  width: 30%;
  max-width: 25px;
  height: 3px;
  background: #767676;
  transition: .5s; }

.toggle-menu.active:before {
  top: 28px;
  transform: rotate(45deg);
  transition: .5s; }

.toggle-menu.active:after {
  top: 21px;
  display: none; }

.toggle-menu.active > span:before {
  top: 28px;
  transform: rotate(135deg);
  transition: .5s; }

.toggle-menu:hover,
.toggle-menu:focus,
.js-menu-active .toggle-menu {
  background: transparent; }

@media (min-width: 801px) {
  .toggle-menu {
    display: none; } }

/*================================================================
                 EXTRA OVERWRITE STYLES
================================================================*/
.main-nav {
  position: relative; }

[data-type="sliding"] .cm-sliding-menu .item-banner {
  width: 100%; }

[data-type="sliding"] .cm-sliding-menu .item-banner a {
  text-align: center;
  background: none; }

[data-type="mega"] .custom-sub {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -wekbit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

[data-type="mega"] .custom-sub ul {
  position: static;
  opacity: 1;
  max-height: 180em; }

[data-type="mega"] .custom-sub p {
  margin: 10px;
  color: #000;
  font-weight: 700; }

@media (min-width: 801px) {
  [data-type="mega"] .custom-sub p {
    margin: 10px 10px 10px 0; } }

[data-type="mega"] .custom-sub .banner-wrap {
  width: 100%; }

[data-type="mega"] .custom-sub .banner-wrap a {
  text-align: center;
  background: none; }

.cm-menu .opened > .custom-sub {
  max-height: 180em;
  opacity: 1;
  padding: 0; }

.cm-menu .animated > .custom-sub {
  overflow: visible;
  z-index: 10;
  display: flex;
  flex-direction: column; }

@media (min-width: 801px) {
  .cm-menu .animated > .custom-sub {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px; } }

.cm-menu .animating > .custom-sub {
  z-index: -1; }

@media (min-width: 801px) {
  [data-type="mega"] .custom-sub {
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 2px solid #000; } }

@media (min-width: 801px) {
  .table-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 3rem; }
  .table-col {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 58em) {
  .table-row {
    width: 80%; } }

.section-nav .opened > ul {
  border-bottom: 1px solid #d4d4d4;
  max-height: 180em;
  opacity: 1; }

.section-nav .opened > a,
.section-nav .opened > .expander-wrap a {
  border-bottom: 1px solid #aaa;
  color: #333;
  background: #d4d4d4; }

.section-nav .opened .opened > .expander-wrap > a {
  background: #c4c4c4; }

/* new classes */
.flex-grow-lg-one {
  flex-grow: 1; }

@media (min-width: 801px) {
  [data-type="mega"] .custom-sub .banner-wrap {
    width: 100%;
    /* position: absolute; */
    top: 0;
    right: 0;
    display: flex; }
  [data-type="mega"] .custom-sub .banner-wrap a {
    padding: 0;
    margin: 0; } }

@media (min-width: 58em) {
  [data-type="mega"] .custom-sub .banner-wrap {
    width: 20%;
    flex-direction: column; } }

@media (min-width: 801px) {
  .cm-menu {
    display: flex;
    justify-content: space-between; } }

.nav-bar > ul > li:first-child > a > span {
  padding-left: 0; }

.nav-bar > ul > li:last-child > a {
  padding-right: 0; }

.nav-bar > ul > li {
  padding: 0; }
  @media (min-width: 801px) {
    .nav-bar > ul > li {
      padding: 0 0 1rem 0;
      border-bottom: 6px solid transparent;
      margin: 0 1rem; } }
  @media (min-width: 1100px) {
    .nav-bar > ul > li {
      margin: 0; } }
  @media (min-width: 801px) {
    .nav-bar > ul > li:hover, .nav-bar > ul > li:focus {
      border-bottom: 6px solid #92b0d6; } }

@media (min-width: 801px) {
  .main-nav-item {
    border-bottom: 6px solid #92b0d6; } }

@media (min-width: 801px) {
  .dropdown-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0; } }

@media (min-width: 1261px) {
  .dropdown-widget-wrap {
    border-right: 1px solid #cccccc; } }

.dropdown-widget-wrap .dropdown-widget-categories {
  width: 100%; }
  @media (min-width: 801px) {
    .dropdown-widget-wrap .dropdown-widget-categories {
      width: 60%; } }

.cm-js-active .cm-menu {
  position: fixed;
  top: 14.1rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll; }
  @media (min-width: 801px) {
    .cm-js-active .cm-menu {
      position: relative;
      top: 0;
      overflow: initial; } }

@media (min-width: 801px) {
  .dropdown-widget-wrap li {
    width: 33.33%; } }

.dropdown-widget-wrap li a {
  font-size: 1.125rem;
  font-weight: 500; }
  @media (min-width: 801px) {
    .dropdown-widget-wrap li a {
      line-height: 2.25rem; } }

.container-nav .header-bottom--item {
  position: initial; }

.site-navigation.main-nav-container {
  position: initial; }

.main-nav.nav-bar.cm-js-enabled {
  position: initial; }

.cm-menu {
  position: initial; }

@media (min-width: 801px) {
  .dropdown-widget {
    position: absolute;
    left: 0;
    right: 0;
    top: 101%; } }

@media (min-width: 801px) {
  .upSellWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0; }
    .upSellWrap img {
      display: block;
      margin: 0 auto; } }

.menuUpSell {
  display: none;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .menuUpSell {
      display: block; } }
  @media (min-width: 1261px) {
    .menuUpSell {
      display: flex;
      align-items: flex-end;
      margin: 0; } }
  @media (min-width: 801px) {
    .menuUpSell .menu-upsell-wrap:first-child {
      margin: 0 0 1rem 0; } }
  @media (min-width: 1261px) {
    .menuUpSell .menu-upsell-wrap:first-child {
      margin: 0 3rem 0 0; } }

@media (min-width: 801px) {
  .dropdown-widget-wrap {
    width: 76%;
    margin-left: 1%; } }

@media (min-width: 1261px) {
  .dropdown-widget-wrap {
    width: 55%;
    padding-right: 1%; } }

@media (min-width: 801px) {
  div.menuUpSell.menuUpSell--25 {
    flex-direction: column;
    align-items: center; } }

@media (min-width: 1261px) {
  div.menuUpSell.menuUpSell--25 {
    flex-direction: row; } }

div.menuUpSell.menuUpSell--25 .menu-upsell-wrap {
  margin: 0; }
  div.menuUpSell.menuUpSell--25 .menu-upsell-wrap img {
    width: auto;
    height: 150px; }
    @media (min-width: 801px) {
      div.menuUpSell.menuUpSell--25 .menu-upsell-wrap img {
        height: 230px; } }

.nav-bar ul ul a.upSellLink {
  padding: 0;
  text-align: center;
  color: #35608b;
  font-size: 1.25rem;
  line-height: 1.4375rem; }
  @media (min-width: 1261px) {
    .nav-bar ul ul a.upSellLink {
      margin: 2rem 0 0 0; } }

@media (min-width: 801px) {
  .main-nav .cm-menu {
    width: 100%;
    margin: 0 auto;
    max-width: 1321px;
    padding: 0 1rem; } }

@media (min-width: 1261px) {
  .main-nav .cm-menu {
    padding: 0 1.5rem; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .nav-bar > ul > li {
    display: inline-block; }
  .main-nav .cm-menu li a {
    font-size: 1.1rem !important; } }

ul.dropdown-widget.navPages-25 {
  transition: all .1s ease-in-out; }

div.navigationWrap ul.cm-menu li.main-nav-item ul.dropdown-widget {
  display: none; }

div.navigationWrap ul.cm-menu li.main-nav-item.opened ul.dropdown-widget {
  display: flex; }

div.navigationWrap ul.cm-menu li.main-nav-item.opened ul.dropdown-widget[role="menu"] {
  z-index: 999; }

@media (min-width: 801px) {
  ul.dropdown-widget {
    padding-bottom: 3rem; } }

.nav-bar ul ul a:hover,
.nav-bar ul ul a:focus,
.nav-bar ul ul .opened > a {
  text-decoration: none;
  color: #35608b; }

.dropdown-widget-wrap .dropdown-navigation-list-item a {
  font-size: 1rem;
  text-decoration: none; }
  .dropdown-widget-wrap .dropdown-navigation-list-item a:hover {
    text-decoration: none; }

@media (min-width: 801px) {
  div.container.upSellWrap {
    align-items: initial; } }

div.container.upSellWrap .upSellLink {
  color: #35608b;
  font-size: 1rem; }
  @media (min-width: 1261px) {
    div.container.upSellWrap .upSellLink {
      font-size: 1.125rem; } }

div.container.upSellWrap div.menuUpSell {
  display: flex;
  justify-content: center; }
  @media (min-width: 801px) {
    div.container.upSellWrap div.menuUpSell {
      width: 24%; } }
  @media (min-width: 1261px) {
    div.container.upSellWrap div.menuUpSell {
      width: 35%; } }
  div.container.upSellWrap div.menuUpSell a.call-out-link {
    margin-bottom: 2rem; }
    div.container.upSellWrap div.menuUpSell a.call-out-link p.call-out-heading {
      color: #35608b;
      font-size: 1rem;
      font-weight: 600; }
      @media (min-width: 1261px) {
        div.container.upSellWrap div.menuUpSell a.call-out-link p.call-out-heading {
          font-size: 1.125rem; } }

@media (min-width: 801px) {
  ul.navPages-26 div.container.upSellWrap {
    align-items: baseline; }
    ul.navPages-26 div.container.upSellWrap .dropdown-widget-wrap {
      min-height: 197px; }
    ul.navPages-26 div.container.upSellWrap .call-out-image {
      max-height: 155px; } }

.navUser {
  position: static; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0; } }
  @media (min-width: 1261px) {
    .navUser {
      padding: 0 0 0 1.5rem; } }

.navUser-action span {
  color: #333333; }

.navUser-action svg {
  fill: #767676;
  stroke: none; }

.navUser-action:hover svg, .navUser-action.is-open svg {
  fill: #35608b;
  stroke: none; }

.navUser-action,
.navUser-item--cart .navUser-action {
  position: relative;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  font-family: "Maven Pro";
  color: #767676; }
  .navUser-action:hover, .navUser-action:focus,
  .navUser-item--cart .navUser-action:hover,
  .navUser-item--cart .navUser-action:focus {
    color: #35608b; }

.navUser-section.navUser-section--alt li:last-child a {
  padding-right: 0; }

.navUser-section.navUser-section--alt li:last-child .previewCartAction .button {
  padding-right: 0.75rem; }

.header-bottom--nav.header-bottom--item {
  position: static; }

.dropdown-menu {
  z-index: 1000; }

.visualy-hidden {
  height: 0;
  width: 0;
  opacity: 0; }

div.header-middle-wrap div.header-middle-wrap-inner div.d-md-block nav.navUser ul.navUser-section.navUser-section--alt li a.navUser-action {
  padding: 0 .75rem; }

.navUser-item--cart div.cart-wrapper {
  position: relative; }
  .navUser-item--cart div.cart-wrapper .countPill {
    position: absolute;
    background-color: #2b5681;
    top: -50%;
    right: -50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    border: 2px solid white;
    color: white !important; }
    @media (min-width: 801px) {
      .navUser-item--cart div.cart-wrapper .countPill {
        top: -1rem;
        right: 0;
        width: 28px;
        height: 28px; } }

.icon {
  display: block; }

.icon-nav {
  fill: #767676; }

.icon-shipping {
  height: 24px;
  width: 33.6px; }

.icon-header-desktop {
  display: block;
  margin: 0 auto .5rem;
  width: 40px; }

.icon-contact {
  position: relative;
  top: -5px;
  height: 35px; }

.icon-account {
  height: 40px; }

.header-bottom--item .icon-nav.icon-cart {
  height: 24px;
  width: 28px; }

.icon-cart {
  position: relative;
  top: 0;
  height: 36px;
  margin-right: 1rem; }
  @media (min-width: 801px) {
    .icon-cart {
      top: -5px; } }

.icon-search {
  height: 24px;
  width: 24px;
  fill: #767676; }

.icon-close-modal {
  height: 1rem;
  width: 1rem;
  fill: black; }
  .icon-close-modal:hover {
    fill: #35608b; }

.icon-banner-arrow {
  position: absolute;
  top: -.8rem;
  right: -1rem;
  height: 12px;
  width: 8px;
  fill: white; }
  @media (min-width: 801px) {
    .icon-banner-arrow {
      top: .25rem;
      right: -.5rem; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
   */
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 {
  -moz-box-sizing: content-box;
  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
   *    (include `-moz` to future-proof).
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

.header {
  position: static;
  border-bottom: 1px solid #cccccc;
  height: auto; }
  @media (min-width: 801px) {
    .header div.container-md {
      padding: 0 1.5rem; } }
  .header.is-open {
    position: relative;
    display: flex;
    flex-direction: column; }
  .header div.navPages-container {
    flex-basis: 100%; }
    .header div.navPages-container.is-open {
      z-index: 1;
      margin: 0;
      padding-top: 0;
      height: auto;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      flex-grow: 1;
      height: calc(100vh - 206px);
      overflow-y: scroll;
      background-color: white;
      border-top: 1px solid #cccccc; }
      .header div.navPages-container.is-open nav.navPages {
        height: auto;
        overflow-y: unset; }
      .header div.navPages-container.is-open#search {
        background-color: rgba(0, 0, 0, 0.75); }
    .header div.navPages-container nav.navPages {
      padding: 0;
      background-color: white; }
      @media (min-width: 801px) {
        .header div.navPages-container nav.navPages {
          max-width: 81rem; } }
      @media (min-width: 801px) {
        .header div.navPages-container nav.navPages ul.navPages-list {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; } }
      @media (min-width: 1100px) {
        .header div.navPages-container nav.navPages ul.navPages-list {
          justify-content: space-between; } }
      @media (min-width: 801px) {
        .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item {
          width: auto; }
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item:not(:last-child) {
            margin-right: 10px; } }
      @media (min-width: 1100px) {
        .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item {
          margin: 0; }
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item:not(:last-child) {
            margin-right: 0px; } }
      .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action {
        display: block;
        padding: 4px 1rem 2px 1rem;
        position: relative;
        font-size: 1.25rem;
        font-weight: 500;
        color: #062f87;
        text-transform: uppercase;
        border-bottom: 2px solid transparent; }
        .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action:hover, .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action:focus, .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action:active {
          border-bottom: 2px solid #92b0d6; }
        @media (min-width: 801px) {
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action {
            padding: 10px 10px 16px 10px;
            border-bottom: 6px solid transparent; }
            .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action:hover, .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action:focus, .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action:active {
              border-bottom: 6px solid #92b0d6; } }
        .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action.has-subMenu {
          position: relative; }
          @media (min-width: 801px) {
            .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action.has-subMenu {
              padding-right: 18px;
              background-color: white; } }
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action.has-subMenu i.icon.navPages-action-moreIcon {
            position: absolute;
            top: 55%;
            right: 0;
            transform: translate(0, -50%) rotate(0deg); }
            @media (min-width: 801px) {
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action.has-subMenu i.icon.navPages-action-moreIcon {
                top: 50%;
                margin: 0;
                height: 12px;
                width: 12px; } }
            .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action.has-subMenu i.icon.navPages-action-moreIcon svg {
              fill: transparent;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='8px' viewBox='0 0 12 8' version='1.1'%3E%3C!-- Generator: sketchtool 61.2 (101010) - https://sketch.com --%3E%3Ctitle%3E897C03FC-3324-42D1-BFE1-1AD571E2205F%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop-Homepage' transform='translate(-430.000000, -217.000000)' fill='%2335608B' fill-rule='nonzero'%3E%3Cg id='Header'%3E%3Cg id='Nav' transform='translate(309.000000, 207.000000)'%3E%3Cg id='arrow-1' transform='translate(121.000000, 10.000000)'%3E%3Cpolygon id='Shape' points='1.4 0 0 1.4 6 7.4 12 1.4 10.6 0 6 4.6'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center; }
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item a.navPages-action.has-subMenu.is-open i.icon.navPages-action-moreIcon {
            transform: translate(0, -60%) rotate(180deg); }
      .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu {
        padding: 0 12px; }
        @media (min-width: 801px) {
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu {
            background-color: white; } }
        @media (min-width: 801px) {
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu {
            position: absolute;
            top: 100%;
            background-color: white;
            border-bottom: 1px solid #cccccc; } }
        @media (min-width: 801px) {
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container {
            background-color: white;
            max-width: 81rem;
            margin: 0 auto;
            display: flex; } }
        .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list {
          margin: 0; }
          @media (min-width: 801px) {
            .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list {
              width: 76%;
              border-right: 1px solid #cccccc;
              display: flex;
              flex-wrap: wrap;
              justify-content: flex-start;
              margin: 2rem 0; } }
          @media (min-width: 1261px) {
            .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list {
              width: 55%; } }
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list li.navPage-subMenu-item {
            padding: 0; }
            @media (min-width: 801px) {
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list li.navPage-subMenu-item {
                width: 33%;
                padding: 0 !important;
                margin: 0; } }
            .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action {
              padding: 1px 0px;
              margin: 0px 16px;
              border-bottom-width: 2px;
              font-size: 1rem;
              text-transform: capitalize;
              font-weight: 400;
              line-height: 1.5; }
              @media (min-width: 801px) {
                .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action {
                  border: none;
                  padding: 0 15px 0 0;
                  margin: 0;
                  line-height: 2; } }
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action.activePage {
                border-bottom-color: #062f87; }
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action:active, .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action:focus, .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action.navPages-action:hover {
                color: #767676; }
        .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          @media (min-width: 801px) {
            .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell {
              flex-grow: 1; } }
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list {
            display: flex;
            justify-content: center; }
            @media (min-width: 801px) {
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list {
                flex-direction: column; } }
            @media (min-width: 1261px) {
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list {
                flex-direction: row; } }
            .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item {
              display: flex;
              flex-direction: column;
              text-align: center;
              position: relative;
              border-radius: 5px;
              padding: 1rem;
              transition: all .2s ease-in-out; }
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item:hover, .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item:focus {
                box-shadow: 2px 4px 10px #999999; }
                .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item:hover span, .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item:focus span {
                  text-decoration: underline; }
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item img {
                padding: 10px 16px;
                height: 150px;
                width: auto;
                object-fit: contain; }
                @media (min-width: 1261px) {
                  .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item img {
                    height: 230px; } }
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item span {
                color: #35608b;
                font-size: 1rem; }
                .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item span:hover, .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item span:focus {
                  text-decoration: underline; }
              .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container div.upSell ul.upSell-list li.upSell-item a {
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0; }
        @media (min-width: 801px) {
          .header div.navPages-container nav.navPages ul.navPages-list li.navPages-item div.navPage-subMenu div.dropdown-container.is-open {
            display: flex; } }

.header-logo > a {
  width: 100%;
  padding: 0; }
  .header-logo > a #pinMart-logo {
    max-width: 250px; }
    @media (min-width: 801px) {
      .header-logo > a #pinMart-logo {
        max-width: 320px; } }

.header-middle-wrap {
  margin: 1rem;
  padding: 0; }
  @media (min-width: 801px) {
    .header-middle-wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin: 2rem 1rem 2rem; } }
  @media (min-width: 68.75em) {
    .header-middle-wrap {
      margin: 2rem 0 1rem; } }

.header-logo {
  width: 100%;
  margin: 0; }
  .header-logo a:focus {
    text-decoration: underline; }
  @media (min-width: 801px) {
    .header-logo {
      flex: 1;
      text-align: left;
      max-width: 320px; } }
  .header-logo div.header-logo-image-container svg {
    max-width: 300px; }

.header-logo-image-container:after {
  content: "";
  padding: 0; }

.header-logo-image {
  margin: 0 auto;
  max-height: none;
  position: static;
  max-width: 280px; }
  @media (min-width: 801px) {
    .header-logo-image {
      margin: 0; } }

.button-search {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px; }
  .button-search:focus {
    text-decoration: underline; }

.searchButtonMobile {
  display: block; }
  @media (min-width: 801px) {
    .searchButtonMobile {
      display: none; } }
  .searchButtonMobile svg {
    height: 1rem;
    width: 1rem; }

.header-actions-item--search-wrapper {
  width: 100%; }
  .header-actions-item--search-wrapper .form-field {
    position: relative;
    margin: 0; }
  .header-actions-item--search-wrapper .form {
    margin: 0; }

@media (min-width: 801px) {
  .header-actions-item--search {
    flex: 1; } }

.navUser-item {
  display: block; }

.mobile-icon {
  display: none; }
  @media (min-width: 801px) {
    .mobile-icon {
      display: block; } }

.nav-item {
  display: block; }

.navUser-section {
  display: flex;
  justify-content: space-between; }

.header-bottom {
  position: relative;
  display: flex;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  @media (min-width: 801px) {
    .header-bottom {
      border-bottom: none;
      border-top: none; } }
  .header-bottom .header-bottom--item {
    position: relative;
    border-right: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
    text-decoration: none; }
    .header-bottom .header-bottom--item .mobile-label {
      font-size: .8rem;
      font-weight: 600; }
    .header-bottom .header-bottom--item.mainMenu-toggle .mobileMenu-toggleIcon,
    .header-bottom .header-bottom--item.mainMenu-toggle .mobileMenu-toggleIcon::before,
    .header-bottom .header-bottom--item.mainMenu-toggle .mobileMenu-toggleIcon::after {
      position: relative;
      width: 1.5rem; }
    .header-bottom .header-bottom--item.mainMenu-toggle .mobileMenu-toggleIcon {
      margin: 0.9rem 0;
      top: unset; }
    .header-bottom .header-bottom--item.mainMenu-toggle.is-open .mobileMenu-toggleIcon {
      transform: translateX(-0.7rem); }
    @media (min-width: 801px) {
      .header-bottom .header-bottom--item {
        position: initial;
        padding-bottom: 0;
        display: block; } }

.header-bottom.header-bottom--item:last-child {
  border-right: none; }

.header-bottom--itemNav {
  position: absolute;
  top: 0;
  right: 0; }

@media (max-width: 50em) {
  .header-bottom--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }

.header-bottom--item,
.header-bottom--item-spacer {
  width: calc(100% / 5); }
  @media (min-width: 801px) {
    .header-bottom--item,
    .header-bottom--item-spacer {
      width: auto;
      flex: 1; } }

.header-bottom--nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  @media (min-width: 801px) {
    .header-bottom--nav {
      right: 80%;
      position: initial;
      margin: 1rem 0 0 0; } }
  @media (min-width: 68.75em) {
    .header-bottom--nav {
      margin: 0; } }
  @media (min-width: 1261px) {
    .header-bottom--nav {
      margin: 0; } }

.header-bottom--item .icon-nav {
  display: block;
  height: 28px;
  width: 28px;
  margin: 0 auto; }

.cm-js-menu-active .header {
  position: fixed; }

.header-banner {
  background-color: #525b5c;
  color: white;
  padding: 0.6rem 0; }

.navUser-section.navUser-section--alt {
  display: flex;
  align-items: baseline; }

.spacer-md {
  display: none; }
  @media (min-width: 801px) {
    .spacer-md {
      margin: 0 0.5rem; } }
  @media (min-width: 1100px) {
    .spacer-md {
      display: inline-block;
      margin: 0 1.5rem; } }

.header-bottom .header-bottom--item {
  border-right: 1px solid #cccccc; }
  .header-bottom .header-bottom--item:last-child {
    border-right: none; }
  @media (min-width: 801px) {
    .header-bottom .header-bottom--item {
      border-right: none;
      display: none; } }

@media (min-width: 801px) {
  .customNavigation-content {
    display: block; } }

.customNavigation-content.visible {
  display: block; }

.customNavigation {
  display: block; }
  .customNavigation::before, .customNavigation::after {
    display: none; }
  .customNavigation span.mobileMenu-toggleIcon::before, .customNavigation span.mobileMenu-toggleIcon::after {
    transform: translate(-50%, 0);
    left: 50%; }
  @media (min-width: 801px) {
    .customNavigation {
      display: none; } }

.navigationWrap {
  position: relative; }

.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  text-decoration: none;
  padding: 1rem; }
  .skip-to-main:focus {
    color: white;
    background-color: #2b5681;
    left: 50%;
    top: 1.25rem;
    transform: translateX(-50%);
    width: 16rem;
    height: auto;
    overflow: auto;
    padding: 5px;
    border-radius: 15px;
    text-align: center;
    font-size: 1.2em;
    z-index: 999; }

input[data-search-quick]:focus,
.button-search:hover {
  border: 0.125rem solid #35608b;
  box-shadow: 2px 4px 10px #666666; }

.searchMenu-toggle .icon-open {
  display: block; }

.searchMenu-toggle .icon-close {
  display: none; }

.searchMenu-toggle.is-open .icon-open {
  display: none; }

.searchMenu-toggle.is-open .icon-close {
  display: block; }

@media (min-width: 801px) {
  #search {
    display: none; } }

.search-form .form-field {
  position: relative; }

.mobile-icon.mobile-iconSearch {
  position: static; }

.search-form.is-open {
  display: block !important; }

.quickSearchMessage {
  padding: 3rem 0 4rem; }

.button-search {
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
  padding: 1rem 1.5rem 1rem 1rem;
  background-color: white; }
  @media (min-width: 801px) {
    .button-search {
      padding: 1rem; } }
  @media (min-width: 1261px) {
    .button-search {
      padding: 1rem 1.5rem 1rem 1rem; } }

.dropdown--quickSearch {
  display: none !important; }

.dropdown--quickSearch.is-open {
  display: block !important; }

.dropdown--quickSearch {
  background-color: transparent;
  padding: 0; }

.dropdown--quickSearch.is-open {
  top: 100% !important;
  padding: 1.5rem;
  background-color: white;
  display: none !important;
  border-top: none; }
  @media (min-width: 801px) {
    .dropdown--quickSearch.is-open {
      top: 187% !important;
      padding: 0;
      display: block !important; } }

.dropdown--quickSearch .form {
  max-width: none; }

.mobile-wrap-header {
  z-index: 11; }

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

.header-actions-item--search .search-form {
  margin: 0;
  padding: 1rem;
  border: none;
  background-color: #35608b;
  z-index: 50; }
  @media (min-width: 801px) {
    .header-actions-item--search .search-form {
      padding: 1.25rem 0.625rem;
      display: inline-block !important;
      border-radius: 0;
      position: static;
      width: 100%;
      padding: 0;
      background-color: transparent;
      box-shadow: none;
      z-index: 10;
      margin-right: 1.5rem; } }

.header-actions-item--search .form,
.header-actions-item--search .form-field {
  margin-bottom: 0; }

.header-actions-item--search .form-field {
  position: relative; }

.header-actions-item--search .form-input {
  padding: 1rem 1.25rem;
  height: 3.75rem;
  font-size: 0.75rem;
  border-radius: 0;
  border: none; }
  @media (min-width: 801px) {
    .header-actions-item--search .form-input {
      border: 1px solid #909090;
      font-size: 0.875rem; } }

.navUser-action.is-open svg.xIcon {
  fill: black;
  stroke: none; }

.navUser-action svg.icon-search {
  fill: black;
  stroke: none; }

.icon-search {
  display: block; }

.xIcon {
  display: none; }

.mobile-wrap-header.is-open .searchButtonMobile .icon-search {
  display: none; }

.mobile-wrap-header.is-open .searchButtonMobile .xIcon {
  display: block;
  height: 1.5rem;
  width: 1.5rem; }

.mobile-wrap-header.is-open .searchButtonMobile::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid;
  top: 2.75rem;
  right: 0;
  left: -.5rem; }

.mobile-wrap-header.is-open .searchButtonMobile .icon-search {
  display: none; }

.mobile-wrap-header.is-open .searchButtonMobile .xIcon {
  display: block;
  fill: black;
  stroke: none; }

.mobile-wrap-header.is-open .search-form {
  display: block; }

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

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

.search-form {
  display: block; }

.quickSearchResults {
  padding: 0 2rem; }
  @media (min-width: 801px) {
    .quickSearchResults .productGrid .product {
      width: 33.33%; } }
  @media (min-width: 1261px) {
    .quickSearchResults .productGrid .product {
      width: 20%; }
    .quickSearchResults .card {
      margin-bottom: 0; }
    .quickSearchResults .card-text {
      color: black;
      font-size: 1.125rem; }
      .quickSearchResults .card-text:first-child {
        display: none; }
    .quickSearchResults .card-title {
      font-family: "Maven Pro";
      color: black;
      font-size: 1.25rem; }
    .quickSearchResults .price-section {
      font-family: "Maven Pro"; }
    .quickSearchResults .card-figcaption-body {
      display: none; }
    .quickSearchResults .card--alternate:hover {
      border-color: #35608b; }
    .quickSearchResults .card--alternate:hover .card-body {
      background-color: #35608b; } }

.search-form .form-field {
  position: relative; }

.button-search {
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
  padding: 1rem;
  background-color: white; }
  @media (min-width: 801px) {
    .button-search {
      padding: 1rem; } }

.header-middle-wrap-inner {
  z-index: 11;
  width: 100%;
  flex: 2; }
  @media (min-width: 801px) {
    .header-middle-wrap-inner {
      margin: 0 0 0 3.5rem; } }
  @media (min-width: 68.75em) {
    .header-middle-wrap-inner {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between; } }

.header-actions-item.header-actions-item--search {
  margin: 0; }
  @media (min-width: 801px) {
    .header-actions-item.header-actions-item--search {
      margin: 0.5rem 0 0 0; } }
  @media (min-width: 68.75em) {
    .header-actions-item.header-actions-item--search {
      margin: 0 0 0 1rem; } }

.form-input::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.125rem; }

@media (min-width: 1261px) {
  .quick-results .icon-close-modal {
    position: absolute;
    right: 2.25rem; } }

body.has-activeNavPages {
  overflow: none !important; }

.d-md-none {
  display: block; }
  @media (min-width: 801px) {
    .d-md-none {
      display: none; } }

.d-md-block {
  display: none; }
  @media (min-width: 801px) {
    .d-md-block {
      display: block; } }

.d-none,
.invisible {
  display: none; }

#maintenance-notice {
  display: none; }

.visually-hidden {
  opacity: 0;
  height: 0px;
  width: 0px;
  margin: 0;
  padding: 0;
  font-size: 0; }

.buttonHighlight:focus {
  border: 0.125rem solid #35608b;
  box-shadow: 2px 4px 10px #666666;
  padding: 0.625rem; }

iframe[title='iframe'] {
  overflow: hidden; }

div.g-recaptcha div {
  height: initial !important;
  width: initial !important; }

.page {
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }

div#main {
  margin-top: 0; }
  @media (min-width: 801px) {
    div#main div.container--page main.page div.page-content.page-content--centered {
      width: 66.66667% !important; } }

div#main.body div.page main.page-content {
  padding-left: .75rem;
  padding-right: .75rem; }

div#main.body div.page main.page-content[data-cart] {
  padding: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div#chat-widget-container,
  div#widget-global-eljtoh9jndi {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .netreviews_review_rate_and_stars div,
  .netreviews_bg_stars div {
    left: 50%;
    transform: translateX(-50%); } }

.NETREVIEWS_PRODUCT_REVIEWS {
  margin: 20px 0; }

.card-link {
  cursor: pointer; }

.go1272136950 + .kl-private-reset-css-Xuajs1 {
  overflow-y: scroll !important; }
  @media (min-width: 801px) {
    .go1272136950 + .kl-private-reset-css-Xuajs1 {
      overflow-y: inherit !important; } }

#qn-cart-to-quote {
  display: none !important; }

.heroCarousel-content {
  padding: 2rem 1rem 3rem 1rem; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      position: static;
      transform: none; } }
  @media (min-width: 801px) {
    .heroCarousel-content {
      width: 100%;
      padding: 0;
      position: absolute;
      top: 35%;
      left: 0;
      right: 0;
      bottom: 0;
      transform: translate(0, -50%); } }
  @media (min-width: 1024px) {
    .heroCarousel-content {
      top: 50%; } }

.heroCarousel-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: #231f20;
  margin: 0 0 0.5rem 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      margin: 0 0 0.5rem 0;
      color: white;
      font-size: 2.5rem;
      line-height: 3.625rem; } }
  @media (min-width: 68.75em) {
    .heroCarousel-title {
      margin: 0 0 0.75rem 0;
      font-size: 4.5rem;
      line-height: 4.875rem; } }

.heroCarousel {
  background-color: #e1f0f1;
  overflow-y: hidden; }
  @media (min-width: 801px) {
    .heroCarousel {
      background-color: transparent; } }

.heroCarousel-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #231f20;
  margin: 0 0 1rem 0; }
  @media (min-width: 801px) {
    .heroCarousel-description {
      color: white;
      font-size: 1.125rem;
      line-height: 2rem;
      max-width: 50rem;
      margin: 0 auto 1rem; } }
  @media (min-width: 68.75em) {
    .heroCarousel-description {
      font-size: 1.5rem;
      line-height: 2.25rem; } }

.heroCarousel-action,
.heroCarousel-action.button.button--primary.button--large {
  margin: 0;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  line-height: initial; }
  @media (min-width: 801px) {
    .heroCarousel-action,
    .heroCarousel-action.button.button--primary.button--large {
      margin-top: 10px;
      padding: 10px 20px; } }
  @media (min-width: 1261px) {
    .heroCarousel-action,
    .heroCarousel-action.button.button--primary.button--large {
      padding: 1.25rem 2.5rem; } }
  @media (min-width: 1440px) {
    .heroCarousel-action,
    .heroCarousel-action.button.button--primary.button--large {
      margin-top: 1.5rem; } }
  .heroCarousel-action:active, .heroCarousel-action:focus, .heroCarousel-action:hover,
  .heroCarousel-action.button.button--primary.button--large:active,
  .heroCarousel-action.button.button--primary.button--large:focus,
  .heroCarousel-action.button.button--primary.button--large:hover {
    color: white; }

.hero-slider {
  background-color: #e1f0f1; }
  @media (min-width: 801px) {
    .hero-slider {
      background-color: transparent; } }
  .hero-slider .slick-initialized.slick-slider {
    position: relative; }
    .hero-slider .slick-initialized.slick-slider .slick-list {
      margin: 0; }
    .hero-slider .slick-initialized.slick-slider .hero-slide {
      position: relative; }
    .hero-slider .slick-initialized.slick-slider .hero-full-link {
      position: absolute;
      inset: 0; }
      .hero-slider .slick-initialized.slick-slider .hero-full-link:focus-visible {
        outline-offset: -2px; }
    .hero-slider .slick-initialized.slick-slider .slider-container {
      position: relative;
      margin: 0;
      background-color: #e1f0f1; }
      @media (min-width: 801px) {
        .hero-slider .slick-initialized.slick-slider .slider-container {
          background-color: transparent; } }
    .hero-slider .slick-initialized.slick-slider .slick-autoplay-toggle-button,
    .hero-slider .slick-initialized.slick-slider .slick-dots {
      bottom: .5rem; }
      @media (min-width: 801px) {
        .hero-slider .slick-initialized.slick-slider .slick-autoplay-toggle-button,
        .hero-slider .slick-initialized.slick-slider .slick-dots {
          bottom: 1.5rem; } }
    .hero-slider .slick-initialized.slick-slider .slick-autoplay-toggle-button {
      left: 1rem;
      background-color: rgba(255, 255, 255, 0.5);
      width: 1.625rem;
      height: 1.625rem; }
      .hero-slider .slick-initialized.slick-slider .slick-autoplay-toggle-button:hover, .hero-slider .slick-initialized.slick-slider .slick-autoplay-toggle-button:focus {
        background-color: rgba(255, 255, 255, 0.9); }
    .hero-slider .slick-initialized.slick-slider .slick-arrow {
      position: absolute;
      width: 3.125rem;
      height: 6.25rem;
      z-index: 9;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all .25s ease;
      border: 0;
      display: none;
      background-image: none; }
      .hero-slider .slick-initialized.slick-slider .slick-arrow:hover, .hero-slider .slick-initialized.slick-slider .slick-arrow:focus {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.9); }
      .hero-slider .slick-initialized.slick-slider .slick-arrow.slick-prev {
        left: 0;
        border-top-right-radius: 10rem;
        border-bottom-right-radius: 10rem; }
        .hero-slider .slick-initialized.slick-slider .slick-arrow.slick-prev .slick-prev-icon:before {
          content: "";
          position: absolute;
          background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23ffffff)' d='M19.2 3.24l-3.23-3.24-15.97 16 15.97 16 3.23-3.24-12.73-12.76z'%3E%3C/path%3E%3C/svg%3E");
          width: 1.125rem;
          height: 1.875rem;
          top: 50%;
          transform: translateY(-50%);
          left: .5rem; }
      .hero-slider .slick-initialized.slick-slider .slick-arrow.slick-next {
        right: 0;
        border-top-left-radius: 10rem;
        border-bottom-left-radius: 10rem; }
        .hero-slider .slick-initialized.slick-slider .slick-arrow.slick-next .slick-next-icon:before {
          content: "";
          position: absolute;
          background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23ffffff)' d='M0 3.24l3.23-3.24 15.97 16-15.97 16-3.23-3.24 12.73-12.76z'%3E%3C/path%3E%3C/svg%3E");
          width: 1.125rem;
          height: 1.875rem;
          top: 50%;
          transform: translateY(-50%);
          right: .5rem; }

.heroCarousel-content--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

img.lazyload {
  width: 100%;
  height: auto; }

.heroCarousel-slide {
  padding: 0; }
  .heroCarousel-slide span.heroCarousel-action {
    color: white; }
    .heroCarousel-slide span.heroCarousel-action:hover {
      color: white !important; }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image {
      height: 100%; } }

.tiny-slider {
  position: relative;
  margin: 0 2rem; }
  @media (min-width: 801px) {
    .tiny-slider {
      margin: 0 4rem; } }
  @media (min-width: 1261px) {
    .tiny-slider {
      margin: 0; } }
  .tiny-slider ul li {
    list-style-type: none; }
  .tiny-slider .prev,
  .tiny-slider .next {
    position: absolute;
    top: 40%;
    width: 1.125rem;
    height: 1.875rem;
    z-index: 9;
    background-color: white; }
    .tiny-slider .prev:hover,
    .tiny-slider .next:hover {
      cursor: pointer; }
  .tiny-slider .prev {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23767676)' d='M19.2 3.24l-3.23-3.24-15.97 16 15.97 16 3.23-3.24-12.73-12.76z'%3E%3C/path%3E%3C/svg%3E");
    left: -2rem; }
  .tiny-slider .next {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23767676)' d='M0 3.24l3.23-3.24 15.97 16-15.97 16-3.23-3.24 12.73-12.76z'%3E%3C/path%3E%3C/svg%3E");
    right: -2rem; }

.card {
  position: relative; }
  .card .star-sticker {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %2335608B)' d='M17.067 26.4l-10.345 5.439 1.976-11.519-8.369-8.158 11.566-1.681 5.173-10.481 5.172 10.481 11.566 1.681-8.369 8.158 1.976 11.519-10.345-5.439z'%3E%3C/path%3E%3C/svg%3E");
    height: 2.8125rem;
    width: 2.8125rem;
    color: white;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 801px) {
      .card .star-sticker {
        height: 4.375rem;
        width: 4.375rem; } }

.star-sticker-content {
  z-index: 10;
  color: white;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 0.125rem; }
  @media (min-width: 801px) {
    .star-sticker-content {
      font-size: 0.875rem; } }

.my-slider-featured .card-img-container:after {
  padding-bottom: 100%; }

.my-slider-featured .card-title {
  text-align: center;
  margin: 0 0 0.5rem 0; }
  .my-slider-featured .card-title a {
    color: #35608b;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem; }
    @media (min-width: 801px) {
      .my-slider-featured .card-title a {
        font-size: 1.25rem;
        line-height: 1.4375rem; } }

.my-slider-featured .card-body {
  padding-top: 2rem; }

.my-slider-featured .card-text {
  display: none; }

.my-slider-featured .icon.icon--ratingFull {
  height: 17px;
  width: 18px; }

.my-slider-featured .icon.icon--ratingEmpty {
  height: 17px;
  width: 18px; }

.tiny-slider.slider-container {
  margin: 0 2rem; }

.featured-products {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 2rem 0; }
  .featured-products .card {
    margin-bottom: 2rem; }
  @media (min-width: 801px) {
    .featured-products {
      margin-bottom: 3rem; }
      .featured-products .card {
        margin-bottom: 3rem; } }

.bottom-card {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.number-of-reviews {
  font-size: 1rem;
  line-height: 1.6875rem;
  color: #767676;
  margin-left: 0.25rem; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
.page-heading {
  color: #6c5650;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 25px 0 2rem; }
  @media (min-width: 801px) {
    .page-heading {
      margin: 0 0 4rem; } }

.why-shop {
  max-width: 17.1875rem;
  text-align: center;
  margin: 2rem auto 2.5rem auto; }
  @media (min-width: 801px) {
    .why-shop {
      max-width: 38.125rem;
      margin: 2rem auto 5rem auto; } }
  .why-shop p.why-shop-heading {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    color: #6c5650;
    font-family: "Maven Pro";
    font-weight: 500; }
    @media (min-width: 801px) {
      .why-shop p.why-shop-heading {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
  .why-shop p {
    color: #231f20;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 400; }
    .why-shop p span {
      display: none; }
    @media (min-width: 801px) {
      .why-shop p {
        font-size: 1.125rem;
        line-height: 1.75rem; }
        .why-shop p span {
          display: inline; } }

h2 p {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #444444;
  margin: 0; }

.read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #35608b;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }
  .read-more:hover, .read-more:focus {
    color: #757575; }
    .read-more:hover .icon-read_more_arrow, .read-more:focus .icon-read_more_arrow {
      fill: #757575; }
  @media (min-width: 801px) {
    .read-more {
      display: none; } }

.icon-read_more_arrow {
  fill: #35608b;
  width: .9rem;
  height: .9rem;
  margin-left: 0.25rem; }
  @media (min-width: 801px) {
    .icon-read_more_arrow {
      display: none; } }

.visible .icon-read_more_arrow {
  transform: rotate(90deg); }

.cm-menu.cm-menu-accordion {
  display: block; }

.customAccordion {
  position: relative;
  margin: 0 auto; }
  .customAccordion:focus {
    outline: 1px solid #35608b; }

.customAccordion-content {
  display: none; }

.customAccordion-content.visible {
  display: block; }

.button-full.customAccordion.read-more .read-less {
  display: none; }

.button-full.customAccordion.read-more.visible .read-more {
  display: none; }

.button-full.customAccordion.read-more.visible .read-less {
  display: block; }

.why_shop_description p.visible {
  display: block; }

.why_shop_description p span {
  display: none; }
  .why_shop_description p span.visible {
    display: block; }
  @media (min-width: 801px) {
    .why_shop_description p span {
      display: inline !important; } }

.why_shop_description p:not(:first-child) {
  display: none; }
  .why_shop_description p:not(:first-child).visible {
    display: block; }
  @media (min-width: 801px) {
    .why_shop_description p:not(:first-child) {
      display: block !important; } }

.why-shop a {
  color: #231f20;
  font-size: 1rem;
  font-weight: 400; }
  @media (min-width: 801px) {
    .why-shop a {
      font-size: 1.125rem; } }

.icon-section {
  padding: 0;
  margin: 2rem 0;
  border-bottom: 1px solid #cccccc; }
  @media (min-width: 801px) {
    .icon-section {
      display: flex;
      justify-content: space-between;
      padding: 0 0 3.75rem 0;
      margin: 0 0 4rem 0; } }

.icon-item {
  display: flex;
  justify-content: center;
  text-align: left;
  margin: 0 0 3rem 0; }
  @media (min-width: 1261px) {
    .icon-item:nth-child(2) {
      margin: 0 4rem; } }
  @media (min-width: 801px) {
    .icon-item {
      margin: 0 1rem;
      text-align: center;
      display: block;
      width: 33.33%; } }
  @media (min-width: 1261px) {
    .icon-item {
      margin: 0; } }
  .icon-item h2 {
    color: #6c5650;
    line-height: 1.25rem;
    font-size: 1.4375rem;
    margin: 0 0 0.5rem;
    font-weight: 500;
    font-family: "Maven Pro"; }
    @media (min-width: 801px) {
      .icon-item h2 {
        line-height: 1.75rem;
        font-size: 1.5rem;
        letter-spacing: -0.03125rem;
        font-weight: 500; } }
  .icon-item p {
    color: #231f20;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 1rem;
    max-width: 17.1875rem; }
    .icon-item p span {
      display: block; }
    @media (min-width: 801px) {
      .icon-item p {
        margin: 0 auto 1rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        max-width: none;
        max-width: 19.6875rem; }
        .icon-item p span {
          display: inline; } }
  .icon-item .icon-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #35608b;
    font-size: 1rem;
    line-height: 1.125rem; }
    @media (min-width: 801px) {
      .icon-item .icon-link {
        justify-content: center; } }

.icon-more-arrow {
  fill: #35608b;
  height: .9rem;
  width: .9rem;
  margin-left: 0.4rem; }

.icon-sec-style {
  margin: 0 1rem 0 0; }
  @media (min-width: 801px) {
    .icon-sec-style {
      margin: 0 auto 1rem; } }

.icon-sec-style {
  width: 7rem;
  height: auto;
  object-fit: contain; }
  @media (min-width: 801px) {
    .icon-sec-style {
      width: 78px;
      height: 74px; } }

.icon-item-icon {
  display: flex;
  width: 25%;
  margin: 0 0.5rem 0 0; }
  @media (min-width: 801px) {
    .icon-item-icon {
      margin: 0;
      display: block;
      width: auto; } }

div.icon-item-body {
  width: auto; }
  div.icon-item-body p.icon-item-body--header {
    color: #6c5650;
    font-family: "Maven Pro";
    font-weight: 500;
    font-size: 1.5rem; }

.card-body {
  text-align: center; }
  .card-body p {
    margin: .5rem; }

.bottom-card {
  display: flex;
  justify-content: center;
  margin-bottom: 10px; }
  .bottom-card .icon {
    display: inline-block; }
  .bottom-card .card-rating {
    margin: 22px 0;
    line-height: 0px; }

.card-sku {
  margin-bottom: 0; }

.bottom-card .icon {
  display: inline-block; }

.number-of-reviews {
  color: #333333; }

.card .card-body {
  padding-top: 14px; }
  .card .card-body .card-sku {
    color: black;
    font-family: "Maven Pro";
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0; }
  .card .card-body p.card-title {
    color: #35608b;
    font-family: "Maven Pro";
    font-size: 1.125rem; }
    @media (min-width: 801px) {
      .card .card-body p.card-title {
        font-size: 1.25rem; } }
  .card .card-body .related-button {
    text-align: center;
    color: #35608b;
    text-decoration: none; }
    .card .card-body .related-button p {
      position: relative;
      color: #35608b;
      font-family: "Maven Pro";
      font-size: 0.8125rem;
      font-weight: 900;
      text-align: center;
      display: inline;
      text-transform: uppercase; }
      @media (min-width: 801px) {
        .card .card-body .related-button p {
          font-size: 1rem; } }
      .card .card-body .related-button p::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -12px;
        transform: translate(0, -45%);
        height: 10px;
        width: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='13px' viewBox='0 0 8 13' version='1.1'%3E%3C!-- Generator: sketchtool 63.1 (101010) - https://sketch.com --%3E%3Ctitle%3E3B1AD223-D6AB-407A-B772-C09D07DEC2EC%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='INTERIORS' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-Detail---DESKTOP' transform='translate(-502.000000, -2571.000000)' fill='%2335608B' fill-rule='nonzero'%3E%3Cg id='RELATED-PRODUCTS' transform='translate(310.000000, 2057.000000)'%3E%3Cg id='Item-1' transform='translate(0.000000, 79.000000)'%3E%3Cg id='Add-to-Cart' transform='translate(81.000000, 432.000000)'%3E%3Cpolygon id='Shape' transform='translate(115.000000, 9.700000) scale(-1, 1) rotate(90.000000) translate(-115.000000, -9.700000) ' points='110.4 6 109 7.4 115 13.4 121 7.4 119.6 6 115 10.6'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
        @media (min-width: 801px) {
          .card .card-body .related-button p::after {
            right: -15px;
            height: 12px;
            width: 12px; } }
  .card .card-body .bottom-card {
    margin: 0; }
    .card .card-body .bottom-card span.card-rating.rating--small {
      margin: 20px 0 22px 0; }

.card a.button.button--small.card-figcaption-button.quickview {
  max-width: 7.25rem;
  margin: 0 auto; }

.card fieldset {
  border: none; }

.card div.NETREVIEWS_PRODUCT_STARS {
  margin: 10px 0 5px 0; }
  .card div.NETREVIEWS_PRODUCT_STARS div.netreviews_review_rate_and_stars {
    display: flex;
    justify-content: center; }
    .card div.NETREVIEWS_PRODUCT_STARS div.netreviews_review_rate_and_stars > div {
      text-align: left; }

input[type="checkbox"][name="products[]"]:focus {
  text-decoration: underline; }

.login-row .form-input:focus {
  border: 0.125rem solid #35608b;
  box-shadow: 2px 4px 10px #666666; }

.login-form {
  margin-top: 0; }
  .login-form .form-label,
  .login-form .forgot-password,
  .login-form .form-inlineMessage {
    color: #333333; }
  .login-form .form-field--inputEmail {
    margin-bottom: 1rem; }
  .login-form h2 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 16px; }
  .login-form .forgot-password {
    text-decoration: none; }
    @media (min-width: 551px) {
      .login-form .forgot-password {
        transform: translateY(50%); } }
    .login-form .forgot-password:hover, .login-form .forgot-password:focus {
      text-decoration: underline; }

.new-customer h2 {
  font-size: 18px; }

.new-customer .button--primary {
  background-color: #2b5681;
  color: white; }
  .new-customer .button--primary:hover, .new-customer .button--primary:focus {
    color: #2b5681;
    background-color: white; }

@media (min-width: 801px) {
  div#contact-us-page.page-content.page-content--centered {
    width: 66.66667% !important; } }

div#contact-us-page.page-content.page-content--centered input:focus {
  border: 0.125rem solid #35608b;
  box-shadow: 2px 4px 10px #666666; }

div#contact-us-page.page-content.page-content--centered .contact_question:focus {
  border: 0.125rem solid #35608b;
  box-shadow: 2px 4px 10px #666666; }

div#contact-us-page.page-content.page-content--centered .form-label {
  color: #333333; }
  div#contact-us-page.page-content.page-content--centered .form-label small {
    color: #333333; }

#contact_question:focus {
  border: 0.125rem solid #35608b;
  box-shadow: 2px 4px 10px #666666; }

#contact-us-page .form-actions .button {
  font-weight: 600;
  font-size: 1.25rem;
  padding: 1.25rem 2.875rem; }

.department {
  position: relative; }
  .department .page {
    max-width: 83em;
    margin: 0 auto; }
    .department .page .page-content {
      width: 100%;
      margin-top: 0px; }
  .department-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #6c5650;
    margin: 0 0 26px 0; }
    @media (min-width: 801px) {
      .department-title {
        font-size: 1.5rem; } }
  .department-text {
    font-size: 1rem;
    color: #6c5650;
    margin: 19px auto; }
    @media (min-width: 801px) {
      .department-text {
        font-size: 1.125rem; } }
  .department-list {
    margin: 19px 0 0 20px; }
  .department-item {
    font-size: 1.125rem;
    color: #6c5650;
    margin: 0;
    line-height: 28px; }
  .department-link {
    cursor: pointer; }
  .department .department-banner-container {
    position: relative; }
    .department .department-banner-container .department-banner {
      min-height: 100px;
      width: 100%;
      background-size: 200%;
      background-position: top right;
      background-repeat: no-repeat; }
      @media (min-width: 551px) {
        .department .department-banner-container .department-banner {
          background-size: cover;
          background-position: center;
          min-height: 150px; } }
      @media (min-width: 551px) {
        .department .department-banner-container .department-banner {
          height: 250px; } }
      @media (min-width: 1261px) {
        .department .department-banner-container .department-banner {
          height: 300px; } }
    .department .department-banner-container .department-content {
      font-family: "Maven Pro";
      background-color: #ecedee;
      padding: 20px;
      width: 100%; }
      @media (min-width: 551px) {
        .department .department-banner-container .department-content {
          background-color: transparent;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%); } }
      .department .department-banner-container .department-content .department-heading {
        color: #1d4e84;
        font-family: "Maven Pro";
        font-size: 1.875rem;
        margin: 0;
        font-weight: 900; }
        @media (min-width: 551px) {
          .department .department-banner-container .department-content .department-heading {
            color: white; } }
        @media (min-width: 801px) {
          .department .department-banner-container .department-content .department-heading {
            font-size: 3rem; } }
        @media (min-width: 1261px) {
          .department .department-banner-container .department-content .department-heading {
            font-size: 4.5rem; } }
      .department .department-banner-container .department-content a {
        text-decoration: none; }
      .department .department-banner-container .department-content .department-description {
        max-width: 80%; }
        @media (min-width: 1261px) {
          .department .department-banner-container .department-content .department-description {
            max-width: 50%; } }
        .department .department-banner-container .department-content .department-description div[data-sub-layout] {
          padding-left: 4px; }
        .department .department-banner-container .department-content .department-description p::after {
          content: unset; }
      .department .department-banner-container .department-content p {
        color: #1d4e84;
        font-size: 0.875rem;
        margin: 0;
        font-family: inherit;
        font-weight: 900;
        position: relative;
        display: inline; }
        .department .department-banner-container .department-content p::after {
          content: "\203A";
          font-size: 1.5rem;
          position: absolute;
          top: 50%;
          right: -16px;
          transform: translateY(-50%); }
          @media (min-width: 1261px) {
            .department .department-banner-container .department-content p::after {
              transform: translateY(-55%);
              font-size: 1.5625rem; } }
        @media (min-width: 1261px) {
          .department .department-banner-container .department-content p {
            color: white;
            font-size: 1rem; } }
  .department .subcategories {
    position: relative;
    margin: 0 -.5rem; }
    .department .subcategories .cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      width: 100%; }
      .department .subcategories .cards .card {
        width: 48%;
        margin: 5px 1%;
        position: relative;
        transition: all .2s ease-in-out;
        height: auto;
        padding-bottom: 1rem; }
        .department .subcategories .cards .card:hover, .department .subcategories .cards .card:focus {
          box-shadow: 2px 4px 5px #cccccc; }
        @media (min-width: 801px) {
          .department .subcategories .cards .card {
            padding: .5rem;
            width: 25%;
            margin: 0 0 50px 0; } }
        @media (min-width: 1261px) {
          .department .subcategories .cards .card {
            width: 20%; } }
        .department .subcategories .cards .card .media {
          width: 100%;
          margin-bottom: .25rem;
          border: 1px solid #999999;
          transition: all .2s ease-in-out; }
          @media (min-width: 801px) {
            .department .subcategories .cards .card .media {
              border: none; } }
        .department .subcategories .cards .card .media-placeholder {
          background-image: linear-gradient(to top right, #a8bcd6, #35608b);
          color: white;
          font-size: 1.25rem;
          text-transform: uppercase;
          margin-bottom: .25rem;
          text-align: center;
          padding: 4rem; }
        .department .subcategories .cards .card a {
          text-decoration: none; }
        .department .subcategories .cards .card .name {
          font-size: 0.875rem;
          font-weight: 500;
          text-align: center;
          color: #35608b;
          margin: 0; }
          @media (min-width: 801px) {
            .department .subcategories .cards .card .name {
              font-size: 1.25rem; } }
        .department .subcategories .cards .card .productCount {
          font-size: 0.75rem;
          font-weight: 500;
          text-align: center;
          color: #35608b;
          margin-top: 0px;
          margin: 0; }
          @media (min-width: 801px) {
            .department .subcategories .cards .card .productCount {
              font-size: 0.875rem; } }
  .department .below-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media (min-width: 801px) {
      .department .below-banner {
        justify-content: space-between;
        margin-bottom: 20px; } }
    .department .below-banner nav.breadcrumbs-container {
      float: left; }
      .department .below-banner nav.breadcrumbs-container .breadcrumbs {
        margin-bottom: 0; }
    .department .below-banner.container {
      max-width: 82.5rem; }
      @media (min-width: 1344px) {
        .department .below-banner.container {
          padding: 0; } }
      .department .below-banner.container nav.breadcrumbs-container {
        float: left; }
    .department .below-banner .socialLinks {
      display: flex;
      justify-content: flex-start;
      max-width: initial;
      margin: 1rem 0; }
      @media (min-width: 801px) {
        .department .below-banner .socialLinks {
          justify-content: flex-end;
          float: right; } }
      .department .below-banner .socialLinks .socialLinks-item {
        margin: 0 0.3125rem; }
        .department .below-banner .socialLinks .socialLinks-item:first-child {
          margin-left: 0; }
        @media (min-width: 801px) {
          .department .below-banner .socialLinks .socialLinks-item {
            margin: 0 0.625rem; }
            .department .below-banner .socialLinks .socialLinks-item:last-child {
              margin-right: 0; } }
        .department .below-banner .socialLinks .socialLinks-item .icon {
          height: 24px;
          width: 24px; }
          .department .below-banner .socialLinks .socialLinks-item .icon svg {
            fill: #35608b; }
            .department .below-banner .socialLinks .socialLinks-item .icon svg:hover, .department .below-banner .socialLinks .socialLinks-item .icon svg:focus {
              fill: #909090; }
  .department button.department-button {
    background-color: #35608b;
    color: white;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 21px 24px;
    width: 100%; }
    .department button.department-button:hover, .department button.department-button:focus {
      background-color: #666666; }
    @media (min-width: 551px) {
      .department button.department-button {
        width: auto; } }
  .department #department-description {
    margin-bottom: 100px;
    padding: 20px; }

.department.new h1.department-heading {
  font-weight: normal;
  text-align: center; }
  .department.new h1.department-heading > span {
    font-weight: bold; }

.department.new .query-form {
  background-color: #e1f0f1;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 2rem 0;
  text-align: center; }
  .department.new .query-form .title {
    font-size: 30px;
    font-weight: 500; }

.department.new .subcategories .cards .card {
  margin-bottom: 0.9375rem; }
  .department.new .subcategories .cards .card:hover, .department.new .subcategories .cards .card:focus {
    box-shadow: none; }
  .department.new .subcategories .cards .card .card-container {
    display: block;
    border: 1px solid #d5d5d5;
    border-radius: 0.8125rem;
    padding: 2.8125rem 0.75rem;
    overflow: hidden;
    transition: all .25s ease;
    height: 100%; }
    .department.new .subcategories .cards .card .card-container:hover, .department.new .subcategories .cards .card .card-container:focus {
      box-shadow: 2px 4px 5px #cccccc; }
    .department.new .subcategories .cards .card .card-container img {
      border: 0; }
    .department.new .subcategories .cards .card .card-container h2.name {
      padding-top: 1.5rem;
      margin-top: 1.5rem;
      border-top: 1px solid #d5d5d5; }

.department.new a {
  color: #35608b; }

.breadcrumbs {
  display: inline-block;
  margin-top: 1rem; }
  .breadcrumbs.breadcrumbs-cart {
    padding: 0; }
  @media (min-width: 801px) {
    .breadcrumbs {
      display: flex;
      justify-content: flex-start; } }
  .breadcrumbs .breadcrumb a,
  .breadcrumbs .breadcrumb-label {
    color: #35608b;
    font-size: 0.8125rem;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle; }
  .breadcrumbs .breadcrumb {
    position: relative;
    align-items: center;
    margin: 0;
    padding: 0 20px; }
    .breadcrumbs .breadcrumb:first-child {
      padding-left: 0; }
      .breadcrumbs .breadcrumb:first-child::before {
        display: none; }
    .breadcrumbs .breadcrumb:not(:first-child)::before {
      content: "";
      position: absolute;
      left: -5px;
      top: 30%;
      transform: translate(0, -50%);
      height: 10px;
      width: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='4px' height='6px' viewBox='0 0 4 6' version='1.1'%3E%3C!-- Generator: sketchtool 63.1 (101010) - https://sketch.com --%3E%3Ctitle%3E89646D92-5C55-4F06-8C25-0FF527909077%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='INTERIORS' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-Detail---DESKTOP' transform='translate(-367.000000, -278.000000)' fill='%2335608B' fill-rule='nonzero'%3E%3Cg id='CRUMBS' transform='translate(310.000000, 272.000000)'%3E%3Cpolygon id='Shape' transform='translate(59.000000, 9.000000) scale(-1, 1) rotate(90.000000) translate(-59.000000, -9.000000) ' points='56.7 7 56 7.75675676 59 11 62 7.75675676 61.3 7 59 9.48648649'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border: none;
      transform: none;
      margin: 0; }
    .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      text-decoration: none; }
      .breadcrumbs .breadcrumb.is-active .breadcrumb-label span {
        color: #767676;
        font-size: 0.875rem;
        text-transform: capitalize; }

#shipping-country,
#shipping-state {
  min-height: 2.5rem; }

.productView-container {
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  position: relative; }
  .productView-container .breadcrumbs {
    margin-bottom: 0; }
    .productView-container .breadcrumbs .is-active {
      display: none; }
  @media (min-width: 1261px) {
    .productView-container {
      padding: 0 5px 20px 5px; } }
  @media (min-width: 1261px) {
    .productView-container.engravable.container {
      padding: 0; } }
  .productView-container .socialLinks-container {
    margin: 0; }
    @media (min-width: 801px) {
      .productView-container .socialLinks-container {
        margin: 0;
        width: 50%;
        float: right; } }
  .productView-container .related-button p {
    left: initial !important;
    transform: initial !important; }
  .productView-container .tabs-contents {
    overflow: hidden !important; }
  .productView-container .tabs {
    border-bottom: none !important;
    margin-bottom: 30px; }
  .productView-container .tab.is-active {
    border: none !important; }
  .productView-container .productView-description ul.tabs li.tab a.tab-title,
  .productView-container ul.tabs li.tab a.tab-title {
    padding: 0;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #6c5650;
    text-align: left; }
    .productView-container .productView-description ul.tabs li.tab a.tab-title:focus,
    .productView-container ul.tabs li.tab a.tab-title:focus {
      border: 1px solid white; }
    @media (min-width: 801px) {
      .productView-container .productView-description ul.tabs li.tab a.tab-title,
      .productView-container ul.tabs li.tab a.tab-title {
        font-size: 1.25rem; } }
  .productView-container .related-products.container .tabs {
    margin-bottom: 0;
    position: relative;
    bottom: -1px; }
  .productView-container .related-products.container .tab {
    border-top: 0; }
    .productView-container .related-products.container .tab .tab-title {
      padding: 0.5rem 1rem;
      border: 1px solid #cccccc;
      background-color: #e6e6e6; }
      .productView-container .related-products.container .tab .tab-title:focus {
        border: 1px solid #cccccc; }
      @media (min-width: 801px) {
        .productView-container .related-products.container .tab .tab-title {
          border-top-left-radius: 8px;
          border-top-right-radius: 8px; } }
    .productView-container .related-products.container .tab.is-active .tab-title {
      background-color: white; }
      @media (min-width: 801px) {
        .productView-container .related-products.container .tab.is-active .tab-title {
          border-bottom-color: white; } }
    @media (min-width: 801px) {
      .productView-container .related-products.container .tab:not(:last-child) .tab-title {
        border-right: 0; } }
  @media (min-width: 801px) {
    .productView-container .related-products.container .tabs-contents {
      border: 1px solid #cccccc; }
    .productView-container .related-products.container .tab-content.is-active {
      padding: 1rem; } }
  .productView-container .related-products.container .productCarousel {
    margin: 4rem 0; }
  .productView-container .card {
    position: relative;
    transition: all .2s ease-in-out; }
    .productView-container .card:hover, .productView-container .card:focus {
      transform: translateY(-2px); }
    .productView-container .card-img-container:after {
      padding-bottom: 80%; }
    .productView-container .card .card-body {
      padding-bottom: 1rem; }
      .productView-container .card .card-body .related-button {
        color: #2b5681; }
  .productView-container .card-title {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    height: initial !important; }
    .productView-container .card-title a {
      color: #2b5681; }
    .productView-container .card-title:hover, .productView-container .card-title:focus {
      text-decoration: underline; }
  .productView-container .card-sku {
    color: black;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px; }
  .productView-container .related-button {
    color: #35608b;
    font-size: 0.8125rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    cursor: pointer; }
    .productView-container .related-button:hover, .productView-container .related-button:focus {
      text-decoration: underline; }
    @media (min-width: 801px) {
      .productView-container .related-button {
        font-size: 1rem; } }

.productView {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem; }
  @media (min-width: 801px) {
    .productView {
      grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
      grid-template-rows: minmax(1px, auto) auto; } }

.productView-sticky {
  position: sticky;
  top: 0; }

.productView-top {
  grid-column: 1/2;
  grid-row: 1/2; }
  @media (min-width: 801px) {
    .productView-top {
      grid-column: 1/2;
      display: flex;
      justify-content: space-between; } }
  .productView-top .yotpo-widget-instance[data-yotpo-instance-id="577000"] {
    min-height: 1.3125rem;
    margin-top: 0; }

.productView-images {
  grid-column: 1/2;
  width: 100%;
  grid-row: 2/3;
  margin-bottom: 0 !important;
  padding: 0; }
  @media (min-width: 801px) {
    .productView-images {
      grid-row: 2/3; } }

.productView-details {
  grid-column: 1/2;
  width: 100%;
  grid-row: 3/4;
  padding: 0; }
  @media (min-width: 801px) {
    .productView-details {
      grid-column: 2/3;
      grid-row: 1/3; } }
  .productView-details.default #qn-add-to-quote {
    display: none !important; }

.productView-options {
  margin-bottom: 0;
  text-align: left; }
  .productView-options .form-field {
    margin-bottom: 1rem; }
    .productView-options .form-field[data-product-attribute] .form-option {
      float: left; }
  .productView-options .form-label {
    color: black; }
  .productView-options .form .add-to-cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    .productView-options .form .add-to-cart-wrapper .form-field {
      margin-bottom: 1rem; }
    .productView-options .form .add-to-cart-wrapper .form-field--increments,
    .productView-options .form .add-to-cart-wrapper .form-field--price {
      flex-basis: 50%; }
    .productView-options .form .add-to-cart-wrapper .form-field--price {
      text-align: right; }
    .productView-options .form .add-to-cart-wrapper .productView-price {
      margin-bottom: 0; }
    .productView-options .form .add-to-cart-wrapper .form-edit {
      flex-basis: 100%; }
    .productView-options .form .add-to-cart-wrapper .form-action {
      clear: both;
      flex-basis: 100%;
      margin-top: 1rem; }
      .productView-options .form .add-to-cart-wrapper .form-action #form-action-addToCart {
        float: none;
        display: block;
        width: 100%;
        border-radius: 10rem !important; }
  .productView-options .form-option-wrapper.swatch {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0.75rem 0.75rem 1.5rem 0;
    vertical-align: top;
    width: auto; }
    .productView-options .form-option-wrapper.swatch .form-option,
    .productView-options .form-option-wrapper.swatch .form-option-swatch {
      border: none !important;
      box-shadow: none !important;
      padding: 0 !important;
      width: auto;
      height: auto;
      background: none; }
    .productView-options .form-option-wrapper.swatch .form-option-variant--pattern {
      width: 90px;
      height: 90px;
      background-size: cover;
      background-position: center;
      border-radius: 0;
      border: none !important;
      box-shadow: none !important; }
    .productView-options .form-option-wrapper.swatch .swatch-label {
      display: block;
      margin-top: 0.5rem;
      font-size: 1rem;
      color: black;
      text-align: center;
      max-width: 90px; }
    .productView-options .form-option-wrapper.swatch .form-radio:checked + .form-option .form-option-variant--pattern {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) !important; }
    .productView-options .form-option-wrapper.swatch .form-option-expanded {
      left: 50%;
      transform: translateX(-50%);
      top: -100px; }
    @media (max-width: 800px) {
      .productView-options .form-option-wrapper.swatch {
        margin: 0.5rem; }
        .productView-options .form-option-wrapper.swatch .form-option-variant--pattern {
          width: 63px;
          height: 63px; }
        .productView-options .form-option-wrapper.swatch .swatch-label {
          max-width: 60px;
          font-size: 1rem; } }

.productView-info-pricing {
  margin-top: .5rem; }

.productView-price {
  font-size: 1.25rem; }

.productView-description {
  grid-column: 1/2;
  grid-row: 4/5;
  padding: 0;
  z-index: 1; }
  @media (min-width: 801px) {
    .productView-description {
      grid-column: 1/3;
      grid-row: 3/4; } }
  .productView-description .accordion {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cccccc; }
  .productView-description .accordion-block .accordion-navigation {
    border-radius: 0 !important;
    border-top: 1px solid #cccccc;
    border-bottom: 0;
    padding: 0; }
    .productView-description .accordion-block .accordion-navigation .accordion-title {
      padding-left: 0;
      font-weight: 600;
      font-size: 1rem; }
    .productView-description .accordion-block .accordion-navigation .accordion-indicator {
      transform: none; }
    .productView-description .accordion-block .accordion-navigation.is-open .accordion-indicator {
      transform: rotate(-180deg); }
  .productView-description .accordion-block .accordion-content {
    border-top: 1px solid #cccccc;
    padding: 2rem 0; }
    @media (min-width: 801px) {
      .productView-description .accordion-block .accordion-content {
        padding: 2rem; }
        .productView-description .accordion-block .accordion-content#tab-additional-information {
          padding: 2rem 0; } }
  .productView-description .tabs {
    border: none !important; }
  .productView-description .tab {
    border: none; }
  .productView-description .tab-content.is-active {
    padding: 0;
    margin-top: 14px; }
  .productView-description .tab-content p {
    font-size: 1rem;
    color: #231f20;
    margin: 10px 0; }
    @media (min-width: 801px) {
      .productView-description .tab-content p {
        font-size: 1.125rem; } }

.productView-title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #6c5650;
  margin-top: 1rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-left: 0;
      font-size: 2.5rem;
      margin-bottom: 0;
      margin-top: 0; } }

.productView-brand {
  display: none; }

.productView-price-hasBulk {
  display: none; }

.productView section.productView-images {
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .productView section.productView-images {
      margin-bottom: 3rem; } }
  .productView section.productView-images .productView-image {
    margin-bottom: 10px; }
    .productView section.productView-images .productView-image .productView-image .easyzoom-flyout {
      background-color: white; }
    @media (min-width: 801px) {
      .productView section.productView-images .productView-image {
        margin-bottom: 20px; } }
  .productView section.productView-images .productView-img-container {
    max-width: initial;
    padding: 0 .8rem; }
    .productView section.productView-images .productView-img-container img {
      position: static;
      margin: 0; }
    .productView section.productView-images .productView-img-container::after {
      padding-bottom: 100%; }
      @media (min-width: 801px) {
        .productView section.productView-images .productView-img-container::after {
          padding-bottom: 100%; } }
  .productView section.productView-images section.productView-thumbnails img {
    width: 100%; }
  .productView section.productView-images section.productView-thumbnails ul#customize-controls.controls li {
    top: 50%;
    transform: translateY(-50%); }
  .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0.375rem; }
    .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container div {
      margin-right: 1rem; }
      .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container div a.productView-thumbnail-link {
        text-align: center;
        height: 3.25rem;
        width: 3.25rem; }
        @media (min-width: 551px) {
          .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container div a.productView-thumbnail-link {
            height: 4.6875rem;
            width: 4.6875rem;
            max-width: none; } }
        @media (min-width: 801px) {
          .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container div a.productView-thumbnail-link {
            height: 6.5625rem;
            width: 6.5625rem;
            max-width: none; } }
  .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item {
    text-align: center; }
    .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item a.productView-thumbnail-link {
      text-align: center;
      height: 4.0625rem;
      width: 4.0625rem; }
      @media (min-width: 551px) {
        .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item a.productView-thumbnail-link {
          height: 5.9375rem;
          width: 5.9375rem;
          max-width: none; } }
      @media (min-width: 801px) {
        .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item a.productView-thumbnail-link {
          height: 5.625rem;
          width: 5.625rem;
          max-width: none; } }
      @media (min-width: 1261px) {
        .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item a.productView-thumbnail-link {
          height: 6.25rem;
          width: 6.25rem;
          max-width: none; } }
  .productView section.productView-images div.productView-info--mobile div.itemReviewed,
  .productView section.productView-images div.productView-info--mobile span.ratingValue,
  .productView section.productView-images div.productView-info--mobile span.bestRating,
  .productView section.productView-images div.productView-info--mobile span.reviewCount {
    display: none; }

.productView-info {
  display: inline; }

.productView .form-field.form-field--increments {
  margin: 0 0 30px 0; }

.productView .form-increment {
  display: flex;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  border: none; }
  .productView .form-increment .form-input--incrementTotal {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    width: 60px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 0; }

.productView .form-label--alternate {
  text-align: left;
  margin-left: 0px;
  font-size: 1rem;
  font-weight: 600;
  color: #272223; }
  @media (min-width: 801px) {
    .productView .form-label--alternate {
      margin-top: 0px; } }

.productView .button {
  border-radius: 0 !important;
  height: 30px;
  width: 30px;
  font-size: 1.25rem;
  font-weight: 700; }
  .productView .button:first-child {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc; }
  .productView .button:last-child {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }

.productView .form-action {
  position: relative;
  padding-left: 0 !important; }

.productView .button.button--primary {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1rem;
  height: 3.75rem;
  width: 12.5rem;
  margin: 0;
  float: left; }
  @media (min-width: 801px) {
    .productView .button.button--primary {
      margin-left: 0;
      text-align: none; } }
  @media (min-width: 1261px) {
    .productView .button.button--primary {
      top: 0px;
      left: 0px; }
      .productView .button.button--primary.disabled {
        top: 70px; } }

.productView .form.form-wishlist {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1000; }
  .productView .form.form-wishlist .dropdown-menu-button {
    width: 100%;
    border-radius: 10rem !important;
    height: fit-content;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
    height: 3.75rem;
    text-align: center;
    padding-top: 20px;
    z-index: 1000; }
    .productView .form.form-wishlist .dropdown-menu-button .icon {
      transition: all 0.1ms ease !important; }
    .productView .form.form-wishlist .dropdown-menu-button.is-open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .productView .form.form-wishlist .dropdown-menu-button.is-open .icon {
        transform: rotate(180deg); }
    .productView .form.form-wishlist .dropdown-menu-button .icon {
      float: right;
      margin-left: 10px; }
    .productView .form.form-wishlist .dropdown-menu-button:focus {
      z-index: 10; }
  .productView .form.form-wishlist .dropdown-menu {
    border: 1px solid #cccccc;
    border-radius: 0px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    padding: 0;
    z-index: 1000;
    width: 80% !important; }
    .productView .form.form-wishlist .dropdown-menu li {
      list-style: none;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #cccccc; }
      .productView .form.form-wishlist .dropdown-menu li:last-child {
        border-bottom: none; }
      .productView .form.form-wishlist .dropdown-menu li .button,
      .productView .form.form-wishlist .dropdown-menu li input.button,
      .productView .form.form-wishlist .dropdown-menu li a.button {
        width: 80%;
        border: none;
        border-radius: 0;
        margin: 0 auto;
        padding: 0.5rem 0.5rem;
        background: transparent;
        text-align: center;
        font-size: 0.9rem;
        transition: background-color 0.2s ease;
        display: block; }
        .productView .form.form-wishlist .dropdown-menu li .button:hover, .productView .form.form-wishlist .dropdown-menu li .button:focus,
        .productView .form.form-wishlist .dropdown-menu li input.button:hover,
        .productView .form.form-wishlist .dropdown-menu li input.button:focus,
        .productView .form.form-wishlist .dropdown-menu li a.button:hover,
        .productView .form.form-wishlist .dropdown-menu li a.button:focus {
          background: #e5e5e5; }
        .productView .form.form-wishlist .dropdown-menu li .button:first-child,
        .productView .form.form-wishlist .dropdown-menu li input.button:first-child,
        .productView .form.form-wishlist .dropdown-menu li a.button:first-child {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
        .productView .form.form-wishlist .dropdown-menu li .button:last-child,
        .productView .form.form-wishlist .dropdown-menu li input.button:last-child,
        .productView .form.form-wishlist .dropdown-menu li a.button:last-child {
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }

.productView .dt.productView-info-name {
  display: none; }

.productView .bulkPricing-container {
  display: none; }

.productView .bulkPricing-table {
  display: none; }
  .productView .bulkPricing-table.loaded {
    display: block; }

.productView .bulkPricing {
  background-color: #ecedee;
  border: 12px solid #ecedee;
  border-top: none;
  text-align: left;
  min-width: 281px;
  height: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  max-width: 281px; }
  .productView .bulkPricing-row {
    height: 36px;
    list-style: none;
    line-height: 0; }
    .productView .bulkPricing-row li {
      display: inline-block; }
    .productView .bulkPricing-row:nth-child(even) {
      background-color: white; }
  .productView .bulkPricing-title {
    color: #231f20;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: capitalize;
    padding-left: 10px; }
  .productView .bulkPricing-quantity, .productView .bulkPricing-value {
    color: #231f20;
    font-size: 0.875rem;
    font-weight: 400;
    padding-left: 10px; }
  .productView .bulkPricing-min::after {
    content: "-";
    margin: 0 5px; }

.productView .bulk-plus::after {
  content: "+" !important;
  margin: 0 5px; }

.productView-reviewLink {
  font-size: .75rem; }

.braintree-paypal-button.paypal-smart-buttons {
  width: 250px !important;
  max-width: 250px !important; }

.productView-rating {
  margin-top: 0 !important; }

.engravable-options {
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px; }
  .engravable-options .form-field {
    margin-bottom: 5px; }
  .engravable-options h5 {
    margin-top: 0; }
  .engravable-options .form-label {
    font-size: 0.875rem; }

.productView-engravable .form-field--increments {
  margin-bottom: 15px !important; }

.productView-engravable .productView-info .NETREVIEWS_PRODUCT_STARS {
  display: none; }
  @media (min-width: 801px) {
    .productView-engravable .productView-info .NETREVIEWS_PRODUCT_STARS {
      display: block; } }

iframe#AV_widget_iframe {
  width: 100%;
  border: none; }

.related-products ul#carousel-controls.controls {
  display: block !important;
  cursor: pointer; }
  .related-products ul#carousel-controls.controls li {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 1.875rem;
    z-index: 9;
    background-color: white;
    font-size: 0; }
    .related-products ul#carousel-controls.controls li.prev {
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23767676)' d='M19.2 3.24l-3.23-3.24-15.97 16 15.97 16 3.23-3.24-12.73-12.76z'%3E%3C/path%3E%3C/svg%3E");
      left: 1rem; }
    .related-products ul#carousel-controls.controls li.next {
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23767676)' d='M0 3.24l3.23-3.24 15.97 16-15.97 16-3.23-3.24 12.73-12.76z'%3E%3C/path%3E%3C/svg%3E");
      right: 1rem; }

.related-products .tab.is-active .tab-title {
  font-family: "Maven Pro";
  color: #6c5650;
  font-weight: 900;
  font-size: 1.25rem; }

.related-products div.tabs-contents .card .card-body .card-title {
  color: #35608b;
  font-family: "Maven Pro";
  font-size: 1.125rem; }
  @media (min-width: 801px) {
    .related-products div.tabs-contents .card .card-body .card-title {
      font-size: 1.25rem; } }

.related-products div.tabs-contents .card .card-body .card-sku {
  color: black;
  font-family: "Maven Pro";
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center; }

.related-products div.tabs-contents .card .card-body .bottom-card {
  margin: 0; }
  .related-products div.tabs-contents .card .card-body .bottom-card span.card-rating.rating--small {
    margin: 20px 0 22px 0; }

#add-to-cart-success {
  background-color: #008a06;
  text-align: center;
  color: white;
  padding: .6rem 0;
  font-size: 1rem;
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
  animation-name: fadeOut;
  animation-duration: 4s;
  transition: fadeOut .3s ease-in-out; }
  #add-to-cart-success a.view-cart-link {
    color: white; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  @media (min-width: 801px) {
    #add-to-cart-success {
      font-size: 1.25rem; } }
  #add-to-cart-success.is-visible {
    display: block; }

.productView-image .easyzoom-flyout {
  background-color: white; }

.productView-options .out-of-stock #form-action-addToCart {
  background-color: #909090;
  opacity: .5;
  pointer-events: none;
  border: none; }

.productView-engravable [data-product-option-change] [data-product-attribute="input-checkbox"] {
  display: flex; }
  .productView-engravable [data-product-option-change] [data-product-attribute="input-checkbox"] label {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0 !important; }
    .productView-engravable [data-product-option-change] [data-product-attribute="input-checkbox"] label:first-child {
      margin-right: 15px; }

#form-action-addToCart.disabled {
  pointer-events: none;
  border: none;
  position: relative;
  opacity: .7;
  background-color: #999999; }

dl.productView-info div.NETREVIEWS_PRODUCT_STARS {
  margin: 13px 0;
  display: none; }
  @media (min-width: 801px) {
    dl.productView-info div.NETREVIEWS_PRODUCT_STARS {
      display: block; } }

div.productView-info--mobile div.NETREVIEWS_PRODUCT_STARS {
  display: block; }
  @media (min-width: 801px) {
    div.productView-info--mobile div.NETREVIEWS_PRODUCT_STARS {
      display: none; } }

.custom-warranty-info {
  margin-top: 50px; }
  .custom-warranty-info h1 {
    text-transform: uppercase;
    color: #6c5650;
    font-family: "Maven Pro";
    font-size: 1.25rem;
    font-weight: 900; }
  .custom-warranty-info h2,
  .custom-warranty-info h3 {
    font-family: "Maven Pro";
    font-size: 1.5rem;
    font-weight: 500;
    color: #35608b; }
  .custom-warranty-info strong {
    color: #35608b; }

.reviewed {
  margin: 1rem auto; }

[data-product-attribute="input-checkbox"] label.form-label {
  margin-top: 2px; }
  [data-product-attribute="input-checkbox"] label.form-label.form-label--inlineSmall {
    margin-top: 0; }

.bulkPricing-value .price-section--saving,
.bulkPricing-value .rrp-price--withoutTax {
  display: none; }

#netreviews_rating_section {
  display: none !important; }

.netreviews_bg_stars div,
.netreviews_review_rate_and_stars div {
  font-size: 16px !important; }

.netreviews_reviews_rate {
  left: 90px !important; }

.engravable-text-options {
  display: none;
  margin-top: 1rem; }
  .engravable-text-options.engravable-text-options--visible {
    display: block; }
  .engravable-text-options .form-field[data-product-attribute="set-select"] {
    margin: 15px 0 30px 0; }
  .engravable-text-options input.form-input,
  .engravable-text-options .form-select.form-select--small {
    max-width: 100%; }
    @media (min-width: 551px) {
      .engravable-text-options input.form-input,
      .engravable-text-options .form-select.form-select--small {
        max-width: 320px; } }
  .engravable-text-options .form-field > .form-label {
    min-width: 160px; }
    @media (max-width: 801px) {
      .engravable-text-options .form-field > .form-label {
        margin-top: 0; } }
  @media (min-width: 1047px) {
    .engravable-text-options .character {
      margin-left: 175px; } }
  @media (min-width: 801px) {
    .engravable-text-options .character {
      max-width: 320px; } }
  .engravable-text-options .character p {
    text-align: left;
    margin-bottom: 0;
    display: block;
    font-size: 12px;
    color: #9a1517; }

.personalize-options small {
  display: none; }

.personalize-options label span {
  font-size: 14px; }

@media (min-width: 801px) {
  .personalize-options label.form-label--inlineSmall {
    display: inline-block;
    float: left;
    margin-right: 15px; } }

.personalize-options .form-radio:checked + .form-option {
  border-color: #35608b !important;
  box-shadow: none;
  background: #35608b !important;
  color: white; }

.engravableQtyError {
  text-align: left;
  font-size: 16px; }

.quote-error {
  margin-bottom: 5px; }

.productView-img-expand {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%; }

.yotpo-widget-instance[data-yotpo-instance-id="577000"] {
  margin-top: 1rem; }

#image-modal {
  height: 90%; }
  #image-modal .modal-content {
    position: absolute;
    inset: 0; }
    #image-modal .modal-content img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center; }

.productView-title {
  font-weight: 700;
  margin: 0;
  font-size: 1.25rem; }
  @media (min-width: 801px) {
    .productView-title {
      font-size: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 2rem; } }

.bulkPricing-body {
  background: #F4F5F5;
  padding: .5rem 1rem 1rem;
  margin-bottom: 1rem; }
  .bulkPricing-body h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600; }
  .bulkPricing-body .bulk-pricing-list {
    margin-top: 6px; }
  .bulkPricing-body .bulk-pricing-list,
  .bulkPricing-body .bulk-pricing-column {
    margin-bottom: 0;
    font-size: .9rem;
    list-style: none;
    padding: 0;
    flex: 1;
    margin-left: 0 !important; }
    .bulkPricing-body .bulk-pricing-list li,
    .bulkPricing-body .bulk-pricing-column li {
      display: flex;
      gap: 0px;
      padding: 0;
      font-size: 14px;
      margin: 0; }
      .bulkPricing-body .bulk-pricing-list li:before,
      .bulkPricing-body .bulk-pricing-column li:before {
        content: "•";
        margin-right: 4px; }
      .bulkPricing-body .bulk-pricing-list li .bulk-pricing-qty,
      .bulkPricing-body .bulk-pricing-column li .bulk-pricing-qty {
        min-width: 90px; }
    .bulkPricing-body .bulk-pricing-list .bulk-pricing-price,
    .bulkPricing-body .bulk-pricing-column .bulk-pricing-price {
      color: #6c5650; }

.productOptions-list {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  border: 0; }

.productOptions-list--none {
  flex-basis: 100%; }

.productOptions-list-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  flex-basis: calc((100% / 4) - ((.75rem / 4) + 6px));
  border: 0;
  border: 1px solid #cccccc;
  color: black; }
  .productOptions-list-item .productOptions-list-item-figure {
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto .5rem auto;
    display: block; }
  .productOptions-list-item .form-label {
    padding: .5rem;
    height: 100%;
    transition: .25s all ease;
    top: 0;
    text-align: center;
    font-size: .8rem; }
    .productOptions-list-item .form-label::before, .productOptions-list-item .form-label::after {
      content: none; }
  .productOptions-list-item:active .form-label, .productOptions-list-item:focus .form-label, .productOptions-list-item:hover .form-label {
    background: #35608b;
    color: white; }
  .productOptions-list-item input:focus + .form-label {
    outline-offset: -2px !important; }
  .productOptions-list-item input:checked + .form-label {
    background: #e5e5e5;
    color: black; }

.productView-info-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: .75rem 1rem;
  border-bottom: 1px solid #999999;
  background: #e5e5e5; }
  .productView-info-container:first-child {
    border-top: 1px solid #999999; }
  .productView-info-container:nth-of-type(2n) {
    background: white; }

.productView-info-name,
.productView-info-value {
  margin: 0 !important;
  font-size: 1rem; }

.productView-info-name {
  padding-right: .5rem;
  font-weight: bold;
  text-align: left;
  flex-basis: 100%; }
  @media (min-width: 551px) {
    .productView-info-name {
      text-align: right;
      flex-basis: 50%; } }
  @media (min-width: 801px) {
    .productView-info-name {
      flex-basis: 33.33%; } }
  @media (min-width: 1261px) {
    .productView-info-name {
      flex-basis: 25%; } }

.yotpo-display-l .yotpo-main-layout .yotpo-head,
.yotpo-display-m .yotpo-main-layout .yotpo-head {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.unavailable {
  opacity: 0.45;
  position: relative;
  pointer-events: none; }
  .unavailable .form-option-variant--pattern {
    opacity: 0.34; }

/* Add X over unavailable swatches */
.form-option-wrapper.unavailable::after {
  content: "✕";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #e53935;
  z-index: 1; }

#tab-related .card-text .price-section {
  display: none; }

#wishlist-dropdown.is-open {
  position: relative !important;
  left: 0 !important;
  top: 10px !important; }

.productReview .icon {
  height: 17px;
  width: 20px; }

.productReview-rating.rating--small {
  display: flex; }

.productReview-author {
  color: #272223;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500; }

.productReview-body {
  color: #231f20;
  font-family: inherit;
  font-size: 1.125rem; }

.productReview-title {
  display: none; }

.productReviews .toggleLink {
  display: block; }

.productReviews .toggle-title {
  margin-top: 32px;
  margin-bottom: 0; }

.toggle.productReviews li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0; }

.toggle.productReviews .toggleLink-text {
  display: none; }

.toggle.productReviews {
  margin-bottom: 0px !important; }

iframe[name="a-o91h4t6o0d7m"] {
  border: none; }

.calendar {
  position: relative;
  margin-top: -11px; }
  .calendar .hero-banner {
    position: relative; }
    .calendar .hero-banner .banner-media {
      position: relative;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 100px;
      background-position-x: 40%; }
      @media (min-width: 801px) {
        .calendar .hero-banner .banner-media {
          min-height: 250px;
          background-position-x: 0; } }
      @media (min-width: 1261px) {
        .calendar .hero-banner .banner-media {
          min-height: 300px;
          background-position-x: 0; } }
    .calendar .hero-banner .banner-content {
      position: relative;
      max-width: 100% !important;
      background-color: #ecedee;
      padding: 1.5rem 1rem; }
      @media (min-width: 801px) {
        .calendar .hero-banner .banner-content {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          background-color: transparent;
          transform: translate(0, -50%);
          margin-left: auto;
          margin-right: auto;
          max-width: 81rem;
          padding: 0 1rem;
          width: 100%; } }
      @media (min-width: 1261px) {
        .calendar .hero-banner .banner-content {
          width: 82.5625rem;
          padding: 0 1rem; } }
      .calendar .hero-banner .banner-content .page-heading {
        text-align: left;
        font-weight: bold;
        font-size: 1.875rem;
        color: #1d4e84;
        text-transform: capitalize;
        display: block;
        margin: 0; }
        @media (min-width: 801px) {
          .calendar .hero-banner .banner-content .page-heading {
            color: white;
            font-size: 3.25rem;
            max-width: 367px;
            line-height: 48px;
            left: 12px; } }
        @media (min-width: 1261px) {
          .calendar .hero-banner .banner-content .page-heading {
            font-size: 4.5rem;
            max-width: 467px;
            line-height: 78px; } }
        @media only screen and (min-width: 1361px) {
          .calendar .hero-banner .banner-content .page-heading {
            left: 0; } }
      .calendar .hero-banner .banner-content .banner-link {
        color: #1d4e84;
        text-decoration: none;
        font-size: 0.875rem;
        font-weight: bold;
        position: absolute;
        top: 80%;
        left: 20px;
        transform: translate(0, -50%); }
        @media (min-width: 801px) {
          .calendar .hero-banner .banner-content .banner-link {
            color: white;
            font-size: 1rem;
            top: 65%;
            display: none; } }
        .calendar .hero-banner .banner-content .banner-link:hover, .calendar .hero-banner .banner-content .banner-link:active {
          cursor: pointer; }
        .calendar .hero-banner .banner-content .banner-link::after {
          content: "\203A";
          font-size: 1.875rem;
          font-weight: 600;
          position: absolute;
          top: 50%;
          right: 0px;
          transform: translate(20px, -55%); }
  .calendar-content {
    margin: 0 auto; }
  .calendar-heading {
    font-size: 1rem;
    font-weight: 600;
    color: #272223;
    margin-top: 1rem; }
  .calendar-text {
    color: #231f20;
    font-size: 1rem; }
    @media (min-width: 801px) {
      .calendar-text {
        font-size: 1.125rem; } }
  .calendar-button {
    color: #2b5681 !important; }
    .calendar-button:hover, .calendar-button:focus {
      color: #35608b; }
    .calendar-button:active {
      border: 1px solid #2b5681; }
  .calendar .socialLinks {
    display: flex;
    justify-content: flex-start;
    max-width: initial; }
    .calendar .socialLinks .icon--print {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3C!-- Generator: sketchtool 63.1 (101010) - https://sketch.com --%3E%3Ctitle%3E1B76454D-3369-4B0E-A65D-2C20A81F59CB@3x%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='INTERIORS' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Awareness-Calendar---DESKTOP' transform='translate(-1454.000000, -867.000000)' fill='%2335608B'%3E%3Cg id='Print-/-Share' transform='translate(1454.000000, 867.000000)'%3E%3Cg id='Print'%3E%3Cpath d='M13.7647,0.0002 L15.1837,1.3612 L20.0027,5.9762 L20.0027,7.2072 C20.7017,7.4382 21.2087,8.0702 21.2087,8.8152 L21.2087,8.8152 L21.2087,10.0342 L21.6827,10.0342 C22.9577,10.0342 23.9997,11.0342 23.9997,12.2562 L23.9997,12.2562 L23.9997,17.8612 C23.9997,19.0842 22.9577,20.0842 21.6827,20.0842 L21.6827,20.0842 L20.0027,20.0842 L20.0027,24.0002 L3.9967,24.0002 L3.9967,20.0842 L2.3177,20.0842 C1.0427,20.0842 -0.0003,19.0842 -0.0003,17.8612 L-0.0003,17.8612 L-0.0003,12.2562 C-0.0003,11.0342 1.0427,10.0342 2.3177,10.0342 L2.3177,10.0342 L2.7917,10.0342 L2.7917,8.8152 C2.7917,8.0702 3.2987,7.4392 3.9967,7.2082 L3.9967,7.2082 L3.9967,0.0022 L13.7627,0.0022 L13.7647,0.0002 Z M18.4507,17.2002 L5.5507,17.2002 L5.5507,22.5102 L18.4507,22.5102 L18.4507,17.2002 Z M22.3127,13.1312 L1.6867,13.1312 L1.6867,18.4402 L3.9967,18.4402 L3.9967,15.7112 L20.0027,15.7112 L20.0027,18.4402 L22.3127,18.4402 L22.3127,13.1312 Z M12.9437,1.4912 L5.5497,1.4912 L5.5497,10.0252 L18.4507,10.0252 L18.4507,6.7722 L12.9437,6.7722 L12.9437,1.4912 Z M14.4977,2.8762 L14.4977,5.2822 L17.0057,5.2822 L14.4977,2.8762 Z' id='vectors'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat; }
    .calendar .socialLinks .icon--email {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3C!-- Generator: sketchtool 63.1 (101010) - https://sketch.com --%3E%3Ctitle%3EE4EE3E7E-C0F0-4150-9706-DA588CB8586C@3x%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='INTERIORS' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Awareness-Calendar---DESKTOP' transform='translate(-1498.000000, -867.000000)' fill='%2335608B'%3E%3Cg id='Print-/-Share' transform='translate(1454.000000, 867.000000)'%3E%3Cg id='Email' transform='translate(44.000000, 0.000000)'%3E%3Cpath d='M24,4 L24,20 L0,20 L0,4 L24,4 Z M22.033,7.319 L12.001,11.994 L1.967,7.319 L1.967,18.116 L22.033,18.116 L22.033,7.319 Z M20.013,5.883 L3.987,5.883 L12.001,9.618 L20.013,5.883 Z' id='vectors'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat; }
    .calendar .socialLinks .icon--facebook {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='darkblue' viewBox='0 0 32 32'%3E%3Ctitle%3Efacebook%3C/title%3E%3Cpath d='M19 6h5v-6h-5c-3.86 0-7 3.14-7 7v3h-4v6h4v16h6v-16h5l1-6h-6v-3c0-0.542 0.458-1 1-1z'%3E%3C/path%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat; }
    .calendar .socialLinks .icon--twitter {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='lightblue' viewBox='0 0 37 32' id='icon-twitter'%3E%3Cpath d='M36.572 3.784c-1.376 0.687-2.752 1.032-4.357 1.262 1.605-1.033 2.75-2.523 3.323-4.471-1.489 0.916-3.095 1.605-4.814 1.947-1.262-1.605-3.325-2.522-5.388-2.522-4.128 0-7.453 3.555-7.453 8.026 0 0.573 0.116 1.26 0.23 1.833-6.305-0.229-11.922-3.554-15.592-8.369-0.687 1.147-1.032 2.522-1.032 4.012 0 2.752 1.376 5.274 3.325 6.764-1.262 0-2.408-0.343-3.439-1.032v0.114c0 3.898 2.636 7.109 5.961 7.91-0.459 0.232-1.146 0.232-1.835 0.232-0.459 0-0.917 0-1.376-0.116 0.917 3.211 3.669 5.502 6.994 5.617-2.522 2.179-5.848 3.441-9.286 3.441-0.574 0-1.262 0-1.835-0.114 3.325 2.29 7.223 3.668 11.464 3.668 13.758 0 21.324-12.267 21.324-22.929v-1.032c1.49-1.262 2.75-2.638 3.784-4.242z'%3E%3C/path%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat; }
    .calendar .socialLinks .icon--pinterest {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 32 32' id='icon-pinterest'%3E%3Cpath d='M32 16c0 2.903-0.715 5.58-2.146 8.031s-3.372 4.392-5.823 5.823c-2.451 1.431-5.128 2.146-8.031 2.146-1.542 0-3.056-0.222-4.542-0.667 0.819-1.292 1.361-2.431 1.625-3.417 0.125-0.472 0.5-1.938 1.125-4.396 0.278 0.542 0.785 1.010 1.521 1.406s1.528 0.594 2.375 0.594c1.681 0 3.181-0.476 4.5-1.427s2.34-2.26 3.063-3.927c0.722-1.667 1.083-3.542 1.083-5.625 0-1.583-0.413-3.069-1.24-4.458s-2.024-2.521-3.594-3.396c-1.569-0.875-3.34-1.313-5.313-1.313-1.458 0-2.819 0.201-4.083 0.604s-2.337 0.938-3.219 1.604c-0.882 0.667-1.639 1.434-2.271 2.302s-1.097 1.767-1.396 2.698c-0.299 0.931-0.448 1.861-0.448 2.792 0 1.444 0.278 2.715 0.833 3.813s1.368 1.868 2.438 2.313c0.417 0.167 0.681 0.028 0.792-0.417 0.028-0.097 0.083-0.313 0.167-0.646s0.139-0.542 0.167-0.625c0.083-0.319 0.007-0.618-0.229-0.896-0.708-0.847-1.063-1.896-1.063-3.146 0-2.097 0.726-3.899 2.177-5.406s3.351-2.26 5.698-2.26c2.097 0 3.733 0.569 4.906 1.708s1.76 2.618 1.76 4.438c0 2.361-0.476 4.368-1.427 6.021s-2.17 2.479-3.656 2.479c-0.847 0-1.528-0.302-2.042-0.906s-0.674-1.33-0.479-2.177c0.111-0.486 0.295-1.135 0.552-1.948s0.465-1.528 0.625-2.146c0.16-0.618 0.24-1.142 0.24-1.573 0-0.694-0.188-1.271-0.563-1.729s-0.91-0.688-1.604-0.688c-0.861 0-1.59 0.396-2.188 1.188s-0.896 1.778-0.896 2.958c0 1.014 0.174 1.861 0.521 2.542l-2.063 8.708c-0.236 0.972-0.326 2.201-0.271 3.688-2.861-1.264-5.174-3.215-6.938-5.854s-2.646-5.576-2.646-8.813c0-2.903 0.715-5.58 2.146-8.031s3.372-4.392 5.823-5.823c2.451-1.431 5.128-2.146 8.031-2.146s5.58 0.715 8.031 2.146c2.451 1.431 4.392 3.372 5.823 5.823s2.146 5.128 2.146 8.031z'%3E%3C/path%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat; }
    .calendar .socialLinks .icon--instagram {
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='purple' viewBox='0 0 32 32' id='icon-instagram'%3E%3Cpath d='M22 0h-12c-5.523 0-10 4.477-10 10v12c0 5.523 4.477 10 10 10h12c5.523 0 10-4.477 10-10v-12c0-5.523-4.477-10-10-10zM29 22c-0.004 3.864-3.136 6.996-7 7h-12c-3.864-0.004-6.996-3.136-7-7v-12c0.004-3.864 3.136-6.996 7-7h12c3.864 0.004 6.996 3.136 7 7v12z'%3E%3C/path%3E%3Cpath d='M16 8c-4.418 0-8 3.582-8 8s3.582 8 8 8c4.418 0 8-3.582 8-8 0-2.122-0.843-4.157-2.343-5.657s-3.535-2.343-5.657-2.343zM16 21c-2.761 0-5-2.239-5-5s2.239-5 5-5c2.761 0 5 2.239 5 5-0.004 2.76-2.24 4.996-5 5z'%3E%3C/path%3E%3Cpath d='M25.667 7.4c0 0.589-0.478 1.067-1.067 1.067s-1.067-0.478-1.067-1.067c0-0.589 0.478-1.067 1.067-1.067s1.067 0.478 1.067 1.067z'%3E%3C/path%3E%3C/svg%3E"); }
    @media (min-width: 801px) {
      .calendar .socialLinks {
        margin: 0;
        position: absolute;
        top: 0px;
        right: 10px; } }
    .calendar .socialLinks-item {
      margin-right: 20px; }
      .calendar .socialLinks-item .icon {
        height: 24px;
        width: 24px; }
        .calendar .socialLinks-item .icon svg {
          fill: #35608b; }
  @media (min-width: 801px) {
    .calendar-list--layout {
      display: flex; } }
  .calendar-list {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative; }
    .calendar-list:not(:nth-child(4)) {
      border-bottom: 1px solid #cccccc; }
    @media (min-width: 801px) {
      .calendar-list {
        width: 33.3333%; } }
  @media (min-width: 801px) and (min-width: 801px) {
    .calendar-list:not(:last-child)::after {
      content: "";
      width: 1px;
      height: 30px;
      background-color: #cccccc;
      position: absolute;
      top: 0;
      right: 0; } }
    .calendar-list li {
      text-decoration: none;
      width: 25%;
      height: 30px;
      position: relative;
      color: #35608b;
      transition: all .2s ease-in-out; }
      .calendar-list li:not(:first-child)::before {
        content: "";
        width: 1px;
        height: 30px;
        background-color: #cccccc;
        position: absolute;
        top: 0;
        left: 0; }
      .calendar-list li button {
        text-transform: uppercase;
        font-size: 1.125rem;
        font-weight: 500; }
      .calendar-list li:hover, .calendar-list li:focus {
        transform: translateY(-1px);
        box-shadow: 1px 2px 5px #666666; }
      .calendar-list li:active {
        transform: translateY(1px); }
  .calendar-tab {
    position: relative;
    width: 100%; }
    .calendar-tab:first-child .tab-title {
      border-top: 1px solid #cccccc; }
    .calendar-tab .media-content {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .calendar-tab .media-text,
    .calendar-tab .media-link {
      color: white;
      font-size: 0.875rem;
      font-weight: bold; }
    .calendar-tab .media-link {
      text-transform: uppercase;
      text-decoration: none;
      margin-top: 20px;
      position: relative; }
      .calendar-tab .media-link:hover, .calendar-tab .media-link:focus {
        text-decoration: underline; }
      .calendar-tab .media-link::after {
        content: "\203A";
        font-size: 1.875rem;
        top: 50%;
        right: 0;
        transform: translate(20px, -58%);
        position: absolute;
        font-weight: 100;
        color: inherit; }
    .calendar-tab .tab-title {
      border-bottom: 1px solid #cccccc;
      font-size: 1.25rem;
      font-weight: bold;
      color: #6c5650;
      text-align: left;
      text-transform: uppercase;
      margin: 0;
      padding: 20px;
      transition: all .2s ease-in-out; }
      .calendar-tab .tab-title:hover, .calendar-tab .tab-title:focus {
        box-shadow: 1px 2px 5px #909090; }
      .calendar-tab .tab-title::after {
        content: "+";
        font-size: 3.125rem;
        font-weight: 100;
        color: #35608b;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        right: 20px; }
    @media (min-width: 801px) {
      .calendar-tab .tab-layout {
        display: flex;
        flex-wrap: wrap; } }
    .calendar-tab .tab-eventList {
      list-style: none;
      font-size: 1.125rem;
      margin: 0;
      position: relative;
      display: none; }
      @media (min-width: 801px) {
        .calendar-tab .tab-eventList {
          width: 48%; } }
      .calendar-tab .tab-eventList .tab-eventItem {
        padding: 10px 0;
        position: relative;
        margin-left: 20px; }
        .calendar-tab .tab-eventList .tab-eventItem:last-child {
          margin-bottom: 25px; }
      .calendar-tab .tab-eventList .item-date {
        width: 50%;
        margin: 0;
        display: inline; }
      .calendar-tab .tab-eventList .item-name {
        width: 50%;
        color: #660285;
        text-decoration: none; }
        .calendar-tab .tab-eventList .item-name:hover, .calendar-tab .tab-eventList .item-name:focus {
          text-decoration: underline; }
      .calendar-tab .tab-eventList .item-color {
        display: inline; }
    .calendar-tab .tab-media--layout {
      display: none; }
      @media (min-width: 801px) {
        .calendar-tab .tab-media--layout {
          width: 48%; } }
    .calendar-tab .tab-media {
      position: relative;
      max-width: 480px;
      background-size: cover;
      height: 320px;
      margin: 20px auto;
      color: white; }
      @media (min-width: 801px) {
        .calendar-tab .tab-media {
          margin: 20px 0 20px auto; } }
      .calendar-tab .tab-media .tab-media--content {
        width: 200px;
        position: absolute;
        bottom: 20px;
        right: 20px; }
      .calendar-tab .tab-media .tab-heading {
        margin: 0px;
        font-size: 0.875rem;
        font-weight: bold;
        margin: 0;
        color: white; }
        @media (min-width: 801px) {
          .calendar-tab .tab-media .tab-heading {
            font-size: 1.125rem; } }
      .calendar-tab .tab-media .tab-description {
        font-size: 0.875rem;
        font-weight: bold;
        margin: 0; }
        @media (min-width: 801px) {
          .calendar-tab .tab-media .tab-description {
            font-size: 1.125rem; } }
      .calendar-tab .tab-media .tab-button {
        color: white;
        position: relative;
        font-size: 0.875rem;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        margin: 10px 0 0 0;
        transition: all .2s ease-in-out; }
        @media (min-width: 801px) {
          .calendar-tab .tab-media .tab-button {
            font-size: 1rem; } }
        .calendar-tab .tab-media .tab-button::after {
          content: "\203A";
          font-size: 1.875rem;
          font-weight: 600;
          position: absolute;
          top: 50%;
          right: 5px;
          transform: translate(20px, -55%); }
        .calendar-tab .tab-media .tab-button:hover, .calendar-tab .tab-media .tab-button:focus {
          transform: translateY(-1px); }
        .calendar-tab .tab-media .tab-button:active {
          transform: translateY(1px); }
      .calendar-tab .tab-media .tab-link {
        text-decoration: none; }
        .calendar-tab .tab-media .tab-link:hover, .calendar-tab .tab-media .tab-link:focus {
          text-decoration: underline; }
      @media (min-width: 801px) {
        .calendar-tab .tab-media {
          height: 320px; } }
    .calendar-tab .tab-media--alt .tab-heading {
      color: white; }
    .calendar-tab .tab-media--alt .tab-media--content {
      width: 200px;
      position: absolute;
      top: 20px;
      left: 20px; }
    .calendar-tab .tab-media--link {
      cursor: pointer; }
  .calendar .calendar-tab.tab-open {
    border-bottom: 1px solid #cccccc; }
  .calendar .banner {
    background-color: #001223;
    color: white;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    margin-top: 0px;
    margin: 20px 0;
    height: 100%; }
    @media (min-width: 801px) {
      .calendar .banner {
        padding-bottom: 0px;
        background-color: initial;
        width: 48%; } }
    .calendar .banner-content {
      text-align: left; }
      .calendar .banner-content button {
        margin-left: 20px; }
      @media (min-width: 551px) {
        .calendar .banner-content {
          text-align: center; } }
      @media (min-width: 801px) {
        .calendar .banner-content {
          text-align: left;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%); } }
    .calendar .banner-title {
      max-width: 300px;
      color: inherit;
      font-size: 2.125rem;
      font-weight: bold;
      padding: 0 20px;
      line-height: 36px; }
      @media (min-width: 551px) {
        .calendar .banner-title {
          margin: 20px auto; } }
      @media (min-width: 801px) {
        .calendar .banner-title {
          margin: 20px 0px;
          font-size: 2.75rem; } }
    .calendar .banner-description {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.8125rem;
      padding: 0 20px; }
      @media (min-width: 801px) {
        .calendar .banner-description {
          font-size: 1.125rem; } }
      .calendar .banner-description span {
        margin: 0 5px; }
    .calendar .banner-link:hover button, .calendar .banner-link:focus button {
      background-color: #eeeeee;
      color: #35608b; }
    .calendar .banner-button {
      background-color: #2b5681;
      color: white;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: bold;
      padding: 20px 40px; }
      .calendar .banner-button:focus {
        border: 1px solid white; }
  .calendar .banner--alt {
    background-color: #ffe9f0;
    color: white;
    padding-bottom: 50px;
    position: relative; }
    @media (min-width: 801px) {
      .calendar .banner--alt {
        background-color: initial;
        width: 48%;
        padding-bottom: 0px; } }
    .calendar .banner--alt .banner-title,
    .calendar .banner--alt .banner-description {
      color: #35608b; }
    .calendar .banner--alt .banner-description {
      color: #2c2627;
      text-transform: none; }
    .calendar .banner--alt .banner-link:hover button, .calendar .banner--alt .banner-link:focus button {
      background-color: #666666;
      color: white; }
  .calendar .banner-layout {
    margin-top: 50px; }
    @media (min-width: 801px) {
      .calendar .banner-layout {
        position: relative;
        background-color: transparent;
        min-height: 300px;
        margin-left: auto;
        margin-right: auto;
        max-width: 81rem;
        padding: 0 1rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media (min-width: 1261px) {
      .calendar .banner-layout {
        padding: 0; } }
  .calendar .banner-media {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 256px;
    width: 100%; }
    @media (min-width: 801px) {
      .calendar .banner-media {
        min-height: 440px; } }
  .calendar .awareness-cta {
    padding: 0 20px 30px 20px;
    text-align: center; }
    @media (min-width: 801px) {
      .calendar .awareness-cta {
        position: relative;
        background-color: transparent;
        min-height: 300px;
        margin-left: auto;
        margin-right: auto;
        max-width: 81rem;
        padding: 0 1rem;
        width: 100%; } }
    @media (min-width: 1261px) {
      .calendar .awareness-cta {
        padding: 0; } }
    .calendar .awareness-cta .title {
      text-align: left;
      font-size: 1.25rem;
      font-weight: 500;
      color: #77616b; }
      @media (min-width: 801px) {
        .calendar .awareness-cta .title {
          font-size: 1.5rem; } }
    .calendar .awareness-cta .description {
      text-align: left;
      font-size: 1rem;
      color: #272223; }
      @media (min-width: 801px) {
        .calendar .awareness-cta .description {
          font-size: 1.125rem; } }
    .calendar .awareness-cta .link button {
      width: 100%; }
      @media (min-width: 551px) {
        .calendar .awareness-cta .link button {
          width: initial; } }
    .calendar .awareness-cta .link:hover button, .calendar .awareness-cta .link:focus button {
      background-color: #eeeeee;
      color: #35608b; }
    .calendar .awareness-cta .button {
      background-color: #2b5681;
      color: white;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: bold;
      padding: 20px 40px;
      float: left; }

.tab-open .tab-title::after {
  content: "-";
  transform: translate(-25%, -10%); }

.tab-open .tab-media--layout {
  display: block; }

.tab-open .tab-eventList {
  display: block; }

.previewCartCheckout #braintreepaypal-container1 {
  width: 100%;
  margin-top: 1.5rem; }

.blog {
  margin-top: 5rem; }
  .blog .blog-title a {
    font-family: "Maven Pro";
    color: #35608b;
    font-weight: 700; }
  .blog .blog-post {
    font-family: "Maven Pro"; }
  .blog .addthis_toolbox {
    display: none; }

.pagination .pagination-list {
  display: flex;
  justify-content: center; }

.pagination .pagination-item--previous {
  position: relative; }
  .pagination .pagination-item--previous .icon {
    position: absolute;
    left: 0; }

.pagination .pagination-item a.pagination-link:focus {
  text-decoration: underline; }

.pagination .pagination-item--next {
  position: relative; }
  .pagination .pagination-item--next .icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(30%); }

.productView-container {
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  position: relative; }
  .productView-container .breadcrumbs {
    margin-bottom: 0; }
    .productView-container .breadcrumbs .is-active {
      display: none; }
  @media (min-width: 1261px) {
    .productView-container {
      padding: 0 5px 20px 5px; } }
  @media (min-width: 1261px) {
    .productView-container.engravable.container {
      padding: 0; } }
  .productView-container .socialLinks-container {
    margin: 0; }
    @media (min-width: 801px) {
      .productView-container .socialLinks-container {
        margin: 0;
        width: 50%;
        float: right; } }
  .productView-container .related-button p {
    left: initial !important;
    transform: initial !important; }
  .productView-container .tabs-contents {
    overflow: hidden !important; }
  .productView-container .tabs {
    border-bottom: none !important;
    margin-bottom: 30px; }
  .productView-container .tab.is-active {
    border: none !important; }
  .productView-container .productView-description ul.tabs li.tab a.tab-title,
  .productView-container ul.tabs li.tab a.tab-title {
    padding: 0;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #6c5650;
    text-align: left; }
    .productView-container .productView-description ul.tabs li.tab a.tab-title:focus,
    .productView-container ul.tabs li.tab a.tab-title:focus {
      border: 1px solid white; }
    @media (min-width: 801px) {
      .productView-container .productView-description ul.tabs li.tab a.tab-title,
      .productView-container ul.tabs li.tab a.tab-title {
        font-size: 1.25rem; } }
  .productView-container .related-products.container .tabs {
    margin-bottom: 0;
    position: relative;
    bottom: -1px; }
  .productView-container .related-products.container .tab {
    border-top: 0; }
    .productView-container .related-products.container .tab .tab-title {
      padding: 0.5rem 1rem;
      border: 1px solid #cccccc;
      background-color: #e6e6e6; }
      .productView-container .related-products.container .tab .tab-title:focus {
        border: 1px solid #cccccc; }
      @media (min-width: 801px) {
        .productView-container .related-products.container .tab .tab-title {
          border-top-left-radius: 8px;
          border-top-right-radius: 8px; } }
    .productView-container .related-products.container .tab.is-active .tab-title {
      background-color: white; }
      @media (min-width: 801px) {
        .productView-container .related-products.container .tab.is-active .tab-title {
          border-bottom-color: white; } }
    @media (min-width: 801px) {
      .productView-container .related-products.container .tab:not(:last-child) .tab-title {
        border-right: 0; } }
  @media (min-width: 801px) {
    .productView-container .related-products.container .tabs-contents {
      border: 1px solid #cccccc; }
    .productView-container .related-products.container .tab-content.is-active {
      padding: 1rem; } }
  .productView-container .related-products.container .productCarousel {
    margin: 4rem 0; }
  .productView-container .card {
    position: relative;
    transition: all .2s ease-in-out; }
    .productView-container .card:hover, .productView-container .card:focus {
      transform: translateY(-2px); }
    .productView-container .card-img-container:after {
      padding-bottom: 80%; }
    .productView-container .card .card-body {
      padding-bottom: 1rem; }
      .productView-container .card .card-body .related-button {
        color: #2b5681; }
  .productView-container .card-title {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    height: initial !important; }
    .productView-container .card-title a {
      color: #2b5681; }
    .productView-container .card-title:hover, .productView-container .card-title:focus {
      text-decoration: underline; }
  .productView-container .card-sku {
    color: black;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px; }
  .productView-container .related-button {
    color: #35608b;
    font-size: 0.8125rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    cursor: pointer; }
    .productView-container .related-button:hover, .productView-container .related-button:focus {
      text-decoration: underline; }
    @media (min-width: 801px) {
      .productView-container .related-button {
        font-size: 1rem; } }

.productView {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem; }
  @media (min-width: 801px) {
    .productView {
      grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
      grid-template-rows: minmax(1px, auto) auto; } }

.productView-sticky {
  position: sticky;
  top: 0; }

.productView-top {
  grid-column: 1/2;
  grid-row: 1/2; }
  @media (min-width: 801px) {
    .productView-top {
      grid-column: 1/2;
      display: flex;
      justify-content: space-between; } }
  .productView-top .yotpo-widget-instance[data-yotpo-instance-id="577000"] {
    min-height: 1.3125rem;
    margin-top: 0; }

.productView-images {
  grid-column: 1/2;
  width: 100%;
  grid-row: 2/3;
  margin-bottom: 0 !important;
  padding: 0; }
  @media (min-width: 801px) {
    .productView-images {
      grid-row: 2/3; } }

.productView-details {
  grid-column: 1/2;
  width: 100%;
  grid-row: 3/4;
  padding: 0; }
  @media (min-width: 801px) {
    .productView-details {
      grid-column: 2/3;
      grid-row: 1/3; } }
  .productView-details.default #qn-add-to-quote {
    display: none !important; }

.productView-options {
  margin-bottom: 0;
  text-align: left; }
  .productView-options .form-field {
    margin-bottom: 1rem; }
    .productView-options .form-field[data-product-attribute] .form-option {
      float: left; }
  .productView-options .form-label {
    color: black; }
  .productView-options .form .add-to-cart-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    .productView-options .form .add-to-cart-wrapper .form-field {
      margin-bottom: 1rem; }
    .productView-options .form .add-to-cart-wrapper .form-field--increments,
    .productView-options .form .add-to-cart-wrapper .form-field--price {
      flex-basis: 50%; }
    .productView-options .form .add-to-cart-wrapper .form-field--price {
      text-align: right; }
    .productView-options .form .add-to-cart-wrapper .productView-price {
      margin-bottom: 0; }
    .productView-options .form .add-to-cart-wrapper .form-edit {
      flex-basis: 100%; }
    .productView-options .form .add-to-cart-wrapper .form-action {
      clear: both;
      flex-basis: 100%;
      margin-top: 1rem; }
      .productView-options .form .add-to-cart-wrapper .form-action #form-action-addToCart {
        float: none;
        display: block;
        width: 100%;
        border-radius: 10rem !important; }
  .productView-options .form-option-wrapper.swatch {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0.75rem 0.75rem 1.5rem 0;
    vertical-align: top;
    width: auto; }
    .productView-options .form-option-wrapper.swatch .form-option,
    .productView-options .form-option-wrapper.swatch .form-option-swatch {
      border: none !important;
      box-shadow: none !important;
      padding: 0 !important;
      width: auto;
      height: auto;
      background: none; }
    .productView-options .form-option-wrapper.swatch .form-option-variant--pattern {
      width: 90px;
      height: 90px;
      background-size: cover;
      background-position: center;
      border-radius: 0;
      border: none !important;
      box-shadow: none !important; }
    .productView-options .form-option-wrapper.swatch .swatch-label {
      display: block;
      margin-top: 0.5rem;
      font-size: 1rem;
      color: black;
      text-align: center;
      max-width: 90px; }
    .productView-options .form-option-wrapper.swatch .form-radio:checked + .form-option .form-option-variant--pattern {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) !important; }
    .productView-options .form-option-wrapper.swatch .form-option-expanded {
      left: 50%;
      transform: translateX(-50%);
      top: -100px; }
    @media (max-width: 800px) {
      .productView-options .form-option-wrapper.swatch {
        margin: 0.5rem; }
        .productView-options .form-option-wrapper.swatch .form-option-variant--pattern {
          width: 63px;
          height: 63px; }
        .productView-options .form-option-wrapper.swatch .swatch-label {
          max-width: 60px;
          font-size: 1rem; } }

.productView-info-pricing {
  margin-top: .5rem; }

.productView-price {
  font-size: 1.25rem; }

.productView-description {
  grid-column: 1/2;
  grid-row: 4/5;
  padding: 0;
  z-index: 1; }
  @media (min-width: 801px) {
    .productView-description {
      grid-column: 1/3;
      grid-row: 3/4; } }
  .productView-description .accordion {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cccccc; }
  .productView-description .accordion-block .accordion-navigation {
    border-radius: 0 !important;
    border-top: 1px solid #cccccc;
    border-bottom: 0;
    padding: 0; }
    .productView-description .accordion-block .accordion-navigation .accordion-title {
      padding-left: 0;
      font-weight: 600;
      font-size: 1rem; }
    .productView-description .accordion-block .accordion-navigation .accordion-indicator {
      transform: none; }
    .productView-description .accordion-block .accordion-navigation.is-open .accordion-indicator {
      transform: rotate(-180deg); }
  .productView-description .accordion-block .accordion-content {
    border-top: 1px solid #cccccc;
    padding: 2rem 0; }
    @media (min-width: 801px) {
      .productView-description .accordion-block .accordion-content {
        padding: 2rem; }
        .productView-description .accordion-block .accordion-content#tab-additional-information {
          padding: 2rem 0; } }
  .productView-description .tabs {
    border: none !important; }
  .productView-description .tab {
    border: none; }
  .productView-description .tab-content.is-active {
    padding: 0;
    margin-top: 14px; }
  .productView-description .tab-content p {
    font-size: 1rem;
    color: #231f20;
    margin: 10px 0; }
    @media (min-width: 801px) {
      .productView-description .tab-content p {
        font-size: 1.125rem; } }

.productView-title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #6c5650;
  margin-top: 1rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-left: 0;
      font-size: 2.5rem;
      margin-bottom: 0;
      margin-top: 0; } }

.productView-brand {
  display: none; }

.productView-price-hasBulk {
  display: none; }

.productView section.productView-images {
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .productView section.productView-images {
      margin-bottom: 3rem; } }
  .productView section.productView-images .productView-image {
    margin-bottom: 10px; }
    .productView section.productView-images .productView-image .productView-image .easyzoom-flyout {
      background-color: white; }
    @media (min-width: 801px) {
      .productView section.productView-images .productView-image {
        margin-bottom: 20px; } }
  .productView section.productView-images .productView-img-container {
    max-width: initial;
    padding: 0 .8rem; }
    .productView section.productView-images .productView-img-container img {
      position: static;
      margin: 0; }
    .productView section.productView-images .productView-img-container::after {
      padding-bottom: 100%; }
      @media (min-width: 801px) {
        .productView section.productView-images .productView-img-container::after {
          padding-bottom: 100%; } }
  .productView section.productView-images section.productView-thumbnails img {
    width: 100%; }
  .productView section.productView-images section.productView-thumbnails ul#customize-controls.controls li {
    top: 50%;
    transform: translateY(-50%); }
  .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0.375rem; }
    .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container div {
      margin-right: 1rem; }
      .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container div a.productView-thumbnail-link {
        text-align: center;
        height: 3.25rem;
        width: 3.25rem; }
        @media (min-width: 551px) {
          .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container div a.productView-thumbnail-link {
            height: 4.6875rem;
            width: 4.6875rem;
            max-width: none; } }
        @media (min-width: 801px) {
          .productView section.productView-images section.productView-thumbnails div.thumbnails-outer-container div.thumbnails-inner-container div a.productView-thumbnail-link {
            height: 6.5625rem;
            width: 6.5625rem;
            max-width: none; } }
  .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item {
    text-align: center; }
    .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item a.productView-thumbnail-link {
      text-align: center;
      height: 4.0625rem;
      width: 4.0625rem; }
      @media (min-width: 551px) {
        .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item a.productView-thumbnail-link {
          height: 5.9375rem;
          width: 5.9375rem;
          max-width: none; } }
      @media (min-width: 801px) {
        .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item a.productView-thumbnail-link {
          height: 5.625rem;
          width: 5.625rem;
          max-width: none; } }
      @media (min-width: 1261px) {
        .productView section.productView-images section.productView-thumbnails div.tiny-slider.slider-container div.tns-outer div.tns-ovh div.thumbnails-slider div.tns-item a.productView-thumbnail-link {
          height: 6.25rem;
          width: 6.25rem;
          max-width: none; } }
  .productView section.productView-images div.productView-info--mobile div.itemReviewed,
  .productView section.productView-images div.productView-info--mobile span.ratingValue,
  .productView section.productView-images div.productView-info--mobile span.bestRating,
  .productView section.productView-images div.productView-info--mobile span.reviewCount {
    display: none; }

.productView-info {
  display: inline; }

.productView .form-field.form-field--increments {
  margin: 0 0 30px 0; }

.productView .form-increment {
  display: flex;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  border: none; }
  .productView .form-increment .form-input--incrementTotal {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    width: 60px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 0; }

.productView .form-label--alternate {
  text-align: left;
  margin-left: 0px;
  font-size: 1rem;
  font-weight: 600;
  color: #272223; }
  @media (min-width: 801px) {
    .productView .form-label--alternate {
      margin-top: 0px; } }

.productView .button {
  border-radius: 0 !important;
  height: 30px;
  width: 30px;
  font-size: 1.25rem;
  font-weight: 700; }
  .productView .button:first-child {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc; }
  .productView .button:last-child {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }

.productView .form-action {
  position: relative;
  padding-left: 0 !important; }

.productView .button.button--primary {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1rem;
  height: 3.75rem;
  width: 12.5rem;
  margin: 0;
  float: left; }
  @media (min-width: 801px) {
    .productView .button.button--primary {
      margin-left: 0;
      text-align: none; } }
  @media (min-width: 1261px) {
    .productView .button.button--primary {
      top: 0px;
      left: 0px; }
      .productView .button.button--primary.disabled {
        top: 70px; } }

.productView .form.form-wishlist {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1000; }
  .productView .form.form-wishlist .dropdown-menu-button {
    width: 100%;
    border-radius: 10rem !important;
    height: fit-content;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
    height: 3.75rem;
    text-align: center;
    padding-top: 20px;
    z-index: 1000; }
    .productView .form.form-wishlist .dropdown-menu-button .icon {
      transition: all 0.1ms ease !important; }
    .productView .form.form-wishlist .dropdown-menu-button.is-open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .productView .form.form-wishlist .dropdown-menu-button.is-open .icon {
        transform: rotate(180deg); }
    .productView .form.form-wishlist .dropdown-menu-button .icon {
      float: right;
      margin-left: 10px; }
    .productView .form.form-wishlist .dropdown-menu-button:focus {
      z-index: 10; }
  .productView .form.form-wishlist .dropdown-menu {
    border: 1px solid #cccccc;
    border-radius: 0px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    padding: 0;
    z-index: 1000;
    width: 80% !important; }
    .productView .form.form-wishlist .dropdown-menu li {
      list-style: none;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #cccccc; }
      .productView .form.form-wishlist .dropdown-menu li:last-child {
        border-bottom: none; }
      .productView .form.form-wishlist .dropdown-menu li .button,
      .productView .form.form-wishlist .dropdown-menu li input.button,
      .productView .form.form-wishlist .dropdown-menu li a.button {
        width: 80%;
        border: none;
        border-radius: 0;
        margin: 0 auto;
        padding: 0.5rem 0.5rem;
        background: transparent;
        text-align: center;
        font-size: 0.9rem;
        transition: background-color 0.2s ease;
        display: block; }
        .productView .form.form-wishlist .dropdown-menu li .button:hover, .productView .form.form-wishlist .dropdown-menu li .button:focus,
        .productView .form.form-wishlist .dropdown-menu li input.button:hover,
        .productView .form.form-wishlist .dropdown-menu li input.button:focus,
        .productView .form.form-wishlist .dropdown-menu li a.button:hover,
        .productView .form.form-wishlist .dropdown-menu li a.button:focus {
          background: #e5e5e5; }
        .productView .form.form-wishlist .dropdown-menu li .button:first-child,
        .productView .form.form-wishlist .dropdown-menu li input.button:first-child,
        .productView .form.form-wishlist .dropdown-menu li a.button:first-child {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
        .productView .form.form-wishlist .dropdown-menu li .button:last-child,
        .productView .form.form-wishlist .dropdown-menu li input.button:last-child,
        .productView .form.form-wishlist .dropdown-menu li a.button:last-child {
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }

.productView .dt.productView-info-name {
  display: none; }

.productView .bulkPricing-container {
  display: none; }

.productView .bulkPricing-table {
  display: none; }
  .productView .bulkPricing-table.loaded {
    display: block; }

.productView .bulkPricing {
  background-color: #ecedee;
  border: 12px solid #ecedee;
  border-top: none;
  text-align: left;
  min-width: 281px;
  height: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  max-width: 281px; }
  .productView .bulkPricing-row {
    height: 36px;
    list-style: none;
    line-height: 0; }
    .productView .bulkPricing-row li {
      display: inline-block; }
    .productView .bulkPricing-row:nth-child(even) {
      background-color: white; }
  .productView .bulkPricing-title {
    color: #231f20;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: capitalize;
    padding-left: 10px; }
  .productView .bulkPricing-quantity, .productView .bulkPricing-value {
    color: #231f20;
    font-size: 0.875rem;
    font-weight: 400;
    padding-left: 10px; }
  .productView .bulkPricing-min::after {
    content: "-";
    margin: 0 5px; }

.productView .bulk-plus::after {
  content: "+" !important;
  margin: 0 5px; }

.productView-reviewLink {
  font-size: .75rem; }

.braintree-paypal-button.paypal-smart-buttons {
  width: 250px !important;
  max-width: 250px !important; }

.productView-rating {
  margin-top: 0 !important; }

.engravable-options {
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px; }
  .engravable-options .form-field {
    margin-bottom: 5px; }
  .engravable-options h5 {
    margin-top: 0; }
  .engravable-options .form-label {
    font-size: 0.875rem; }

.productView-engravable .form-field--increments {
  margin-bottom: 15px !important; }

.productView-engravable .productView-info .NETREVIEWS_PRODUCT_STARS {
  display: none; }
  @media (min-width: 801px) {
    .productView-engravable .productView-info .NETREVIEWS_PRODUCT_STARS {
      display: block; } }

iframe#AV_widget_iframe {
  width: 100%;
  border: none; }

.related-products ul#carousel-controls.controls {
  display: block !important;
  cursor: pointer; }
  .related-products ul#carousel-controls.controls li {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 1.875rem;
    z-index: 9;
    background-color: white;
    font-size: 0; }
    .related-products ul#carousel-controls.controls li.prev {
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23767676)' d='M19.2 3.24l-3.23-3.24-15.97 16 15.97 16 3.23-3.24-12.73-12.76z'%3E%3C/path%3E%3C/svg%3E");
      left: 1rem; }
    .related-products ul#carousel-controls.controls li.next {
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23767676)' d='M0 3.24l3.23-3.24 15.97 16-15.97 16-3.23-3.24 12.73-12.76z'%3E%3C/path%3E%3C/svg%3E");
      right: 1rem; }

.related-products .tab.is-active .tab-title {
  font-family: "Maven Pro";
  color: #6c5650;
  font-weight: 900;
  font-size: 1.25rem; }

.related-products div.tabs-contents .card .card-body .card-title {
  color: #35608b;
  font-family: "Maven Pro";
  font-size: 1.125rem; }
  @media (min-width: 801px) {
    .related-products div.tabs-contents .card .card-body .card-title {
      font-size: 1.25rem; } }

.related-products div.tabs-contents .card .card-body .card-sku {
  color: black;
  font-family: "Maven Pro";
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center; }

.related-products div.tabs-contents .card .card-body .bottom-card {
  margin: 0; }
  .related-products div.tabs-contents .card .card-body .bottom-card span.card-rating.rating--small {
    margin: 20px 0 22px 0; }

#add-to-cart-success {
  background-color: #008a06;
  text-align: center;
  color: white;
  padding: .6rem 0;
  font-size: 1rem;
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
  animation-name: fadeOut;
  animation-duration: 4s;
  transition: fadeOut .3s ease-in-out; }
  #add-to-cart-success a.view-cart-link {
    color: white; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  @media (min-width: 801px) {
    #add-to-cart-success {
      font-size: 1.25rem; } }
  #add-to-cart-success.is-visible {
    display: block; }

.productView-image .easyzoom-flyout {
  background-color: white; }

.productView-options .out-of-stock #form-action-addToCart {
  background-color: #909090;
  opacity: .5;
  pointer-events: none;
  border: none; }

.productView-engravable [data-product-option-change] [data-product-attribute="input-checkbox"] {
  display: flex; }
  .productView-engravable [data-product-option-change] [data-product-attribute="input-checkbox"] label {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0 !important; }
    .productView-engravable [data-product-option-change] [data-product-attribute="input-checkbox"] label:first-child {
      margin-right: 15px; }

#form-action-addToCart.disabled {
  pointer-events: none;
  border: none;
  position: relative;
  opacity: .7;
  background-color: #999999; }

dl.productView-info div.NETREVIEWS_PRODUCT_STARS {
  margin: 13px 0;
  display: none; }
  @media (min-width: 801px) {
    dl.productView-info div.NETREVIEWS_PRODUCT_STARS {
      display: block; } }

div.productView-info--mobile div.NETREVIEWS_PRODUCT_STARS {
  display: block; }
  @media (min-width: 801px) {
    div.productView-info--mobile div.NETREVIEWS_PRODUCT_STARS {
      display: none; } }

.custom-warranty-info {
  margin-top: 50px; }
  .custom-warranty-info h1 {
    text-transform: uppercase;
    color: #6c5650;
    font-family: "Maven Pro";
    font-size: 1.25rem;
    font-weight: 900; }
  .custom-warranty-info h2,
  .custom-warranty-info h3 {
    font-family: "Maven Pro";
    font-size: 1.5rem;
    font-weight: 500;
    color: #35608b; }
  .custom-warranty-info strong {
    color: #35608b; }

.reviewed {
  margin: 1rem auto; }

[data-product-attribute="input-checkbox"] label.form-label {
  margin-top: 2px; }
  [data-product-attribute="input-checkbox"] label.form-label.form-label--inlineSmall {
    margin-top: 0; }

.bulkPricing-value .price-section--saving,
.bulkPricing-value .rrp-price--withoutTax {
  display: none; }

#netreviews_rating_section {
  display: none !important; }

.netreviews_bg_stars div,
.netreviews_review_rate_and_stars div {
  font-size: 16px !important; }

.netreviews_reviews_rate {
  left: 90px !important; }

.engravable-text-options {
  display: none;
  margin-top: 1rem; }
  .engravable-text-options.engravable-text-options--visible {
    display: block; }
  .engravable-text-options .form-field[data-product-attribute="set-select"] {
    margin: 15px 0 30px 0; }
  .engravable-text-options input.form-input,
  .engravable-text-options .form-select.form-select--small {
    max-width: 100%; }
    @media (min-width: 551px) {
      .engravable-text-options input.form-input,
      .engravable-text-options .form-select.form-select--small {
        max-width: 320px; } }
  .engravable-text-options .form-field > .form-label {
    min-width: 160px; }
    @media (max-width: 801px) {
      .engravable-text-options .form-field > .form-label {
        margin-top: 0; } }
  @media (min-width: 1047px) {
    .engravable-text-options .character {
      margin-left: 175px; } }
  @media (min-width: 801px) {
    .engravable-text-options .character {
      max-width: 320px; } }
  .engravable-text-options .character p {
    text-align: left;
    margin-bottom: 0;
    display: block;
    font-size: 12px;
    color: #9a1517; }

.personalize-options small {
  display: none; }

.personalize-options label span {
  font-size: 14px; }

@media (min-width: 801px) {
  .personalize-options label.form-label--inlineSmall {
    display: inline-block;
    float: left;
    margin-right: 15px; } }

.personalize-options .form-radio:checked + .form-option {
  border-color: #35608b !important;
  box-shadow: none;
  background: #35608b !important;
  color: white; }

.engravableQtyError {
  text-align: left;
  font-size: 16px; }

.quote-error {
  margin-bottom: 5px; }

.productView-img-expand {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%; }

.yotpo-widget-instance[data-yotpo-instance-id="577000"] {
  margin-top: 1rem; }

#image-modal {
  height: 90%; }
  #image-modal .modal-content {
    position: absolute;
    inset: 0; }
    #image-modal .modal-content img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center; }

.productView-title {
  font-weight: 700;
  margin: 0;
  font-size: 1.25rem; }
  @media (min-width: 801px) {
    .productView-title {
      font-size: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 2rem; } }

.bulkPricing-body {
  background: #F4F5F5;
  padding: .5rem 1rem 1rem;
  margin-bottom: 1rem; }
  .bulkPricing-body h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600; }
  .bulkPricing-body .bulk-pricing-list {
    margin-top: 6px; }
  .bulkPricing-body .bulk-pricing-list,
  .bulkPricing-body .bulk-pricing-column {
    margin-bottom: 0;
    font-size: .9rem;
    list-style: none;
    padding: 0;
    flex: 1;
    margin-left: 0 !important; }
    .bulkPricing-body .bulk-pricing-list li,
    .bulkPricing-body .bulk-pricing-column li {
      display: flex;
      gap: 0px;
      padding: 0;
      font-size: 14px;
      margin: 0; }
      .bulkPricing-body .bulk-pricing-list li:before,
      .bulkPricing-body .bulk-pricing-column li:before {
        content: "•";
        margin-right: 4px; }
      .bulkPricing-body .bulk-pricing-list li .bulk-pricing-qty,
      .bulkPricing-body .bulk-pricing-column li .bulk-pricing-qty {
        min-width: 90px; }
    .bulkPricing-body .bulk-pricing-list .bulk-pricing-price,
    .bulkPricing-body .bulk-pricing-column .bulk-pricing-price {
      color: #6c5650; }

.productOptions-list {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  border: 0; }

.productOptions-list--none {
  flex-basis: 100%; }

.productOptions-list-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  flex-basis: calc((100% / 4) - ((.75rem / 4) + 6px));
  border: 0;
  border: 1px solid #cccccc;
  color: black; }
  .productOptions-list-item .productOptions-list-item-figure {
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto .5rem auto;
    display: block; }
  .productOptions-list-item .form-label {
    padding: .5rem;
    height: 100%;
    transition: .25s all ease;
    top: 0;
    text-align: center;
    font-size: .8rem; }
    .productOptions-list-item .form-label::before, .productOptions-list-item .form-label::after {
      content: none; }
  .productOptions-list-item:active .form-label, .productOptions-list-item:focus .form-label, .productOptions-list-item:hover .form-label {
    background: #35608b;
    color: white; }
  .productOptions-list-item input:focus + .form-label {
    outline-offset: -2px !important; }
  .productOptions-list-item input:checked + .form-label {
    background: #e5e5e5;
    color: black; }

.productView-info-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: .75rem 1rem;
  border-bottom: 1px solid #999999;
  background: #e5e5e5; }
  .productView-info-container:first-child {
    border-top: 1px solid #999999; }
  .productView-info-container:nth-of-type(2n) {
    background: white; }

.productView-info-name,
.productView-info-value {
  margin: 0 !important;
  font-size: 1rem; }

.productView-info-name {
  padding-right: .5rem;
  font-weight: bold;
  text-align: left;
  flex-basis: 100%; }
  @media (min-width: 551px) {
    .productView-info-name {
      text-align: right;
      flex-basis: 50%; } }
  @media (min-width: 801px) {
    .productView-info-name {
      flex-basis: 33.33%; } }
  @media (min-width: 1261px) {
    .productView-info-name {
      flex-basis: 25%; } }

.yotpo-display-l .yotpo-main-layout .yotpo-head,
.yotpo-display-m .yotpo-main-layout .yotpo-head {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.unavailable {
  opacity: 0.45;
  position: relative;
  pointer-events: none; }
  .unavailable .form-option-variant--pattern {
    opacity: 0.34; }

/* Add X over unavailable swatches */
.form-option-wrapper.unavailable::after {
  content: "✕";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #e53935;
  z-index: 1; }

#tab-related .card-text .price-section {
  display: none; }

#wishlist-dropdown.is-open {
  position: relative !important;
  left: 0 !important;
  top: 10px !important; }

.breadcrumbs {
  display: inline-block;
  margin-top: 1rem; }
  .breadcrumbs.breadcrumbs-cart {
    padding: 0; }
  @media (min-width: 801px) {
    .breadcrumbs {
      display: flex;
      justify-content: flex-start; } }
  .breadcrumbs .breadcrumb a,
  .breadcrumbs .breadcrumb-label {
    color: #35608b;
    font-size: 0.8125rem;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle; }
  .breadcrumbs .breadcrumb {
    position: relative;
    align-items: center;
    margin: 0;
    padding: 0 20px; }
    .breadcrumbs .breadcrumb:first-child {
      padding-left: 0; }
      .breadcrumbs .breadcrumb:first-child::before {
        display: none; }
    .breadcrumbs .breadcrumb:not(:first-child)::before {
      content: "";
      position: absolute;
      left: -5px;
      top: 30%;
      transform: translate(0, -50%);
      height: 10px;
      width: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='4px' height='6px' viewBox='0 0 4 6' version='1.1'%3E%3C!-- Generator: sketchtool 63.1 (101010) - https://sketch.com --%3E%3Ctitle%3E89646D92-5C55-4F06-8C25-0FF527909077%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='INTERIORS' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-Detail---DESKTOP' transform='translate(-367.000000, -278.000000)' fill='%2335608B' fill-rule='nonzero'%3E%3Cg id='CRUMBS' transform='translate(310.000000, 272.000000)'%3E%3Cpolygon id='Shape' transform='translate(59.000000, 9.000000) scale(-1, 1) rotate(90.000000) translate(-59.000000, -9.000000) ' points='56.7 7 56 7.75675676 59 11 62 7.75675676 61.3 7 59 9.48648649'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border: none;
      transform: none;
      margin: 0; }
    .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      text-decoration: none; }
      .breadcrumbs .breadcrumb.is-active .breadcrumb-label span {
        color: #767676;
        font-size: 0.875rem;
        text-transform: capitalize; }

.custom-product-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .custom-product-container {
      width: 82.5625rem;
      padding: 0 1rem; } }
  .custom-product-container .custom-product-top {
    min-height: 30px;
    margin-top: 20px; }
    .custom-product-container .custom-product-top .socialLinks {
      display: flex;
      justify-content: flex-start;
      max-width: unset;
      padding: 20px 0;
      margin-top: 20px; }
      @media (min-width: 801px) {
        .custom-product-container .custom-product-top .socialLinks {
          justify-content: flex-end;
          padding: 0;
          float: right; } }
      .custom-product-container .custom-product-top .socialLinks .socialLinks-item {
        margin: 0 0.625rem; }
        .custom-product-container .custom-product-top .socialLinks .socialLinks-item:first-child {
          margin-left: 0; }
        @media (min-width: 801px) {
          .custom-product-container .custom-product-top .socialLinks .socialLinks-item {
            margin: 0 0.625rem; }
            .custom-product-container .custom-product-top .socialLinks .socialLinks-item:last-child {
              margin-right: 0; } }
        .custom-product-container .custom-product-top .socialLinks .socialLinks-item .icon {
          height: 24px;
          width: 24px; }
          .custom-product-container .custom-product-top .socialLinks .socialLinks-item .icon svg {
            fill: #35608b; }
            .custom-product-container .custom-product-top .socialLinks .socialLinks-item .icon svg:hover, .custom-product-container .custom-product-top .socialLinks .socialLinks-item .icon svg:focus {
              fill: #909090; }
  .custom-product-container .custom-product {
    position: relative;
    padding-bottom: 3rem;
    padding-top: 0rem;
    padding-left: 20px;
    padding-right: 20px; }
    .custom-product-container .custom-product .socialLinks {
      display: none; }
    .custom-product-container .custom-product .productView-title {
      margin: 1rem auto;
      overflow-wrap: break-word; }
    .custom-product-container .custom-product .productView-description {
      margin: 0;
      padding: 0; }
    .custom-product-container .custom-product .productView-product {
      padding-bottom: 0; }
    .custom-product-container .custom-product .quote-button {
      background-color: #35608b;
      color: white;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Maven Pro";
      padding: 1.5rem 3rem; }
      .custom-product-container .custom-product .quote-button:hover, .custom-product-container .custom-product .quote-button:focus {
        background-color: #666666; }
    .custom-product-container .custom-product .tabs-contents {
      display: none; }
    .custom-product-container .custom-product .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 1.5rem !important; }
      @media (min-width: 551px) {
        .custom-product-container .custom-product .productView-options .form-field > .form-label:nth-of-type(2) {
          margin-left: 0rem !important; } }
    .custom-product-container .custom-product div.form-field[data-product-attribute=set-radio] {
      text-align: left; }
      .custom-product-container .custom-product div.form-field[data-product-attribute=set-radio] label {
        display: block;
        width: 100%; }
    .custom-product-container .custom-product div.form-field[data-product-attribute=input-checkbox] {
      text-align: left; }
      .custom-product-container .custom-product div.form-field[data-product-attribute=input-checkbox]:not(:nth-child(3)) label.form-label.form-label--alternate.form-label--inlineSmall {
        display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .productView-options .form-select--small,
  .productView-options .form-select--date {
    margin: .25rem auto; } }

.resource-center {
  text-align: center; }
  .resource-center a {
    text-decoration: none;
    color: #3b6186; }
    .resource-center a:hover, .resource-center a:focus {
      cursor: pointer;
      color: black; }
  .resource-center .itemWrapper {
    margin: 1rem auto; }
  .resource-center .itemTitle {
    display: block;
    font-weight: 700;
    color: #3b6186; }

.content-layout--shogun {
  margin-bottom: 5rem; }
  .content-layout--shogun a {
    text-decoration: none;
    color: black; }
    .content-layout--shogun a:hover, .content-layout--shogun a:focus {
      color: #35608b; }

.personalized-engraving {
  margin-bottom: 5rem; }
  .personalized-engraving a {
    text-decoration: none; }
    .personalized-engraving a strong {
      transition: all .2s ease-in-out;
      background-color: #35608b;
      color: white;
      padding: 1rem;
      border-radius: 4px; }
    .personalized-engraving a:hover strong, .personalized-engraving a:focus strong {
      background-color: #666666; }

.resourceCenter-Video h2 {
  visibility: hidden; }

.email-new-subscription p {
  text-align: center; }

.client-feedback {
  color: #35608b; }
  .client-feedback h2 {
    color: inherit;
    font-weight: 700;
    font-family: "Maven Pro"; }
  .client-feedback p {
    color: black;
    font-family: "Maven Pro"; }

.free-shipping big {
  color: #35608b; }

.shogun-root.container {
  padding: 0; }

.previewCartItem-image img {
  padding: 1rem !important; }

.previewCartItem-content {
  padding-left: 1rem !important; }

.previewCartItem-name a {
  color: #35608b;
  overflow-wrap: break-word; }

tr[data-product-type="Engravable Template"] {
  position: relative;
  background: #f9f9f9; }

.cart-additionalCheckoutButtons img.amazonpay-button-inner-image:focus {
  border: 1px solid #35608b; }

.engravable-alert {
  background: #ffdddd;
  font-weight: 900; }
  .engravable-alert svg {
    fill: #9a1517; }

.shipping-estimate-hide {
  width: 70px;
  text-align: left; }
  @media (min-width: 801px) {
    .shipping-estimate-hide {
      text-align: center; } }

.cart-item-quantity .form-increment {
  position: relative;
  left: 12%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 0px;
  margin-left: 0px; }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 3rem; }
    .cart-item-quantity .form-increment .form-input--incrementTotal:disabled {
      color: black !important;
      opacity: 1 !important; }
  @media only screen and (min-width: 350px) {
    .cart-item-quantity .form-increment {
      left: 15%; } }
  @media only screen and (min-width: 414px) {
    .cart-item-quantity .form-increment {
      left: 17%; } }
  @media only screen and (min-width: 450px) {
    .cart-item-quantity .form-increment {
      left: 20%; } }
  @media only screen and (min-width: 500px) {
    .cart-item-quantity .form-increment {
      left: 21%; } }
  @media (min-width: 551px) {
    .cart-item-quantity .form-increment {
      left: initial;
      position: static; } }
  .cart-item-quantity .form-increment button.button.button--icon {
    border-radius: 0px;
    border-top: none;
    border-bottom: none;
    padding: .5rem; }

.cart-item-image {
  max-width: 75px; }

table.cart[data-cart-quantity] {
  padding: 0 1rem; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 801px) {
    table.cart[data-cart-quantity] thead.cart-header tr th.cart-header-item {
      text-align: left; }
      table.cart[data-cart-quantity] thead.cart-header tr th.cart-header-item.cart-header-quantity {
        text-align: center; }
      table.cart[data-cart-quantity] thead.cart-header tr th.cart-header-item:last-child {
        text-align: right; } }

.previewCartItem-sku {
  color: #757575;
  display: block;
  font-size: 13px;
  margin-bottom: 5px; }

.cart-item-brand,
.cart-item-sku {
  color: #909090;
  margin-bottom: 0.1875rem; }

.AmazonPayCheckout {
  margin-bottom: 35px; }

.braintree-paypal-button.paypal-smart-buttons {
  margin: 0; }
  .braintree-paypal-button.paypal-smart-buttons div.paypal-buttons:last-child {
    margin-bottom: 0; }

.alertBox--cart {
  background-color: #008a06; }

.sidebarBlock .navList-action {
  color: #333333; }

.category-banner-container {
  position: relative; }
  .category-banner-container .category-banner {
    min-height: 100px;
    width: 100%;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat; }
    @media (min-width: 551px) {
      .category-banner-container .category-banner {
        background-size: cover;
        background-position: center;
        min-height: 150px; } }
    @media (min-width: 551px) {
      .category-banner-container .category-banner {
        height: 250px; } }
    @media (min-width: 1261px) {
      .category-banner-container .category-banner {
        height: 300px; } }
  .category-banner-container .category-content {
    font-family: "Maven Pro";
    background-color: #ecedee;
    padding: 20px;
    width: 100%; }
    @media (min-width: 551px) {
      .category-banner-container .category-content {
        background-color: transparent;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%); } }
    .category-banner-container .category-content .category-heading {
      color: #1d4e84;
      font-family: "Maven Pro";
      font-size: 1.875rem;
      margin: 0;
      font-weight: 900; }
      @media (min-width: 551px) {
        .category-banner-container .category-content .category-heading {
          color: white; } }
      @media (min-width: 801px) {
        .category-banner-container .category-content .category-heading {
          font-size: 3rem; } }
      @media (min-width: 1261px) {
        .category-banner-container .category-content .category-heading {
          font-size: 4.5rem; } }
    .category-banner-container .category-content a {
      text-decoration: none; }
    .category-banner-container .category-content p {
      color: #1d4e84;
      font-size: 0.875rem;
      margin: 0;
      font-family: inherit;
      font-weight: 900;
      position: relative;
      display: inline; }
      .category-banner-container .category-content p::after {
        content: "\203A";
        font-size: 1.5rem;
        position: absolute;
        top: 50%;
        right: -16px;
        transform: translateY(-50%); }
        @media (min-width: 1261px) {
          .category-banner-container .category-content p::after {
            transform: translateY(-55%);
            font-size: 1.5625rem; } }
      @media (min-width: 1261px) {
        .category-banner-container .category-content p {
          color: white;
          font-size: 1rem; } }

.category-page-container .below-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media (min-width: 801px) {
    .category-page-container .below-banner {
      justify-content: space-between;
      margin-bottom: 20px; } }
  .category-page-container .below-banner nav.breadcrumbs-container {
    float: left; }
    .category-page-container .below-banner nav.breadcrumbs-container .breadcrumbs {
      margin-bottom: 0; }
  .category-page-container .below-banner .socialLinks {
    display: flex;
    justify-content: flex-start;
    max-width: initial;
    margin: 1rem 0; }
    @media (min-width: 801px) {
      .category-page-container .below-banner .socialLinks {
        justify-content: flex-end;
        float: right; } }
    .category-page-container .below-banner .socialLinks .socialLinks-item {
      margin: 0 0.3125rem; }
      .category-page-container .below-banner .socialLinks .socialLinks-item:first-child {
        margin-left: 0; }
      @media (min-width: 801px) {
        .category-page-container .below-banner .socialLinks .socialLinks-item {
          margin: 0 0.625rem; }
          .category-page-container .below-banner .socialLinks .socialLinks-item:last-child {
            margin-right: 0; } }
      .category-page-container .below-banner .socialLinks .socialLinks-item .icon {
        height: 24px;
        width: 24px; }
        .category-page-container .below-banner .socialLinks .socialLinks-item .icon svg {
          fill: #35608b; }
          .category-page-container .below-banner .socialLinks .socialLinks-item .icon svg:hover, .category-page-container .below-banner .socialLinks .socialLinks-item .icon svg:focus {
            fill: #909090; }

.category-page-container.no-banner .below-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 42px; }
  @media (min-width: 801px) {
    .category-page-container.no-banner .below-banner {
      justify-content: space-between; } }
  .category-page-container.no-banner .below-banner .socialLinks {
    margin: 0;
    transform: none; }
  .category-page-container.no-banner .below-banner .breadcrumbs-container .breadcrumbs {
    margin: 0; }

#product-listing-container .form-label {
  color: #333333; }

#product-listing-container .category-image-container {
  display: none; }

.page-bottom.container {
  clear: both; }
  .page-bottom.container .category-description::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0; }
  .page-bottom.container .category-description h2.category-subtitle {
    color: #525b5c;
    font-family: "Maven Pro";
    font-size: 1.25rem;
    font-weight: 500;
    clear: both; }
    @media (min-width: 1261px) {
      .page-bottom.container .category-description h2.category-subtitle {
        font-size: 1.5rem; } }
  .page-bottom.container .category-description p.category-text {
    color: #231f20;
    font-family: "Maven Pro";
    font-size: 1rem; }
    @media (min-width: 1261px) {
      .page-bottom.container .category-description p.category-text {
        font-size: 1.125rem; } }
  .page-bottom.container .category-description a {
    color: #35608b; }
    .page-bottom.container .category-description a:hover, .page-bottom.container .category-description a:focus {
      color: #909090; }
    .page-bottom.container .category-description a button {
      color: white;
      font-size: 1rem;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase;
      width: 100%;
      margin: 60px 0 100px 0;
      background-color: #35608b;
      padding: 1.12rem 1.4375rem;
      transition: all .2s ease-in-out;
      cursor: pointer; }
      @media (min-width: 551px) {
        .page-bottom.container .category-description a button {
          width: auto; } }
      .page-bottom.container .category-description a button:hover, .page-bottom.container .category-description a button:focus {
        transform: translate(-50%, -1px);
        box-shadow: 3px 3px 20px #909090; }
        @media (min-width: 801px) {
          .page-bottom.container .category-description a button:hover, .page-bottom.container .category-description a button:focus {
            transform: translate(0, -1px); } }

.category-heading.category-heading--noBanner {
  color: #35608b;
  font-size: 1.8em; }

#hawkbreadcrumb {
  display: none !important; }

.category-main {
  height: 800px;
  position: relative; }

.custom-pin .custom-pin-top {
  min-height: 30px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  @media (min-width: 801px) {
    .custom-pin .custom-pin-top {
      padding: 0 .75rem;
      justify-content: space-between; } }
  .custom-pin .custom-pin-top .socialLinks {
    display: flex;
    justify-content: flex-start;
    max-width: initial;
    padding: 20px 1rem;
    margin-top: 1rem;
    transform: none; }
    @media (min-width: 801px) {
      .custom-pin .custom-pin-top .socialLinks {
        justify-content: flex-end;
        padding: 0;
        margin: 0;
        float: right; } }
    .custom-pin .custom-pin-top .socialLinks .socialLinks-item {
      margin: 0 0.625rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .custom-pin .custom-pin-top .socialLinks .socialLinks-item:first-child {
        margin-left: 0; }
      @media (min-width: 801px) {
        .custom-pin .custom-pin-top .socialLinks .socialLinks-item {
          margin: 0 0.625rem; }
          .custom-pin .custom-pin-top .socialLinks .socialLinks-item:last-child {
            margin-right: 0; } }
      .custom-pin .custom-pin-top .socialLinks .socialLinks-item .icon {
        height: 20px;
        width: 20px; }
        @media (min-width: 801px) {
          .custom-pin .custom-pin-top .socialLinks .socialLinks-item .icon {
            height: 24px;
            width: 24px; } }
        .custom-pin .custom-pin-top .socialLinks .socialLinks-item .icon svg {
          fill: #35608b; }
          .custom-pin .custom-pin-top .socialLinks .socialLinks-item .icon svg:hover, .custom-pin .custom-pin-top .socialLinks .socialLinks-item .icon svg:focus {
            fill: #909090; }

.custom-pin .custom-pin-container {
  position: relative;
  padding-bottom: 4.9375rem; }
  .custom-pin .custom-pin-container ul.tabs {
    display: none; }
  .custom-pin .custom-pin-container .tab-content {
    margin: 0 !important; }
  .custom-pin .custom-pin-container .layout-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 801px) {
      .custom-pin .custom-pin-container .layout-container {
        flex-direction: row;
        justify-content: space-between; } }
    .custom-pin .custom-pin-container .layout-container .layout-column-1 {
      width: 100%; }
      .custom-pin .custom-pin-container .layout-container .layout-column-1 .productView-title--mobile {
        color: #6c5650;
        font-family: "Maven Pro";
        font-size: 1.625rem;
        font-weight: 500;
        padding-left: 0; }
        @media (min-width: 801px) {
          .custom-pin .custom-pin-container .layout-container .layout-column-1 .productView-title--mobile {
            display: none; } }
    .custom-pin .custom-pin-container .layout-container .left-column {
      width: 100%; }
      .custom-pin .custom-pin-container .layout-container .left-column .productView-image .easyzoom-flyout {
        background-color: white; }
      @media (min-width: 801px) {
        .custom-pin .custom-pin-container .layout-container .left-column {
          width: 60%; }
          .custom-pin .custom-pin-container .layout-container .left-column .productView-images {
            max-width: 628px;
            float: none; } }
      @media (min-width: 801px) {
        .custom-pin .custom-pin-container .layout-container .left-column .productView-images .productView-thumbnails.slick-initialized.slick-slider button.slick-prev.slick-arrow {
          left: 0px;
          top: 50%;
          transform: translateY(-30%); }
        .custom-pin .custom-pin-container .layout-container .left-column .productView-images .productView-thumbnails.slick-initialized.slick-slider button.slick-next.slick-arrow {
          right: 0px;
          transform: translateY(-30%); } }
    .custom-pin .custom-pin-container .layout-container .right-column {
      width: 100%; }
      @media (min-width: 801px) {
        .custom-pin .custom-pin-container .layout-container .right-column {
          width: 40%; } }
  .custom-pin .custom-pin-container .layout-bottom {
    padding: 0 20px; }
    @media (min-width: 1261px) {
      .custom-pin .custom-pin-container .layout-bottom {
        padding: 0; } }
  .custom-pin .custom-pin-container .productView-description {
    margin-top: 0; }
  .custom-pin .custom-pin-container .productView-details {
    width: 100%;
    padding: 0; }
    .custom-pin .custom-pin-container .productView-details .productView-options h3.productView-options-heading {
      color: #35608b;
      margin-top: 1rem;
      text-align: left;
      font-size: 1rem;
      margin-bottom: 24px; }
      @media (min-width: 801px) {
        .custom-pin .custom-pin-container .productView-details .productView-options h3.productView-options-heading {
          font-size: 1.375rem;
          margin-top: 1rem;
          margin-bottom: 38px; } }
  .custom-pin .custom-pin-container .productView-images {
    width: 100%; }
    .custom-pin .custom-pin-container .productView-images .productView-img-container {
      max-width: initial; }
    .custom-pin .custom-pin-container .productView-images .productView-info--mobile {
      display: block;
      width: 100%;
      margin-bottom: 50px; }
      @media (min-width: 801px) {
        .custom-pin .custom-pin-container .productView-images .productView-info--mobile {
          display: none; } }
      .custom-pin .custom-pin-container .productView-images .productView-info--mobile .productView-title {
        display: none; }
        @media (min-width: 801px) {
          .custom-pin .custom-pin-container .productView-images .productView-info--mobile .productView-title {
            display: block; } }
  @media (min-width: 801px) {
    .custom-pin .custom-pin-container .productView-product {
      padding-bottom: 0; } }
  .custom-pin .custom-pin-container .productView-product .productView-title {
    display: none;
    overflow-wrap: break-word; }
    @media (min-width: 801px) {
      .custom-pin .custom-pin-container .productView-product .productView-title {
        display: block; } }
  .custom-pin .custom-pin-container .productView-product .productView-rating {
    display: none; }
    @media (min-width: 801px) {
      .custom-pin .custom-pin-container .productView-product .productView-rating {
        display: block; } }
  .custom-pin .custom-pin-container .productView-product div.price-range-container {
    display: flex;
    margin: 10px 0 10px 0;
    color: #35608b; }
    .custom-pin .custom-pin-container .productView-product div.price-range-container h3.price-range-heading {
      font-size: 1.25rem;
      font-weight: 500;
      margin: 0 5px 0 0;
      color: inherit; }
    .custom-pin .custom-pin-container .productView-product div.price-range-container div.price-range-value {
      font-size: 1.25rem;
      font-weight: 500; }
    .custom-pin .custom-pin-container .productView-product div.price-range-container div.price-range-value.max::before {
      content: "-";
      margin: 0 5px; }
  .custom-pin .custom-pin-container .productView-options {
    padding: 0 1.25rem;
    background-color: #ecedee; }
    .custom-pin .custom-pin-container .productView-options .form-field {
      position: relative;
      text-align: left; }
      .custom-pin .custom-pin-container .productView-options .form-field input#attribute_file_399 {
        width: 100%; }
      .custom-pin .custom-pin-container .productView-options .form-field select.form-select.form-select--small {
        min-width: 100%;
        min-height: 3.125rem;
        margin-top: 10px; }
      .custom-pin .custom-pin-container .productView-options .form-field label.form-label {
        display: inline; }
      .custom-pin .custom-pin-container .productView-options .form-field label[for='attribute-check-150'] {
        display: block;
        margin: 10px 0; }
      .custom-pin .custom-pin-container .productView-options .form-field textarea {
        min-height: 150px; }
      .custom-pin .custom-pin-container .productView-options .form-field .option-link {
        text-decoration: none;
        color: #35608b;
        font-family: "Maven Pro";
        font-size: 0.875rem;
        font-weight: 900;
        text-align: right;
        float: right; }
        .custom-pin .custom-pin-container .productView-options .form-field .option-link::after {
          content: "\203A";
          margin-left: 5px;
          font-size: 1rem; }
      .custom-pin .custom-pin-container .productView-options .form-field input.form-input#attribute_text_153 {
        height: 153px;
        margin-top: 10px; }
      .custom-pin .custom-pin-container .productView-options .form-field label.form-label.form-label--alternate[for='qty[]'] {
        display: block; }
      .custom-pin .custom-pin-container .productView-options .form-field label.form-label[for='attribute-check-402'] {
        display: block;
        margin: 5px 0; }
      .custom-pin .custom-pin-container .productView-options .form-field .form-increment button.button.button--icon {
        background-color: white;
        margin: 0;
        min-height: 50px;
        width: 40px; }
        .custom-pin .custom-pin-container .productView-options .form-field .form-increment button.button.button--icon .icon {
          width: auto; }
      .custom-pin .custom-pin-container .productView-options .form-field .form-increment input.form-input.form-input--incrementTotal {
        height: 50px;
        border-radius: 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; }
        @media (min-width: 801px) {
          .custom-pin .custom-pin-container .productView-options .form-field .form-increment input.form-input.form-input--incrementTotal {
            border-top: initial;
            border-bottom: initial; } }
      .custom-pin .custom-pin-container .productView-options .form-field[data-product-attribute='input-file'] {
        margin-bottom: 0px; }
    .custom-pin .custom-pin-container .productView-options .form-field--increments {
      margin-bottom: 40px; }
    .custom-pin .custom-pin-container .productView-options .form-field[data-product-attribute='input-checkbox'] {
      margin-bottom: 10px; }
      .custom-pin .custom-pin-container .productView-options .form-field[data-product-attribute='input-checkbox'] label.form-label {
        display: block;
        margin-top: 20px; }
    .custom-pin .custom-pin-container .productView-options .form-field[data-product-attribute='date'] label {
      display: inline-block;
      font-weight: 100;
      margin-right: 15px;
      font-size: 1rem;
      color: #666666;
      margin-top: 0;
      display: block;
      margin-top: 20px; }
    .custom-pin .custom-pin-container .productView-options div.price-range {
      font-size: 1.25rem;
      font-weight: 900;
      margin: 20px 0; }
    .custom-pin .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile {
      display: flex;
      margin: 10px 0 30px 0; }
      @media (min-width: 801px) {
        .custom-pin .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile {
          display: none; } }
      .custom-pin .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile h3.price-range-heading {
        font-size: 1.125rem;
        font-weight: 500;
        margin: 0 10px 0 0; }
        @media (min-width: 551px) {
          .custom-pin .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile h3.price-range-heading {
            font-size: 1.25rem; } }
      .custom-pin .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile div[itemprop] {
        font-size: 1.125rem;
        font-weight: 500; }
        @media (min-width: 551px) {
          .custom-pin .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile div[itemprop] {
            font-size: 1.25rem; } }
        .custom-pin .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile div[itemprop]:last-child::before {
          content: "-"; }
  .custom-pin .custom-pin-container .productView-bottom .productView-options-heading {
    text-transform: uppercase;
    color: #6c5650;
    font-family: "Maven Pro";
    font-size: 1.25rem;
    font-weight: 900; }
  .custom-pin .custom-pin-container .productView-bottom .productView-options-info div.option-container {
    position: relative; }
    .custom-pin .custom-pin-container .productView-bottom .productView-options-info div.option-container h3.option-heading {
      font-family: "Maven Pro";
      font-size: 1.5rem;
      font-weight: 500;
      color: #35608b; }
    .custom-pin .custom-pin-container .productView-bottom .productView-options-info div.option-container img.option-image {
      position: relative;
      left: 0;
      right: 0; }
  .custom-pin .custom-pin-container .description-container .description-heading {
    text-transform: uppercase;
    color: #6c5650;
    font-family: "Maven Pro";
    font-size: 1rem;
    font-weight: 900;
    margin: 0; }
    @media (min-width: 801px) {
      .custom-pin .custom-pin-container .description-container .description-heading {
        font-size: 1.25rem; } }
  .custom-pin .custom-pin-container .description-container ul.badge-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0; }
    @media (min-width: 801px) {
      .custom-pin .custom-pin-container .description-container ul.badge-list {
        justify-content: flex-start; } }
    .custom-pin .custom-pin-container .description-container ul.badge-list li.badge-item {
      position: relative;
      margin: 20px 0;
      width: 50%; }
      @media (min-width: 801px) {
        .custom-pin .custom-pin-container .description-container ul.badge-list li.badge-item {
          flex: 1; } }
      .custom-pin .custom-pin-container .description-container ul.badge-list li.badge-item img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 40px;
        width: auto; }
        @media (min-width: 801px) {
          .custom-pin .custom-pin-container .description-container ul.badge-list li.badge-item img {
            height: 60px;
            width: auto; } }
      .custom-pin .custom-pin-container .description-container ul.badge-list li.badge-item .badge-label {
        max-width: 100px;
        text-align: center;
        color: #231f20;
        font-size: 1.125rem;
        margin: 10px auto; }
  .custom-pin .custom-pin-container #customProductData {
    display: none; }
  .custom-pin .custom-pin-container .customPinContainer {
    margin: 20px 0;
    width: 100%; }
    .custom-pin .custom-pin-container .customPinContainer h5 {
      color: #35608b;
      font-family: "Maven Pro";
      font-size: 1.5rem;
      font-weight: 500;
      text-transform: capitalize; }
    .custom-pin .custom-pin-container .customPinContainer .cards .card img {
      max-width: 226px;
      margin: 0 auto; }
    .custom-pin .custom-pin-container .customPinContainer .cards .card p {
      color: #35608b;
      font-family: "Maven Pro";
      font-size: 1.25rem;
      font-weight: 500;
      text-align: center;
      margin: 0; }
  .custom-pin .custom-pin-container .sizing-container {
    margin-bottom: 100px; }
  .custom-pin .custom-pin-container .slick-track {
    margin-left: initial;
    margin-right: initial; }
  .custom-pin .custom-pin-container .add-to-cart-container {
    display: none; }

.custom-pin #qn-add-to-quote {
  background-color: #35608b;
  top: initial;
  left: initial;
  position: initial;
  margin-bottom: 56px; }
  .custom-pin #qn-add-to-quote:hover, .custom-pin #qn-add-to-quote:focus {
    background-color: #909090;
    color: white;
    border: 1px solid #333333; }

.productView-description {
  margin-top: 0; }
  .productView-description div.NETREVIEWS_PRODUCT_STARS {
    display: block;
    margin: 0 0 20px 0; }
    @media (min-width: 801px) {
      .productView-description div.NETREVIEWS_PRODUCT_STARS {
        display: none; } }

.custom-pin-quote #qn-add-to-quote.qn-add-to-quote.button--secondary {
  display: none !important; }

.custom-pin-quote .custom-pin-top {
  min-height: 30px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  @media (min-width: 801px) {
    .custom-pin-quote .custom-pin-top {
      padding: 0 .75rem;
      justify-content: space-between; } }
  .custom-pin-quote .custom-pin-top .socialLinks {
    display: flex;
    justify-content: flex-start;
    max-width: initial;
    padding: 20px 1rem;
    margin-top: 1rem;
    transform: none; }
    @media (min-width: 801px) {
      .custom-pin-quote .custom-pin-top .socialLinks {
        justify-content: flex-end;
        padding: 0;
        margin: 0;
        float: right; } }
    .custom-pin-quote .custom-pin-top .socialLinks .socialLinks-item {
      margin: 0 0.625rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .custom-pin-quote .custom-pin-top .socialLinks .socialLinks-item:first-child {
        margin-left: 0; }
      @media (min-width: 801px) {
        .custom-pin-quote .custom-pin-top .socialLinks .socialLinks-item {
          margin: 0 0.625rem; }
          .custom-pin-quote .custom-pin-top .socialLinks .socialLinks-item:last-child {
            margin-right: 0; } }
      .custom-pin-quote .custom-pin-top .socialLinks .socialLinks-item .icon {
        height: 20px;
        width: 20px; }
        @media (min-width: 801px) {
          .custom-pin-quote .custom-pin-top .socialLinks .socialLinks-item .icon {
            height: 24px;
            width: 24px; } }
        .custom-pin-quote .custom-pin-top .socialLinks .socialLinks-item .icon svg {
          fill: #35608b; }
          .custom-pin-quote .custom-pin-top .socialLinks .socialLinks-item .icon svg:hover, .custom-pin-quote .custom-pin-top .socialLinks .socialLinks-item .icon svg:focus {
            fill: #909090; }

.custom-pin-quote #add-to-cart-wrapper {
  align-items: center; }
  .custom-pin-quote #add-to-cart-wrapper .productView-price {
    text-align: right; }
  .custom-pin-quote #add-to-cart-wrapper .form-increment {
    height: 30px; }
  .custom-pin-quote #add-to-cart-wrapper .form-increment .button--icon {
    background-color: white;
    border: 1px solid #cccccc;
    color: #6c5650;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0; }
  .custom-pin-quote #add-to-cart-wrapper .form-increment .form-input--incrementTotal {
    height: 30px;
    width: 60px;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: #6c5650;
    padding: 0;
    font-size: 16px; }
  .custom-pin-quote #add-to-cart-wrapper .form-increment input:focus,
  .custom-pin-quote #add-to-cart-wrapper .form-increment button:focus {
    outline: none; }
  .custom-pin-quote #add-to-cart-wrapper .form-action-container {
    border: none; }

.custom-pin-quote .custom-pin-container {
  position: relative;
  padding-bottom: 4.9375rem;
  color: #6c5650 !important; }
  .custom-pin-quote .custom-pin-container ul.tabs {
    display: none; }
  .custom-pin-quote .custom-pin-container .tab-content {
    margin: 0 !important; }
  .custom-pin-quote .custom-pin-container .layout-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 801px) {
      .custom-pin-quote .custom-pin-container .layout-container {
        flex-direction: row;
        justify-content: space-between; } }
    .custom-pin-quote .custom-pin-container .layout-container .layout-column-1 {
      width: 100%; }
      .custom-pin-quote .custom-pin-container .layout-container .layout-column-1 .productView-title--mobile {
        color: #6c5650;
        font-family: "Maven Pro";
        font-size: 1.625rem;
        font-weight: 500;
        padding-left: 0; }
        @media (min-width: 801px) {
          .custom-pin-quote .custom-pin-container .layout-container .layout-column-1 .productView-title--mobile {
            display: none; } }
    .custom-pin-quote .custom-pin-container .layout-container .left-column {
      width: 100%; }
      .custom-pin-quote .custom-pin-container .layout-container .left-column .productView-image .easyzoom-flyout {
        background-color: white; }
      @media (min-width: 801px) {
        .custom-pin-quote .custom-pin-container .layout-container .left-column {
          width: 60%; }
          .custom-pin-quote .custom-pin-container .layout-container .left-column .productView-images {
            max-width: 628px;
            float: none; } }
      @media (min-width: 801px) {
        .custom-pin-quote .custom-pin-container .layout-container .left-column .productView-images .productView-thumbnails.slick-initialized.slick-slider button.slick-prev.slick-arrow {
          left: 0px;
          top: 50%;
          transform: translateY(-30%); }
        .custom-pin-quote .custom-pin-container .layout-container .left-column .productView-images .productView-thumbnails.slick-initialized.slick-slider button.slick-next.slick-arrow {
          right: 0px;
          transform: translateY(-30%); } }
    .custom-pin-quote .custom-pin-container .layout-container .right-column {
      width: 100%; }
      @media (min-width: 801px) {
        .custom-pin-quote .custom-pin-container .layout-container .right-column {
          width: 40%; } }
  .custom-pin-quote .custom-pin-container .layout-bottom {
    padding: 0 20px; }
    @media (min-width: 1261px) {
      .custom-pin-quote .custom-pin-container .layout-bottom {
        padding: 0; } }
  .custom-pin-quote .custom-pin-container .productView-description {
    margin-top: 0; }
  .custom-pin-quote .custom-pin-container .productView-details {
    width: 100%;
    padding: 0; }
    .custom-pin-quote .custom-pin-container .productView-details .productView-options h3.productView-options-heading {
      color: #6c5650;
      margin-top: 1rem;
      text-align: left;
      font-size: 1rem;
      margin-bottom: 14px; }
      @media (min-width: 801px) {
        .custom-pin-quote .custom-pin-container .productView-details .productView-options h3.productView-options-heading {
          font-size: 1.375rem;
          margin-top: 1rem;
          margin-bottom: 12px; } }
    .custom-pin-quote .custom-pin-container .productView-details .productView-minPrice {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 1rem;
      margin-left: 4px; }
    .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container {
      background: #f4f5f5;
      padding: 1rem;
      padding-top: .5rem;
      margin-bottom: 1rem;
      font-size: 14px;
      width: 100%;
      max-width: 100%; }
      .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-header {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 5px; }
      .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-columns {
        display: flex;
        flex-direction: column;
        gap: 0px; }
        @media (min-width: 1261px) {
          .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-columns {
            flex-direction: row;
            justify-content: space-between; } }
      .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-column {
        flex: 1; }
      .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-rule {
        display: flex;
        gap: 8px;
        padding: 0;
        font-size: 14px;
        justify-content: flex-start; }
        .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-rule:last-child {
          border-bottom: none; }
        @media (min-width: 801px) {
          .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-rule {
            white-space: nowrap; } }
        .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-rule .bulk-pricing-qty {
          min-width: 110px; }
      .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-price {
        color: #6c5650;
        text-align: left !important; }
      .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-columns .bulk-pricing-column:nth-child(2) .bulk-pricing-rule .bulk-pricing-qty {
        min-width: 110px; }
        @media (min-width: 1261px) {
          .custom-pin-quote .custom-pin-container .productView-details .bulk-pricing-container .bulk-pricing-columns .bulk-pricing-column:nth-child(2) .bulk-pricing-rule .bulk-pricing-qty {
            min-width: 130px; } }
  .custom-pin-quote .custom-pin-container .productView-images {
    width: 100%; }
    .custom-pin-quote .custom-pin-container .productView-images .productView-img-container {
      max-width: initial; }
    .custom-pin-quote .custom-pin-container .productView-images .productView-info--mobile {
      display: block;
      width: 100%;
      margin-bottom: 50px; }
      @media (min-width: 801px) {
        .custom-pin-quote .custom-pin-container .productView-images .productView-info--mobile {
          display: none; } }
      .custom-pin-quote .custom-pin-container .productView-images .productView-info--mobile .productView-title {
        display: none; }
        @media (min-width: 801px) {
          .custom-pin-quote .custom-pin-container .productView-images .productView-info--mobile .productView-title {
            display: block; } }
  @media (min-width: 801px) {
    .custom-pin-quote .custom-pin-container .productView-product {
      padding-bottom: 0; } }
  .custom-pin-quote .custom-pin-container .productView-product .productView-title {
    display: none;
    overflow-wrap: break-word; }
    @media (min-width: 801px) {
      .custom-pin-quote .custom-pin-container .productView-product .productView-title {
        display: block; } }
  .custom-pin-quote .custom-pin-container .productView-product .productView-rating {
    display: none; }
    @media (min-width: 801px) {
      .custom-pin-quote .custom-pin-container .productView-product .productView-rating {
        display: block; } }
  .custom-pin-quote .custom-pin-container .productView-product div.price-range-container {
    display: flex;
    margin: 10px 0 10px 0;
    color: #35608b; }
    .custom-pin-quote .custom-pin-container .productView-product div.price-range-container h3.price-range-heading {
      font-size: 1.25rem;
      font-weight: 500;
      margin: 0 5px 0 0;
      color: inherit; }
    .custom-pin-quote .custom-pin-container .productView-product div.price-range-container div.price-range-value {
      font-size: 1.25rem;
      font-weight: 500; }
    .custom-pin-quote .custom-pin-container .productView-product div.price-range-container div.price-range-value.max::before {
      content: "-";
      margin: 0 5px; }
  .custom-pin-quote .custom-pin-container .productView-options {
    padding: 0 1.25rem;
    background-color: #f4f5f5; }
    .custom-pin-quote .custom-pin-container .productView-options .form-field {
      position: relative;
      text-align: left; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field input#attribute_file_399 {
        width: 100%; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field select.form-select.form-select--small {
        min-width: 100%;
        min-height: 3.125rem;
        margin-top: 10px; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field label.form-label {
        display: inline; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field label[for='attribute-check-150'] {
        display: block;
        margin: 10px 0; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field textarea {
        min-height: 150px; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field .option-link {
        text-decoration: none;
        color: #35608b;
        font-family: "Maven Pro";
        font-size: 0.875rem;
        font-weight: 900;
        text-align: right;
        float: right; }
        .custom-pin-quote .custom-pin-container .productView-options .form-field .option-link::after {
          content: "\203A";
          margin-left: 5px;
          font-size: 1rem; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field input.form-input#attribute_text_153 {
        height: 153px;
        margin-top: 10px; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field label.form-label.form-label--alternate[for='qty[]'] {
        display: block; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field label.form-label[for='attribute-check-402'] {
        display: block;
        margin: 5px 0; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field .form-increment button.button.button--icon {
        background-color: white;
        margin: 0; }
        .custom-pin-quote .custom-pin-container .productView-options .form-field .form-increment button.button.button--icon .icon {
          width: auto; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field .form-increment input.form-input.form-input--incrementTotal {
        height: 50px;
        border-radius: 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; }
        @media (min-width: 801px) {
          .custom-pin-quote .custom-pin-container .productView-options .form-field .form-increment input.form-input.form-input--incrementTotal {
            border-top: initial;
            border-bottom: initial; } }
      .custom-pin-quote .custom-pin-container .productView-options .form-field[data-product-attribute='input-file'] {
        margin-bottom: 0px; }
    .custom-pin-quote .custom-pin-container .productView-options .form-field--increments {
      margin-bottom: 40px; }
    .custom-pin-quote .custom-pin-container .productView-options .form-field[data-product-attribute='input-checkbox'] {
      margin-bottom: 10px; }
      .custom-pin-quote .custom-pin-container .productView-options .form-field[data-product-attribute='input-checkbox'] label.form-label {
        display: block;
        margin-top: 20px; }
    .custom-pin-quote .custom-pin-container .productView-options .form-field[data-product-attribute='date'] label {
      display: inline-block;
      font-weight: 100;
      margin-right: 15px;
      font-size: 1rem;
      color: #666666;
      margin-top: 0;
      display: block;
      margin-top: 20px; }
    .custom-pin-quote .custom-pin-container .productView-options div.price-range {
      font-size: 1.25rem;
      font-weight: 900;
      margin: 20px 0; }
    .custom-pin-quote .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile {
      display: flex;
      margin: 10px 0 30px 0; }
      @media (min-width: 801px) {
        .custom-pin-quote .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile {
          display: none; } }
      .custom-pin-quote .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile h3.price-range-heading {
        font-size: 1.125rem;
        font-weight: 500;
        margin: 0 10px 0 0; }
        @media (min-width: 551px) {
          .custom-pin-quote .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile h3.price-range-heading {
            font-size: 1.25rem; } }
      .custom-pin-quote .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile div[itemprop] {
        font-size: 1.125rem;
        font-weight: 500; }
        @media (min-width: 551px) {
          .custom-pin-quote .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile div[itemprop] {
            font-size: 1.25rem; } }
        .custom-pin-quote .custom-pin-container .productView-options div.price-range-container.price-range-container--mobile div[itemprop]:last-child::before {
          content: "-"; }
  .custom-pin-quote .custom-pin-container .productView-bottom .productView-options-heading {
    text-transform: uppercase;
    color: #6c5650;
    font-family: "Maven Pro";
    font-size: 1.25rem;
    font-weight: 900; }
  .custom-pin-quote .custom-pin-container .productView-bottom .productView-options-info div.option-container {
    position: relative; }
    .custom-pin-quote .custom-pin-container .productView-bottom .productView-options-info div.option-container h3.option-heading {
      font-family: "Maven Pro";
      font-size: 1.5rem;
      font-weight: 500;
      color: #35608b; }
    .custom-pin-quote .custom-pin-container .productView-bottom .productView-options-info div.option-container img.option-image {
      position: relative;
      left: 0;
      right: 0; }
  .custom-pin-quote .custom-pin-container .description-container .description-heading {
    text-transform: uppercase;
    color: #6c5650;
    font-family: "Maven Pro";
    font-size: 1rem;
    font-weight: 900;
    margin: 0; }
    @media (min-width: 801px) {
      .custom-pin-quote .custom-pin-container .description-container .description-heading {
        font-size: 1.25rem; } }
  .custom-pin-quote .custom-pin-container .description-container ul.badge-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0; }
    @media (min-width: 801px) {
      .custom-pin-quote .custom-pin-container .description-container ul.badge-list {
        justify-content: flex-start; } }
    .custom-pin-quote .custom-pin-container .description-container ul.badge-list li.badge-item {
      position: relative;
      margin: 20px 0;
      width: 50%; }
      @media (min-width: 801px) {
        .custom-pin-quote .custom-pin-container .description-container ul.badge-list li.badge-item {
          flex: 1; } }
      .custom-pin-quote .custom-pin-container .description-container ul.badge-list li.badge-item img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 40px;
        width: auto; }
        @media (min-width: 801px) {
          .custom-pin-quote .custom-pin-container .description-container ul.badge-list li.badge-item img {
            height: 60px;
            width: auto; } }
      .custom-pin-quote .custom-pin-container .description-container ul.badge-list li.badge-item .badge-label {
        max-width: 100px;
        text-align: center;
        color: #231f20;
        font-size: 1.125rem;
        margin: 10px auto; }
  .custom-pin-quote .custom-pin-container #customProductData {
    display: none; }
  .custom-pin-quote .custom-pin-container .customPinContainer {
    margin: 20px 0;
    width: 100%; }
    .custom-pin-quote .custom-pin-container .customPinContainer h5 {
      color: #35608b;
      font-family: "Maven Pro";
      font-size: 1.5rem;
      font-weight: 500;
      text-transform: capitalize; }
    .custom-pin-quote .custom-pin-container .customPinContainer .cards .card img {
      max-width: 226px;
      margin: 0 auto; }
    .custom-pin-quote .custom-pin-container .customPinContainer .cards .card p {
      color: #35608b;
      font-family: "Maven Pro";
      font-size: 1.25rem;
      font-weight: 500;
      text-align: center;
      margin: 0; }
  .custom-pin-quote .custom-pin-container .sizing-container {
    margin-bottom: 100px; }
  .custom-pin-quote .custom-pin-container .slick-track {
    margin-left: initial;
    margin-right: initial; }
  .custom-pin-quote .custom-pin-container .add-to-cart-container {
    display: none; }

.custom-pin-quote #qn-add-to-quote {
  background-color: #35608b;
  top: initial;
  left: initial;
  position: initial;
  margin-bottom: 8px; }
  @media (min-width: 801px) {
    .custom-pin-quote #qn-add-to-quote {
      margin-bottom: 10px; } }
  .custom-pin-quote #qn-add-to-quote:hover, .custom-pin-quote #qn-add-to-quote:focus {
    background-color: #666666;
    color: white;
    border: 1px solid #666666; }

.custom-pin-quote .custom-accordion-option {
  margin-bottom: 1rem; }
  .custom-pin-quote .custom-accordion-option small {
    margin-left: 0; }
  .custom-pin-quote .custom-accordion-option .custom-accordion-header {
    background: white;
    padding: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    transition: border-radius 0.3s ease; }
    .custom-pin-quote .custom-accordion-option .custom-accordion-header .selected-value {
      margin-top: 1px; }
    .custom-pin-quote .custom-accordion-option .custom-accordion-header .form-label {
      margin: 0;
      font-weight: 500;
      max-width: 430px; }
      @media (min-width: 801px) {
        .custom-pin-quote .custom-accordion-option .custom-accordion-header .form-label {
          max-width: 430px; } }
    .custom-pin-quote .custom-accordion-option .custom-accordion-header .custom-accordion-icon {
      transition: transform 0.3s ease; }
      .custom-pin-quote .custom-accordion-option .custom-accordion-header .custom-accordion-icon .icon {
        width: 1.5rem;
        height: 1.5rem; }
      .custom-pin-quote .custom-accordion-option .custom-accordion-header .custom-accordion-icon.open {
        transform: rotate(180deg); }
  .custom-pin-quote .custom-accordion-option.open .custom-accordion-header {
    border-radius: 20px 20px 0 0;
    border-top: none;
    margin-top: -1px; }
  .custom-pin-quote .custom-accordion-option .custom-accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    opacity: 0;
    transition: all 0.3s ease-out;
    background: white;
    border-radius: 0 0 20px 20px;
    margin-top: 0rem; }
    .custom-pin-quote .custom-accordion-option .custom-accordion-content.extras .form-option-wrapper {
      padding: 1.1rem 0;
      margin: 0 !important;
      display: flex;
      align-items: center;
      gap: 1.5rem;
      border-bottom: 1px solid #e7e7e7; }
      .custom-pin-quote .custom-accordion-option .custom-accordion-content.extras .form-option-wrapper:last-of-type {
        border-bottom: none; }
      .custom-pin-quote .custom-accordion-option .custom-accordion-content.extras .form-option-wrapper .form-checkbox {
        display: none; }
      .custom-pin-quote .custom-accordion-option .custom-accordion-content.extras .form-option-wrapper .form-label {
        margin-bottom: 0;
        font-size: 1rem;
        padding-left: 1.5rem;
        max-width: 390px; }
    .custom-pin-quote .custom-accordion-option .custom-accordion-content.extras input[type="hidden"] {
      display: none; }
    .custom-pin-quote .custom-accordion-option .custom-accordion-content.open {
      max-height: 1600px;
      opacity: 1;
      padding: 1rem; }
  .custom-pin-quote .custom-accordion-option .form-option-wrapper {
    margin: 0.5rem 0; }
  .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0.75rem 0.75rem 1.5rem 0;
    vertical-align: top;
    width: auto; }
    .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch .form-option,
    .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch .form-option-swatch {
      border: none !important;
      box-shadow: none !important;
      padding: 0 !important;
      width: auto;
      height: auto;
      background: none; }
    .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch .form-option-variant--pattern {
      width: 90px;
      height: 90px;
      background-size: cover;
      background-position: center;
      border-radius: 0;
      border: none !important;
      box-shadow: none !important; }
    .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch .swatch-label {
      display: block;
      margin-top: 0.5rem;
      font-size: 1rem;
      color: #6c5650;
      text-align: center;
      max-width: 90px; }
    .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch .form-radio:checked + .form-option .form-option-variant--pattern {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) !important; }
    .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch .form-option-expanded {
      left: 50%;
      transform: translateX(-50%);
      top: -100px; }
    @media (max-width: 800px) {
      .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch {
        margin: 0.5rem; }
        .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch .form-option-variant--pattern {
          width: 63px;
          height: 63px; }
        .custom-pin-quote .custom-accordion-option .form-option-wrapper.swatch .swatch-label {
          max-width: 60px;
          font-size: 1rem; } }

.custom-pin-quote .form-action-container {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-bottom: 10px;
  flex-direction: row-reverse;
  padding-bottom: 2rem; }
  @media (max-width: 768px) {
    .custom-pin-quote .form-action-container {
      flex-direction: column-reverse;
      padding-bottom: 0.5rem; } }
  .custom-pin-quote .form-action-container .button-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 800px) {
      .custom-pin-quote .form-action-container .button-container {
        width: 100%;
        margin-bottom: 0px; } }
    .custom-pin-quote .form-action-container .button-container .button-label {
      margin-top: 0.15rem;
      text-align: center;
      font-size: 0.85rem;
      letter-spacing: -0.5px;
      margin-bottom: 5px; }
  .custom-pin-quote .form-action-container .button {
    width: 100% !important;
    border-radius: 10rem !important; }
  .custom-pin-quote .form-action-container .form-action {
    width: 100% !important;
    margin: 0 !important; }
  .custom-pin-quote .form-action-container #form-action-addToCart,
  .custom-pin-quote .form-action-container #qn-add-to-quote {
    width: 100% !important;
    height: 3.75rem !important;
    border-radius: 10rem !important; }
  .custom-pin-quote .form-action-container .form-option {
    border: 0 !important; }

.custom-pin-quote .form {
  color: #6c5650; }

.custom-pin-quote .form .form-label,
.custom-pin-quote .form .form-label--alternate,
.custom-pin-quote .form .form-label--inlineSmall,
.custom-pin-quote .form label {
  color: #6c5650; }

.custom-pin-quote .custom-accordion-option .custom-accordion-header .label-container label,
.custom-pin-quote .custom-accordion-option .custom-accordion-content label,
.custom-pin-quote .form-option-wrapper.swatch .swatch-label,
.custom-pin-quote .productOptions-list-item label,
.custom-pin-quote .button-label {
  color: #6c5650; }

.custom-pin-quote .productView-price,
.custom-pin-quote .productView-price-description,
.custom-pin-quote [data-product-price-calculated],
.custom-pin-quote .alertBox-message,
.custom-pin-quote .form small {
  color: #6c5650; }

.custom-pin-quote .button,
.custom-pin-quote .button--primary,
.custom-pin-quote .button--icon {
  color: inherit; }

.custom-pin-quote .qn-add-to-quote .button--secondary {
  display: none; }

.productView-description {
  margin-top: 0; }
  .productView-description div.NETREVIEWS_PRODUCT_STARS {
    display: block;
    margin: 0 0 20px 0; }
    @media (min-width: 801px) {
      .productView-description div.NETREVIEWS_PRODUCT_STARS {
        display: none; } }

.quote-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none; }
  .quote-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 90%;
    max-width: 500px;
    padding: 2rem;
    border-radius: 4px; }
  .quote-modal .form-field {
    margin-bottom: 1rem; }
  .quote-modal .form-label {
    font-weight: 600;
    font-size: 1rem; }
  .quote-modal .form-input {
    width: 100%; }
  .quote-modal-footer {
    margin-top: 2rem;
    text-align: right; }
    .quote-modal-footer .button {
      margin-left: 1rem; }
  .quote-modal .custom-accordion-content {
    padding: 0.5rem 0; }
  .quote-modal .custom-accordion-header {
    padding: 0.5rem 0; }
  .quote-modal .close-modal {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer; }
  .quote-modal .quote-modal-footer .button {
    width: 100%;
    margin: 10px 0;
    color: white;
    background-color: #35608b;
    font-weight: 600;
    font-size: 1rem; }
    .quote-modal .quote-modal-footer .button:hover {
      background-color: #666666; }

.custom-pins-template {
  position: relative;
  padding: 0; }
  @media (min-width: 801px) {
    .custom-pins-template {
      padding: 0; } }
  @media only screen and (min-width: 1320px) {
    .custom-pins-template .top-container {
      padding: 0px; } }
  .custom-pins-template .top-container .breadcrumbs-container {
    float: left; }
    .custom-pins-template .top-container .breadcrumbs-container .breadcrumbs {
      padding: 0px; }
  @media (min-width: 801px) {
    .custom-pins-template .top-container {
      display: flex;
      justify-content: space-between; } }
  .custom-pins-template .top-container .socialLinks {
    display: flex;
    justify-content: flex-start;
    max-width: initial;
    margin-left: 0;
    width: 100%;
    margin-top: 1rem; }
    .custom-pins-template .top-container .socialLinks p {
      margin-bottom: 0; }
    @media (min-width: 801px) {
      .custom-pins-template .top-container .socialLinks {
        margin-right: 0;
        width: 50%;
        justify-content: flex-end; } }
    .custom-pins-template .top-container .socialLinks .icon {
      height: 24px;
      transition: all .2s ease-in-out; }
      .custom-pins-template .top-container .socialLinks .icon:hover, .custom-pins-template .top-container .socialLinks .icon:focus {
        transform: scale(1.25); }
    .custom-pins-template .top-container .socialLinks svg {
      fill: #35608b; }
  .custom-pins-template .top-container .socialLinks-item {
    margin: 0 5px; }
  .custom-pins-template .page-content-container .page-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #6c5650;
    margin: 20px 0 26px 0; }
    @media (min-width: 801px) {
      .custom-pins-template .page-content-container .page-title {
        margin-top: 0px;
        font-size: 2rem; } }
    @media only screen and (min-width: 1320px) {
      .custom-pins-template .page-content-container .page-title {
        padding: 0px; } }
  .custom-pins-template .page-content-container .banner {
    width: 100%;
    max-width: initial;
    position: relative; }
    .custom-pins-template .page-content-container .banner .banner-text {
      background: #ecf9ff;
      padding: 30px 0 0 0;
      margin: 0;
      text-align: center;
      color: #35608d;
      font-size: 1.8em; }
    .custom-pins-template .page-content-container .banner .banner-img {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: 85%; }
  .custom-pins-template .page-content-container .call-to-action {
    position: relative; }
    .custom-pins-template .page-content-container .call-to-action .call-to-action-text {
      text-align: center;
      margin-bottom: 0;
      font-size: 1.6em;
      display: inline-block;
      z-index: 1;
      background-color: white;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      padding: 34px 3rem; }
      .custom-pins-template .page-content-container .call-to-action .call-to-action-text strong {
        color: #3b6186;
        font-weight: 700; }
    .custom-pins-template .page-content-container .call-to-action::before {
      content: "";
      height: 1px;
      width: 100%;
      background-color: #cdcdcd;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      z-index: -1; }
  .custom-pins-template .page-content-container .cards {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0;
    justify-content: center; }
    @media (min-width: 801px) {
      .custom-pins-template .page-content-container .cards {
        margin: 0 auto;
        justify-content: flex-start; } }
    .custom-pins-template .page-content-container .cards .card {
      width: 100%;
      border: 1px solid #d5d5d5;
      height: initial !important;
      position: relative;
      padding-bottom: 57px;
      margin: 20px 0;
      transition: all .2s ease-in-out;
      max-width: 400px; }
      .custom-pins-template .page-content-container .cards .card:hover, .custom-pins-template .page-content-container .cards .card:focus {
        box-shadow: 2px 4px 10px #666666;
        transform: translateY(-1px); }
      @media (min-width: 801px) {
        .custom-pins-template .page-content-container .cards .card {
          max-width: initial;
          width: 47%;
          margin: 20px 1.5%; } }
      @media (min-width: 1261px) {
        .custom-pins-template .page-content-container .cards .card {
          width: 30%;
          margin: 20px 1.667%; } }
      .custom-pins-template .page-content-container .cards .card-link {
        text-decoration: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }
      .custom-pins-template .page-content-container .cards .card-layout {
        padding-left: 30px;
        padding-right: 30px; }
      .custom-pins-template .page-content-container .cards .card-button {
        background-color: #749bc4;
        color: white;
        width: 100%;
        font-size: 1.125em;
        font-weight: 700;
        padding: 15px 0;
        position: absolute;
        bottom: 0; }
        .custom-pins-template .page-content-container .cards .card-button:hover, .custom-pins-template .page-content-container .cards .card-button:focus {
          background-color: #666666; }
      .custom-pins-template .page-content-container .cards .card-top {
        display: flex;
        padding: 30px 0;
        border-bottom: 1px dashed #6687a8; }
        .custom-pins-template .page-content-container .cards .card-top img {
          height: auto;
          max-width: 40%; }
        .custom-pins-template .page-content-container .cards .card-top .card-content {
          width: 60%;
          padding-left: 20px; }
        .custom-pins-template .page-content-container .cards .card-top .card-title {
          padding: 0;
          margin: 0 0 9px 0;
          color: #666666;
          font-weight: 900;
          font-size: 1rem; }
          @media (min-width: 801px) {
            .custom-pins-template .page-content-container .cards .card-top .card-title {
              font-size: 1.3em; } }
        .custom-pins-template .page-content-container .cards .card-top .card-description {
          margin: 0;
          font-size: .75rem; }
          @media (min-width: 801px) {
            .custom-pins-template .page-content-container .cards .card-top .card-description {
              font-size: 1rem; } }
      .custom-pins-template .page-content-container .cards .card-bottom {
        padding: 20px 0; }
        .custom-pins-template .page-content-container .cards .card-bottom .card-details .card-detail-item {
          list-style: circle;
          font-size: .75rem; }
          @media (min-width: 801px) {
            .custom-pins-template .page-content-container .cards .card-bottom .card-details .card-detail-item {
              font-size: .95rem; } }
        .custom-pins-template .page-content-container .cards .card-bottom .shipping-info {
          position: relative;
          width: 100%; }
          .custom-pins-template .page-content-container .cards .card-bottom .shipping-info .shipping-svg {
            display: inline-block;
            height: 25px;
            width: 25px;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='edit-svg' style='width: 50%25; height: 60%25' mi-view-box='0 0 1024 1024' viewBox='0 0 1024 1024'%3E%3Crect fill='white' x='0' y='0' mi-width='1024' mi-height='1024' width='1024' height='1024'%3E%3C/rect%3E%3Cg fill='%231e8502'%3E%3C!-- ngRepeat: path in icon.paths track by tempIds%5B$index%5D --%3E%3Cpath class='cursor-pointer ' ng-repeat='path in icon.paths track by tempIds%5B$index%5D' mi-d='M320 384h128v128h-128zM512 384h128v128h-128zM704 384h128v128h-128zM128 768h128v128h-128zM320 768h128v128h-128zM512 768h128v128h-128zM320 576h128v128h-128zM512 576h128v128h-128zM704 576h128v128h-128zM128 576h128v128h-128zM832 0v64h-128v-64h-448v64h-128v-64h-128v1024h960v-1024h-128zM896 960h-832v-704h832v704z' mi-fill='inherit' mi-stroke='inherit' mi-stroke-width='inherit' mi-stroke-linejoin='inherit' mi-stroke-linecap='inherit' mi-stroke-miterlimit='inherit' mi-opacity='1' ng-click='selectPath($index)' mi-absorb-clicks='' d='M320 384h128v128h-128zM512 384h128v128h-128zM704 384h128v128h-128zM128 768h128v128h-128zM320 768h128v128h-128zM512 768h128v128h-128zM320 576h128v128h-128zM512 576h128v128h-128zM704 576h128v128h-128zM128 576h128v128h-128zM832 0v64h-128v-64h-448v64h-128v-64h-128v1024h960v-1024h-128zM896 960h-832v-704h832v704z' fill='inherit' stroke='inherit' stroke-width='inherit' stroke-linejoin='inherit' stroke-linecap='inherit' stroke-miterlimit='inherit' opacity='1'%3E%3C/path%3E%3C!-- end ngRepeat: path in icon.paths track by tempIds%5B$index%5D --%3E%3C/g%3E%3Cg ng-show='pref.showGrid' class='edit-grid ng-hide'%3E%3Cg class='hLines' fill='blue'%3E%3C!-- ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='0' mi-y2='0' y1='0' y2='0'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='64' mi-y2='64' y1='64' y2='64'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='128' mi-y2='128' y1='128' y2='128'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='192' mi-y2='192' y1='192' y2='192'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='256' mi-y2='256' y1='256' y2='256'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='320' mi-y2='320' y1='320' y2='320'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='384' mi-y2='384' y1='384' y2='384'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='448' mi-y2='448' y1='448' y2='448'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='512' mi-y2='512' y1='512' y2='512'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='576' mi-y2='576' y1='576' y2='576'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='640' mi-y2='640' y1='640' y2='640'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='704' mi-y2='704' y1='704' y2='704'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='768' mi-y2='768' y1='768' y2='768'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='832' mi-y2='832' y1='832' y2='832'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='896' mi-y2='896' y1='896' y2='896'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='960' mi-y2='960' y1='960' y2='960'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3Cline ng-repeat='h in grid.hLines' x1='0' x2='100%25' mi-y1='1024' mi-y2='1024' y1='1024' y2='1024'%3E%3C/line%3E%3C!-- end ngRepeat: h in grid.hLines --%3E%3C/g%3E%3Cg class='vLines'%3E%3C!-- ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='0' mi-x2='0' x1='0' x2='0'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='64' mi-x2='64' x1='64' x2='64'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='128' mi-x2='128' x1='128' x2='128'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='192' mi-x2='192' x1='192' x2='192'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='256' mi-x2='256' x1='256' x2='256'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='320' mi-x2='320' x1='320' x2='320'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='384' mi-x2='384' x1='384' x2='384'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='448' mi-x2='448' x1='448' x2='448'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='512' mi-x2='512' x1='512' x2='512'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='576' mi-x2='576' x1='576' x2='576'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='640' mi-x2='640' x1='640' x2='640'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='704' mi-x2='704' x1='704' x2='704'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='768' mi-x2='768' x1='768' x2='768'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='832' mi-x2='832' x1='832' x2='832'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='896' mi-x2='896' x1='896' x2='896'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='960' mi-x2='960' x1='960' x2='960'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3Cline ng-repeat='v in grid.vLines' y1='0' y2='100%25' mi-x1='1024' mi-x2='1024' x1='1024' x2='1024'%3E%3C/line%3E%3C!-- end ngRepeat: v in grid.vLines --%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
          .custom-pins-template .page-content-container .cards .card-bottom .shipping-info .shipping-text {
            color: #1e8502;
            text-transform: capitalize;
            position: absolute;
            top: 40%;
            left: 40px;
            transform: translateY(-50%); }
  .custom-pins-template .custom-lanyards .banner .banner-img {
    width: 100%; }
  .custom-pins-template .custom-lanyards .cards .card .card-top {
    display: block;
    border-bottom: none; }
    .custom-pins-template .custom-lanyards .cards .card .card-top .card-title {
      color: #35608b;
      text-transform: capitalize;
      margin-bottom: 30px; }
    .custom-pins-template .custom-lanyards .cards .card .card-top .card-content {
      display: flex;
      width: 100%;
      padding: 0; }
      .custom-pins-template .custom-lanyards .cards .card .card-top .card-content .card-media {
        height: auto;
        width: 50%;
        max-width: initial;
        padding: 0 20px; }
  .custom-pins-template .custom-lanyards-description {
    padding-bottom: 5rem; }
    .custom-pins-template .custom-lanyards-description a {
      color: #3b6186;
      text-decoration: none; }
      .custom-pins-template .custom-lanyards-description a:hover {
        color: #909090; }
    .custom-pins-template .custom-lanyards-description .custom-lanyards-options-text {
      font-style: italic; }

.custom-category.new .query-form {
  background-color: #e1f0f1;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 2rem 0;
  text-align: center; }
  .custom-category.new .query-form .title {
    font-size: 30px;
    font-weight: 500; }

.productCarousel-slide.slick-slide:focus {
  border: 1px solid white; }

.slick-initialized.slick-slider .slick-list {
  margin: 0 2.75rem; }

.slick-initialized.slick-slider .slick-arrow.slick-prev {
  left: 0; }
  .slick-initialized.slick-slider .slick-arrow.slick-prev .slick-prev-icon:before {
    content: "";
    display: block;
    width: 1.125rem;
    height: 1.875rem;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23767676)' d='M19.2 3.24l-3.23-3.24-15.97 16 15.97 16 3.23-3.24-12.73-12.76z'%3E%3C/path%3E%3C/svg%3E"); }

.slick-initialized.slick-slider .slick-arrow.slick-next {
  right: 0; }
  .slick-initialized.slick-slider .slick-arrow.slick-next .slick-next-icon:before {
    content: "";
    display: block;
    width: 1.125rem;
    height: 1.875rem;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32' preserveAspectRatio='none'%3E%3Cpath fill='%23767676' style='fill: var(--color1, %23767676)' d='M0 3.24l3.23-3.24 15.97 16-15.97 16-3.23-3.24 12.73-12.76z'%3E%3C/path%3E%3C/svg%3E"); }

.slick-initialized.slick-slider .slick-dots li button {
  border: 0;
  background-color: white;
  border: 1px solid #35608b; }
  .slick-initialized.slick-slider .slick-dots li button:hover, .slick-initialized.slick-slider .slick-dots li button:focus {
    background-color: #35608b; }
  .slick-initialized.slick-slider .slick-dots li button::before {
    content: none; }

.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #35608b; }

.faqs.container {
  padding: 0; }

.faqs h2,
.faqs h3,
.faqs h4,
.faqs h5 {
  color: #35608b; }

.faqs a {
  text-decoration: none; }
  .faqs a:hover, .faqs a:focus {
    color: #909090;
    text-decoration: underline; }

.newsletter-container h2, .newsletter-container h3 {
  color: #35608b;
  font-family: "Maven Pro"; }

.globalTopBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1rem; }

.globalTopBanner-icon {
  margin: 0 1rem 0 0; }

@media (min-width: 801px) {
  .globalTopBanner-text {
    display: flex;
    align-items: baseline; } }

.globalTopBanner-text span {
  font-weight: 700; }

.globalTopBanner-text div {
  display: block;
  font-size: 1rem;
  line-height: 1.125rem; }
  @media (min-width: 801px) {
    .globalTopBanner-text div {
      font-size: 1.25rem;
      line-height: 1.4375rem; } }
  @media (min-width: 801px) {
    .globalTopBanner-text div:first-child {
      margin: 0 0.75rem 0 0; } }

.globalTopBanner-text .uppercase {
  text-transform: uppercase; }

.globalTopBanner-text .largeText {
  font-size: 1.125rem;
  line-height: 1.3125rem; }
  @media (min-width: 801px) {
    .globalTopBanner-text .largeText {
      font-size: 1.375rem;
      line-height: 1.625rem; } }

.globalTopBanner-link {
  position: relative;
  display: flex;
  margin-left: 0.8rem;
  text-decoration: none;
  align-items: center; }

.cart-slideout {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: var(--color-white, white);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1001; }

.addToCartOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: block; }

.cart-slideout {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: var(--color-white, white);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1000; }
  .cart-slideout.active {
    right: 0; }
  .cart-slideout-header {
    padding: 1rem;
    border-bottom: 1px solid var(--color-border, #e5e5e5);
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .cart-slideout-title {
    margin: 0;
    font-size: var(--fontSize-h4, 1.25rem); }
  .cart-slideout-content {
    padding: 1rem;
    overflow-y: auto;
    height: calc(100vh - 60px); }
  @media (max-width: 480px) {
    .cart-slideout {
      width: 100%;
      right: -100%; } }

.close-slideout {
  padding: 0.5rem;
  margin: -0.5rem;
  padding-top: 0.25rem; }
  .close-slideout .icon {
    font-size: 1.5rem; }

.added-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--color-border, #e5e5e5);
  margin-bottom: 1rem; }
  .added-item-image {
    width: 100%;
    height: 100%;
    max-width: 150px;
    object-fit: contain; }
  .added-item-name {
    margin: 0 0 0.5rem;
    font-size: var(--fontSize-base, 1rem); }
    .added-item-name a {
      text-decoration: none; }
  .added-item-quantity, .added-item-price {
    margin: 0.25rem 0;
    color: var(--color-textSecondary, #757575); }

.item-details {
  flex: 1; }

.cart-actions {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
  flex-direction: column; }
  .cart-actions .button {
    flex: 1;
    text-align: center;
    margin: 0; }

.recommended-products {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 3px solid var(--color-border, #444444); }
  .recommended-products h4 {
    margin: 0 0 2.1rem;
    font-size: var(--fontSize-h5, 1.1rem); }

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  @media (max-width: 480px) {
    .recommended-grid {
      grid-template-columns: 1fr; } }

.recommended-product {
  text-align: center; }
  .recommended-product-image {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    width: 100%;
    height: 110px;
    object-fit: contain; }
  .recommended-product-name {
    margin: 0.5rem 0;
    font-size: var(--fontSize-base, 0.9rem);
    font-weight: 600;
    text-transform: capitalize; }
    .recommended-product-name a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 2.8em;
      line-height: 1.4;
      text-decoration: none; }
  .recommended-product-price {
    margin: 0.5rem 0;
    color: var(--color-textSecondary, #757575); }

.shipping-message {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0 0.75rem 0;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  border-radius: 0;
  border-bottom: #e5e5e5 1px solid; }
  .shipping-message-text {
    display: flex;
    flex-direction: column;
    margin-left: 0.2rem; }
    .shipping-message-text .free {
      font-weight: 800;
      font-size: 1rem; }

.shipping-icon {
  flex-shrink: 0;
  fill: #444444;
  stroke: transparent;
  width: 35px;
  height: 35px;
  display: block;
  shape-rendering: geometricPrecision; }
